@charset "UTF-8";

.welcome-slide-form__select,
.welcome-slide-form__input,
.welcome-slide-form button {
  margin: 0 0 25px 0;
}
.date__special{
  display: none;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.footer-links-category__body ul{
  max-width: 235px;
}
input,
button,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

body {
  font-family: "Montserrat", sans-serif;  
  overflow-y: auto;
}


input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder {
  opacity: 0;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

textarea:focus::placeholder {
  opacity: 0;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

._container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

body._lock {
  /*overflow: hidden;*/
}


.tel-viber {
  padding: 0 20px 0 0;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 23px;
  color: #fff;
  position: relative;
  transition: .3s all;
}

.tel-viber:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../img/icons/viber.svg") 0 0/100% 100% no-repeat;
  transition: .3s all;
}

.tel-viber:hover {
  text-decoration: underline;
}
a.header__tel.tel-viber:hover:before {
  background: url(../img/icons/viber_colorfull.svg) right center/15px 15px no-repeat;
}

.lang {
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 23px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.lang:hover {
  color: #3F494B;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-list {
  overflow: hidden;
}

.slick-arrow {
  position: absolute;
  font-size: 0;
  z-index: 10;
  width: 17px;
  height: 31px;
  background: url("../img/icons/slider_arrow.svg") 0 0/100% 100% no-repeat;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: .5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slick-arrow:hover {
  opacity: 1;
}
.change{
  -webkit-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}
.popup__form{
  visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(63, 73, 75, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.overlock{
  overflow: hidden !important;
}
.wpcf7 form .wpcf7-response-output{
  display: none;
}
.pupup__description{
      display: flex;
    justify-content: center;
    align-items: center;
        padding: 55px 30px;
    gap: 24px;
    max-width: 387px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background: #FFF8E1;
    border-radius: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #3F494B;
}
.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.slick-dots {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: #fff;
  margin: 0 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slick-dots li.slick-active button {
  width: 5px;
  height: 5px;
}

.title {
  text-align: center;
  font-weight: bold;
  font-size: 33px;
  line-height: calc(40/33);
  color: #3F494B;
}

.title--pink span {
  color: #F2AD97;
}

.title--green span {
  color: #6DAD83;
}

.title--white {
  color: #fff;
}

.subtitle {
  text-align: center;
  margin: 0 0 15px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.subtitle--black {
  color: rgba(0, 0, 0, 0.3);
}

.subtitle--grey {
  color: #bcbcbc;
}

.subtitle--black {
  color: #3F494B;
}

.text {
  font-size: 14px;
  line-height: calc(24/14);
  color: #fff;
  text-align: center;
}

.text--white {
  color: #fff;
}

.footer {
  background: #3F494B;
  position: relative;
  padding-top: 45px;
  padding-bottom: 20px;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-links__col {
  padding: 0 70px 0 0;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-links__col:last-child {
  padding: 0;
}

.footer-links-category {
  margin: 0 0 15px 0;
}

.footer-links-category:last-child {
  margin: 0;
}

.footer-links-category__item a {
  font-weight: 500;
  font-size: 12px;
  line-height: calc(24/12);
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-links-category__item a:hover {
  color: #798081;
}

.footer-links-category--empty .footer-links-category__head {
  margin: 0;
}

.footer-contacts__persons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.footer-contacts__persons-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 10px;
  margin: 0 0 15px 0;
}

.footer-contacts__person {
  font-size: 12px;
  line-height: calc(18/12);
  color: #fff;
  margin: 0 0 20px 0;
}

.footer-contacts__person span {
  font-weight: bold;
}

.footer-contacts__contacts {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-contacts__contacts a {
  color: #fff;
  font-size: 12px;
  line-height: calc(24/12);
  font-weight: 500;
  position: relative;
  padding: 0 20px 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-contacts__contacts a:hover {
  opacity: 0.8;
}

.footer-contacts__viber {
  background: url("../img/icons/viber.svg") right center/15px 15px no-repeat;
}

.footer-contacts__viber:hover {
  background: url("../img/icons/viber_colorfull.svg") right center/15px 15px no-repeat;
}

.footer-contacts__telegram {
  background: url("../img/icons/telegram.svg") right center/15px 15px no-repeat;
}

.footer-contacts__telegram:hover {
  background: url("../img/icons/telegram_colorfull.svg") right center/15px 15px no-repeat;
}

.footer-timetable__content {
  margin: 0 0 25px 0;
}

.footer-timetable__box {
  margin: 0 0 20px 0;
}

.footer-timetable__box:last-child {
  margin: 0;
}

.footer-timetable__box p {
  font-size: 12px;
  font-weight: 500;
  line-height: calc(20/12);
  color: #fff;
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-socials__title {
  font-size: 12px;
  line-height: calc(18/12);
  font-weight: bold;
  color: #fff;
  padding: 0 10px 0 0;
}

.footer-socials__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-socials__item {
  width: 18px;
  height: 18px;
  margin: 0 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: all 0.3s;
}

.footer-socials__inst {
  background: url("../img/icons/instagram.svg") 0 0 no-repeat;  
}
.footer-socials__inst:hover {
  background: url("../img/icons/instagram_colorfull.svg") 0 0 no-repeat;
}

.footer-socials__facebook {
  background: url("../img/icons/facebook.svg") 0 0 no-repeat;
}

.footer-socials__facebook:hover {
  background: url("../img/icons/facebook_colorfull.svg") 0 0 no-repeat;
}

.footer__logo {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer__logo img {
  width: 244px;
  height: 244px;
}

.footer__container {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

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

.footer__top .footer__col--2 {
  position: relative;
}

.footer__top .footer__col--2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #798081;
}

.footer__col--1 {
  padding: 0 70px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer__col--2 {
  padding: 0 0 0 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.footer__title {
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__title:hover {
  color: #798081;
}

.footer__bottom {
  padding: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__bottom .footer__col--1 {
  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-flex: 1;
      -ms-flex: 1 1 780px;
          flex: 1 1 780px;
}

.footer__bottom .footer__col--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
}

.footer__row:last-child {
  margin: 0;
}

.footer__row:first-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__row-col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 395px;
          flex: 0 0 395px;
  padding: 0 80px 0 0;
}

.footer__form-title {
  font-size: 13px;
  line-height: calc(18/13);
  font-weight: bold;
  text-transform: uppercase;
  color: #F2AD97;
  margin: 0 0 15px 0;
}

.footer__input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__input input {
  margin: 0 10px 0 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #F2AD97;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: 100%;
}

.footer__input input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 500;
}

.footer__input input::-moz-placeholder {
  color: #fff;
  font-weight: 500;
}

.footer__input input:-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
}

.footer__input input::-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
}

.footer__input input::placeholder {
  color: #fff;
  font-weight: 500;
}

.footer__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  height: 30px;
  background: transparent url("../img/icons/email_button.svg") center/24px 19px no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__button:hover {
  background: transparent url("../img/icons/email_button_white.svg") center/24px 19px no-repeat;
}

.footer__lang {
  color: #9a9a9a;
  text-decoration: underline;
}

.footer__lang:hover {
  color: #fff;
}

.footer__copywrite {
  font-weight: 500;
  font-size: 12px;
  line-height: calc(23/12);
  color: #9a9a9a;
}

.footer__privacy {
  font-weight: 500;
  font-size: 12px;
  line-height: calc(23/12);
  text-decoration: underline;
  color: #9a9a9a;
}

.footer__apelsin {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__apelsin svg path, 
.footer__apelsin svg rect {
  transition: .3s all;
}

.footer__apelsin:hover {
/*  background: #F28504;*/
}
.footer__apelsin:hover svg path {
  fill:#fff;
}
.footer__apelsin:hover svg rect {
  fill:#F28504;
}

.header {
  position: relative;
  padding: 10px 0;
  position: fixed;
  z-index: 100;
  width: 100%;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 0;
}

.header._black .header__menu-button {
  border: 1px solid #3F494B;
}

.header._black .header-menu__item a {
  color: #3F494B;
}

.header._black .header__logo a:first-child {
  display: none;
}

.header._black .header__logo a:last-child {
  display: block;
}

.header._black .header__lang {
  color: #3F494B;
}

.header._black .header__tel {
  color: #3F494B;
}

.header._black .header__tel:before {
  background-image: url("../img/icons/black_viber.svg");
}

.header._black._bg {
  /*background: rgba(248, 248, 248, 0.7);*/
  background: rgb(217 217 217 / 70%);
  
}
.mob__lang{
  display: none;
}
.header._bg {
  background: rgba(63, 73, 75, 0.5);
}

.header__box {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.header__container--top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__col--2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header__logo {
  margin: 0 10px;
  min-width: 94px;
}

.header__logo a {
  display: none;
}

.header__logo a:first-child {
  display: block;
}

.header__logo img {
  max-width: 100%;
}

.header__tel {
  margin: 0 15px;
}

.header__contacts {
  margin: 0 -15px;
}

.header__lang {
  margin: 0 30px;
}

.header__button {
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
  border-radius: 100px;
  background: #3F494B;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 35px;
  padding-left: 35px;
}

.header__button:hover {
  background: #798081;
}

.header__menu-button {
  margin-right: 30px;
}

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.header-menu__item {
  margin: 0 10px;
}
.header-menu__item a {
  transition: all .3s;
}
.header-menu__item a:hover {
  color: #3F494B;
}

.header-menu__item a {
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
}

.menu-button {
  background: #FFF8E1;
  border-radius: 100px;
  text-transform: uppercase;
  line-height: calc(16/12);
  color: #3F494B;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.menu-button:hover {
  background: #F8F8F8;
}

.menu-button > span {
  display: none;
  margin: 0 10px 0 0;
  width: 65px;
  text-align: center;
}

.menu-button > span:first-child {
  display: block;
}

.menu-button__icon {
  width: 16px;
  height: 12px;
  position: relative;
}

.menu-button__icon:before,
.menu-button__icon:after,
.menu-button__icon span {
  content: '';
  width: 16px;
  height: 2px;
  background: #3F494B;
  position: absolute;
  border-radius: 2px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.menu-button__icon:before {
  top: 0;
}

.menu-button__icon:after {
  bottom: 0;
}

.menu-button__icon span {
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.burger-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 10px 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background: #FFF8E1;
  visibility: hidden;
}

.burger-menu__close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.burger-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

.burger-menu__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 10px;
}

.burger-menu__column:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.burger-menu__column:last-child img {
  width: 100%;
}

.burger-menu-category {
  margin: 0 0 30px 0;
}

.burger-menu-category._dropdown._active .burger-menu-category__head {
  color: #6DAD83;
  border: 0;
}

.burger-menu-category._dropdown._active .burger-menu-category__head:before {
  background: url("../img/icons/green_caret.svg") 0 0/100% 100% no-repeat;
}

.burger-menu-category._dropdown._active .burger-menu-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.burger-menu-category:last-child {
  margin: 0;
}

.burger-menu-category__head {
  font-weight: 600;
  color: #3F494B;
  margin: 0 0 15px 0;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
}

.burger-menu-category__head:hover {
  color: #798081;
}

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

.burger-menu-category__item {
  line-height: calc(24/14);
  color: #3F494B;
  margin: 0 0 7px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}

.burger-menu-category__item:hover {
  color: #6DAD83;
}

.burger-menu-category__item:last-child {
  margin: 0;
}

.header._active {
  background: #FFF8E1 !important;
}

.header._active .header__tel {
  color: #3F494B;
}

.header._active .header__tel:before {
  background: url("../img/icons/black_viber.svg") 0 0 no-repeat;
}

.header._active .header__logo a:first-child {
  display: none;
}

.header._active .header__logo a:last-child {
  display: block;
}

.header._active .header-menu__item a {
  color: #3F494B;
}

.header._active .header__lang {
  color: #3F494B;
}

.header._active .menu-button {
  border: 1px solid #3F494B;
}

.header._active .menu-button__icon span {
  -webkit-transform: translate(0, -50%) scale(0);
      -ms-transform: translate(0, -50%) scale(0);
          transform: translate(0, -50%) scale(0);
}

.header._active .menu-button__icon:before {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.header._active .menu-button__icon:after {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
      -ms-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

.header._active .menu-button > span:first-child {
  display: none;
}

.header._active .menu-button > span:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header._active .burger-menu {
  opacity: 1;
  visibility: visible;
}

.select {
  position: relative;
}

.select__header {
  width: 100%;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF8E1;
  border-bottom: 1px solid #D9927B;
  line-height: calc(17/14);
  color: #3F494B;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.select__header:hover {
  background: #f1f1f1;
}

.select__label {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.select__current {
  font-weight: bold;
}

.select__icon {
  width: 10px;
  height: 6px;
  margin: 0 0 0 auto;
  background: url("../img/icons/black_caret.svg") 0 0/100% 100% no-repeat;
}

.select__body {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #D9927B;
  border-top: 0;
  display: none;
  padding: 8px 10px 8px 15px;
  background: #FFF8E1;
}

.select__body-content {
  max-height: 165px;
  overflow: auto;
}

.select__body-content::-webkit-scrollbar {
  width: 7px;
  background: rgba(242, 173, 151, 0.2);
}

.select__body-content::-webkit-scrollbar-thumb {
  background: #D9927B;
}

.select__item {
  font-size: 14px;
  line-height: calc(24/14);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #FFF8E1;
  cursor: pointer;
  color: #3F494B;
  font-weight: bold;
}

.select__item:hover {
  background: #f1f1f1;
}

.select__item:last-child {
  border-bottom: 0;
}

.select._choosed .select__label {
  position: absolute;
  bottom: 100%;
  font-weight: 400;
  font-size: 12px;
}

.select._active .select__body {
  display: block;
}

/* ===== common ================================================================================================================================================================== */

h1 {
  font-weight: bold;
  line-height: calc(40/33);
  font-weight: bold;
  color: #3F494B;
  font-size: 33px;
}

h3 {
  font-weight: 600;
  line-height: calc(33/20);
  color: #3F494B;
  font-size: 20px;
}

h2 {
  font-weight: 600;
  line-height: calc(32/26);
  color: #3F494B;
  font-size: 26px;
}

h4 {
  font-weight: 600;
  line-height: calc(24/16);
  color: #3F494B;
  font-size: 16px;
}

/* ===== home page ================================================================================================================================================================== */

.welcome {
  /*background: url("../img/main_screen_picture.png") center center/cover no-repeat;*/
  background: center center/cover no-repeat;
  position: relative;
  overflow: hidden; 
  transition: all .3s ease;
}

/*fade animation*/
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.welcome__slider {
  transition: all .3s;
}

.welcome__slider .slick-dots {
  bottom: 30px;
}

.welcome__slider .slick-next {
  right: calc(0px + 320 * ((100vw - 1240px) / (1920 - 1240)));
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.welcome__slider .slick-prev {
  left: calc(0px + 320 * ((100vw - 1240px) / (1920 - 1240)));
  -webkit-transform: translate(-100%, -50%) rotate(180deg);
      -ms-transform: translate(-100%, -50%) rotate(180deg);
          transform: translate(-100%, -50%) rotate(180deg);
}

.welcome-slide {
  padding: 20px 0 80px 0;
  position: relative;
  z-index: 20;
}

.welcome-slide__col--1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.welcome-slide__col--2 {
  padding: 0 0 0 20px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.welcome-slide__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.welcome-slide__text {
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  max-width: 462px;
  font-size: 16px;
}

.welcome-slide__text-block {
  max-width: 531px;
  margin-top: 145px;
  margin-bottom: 145px;
}

.welcome-slide__title {
  font-weight: bold;
  line-height: calc(49/40);
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}

.welcome-slide__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.welcome-slide__advantages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.welcome-slide__advantages li img {
  margin: 0 10px 0 0;
}

.welcome-slide__advantages li span {
  font-weight: 500;
  line-height: calc(17/14);
  color: #F8F8F8;
  max-width: 150px;
  display: inline-block;
  font-size: 14px;
}

.welcome-slide__label {
  font-size: 12px;
  font-weight: 600;
  line-height: calc(15/12);
  text-transform: uppercase;
  color: #fff;
}

.welcome-slide-form {
  background: #FFF8E1;
  border-radius: 15px;
  padding: 45px 45px 40px;
  max-width: 380px;
  width: 100%;
  margin: 0 0 35px 0;
  padding-right: 45px;
  padding-left: 45px;
  padding-bottom: 40px;
}

.welcome-slide-form__input input {
  background: #FFF8E1;
  padding: 5px 0;
  border-bottom: 1px solid #D9927B;
  width: 100%;
  font-weight: bold;
}

.welcome-slide-form__input input::-webkit-input-placeholder {
  color: #3F494B;
}

.welcome-slide-form__input input::-moz-placeholder {
  color: #3F494B;
}

.welcome-slide-form__input input:-ms-input-placeholder {
  color: #3F494B;
}

.welcome-slide-form__input input::-ms-input-placeholder {
  color: #3F494B;
}

.welcome-slide-form__input input,
.welcome-slide-form__input input::placeholder {
  color: #3F494B;
}

.welcome-slide-form__input input::-webkit-input-placeholder {
  font-weight: 500;
}

.welcome-slide-form__input input::-moz-placeholder {
  font-weight: 500;
}

.welcome-slide-form__input input:-ms-input-placeholder {
  font-weight: 500;
}

.welcome-slide-form__input input::-ms-input-placeholder {
  font-weight: 500;
}
#file__less{
      max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.welcome-slide-form__input input::placeholder {
  font-weight: 500;
}

.welcome-slide-form__input--file {
  display: flex;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.welcome-slide-form__input--file:hover span {
  text-decoration: none;
}

.welcome-slide-form__input--file input {
  display: none;
}

.welcome-slide-form__input--file img {
  margin: 0 6px 0 0;
  width: 17px;
  height: 18px;
}

.welcome-slide-form__input--file span {
  line-height: calc(17/14);
  display: inline-block;
  margin: 1px 0 0 0;
  font-weight: 500;
  text-decoration: underline;
  color: #3F494B;
}

.welcome-slide-form button {
  height: 45px;
  width: 100%;
  border-radius: 100px;
  background: #3F494B;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.welcome-slide-form button:hover {
  background: #798081;
}

.welcome-slide-form__privacy {
  line-height: calc(12/10);
  font-weight: 500;
  text-align: center;
  max-width: 290px;
  font-size: 10px;
}

.welcome-slide-form__privacy,
.welcome-slide-form__privacy a {
  color: #3F494B;
}

.welcome-slide-form__privacy a {
  text-decoration: underline;
}

.welcome-slide-form__privacy a:hover {
  text-decoration: none;
}

.how-order {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.how-order__title {
  margin-bottom: 110px;
}

.how-order__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.how-order__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 10px;
  position: relative;
}

.how-order__column:before {
  content: '';
  width: 17px;
  height: 31px;
  position: absolute;
  top: 20px;
  right: 0;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
  background: url("../img/icons/gray_arrow.svg") 0 0/100% 100% no-repeat;
}

.how-order__column:last-child:before {
  display: none;
}

.how-order-item {
  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;
}

.how-order-item__icon {
  margin: 0 0 20px 0;
  width: 75px;
  height: 75px;
  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;
}

.how-order-item__title {
  line-height: calc(20/16);
  color: #3F494B;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}

.how-order-item__text {
  line-height: calc(24/14);
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}

.our-products {
  padding: 50px 0;
  background: #FFF8E1;
}

.our-products__title {
  margin: 0 0 30px 0;
}

.our-products__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}

.our-products__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 4px;
}

.our-products__col:nth-child(even) .our-products-item__name {
  top: auto;
  bottom: 25px;
}

.our-products-item {
  display: block;
  padding: 0 0 8px 0;
}

.our-products-item:hover .our-products-item__bg img {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}

.our-products-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.our-products-item__bg img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-products-item__content {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.our-products-item__name {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 25px;
  line-height: calc(22/18);
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}

.our-products-item--1 {
  height: 170px;
}

.our-products-item--2 {
  height: 255px;
}

.our-products-item--3 {
  height: 340px;
}

.popular {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.popular__title {
  margin: 0 0 50px 0;
}

.popular__slider {
  margin: 0 -10px;
  position: relative;
}

.popular__slider .slick-arrow {
  background: url("../img/icons/gray_arrow.svg") center center/17px 31px no-repeat;
  width: 50px;
  height: 50px;
  top: 40%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
}

.popular__slider .slick-next {
  right: 10px;
  -webkit-transform: translate(100%, -50%) translateX(20px);
      -ms-transform: translate(100%, -50%) translateX(20px);
          transform: translate(100%, -50%) translateX(20px);
}

.popular__slider .slick-prev {
  left: 10px;
  -webkit-transform: translate(-100%, -50%) translateX(-20px) rotate(180deg);
      -ms-transform: translate(-100%, -50%) translateX(-20px) rotate(180deg);
          transform: translate(-100%, -50%) translateX(-20px) rotate(180deg);
}

.popular-slide {
  padding: 0 10px;
}

.popular-slide__main {
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px 0;
  height: 480px;
}

.popular-slide__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.popular-slide__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popular-slide__labels {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  margin: 0 -2.5px;
}

.popular-slide__label {
  padding: 0 2.5px;
  font-weight: 600;
  line-height: 20px;
  color: #3F494B;
  margin: 0 0 5px 0;
  font-size: 12px;
}

.popular-slide__label span {
  padding: 5px 0;
  border-radius: 50px;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
}

.popular-slide__label--woman span {
  background: #F2AD97;
}

.popular-slide__label--man span {
  background: #AADCE7;
}

.popular-slide__label--kid span {
  background: #bfe7d4;
}

.popular-slide__colors {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px 5px;
}

.popular-slide__color {
  width: 30px;
  overflow: hidden;
  height: 30px;
  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;
  margin: 0 5px 5px 0;
  font-weight: 600;
  font-size: 12px;
  position: relative;
}

.popular-slide__color--border {
  border: 1px solid #3F494B;
}

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

.popular-slide__name {
  font-weight: 600;
  line-height: calc(20/16);
  color: #3F494B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 20px;
}

.popular-slide__name:hover {
  color: #6DAD83;
}

.popular-slide__price {
  font-weight: bold;
  color: #3F494B;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
}

.popular-slide__button {
  padding: 0 30px;
  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;
  background: #3F494B;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
  height: 45px;
}

.popular-slide__button:hover {
  background: #798081;
}

.google-reviews {
  background: #F8F8F8;
  padding-top: 100px;
  padding-bottom: 70px;
}

.google-reviews__container {
  overflow: hidden;
}

.google-reviews__top {
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.google-reviews__top-left {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.google-reviews__title {
  margin-bottom: 20px;
}

.google-reviews__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.google-reviews__rate img {
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
}

.google-reviews__rate img:last-child {
  margin: 0;
}

.google-reviews__rate span {
  display: inline-block;
  font-weight: 600;
  color: #f2b040;
  font-size: 20px;
  margin-right: 15px;
}

.google-reviews__recommencations {
  text-align: right;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.google-reviews__recommencations span {
  font-weight: 600;
  color: #bcbcbc;
  font-size: 14px;
}

.google-reviews__recommencations-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px 0;
}

.google-reviews__recommencations-container img {
  margin: 0 -10px 0 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.google-reviews__recommencations-container div {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #bcbcbc;
  color: #bcbcbc;
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 20px;
  padding: 10px 0 0 0;
}

.google-reviews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.google-reviews__column {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  margin: 0 0 20px 0;
}

.google-reviews__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

.google-reviews__button {
  background: #3F494B;
  border-radius: 50px;
  padding: 0 50px;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.google-reviews__button:hover {
  background: #798081;
}

.google-review {
  border-radius: 12px;
  background: #fff;
  padding: 25px 20px;
  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;
  position: relative;
}

.google-review__icon {
  position: absolute;
  top: 15px;
  right: 20px;
}

.google-review__picture {
  margin-bottom: 15px;
}

.google-review__picture img {
  width: 45px;
  height: 45px;
}

.google-review__rate {
  margin-bottom: 30px;
}

.google-review__rate img {
  margin: 0 2.5px;
}

.google-review__text {
  text-align: center;
  line-height: calc(30/18);
  color: #3F494B;
  font-size: 18px;
  margin-bottom: 30px;
}

.google-review__name {
  font-weight: bold;
  color: #3F494B;
  line-height: 30px;
  font-size: 14px;
}

.google-review__date {
  color: #bcbcbc;
  line-height: 30px;
  font-size: 14px;
}

.print-methods {
  background: #D9927B;
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
}

.print-methods__logo {
  position: absolute;
  z-index: 0;
  right: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.print-methods__top {
  margin-bottom: 60px;
}

.print-methods__title {
  margin: 0 0 25px 0;
}

.print-methods__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin: 0 -5px;
}

.print-methods__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 5px;
}

.print-method__picture {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.print-method__picture img {
  width: 100%;
}

.print-method__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.print-method__name {
  font-weight: 600;
  line-height: calc(33/20);
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
}

.print-method:hover .print-method__overlay {
  opacity: 0.2;
  visibility: visible;
}

.print-method:hover .print-method__name {
  color: #3F494B;
}

.info {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

.info__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 20px;
}

.info__title {
  font-weight: 600;
  line-height: calc(24/16);
  color: #3F494B;
  font-size: 16px;
  margin-bottom: 20px;
}

.info p {
  line-height: calc(20/12);
  color: #3F494B;
  margin: 0 0 10px 0;
  font-size: 12px;
}

.info p:last-child {
  margin: 0;
}

.info ul {
  font-size: 12px;
  line-height: calc(30/12);
  color: #3F494B;
  margin: 0 0 10px 0;
}

.info ul li {
  padding: 0 0 0 15px;
  position: relative;
}

.info ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  background: #D9927B;
  opacity: 0.6;
  top: 12px;
  left: 0;
}

.info14 {
  padding: 0;
}

.info14 h3,
.info14 h4 {
  margin: 0 0 15px 0;
}

.info14 ul,
.info14 p {
  font-size: 14px;
}

/* ===== catalog page ================================================================================================================================================================== */

.breadcrumbs {
  background: #F8F8F8;
  padding: 2px 0;
}

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

.breadcrumbs__item {
  margin: 0 40px 0 0;
  font-weight: 500;
  line-height: 2;
  color: #3F494B;
  position: relative;
  font-size: 12px;
}

.breadcrumbs__item:before {
  content: '';
  width: 5px;
  height: 5px;
  top: 50%;
  position: absolute;
  left: 100%;
  -webkit-transform: translate(18px, -50%);
      -ms-transform: translate(18px, -50%);
          transform: translate(18px, -50%);
  background: #c4c4c4;
  border-radius: 50%;
}

.breadcrumbs__item a {
  color: #798081;
}

.breadcrumbs__item a:hover {
  color: #3F494B;
}

.breadcrumbs__item:last-child {
  margin: 0;
}

.breadcrumbs__item:last-child:before {
  display: none;
}

.sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 20px 0 0;
  max-width: 350px;
}

.sidebar-category {
  margin: 0 0 15px 0;
}

.sidebar-category:last-child {
  margin: 0;
}

.sidebar-category__head {
  font-size: 16px;
  line-height: calc(20/16);
  font-weight: bold;
  color: #3F494B;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-category__head:hover {
  color: #6DAD83;
}

.sidebar-category__item {
  margin: 0 0 5px 0;
}

.sidebar-category__item a {
  font-size: 14px;
  line-height: calc(24/14);
  color: #3F494B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-category__item a:hover {
  color: #6DAD83;
}

.sidebar-category__item:last-child {
  margin: 0;
}

.page-sidebar ._container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  padding-top: 35px;
  padding-top: 35px;
}

.page-sidebar .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 20px;
  min-width: 0;
}

.page-sidebar h1 {
  line-height: calc(40/33);
  color: #3F494B;
  font-weight: bold;
  font-size: 33px;
  margin-bottom: 35px;
}

.catalog .our-products-item--3 {
  height: 223.83333px;
}

.catalog .our-products-item--1 {
  height: 111.91667px;
}

.catalog .our-products-item--2 {
  height: 167.875px;
}

.catalog .our-products-item__name {
  font-size: 12px;
  top: 15px;
  left: 20px;
}

.catalog .our-products__col:nth-child(even) .our-products-item__name {
  top: auto;
  bottom: 15px;
}

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

.catalog-text .print-types__content {
  margin-bottom: 20px;
}

.catalog-text .print-types__content img {
  margin-bottom: 0;
}

.catalog-text--category {
  margin: 45px 0;
}

.catalog-text--category p {
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #3F494B;
  line-height: calc(24/14);
}

.catalog-text h2 {
  font-weight: 600;
  line-height: calc(32/26);
  color: #3F494B;
  margin: 0 0 15px 0;
  font-size: 26px;
}

.catalog-text img {
  margin: 0 0 20px 0;
  max-width: 100%;
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}

.catalog-text h3 {
  margin: 0 0 20px 0;
  font-weight: 600;
  line-height: calc(24/20);
  color: #3F494B;
  font-size: 20px;
}

.catalog-text h4 {
  font-weight: 600;
  line-height: calc(24/16);
  color: #3F494B;
  font-size: 16px;
}

.catalog-text h4 a {
  color: #6DAD83;
  text-decoration: underline;
}

.catalog-text h4 a:hover {
  text-decoration: none;
}

.catalog-hiddenimg {
  max-width: 230px !important;
}

.dn550 {
  display: block;
}

.db550 {
  display: none;
}

.catalog-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E7E6E7;
  margin: 0 0 40px 0;
  position: relative;
}

.catalog-sort__label {
  line-height: calc(24/14);
  color: #3F494B;
  margin: 0 15px 0 0;
  padding: 0 0 15px 0;
  font-size: 14px;
}

.catalog-sort__mobile {
  display: none;
}

.catalog-sort__button {
  width: 150px;
  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;
  height: 34px;
  border: 1px solid #c4c4c4;
  border-radius: 50px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  color: #3F494B;
  margin: 0 20px 0 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.catalog-sort__button:hover {
  color: #6DAD83;
  border: 1px solid #6DAD83;
}

.catalog-sort__button:last-child {
  margin: 0;
}

.catalog-sort__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.catalog-sort__type {
  line-height: calc(24px);
  color: #3F494B;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding: 0 5px 15px;
  font-size: 14px;
}

.catalog-sort__type:hover {
  color: #6DAD83;
  opacity: 0.8;
}

.catalog-sort__type._active {
  color: #6DAD83;
}

.catalog-sort__type._active:before {
  width: 100%;
  left: 0;
  right: auto;
}

.catalog-sort__type:before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  bottom: -2px;
  background: #6DAD83;
  left: auto;
  right: 0;
}

.catalog-sort__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  padding: 0 0 10px 0;
}

.catalog-sort__colors .popular-slide__color {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  margin: 0 5px;
}

.catalog-sort__colors .popular-slide__color:before,
.product-info__colors .popular-slide__color:before {
  content: '';
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #6DAD83;
  opacity: 0;
  visibility: hidden;
}

.catalog-sort__colors .popular-slide__color:hover,
.product-info__colors .popular-slide__color:hover {
  opacity: 0.8;
}

.catalog-sort__colors .popular-slide__color._active:before,
.product-info__colors .popular-slide__color._active:before {
  width: 40px;
  height: 40px;
  opacity: 1;
  visibility: visible;
}

.catalog-products__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.catalog-products .popular-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0 0 50px 0;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -17px;
}

.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  line-height: calc(24/14);
  color: #3F494B;
  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;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 10px;
  border: none;
}
.wp-pagenavi a:hover, .wp-pagenavi{
	color: #6DAD83;
  border: none;
}
.wp-pagenavi span.current {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FFF8E1;
  border: none;
}

.pagination__list {
  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;
  margin: 0 -17px;
}

.pagination__item {
  margin: 0 17px;
}

.pagination__item a,
.pagination__item span {
  font-size: 14px;
  line-height: calc(24/14);
  color: #3F494B;
  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;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pagination__item a:hover {
  color: #6DAD83;
}

.pagination__item._active span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FFF8E1;
}

.sidebar-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 60px 0;
}

.sidebar-reviews__head {
  margin: 0 0 20px 0;
}

.sidebar-reviews__title {
  font-weight: 600;
  font-size: 20px;
  line-height: calc(33/20);
  color: #3F494B;
  margin: 0 0 5px 0;
}

.sidebar-reviews__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-reviews__rate span {
  color: #F2B004;
  font-size: 20px;
  line-height: calc(24/20);
  font-weight: 600;
  display: inline-block;
  margin: 0 15px 0 0;
}

.sidebar-reviews__rate img {
  margin: 0 5px 0 0;
}

.sidebar-reviews__rate img:last-child {
  margin: 0;
}

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

.sidebar-reviews__button {
  height: 45px;
  padding: 0 40px;
  background: #3F494B;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  -ms-flex-item-align: start;
      align-self: flex-start;
  line-height: 45px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-reviews__button:hover {
  background: #798081;
}

.sidebar-review {
  margin: 0 0 20px 0;
  background: #F8F8F8;
  padding: 25px 20px 20px;
  border-radius: 6px;
  width: 100%;
}

.sidebar-review__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px 0;
}

.sidebar-review__img {
  margin: 0 15px 0 0;
}

.sidebar-review__img img {
  width: 45px;
  height: 45px;
}

.sidebar-review__name {
  font-weight: 600;
  font-size: 16px;
  line-height: calc(24/16);
  color: #3F494B;
  margin: 0 0 5px 0;
}

.sidebar-review__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-review__rate img {
  width: 17px;
  height: 17px;
  margin: 0 5px 0 0;
}

.sidebar-review__date {
  font-size: 12px;
  line-height: calc(15/12);
  color: #9a9a9a;
}

.sidebar-review__text {
  font-size: 14px;
  line-height: calc(24/14);
  color: #3F494B;
}

.sidebar-searched__title {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: calc(20/16);
  text-transform: uppercase;
  color: #6DAD83;
  font-weight: bold;
}

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

.sidebar-searched__item {
  font-size: 12px;
  line-height: calc(24/12);
  color: #3F494B;
  padding: 5px 10px;
  border-radius: 50px;
  border: 1px solid #bcbcbc;
  margin: 0 5px 8px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-searched__item:hover {
  border: 1px solid #6DAD83;
  background: #F8F8F8;
  color: #6DAD83;
}

/* ===== product page ================================================================================================================================================================== */

.product-title {
  font-weight: 600;
  font-size: 20px;
  line-height: calc(24/20);
  color: #3F494B;
  padding: 0 0 19px 0;
  border-bottom: 1px solid #e7e6e7;
  margin-bottom: 40px;
}

.sizes-table {
  margin: 0 0 45px 0;
}

.sizes-table__desktop {
  display: table;
}

.sizes-table__mobile {
  display: none;
}

.sizes-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px 0;
}

.sizes-table__picture {
  margin: 0 60px 0 0;
  margin-right: 60px;
}

.sizes-table__picture img {
  width: 145px;
}

.sizes-table__text {
  line-height: calc(24/14);
  color: #3F494B;
  font-size: 14px;
}

.sizes-table table,
.sizes-table th,
.sizes-table td {
  border: 1px solid #fff;
}

.sizes-table th,
.sizes-table td {
  height: 40px;
}

.sizes-table td {
  background: #F8F8F8;
  text-align: center;
  color: #3F494B;
}

.sizes-table td span {
  font-weight: bold;
}

.sizes-table th {
  background: #D9927B;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.sizes-table table {
  width: 100%;
  border-collapse: collapse;
}

.print-types {
  overflow: hidden;
  padding-bottom: 35px;
}

.print-types__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -18px;
}

.print-types__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 18px;
}

.print-type {
  display: block;
  position: relative;
}

.print-type:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.print-type__picture {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

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

.print-type__picture img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.print-type span {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  text-align: center;
  padding: 0 20px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  line-height: calc(20/16);
  font-size: 16px;
}

.how-care {
  padding-bottom: 60px;
}

.how-care__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.how-care__item {
  margin-right: 50px;
}

.how-care__item img {
  width: 65px;
}

.how-care__item:last-child {
  margin: 0;
}

.viewed-products {
  position: relative;
  margin: 80px 0 60px 0;
}

.viewed-products__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}

.viewed-products__arrows .slick-arrow {
  margin: 0 5px;
  position: static;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F8F8F8 url("../img/icons/black_arrow.svg") center/8px 15px no-repeat;
  opacity: 1;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}

.product__sliders {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 390px;
          flex: 0 0 390px;
  margin: 0 20px 45px 0;
  min-width: 0;
  overflow: hidden;
}

.product__small-slider .swiper-slide {
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.product__small-slider .swiper-slide:hover {
  opacity: 0.6;
}

.product__small-slider .swiper-slide img {
  width: 100%;
}

.product__small-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.product__big-slider {
  min-width: 0;
  margin: 0 0 20px 0;
}

.product__big-slider img {
  width: 100%;
}

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

.product-info__title {
  font-weight: bold;
  line-height: calc(40/33);
  color: #3F494B;
  font-size: 33px;
  margin-bottom: 20px;
}

.product-info__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2.5px;
  margin-bottom: 40px;
}

.product-info__stats {
  margin-bottom: 30px;
}

.product-info__stat {
  margin: 0 0 24px 0;
}

.product-info__stat:last-child {
  margin: 0;
}

.product-info__stat-label {
  display: inline;
  font-weight: 600;
  line-height: calc(24/16);
  color: #3F494B;
  font-size: 16px;
}

.product-info__stat-val {
  display: inline;
  line-height: calc(24/14);
  font-size: 14px;
  color: #3F494B;
}

.product-info__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.product-info__colors .popular-slide__color {
  cursor: pointer;
  margin: 5px;
  transition: .3s;
}

.product-info__price {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 26px;
  font-weight: bold;
  color: #3F494B;
  margin-bottom: 35px;
}

.product-info__button {
  width: 100%;
  height: 45px;
  background: #3F494B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  line-height: 45px;
}

.product-info__button:hover {
  background: #798081;
}

/* ===== попап ================================================================================================================================================================== */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

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

.popup__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(63, 73, 75, 0.5);
  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: 50px 0;
}

.popup-order__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.popup-order__close:hover {
  opacity: 0.5;
}

.popup-order__close:before,
.popup-order__close:after {
  content: '';
  width: 15px;
  height: 2px;
  border-radius: 2px;
  background: #D9927B;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup-order__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup-order__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-order__content {
  z-index: 2;
  position: relative;
}

.popup-order form {
  margin: 0;
}

.popup-order h2 {
  font-size: 33px;
  line-height: calc(40/33);
  font-weight: bold;
  color: #3F494B;
  text-align: center;
  margin: 0 0 25px 0;
}

/* ===== страница "стоимость" ================================================================================================================================================================== */

.cost {
  padding: 45px 0 90px 0;
}

.cost__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px 0 0;
  margin: 0 0 50px 0;
}

.cost__tabs {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 100px 0 0;
}

.cost__tab {
  padding: 16px 0 16px 25px;
  color: #3F494B;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: calc(24/16);
  font-weight: 600;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
}

.cost__tab span {
  position: relative;
}

.cost__tab-info {
  display: inline;
  margin: 0 0 0 9px;
}

.cost__tab._active {
  opacity: 1;
}

.cost__tab._active:before {
  background: #6DAD83;
}

.cost__tab._active:hover {
  opacity: .85;
}

.cost__tab._active:hover:before {
  opacity: 1;
}

.cost__tab:hover {
  opacity: 0.8;
}

.cost__tab:hover:before {
  background: #6DAD83;
  opacity: 0.6;
}

.cost__tab:before {
  content: '';
  height: 100%;
  width: 7px;
  background: #BFE7D4;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cost h1 {
  margin: 0 0 30px 0;
}

.cost .info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63.63636%;
          flex: 0 0 63.63636%;
  padding: 0;
}

.cost-screen {
  display: none;
}

.cost-screen._active {
  display: block;
}

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

.cost-screen__content--green .cost-screen-item__size {
  color: #6DAD83;
}

.cost-screen__content--green .cost-screen-item__button {
  background: #6DAD83;
}

.cost-screen__content--red .cost-screen-item__size {
  color: #D9927B;
}

.cost-screen__content--red .cost-screen-item__button {
  background: #D9927B;
}

.cost-screen__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666666%;
          flex: 0 0 16.666666%;
}

.cost-screen-item {
  padding: 25px 20px 30px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  margin: 0 0 50px;
  -webkit-transition: 0.5s -webkit-box-shadow;
  transition: 0.5s -webkit-box-shadow;
  -o-transition: 0.5s box-shadow;
  transition: 0.5s box-shadow;
  transition: 0.5s box-shadow, 0.5s -webkit-box-shadow;
}

.cost-screen-item:hover {
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.15);
  z-index: 10;
  margin: 0 0 -15px 0;
}

.cost-screen-item:hover .cost-screen-item__button {
  display: block;
}

.cost-screen-item__picture {
  max-width: 100%;
  margin: 0 0 20px 0;
}

.cost-screen-item__picture img {
  max-width: 100%;
}

.cost-screen-item__size {
  font-weight: 600;
  line-height: calc(33/20);
  font-size: 20px;
}

.cost-screen-item__text {
  line-height: calc(24/14);
  color: #3F494B;
  font-size: 14px;
}

.cost-screen-item__button {
  margin: 20px 0 0;
  height: 45px;
  width: 100%;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 45px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
}

.cost-screen-item__button:hover {
  opacity: 0.8;
}

.cost-screen h3 {
  margin: 0 0 10px 0;
}

/* ===== конструктор ================================================================================================================================================================== */

.constructor-main {
  position: relative;
  overflow: hidden;
}

.constructor-main__bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.constructor-main__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.constructor-main__container {
  z-index: 2;
  position: relative;
}

.constructor-main__content {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 165px;
  padding-bottom: 165px;
  max-width: 482px;
}

.constructor-main__title {
  margin: 0 0 25px 0;
  color: #fff;
}

.constructor-main__subtitle {
  margin: 0 0 25px 0;
  color: #fff;
}

.constructor-main__button {
  border-radius: 50px;
  height: 45px;
  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 65px;
  background: #3F494B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.constructor-main__button:hover {
  background: #798081;
}

.constructor-main__label {
  font-weight: bold;
  color: #3F494B;
  position: absolute;
  left: 50%;
  top: 115px;
  font-size: 20px;
}

.constructor-main__label div {
  position: relative;
  z-index: 1;
}

.constructor-main__label div span {
  font-size: 36px;
}

.constructor-main__label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFF8E1;
  border-radius: 50%;
  z-index: 0;
  width: 120px;
  height: 120px;
}

.constructor-info {
  background: #F8F8F8;
}

.constructor-info h2 {
  text-align: center;
  margin: 0 0 50px 0;
}

.constructor-info p {
  font-size: 14px;
}

.constructor-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0;
}

.constructor-info__box {
  padding: 0 45px 0 0;
}

.constructor-cost h2 {
  text-align: center;
  margin: 0 0 50px 0;
}

.constructor-cost .cost__top {
  padding: 0;
}

.constructor-cost .cost__tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  text-align: center;
  padding: 0 20px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.constructor-cost .cost__tab:before {
  width: 100%;
  height: 7px;
  bottom: 0;
  top: auto;
  left: 0;
}

.constructor-cost .cost__tabs {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.selection {
  background: #FFF8E1;
  padding: 70px 0 40px 0;
}

.selection h2 {
  text-align: center;
  margin: 0 0 50px 0;
}

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

.selection__image {
  margin: 0 20px 0 0;
}

.selection__image img {
  max-width: 100%;
}

.selection__table {
  width: 100%;
  max-width: 600px;
  min-width: 350px;
}

.selection__table table {
  width: 100%;
  font-size: 14px;
}

.selection__table tr {
  text-align: center;
}

.selection__table tr:nth-child(odd) {
  background: #fff;
}

.selection__table td {
  height: 28px;
  color: #3F494B;
}

.selection__table th {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  width: 33.333%;
}

.selection__table th:first-child {
  background: #3F494B;
}

.selection__table th:nth-child(2) {
  background: #6DAD83;
}

.selection__table th:last-child {
  background: #D9927B;
}

.type {
  background: #F8F8F8;
  padding-top: 70px;
  padding-bottom: 60px;
}

.type h2 {
  text-align: center;
  margin: 0 0 50px 0;
}

.type .info {
  background: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.type .info .button {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 0 45px 0;
  width: 200px;
}

.type__container {
  position: relative;
}

.type__slider {
  margin: 0 0 40px 0;
}

.type__slider .slick-arrow {
  background: url("../img/icons/black_arrow.svg") center/17px 31px no-repeat;
  opacity: 1;
  width: 50px;
  height: 50px;
  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;
  top: 180px;
}

.type__slider .slick-next {
  right: 0;
}

.type__slider .slick-prev {
  left: 0;
}

.type-slide {
  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;
  padding: 0 20px;
}

.type-slide__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 0 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.type-slide__image img {
  max-width: 100%;
  opacity:.7;
  min-height: 155px;
}

.type-slide__name {
  font-weight: 600;
  line-height: calc(33/20);
  color: #3F494B;
  font-size: 20px;
}
.type-slide a img {
  transition:all .3s;
}
.type-slide a:hover img {
  opacity:1;
}
.button {
  height: 45px;
  font-size: 12px;
  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-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #3F494B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
}

.button:hover {
  background: #798081;
}

.why-me {
  padding-top: 70px;
  padding-bottom: 70px;
}

.why-me h2 {
  text-align: center;
  margin: 0 0 50px 0;
}

.why-me__container {
  overflow: hidden;
}

.why-me__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.why-me__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 10px;
}

.why-me__col:nth-child(1) .why-me-item__text:before {
  content: '01';
}

.why-me__col:nth-child(2) .why-me-item__text:before {
  content: '02';
}

.why-me__col:nth-child(3) .why-me-item__text:before {
  content: '03';
}

.why-me__col:nth-child(4) .why-me-item__text:before {
  content: '04';
}

.why-me-item {
  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;
}

.why-me-item__image {
  margin: 0 0 35px 0;
}

.why-me-item__image img {
  width: 110px;
}

.why-me-item__text {
  font-weight: 600;
  line-height: calc(33/20);
  text-align: center;
  color: #3F494B;
  position: relative;
  font-size: 20px;
}

.why-me-item__text:before {
  position: absolute;
  left: 20px;
  bottom: 90%;
  pointer-events: none;
  font-weight: 800;
  color: #F0F1F3;
  z-index: -1;
  font-size: 48px;
}

.why-me-item__text span {
  color: #6DAD83;
}

.constructor {
  padding-top: 70px;
  padding-bottom: 70px;
}

.constructor h2 {
  text-align: center;
  margin: 0 0 50px 0;
}

.constructor__image--mobile {
  display: none;
}

.constructor__image--desktop {
  display: block;
}

.constructor__image img {
  width: 100%;
}

/* ===== print methods page ================================================================================================================================================================== */

.page--print-methods .print-methods {
  background: transparent;
}

.page--print-methods .print-methods h1 {
  margin: 0 0 40px 0;
}

.page--print-methods .print-method {
  position: relative;
  display: block;
}

.page--print-methods .print-method:hover .print-method__name {
  color: #fff;
}

.page--print-methods .print-method__overlay {
  opacity: 1;
  visibility: visible;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0))), url(.png);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%), url(.png);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%), url(.png);
}

.page--print-methods .print-method__name {
  position: absolute;
  bottom: 35px;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}

.print-kinds {
  padding: 45px 0;
  background: #F8F8F8;
}

.print-kinds h2 {
  margin: 0 0 30px 0;
}

.print-kinds__container {
  overflow: hidden;
}

.print-kinds__content {
  margin: 0 -30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background: transparent;
}

.print-kinds__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 30px;
}

.print-kinds__col h4 {
  margin: 0 0 20px 0;
}

.print-kinds__col p {
  font-size: 14px;
}

.print-kinds__col ul {
  font-size: 14px;
}

.print-kinds__image img {
  width: 100%;
}

.series {
  overflow: hidden;
  padding: 45px 0 30px 0;
}

.series h2 {
  margin: 0 0 30px 0;
}

.series h3 {
  margin: 0 0 20px 0;
}

.series__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
  padding: 0;
}

.series__col {
  padding: 0 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

h4.green {
  color: #6DAD83;
}

.print-methods-form {
  background: #FFF8E1;
  padding: 65px 0 40px 0;
  overflow: hidden;
}

.print-methods-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.print-methods-form__container form {
  padding: 0;
}

.print-methods-form__container form h2 {
  margin: 0 0 30px 0;
}

.print-methods-form__container form .welcome-slide-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.print-methods-form__container form .welcome-slide-form__privacy {
  -ms-flex-item-align: center;
      align-self: center;
}

.print-methods-form__image {
  max-width: 100%;
  margin: 0 -50px 0 0;
}

.print-methods-form__image img {
  max-width: 100%;
}

.termoapplication {
  padding-bottom: 60px;
}

.termoapplication h1 {
  margin: 45px 0 70px 0;
}

/* ===== примеры работ ================================================================================================================================================================== */

.examples h1 {
  padding: 45px 0 35px 0;
}

.examples__slider {
  overflow: hidden;
}

.examples-slide__zoom {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(63, 73, 75, 0.8);
  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;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  right: 30px;
  bottom: 30px;
  width: 70px;
  height: 70px;
}

.examples-slide__zoom:hover {
  background: #3f494b;
}

.examples-slide__zoom img {
  width: 28px;
  height: 28px;
}

.examples .swiper-slide {
  position: relative;
}

.examples .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.examples .swiper-slide.swiper-slide-active:before {
  background: transparent;
}

.examples .swiper-slide > img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}


.popup-picture__content {
  max-width: 70%;
  width: 100%;
}

.popup-picture__content img {
  width: 100%;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}

.popup-picture__area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.examples-inst {
  padding-bottom: 80px;
}

.examples-inst h2 {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 45px;
}

.examples-inst__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}

.examples-inst__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding-right: 4px;
  padding-left: 4px;
  margin-bottom: 8px;
}

