/*!
Theme Name: MIA
Author: some idiots
Author URI: http://idiots.com/
Description: Nice project by nice pepople
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

AuRoom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("fonts/Gilroy-Bold.woff") format("woff"), url("fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Futura-Light";
  font-display: swap;
  src: url("fonts/FuturaPT-Light.woff") format("woff"), url("fonts/FuturaPT-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Futura-Medium";
  font-display: swap;
  src: url("fonts/FuturaPT-Medium.woff") format("woff"), url("fonts/FuturaPT-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Futura-Bold";
  font-display: swap;
  src: url("fonts/FuturaPT-Bold.woff") format("woff"), url("fonts/FuturaPT-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}


body {
  font-family: 'Gilroy' , sans-serif;
  font-weight: 400;
}

.accordion h3, .accordion h4,
h5.filter-product__title {
  font-family: 'Gilroy-Bold' , sans-serif;
  font-weight: 600;
}

.info-picture__picture-text num {
  font-family: 'Futura-Light', sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
.button,
.intro__price,
.breadcrumbs,
.info-picture a,
.item-categories.current .item-categories__name,
h2.collection-title {
  font-family: 'Futura-Medium' , sans-serif;
  font-weight: 500;
}

.product__name,
.collection-item__more a,
.collection-item__add span:first-of-type {
  font-family: 'Futura-Bold' , sans-serif;
}

.intro__preview {
  font-style: italic;
  font-weight: 400;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus {
  outline: none;
}

h1 {
  font-size: 4.5rem;
  color: #FFFFFF;
  line-height: 1.3;
}

h2 {
  font-size: 4.4rem;
  color: #2C2E3F;
  margin-bottom: 50px;
  line-height: 1.3;
}

h2 span {
  font-size: 30px;
  letter-spacing: 2px;
  color: #557687;
}

h3 {
  color: #FFFFFF;
  font-size: 2.5rem;
  line-height: 1.2;
}


.section {
  padding: 100px 0;
}
.bottom-text::before {
    background-color: rgba(44, 46, 63, 0.4);
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50px);
    max-width: 1143px;
    width: 100%;
    height: .5px;
}

.section.e--sm {
  padding: 60px 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #2C2E3F;
}

.entry-content ul,
p {
  font-size: 18px;
  color: #858585;
  line-height: 1.5;
}

.button {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2rem 3rem;
  background-color: #5B84CB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .3s ease .0s;
  -o-transition: all .3s ease .0s;
  transition: all .3s ease .0s;
  max-width: 290px;
  cursor: pointer;
}

.button img {
  -webkit-transition: all .3s ease .0s;
  -o-transition: all .3s ease .0s;
  transition: all .3s ease .0s;
}

.button:hover:not(.e--transparent) {
  background-color: #77919f;
}

.button:hover:not(.e--transparent) img {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.button.e--white {
  background: #FFFFFF;
  color: #557687;
}

.button.e--white svg {
  -webkit-transition: all .3s ease .0s;
  -o-transition: all .3s ease .0s;
  transition: all .3s ease .0s;
}

.button.e--white:hover {
  color: #FFFFFF;
  background: #5b84cb;
}

.button.e--white:hover svg {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.button.e--white:hover path {
  stroke: #FFFFFF;
}

.button.e--sm {
  font-size: 1rem;
  padding: 10px 2.25rem;
}

.button.e--transparent {
  display: inline-block;
  margin-top: 0;
  padding: 5px .5rem;
  background: none;
  color: #2C2E3F;
  position: relative;
  position: relative;
  text-transform: capitalize;
}

.button.e--transparent::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  max-width: 100px;
  height: 1px;
  background: #557687;
  -webkit-transition: all .3s ease .0s;
  -o-transition: all .3s ease .0s;
  transition: all .3s ease .0s;
}

.button.e--transparent:hover {
  color: #557687;
}

.def-button {
  font-size: 1rem;
  padding: .75rem 2rem;
  color: #fff;
  background-color: #557687;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  display: inline-block;
	border:none;
    cursor: pointer;
}

.def-button:hover,
.def-button:focus {
  background-color: #77919f;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 1000;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  position: relative;
  padding: 1.5rem 0;
}

.header__inner .mobile__menu {
    display: none;
}

.header__search {
	display:flex;
	align-items: center;
}

.header__search-icon {
	padding: .5rem;
	cursor: pointer;
} 

.search__bar .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    z-index: 999;
    cursor: pointer;
}

.search__bar{
    position: absolute;
    left: 50%;
    padding: 20px 0;
    width: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: none;
    top: 50px;
    background-color: #dee7f8;
    z-index: 9;
}

.header #ajaxsearchlite1 .probox, div.asl_w .probox {
    margin: 0 auto;
    max-width: 500px;
}

#lang_choice_1 {
	padding: .5rem;
	border: none;
	font-size: 18px;
	text-transform: uppercase;
}

.top-header {
    background-color: #5B84CB;
    color: #fff;
    position: relative;
    z-index: 9;
}
.header-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-contacts .header__actions {
     display: none;
}
.header-contacts > a {
    display: none;
}
.header-contacts .header__languages option {
    color: #000;
}
.header-contacts__item {
    display: flex;
    align-items: center;
    margin-left: 4rem;
}
.header-contacts__item a {
    color: #fff;
}
.header-contacts__img {
    margin: 0 .5rem;
}
.header__menu li {
  display: inline-block;
}

.header__menu li.current {
  color: #557687;
}

.header__menu li + li {
  margin-left: 1.75rem;
}

.header__menu a {
  padding: 20px;
  margin: 0 -20px;
  -webkit-transition: all .3s ease .0s;
  -o-transition: all .3s ease .0s;
  transition: all .3s ease .0s;
	color: #000;
}

.header__menu a:header {
	color: #5B84CB;
}

.header__menu .current-menu-item a{
	color: #5B84CB;
}


.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__languages {
  margin-right: 2.25rem;
}
.header__languages select {
    cursor: pointer;
}

#menu__toggle {
  display: none;
  opacity: 0;
}

/* стилизуем кнопку */

.menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

/* добавляем "гамбургер" */

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2C2E3F;
}

.menu__btn > span::before {
  content: '';
  top: -8px;
}

.menu__btn > span::after {
  content: '';
  top: 8px;
}

#menu__toggle:checked ~ .menu__btn > span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

#menu__toggle:checked ~ .header__menu {
  display: block;
}

.intro {
  margin-top: 190px;
}
.intro.e--single {
  margin-top: 130px;
}
.intro.e--home {
    margin-top: 160px;
}
.intro__inner {
  position: relative;
  padding: 3.37rem  6rem 18.75rem  6rem;
}

.intro__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(61, 61, 61, 0.49);
}



.intro__inner > * {
  z-index: 1;
  position: relative;
}

.intro__pre-text {
  color: #FFFFFF;
  font-size: 1.5rem;
}

.e--home .intro__title {
  max-width: 650px;
}
.intro__title {
  color: #FFFFFF;
}

 .intro__text {
  color: #FFFFFF;
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-size: 20px;
  max-width: 740px;
  line-height: 1.6;
}

.intro__preview {
  color: #FFFFFF;
  font-size: 1.3rem;
  max-width: 300px;
  padding: 2rem;
  padding-left1: 1.5reml;
	pudding-bottom: 3rem;
  background: rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  line-height: 1.2;
}

.intro__price {
  color: #FFFFFF;
  margin-top: 1.37rem;
  font-size: 1.75rem;
}

.intro.e--single .intro__preview {
  position: absolute;
  bottom: 67px;
  right: 64px;
  max-width: 304px;
}

.intro.e--home .intro__preview {
  margin-top: 2rem;
  margin-left: 40%;
}

.intro__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #557687;
  padding: 3.6rem 4.6rem;
  width: 35%;
  max-width: unset;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
    color: #fff;
    position: relative;
    z-index: 9;
}

.breadcrumbs a {
  font-size: 1rem;
    color: #E7E7E7;
}

.breadcrumbs.e--dark a,
.breadcrumbs.e--dark {
    color: #2C2E3F;
}

.breadcrumbs.e--dark span path {
    fill: #2C2E3F;
}

.breadcrumbs span {
  padding: 0 9px 0 13px;
  height: 20px;
}