.examples-inst__col img {
  width: 100%;
}

/* ===== статьи страница ================================================================================================================================================================== */

.page-articles ._container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-articles ._container h1 {
  margin: 45px 0 30px 0;
}

.articles__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.articles__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 10px;
  margin: 0 0 40px 0;
}

.articles-item__image {
  width: 100%;
  height: 235px;
  position: relative;
  margin: 0 0 20px 0;
  height: 235px;
}

.articles-item__image:hover .articles-item__overlay {
  opacity: 1;
  visibility: visible;
}

.articles-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.articles-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.articles-item__overlay .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.articles-item__button {
  width: 135px;
  background: #FFF8E1;
  color: #3F494B;
  display: none;
  margin: 10px 0 0 0;
}

.articles-item__button:hover {
  color: #F8F8F8;
}

.articles-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: calc(30/20);
  color: #3F494B;
  margin: 0 0 10px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
}

.articles-item__title:hover {
  color: #6DAD83;
}

.articles-item__date {
  font-weight: 600;
  line-height: calc(17/14);
  color: #bcbcbc;
  margin: 0 0 10px 0;
  font-size: 14px;
}

.articles-item__desc {
  font-size: 14px;
  line-height: calc(24/14);
  color: #3F494B;
  font-size: 14px;
}

.articles-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  padding-left: 120px;
}

.articles-sidebar__title {
  line-height: calc(20/16);
  font-weight: bold;
  text-transform: uppercase;
  color: #6DAD83;
  margin: 0 0 20px 0;
  font-size: 16px;
}

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

.articles-sidebar__col {
  margin: 0 0 20px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.articles-sidebar-item__image {
  width: 100%;
  margin: 0 0 10px 0;
}

.articles-sidebar-item__image img {
  width: 100%;
}

.articles-sidebar-item__title {
  margin: 0 0 5px 0;
  font-weight: 600;
  line-height: calc(33/20);
  color: #3F494B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
}

.articles-sidebar-item__title:hover {
  color: #6DAD83;
}

.articles-sidebar-item__date {
  font-weight: 600;
  line-height: calc(17/14);
  color: #bcbcbc;
  font-size: 14px;
}

.articles-pagination {
  margin: 0 0 40px 0;
}

.article {
  padding-bottom: 60px;
}

.article__image {
  margin: 25px 0;
}

.article__image img {
  width: 100%;
}

.date {
  font-weight: 600;
  line-height: calc(17/14);
  color: #bcbcbc;
  font-size: 14px;
}

/* ===== бренды ================================================================================================================================================================== */

.page-brands ._container {
  padding-bottom: 60px;
}

.brands-about {
  padding-bottom: 30px;
}

.brands-about .brands__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666%;
          flex: 0 0 16.6666666%;
}