.breadcrumbs svg path {
	fill: #fff;
}

.breadcrumbs span + span {
    display: none;
}

.footer {
  padding-top: 1.8rem;
  background: #5B84CB;
}
footer.footer a {
    color: #fff; 
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 3rem;
}

.footer__brand {
  max-width: 367px;
}

.footer__brand p {
  font-size: 16px;
  margin-top: 1.5rem;
}

.footer__navigation li {
  margin-top: 30px;
}

.footer__navigation li {
  margin-top: 30px;
}

.footer__phones {
    display: flex;
    flex-direction: column;
}

.footer__socials svg {
  -webkit-transition: all .3s ease .0s;
  -o-transition: all .3s ease .0s;
  transition: all .3s ease .0s;
}

.footer__socials a:hover path,
.footer__socials a:hover rect {
  stroke: #557687;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.socials__item {
  margin-top: 1.2rem;
    text-align: center;
}

.socials__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  margin-top: 2.25rem;
}

.socials__icons a:not(:last-of-type) {
    margin-right: 1rem;
}

.footer__address{
    margin: 2.25rem auto 0;
    color: #fff;
    max-width: 175px;
    line-height: 1.5;
}

.copywrite {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding: 18px 0;
    color: #fff;
}

.copywrite__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  position: relative;
}

.copywrite__inner span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
}

.copywrite__inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.copywrite__inner a img {
  margin-left: 8px;
    filter: brightness(3);
}

.js-excerpt {
    max-height: 200px;
    overflow: hidden;
    transition: .3s;
}
.js-excerpt.show {
    max-height: 100%;
    transition: .3s;
}
.js-show_text {
    position: relative;
    display: flex;
    padding-top: 2rem;
    cursor: pointer;
}
.js-show_text .arrow-down,
.js-show_text .arrow-up {
    font-size: .8rem;
}

.js-show_text.show::before {
    content: none;
}

.js-show_text .hide,
.js-show_text .arrow-up,
.js-show_text.show .more,
.js-show_text.show .arrow-down {
    display: none;
}

.js-show_text.show .hide,
.js-show_text.show .arrow-up {
    display: block;
}

.js-show_text::before {
    content: '';
    position: absolute;
    top: -5rem;
    width: 100%;
    height: 5rem;
    background: linear-gradient(0deg, white 0%, #ffffff7d 50%, transparent 100%);
    z-index: 999;
}

.js-popup-calc {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    z-index: 99999;
    background-color: #000000a1;
}
.js-popup-calc.active{
    display: flex;
}
.popup-calc__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
    background-color: #5b84cb;
    max-height: 100%;
    overflow: auto;
}
.popup-calc__content .popup-calc__title {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 2rem;
}
.popup-calc__content .calc-cart .dashicons {
    display: none;
}
.popup-calc__content .calc-cart {
    padding: 1rem 0;
    color: #fff;
    margin-bottom: 1rem;
}

.popup-calc__content .calc-cart td, .popup-calc__content .calc-cart th {
    border: 1px solid;
    padding: .5rem;
}

.calc-cart .cart-item__price {
    min-width: 6rem;
}

.js-delete {
    position: absolute;
    left: 0;
    color: #f00;
    cursor: pointer;
}
.popup-calc__content .calc-form {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 80%;
}
.popup-calc__content input {
    padding: 1rem;
    margin-bottom: 1rem;
    border: none;
}
.js-popup-calc .js-popup-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #fff;
    cursor: pointer;
}

.info-picture {
    position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-picture__info {
  -ms-flex-preferred-size: 40%;
      flex-basis: 60%;
  padding-right: 1rem;
  padding-left: 8rem;
}

.info-picture a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.info-picture a img {
  max-width: 40px;
  height: auto;
  margin-left: .75rem;
}

.info-picture a:hover {
  color: #557687;
}

.info-picture a:hover img {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.info-picture__picture {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
    position: relative;
}

.info-picture__picture-img {
  margin-left: auto;
  margin-right: 3rem;
  max-width: 430px;
  position: relative;
    display: flex;
    align-items: flex-end;
}

.info-picture__picture-img div {
  width: calc(50% - .5rem);
}
.info-picture__picture-left {
    margin-right: 1rem;
    height: 200px;
}
.info-picture__picture-right {
    height: 300px;
}

.info-picture__picture-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-picture__picture-img.e--sale:after {
  content: '';
  position: absolute;
  top: -10%;
  display: block;
  left: 10%;
  width: 90%;
  height: 110%;
  background-color: transparent;
  border: 6px solid #557687;
}

.info-picture__picture-title {
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    font-size: 1.5rem;
    position: absolute;
    top: 8rem;
    left: -4rem;
    font-weight: bold;
    color: #557687;;
}

span.info-picture__picture-title span.line {
    display: block;
    width: 100px;
    height: 2px;
    margin-right: 1rem;
    background-color: #2C2E3F;
}

.info-picture__picture-title span {
  color: #2C2E3F;
}

.info-picture__picture-text {
    font-weight: lighter;
    text-align: center;
    padding: .5rem;
    width: 170px;
    position: absolute;
    top: 15rem;
    right: 200px;
    color: #fff;
    background-color: #5b84cb;
    border: 10px solid #fff;
    display: flex;
    flex-direction: column;

    
}
.info-picture__picture-text num {
    font-size: 3rem;
    margin: 1rem 0 0;
}

.info-picture__picture-sale {
  width: 112px;
  height: 112px;
  background-color: #2C2E3F;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 1rem;
  z-index: 10;
}

.info-picture__picture-sale span {
  font-size: 2.5rem;
  color: #fff;
}

.info-picture.e--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.info-picture.e--reverse .info-picture__picture {
  background-color: #F5F5F5;
}

.info-picture.e--reverse .info-picture__picture-img {
  max-width: 100%;
  margin-left: 9rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-right: 0;
}

.info-picture.e--reverse .info-picture__picture-title {
  left: -5rem;
  right: auto;
  top: auto;
  bottom: 5rem;
}

.info-picture.e--reverse .info-picture__info {
  margin-left: 8rem;
}

.info-picture.e--55 .info-picture__picture {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}

.info-picture.e--55 .info-picture__info {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.advantage {
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 0;
}

.advantage__item {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.advantage__icon {
  max-width: 50px;
  margin-bottom: 2rem;
}

.advantage h3 {
  margin-bottom: 1rem;
  font-size: 20px;
}

.advantage p {
  font-size: 18px;
  color: #000;
  max-width: 300px;
  line-height: 1.3;
}

/* Home catalog */

.catalog-section__info {
    margin-bottom: 100px;
}

.catalog-slider a:first-of-type{
  grid-area: cat1;
}
.catalog-slider a:nth-of-type(2){
  grid-area: cat2;
}
.catalog-slider a:nth-of-type(3){
  grid-area: cat3;
}
.catalog-slider a:nth-of-type(4){
  grid-area: cat4;
}
.catalog-slider a:nth-of-type(5){
  grid-area: text1;
}
.catalog-slider a:nth-of-type(6){
  grid-area: text2;
}
.catalog-slider .catalog__text:first-of-type{
  grid-area: text1;
}
.catalog-slider .catalog__text:last-of-type{
  grid-area: text2;
}

.catalog-slider a.button {
  grid-area: but;
  max-width: unset;
  padding: 3rem 0;
  justify-content: center;
}
.catalog-slider a.button img {
  margin-left: 1rem;
}

.catalog-slider {
    display: grid;
    grid-template-areas:
        "cat1 text1 cat2"
        "text2 cat3 cat4"
        "but but cat4";
    grid-template-columns: 23% 23% 50%;
    grid-template-rows: 300px 300px 120px;
    grid-gap: 2%;
}

.catalog-item {
    overflow: hidden;
    position: relative;
}
.catalog-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4 );    
    transition: .3s;
}

.catalog-item h3 {
    position: absolute;
    font-size: 1.6rem;
    padding: 2rem 1rem;
    z-index: 999;
}
.catalog-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .3s;
}
.catalog-item:hover img {
    transform: scale(1.2);
    transition: .3s;
}
.catalog-item:hover::after {
    background-color: rgba(0, 0, 0, 0.6 );
}
.catalog__text {
    padding: 3rem 2rem;
    background-color: #C4C4C4;
    color: #fff;
    line-height: 1.5;
}

.portfolio-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    position: relative;
}

.portfolio-section__info {
  width: 28%;
  padding-right: 1%;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.portfolio-section__info p {
  margin-bottom: 2rem;
}
.single .portfolio-section__portfolio  {
    width: 100%;
}
.portfolio-section__portfolio {
  width: 70%;
  display: inline-block;
}

.portfolio-slider {
  margin-right: 2rem;
  margin-left: 2rem;
}

.portfolio-slider .slick-arrow {
  position: absolute;
  top: -7rem;
  right: 0;
  left: auto;
  height: 60px;
  width: 60px;
  z-index: 5;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  border-radius: 50%;
  border: 1px solid #5b84cb;
}

.portfolio-slider .slick-arrow:hover,
.portfolio-slider .slick-arrow:focus {
}

.portfolio-slider .slick-arrow.slick-prev {
  -webkit-transform: translateX(-80px);
      -ms-transform: translateX(-80px);
          transform: translateX(-80px);
}

.portfolio-slider .slick-arrow.slick-prev::before {
  content: url('img/Base/arrow-prev.svg');
}

.portfolio-slider .slick-arrow.slick-next {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.portfolio-slider .slick-arrow.slick-next::before {
  content: url('img/Base/arrow-next.svg');
}

.portfolio-slider .slick-arrow.slick-disabled {
  color: #fff;
    border-color: #ccc;
}

.portfolio-slider .slick-dots li {
    border-radius: 2px;
    background: #D8D8D8;
    height: .5rem;
    width: 1rem;
}

.portfolio-slider li.slick-active {
    background: #5b84cb;
}

.portfolio-item {
  /*margin-left: 2rem;*/
  position: relative;
}
.portfolio-item:hover .portfolio-item__img::after,
.portfolio-item:hover h3 {
  opacity: 1;
}
.portfolio-item__img {
  margin: 0 1rem;
  position: relative;
  overflow: hidden;
    width: 100%;
}

.portfolio-item__img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.portfolio-item__img img {
  width: 100%;
    height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.portfolio-item h3 {
  font-size: 2rem;
  display: inline-block;
  position: absolute;
  bottom: 1rem;
  left: 3rem;
  z-index: 2;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  opacity: 0;
}

.portfolio-item .product__actions {
  top: 50%;
}

.categories-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.categories-products__item + .categories-products__item {
  margin-left: 20px;
}

.item-categories {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex!important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13%;
  padding-top: 20px;
  -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
}

.item-categories.current img{
  filter: unset;
	opacity: unset;
}
.item-categories__icon > * {
  fill: #C4C4C4;
  stroke: #C4C4C4;
}
.item-categories:hover img{
  filter: grayscale(.3);
}
.item-categories__icon {
  min-height: 61px;
  -webkit-transition: all .3s ease .0s;
  -o-transition: all .3s ease .0s;
  transition: all .3s ease .0s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
	opacity: .5;
}

.item-categories__name {
  color: #C4C4C4;
  margin-top: 0.87rem;
  max-width: 135px;
  font-size: 16px;
}

.item-categories::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 0%;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s ease .0s;
  -o-transition: all .3s ease .0s;
  transition: all .3s ease .0s;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.item-categories.current {
  -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.2);
}

.item-categories.current .item-categories__icon > * {
  fill: #557687;
  stroke: #C4C4C4;
}

.item-categories.current .item-categories__name {
  color: #557687;
}

.item-categories.current::after {
  width: 100%;
  background-color: #557687;
}

.item-categories:hover:not(.current) {
  -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.2);
}

.item-categories:hover:not(.current) .item-categories__icon > * {
  fill: #9BAEB8;
  stroke: #9BAEB8;
}

.item-categories:hover:not(.current) .item-categories__name {
  color: #9BAEB8;
}

.item-categories:hover:not(.current)::after {
  width: 100%;
  background-color: #9BAEB8;
}

.products__content,
.product__desc {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: minmax(20%, 217px) 1fr;
  padding-top: 50px;
  grid-gap: 30px;
}

.products__shop {
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  grid-template-columns: repeat(auto-fill, 250px);
  grid-gap: 2rem 44px;
}

.mdf_submit_button_container{
  /*max-height: 0;
  overflow: hidden;*/
	width: 100%;
}
.mdf_submit_button_container .mdf_button {
    padding-top: 1rem;
    padding-bottom: 1rem;
    justify-content: center;
    width: 100%;
}

.products__filter.filter-products.js-filter {
    position: fixed;
    background-color: #fff;
    padding: 2rem;
    height: 100%;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    box-shadow: 5px 0px 5px #00000038;
    z-index: 99999;
    overflow: auto;
    transition: .3s;
}

.products__filter.filter-products.js-filter.active {
    transform: translate(0, -50%);
    transition: .3s;
}

.filter-products__top {
  display: flex;
    justify-content: space-between;
    align-items: center;
  padding-bottom: 12px;
    margin-bottom: 2rem;
}

.filter-products__top .close {
    cursor: pointer;
}

.filter-products-open {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: #5b84cb;
    box-shadow: 1px 1px 1px #00000038;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 9999;
}

.filter-products__top.active .filter-products__title::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.filter-products__top.active .filter-products__title::before {
  -webkit-transform: rotate( 0deg);
      -ms-transform: rotate( 0deg);
          transform: rotate( 0deg);
}
h5.filter-product__title {
    text-transform: uppercase;
}
.filter-products__title {
  position: relative;
  font-size: 20px;
  color: #8F91A3;
}

.filter-products__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #8F91A3;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.filter-products__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #8F91A3;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.filter-products__content {
  display: none;
  padding-top: 2rem;
}

.filter-products__category a {
    font-size: 1rem;
    padding: .5rem 0;
    display: block;
    color: #858585;
	transition: color .3s;
}


.filter-products__category a:hover {
	color: #222;
}

.outro__inner {
  background: #ccc;
  padding: 3.12rem 6rem;
    background-size: cover;
}

.outro__text {
  font-size: 18px;
  margin-top: 1.87rem;
  color: #FFFFFF;
  max-width: 500px;
  margin-bottom: 1.5rem;
}

.product {
  position: relative;
  -webkit-transition: all .3s ease .0s;
  -o-transition: all .3s ease .0s;
  transition: all .3s ease .0s;
}

/*
.product:not(.shares__item) {
  max-height: 400px;
}
*/

.product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.product a:hover::after {
   background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
}
.product a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px; 
}

.product__content {
    margin: auto;
}
.product__header .def-button {
    margin-top: 2rem;
}

.product__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
  width: 100%;
}

.product__name {
  font-size: 1.3rem;
  color: #000;
  margin: 1.5rem 0 1rem;
}

.product__share {
    background-color: transparent;
    background-image: url('img/Home/sale-bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 30px;
    min-width: 50px;
    padding: 20px 5px 40px;
    font-family: 'Poppins', sans-serif;
}

.product__price {
  color: #A2A4BA;
  font-weight: 400;
}
.product-header .product__price.portfolio {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.product-header .product__price {
    margin-top: 1rem;
    font-size: 2rem;
}
.product__inner {
  
}

.product__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 175px;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  opacity: 0;
  z-index: 99;
}
.product__actions::before {
  content: '+';
  padding-top: 1rem;
  font-size: 2rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
  background-color: #5B84CB;
  border-radius: 50%;
  margin-bottom: .5rem;
}
.product a:hover .product__actions,
.portfolio-item:hover .product__actions {
   opacity: 1;
}
.product__actions:hover::before {
 transform: scale(1.1);
}


.product.shares__item {
  max-height: 350px;
  overflow: hidden;
}

.product.shares__item .product__name {
    position: absolute;
    bottom: 0;
    color: #fff;
    margin: 1rem;
    z-index: 9;
}

.product.shares__item .product__actions {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  opacity: 0;
  visibility: hidden;
}

.product.shares__item .product__actions a {
  font-size: 16px;
}

.product.shares__item .button + .button {
  margin-left: 44px;
}


.actions-products__button {
  font-size: 12px;
  position: relative;
  color: #557687;
}

.actions-products__button::before {
  content: "";
  display: block;
  position: absolute;
  width: 106px;
  margin: 0 auto;
  height: 2px;
  background: #557687;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.actions-pagination {
  font-size: 20px;
}

.actions-pagination__item {
  padding: 1rem;
  -webkit-transition: all .3s ease .0s;
  -o-transition: all .3s ease .0s;
  transition: all .3s ease .0s;
}

.actions-pagination__item.current {
  color: #FFFFFF;
  background: #557687;
}

.actions-pagination__item:hover {
  color: #FFFFFF;
  background: #77919f;
}

.actions-pagination__item + .actions-pagination__item {
  margin-left: 4px;
}

.products-text {
  font-size: 20px;
  color: #858585;
}

.products-text__inner {
  padding-top: 3.75rem;
  border-top: 1px solid rgba(44, 46, 63, 0.4);
}

.shares {
  overflow: hidden;
}

.shares {
    text-align: center;
}
.shares h2 {
    margin-bottom: 2rem;
}

.shares .suptitle {
    color: #5B84CB;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 2px;
}
.shares .subtitle {
    color: #858585;
}

.shares .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
}