.brands h3 {
  margin-bottom: 60px;
}

.brands__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.brands__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 10px;
  margin: 0 0 20px 0;
}

.brand {
  border: 1px solid #C4C4C4;
  border-radius: 8px;
  padding: 10px;
  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;
  cursor: pointer;
}

.brand:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.brand__image {
  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;
  width: 100%;
}

.brand__image img {
  max-width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* ===== о нас страницы ================================================================================================================================================================== */

.about-us h1 {
  margin: 45px 0 35px 0;
}

.about-us__image {
  margin: 0 50px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.83333%;
          flex: 0 0 25.83333%;
}

.about-us__image img {
  width: 100%;
}

.about-us__container > .about-us__image {
  margin: 0 0 80px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.about-us__container > .about-us__image img {
  width: 100%;
  border-radius: 8px;
}

.about-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 65px 0;
}

.about-us-advantages {
  padding: 0 0 50px 0;
}

.about-us-advantages__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us-advantages__container .info {
  padding: 20px 0 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.83333%;
          flex: 0 0 45.83333%;
  margin: 0 85px 0 0;
}

.about-us-advantages__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px;
}

.about-us-advantages__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 7px;
  margin: 0 0 14px 0;
}

.about-us-advantage {
  background: #F8F8F8;
  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;
  padding: 30px 25px;
  border-radius: 8px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 25px;
  padding-left: 25px;
}

.about-us-advantage__icon {
  margin: 0 0 30px 0;
}

.about-us-advantage__icon img {
  width: 75px;
}

.about-us-advantage__text {
  line-height: calc(24/14);
  color: #3F494B;
  font-size: 14px;
}

.about-us-advantage__text span {
  color: #6DAD83;
}

/* ===== delivery page ================================================================================================================================================================== */

.delivery {
  padding-bottom: 110px;
}

.delivery h1 {
  margin-top: 45px;
  margin-bottom: 60px;
}

.delivery h4 {
  margin-bottom: 35px;
}

.delivery__text {
  font-size: 14px;
  line-height: calc(24/14);
  color: #3F494B;
  max-width: 800px;
  font-size: 14px;
  margin-bottom: 40px;
}

.delivery__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.delivery__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666666666%;
          flex: 0 0 16.666666666%;
  padding: 0 10px;
}

.delivery-item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border: 1px solid #c4c4c4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.delivery-item:hover {
  background: #F8F8F8;
}

.delivery-item__image {
  margin: 0 0 17px 0;
}

.delivery-item__image img {
  max-width: 100%;
}

.delivery-item__name {
  font-weight: 600;
  line-height: calc(24/16);
  color: #3F494B;
  width: 100%;
  font-size: 16px;
  padding-right: 30px;
  padding-left: 30px;
}

/* ===== политика конфиденциальности ================================================================================================================================================================== */

.privacy {
  padding-bottom: 80px;
}

.privacy h1 {
  margin-top: 45px;
  margin-bottom: 60px;
}

/* ===== error 404 page ================================================================================================================================================================== */