.shares .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  left: 45%;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.shares .slick-dots li {
  height: 6px;
  width: 6px;
  background-color: #DBDBDB;
  border-radius: 50%;
  margin-top: 1.5rem;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.shares .slick-dots li:last-child {
  margin-right: 0;
}

.shares .slick-dots li.slick-active {
  background-color: #557687;
  height: 12px;
  width: 12px;
}

.shares-slider {
  padding-top: 5rem;
  display: flex;
justify-content: space-between;
  width: 100%;
}

.shares-slider .shares__item {
  max-width: 505px;
    width: 30%;
}

.shares-slider .shares__item + .shares__item {
  margin-left: 4.625rem;
}

.products__actions {
  grid-column: 1/-1;
}

.actions-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.actions-products__button {
  padding: 1.87rem 5rem;
}

.actions-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  margin-top: 2.8rem;
}

.actions-pagination__next {
  position: absolute;
  right: 20px;
  -webkit-transition: all .3s ease .0s;
  -o-transition: all .3s ease .0s;
  transition: all .3s ease .0s;
}

.actions-pagination__next:hover {
  right: 0;
}
.product-top {
    display: flex;
}
.product-sliders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40%;
  }

.product-slider {
  width: 100%;
  position: relative;
}

/*
.product-slider::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
*/

.single-portfolio .fslightbox-absoluted .fslightbox-absoluted > div {
    position: relative;
}
.single-portfolio .fslightbox-absoluted .fslightbox-absoluted > div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    transform: translateX(5%);
/*    background-image: url(img/header/mia.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
/*    opacity: 0.05;*/
    z-index: 9;
}

.product-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    align-items: flex-start;
    padding: 2rem 4rem;
    padding-bottom: 0;
    padding-right: 0;
}


.product-header .product__title {
    color: #2C2E3F;
    font-size: 2rem;
}

.product-header li p{
    display: inline;
}

.product-header .color {
    width: 1.5rem;
    height: 1rem;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.product-header li .color::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 3px solid transparent;
}

.product-header li .color:hover::after {
    border-color: #b3d7ff;
}
.product-header li .color.active::after {
    border-color: #0b76ef;
}

.product-slider__slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.product-slider__slider .slick-slide {
  height: inherit !important;
}
.product-slider__item{
    height: 100%;
}
.product-slider__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-nav {
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
}

.product-nav__slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
     margin-left: 0rem;
}

.product-nav__slider .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 50%;
  width: 20px;
  right: -3rem;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

.product-nav__slider .slick-dots li {
  height: 6px;
  width: 6px;
  background-color: #DBDBDB;
  border-radius: 50%;
  margin-top: 1.5rem;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.product-nav__slider .slick-dots li:last-child {
  margin-right: 0;
}

.product-nav__slider .slick-dots li.slick-active {
  background-color: #557687;
  height: 12px;
  width: 12px;
}

.product-nav__item {
  margin-top: 1rem;
  margin-bottom: 1rem;
    margin-right: 1rem;
  max-height: 100px !important;
  width: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  float: none !important;
  cursor: pointer;
  -webkit-box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.19);
          box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.19);
}

.product-nav__item:focus {
  border: none;
  outline: none;
}

.product-nav__item:not(.slick-active) {
  opacity: 0;
}

.product-nav__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.entry-content ul {
    list-style: disc;
    margin-left: 2rem;
}

.entry-content ul,
.product__desc ul,
.product-top ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.product__desc ul p,
.product-top ul p {
  margin-top: 0rem;
  font-weight: 600;
}
.product__desc ul p span,
.product-top ul p span {
    font-weight: 400;
}

.entry-content p,
.product__desc p,
.product-top p {
  margin-top: 2rem;
}

/*
.product__desc a {
  margin-top: 2rem;
}
*/

.single .product__desc,
.single .product__desc {
    display: flex;
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services-wrapper {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 1rem;
}

.services-item {
  background-color: #fff;
  -webkit-box-shadow: 7px 4px 24px rgba(0, 0, 0, 0.09);
          box-shadow: 7px 4px 24px rgba(0, 0, 0, 0.09);
  padding: 2.75rem;
  padding-bottom: 100px;
  height: 100%;
}

.services-item p {
  margin-left: 2rem;
}

.services-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services-item__header h3 {
  font-size: 30px;
  color: #858585;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.services-item__header h3::after {
  content: '';
  margin-top: 2rem;
  display: block;
  height: 4px;
  max-width: 290px;
  background-color: #557687;
}

.services-item__icon {
  margin-right: 3.25rem;
}

.contact-section {
    position: relative;
  margin-top: 120px;
  padding: 50px 0;
  background-image: url("img/contact-form/contact-bg.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.contact-section::before {
    content: '';
    position: absolute;    
    width: 100%;
    height: 100%;
    background: rgba(61, 61, 61, 0.49);
    margin-top: -50px;
}

.contact-section .container {
  background: inherit;
}

.contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
 /*  -webkit-box-shadow: 9px 4px 36px rgba(0, 0, 0, 0.48);
          box-shadow: 9px 4px 36px rgba(0, 0, 0, 0.48); */
  padding: 2.75rem 4.75rem;
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
  /* background-attachment: fixed;
  background: inherit;  
  background-color: rgba(133, 155, 144, 0.2); */
}

/* .contact-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: inherit;
  height: 100%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
} */

.contact-map {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  z-index: 2;
}

.contact-map__title {
  z-index: 5;
  position: relative;
  margin-bottom: 40px;
}

.contact-map__title h2 {
  font-size: 30px;
  color: #2C2E3F;
  margin-bottom: 1rem;
}

.contact-map p {
  color: #fff;
  font-size: 18px;
    margin-bottom: 1rem;
}

.contact-map form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-map form input {
  font-size: 1rem;
  padding: 1rem;
  width: 100%;
  margin-bottom: 1.5rem;
}

.contact-map form input.def-button {
  padding: .75rem 2rem;
  width: auto;
  margin-top: 2rem;
  cursor: pointer;
  margin-bottom: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-map form textarea {
  height: 210px;
  width: 100%;
  font-size: 1rem;
  padding: 1rem;
}

.contact-info {
  position: relative;
  z-index: 5;
    color: #fff;
}

.contact-info h2 {
  font-size: 50px;
  color: #fff;
}
.contact-info ul {
  font-size: 18px;
}

.contact-info ul li {
  margin-bottom: 2.25rem;
  font-weight: 600;
}

.contact-info ul li a,
.contact-info ul li span {
  font-weight: 400;
}

.contact-info ul li:last-child {
  margin-bottom: 0;
}

.contact-info ul li span {
  color: #fff;
  margin-top: 14px;
  display: block;
  letter-spacing: 1px;
}

.contact-info ul li span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-info ul li span:last-child a {
  display: block;
  padding: 1rem;
  height: 43px;
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contact-info ul li span:last-child a:hover {
  opacity: 1;
}

.popup {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup.active .popup__form {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.popup h3 {
  font-size: 36px;
  color: #557687;
  text-align: center;
  max-width: 580px;
  margin: auto;
  letter-spacing: 0.07em;
  line-height: 1.2;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}

.popup-form__header {
  margin-bottom: 2rem;
}

.popup-form__header p {
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  max-width: 480px;
  margin: auto;
}

.popup__form {
  background-color: #fff;
  max-width: 820px;
  width: 100%;
    max-height: 100%;
    overflow: auto;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  -webkit-transform: translateY(-300%);
      -ms-transform: translateY(-300%);
          transform: translateY(-300%);
}

.popup__form-top {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}

.popup__form-bottom {
  height: 80px;
  background-color: #fff;
}

.popup__form-middle {
  background-image: url("img/contact-form/form-bg-min.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 80px;
  background-attachment: fixed;
  overflow: hidden;
}

.popup__form-content {
  padding: 2rem;
  background: inherit;
  position: relative;
  -webkit-box-shadow: 9px 4px 36px rgba(0, 0, 0, 0.08);
          box-shadow: 9px 4px 36px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
}

.popup__form-content::after {
  content: '';
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  position: absolute;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  background: inherit;
  z-index: 1;
}

.popup__form-content::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
}

.popup__close {
  opacity: .5;
  -webkit-transition: .2s opacity;
  -o-transition: .2s opacity;
  transition: .2s opacity;
  cursor: pointer;
  padding: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__close img {
  height: 25px;
  width: 25px;
}

.popup__close:hover {
  opacity: 1;
}

.popup form {
  position: relative;
  z-index: 10;
}

.popup form p {
  margin-bottom: 2rem;
}

.popup form p:last-child {
  margin-bottom: 0;
}

.popup form input {
  font-size: 20px;
  padding: 1.5rem;
  width: 100%;
  border: 3px solid transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

.popup form input:focus {
  border: 3px solid transparent;
}

.popup form .button {
  margin-top: 3rem;
  width: auto;
  padding: 1rem 3rem;
  border: none;
  color: #fff;
  text-transform: initial;
  font-size: 400;
}

.popup + p {
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
}

.popup a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  margin-top: 2rem;
}

.popup a img {
  width: 38px;
  margin-left: 1rem;
}

.swiper-container {
  width: 600px;
  height: 300px;
}

.discounts__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10%, 30%));
  grid-template-columns: repeat(auto-fill, minmax(10%, 30%));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 2rem 0;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  max-height: 50vh;
  /*height: 100%;*/
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/* Button Top */
#toTop {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  padding: 5px;
  position: fixed;
  bottom: 110px;
  right: 10px;
  cursor: pointer;
  display: block;
  background: rgba(51, 51, 51, 0.473);
  border: 0;
  border-radius: 50px;
  transform: translateX(180px);
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.up-right {
  transform: translateX(-5px) !important;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.error-404 {
  text-align: center;
}
.error-404 h1 {
  color: #333;
  margin-top: 20px;
}
.e--error .intro__inner {
  padding: 3.37rem 6rem 1.75rem 6rem;
}
/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #5b84cb;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 0;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1172px;
  padding: 0 1rem;
}

@media only screen and (min-width: 767px) {
  .header__menu li:hover a {
    color: #557687;
  }

  .menu__btn {
    display: none;
  }

  .footer__navigation li:hover a {
    color: #557687;
  }

}

@media only screen and (max-width: 1248px) {
  h2 {
    font-size: 4rem;
  }

  h2 span {
    font-size: 1.5rem;
  }

  .info-picture__picture-img::after {
    display: block;
  }

  .info-picture__picture-text {
    flex-basis: 100%;
  }

  .info-picture__picture-title {
    
  }

  .info-picture__info {
    margin-bottom: 3rem;
    padding-right: 0;
  }

  .info-picture.e--reverse .info-picture__picture-img {
    margin-left: 7rem;
  }

  .product-slider h1 {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }

  h2 span {
    font-size: 1.25rem;
  }

  .section {
    padding: 150px 0;
  }

  p {
    font-size: 18px;
  }

  .button.e--sm {
    font-size: .9rem;
    padding: 10px 1.5rem;
  }

  .button.e--transparent {
    padding: 10px .2rem;
  }

  .button {
    padding: 1.5rem 3rem;
  }
        
    .header-contacts {
        justify-content: space-around;
    }
    .header-contacts__item {
        margin-left: 0;
    }

  .header__menu li {
    font-size: 15px;
  }

  .header__menu li + li {
    margin-left: .75rem;
  }

  .header__languages {
    margin-right: 1.25rem;
  }

  .info-picture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;         
  }
    
    .info-picture__picture {
        justify-content: center;
    }

  .info-picture__picture-text {
    right: 50%;
    transform: translateX(50%);
  }
    
    .info-picture__picture-img {
        margin-right: auto;
    }

  .info-picture__picture-title {
      top: 8rem;
  }

  .info-picture__picture-title span {

  }

  .info-picture.e--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .info-picture.e--reverse .info-picture__info {
    margin-left: 0;
    margin-top: 3rem;
  }

  .info-picture.e--reverse .info-picture__picture-title {
    left: -3rem;
  }

  .info-picture.e--reverse .info-picture__picture-sale {
    width: 80px;
    height: 80px;
  }

  .info-picture.e--reverse .info-picture__picture-sale span {
    font-size: 1.75rem;
  }

  .info-picture.e--55 .info-picture__picture {
    width: 60%;
  }

  .info-picture.e--55 .info-picture__info {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .advantage__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .portfolio-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .portfolio-section__info {
    width: 100%;
  }

  .portfolio-section__portfolio {
    width: 100%;
    margin-top: 2rem;
  }


  .item-categories {
    width: 14.2%;
  }
    .product__content {
        margin-left: 0;
    }

  .item-categories .item-categories__name {
    max-width: 90px;
  }

  .products__shop {
    grid-template-columns: repeat(auto-fill, 200px);
    grid-gap: 2rem 24px;
  }

  .product__inner {
    padding: 0 .5rem;
  }

  .product__price {
    font-size: 1.2rem;
  }

  .product__name {
    font-size: 1.2rem;
  }

  

  .product-nav {
    width: 100%;
  }

  .product-nav__slider .slick-track {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0rem;
  }

  .product-nav__slider .slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    margin-top: 2rem;
    width: auto;
  }

  .product-nav__slider .slick-dots li {
    height: 6px;
    width: 6px;
    background-color: #DBDBDB;
    border-radius: 50%;
    margin-top: 0rem;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    margin-left: 1rem;
  }

  .product-nav__slider .slick-dots li:last-child {
    margin-right: 0;
  }

  .product-nav__slider .slick-dots li.slick-active {
    background-color: #557687;
    height: 12px;
    width: 12px;
  }

  .product-nav__item {
    margin-right: 1rem;
  }

  .product-nav__item:not(.slick-active) {
    opacity: 1;
  }

  .product-slider {
    width: 100%;
  } 

  .product-header h1 {
    font-size: 3.5rem;
  }

  .services-item {
    padding: 2rem;
  }

  .services-item__header h3 {
    font-size: 1.5rem;
  }

  .services-item p {
    margin-left: 0;
  }

  .services-item__icon {
    margin-right: 2rem;
    max-width: 90px;
  }

  .contact-container {
    padding: 2rem;
  }

  .contact-info {
  }

  .popup h3 {
    font-size: 2rem;
  }

  .popup h3.e--sm {
    font-size: 2.5rem;
  }

  .popup p {
    font-size: 1.5rem;
  }

  .popup__form-middle {
    padding: 0 50px;
  }
    
    .collection-item .collection-item__buttos {
        margin-top: 1rem;
        flex-direction: row;
        justify-content: flex-start;
    }
    .collection-item .collection-item__more {
        margin-bottom: 0;
        margin-right: 1rem;       
    }
    
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 3rem;
  }

  h2 span {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .button.e--sm {
    padding: 10px 1rem;
  }

  .button {
    padding: 1.5rem 2.5rem;
  }
    .header-contacts {
        justify-content: space-between;
        padding: 10px 0;
    }
    .header-contacts .logo {
        max-height: 50px;
    }
    
    .header-contacts > a, 
    .header-contacts .header__actions {
        display: flex;
    }
    
    .header-contacts .header-contacts__item:not(:first-of-type) {
        display: none;
    }
    
    .header-contacts .header__languages select {
        background-color: transparent;
        color: #fff;
    }
    .header__inner .header__actions,
    .header__inner .custom-logo-link {
        display: none;
    }

    .header__inner .mobile__menu {
        z-index: 9;
        display: block;
        margin: 0 auto;
    }
    .header__inner .mobile__menu ul {
        display: flex;
    }
    .header__inner .mobile__menu li:first-of-type{
        margin-right: 1rem;
    }
    .header__inner::after {
        content: '';
        position: absolute;
        background: #FFFFFF;
        width: 100vw;
        height: 100%;
        margin: 0 -1rem;
      }

  .header .custom-logo-link {
    z-index: 1;
  }

  .header__actions {
    z-index: 1;
  }
	
	.header__languages {
		margin-right: .5rem;
	}
	
	#lang_choice_1 {
		font-size: 1rem;
	} 

  .header__menu {
    padding: 2rem 0;
    z-index: 0;
    width: 100vw;
    margin: 0 -1rem;
    color: #FFFFFF;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    background: #557687;
    -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
            transform: translateY(-150%);
    -webkit-transition: all .3s ease .0s;
    -o-transition: all .3s ease .0s;
    transition: all .3s ease .0s;
  }

  .header__menu li + li {
    display: block;
    margin-left: 0;
    padding-top: 1.5rem;
  }

  .header__menu a {
    color: #FFFFFF;
  }

  .header .custom-logo-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  #menu__toggle:checked ~ .header__menu {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }

  .intro {
    margin-top: 170px;
  }


    .intro.e--single {
    margin-top: 130px;
  }

  .intro__text {
    font-size: .9rem;
  }

  .intro .intro__button {
    width: 45%;
  }

  .intro__pre-text {
    font-size: 1.2rem;
  }


  .intro .intro__preview {
    font-size: 1.2rem !important;
  }

  .intro.e--home .intro__preview {
    margin-left: 20%;
  }

  .intro .intro__button {
    padding: 3rem 2rem;
  }

  .intro__inner {
    padding: 2.37rem  4rem 16.75rem  4rem;
  }
    
    
    .info-picture__picture-title {
        transform: unset;
        left: -1rem;
        top: -4rem;
    }
    
    .product-top {
        flex-direction: column;
    }
    .product-top > div {
        width: 100%;
    }
    
    
    .catalog-slider {
        grid-template-areas:
            "cat1 cat2 cat2 cat2"
            "cat3 cat3 cat3 cat4"
            "text1 text1 text2 text2"
            "but but but but";
        grid-template-columns: 27% 20% 20% 27%;
        grid-template-rows: 200px 200px 200px 20px;
        grid-gap: 2%;
    }
    .info-picture__info {
        padding-left: 1rem;
    }
    

  .footer__inner {
    flex-direction: column;
    align-items: center;
      
  }
    .footer__phones {
        margin-top: 2rem;
    }

  .footer__brand {
    max-width: 267px;
  }

  .footer .footer__socials {
    text-align: center;
    padding-top: 3rem;
    width: 60%;
    margin: 0 auto;
  }

  .copywrite__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .copywrite__inner span {
    position: unset;
    top: unset;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }

  .copywrite__inner a {
    margin-top: 1rem;
  }

  .portfolio-section .portfolio-slider .slick-arrow {
        display: none;
  }

  .portfolio-slider .slick-arrow.slick-prev {
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
  }

  .portfolio-item h3 {
    font-size: 1.25rem;
    padding: 1rem;
    top: 1rem;
    min-width: 200px;
  }

  .categories-products {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .categories-products__item + .categories-products__item {
    margin-left: 0;
  }

  .item-categories {
    margin-top: 1rem;
    width: 30%;
  }

  .products__content,
    .product__desc {
    grid-template-columns: 1fr;
  }
  .products__shop {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 47%);
    grid-gap: 1rem;
  }

  .outro__inner {
    padding: 2.12rem 4rem;
  }

  .outro__text {
    font-size: 1rem;
  }

  .product__price {
    top: 10px;
  }

  .product__name {
    top: 10px;
    left: 10px;
    font-size: 1rem;
  }

  .product .product__image {
    min-height: 170px;
  }

  .shares-slider .shares__item {
    max-width: 405px;
  }

  .actions-pagination__next {
    display: none;
  }

  .product-slider h1 {
    font-size: 2.5rem;
  }

  .services .slick-slide:focus {
    outline: none;
  }

  .services .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .services .slick-dots {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .services .slick-dots li {
    height: 6px;
    width: 6px;
    background-color: #DBDBDB;
    border-radius: 50%;
    margin-top: 1.5rem;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
  }

  .services .slick-dots li:last-child {
    margin-right: 0;
  }

  .services .slick-dots li.slick-active {
    background-color: #557687;
    height: 12px;
    width: 12px;
  }

  .contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contact-info {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-left: 0;
    width: 100%;
  }

  .contact-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .contact-info ul li {
    text-align: center;
  }

  .contact-info ul li:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .contact-map {
    width: 100%;
    margin-top: 3rem;
      text-align: center;
  }

  .popup h3 {
    font-size: 2rem;
  }

  .popup h3.e--sm {
    font-size: 1.75rem;
  }

  .popup p {
    font-size: 1.25rem;
  }

  .popup form p {
    margin-bottom: 1rem;
  }

  .popup form .button {
    margin-top: 2rem;
  }

  .popup form input {
    padding: 1.25rem 1rem;
    font-size: 1rem;
  }

  .popup__close {
    padding: 1rem;
  }

  .popup__close img {
    height: 25px;
    width: 25px;
  }
    
    .discounts__inner {
        grid-template-columns: repeat(auto-fill, 47%);
    }
    
    .popup-calc__content .calc-cart {
        margin-bottom: 0;
    }
    
    .calc-cart .cart-header {
        display: none;
    }
    
    .calc-cart tr {
        display: block;
        margin-bottom: 1rem;
        border-bottom: 2px solid #e8e9eb;
    }
    
    .popup-calc__content .calc-cart td {
        display: block;
        text-align: right;
        border: 0;
    }
    
    .calc-cart td:before {
        content: attr(aria-label);
        float: left;
        font-weight: bold;
        padding-right: .5rem;
    }
}

@media only screen and (max-width: 560px) {
  .info-picture.e--reverse .info-picture__picture {
    width: 75%;
  }

  .info-picture.e--reverse .info-picture__picture-sale {
    width: 60px;
    height: 60px;
  }

  .info-picture.e--reverse .info-picture__picture-sale span {
    font-size: 1.5rem;
  }
    
    .collection-item .collection-item__img {
        width: 100%;
        height: 200px;
    }
    .collection-item .collection-item__info {
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 0;
        width: 100%;
		
    }

    .filter-products-open {
        top: unset;
        bottom: 15px;
        left: 15px;
        width: 60px;
        height: 60px;
    }
	
	.collection-item {
		justify-content: space-between;
	}
    .collection-item__actions .js-variation + .js-number {
        display: none;
    }

    .collection-item .js-price + .collection-item__actions {
        
    }
    .collection-item .js-price {
       flex-basis: 50%; 
    }
    .collection-item .accordion-title h3 {
    }
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .section {
    padding: 100px 0;
  }

  p {
    font-size: 1rem;
  }

  .button {
    padding: 1rem 2rem;
  }

  .intro__inner {
    padding: 2rem  2.4rem 8rem  2.5rem;
  }

  .intro__inner::after {
    display: none;
  }

  .intro__text {
    font-size: .9rem;
  }

  .intro .intro__preview {
    padding: 1.5rem;
  }

  .intro.e--home .intro__preview {
    margin-left: 15%;
  }

  .intro.e--single .intro__preview {
    bottom: 0;
    left: 0;
  }

  .intro .intro__button {
    width: 60%;
    padding: 2rem 1rem;
  }
    
    .catalog-slider {
        grid-template-columns: 40% 7% 7% 40%;
    }
    .catalog__text {
        padding: 1rem;
    }
    .catalog-item h3 {
        font-size: 1.5rem;
    }

  .footer__brand {
    max-width: unset;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .footer__navigation {
    padding-top: 3rem;
    width: 100%;
    text-align: center;
  }

  .info-picture__picture-text {

  }

  .info-picture__picture-img {
    margin-right: 0;
  }

  .info-picture__picture-title {

  }

  .info-picture__picture-title span {
  }

  .info-picture.e--reverse .info-picture__picture-img {
    margin-left: 4rem;
  }

  .info-picture.e--reverse .info-picture__picture-title {
    color: #557687;
  }

  .advantage__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 2rem;
  }

  .advantage__item:last-child {
    margin-bottom: 0;
  }

  .portfolio-item {
    margin-left: .5rem;
    margin-right: .5rem;
  }

    .portfolio-item h3 {
        left: 0;
    }

  .portfolio-item__img {
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio-slider {
    /*margin-right: 0;*/
  }

  .portfolio-slider .slick-arrow {
    right: .5rem;
  }

  .categories-products {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .categories-products .slick-track {
    padding-bottom: 20px;
  }

  .categories-products__item + .categories-products__item {
    margin-left: 1rem;
  }

  .item-categories {
    min-width: 180px;
    width: unset;
  }

  .item-categories .item-categories__name {
    max-width: unset;
    margin: 0 auto;
  }

  .outro__inner {
    padding: 1.12rem 2rem;
      margin: 0 -1rem;
  }

  .outro__text {
    font-size: 14px;
  }
    .product .product__image{
        height: 200px;
    }
    .product a::after{
        height: 200px;
    }
    .product__actions {
        top: 125px;
    }

  .product__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__actions a:nth-of-type(2) {
    margin-top: 1rem;
  }

  .product.shares__item .button + .button {
    margin-left: unset;
  }

	
	.product__share {
		/* top: 115px;
		        right: 10px; */
	}

  .actions-products {
    padding: 12px;
  }

  .actions-products__button {
    padding: 1rem 3rem;
  }

  .product-slider h1 {
    font-size: 1.25rem;
  }

  .product-slider p {
    font-size: 14px;
    margin-top: auto;
  }

  .product-slider .intro__price {
    font-size: 1.5rem;
    margin-top: .5rem;
  }

  .services-item {
    padding: 2rem 1rem;
  }

  .services-item h3 {
    font-size: 1.25rem;
  }

  .services-item__icon {
    max-width: 60px;
  }

  .services-item__header {
    margin-bottom: 1.5rem;
  }

  .contact-container {
    padding: 2rem 1rem;
  }

  .contact-map form input.def-button {
    width: 100%;
    text-align: center;
  }

  .contact-info h2 {
    text-align: center;
  }

  .contact-info ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contact-info ul li {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .popup {
    padding: 1rem;
  }

  .popup p {
    font-size: .75rem;
  }

  .popup__form-top {
    height: 50px;
  }

  .popup__form-middle {
    padding: 1rem;
  }

  .popup__form-bottom {
    height: 50px;
  }

  .popup__form-content {
    padding: 1rem;
  }

  .popup h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }

  .popup-form__header {
    margin-bottom: 1rem;
  }

  .popup form input {
    font-size: 1rem;
    padding: .75rem 1rem;
  }
    
    .product-header {
        padding: 1rem 0;
    }
    .nav-links {
        margin-bottom: 3rem;
    }
}

@media only screen and (max-width: 400px) {
  .intro.e--home .intro__preview {
    margin: 0 auto;
  }

  .shares-slider .shares__item {
    max-width: 305px;
  }
	
	.header__search-icon img {
		width: 1rem;
		height: auto;
	}
	.header__languages {
		margin-right: 0;	
		
	}
	
	#lang_choice_1 {
		font-size: .85rem;
	}
    .collection-item__price.js-price,
    .collection-total__price.js-total-price span,
    .collection-item .collection-item__info h4,
    .accordion .accordion-title h3{
        font-size: 1rem;
    }

}

	.portfolio-slider .slick-slide {
		display: flex !important;
		height: 400px;
	}

.advantage__item h3 {
	color: #2C2E3F;
		font-family: 'Gilroy' , sans-serif;
}
.widget-meta-data-filter {
    margin-top: 3rem;
}
.mdf_section_tax_category ul.mdf_taxonomy_check_list ul {
    margin-left: 0 !important;
}
ul.mdf_taxonomy_check_list li{
  display: flex;
  flex-direction: row-reverse;
    justify-content: flex-end;
  margin-top: 1rem;
  padding-left: 1rem;
  color: rgba(20, 21, 23, 0.594316);
}
.widget-meta-data-filter label{
  margin-right: auto;
}
.mdf_section_tax_category > div > ul.mdf_taxonomy_check_list > li > label, .mdf_section_tax_category > div > ul.mdf_taxonomy_check_list > li > div:first-of-type {
    display: none!important;
}
ul ul.mdf_taxonomy_check_list li {
    padding-left: 0;
}
h4.data-filter-section-title{
  color: #000000;
  font-size: 18px;
}
.mdf_input_contain {
  margin-top: 2rem;
}
.icheckbox_minimal-blue.disabled{
  border: 1px solid #DBDBDB;
}
.button{
  border: none;
}

.mdf_input_container,
.mdf_tax_filter_section .mdf_taxonomy_check_list .mdf_taxonomy_child_container {
    width: unset!important;
}
.irs-grid{
  display:none !important;
}
.widget-meta-data-filter .mdf_input_container{
  padding: 0 !important;
}
.mdf_input_container  + .mdf_input_container {
  margin-top: 2rem;
}
.widget widget-meta-data-filter h3{
  display: none !important;
}
.mdf_one_moment_txt{
  display: none !important;
}
.widget widget-meta-data-filter h3:first-of-type{
  display: none;
}
.data-filter-section-title{
  color: #141517 !important;
}

.section.outro {
	padding-top: 50px;
}


/* COLLECTION */

h2.collection-title {
    text-align: center;
    font-size: 2rem;
    margin-top: 2rem;
	margin-bottom: 1rem;
}

.collection-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 50px auto;
    max-width: 1000px;
}

@media (max-width: 1024px) {
	.collection-item {
		flex-wrap: wrap;
		margin: 2rem 0;
	}
}

@media (max-width: 560px) {
	.collection-item {
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 2rem 0;
	}
	
	.collection-item__img {
		margin-bottom: 1rem;
	}
	
	.collection-item__add {
		align-self: flex-end;
	}
    
    .collection-item__img img {
        height: 100%;
    }
}

@media (max-width: 480px) {
	.collection-item  {
		flex-direction: column;
	}
	
	.collection-item__info {
		max-width: 100% !important;
		flex-direction: column !important;
	}
}

.collection-item__img {
    width: 200px;
   /*  height: 300px; */
}
.collection-item__img img {
    object-fit: cover;
    width: 100%;
/*    height: 100%;*/
    min-width: 200px;
    border: 3px solid #0000000f;
}
.collection-item__info {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    max-width: calc(100% - 200px);
    padding-left: 20px;
	padding-right: 0px
}

.collection-item__info h4 {
    font-size: 1.5rem;
}
.collection-item__info h4 .dashicons {
    position: absolute;
    margin-left: .5rem;
    text-decoration: none;
}

@media (max-width: 1024px) {
	.collection-item__info h4 {
    font-size: 1.25rem;
	}
}

.collection-item__info h4:hover {
    text-decoration: underline;
    color: blue;
}

.collection-item__actions > span,
.collection-item__data > span {
    margin-right: 1rem;
}

.collection-item__actions {
    display: flex;
    align-items: flex-start;
	flex-direction: column;
}


.collection-item__action {
	display: flex;
	align-items: center;
    margin-top: .5rem;
}

.collection-item__action img {
    width: 2.5rem;
    height: 2rem;
    cursor: pointer;
    margin-right: .5rem;
    border: 3px solid #0000000f;
    outline: none;
}
.collection-item__action.js-color div {
    display: flex;
    align-items: center;
}
.collection-item__action label span {
    height: 2rem;
    cursor: pointer;
    margin-right: .5rem;
    border: 3px solid transparent;
    outline: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.collection-item__action .custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.collection-item__action .custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.collection-item__info > * {
	margin-top: 1rem;
}

/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked)+label img:hover {
    border-color: #b3d7ff;
}
/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active+label img {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
/* стили для радиокнопки, находящейся в фокусе */
.custom-radio:focus+label img {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked)+label span,
.custom-radio:focus:not(:checked)+label img {
    border-color: #80bdff;
}
/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked+label span,
.custom-radio:checked+label img {
    border-color: #0b76ef;
}
/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio:disabled+label img {
    background-color: #e9ecef;
}

.collection-item__action span,
.collection-item__data span {	
	padding: .5rem;
	padding-left: 0;
}

.collection-item__data {
    margin-top: 0;
}

.collection-item__info select {
    border: 1px solid #cfcfcf;
    padding: 5px;
    margin-right: 1rem;
}
.collection-item__actions .quantity {
    border: 1px solid #cfcfcf;
    padding: 5px;
}
.collection-item__actions .quantity span {
    padding: 0 5px;
    cursor: pointer;
}
.collection-item__actions .quantity input {
    border: none;
    max-width: 30px;
    text-align: center;
}
.collection-item__actions .clone_color {
    display: none;
}

.collection-item .js-price {
    display: flex;
    align-items: center;
    font-size: 24px;
}
.collection-item .js-price span::after {
    content: '.00 грн';
}
.js-price + .collection-item__actions {
    display: none;
}

.collection-item__manufact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.collection-item__price,
.collection-total__price span{
    color: #5B84CB;
    font-weight: 600;
    font-size: 1.75rem;
}

@media (max-width: 1024px) {
	.collection-item__price,
	.collection-total__price span {
		font-size: 1.1rem;
		white-space: nowrap;
		display: flex;
		flex-wrap: wrap;
		padding: .25rem;
	}
}

@media (max-width: 768px) {
	.collection-item__price,
	.collection-total__price span {
		font-size: 1rem;
	}
}

.collection-item__buttos {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.collection-item__add {
    position: relative;
    color: #fff;
}
.collection-item__add:hover .add {
    background-color: green;
}
.collection-item__add:hover .added {
    background-color: red;
}
.collection-item__add:hover input[type=checkbox]:checked ~ .added span:nth-of-type(2) {
    display: none;
}
.collection-item__add:hover input[type=checkbox]:checked ~ .added span:last-of-type {
    display: flex;
}

.collection-item__more {
    display: flex;
    justify-content: center;
    border: 2px solid #5f89d1;
    margin-bottom: 1rem;
}
.collection-item__more:hover{
    background-color: #5f89d1;
}
.collection-item__more a{
    color: #5f89d1;
    padding: 15px 20px;
}
.collection-item__more:hover a{
    color: #fff;
}

.show-more {
    position: relative;
    margin: 3rem auto 0;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}
.show-more > span{
    overflow: hidden;
    position: relative;
    padding-bottom: 5px;
}
.show-more > span::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #5b84cb;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.collection-item__add div {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background-color: #5F89D1;
}

.collection-item__add span:first-of-type{
    padding-right: 40px;
}

.collection-item__add span:first-of-type::after{
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: 60px;
    width: 2px;
    background-color: #fff;
}

.collection-item__add .added {
    display: none;
}
.collection-item__add input[type=checkbox]:checked ~ .add {
    display: none;
}
.collection-item__add input[type=checkbox]:checked ~ .added {
    display: flex;
}
.collection-item__add input[type=checkbox]:checked ~ .added span:last-of-type {
    display: none;
}
.collection-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #DEE7F8;
    color: #2C2E3F;
    padding: 25px 1rem;
    max-width: calc(50% + 500px);
	position: relative;
}

@media (max-width: 480px) {
	.collection-total {
		flex-wrap: wrap;
		padding: 1rem;
	}
	.collection-total__button {
		margin-top: 1rem;
		width: 100%;
		text-align: center;
	} 
    
    .product__actions::before {
        padding-top: .5rem;
        font-size: 1rem;
        width: 2rem;
        height: 2rem;
    }
	
	
}

.collection-total__count,
.collection-total__price{
    font-weight: 600
}

.collection-total__price {
	margin: 0 .5rem
}

.cart-summury span::after,
.cart-item__summury::after,
.cart-summury td:last-of-type::after,
.collection-total__price span::after,
.cart-item__price::after {
    content: ' грн';
}

.cart-summury {
    color: #fff;
    text-align: right;
    margin-bottom: 2rem;
}
.cart-summury span {
    margin-left: .5rem;
}
.collection-total__clear{
    opacity: 0;
    visibility: hidden;
    color: #FE7865;
    font-size: .75rem;
    cursor: pointer;
	position: absolute;
	bottom: 1rem;
}
.collection-total__clear::before{
    content: 'x';
    margin-right: 5px;
    font-weight: 600;
}
.collection-total__clear:hover{
    transform: scale(1.05);
}
/* ACORDION */

.transition,
.accordion div,
.accordion i:before,
ul li i:after {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.flipIn,
.accordion h1 {
  -webkit-animation: flipdown 0.5s ease both;
          animation: flipdown 0.5s ease both;
}

.no-select,
h3 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion {
  -webkit-perspective: 900;
          perspective: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2px;
  list-style: none;
  position: relative;
    overflow: hidden;
}
.accordion-title {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #fff;
    background-color: #6A96E2;
    padding: 1rem;
    font-size: 1rem;
}
.accordion-title .title-group {
    flex: auto;
    display: flex;
}
.accordion-title h3 {
    font-size: 1.25rem;
}

@media (max-width: 768px) {
	.accordion-title h3 {
        font-size: 1rem;
	}
}

.accordion-title .title-before.show,
.accordion-title span.num_added.show,
.collection-total__clear.show {
    opacity: 1;
    visibility: visible;
}
.accordion-title .title-before {
    width: 50px;
    border-right: 1px solid #fff;
    margin-right: 2rem;
    margin-left: -1rem;
    opacity: 0;
}
.accordion-title .title-after {

}

.accordion-title span.num_added {
    flex: auto;
    text-align: right;
    padding-right: 2rem;
    color: #71FF2F;
    text-decoration: underline;
    opacity: 0;
}

.accordion-title span.num_added i {
	margin-right: .25rem;
}

@media (max-width: 768px) {
	.accordion-title span.num_added {
    font-size: 14px;
	}
	
	.accordion-title .title-before {
		margin-right: 1rem;
	}
}

@media (max-width: 480px) {
	.accordion-title span.num_added {
    	font-size: 0;
		padding-right: 1rem;
	}
    .accordion-title span.num_added.show {
        font-size: 12px;
    }
	
/*
	.accordion-title .title-before {
		margin-right: .5rem;
		width: 35px;
	}
*/
	
	.collection-total__clear {
		bottom: auto;
		top: .5rem;
	}
    .accordion-title .title-group {
        flex-direction: column;
        align-items: flex-start;
    }
    .collection-item__add {
        margin-top: -2.5rem;
    }
    
    .popup-calc__content {
        padding: 1rem;
        width: 100%;
    }
    .popup-calc__content .calc-cart {
        font-size: 14px;
    }
    
    .header-contacts .logo {
        max-height: 30px;
    }
    .header-contacts__img {
        width: 1rem;
    }
}

.accordion .accordion-content {
  position: relative;
  overflow: auto;
  max-height: 800px;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-top: 10px;
  z-index: 2;
}
.accordion > input[type=checkbox],
.collection-item__add input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  opacity: 0;
}
.accordion input[type=checkbox]:checked ~ .accordion-content {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.accordion input[type=checkbox]:checked ~ .accordion-title .title-after {
    transform: rotate(180deg);
}

@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }

  5% {
    opacity: 1;
  }

  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg);
  }

  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg);
  }

  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
  }

  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }

  5% {
    opacity: 1;
  }

  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg);
  }

  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg);
  }

  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
  }

  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* filter-loader */
.preloader {
  display: none;
}
.preloader.show {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}
.preloader div {
  position: absolute;
  border: 4px solid #0B2466;
  opacity: 1;
  border-radius: 50%;
  animation: preloader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.preloader div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes preloader {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.pagination .screen-reader-text {
    display: none;
}

.nav-links {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}
.nav-links .current {
    background-color: #5b84cb;
    color: #fff;
}
.nav-links > * {
    padding: .5rem .75rem;
}

.product__content table{
	width: 100%;
}
.product__content td{
	border: 2px solid #ccc;
	text-align: center;
	padding: 10px;
}

.intro__cat-description,
.intro__cat-description p,
.intro__cat-description a{
	color: #fff;
}
.intro__cat-description a{
	text-decoration: underline;
}