.header404 {
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error404__container {
  overflow: hidden;
  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;
  max-width: 880px;
  padding-bottom: 50px;
}

.error404__content {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}

.error404__content:before {
  content: '';
  width: 452px;
  height: 217px;
  position: absolute;
  left: 0;
  bottom: -13px;
  z-index: -1;
  opacity: 0.4;
  background: url("../img/404.png") 0 0/100% 100% no-repeat;
}

.error404__title {
  font-weight: bold;
  font-size: 33px;
  line-height: calc(40/33);
  color: #3F494B;
  margin: 0 0 15px 0;
}

.error404__text {
  font-size: 14px;
  line-height: calc(24/14);
  color: #3F494B;
  margin-bottom: 70px;
}

.error404__button {
  padding: 0 30px;
}

.error404__image {
  position: relative;
  z-index: 0;
}

.error404__image img {
  width: 100%;
}

/* ===== contacts page ================================================================================================================================================================== */

.contacts h1 {
  margin: 45px 0;
}

.contacts h4 {
  margin: 5px 0 0 0;
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
  color: #3F494B;
}

.contacts h4.green {
  color: #6DAD83;
  font-weight: 600;
}

.contacts h5 {
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: calc(24/14);
  color: #3F494B;
}

.contacts h6 {
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
  color: #6DAD83;
  margin-bottom: 80px;
}

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

.contacts__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.contacts__col {
  padding: 0 15px;
  min-width: 360px;
}

.contacts__box {
  margin: 15px 0 0 0;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts__row {
  font-size: 14px;
  line-height: calc(24/14);
  color: #3F494B;
  padding: 0 20px 0 0;
}

.contacts__viber {
  background: url("../img/icons/viber_colorfull.svg") right center/15px 15px no-repeat;
}

.contacts__telegram {
  background: url("../img/icons/telegram_colorfull.svg") right center/15px 15px no-repeat;
}

.contacts__email {
  font-size: 14px;
  line-height: calc(36/14);
  color: #3F494B;
  display: inline-block;
  margin-bottom: 50px;
}

.contacts__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__socials h3 {
  margin: 0 20px 0 0;
}

.contacts__socials-item {
  width: 24px;
  height: 24px;
  margin: 0 16px 0 0;
  display: inline-block;
  transition: all .3s;
}

.contacts__socials-item-inst {
  background: url("../img/icons/instagram_black.svg") 0 0 no-repeat;
}
.contacts__socials-item-inst:hover {
  background: url("../img/icons/instagram_l_colorfull.svg") 0 0 no-repeat;
}

.contacts__socials-item-facebook {
  background: url("../img/icons/facebook_black.svg") 0 0 no-repeat;
}

.contacts__socials-item-facebook:hover {
  background: url("../img/icons/facebook_l_colorfull.svg") 0 0 no-repeat;
}

.contacts__minimap {
  margin: 0 0 0 40px;
  margin-left: 40px;
}

.contacts__minimap h3 {
  margin: 0 0 15px 0;
}

.contacts__minimap img {
  border-radius: 8px;
  border: 2px solid #6DAD83;
  width: 100%;
}

.contacts__map {
  margin: 35px 0 0 0;
  width: 100%;
}

.contacts__map img {
  width: 100%;
}

@media (max-width: 1400px) {
  .popular__slider .slick-next {
    right: -20px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .popular__slider .slick-prev {
    left: -20px;
    -webkit-transform: translate(0, -50%) rotate(180deg);
        -ms-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
  }
}

@media (max-width: 1240px) {
  .welcome-slide-form__select,
  .welcome-slide-form__input,
  .welcome-slide-form button {
    margin: 0 0 20px 0;
  }

  .title {
    font-size: calc(18px + 15 * ((100vw - 360px) / (1240 - 360)));
  }

  .subtitle {
    font-size: calc(11px + 5 * ((100vw - 360px) / (1240 - 360)));
  }

  .text {
    font-size: calc(10px + 4 * ((100vw - 360px) / (1240 - 360)));
  }

  .footer {
    padding-top: calc(25px + 20 * ((100vw - 360px) / (1240 - 360)));
  }

  .footer {
    padding-bottom: calc(10px + 10 * ((100vw - 360px) / (1240 - 360)));
  }

  .footer-links__col {
    padding: 0 calc(20px + 50 * ((100vw - 992px) / (1240 - 992))) 0 0;
  }

  .footer__col--1 {
    padding: 0 calc(20px + 50 * ((100vw - 992px) / (1240 - 992))) 0 0;
  }

  .header__logo {
    min-width: calc(50px + 44 * ((100vw - 360px) / (1240 - 360)));
  }

  .header__button {
    font-size: calc(10px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .header__button {
    padding-top: calc(10px + 5 * ((100vw - 360px) / (1240 - 360)));
  }

  .header__button {
    padding-bottom: calc(10px + 5 * ((100vw - 360px) / (1240 - 360)));
  }

  .header__button {
    padding-right: calc(25px + 10 * ((100vw - 360px) / (1240 - 360)));
  }

  .header__button {
    padding-left: calc(25px + 10 * ((100vw - 360px) / (1240 - 360)));
  }

  .header__menu-button {
    margin-right: calc(0px + 30 * ((100vw - 360px) / (1240 - 360)));
  }

  .header-menu__item a {
    font-size: calc(10px + 3 * ((100vw - 360px) / (1240 - 360)));
  }

  .menu-button {
    font-size: calc(10px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .menu-button {
    padding-top: calc(10px + 5 * ((100vw - 360px) / (1240 - 360)));
  }

  .menu-button {
    padding-bottom: calc(10px + 5 * ((100vw - 360px) / (1240 - 360)));
  }

  .menu-button {
    padding-left: calc(15px + 15 * ((100vw - 360px) / (1240 - 360)));
  }

  .menu-button {
    padding-right: calc(15px + 15 * ((100vw - 360px) / (1240 - 360)));
  }

  .burger-menu-category__head {
    font-size: calc(16px + 4 * ((100vw - 768px) / (1240 - 768)));
  }

  .burger-menu-category__item {
    font-size: calc(12px + 2 * ((100vw - 768px) / (1240 - 768)));
  }

  h1 {
    font-size: calc(18px + 15 * ((100vw - 360px) / (1240 - 360)));
  }

  h3 {
    font-size: calc(12px + 8 * ((100vw - 360px) / (1240 - 360)));
  }

  h2 {
    font-size: calc(16px + 10 * ((100vw - 360px) / (1240 - 360)));
  }

  h4 {
    font-size: calc(12px + 4 * ((100vw - 360px) / (1240 - 360)));
  }

  .welcome__slider .slick-next {
    display: none !important;
  }

  .welcome__slider .slick-prev {
    display: none !important;
  }

  .welcome-slide {
    padding: 20px 0 50px 0;
  }

  .welcome-slide__text {
    font-size: calc(14px + 2 * ((100vw - 768px) / (1240 - 768)));
  }

  .welcome-slide__text {
    font-weight: 400;
  }

  .welcome-slide__text-block {
    margin-top: calc(50px + 95 * ((100vw - 360px) / (1240 - 360)));
  }

  .welcome-slide__text-block {
    margin-bottom: calc(50px + 95 * ((100vw - 360px) / (1240 - 360)));
  }

  .welcome-slide__title {
    font-size: calc(20px + 20 * ((100vw - 360px) / (1240 - 360)));
  }

  .welcome-slide__title {
    margin-bottom: calc(12px + 18 * ((100vw - 360px) / (1240 - 360)));
  }

  .welcome-slide__advantages {
    max-width: 420px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .welcome-slide__advantages li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0 0 30px 0;
  }

  .welcome-slide__advantages li img {
    margin: 0 16px 0 0;
  }

  .welcome-slide__advantages li span {
    font-size: calc(10px + 4 * ((100vw - 768px) / (1240 - 768)));
  }

  .welcome-slide__label {
    display: none;
  }

  .welcome-slide-form {
    padding-right: calc(30px + 15 * ((100vw - 768px) / (1240 - 768)));
  }

  .welcome-slide-form {
    padding-left: calc(30px + 15 * ((100vw - 768px) / (1240 - 768)));
  }

  .welcome-slide-form {
    padding-bottom: calc(20px + 20 * ((100vw - 768px) / (1240 - 768)));
  }

  .welcome-slide-form__privacy {
    font-size: calc(9px + 1 * ((100vw - 768px) / (1240 - 768)));
  }

  .how-order {
    padding-top: calc(20px + 80 * ((100vw - 360px) / (1240 - 360)));
  }

  .how-order {
    padding-bottom: calc(0px + 100 * ((100vw - 360px) / (1240 - 360)));
  }

  .how-order__title {
    margin-bottom: calc(20px + 90 * ((100vw - 360px) / (1240 - 360)));
  }

  .how-order-item__title {
    font-size: calc(12px + 4 * ((100vw - 360px) / (1240 - 360)));
  }

  .how-order-item__title {
    margin-bottom: calc(5px + 10 * ((100vw - 360px) / (1240 - 360)));
  }

  .how-order-item__text {
    font-size: calc(10px + 4 * ((100vw - 360px) / (1240 - 360)));
  }

  .our-products__col:nth-child(even) .our-products-item__name {
    bottom: 15px;
  }

  .our-products-item__name {
    font-size: calc(10px + 8 * ((100vw - 360px) / (1240 - 360)));
  }

  .our-products-item__name {
    top: 15px;
    left: 20px;
  }

  .our-products-item--1 {
    height: calc(101.76871px + (170 - 101.76871) * ((100vw - 768px) / (1240 - 768)));
  }

  .our-products-item--2 {
    height: calc(152.65306px + (255 - 152.65306) * ((100vw - 768px) / (1240 - 768)));
  }

  .our-products-item--3 {
    height: calc(203.53741px + (340 - 203.53741) * ((100vw - 768px) / (1240 - 768)));
  }

  .popular {
    padding-top: calc(20px + 40 * ((100vw - 360px) / (1240 - 360)));
  }

  .popular {
    padding-bottom: calc(30px + 30 * ((100vw - 360px) / (1240 - 360)));
  }

  .popular-slide__main {
    height: calc(400px + 80 * ((100vw - 360px) / (1240 - 360)));
  }

  .popular-slide__label {
    font-size: calc(10px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .popular-slide__label span {
    padding-right: calc(15px + 5 * ((100vw - 360px) / (1240 - 360)));
  }

  .popular-slide__label span {
    padding-left: calc(15px + 5 * ((100vw - 360px) / (1240 - 360)));
  }

  .popular-slide__name {
    font-size: calc(14px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .popular-slide__name {
    margin-bottom: calc(7px + 13 * ((100vw - 360px) / (1240 - 360)));
  }

  .popular-slide__price {
    font-size: calc(22px + 4 * ((100vw - 360px) / (1240 - 360)));
  }

  .popular-slide__price {
    margin-bottom: calc(12px + 8 * ((100vw - 360px) / (1240 - 360)));
  }

  .popular-slide__button {
    font-size: calc(10px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .popular-slide__button {
    height: calc(35px + 10 * ((100vw - 360px) / (1240 - 360)));
  }

  .google-reviews {
    padding-top: calc(30px + 70 * ((100vw - 360px) / (1240 - 360)));
  }

  .google-reviews {
    padding-bottom: calc(30px + 40 * ((100vw - 360px) / (1240 - 360)));
  }

  .google-reviews__title {
    margin-bottom: calc(10px + 10 * ((100vw - 360px) / (1240 - 360)));
  }

  .google-reviews__rate span {
    font-size: calc(14px + 6 * ((100vw - 360px) / (1240 - 360)));
  }

  .google-reviews__rate span {
    margin-right: calc(10px + 5 * ((100vw - 360px) / (1240 - 360)));
  }

  .google-reviews__recommencations span {
    font-size: calc(10px + 4 * ((100vw - 360px) / (1240 - 360)));
  }

  .google-reviews__bottom {
    padding-top: calc(0px + 20 * ((100vw - 360px) / (1240 - 360)));
  }

  .google-review__picture {
    margin-bottom: calc(10px + 5 * ((100vw - 360px) / (1240 - 360)));
  }

  .google-review__rate {
    margin-bottom: calc(15px + 15 * ((100vw - 360px) / (1240 - 360)));
  }

  .google-review__text {
    font-size: calc(12px + 6 * ((100vw - 360px) / (1240 - 360)));
  }

  .google-review__text {
    margin-bottom: calc(20px + 10 * ((100vw - 360px) / (1240 - 360)));
  }

  .google-review__name {
    line-height: calc(18px + 12 * ((100vw - 360px) / (1240 - 360)));
  }

  .google-review__name {
    font-size: calc(10px + 4 * ((100vw - 360px) / (1240 - 360)));
  }

  .google-review__date {
    line-height: calc(18px + 12 * ((100vw - 360px) / (1240 - 360)));
  }

  .google-review__date {
    font-size: calc(10px + 4 * ((100vw - 360px) / (1240 - 360)));
  }

  .print-methods {
    padding-top: calc(20px + 40 * ((100vw - 360px) / (1240 - 360)));
  }

  .print-methods {
    padding-bottom: calc(10px + 60 * ((100vw - 360px) / (1240 - 360)));
  }

  .print-methods__top {
    margin-bottom: calc(20px + 40 * ((100vw - 360px) / (1240 - 360)));
  }

  .print-method__picture {
    margin-bottom: calc(10px + 5 * ((100vw - 360px) / (1240 - 360)));
  }

  .print-method__name {
    font-size: calc(12px + 8 * ((100vw - 360px) / (1240 - 360)));
  }

  .info {
    padding-top: calc(25px + 35 * ((100vw - 360px) / (1240 - 360)));
  }

  .info {
    padding-bottom: calc(25px + 35 * ((100vw - 360px) / (1240 - 360)));
  }

  .info__title {
    font-size: calc(14px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .info__title {
    margin-bottom: calc(10px + 10 * ((100vw - 360px) / (1240 - 360)));
  }

  .info p {
    font-size: calc(10px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .info ul {
    font-size: calc(10px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .info14 {
    padding: 0;
  }

  .info14 ul,
  .info14 p {
    font-size: calc(12px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .breadcrumbs__item {
    font-size: calc(9px + 3 * ((100vw - 360px) / (1240 - 360)));
  }

  .page-sidebar ._container {
    padding-top: calc(0px + 35 * ((100vw - 360px) / (1240 - 360)));
  }

  .page-sidebar h1 {
    font-size: calc(18px + 15 * ((100vw - 360px) / (1240 - 360)));
  }

  .page-sidebar h1 {
    margin-bottom: calc(20px + 15 * ((100vw - 360px) / (1240 - 360)));
  }

  .catalog-text--category p {
    font-size: calc(12px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .catalog-text h2 {
    font-size: calc(16px + 10 * ((100vw - 360px) / (1240 - 360)));
  }

  .catalog-text h3 {
    font-size: calc(14px + 6 * ((100vw - 360px) / (1240 - 360)));
  }

  .catalog-text h4 {
    font-size: calc(14px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .catalog-sort__label {
    font-size: calc(12px + 2 * ((100vw - 992px) / (1240 - 992)));
  }

  .catalog-sort__type {
    font-size: calc(12px + 2 * ((100vw - 992px) / (1240 - 992)));
  }

  .product-title {
    margin-bottom: calc(15px + 25 * ((100vw - 360px) / (1240 - 360)));
  }

  .sizes-table__picture {
    margin-right: calc(10px + 50 * ((100vw - 992px) / (1240 - 992)));
  }

  .sizes-table__picture img {
    width: calc(75px + 70 * ((100vw - 360px) / (1240 - 360)));
  }

  .sizes-table__text {
    font-size: calc(10px + 4 * ((100vw - 360px) / (1240 - 360)));
  }

  .print-types {
    padding-bottom: calc(10px + 25 * ((100vw - 360px) / (1240 - 360)));
  }

  .print-type span {
    font-size: calc(12px + 4 * ((100vw - 360px) / (1240 - 360)));
  }

  .how-care {
    padding-bottom: calc(40px + 20 * ((100vw - 360px) / (1240 - 360)));
  }

  .how-care__item {
    margin-right: calc(20px + 30 * ((100vw - 360px) / (1240 - 360)));
  }

  .how-care__item img {
    width: calc(45px + 20 * ((100vw - 360px) / (1240 - 360)));
  }

  .product__sliders {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(280px + 110 * ((100vw - 768px) / (1240 - 768)));
            flex: 0 0 calc(280px + 110 * ((100vw - 768px) / (1240 - 768)));
  }

  .product-info__title {
    font-size: calc(18px + 15 * ((100vw - 360px) / (1240 - 360)));
  }

  .product-info__title {
    margin-bottom: calc(15px + 5 * ((100vw - 360px) / (1240 - 360)));
  }

  .product-info__labels {
    margin-bottom: calc(30px + 10 * ((100vw - 360px) / (1240 - 360)));
  }

  .product-info__stats {
    margin-bottom: calc(20px + 10 * ((100vw - 360px) / (1240 - 360)));
  }

  .product-info__stat-label {
    font-size: calc(12px + 4 * ((100vw - 360px) / (1240 - 360)));
  }

  .product-info__stat-val {
    font-size: calc(12px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .product-info__colors {
    margin-bottom: calc(20px + 20 * ((100vw - 360px) / (1240 - 360)));
  }

  .product-info__price {
    margin-bottom: calc(25px + 10 * ((100vw - 360px) / (1240 - 360)));
  }

  .product-info__button {
    font-size: calc(10px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .cost__top {
    padding: 0;
  }

  .cost__tabs {
    padding: 0 calc(30px + 100 * ((100vw - 768px) / (1920 - 768))) 0 0;
  }

  .cost__tab {
    font-size: calc(12px + 4 * ((100vw - 360px) / (1240 - 360)));
  }

  .cost-screen__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }

  .cost-screen-item__size {
    font-size: calc(12px + 8 * ((100vw - 360px) / (1240 - 360)));
  }

  .cost-screen-item__text {
    font-size: calc(10px + 4 * ((100vw - 360px) / (1240 - 360)));
  }

  .constructor-main__content {
    padding-top: calc(110px + 55 * ((100vw - 360px) / (1240 - 360)));
  }

  .constructor-main__content {
    padding-bottom: calc(110px + 55 * ((100vw - 360px) / (1240 - 360)));
  }

  .constructor-main__content {
    max-width: calc(220px + 262 * ((100vw - 360px) / (1240 - 360)));
  }

  .constructor-main__label {
    top: calc(50px + 65 * ((100vw - 360px) / (1240 - 360)));
  }

  .constructor-main__label {
    font-size: calc(10px + 10 * ((100vw - 360px) / (1240 - 360)));
  }

  .constructor-main__label div span {
    font-size: calc(16px + 20 * ((100vw - 360px) / (1240 - 360)));
  }

  .constructor-main__label:before {
    width: calc(54px + 66 * ((100vw - 360px) / (1240 - 360)));
  }

  .constructor-main__label:before {
    height: calc(54px + 66 * ((100vw - 360px) / (1240 - 360)));
  }

  .constructor-info p {
    font-size: calc(12px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .selection__table table {
    font-size: calc(12px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .type {
    padding-top: calc(35px + 35 * ((100vw - 360px) / (1240 - 360)));
  }

  .type {
    padding-bottom: calc(25px + 35 * ((100vw - 360px) / (1240 - 360)));
  }

  .type-slide__name {
    font-size: calc(12px + 8 * ((100vw - 360px) / (1240 - 360)));
  }

  .why-me {
    padding-top: calc(35px + 35 * ((100vw - 360px) / (1240 - 360)));
  }

  .why-me {
    padding-bottom: calc(35px + 35 * ((100vw - 360px) / (1240 - 360)));
  }

  .why-me-item__image img {
    width: calc(65px + 45 * ((100vw - 360px) / (1240 - 360)));
  }

  .why-me-item__text {
    font-size: calc(10px + 10 * ((100vw - 360px) / (1240 - 360)));
  }

  .why-me-item__text:before {
    font-size: calc(30px + 18 * ((100vw - 360px) / (1240 - 360)));
  }

  .constructor {
    padding-top: calc(35px + 35 * ((100vw - 360px) / (1240 - 360)));
  }

  .constructor {
    padding-bottom: calc(35px + 35 * ((100vw - 360px) / (1240 - 360)));
  }

  .print-kinds__content {
    padding: 0;
  }

  .print-kinds__col p {
    font-size: calc(12px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .print-kinds__col ul {
    font-size: calc(12px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .series__content {
    padding: 0;
  }

  .termoapplication {
    padding-bottom: calc(30px + 30 * ((100vw - 360px) / (1240 - 360)));
  }

  .examples-slide__zoom {
    right: calc(5px + 25 * ((100vw - 360px) / (1240 - 360)));
  }

  .examples-slide__zoom {
    bottom: calc(5px + 25 * ((100vw - 360px) / (1240 - 360)));
  }

  .examples-slide__zoom {
    width: calc(30px + 40 * ((100vw - 360px) / (1240 - 360)));
  }

  .examples-slide__zoom {
    height: calc(30px + 40 * ((100vw - 360px) / (1240 - 360)));
  }

  .examples-slide__zoom img {
    width: calc(16px + 12 * ((100vw - 360px) / (1240 - 360)));
  }

  .examples-slide__zoom img {
    height: calc(16px + 12 * ((100vw - 360px) / (1240 - 360)));
  }

  .examples-inst {
    padding-bottom: calc(40px + 40 * ((100vw - 360px) / (1240 - 360)));
  }

  .examples-inst h2 {
    margin-top: calc(30px + 15 * ((100vw - 360px) / (1240 - 360)));
  }

  .examples-inst h2 {
    margin-bottom: calc(20px + 25 * ((100vw - 360px) / (1240 - 360)));
  }

  .examples-inst__content {
    margin-right: calc(-1px + -3 * ((100vw - 360px) / (1240 - 360)));
  }

  .examples-inst__content {
    margin-left: calc(-1px + -3 * ((100vw - 360px) / (1240 - 360)));
  }

  .examples-inst__col {
    padding-right: calc(1px + 3 * ((100vw - 360px) / (1240 - 360)));
  }

  .examples-inst__col {
    padding-left: calc(1px + 3 * ((100vw - 360px) / (1240 - 360)));
  }

  .examples-inst__col {
    margin-bottom: calc(2px + 6 * ((100vw - 360px) / (1240 - 360)));
  }

  .articles-item__image {
    height: calc(150px + 85 * ((100vw - 768px) / (1240 - 768)));
  }

  .articles-item__title {
    font-size: calc(16px + 4 * ((100vw - 768px) / (1240 - 768)));
  }

  .articles-item__date {
    font-size: calc(12px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .articles-item__desc {
    font-size: calc(12px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .articles-sidebar {
    -ms-flex-preferred-size: calc(200px + 200 * ((100vw - 768px) / (1240 - 768)));
        flex-basis: calc(200px + 200 * ((100vw - 768px) / (1240 - 768)));
  }

  .articles-sidebar {
    padding-left: calc(20px + 100 * ((100vw - 768px) / (1240 - 768)));
  }

  .articles-sidebar__title {
    font-size: calc(12px + 4 * ((100vw - 768px) / (1240 - 768)));
  }

  .articles-sidebar-item__title {
    font-size: calc(14px + 6 * ((100vw - 360px) / (1240 - 360)));
  }

  .articles-sidebar-item__date {
    font-size: calc(12px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .article {
    padding-bottom: calc(40px + 20 * ((100vw - 360px) / (1240 - 360)));
  }

  .date {
    font-size: calc(12px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .page-brands ._container {
    padding-bottom: calc(40px + 20 * ((100vw - 360px) / (1240 - 360)));
  }

  .brands-about {
    padding-bottom: calc(10px + 20 * ((100vw - 360px) / (1240 - 360)));
  }

  .brands h3 {
    margin-bottom: calc(30px + 30 * ((100vw - 360px) / (1240 - 360)));
  }

  .about-us__image {
    margin: 0 calc(20px + 30 * ((100vw - 768px) / (1920 - 768))) 0 0;
  }

  .about-us__container > .about-us__image {
    margin: 0 0 calc(30px + 50 * ((100vw - 768px) / (1920 - 768))) 0;
  }

  .about-us-advantages__container .info {
    margin: 0 calc(20px + 65 * ((100vw - 768px) / (1240 - 768))) 0 0;
  }

  .about-us-advantage {
    padding-top: calc(15px + 15 * ((100vw - 360px) / (1240 - 360)));
  }

  .about-us-advantage {
    padding-bottom: calc(20px + 10 * ((100vw - 360px) / (1240 - 360)));
  }

  .about-us-advantage {
    padding-right: calc(10px + 15 * ((100vw - 360px) / (1240 - 360)));
  }

  .about-us-advantage {
    padding-left: calc(10px + 15 * ((100vw - 360px) / (1240 - 360)));
  }

  .about-us-advantage__text {
    font-size: calc(10px + 4 * ((100vw - 360px) / (1240 - 360)));
  }

  .delivery {
    padding-bottom: calc(30px + 80 * ((100vw - 360px) / (1240 - 360)));
  }

  .delivery h1 {
    margin-top: calc(15px + 30 * ((100vw - 360px) / (1240 - 360)));
  }

  .delivery h1 {
    margin-bottom: calc(15px + 45 * ((100vw - 360px) / (1240 - 360)));
  }

  .delivery h4 {
    margin-bottom: calc(15px + 20 * ((100vw - 360px) / (1240 - 360)));
  }

  .delivery__text {
    font-size: calc(12px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .delivery__text {
    margin-bottom: calc(25px + 15 * ((100vw - 360px) / (1240 - 360)));
  }

  .delivery__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }

  .delivery-item__name {
    font-size: calc(14px + 2 * ((100vw - 360px) / (1240 - 360)));
  }

  .delivery-item__name {
    padding-right: calc(15px + 15 * ((100vw - 360px) / (1240 - 360)));
  }

  .delivery-item__name {
    padding-left: calc(15px + 15 * ((100vw - 360px) / (1240 - 360)));
  }

  .privacy {
    padding-bottom: calc(40px + 40 * ((100vw - 360px) / (1240 - 360)));
  }

  .privacy h1 {
    margin-top: calc(15px + 30 * ((100vw - 360px) / (1240 - 360)));
  }

  .privacy h1 {
    margin-bottom: calc(15px + 45 * ((100vw - 360px) / (1240 - 360)));
  }

  .error404__text {
    margin-bottom: calc(20px + 50 * ((100vw - 360px) / (1240 - 360)));
  }

  .contacts h6 {
    margin-bottom: calc(20px + 60 * ((100vw - 360px) / (1240 - 360)));
  }

  .contacts__email {
    margin-bottom: calc(20px + 30 * ((100vw - 360px) / (1240 - 360)));
  }

  .contacts__minimap {
    margin-left: calc(10px + 30 * ((100vw - 768px) / (1240 - 768)));
  }
}

@media (max-width: 1160px) {
  .header__contacts {
    display: none;
  }
}

@media (max-width: 1150px) {
  .footer-contacts__persons-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .footer-contacts__persons-col br {
    display: none;
  }
}

@media (max-width: 1070px) {
  .catalog-sort__colors .popular-slide__color:last-child {
    display: none;
  }

  .catalog-sort__colors .popular-slide__color:nth-child(7) {
    display: none;
  }

  .catalog-sort__colors .popular-slide__color:nth-child(6) {
    display: none;
  }
}

@media (max-width: 992px) {
  .col768-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333333%;
            flex: 0 0 33.33333333333%;
    padding: 0;
  }

  .col768-row-container {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66.66666666% !important;
            flex: 0 0 66.66666666% !important;
  }

  .col768-row-content {
    margin: 0 !important;
  }

  .col768-row-nopadding {
    padding: 0 !important;
  }

  .footer-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer-links__col {
    padding: 0 70px 0 0;
  }

  .footer-contacts {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .footer-contacts__persons-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .footer__top {
    display: block;
    margin: 0 0 55px 0;
  }

  .footer__top .footer__col--1 {
    margin: 0 0 35px 0;
  }

  .footer__top .footer__col--2:before {
    display: none;
  }

  .footer__col--2 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .burger-menu__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
  }

  .burger-menu__column:last-child {
    display: none;
  }

  .google-reviews__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .google-reviews__column:nth-child(6),
  .google-reviews__column:nth-child(5) {
    display: none;
  }

  .sidebar {
    display: none;
  }

  .catalog-sort__label {
    font-size: 12px;
  }

  .catalog-sort__type {
    font-size: 12px;
  }

  .catalog-sort__colors .popular-slide__color:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .catalog-sort__colors .popular-slide__color:nth-child(7) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .catalog-sort__colors .popular-slide__color:nth-child(6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sizes-table__picture {
    margin-right: 10px;
  }

  .cost-screen__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .cost-screen-item {
    margin: 0 0 20px 0;
  }

  .cost-screen-item:hover {
    margin: 0 0 20px 0;
  }

  .cost-screen-item__button {
    display: block;
  }

  .constructor-info img {
    max-width: 100%;
    width: 100%;
  }

  .constructor-info__row {
    display: block;
  }

  .articles-item__overlay {
    display: none;
  }

  .articles-item__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .brands-about .brands__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .delivery__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }

  .contacts__main {
    display: block;
  }

  .contacts__socials {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 920px) {
  .error404__content:before {
    width: calc(300px + 152 * ((100vw - 360px) / (920 - 360)));
    height: calc(144px + (217 - 144) * ((100vw - 360px) / (920 - 360)));
  }
}

@media (max-width: 768px) {
  .pupup__description{
    margin: 0 20px;
  }
  .footer-links__col {
    padding: 0 40px 0 0;
  }

  .footer-links-category__item a {
    font-size: 11px;
  }

  .footer-contacts__person {
    font-size: 11px;
  }

  .footer__title {
    font-size: 12px;
  }

  .header__container--top {
    margin: 0 0 8px 0;
  }

  .header__lang {
    margin-left: 0px;
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-menu--2 {
    margin: 0 30px;
  }

  .burger-menu-category__head {
    font-size: 16px;
  }

  .burger-menu-category__item {
    font-size: 12px;
  }

  .select__header {
    font-size: 12px;
  }

  .select._choosed .select__label {
    font-size: 9px;
  }

  .welcome-slide__text {
    font-size: 14px;
  }

  .welcome-slide__advantages li span {
    font-size: 10px;
  }

  .welcome-slide-form {
    padding-right: 30px;
  }

  .welcome-slide-form {
    padding-left: 30px;
  }

  .welcome-slide-form {
    padding-bottom: 20px;
  }

  .welcome-slide-form__input input {
    font-size: 12px;
  }

  .welcome-slide-form__input--file span {
    font-size: 12px;
  }

  .welcome-slide-form button {
    height: 35px;
    font-size: 10px;
  }

  .welcome-slide-form__privacy {
    font-size: 9px;
  }

  .google-reviews__rate img {
    width: 17px;
    height: 17px;
  }

  .google-reviews__recommencations-container img {
    width: 30px;
    height: 30px;
  }

  .google-reviews__recommencations-container div {
    width: 30px;
    height: 30px;
    font-size: 12px;
    padding: 2px;
  }

  .google-reviews__button {
    font-size: 10px;
    line-height: 35px;
    height: 35px;
  }

  .print-methods__logo {
    display: none;
  }

  .print-method__name br {
    display: none;
  }

  .info__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .info__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 15px 0;
  }

  .breadcrumbs__item {
    margin: 0 20px 0 0;
  }

  .breadcrumbs__item:before {
    -webkit-transform: translate(8px, -50%);
        -ms-transform: translate(8px, -50%);
            transform: translate(8px, -50%);
  }

  .pagination__list {
    margin: 0 -10px;
  }

  .pagination__item {
    margin: 0 10px;
  }

  .product-info__stat {
    margin: 0 0 18px 0;
  }

  .product-info__button {
    line-height: 35px;
    height: 35px;
  }

  .cost__tabs {
    padding: 0 30px 0 0;
  }

  .cost-screen__content {
    margin: 0 -5px;
  }

  .cost-screen__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
  }

  .cost-screen-item {
    padding: 15px 5px;
  }

  .cost-screen-item__button {
    height: 35px;
    line-height: 35px;
    font-size: 10px;
  }

  .constructor-main__button {
    height: 35px;
    font-size: 10px;
  }

  .constructor-cost .cost__tab {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 0 16px 17px;
  }

  .constructor-cost .cost__tab:before {
    width: 7px;
    height: 100%;
  }

  .constructor-cost .cost__tabs {
    display: block;
  }

  .button {
    height: 35px;
    font-size: 10px;
  }

  .constructor__image--mobile {
    display: block;
  }

  .constructor__image--desktop {
    display: none;
  }

  .print-methods-form__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .print-methods-form__image {
    display: none;
  }

  .popup-picture__content {
    max-width: 80%;
  }

  .examples-inst__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
  }

  .page-articles ._container {
    display: block;
  }

  .articles-item__image {
    height: 150px;
  }

  .articles-item__image {
    height: calc(200px + 35 * ((100vw - 360px) / (768 - 360)));
  }

  .articles-item__title {
    font-size: 16px;
  }

  .articles-sidebar {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }

  .articles-sidebar {
    padding-left: 20px;
  }

  .articles-sidebar {
    padding: 0 0 40px;
  }

  .articles-sidebar__title {
    font-size: 12px;
  }

  .articles-sidebar__content {
    margin: 0 -10px;
  }

  .articles-sidebar__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    padding: 0 10px;
    margin: 0;
  }

  .brands__content {
    margin: 0 -5px;
  }

  .brands__col {
    padding: 0 5px;
    margin: 0 0 10px 0;
  }

  .about-us__image {
    margin: 0 0 20px 0;
  }

  .about-us__container > .about-us__image {
    margin: 0 0 30px 0;
  }

  .about-us__content {
    display: block;
    margin: 0 0 30px 0;
  }

  .about-us-advantages__container {
    display: block;
  }

  .about-us-advantages__container .info {
    margin: 0 0 20px 0;
  }

  .error404__container {
    padding: 20px 20px 50px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .error404__content {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .error404__image {
    padding: 0 0 30px 0;
  }

  .contacts h1 {
    margin: 15px 0;
  }

  .contacts__minimap {
    margin-left: 10px;
  }
}

@media (max-width: 750px) {
  .catalog-sort {
    border: 0;
  }

  .catalog-sort__label {
    display: none;
  }

  .catalog-sort__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .catalog-sort__types {
    position: absolute;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
    background: #F8F8F8;
    padding: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    right: 50%;
    -webkit-transform: translate(-15px, 20px);
        -ms-transform: translate(-15px, 20px);
            transform: translate(-15px, 20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .catalog-sort__types._active {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .catalog-sort__type {
    padding: 0;
    font-size: 14px;
  }

  .catalog-sort__type:before {
    bottom: 0;
  }

  .catalog-sort__colors {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(15px, 20px);
        -ms-transform: translate(15px, 20px);
            transform: translate(15px, 20px);
    z-index: 2;
    background: #F8F8F8;
    padding: 20px 10px 10px 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    max-width: 150px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }

  .catalog-sort__colors._active {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }

  .catalog-sort__colors .popular-slide__color {
    margin: 0 10px 10px 0;
  }

  .catalog-products .popular-slide:nth-child(7),
  .catalog-products .popular-slide:nth-child(8) {
    display: none;
  }
}

@media (max-width: 700px) {
  .col768-row-content {
    margin: 0 -5px !important;
  }

  .footer-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }

  .footer-links__col {
    padding: 0 20px 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .footer-links__col:last-child {
    margin: 20px 0 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .footer-contacts__persons {
    margin: 0 -5px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .footer-contacts__persons-col {
    padding: 0 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .footer__logo {
    top: 35%;
  }

  .footer__col--2 {
    display: block;
  }

  .footer__bottom {
    display: block;
  }

  .footer__bottom .footer__col--2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer__row {
    margin: 0;
  }

  .footer__row:first-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__row:first-child .footer__row-col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 30px 0;
  }

  .footer__row-col:first-child {
    padding: 0 20px 0 0;
  }

  .footer__form-title {
    font-size: 12px;
  }

  .dda {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .our-products__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .our-products__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .our-products-item__name {
    left: 15px;
    top: 10px;
  }

  .our-products-item--1 {
    height: calc(81.34969px + (153.31288 - 81.34969) * ((100vw - 360px) / (700 - 360)));
  }

  .our-products-item--2 {
    height: calc(122.02454px + (229.96933 - 122.02454) * ((100vw - 360px) / (700 - 360)));
  }

  .our-products-item--3 {
    height: calc(162.69939px + (306.62577 - 162.69939) * ((100vw - 360px) / (700 - 360)));
  }

  .print-methods__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0 0 25px 0;
  }

  .info14 {
    padding: 0;
  }

  .catalog .our-products-item--3 {
    height: calc(162.69939px + (306.62577 - 162.69939) * ((100vw - 360px)/ (700 - 360)));
  }

  .catalog .our-products-item--1 {
    height: calc(81.34969px + (153.31288 - 81.34969) * ((100vw - 360px)/ (700 - 360)));
  }

  .catalog .our-products-item--2 {
    height: calc(122.02454px + (229.96933 - 122.02454) * ((100vw - 360px)/ (700 - 360)));
  }

  .print-types__content {
    margin: 0 -5px;
  }

  .print-types__column {
    padding: 0 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0 0 10px 0;
  }

  .cost__top {
    display: block;
    margin: 0 0 30px 0;
  }

  .cost__tabs {
    margin: 0 0 30px 0;
    padding: 0;
  }

  .cost__tab:nth-child(3) {
    max-width: 280px;
  }

  .selection__content {
    display: block;
  }

  .selection__table {
    min-width: 0;
  }

  .why-me__content {
    margin: 0 -20px;
  }

  .why-me__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 20px;
    margin: 0 0 20px 0;
  }

  .print-kinds__content {
    display: block;
    margin: 0;
  }

  .print-kinds__col {
    margin: 0 0 30px 0;
    padding: 0;
  }

  .series__content {
    display: block;
    margin: 0;
    margin: 0;
  }

  .series__col {
    padding: 0;
    margin: 0 0 30px 0;
  }

  .series__col:last-child {
    margin: 0;
  }
}

@media (max-width: 680px) {
  .sizes-table__desktop {
    display: none;
  }

  .sizes-table__mobile {
    display: table;
  }

  .sizes-table__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 650px) {
  .header-menu{
    min-width: fit-content;
  }
  .pc__lang{
    display: none;
  }
  .mob__lang a{
    line-height: 22px !important;
     margin-left: 20px !important;
    font-size: calc(10px + 3 * ((100vw - 360px) / (1240 - 360))) !important;
  }
  .mob__lang{


    display: block !important;
  }
  .welcome__slider .slick-dots {
    bottom: 15px;
  }

  .welcome-slide {
    padding: 0 0 10px 0;
  }

  .welcome-slide__col--2 {
    padding: 0;
  }

  .welcome-slide-form {
    display: none;
  }

  .how-order__content {
    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;
    margin: 0;
  }

  .how-order__column {
    padding: 0;
    margin: 0 0 40px 0;
  }

  .how-order__column:before {
    width: 12px;
    height: 21.88235px;
    right: auto;
    left: 7px;
    -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translate(0, -5px) rotate(90deg);
        -ms-transform: translate(0, -5px) rotate(90deg);
            transform: translate(0, -5px) rotate(90deg);
    top: 100%;
  }
.info__col ul{
  margin-top: -10px;
}
.info__col h1{
  margin-bottom: 10px;
}
.info__col h2{
  margin-bottom: 10px;
}
  .how-order-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    min-width: 260px;
  }

  .how-order-item__icon {
    margin: 0 20px 0 0;
    width: 45px;
    height: 45px;
  }

  .how-order-item__icon img {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }

  .how-order-item__text br {
    display: none;
  }

  .how-order-item__box {
    max-width: 200px;
  }

  .popup-order form {
    display: block;
  }

  .print-methods-form__container form {
    display: block;
  }

  .print-methods-form__container form h2 {
    text-align: center;
  }
}

@media (max-width: 625px) {
  .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__sliders {
    margin: 0 0 45px 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .product-info {
    margin: 0 0 40px 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .product-info__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .product-info__labels {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 600px) {
  .footer__top {
    margin: 0 0 30px 0;
  }

  .burger-menu {
    background: rgba(63, 73, 75, 0.7);
  }

  .burger-menu__content {
    background: #FFF8E1;
    overflow: auto;
    display: block;
    width: 270px;
    margin: 0 -20px;
    padding: 10px 20px 35px;
  }

  .burger-menu__column {
    padding: 0;
  }

  .burger-menu__column:nth-child(3) .burger-menu-category:last-child .burger-menu-category__head {
    margin: 0;
  }

  .burger-menu-category {
    margin: 0;
  }

  .burger-menu-category._dropdown .burger-menu-category__head {
    position: relative;
  }

  .burger-menu-category._dropdown .burger-menu-category__head:before {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: url("../img/icons/black_caret.svg") 0 0/100% 100% no-repeat;
  }

  .burger-menu-category__head {
    line-height: 48px;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #F2AD97;
  }

  .burger-menu-category__list {
    display: none;
  }

  .google-reviews__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .google-reviews__column:nth-child(4),
  .google-reviews__column:nth-child(3) {
    display: none;
  }

  .brands__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333%;
            flex: 0 0 33.333333333%;
  }

  .delivery__content {
    display: block;
  }

  .delivery__col {
    margin: 0 0 10px 0;
  }

  .delivery-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    padding: 0 0 0 30px;
    height: 85px;
  }

  .delivery-item__image {
    margin: 0;
  }

  .contacts__content {
    display: block;
  }

  .contacts__minimap {
    margin: 20px 0 0 0;
  }
}

@media (max-width: 560px) {
  .how-order__title br {
    display: none;
  }
}

@media (max-width: 550px) {
  .our-products__title br {
    display: none;
  }

  .print-methods__text br {
    display: none;
  }

  .dn550 {
    display: none;
  }

  .db550 {
    display: block;
  }

  .constructor-main__bg {
    width: 150%;
  }

  .constructor-main__label {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media (max-width: 545px) {
  .articles__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .articles-sidebar__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }

  .articles-sidebar__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 500px) {
  .catalog-products .popular-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 450px) {
  .viewed-products__arrows {
    width: calc(100% + 20px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 2;
    right: -10px;
  }
}

@media (max-width: 425px) {
  .cost-screen__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .popup-picture__content {
    max-width: 95%;
  }
}

@media (max-width: 360px) {
  .footer {
    padding-top: 25px;
  }

  .footer {
    padding-bottom: 10px;
  }

  .header__logo {
    min-width: 50px;
  }

  .header__button {
    font-size: 10px;
  }

  .header__button {
    padding-top: 10px;
  }

  .header__button {
    padding-bottom: 10px;
  }

  .header__button {
    padding-right: 25px;
  }

  .header__button {
    padding-left: 25px;
  }

  .header__menu-button {
    margin-right: 0px;
  }

  .header-menu__item a {
    font-size: 10px;
  }

  .menu-button {
    font-size: 10px;
  }

  .menu-button {
    padding-top: 10px;
  }

  .menu-button {
    padding-bottom: 10px;
  }

  .menu-button {
    padding-left: 15px;
  }

  .menu-button {
    padding-right: 15px;
  }

  h1 {
    font-size: 18px;
  }

  h3 {
    font-size: 12px;
  }

  h2 {
    font-size: 16px;
  }

  h4 {
    font-size: 12px;
  }

  .welcome-slide__text-block {
    margin-top: 50px;
  }

  .welcome-slide__text-block {
    margin-bottom: 50px;
  }

  .welcome-slide__title {
    font-size: 20px;
  }

  .welcome-slide__title {
    margin-bottom: 12px;
  }

  .how-order {
    padding-top: 20px;
  }

  .how-order {
    padding-bottom: 0px;
  }

  .how-order__title {
    margin-bottom: 20px;
  }

  .how-order-item__title {
    font-size: 12px;
  }

  .how-order-item__title {
    margin-bottom: 5px;
  }

  .how-order-item__text {
    font-size: 10px;
  }

  .our-products-item__name {
    font-size: 10px;
  }

  .popular {
    padding-top: 20px;
  }

  .popular {
    padding-bottom: 30px;
  }

  .popular-slide__main {
    height: 400px;
  }

  .popular-slide__label {
    font-size: 10px;
  }

  .popular-slide__label span {
    padding-right: 15px;
  }

  .popular-slide__label span {
    padding-left: 15px;
  }

  .popular-slide__name {
    font-size: 14px;
  }

  .popular-slide__name {
    margin-bottom: 7px;
  }

  .popular-slide__price {
    font-size: 22px;
  }

  .popular-slide__price {
    margin-bottom: 12px;
  }

  .popular-slide__button {
    font-size: 10px;
  }

  .popular-slide__button {
    height: 35px;
  }

  .google-reviews {
    padding-top: 30px;
  }

  .google-reviews {
    padding-bottom: 30px;
  }

  .google-reviews__title {
    margin-bottom: 10px;
  }

  .google-reviews__rate span {
    font-size: 14px;
  }

  .google-reviews__rate span {
    margin-right: 10px;
  }

  .google-reviews__recommencations span {
    font-size: 10px;
  }

  .google-reviews__bottom {
    padding-top: 0px;
  }

  .google-review__picture {
    margin-bottom: 10px;
  }

  .google-review__rate {
    margin-bottom: 15px;
  }

  .google-review__text {
    font-size: 12px;
  }

  .google-review__text {
    margin-bottom: 20px;
  }

  .google-review__name {
    line-height: 18px;
  }

  .google-review__name {
    font-size: 10px;
  }

  .google-review__date {
    line-height: 18px;
  }

  .google-review__date {
    font-size: 10px;
  }

  .print-methods {
    padding-top: 20px;
  }

  .print-methods {
    padding-bottom: 10px;
  }

  .print-methods__top {
    margin-bottom: 20px;
  }

  .print-method__picture {
    margin-bottom: 10px;
  }

  .print-method__name {
    font-size: 12px;
  }

  .info {
    padding-top: 25px;
  }

  .info {
    padding-bottom: 25px;
  }

  .info__title {
    font-size: 14px;
  }

  .info__title {
    margin-bottom: 10px;
  }

  .info p {
    font-size: 10px;
  }

  .info14 {
    padding: 0;
  }

  .info14 ul,
  .info14 p {
    font-size: 12px;
  }

  .breadcrumbs__item {
    font-size: 9px;
  }

  .page-sidebar ._container {
    padding-top: 0px;
  }

  .page-sidebar h1 {
    font-size: 18px;
  }

  .page-sidebar h1 {
    margin-bottom: 20px;
  }

  .catalog-text--category p {
    font-size: 12px;
  }

  .catalog-text h2 {
    font-size: 16px;
  }

  .catalog-text h3 {
    font-size: 14px;
  }

  .catalog-text h4 {
    font-size: 14px;
  }

  .product-title {
    margin-bottom: 15px;
  }

  .sizes-table__picture img {
    width: 75px;
  }

  .sizes-table__text {
    font-size: 10px;
  }

  .print-types {
    padding-bottom: 10px;
  }

  .print-type span {
    font-size: 12px;
  }

  .how-care {
    padding-bottom: 40px;
  }

  .how-care__item {
    margin-right: 20px;
  }

  .how-care__item img {
    width: 45px;
  }

  .product-info__title {
    font-size: 18px;
  }

  .product-info__title {
    margin-bottom: 15px;
  }

  .product-info__labels {
    margin-bottom: 30px;
  }

  .product-info__stats {
    margin-bottom: 20px;
  }

  .product-info__stat-label {
    font-size: 12px;
  }

  .product-info__stat-val {
    font-size: 12px;
  }

  .product-info__colors {
    margin-bottom: 20px;
  }

  .product-info__price {
    margin-bottom: 25px;
  }

  .product-info__button {
    font-size: 10px;
  }

  .cost__tab {
    font-size: 12px;
  }

  .cost-screen-item__size {
    font-size: 12px;
  }

  .cost-screen-item__text {
    font-size: 10px;
  }

  .constructor-main__content {
    padding-top: 110px;
  }

  .constructor-main__content {
    padding-bottom: 110px;
  }

  .constructor-main__content {
    max-width: 220px;
  }

  .constructor-main__label {
    top: 50px;
  }

  .constructor-main__label {
    font-size: 10px;
  }

  .constructor-main__label div span {
    font-size: 16px;
  }

  .constructor-main__label:before {
    width: 54px;
  }

  .constructor-main__label:before {
    height: 54px;
  }

  .constructor-info p {
    font-size: 12px;
  }

  .selection__table table {
    font-size: 12px;
  }

  .type {
    padding-top: 35px;
  }

  .type {
    padding-bottom: 25px;
  }

  .type-slide__name {
    font-size: 12px;
  }

  .why-me {
    padding-top: 35px;
  }

  .why-me {
    padding-bottom: 35px;
  }

  .why-me-item__image img {
    width: 65px;
  }

  .why-me-item__text {
    font-size: 10px;
  }

  .why-me-item__text:before {
    font-size: 30px;
  }

  .constructor {
    padding-top: 35px;
  }

  .constructor {
    padding-bottom: 35px;
  }

  .print-kinds__content {
    padding: 0;
  }

  .print-kinds__col p {
    font-size: 12px;
  }

  .print-kinds__col ul {
    font-size: 12px;
  }

  .series__content {
    padding: 0;
  }

  .termoapplication {
    padding-bottom: 30px;
  }

  .examples-slide__zoom {
    right: 5px;
  }

  .examples-slide__zoom {
    bottom: 5px;
  }

  .examples-slide__zoom {
    width: 30px;
  }

  .examples-slide__zoom {
    height: 30px;
  }

  .examples-slide__zoom img {
    width: 16px;
  }

  .examples-slide__zoom img {
    height: 16px;
  }

  .examples-inst {
    padding-bottom: 40px;
  }

  .examples-inst h2 {
    margin-top: 30px;
  }

  .examples-inst h2 {
    margin-bottom: 20px;
  }

  .examples-inst__content {
    margin-right: -1px;
  }

  .examples-inst__content {
    margin-left: -1px;
  }

  .examples-inst__col {
    padding-right: 1px;
  }

  .examples-inst__col {
    padding-left: 1px;
  }

  .examples-inst__col {
    margin-bottom: 2px;
  }

  .articles-item__date {
    font-size: 12px;
  }

  .articles-item__desc {
    font-size: 12px;
  }

  .articles-sidebar-item__title {
    font-size: 14px;
  }

  .articles-sidebar-item__date {
    font-size: 12px;
  }

  .article {
    padding-bottom: 40px;
  }

  .date {
    font-size: 12px;
  }

  .page-brands ._container {
    padding-bottom: 40px;
  }

  .brands-about {
    padding-bottom: 10px;
  }

  .brands h3 {
    margin-bottom: 30px;
  }

  .about-us-advantage {
    padding-top: 15px;
  }

  .about-us-advantage {
    padding-bottom: 20px;
  }

  .about-us-advantage {
    padding-right: 10px;
  }

  .about-us-advantage {
    padding-left: 10px;
  }

  .about-us-advantage__text {
    font-size: 10px;
  }

  .delivery {
    padding-bottom: 30px;
  }

  .delivery h1 {
    margin-top: 15px;
  }

  .delivery h1 {
    margin-bottom: 15px;
  }

  .delivery h4 {
    margin-bottom: 15px;
  }

  .delivery__text {
    font-size: 12px;
  }

  .delivery__text {
    margin-bottom: 25px;
  }

  .delivery-item__name {
    font-size: 14px;
  }

  .delivery-item__name {
    padding-right: 15px;
  }

  .delivery-item__name {
    padding-left: 15px;
  }

  .privacy {
    padding-bottom: 40px;
  }

  .privacy h1 {
    margin-top: 15px;
  }

  .privacy h1 {
    margin-bottom: 15px;
  }

  .error404__text {
    margin-bottom: 20px;
  }

  .contacts h6 {
    margin-bottom: 20px;
  }

  .contacts__email {
    margin-bottom: 20px;
  }
}

label[data-bg="#ffffff"] {
  border: solid 1px white;
  outline: solid 1px #3f494b;
}

.wvg-gallery-thumbnail-image {
  transition: .3s all;
}

.woocommerce-notices-wrapper,
.single_variation_wrap,
.woocommerce-tabs.wc-tabs-wrapper,
a.reset_variations {
  display:none !important;
}

.woo-variation-gallery-slider-wrapper {
  margin-bottom:20px !important;
}
.wvg-gallery-thumbnail-image {
  margin-right: 20px !important;
}

.wcva_image_label {
  width: 32px;
  height: 32px;
  display: flex;
  /*background-size: contain;*/
  background-repeat: no-repeat;
  background-position: 50%;
  /*border:1px solid transparent;*/
  border: 1px solid #e4e4e4;
}

.pwf-woo-filter-notes,
.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}
.pwf-field-item-colorlist.pwf-rounded .pwf-colorlist-item {
  margin:5px;
}
@media (min-width:769px) {
  .burger-menu__content .burger-menu__column:first-child {
    width: 100%;
    column-count: 3;
    flex:1;
  }
  .catalog-sort__colors {
    max-width: 360px;
  }
  .catalog-sort__colors {
    right: 20px;
    position: absolute;
    top: 0;
    -webkit-transform: translate(15px, 20px);
        -ms-transform: translate(15px, 20px);
            transform: translate(15px, 20px);
    z-index: 2;
    background: #F8F8F8;
    padding: 20px 10px 10px 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    max-width: 360px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }

  .catalog-sort__colors._active {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .catalog-sort-button-wrap {
    display: flex;    
    padding: 0px 10px 10px 20px;
    width: 400px;
    justify-content: flex-end;
  }
}
@media (max-width:750px) {
  .catalog-sort-button-wrap {
    display: none;
  }
}
  
.cursor-pointer {
  cursor:pointer;
}
.hidden {
  visibility: hidden;
  opacity: 0;
}
.d-none {
  display:none;
}

@media (min-width:768px) {
  .footer-links__col:last-child {
    max-width: 20rem;
  }
  .info .info__col {
    column-count: 2;
    flex-basis: 100%;
  }
}

div[data-item-key="brand"],
div[data-item-key="purpose"] {
  display: none;
}

.cat-menu-img {
  display: none;
}
.cat-menu-img_active {
  display: block;
}

.map-link {
  color: #fff;
  transition: all .3s;
}
.map-link:hover {
  opacity: .8;
}

.footer__title.not-hover:hover {
  color:#fff;
}

.mainslider .slick-slide {
  display: flex;
  justify-content: center;
  align-content: center;  

}
@media (min-width:768px) {
  .welcome {
    margin-top:-20px;
  }
  .burger-menu-category {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}
@media (max-width:768px) and (min-width:640px){
   .mainslider  .slick-slide {
          padding: 0px 0 50px 0 !important;
      /*max-height: 60vh;*/
      width: auto;
    }  
}
@media (max-width:768px) {
    .welcome {
      margin-top:0px;
    }  
    .mainslider {
      /*max-height: 70vh;*/
    }
    .mainslider  .slick-slide {
      
      /*max-height: 60vh;*/
      width: auto;
    }  
    .mainslider .slick-slide {     
      width: auto;
      /*height: 60vh;      */
    }
}

.welcome .slick-arrow {
  z-index: 100;
}

.contacts__content a{
  transition: .3s all;
}
.contacts__content a:hover {
  color:#6DAD83;
}

.form-helper {
  position: absolute;
  right: 0;
  top:20px;
}

ul.bullit-top li:before{
  top:16px;
}

.grecaptcha-badge { 
  visibility: hidden;
}

.popular-slide__label {
  transition: all .3s;
}
.product .popular-slide__label:hover {
  opacity:.8;
} 

.welcome form {
  position:relative;
}
.welcome form .wpcf7-not-valid-tip {
  position: absolute;
}
@media (min-width:768px) { 
  .articles-sidebar {
    margin-top: 5rem;
  }
}
  
.article .info img {
  margin-top:2rem;
  margin-bottom:2rem;
}


.wpcf7-response-output {
    text-align: center;
    border: none !important;
    font-weight: 700;
}

.welcome form .wpcf7-response-output {
    position: absolute;
    left: 30px;
    bottom: -5px;
    background: #fff8e1;
    border: none;
    font-weight: 700;
}


/* FIX 2026-07: инфоблок с формой должен быть поверх фонового слайдера
   (slick в режиме fade даёт слайдам inline z-index) */
.welcome .slider-info {
  position: relative;
  z-index: 60;
  pointer-events: none;
}
.welcome .slider-info a,
.welcome .slider-info button,
.welcome .slider-info input,
.welcome .slider-info textarea,
.welcome .slider-info select,
.welcome .slider-info label,
.welcome .slider-info .select,
.welcome .slider-info .wpcf7-form {
  pointer-events: auto;
}

/* FIX 2026-07: пагинация WooCommerce в стиле темы (стандартные стили WC отключены) */
.woocommerce-pagination {
  margin: 30px 0 10px;
}
.woocommerce-pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.woocommerce-pagination ul.page-numbers li {
  margin: 0;
}
.woocommerce-pagination li .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 44px;
  height: 44px;
  padding: 0 6px;
  font-size: 14px;
  line-height: 1;
  color: #3F494B;
  text-decoration: none;
  border-radius: 50%;
  transition: 0.3s;
}
.woocommerce-pagination li a.page-numbers:hover {
  color: #6DAD83;
}
.woocommerce-pagination li span.page-numbers.current {
  background: #FFF8E1;
  font-weight: 600;
}

/* FIX 2026-07: заголовок товара (шаблон не выводил H1) */
.product-right .product_title {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 600;
  color: #3F494B;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .product-right .product_title { font-size: 22px; }
}
