@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
:root {
  --main-btn-color: #FF5F50;
  --main-blue-color: #005AAB;
  --font-lato: 'Lato', sans-serif;
  /*var(--main-btn-color)*/
}
html {
  /* font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;  */
  overflow-x: hidden;
  overflow-y: auto;
}
body{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  overflow-x: hidden;
}
a{
  text-decoration: unset;
}
ul,ol{
  list-style-type: none;
}
button, a{
  cursor: pointer;
}
.container{
  max-width: 2030px;
  margin: 0 auto;
  padding: 0 16px;
}
.default-link{
  padding-top: 24px;
  padding-bottom: 25px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  background: var(--main-btn-color);
  transition: all .2s ease;
}
.default-link:hover{
  background: #FF7364;
}
.default-long-link{
  display: block;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  background: #2C2C2C;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 37px;
  color: #fff;
  border: none;
}
.default-long-link span{
  position: relative;
}
.default-long-link span::after{
  position: absolute;
  content: '';
  top: 50%;
  right: -60px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/icons/arrow-right-white.svg');
}
.default-blue-link{
  padding: 14px 32px;
  color: #ffffff;
  background: var(--main-blue-color);
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  transition: all .3s ease;
  color: #FFFFFF;
}
.default-blue-link:hover{
  color: #2c2c2c;
  background: #fff;
}
.default-blue-link:hover svg path{
  stroke: #2c2c2c;
}
.default-section-top{
  padding: 242px 30px 100px;
  border: 1px solid #D9D9D9;
  border-top-width: 0;
  border-bottom-width: 0
}
.default-section-title{
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 70px;
  line-height: 56px;
  color: #2C2C2C;
}
div.input_error{
    font-weight: 500;
    color: var(--main-btn-color);
}




.header{
  position: relative;
  background: #ffffff;
}
.sticky__top-line{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0 25px;
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 16px;
  color: #FFFFFF;  
  text-align: center;
  background: linear-gradient(90.31deg, #005AAB 19.6%, #FF5F50 61.03%, #FFB82E 79.6%);
}
.sticky-sidebar{
    position: fixed;
    z-index: 1;
}
.sticky__top-line-inner{
  position: relative;
}
.sticky__top-line-inner .text{
  margin-right: 15px;
}
.sticky__top-line-inner .close{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: unset;
  background: transparent;
  margin-left: 20px;
}
.sticky__top-line-inner .close {
  width: 13px;
  height: 13px;
}
.sticky__top-line-inner .close img{
  max-width: 100%;
  width: 100%;
}
.header__top{
  display: flex;
  flex-wrap: wrap;
}
.header__logo{
  display: block;
}
.header__logo img{
  width: 90px;
  object-fit: cover;
}
.header__top-item{
  width: 25%;
}
.header__center{
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #DADADA;
}
.header__center-item{
  width: 25%;
  padding-right: 10px;
  padding-top: 22px;
  padding-bottom: 23px;
  padding-left: 40px;
  border-right: 1px solid #DADADA;
}
.header__center-item:first-child{
  padding-left: 30px;
}
.header__center-item:last-child{
  padding-right: 0;
  padding-left: 0;
}
.header__bottom{
  position: relative;
  z-index: 1;
  background: var(--main-blue-color);
}
.header__nav{
  display: flex;
  background: var(--main-blue-color);
}
.header__nav li::marker{
  display: none;
}
.header__top{
  padding: 12px 0 8px;
}
.header__top-item:first-child{
  display: flex;
  align-items: center;
}
.header__top-social {
  display: inline-flex;
  align-items: center;
}
.header__top-social li + li{
  margin-left: 10px;
}
.header__top-social li{
  width: 32px;
  height: 32px;
  list-style-type: none;
  border-radius: 50%;
  background: #DADADA;
}
.header__social-text{
  margin-right: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 16px;
  color: #565656;
}
.header__center .header__center-item:first-child{
  display: flex;
  align-items: center;
}
.header__logo{
  display: block;
  margin-right: 30px;
}
.header__text{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: #2C2C2C;
}
.header__top-popup{
  position: relative;
  display: flex;
  align-items: center;
}
.header__top-popup img{
  display: inline-block;
  margin-left: 15px;
}
.header__top-item:not(:first-child) .header__top-popup{
  padding-left: 30px;
}
.header__top-item:last-child .header__top-popup{
  justify-content: flex-end;
}
.header__logo img{
  object-fit: cover;
}
.header__center-link{
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  height: max-content;
}
.header__center-item:nth-child(4), .header__center-item:nth-child(3){
  display: flex;
  align-items: center;
}
.header__center-item:nth-child(4){
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
}
.header__center-item:nth-child(2) .header__text{
  margin-bottom: 14px;
}
.header__center-item:nth-child(3) .header__text{
  margin-bottom: 24px;
}
.header__phone{
  display: flex;
  align-items: center;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 24px;
  color: #2C2C2C;
}
.header__phone img{
  margin-right: 15px;
  margin-left: 0;
  width: 28px;
  height: 28px;
}
.header__center-social{
  display: flex;
}
.header__center-social li + li{
  margin-left: 32px;
}
.header__center-social a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  width: 45px;
  height: 45px;
}
.header__center-social a img{
  width: 100%;
  max-width: 20px;
}
.whatsup-social{
  background: linear-gradient(135deg, #32FF91 0%, #00890F 78.71%);
}
.telegram-social{
  background: linear-gradient(135deg, #84FAFF 0%, #006EA3 76.98%);
}
.viber-social{
  background: linear-gradient(134.61deg, #CD9BED 3.12%, #693789 76.84%);
}
.whatsup-social, .telegram-social, .viber-social{
  transition: all .3s ease;
}
.whatsup-social:hover, .discuss-whatsapp:hover{
 background: linear-gradient(135deg, #1ED15E 0%, #21D664 76.98%);
}
.telegram-social:hover, .discuss-telegram:hover{
 background: linear-gradient(135deg, #84FAFF 0%, #4FC2DA 76.98%);
}
.viber-social:hover, .discuss-viber:hover{
 background: linear-gradient(134.61deg, #B785D7 3.12%, #BA8BD9 76.84%);
}
.header .nav__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.header .nav__group , .header .nav__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: unset;
}
.header .header__bottom .nav__wrap {
  margin: 0;
  padding: 22px 50px;
}
.header .header__bottom .nav__wrap:first-child {
  margin-left: 0;
  padding-left: 30px;
}
.header .header__bottom .nav__list .nav__wrap {
  position: relative;
}
.header .header__bottom .nav__list .nav__wrap + .nav__wrap{
  border-left: 1px solid #D5D5D5;
}
.nav-mobile {
  display: none;
}
.nav-mobile__menu {
  position: absolute;
  top: 89px;
  right: 0;
  width: 50%;
  height: 100vh;
  padding: 20px 56px 0 40px;
  z-index: 10239;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
.nav-mobile__menu:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: rgba(44, 44, 44, 1);
}
.nav-mobile__menu-list{
  margin-bottom: 35px;
}
.nav-mobile__menu-list .tail{
  display: none;
}
.nav-mobile__menu-list .nav__wrap .dropdown-menu{
  display: none;
}
.nav-mobile__menu-list .nav__wrap .nav__link{
  position: relative;
  padding-bottom: 16px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #2C2C2C;
}
.nav-mobile__menu-list .nav__wrap:not(:last-child) .nav__link{
  margin-bottom: 16px;
  border-bottom: 1px solid #D5D5D5;
}
.nav__list .nav__wrap {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  border: 1px solid transparent;
}
.header .nav__link {
  display: block;
  margin: 0 15px;
  font-weight: 400;
  font-size: 25px;
  line-height: 16px;
  color: #FFFFFF;
}
.nav-mobile__menu-list .nav__wrap .nav__link span{
  position: relative;
}
.nav-mobile__menu-list .nav__wrap.with-dropdown .nav__link span::after{
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  width: 8px;
  height: 4px;
  background: url('../images/icons/black-tail.svg');
}
.nav-mobile__menu-list .nav__wrap.with-dropdown .nav__link.active span::after{
  transform: rotate(180deg) translateY(-50%);
}
.nav-mobile__menu-list .nav__wrap .dropdown-menu.active{
  display: flex !important;
  flex-direction: column;
  margin-bottom: 20px;
}
.nav-mobile__menu-list .nav__wrap .dropdown-menu .item a{
  font-size: 18px;
  line-height: 24px;
  color: #2C2C2C;
}
.nav-mobile__menu-list .nav__wrap .dropdown-menu li+li{
  margin-top: 15px;
}
.nav-mobile__button-wrap{
  padding: 33px 26px;
  border-left: 1px solid #D9D9D9;

}
.nav-mobile__write-text{
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #2C2C2C;
}
.nav-mobile__write{
  margin-bottom: 35px;
}
.nav-mobile__callback{
  margin-bottom: 30px;
  width: max-content;
  display: inline-block;
  text-decoration: underline;
  font-size: 18px;
  line-height: 16px;
  border: none;
  background-color: transparent;
  color: var(--main-blue-color);
}
.nav-mobile__email{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 16px;
  color: #2C2C2C;
}
.nav-mobile__design{
  padding: 17px 0;
  font-size: 16px !important;
  line-height: 16px !important;
}
.nav-mobile__email img{
  display: inline-block;
  margin-right: 8px;
}
.nav-mobile__social {
  display: flex;
}
.nav-mobile__social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}
.nav-mobile__social a img {
  max-width: 15px;
}
.nav-mobile__social li + li {
  margin-left: 15px;
}
.nav-mobile__button span {
  position: absolute;
  background-color: #565656;
  left: 0;
  height: 2px;
  width: 100%;
}
.nav-mobile__button {
  position: relative;
  display: block;
  width: 30px;
  height: 20px;
  background: #ffffff;
}
.nav-mobile__button span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 7px;
  background: #565656;
  border-radius: 1px;
}
.nav-mobile__button span:last-child {
  margin-bottom: 0;
}
.nav-mobile__button::before {
  top: 0;
}
.nav-mobile__button span:first-child {
  display: none;
}
.nav-mobile__button span:last-child {
  top: 50%;
  transform: translateY(-50%);
}
.nav-mobile__button::before, .nav-mobile__button::after {
  content: "";
  background-color: #565656;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-mobile__button::after {
  bottom: 0;
}
.nav-mobile__button.opened-menu{

}
.nav-mobile__button.active:before {
    background: #565656;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
}
.nav-mobile__button.active span {
  background: #565656;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.nav-mobile__button.active:after {
  background: #565656;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 5px;
}
.nav-mobile__logo{
  width: 57.77%;
  padding: 22px 0 25px;
  padding-left: 40px;
  border-right: 1px solid #D5D5D5;
}
.nav-mobile__phone-wrap{
  width: 42.22%;
}
.nav-mobile__heading{
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #2c2c2c;
}
.nav-mobile__image img{
  display: block;
  max-width: 46px;
  margin-right: 16px;
}
.nav-mobile__phone {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-mobile__phone img{
  display: inline-block;
  margin-right: 16px;
  width: 16px;
  height: 16px;
}
.nav-mobile__phone span{
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #565656;
}
.nav-mobile__search-wrapper {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border: 1px solid rgba(44, 44, 44, 0.2);
}
.nav-mobile__search-wrapper  .open_search {
  width: 16px;
  height: 16px;
  background: url('../images/icons/blue-search.svg') no-repeat;
  cursor: pointer;
}
.header .nav-mobile__search-wrapper  .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: visible;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.header .nav-mobile__search-wrapper  .search__input input {
  width: 100%;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  color: #565656;
  background: transparent;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.header .nav-mobile__search-wrapper  .search__input input::placeholder {
  color: #808080;
}
.header .nav-mobile__search-wrapper .search,
.header .nav-mobile__search-wrapper .search__input{
  width: 100%;
}
.header .nav__link:first-child {
  margin: 0;
}
.header .nav__link li {
  margin: 0;
}
.nav__list .nav__wrap .tail {
  content: url("../images/icons/arrow-menu.svg");
  margin-left: 15px;
}
.nav__list .nav__wrap > .dropdown-menu {
  padding: 40px 24px 47px;
  -webkit-box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 10%);
  margin: 0;
  right: 0px;
  left: 0px;
  border: none;
  animation: toggle_opacity 300ms;
  border-top: 1px solid #f4f4f4;
  border-radius: 0;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
}
.nav__list .nav__wrap:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  padding: 34px 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: fit-content;
  background: #1E77C7;
  border: 1px solid #FFFFFF;
  min-width: 235px;
  width: max-content;
  left: -2px;
}
.nav__list .nav__wrap > .dropdown-menu > li:first-child {
  margin: 0;
  padding-bottom: 16px;
}
.nav__list .nav__wrap > .dropdown-menu > li a {
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  color: #FFFFFF;
}
.header__bottom .nav__wrap > .dropdown-menu > li a{
    transition: all .3s ease;
}
.header__bottom .nav__wrap > .dropdown-menu > li a:hover{
    color: #D5D5D5;
}
.nav__list .nav__wrap > .dropdown-menu > li:not(:first-child) {
  margin: 0;
  padding: 16px 0;
}
.nav__list .nav__wrap:hover{
  background: #1E77C7;
  border: 1px solid #FFFFFF;
}
.search_wrapper {
  display: flex;
  align-items: center;
  /*padding: 18px 48px;*/
  background: #1E77C7  no-repeat;
}
.open_search {
  position: relative;
  width: 24px;
  height: 24px;
  background: url("../images/icons/search.png") no-repeat;
  background-size: cover;
  cursor: pointer;
  background-position: center;
}
.header__bottom .search_wrapper.open .open_search{
    border-left: 1px solid #ffffff;
}
.header__bottom .open_search{
    background: unset;
    padding: 0 48px;
    padding-left: 1;
    height: 100%;
}
.header__bottom .search_wrapper.open{
    border: 1px solid #fff;
}
.header__bottom .open_search:before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover !important;
    background-position: center;
    background: url("../images/icons/search.png") no-repeat;
}
.header .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.header__bottom .wrap.active{
  width: 250px;
  padding-left: 25px;
  transition: all 0.5s ease;
}

.header .search {
  display: none;
  visibility: visible !important;
}
.header .search__input input {
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #1D1D1D;
  background: transparent;
  padding: 15px;
  padding-right: 0;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-bottom: 1px solid #2c2c2c;
}
.header__bottom .search_wrapper{
    display: none;
    border: 1px solid transparent;
    height: unset;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    align-content: stretch;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.header__bottom .search_wrapper:hover{
    border: 1px solid #ffffff;
}
.header .header__bottom .search__input input{
    color: #ffffff;
}
.header .header__bottom .search__input input::placeholder{
    color: #e3e3e3;
}
.header__bottom .search_wrapper.open .nav__search{
  display: block;
  padding: 0 30px;
}
.header__bottom .search__input input{
  padding: 0;
}
.header .search__input input {
  border-bottom: none !important;
  padding-right: 10px !important;
  margin-left: 10px !important;
}
.header .search__button {
  display: none;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.default-white-link{
  padding: 12px 60px;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.default-white-link img, .default-black-link img{
  width: 24px;
}
.default-white-link{
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: center;
  padding: 20px 0;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #2C2C2C;
  background: #ffffff;
}
.default-black-link{
  display: flex;
  position: relative;
  width: max-content;
  padding: 31px 60px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF;
  background-color: #2c2c2c;
}
.default-white-link img, .default-black-link img{
  display: inline-block;
  margin-left: 15px;
}
.default-black-link, .sale__row button, .default-long-link{
  transition: all .2s ease;
}
.default-black-link:hover, .sale__row button:hover, .default-long-link:hover, .goods__request:hover{
  background: #404040;
}
.nav-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  /* -webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%); */
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}


/* @media (min-width: 1920px) and (max-width: 2559px){
  .container{
    max-width: 1320px;
  }
} */

@media (max-width: 2559px){
  .container{
    max-width: 1320px;
  }
  .default-section-title{
    font-size: 40px;
    line-height: 56px;
  }
  .default-section-top{
    /* padding: 160px 24px 60px; */
    padding: 80px 24px 60px;
  }
  
  
  
  .default-white-link img{
    height: 17px;
  }
  .default-long-link span::after{
    right: -40px;
    width: 24px;
    height: 24px;
  }
  .default-long-link{
    padding: 26px 0;
    font-size: 20px;
    line-height: 24px;
  }
  .sticky__top-line{
    padding: 12px 0;
    font-size: 14px;
    line-height: 16px;
  }
  .header__center-item:first-child,.header__center-item{
    padding-left: 24px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .header__center-item:nth-child(2) .header__text {
    margin-bottom: 7px;
  }
  .header__text{
    font-size: 14px;
    line-height: 16px;
  }
  .header__center-social li + li{
    margin-left: 20px;
  }
  .header__phone img{
    width: 20px;
    height: 20px;
  }
  .header__phone{
    font-size: 20px;
    line-height: 24px;
  }
  .default-link{
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 16px;
  }
  .header__logo{
    margin-right: 16px;
  }
  .header__logo img{
    width: 56px;
  }
  .header__center-social a{
    width: 28px;
    height: 28px;
  }
  .header__center-social a img{
    max-width: 12px;
  }
  .header .nav__link, .nav__list .nav__wrap > .dropdown-menu > li a{
    font-size: 16px;
    line-height: 16px;
  }
  .nav__list .nav__wrap > .dropdown-menu > li:first-child{
      padding-bottom: 5px;
  }
  .nav__list .nav__wrap > .dropdown-menu > li:not(:first-child){
      padding: 5px 0;
  }
  .open_search{
    width: 16px;
    height: 16px;
  }
  .search_wrapper{
    /*padding: 13px 30px;*/
  }
  .header__bottom .open_search{
      padding: 0 30px;
  }
  .header .header__bottom .nav__list .nav__wrap{
    padding: 13px 25px;
  }
  .default-white-link{
    padding: 12px 0;
   font-size: 14px;
   line-height: 16px;
  }
}
@media (max-width: 1439px){
  .container{
    max-width: 1170px;
  }
  .default-long-link span{
    font-size: 20px;
  }
  .default-long-link{
    padding: 20px 0;
  }
  .default-section-title {
    font-size: 38px;
  }
  .sticky__top-line, .header__text {
    font-size: 12px;
    line-height: 16px;
  }
  .sticky__top-line-inner .close img{
    width: 8px;
    height: 8px;
  }
  
  .nav__list .nav__wrap:hover > .dropdown-menu{
      padding: 16px 25px;
  }
  .header__center-item:first-child, .header__center-item{
    padding-top: 11px;
  }
  .nav__list .nav__wrap .tail{
    width: 8px;
    height: 4px;
  }
  .nav__list .nav__wrap .tail{
    margin-left: 9px;
  }
}
@media (max-width: 1023px){
  .nav-mobile {
    display: flex;
  }
  .header__inner{
    display: none;
  }
  .default-section-top{
    padding: 60px 20px 30px;
    border: 1px solid #D9D9D9;
    border-top: none;
  }
  .default-section-title{
    font-size: 28px;
    line-height: 100%;
  }
  .default-long-link{
    padding: 16px 0;
  }
  .default-long-link span{
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px){
  .container{
    /* padding: 0 36px; */
    padding: 0 16px;
  }
  .default-long-link{
    font-size: 14px;
    line-height: 16px;
  }
  .nav-mobile{
    padding: 0 16px;
  }
  .nav-mobile__phone span{
    display: none !important;
  }
  .nav-mobile__button-wrap{
    padding: 18px 12px;
  }
  .nav-mobile__logo{
    padding: 8px 0 8px 16px;
  }
  .nav-mobile__button{
    width: 20px;
    height: 14px;
  }
  .nav-mobile__phone-wrap {
    width: max-content;
    padding: 0 16px;
  }
  .nav-mobile__phone img{
    margin-right: 0;
  }
  .nav-mobile__image img{
    max-width: 40px;
    margin-right: 8px;
  }
  .nav-mobile__heading {
    font-size: 12px;
    line-height: 16px;
  }
  .nav-mobile__logo{
    width: 100%;
  }
  .nav-mobile__menu{
    top: 53px;
  }
  .nav-mobile__button.active:before{
    top: 7px;
  }
  .sticky__top-line .container{
    padding: 0 36px;
  }
  .nav-mobile__menu{
    width: 100%;
    padding: 16px 36px 16px;
  }
  .nav-mobile__search-wrapper{
    margin-bottom: 16px;

  }
  .default-section-top{
    padding: 36px 0 33px;
    border: none;
  }
  .default-section-title{
    font-size: 24px;
    line-height: 32px;
  }
  .nav-mobile__design{
    display: none;
  }
  .default-long-link span{
   font-size: 14px;
   line-height: 16px; 
  }
}
@media (max-width: 359px){
  .container{
    padding: 0 16px;
  }
  .sticky__top-line .container{
    padding: 0 16px;
  }
  .nav-mobile{
    padding: 0;
  }
  .nav-mobile__menu{
    padding: 16px;
  }
}




/*        --------------------FIXED ---------------------------*/






.fixed__budget{
  position: fixed;
  top: 467px;
  right: 0;
  z-index: 4;
}
.fixed__close{
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  transition: all .3s ease;
}
.fixed__close:hover{
    opacity: 0.5;
}
.fixed__budget-close{
  display: flex;
}
.fixed__budget-main div.input_error{
    transform: translateY(-10px);
}
.fixed__budget-top{
  position: relative;
  top: 0;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: var(--main-btn-color);
  filter: drop-shadow(0px 0px 15px rgba(255, 125, 110, 0.5));
}
.fixed__vertical-line{
  position: relative;
  width: 80px;
  height: 750px;
  z-index: 10;
  cursor: pointer;
  transition: 0.4s;
  
}

.fixed__vertical-line:hover .fixed__budget-top{
  filter: drop-shadow(0px 0px 15px rgba(255, 125, 110, 1));
}
.fixed__vertical-line:hover .fixed__budget-top img{
  transform: translateX(-5px);
}
.fixed__budget.open .fixed__vertical-line{
  right: 560px;
}
.fixed__budget.open .fixed__vertical-line .fixed__budget-top img{
  transform: rotate(180deg);
}
.fixed__budget-title{
  margin-bottom: 15px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #FFFFFF;
}
.fixed__budget-main{
  opacity: 0;
  position: absolute;
  z-index: 11;
  padding: 45px 40px 50px;
  top: 0  ;
  right: 0;
  height: 100%;
  height: 750px;
  width: 0;
  background: var(--main-blue-color);
  transform: translateX(540px);
  transition: 0.1s;
}
.fixed__budget-form .inputs{
  margin-bottom: 64px;
}
.fixed__budget-form label{
  display: inline-block;
  width: 46%;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  color: #FFFFFF;
}
.fixed__budget-form input{
  display: inline-block;
  width: 46%;
  padding: 23px 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  color: #2C2C2C;
}
.fixed__budget.open .fixed__budget-main{
  display: block;
  width: 540px;
  opacity: 1;
  transform: translateX(0);
}
.fixed__vertical-title{
  position: absolute;
  width: 80px;
  height: 750px;
  top: 0;
  white-space: nowrap;
  background: var(--main-blue-color);
}
.fixed__vertical-title p {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 50px;
  font-weight: 400;
  font-size: 25px;
  line-height: 16px;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  transform: translate(-50%, -50%) scale(-1);
}
.fixed__vertical-title p img{
  display: inline-block;
  margin-bottom: 30px;
  width: 25px;
  object-fit: cover;
}
.fixed__vertical-title .title{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.inputs__row{
  display: flex;
  justify-content: space-between;
}
.fixed__budget-form button{
  width: 100%;
  padding: 30px 0;
  text-align: center;
  border: unset;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 24px;
  color: #FFFFFF;
  background: var(--main-btn-color);
  transition: all .3s ease;
}
.fixed__budget-form button:hover{
    background: #FF7364;
}
.fixed__budget-form .input-control{
  margin-bottom: 30px;
  display: block;
  width: 100%;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #2C2C2C;
}
input::placeholder{
  color: #808080;
}
.filter {
  font-family: "Exo 2 Condensed", sans-serif;
  font-weight: 600;
  font-size: 7.5rem;
  text-transform: uppercase;
  color: #535353;
  max-width: 262px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 40; }
  .filter__block {
    margin-bottom: 25px; }
    /* .filter__block--slider {
      padding-left: 13px;
      padding-right: 13px; } */
      .filter__block--slider .filter__head {
        margin-left: -13px;
        margin-right: -13px; }
    .filter__block--category {
      margin-bottom: 10px; }
  .filter__head {
    background: #f9fafa;
    color: #535353;
    padding: 0 13px;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    font-size: 0.875rem; }
    .filter__head--category {
      background: none;
      padding-top: 0;
      padding-bottom: 0;
      color: #ae9f3d;
      height: auto;
      line-height: inherit;
      margin-bottom: 5px; }
  .filter__row {
    font-weight: 600;
    display: block;
    cursor: pointer;
    padding: 5px 55px 5px 35px;
    position: relative;
    margin: 0;
    line-height: 1.3; }
    .filter__row input[type=checkbox] {
      display: none; }
      .filter__row input[type=checkbox]:checked ~ .checkbox::after {
        color: #c6bd83;
        content: "\f374"; }
      .filter__row input[type=checkbox]:checked ~ .label {
        color: #ae9f3d; }
      .filter__row input[type=checkbox]:checked ~ .sup {
        color: #ae9f3d; }
      .filter__row input[type=checkbox]:disabled ~ .checkbox::after {
        content: "\f372"; }
      .filter__row input[type=checkbox]:disabled ~ .label {
        color: #bcbcbc;
        text-decoration: line-through; }
      .filter__row input[type=checkbox]:disabled ~ .sup {
        color: #bcbcbc; }
    .filter__row .checkbox {
      height: 12px;
      width: 12px;
      position: absolute;
      display: block;
      margin: 0;
      left: 13px;
      top: 7px; }
      .filter__row .checkbox::after {
        font-family: "Ionicons";
        content: "\f372";
        position: absolute;
        font-size: 1.0625rem;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #a0a0a0;
        font-weight: 400; }
    .filter__row .sup {
      position: absolute;
      width: 50px;
      text-align: left;
      right: 0;
      top: 6px; }
    .filter__row:hover .label {
      color: #ae9f3d; }
    .filter__row.unactive {
      cursor: default; }
    .filter__row--nosup .sup {
      opacity: 0; }
    .filter__row--color .sup {
      border: 1px solid #f0f0f0;
      height: 14px !important;
      width: 14px !important;
      border-radius: 2px;
      overflow: hidden;
      right: 21px; }
  .filter__body {
    padding: 0;
    background: #ffffff; }
    .filter__body button + button {
      margin-top: 15px; }
  .filter__button {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    color: #535353;
    background: #f9fafa;
    text-transform: uppercase;
    height: 40px;
    line-height: 38px;
    border: 0;
    padding-left: 15px;
    font-family: "Exo 2 Condensed", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    margin: 0; }
    .filter__button i {
      position: absolute;
      right: 10px;
      font-size: 0.875rem;
      top: 50%;
      transform: translateY(-50%) rotate(180deg);
      transform-origin: 50% 50%;
      transition: transform 0.35s; }
  .filter.is-active .filter__button i {
    transform: translateY(-50%) rotate(0deg); }
  .filter__cost {
    font-size: 0.75rem;
    font-weight: 600;
    color: #535353;
    font-family: "Exo 2 Condensed", sans-serif;
    text-transform: uppercase; }
    .filter__cost .table-cell {
      vertical-align: middle; }
      .filter__cost .table-cell + .table-cell {
        padding-left: 2px; }
    .filter__cost input {
      width: 44px;
      background: #f0f6f9;
      text-align: center;
      font-weight: 600;
      color: #535353;
      padding: 0;
      font-family: "Exo 2 Condensed", sans-serif;
      font-size: 0.75rem;
      height: 30px;
      line-height: 28px; }

.filter__slider {
  margin-bottom: 33px; 
}
.filter__more {
  width: 100%;
  text-align: center;
  border-top: 1px solid #eaeaea;
  text-transform: none;
  font-weight: 400;
  margin-top: -20px;
  margin-bottom: 25px; 
}
.filter__more a {
  text-decoration: none; 
}
.filter__category {
  margin-bottom: 25px; 
}
.ui-widget.ui-widget-content {
  border: 0;
  height: 4px;
  border-radius: 2px;
  background: #ffffff; 
}
.filter__popup-column .ui-slider-horizontal .ui-slider-range{
  background: #BDBCDB;
}
.ui-slider-range.ui-corner-all.ui-widget-header:nth-child(4){
   background: var(--main-btn-color); 
}
.ui-slider .ui-slider-handle {
  width: 30px;
  height: 30px;
  border: 0;
  background: none;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  background: var(--main-btn-color);
}
#fixed__budget-range.ui-slider-horizontal .ui-slider-range{
  background: var(--main-btn-color); 
}
.ui-slider .ui-slider-handle:hover{
    background: #FF7364;
}
.ui-slider .ui-slider-handle:focus {
  outline: none; 
}
.price-range-min, .price-range-max {
  position: relative;
  z-index: 10;
  display: block; 
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  color: #FFFFFF;
}
.price-range-max {
  text-align: right; }

.fixed__budget-range-row{
  margin-bottom: 25px;
}
.input__row-min, .input__row-max{
  position: relative;  
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #FFFFFF;
}
.input__row-min:after, .input__row-max:after,
.price-range-min:after, .price-range-max:after{
  content: " ₽";  
}
@media (min-width: 2560px){
   .fixed__budget{
    top: 50%;
    transform: translateY(-50%);
  } 
}
@media (max-width: 2559px){
  .fixed__budget{
    top: 250px;
  }
  .fixed__budget-top{
    display: none;
    width: 32px;
    height: 32px;
  }
  .fixed__budget-top img{
    width: 10px;
    height: 10px;
  }
  .fixed__vertical-title p{
    padding-top: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .fixed__vertical-title{
    top: 0;
    width: 32px;
    height: 324px;
  }
  .fixed__vertical-title p img{
    width: 13px;
  }
  .fixed__vertical-line {
    width: 32px;
    height: 324px;
  }
  .fixed__budget-main{
    padding: 24px 20px;
    top: 0;
  }
  .fixed__close{
    top: 24px;
    right: 20px;
  }
  .fixed__budget.open .fixed__budget-main{
    width: 320px;
  }
  .fixed__budget-title{
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }
  .fixed__budget-main{
    height: max-content;
  }
  .fixed__budget-form label{
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
  }
  .fixed__budget-form input{
    padding: 6px 20px 6px 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .fixed__budget-form .inputs{
    margin-bottom: 44px;
  }
  .price-range-min, .price-range-max{
    font-size: 16px;
    line-height: 24px;
  }
  .fixed__budget.open .fixed__vertical-line {
    right: 335px;
  }
  .ui-slider .ui-slider-handle {
    width: 18px;
    height: 18px;
  }
  .fixed__budget-range-row {
    margin-bottom: 15px;
  }
  .input__row-min span, .input__row-max span{
    display: none;
  }
  .input__row-min, .input__row-max{
    font-size: 12px;
    line-height: 16px;
  }
  .fixed__budget-form .input-control{
    margin-bottom: 16px;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
  }
  .fixed__budget-form button{
    padding: 16px 0;
    font-size: 20px;
    line-height: 24px;
  }
  .filter__slider{
    margin-bottom: 8px;
  }
}
@media (max-width: 1439px){

}
@media (max-width: 1023px){
  .fixed__budget{
    top: 225px;
  }
}
@media (max-width: 767px){
  
}












/*-------------------HERO --------------------------*/
section.hero {
  margin-top: -62px;
  z-index: 0;
  position: relative;
}
.hero__inner{
  position: relative
}
.hero__swiper-item{
  position: relative;
  max-height: 1424px;
}
.hero__swiper-item .container{
}
.hero__swiper-item-wrap{
  position: relative;
}
.hero__swiper-item-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: hidden;
  position: relative;
  padding: 360px 30px 310px;
  margin: 0 -40px;
}
/* .hero__left, .hero__right{ */
	/* padding: 0 40px; */
/* } */
.hero__left{
  max-width: 774px;
  padding: 0 40px;
}
.hero__right{
  width: 560px;
  padding: 0 40px 0 0;
}
.hero__items{
	display: flex;
	margin: 0 -16px;
}
.hero__item{
	width: 212px;
	padding: 0 16px;
}
.hero__item-inner{
	min-height: 100%;
	background: linear-gradient(180deg, #363636 0%, #2C2C2C 100%);
	box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.2);
	padding: 20px;
	text-align: center;
}
.hero__item-icon{
	margin-bottom: 15px;
}
.hero__item-title{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	color: #FFFFFF;
}
.hero__request{
	height: 480px;
	position: relative;
	z-index: 100;
	background: linear-gradient(180deg, #363636 0%, #2C2C2C 100%);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.35);
	/* padding: 20px; */
}
.hero__wrapper-frame{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.hero__frame{
	/* position: absolute; */
	width: 100%;
	height: 100%;
	/* background-image: url('../images/frame.png'); */
	/* background-repeat: no-repeat; */
}
.hero__request-info{
	text-align: center;
	padding-top: 90px;
}
.hero__request-title{
	font-weight: 700;
	font-size: 38px;
	line-height: 1.4;
	color: #FFFFFF;
	margin-bottom: 3px;
}
.hero__request-subtitle{
	max-width: 438px;
	font-weight: 400;
	font-size: 26px;
	line-height: 1.3;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin: 0 auto;
}
.hero__request-sale{
	font-weight: 800;
	font-size: 36px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #FF5F50;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	margin-bottom: 12px;
}
.hero__request-text{
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	color: #FFFFFF;
	margin-bottom: 34px;
}
.hero__request-btn{
	background-color: #FFFFFF;
	padding: 16px 126px;
	outline: none;
	border: none;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.hero__request-btn-text {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	color: #2C2C2C;
	margin-right: 15px;
}
.hero__image::after, .hero__image-mobile::after{
  position: absolute;
  z-index: 2;
  content: '';
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.1);
}
.hero__lines{
  position: absolute;
  height: 2000px;
  width: 100%;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  border-color: rgba(255,255,255,0.1);
  border-style: solid;
}
.hero__lines::before{
  position: absolute;
  z-index: 2;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  left: 25%;
  background: rgba(255,255,255,0.1);
}
.hero__lines::after{
  position: absolute;
  z-index: 2;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  right: 25%;
  background: rgba(255,255,255,0.1);
}
.hero__swiper-item {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.hero__swiper .hero__image, .hero__swiper .hero__image-mobile{
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero__swiper .hero__image::before, .hero__swiper .hero__image-mobile::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)); */
}
.hero__swiper .swiper-pagination, .goods__main .swiper-pagination {
  position: relative;
  display: flex;
  width: max-content;
  margin: 0 20px;
  color: #ffffff;
}
.hero__swiper .hero__number{
  position: absolute;
  top: 275px;
  left: 610px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 480px;
  line-height: 480px;
  color: #FFFFFF;
  opacity: 0.1;
}
.hero__swiper .hero__title{
  margin-bottom: 16px;
  /* font-family: var(--font-lato); */
  font-weight: 700;
  font-size: 74px;
  color: #fff;
}
.hero__swiper .hero__subtitle{
  margin-bottom: 30px;
  max-width: 786px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 100px;
  line-height: 110px;
  color: #FFFFFF;
}
.hero__swiper .hero__text{
  margin-bottom: 49px;
  /* max-width: 439px; */
  font-family: var(--font-lato);
  /* font-style: normal; */
  font-weight: 400;
  font-size: 36px;
  /* line-height: 42px; */
  color: #FFFFFF;
}
.hero__swiper a.hero__link{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 90px;
  padding: 40px 85px;
  width: max-content;
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 20px;
  border: none;
  color: #2C2C2C;
  background: #ffffff;
}
.hero__swiper a.hero__link:before{
  position: absolute;
  content: '';
  top: -1px;
  left: -30px;
  width: 100vw;
  height: 1px;
  opacity: 0.1;
  background: #fff;
}
.default-white-link span, .hero__swiper a.hero__link span{
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.63281 12.998H22.3828' stroke='%232C2C2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5687 5.1875L22.3809 13L14.5685 20.8125' stroke='%232C2C2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.hero__swiper a.hero__link:hover span, .default-white-link:hover span{
  background-image: url("data:image/svg+xml,%0A%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.63281 12.998H22.3828' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5687 5.1875L22.3809 13L14.5685 20.8125' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.hero__swiper a.hero__link, .default-white-link{
  transition: all .2s ease;
}
.hero__swiper a.hero__link:hover, .default-white-link:hover{
  background-color: #1E77C7;
  color: #fff;
}
.hero__swiper a.hero__link img{
  display: inline-block;
  margin-left: 15px;
}
.hero__swiper .swiper-pagination-current{
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
.hero__swiper .swiper-pagination-total{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 37px;
  color: #FFFFFF;
  opacity: 0.7;
}





.hero__swiper .swiper-button-next,
.hero__swiper .swiper-button-prev{
  position: unset;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: all .3s ease;
}
.hero__swiper .swiper-button-next:hover, 
.hero__swiper .swiper-button-prev:hover{
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.hero__swiper .swiper-button-disabled.swiper-button-next:hover, 
.hero__swiper .swiper-button-disabled.swiper-button-prev:hover{
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.hero__swiper .swiper-button-next:after{
  content: '';
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-size: 24px !important;
  background: url("../images/icons/arrow-slider-right.svg");
}
.hero__swiper .swiper-button-prev:after{
  content: '';
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-size: 24px !important;
  background: url("../images/icons/arrow-slider-left.svg");
}
.hero__swiper .swiper-navigation{
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 1;
}
@media (min-width: 768px){
  .hero__swiper .swiper-pagination-bullets{
    display: none !important;
  }
}
@media (max-width: 2559px){
  .hero__swiper-item-inner{
    padding: 225px 0 197px 24px;
  }
  .hero__swiper a.hero__link{
    margin-bottom: 80px;
    padding: 14px 48px;
    font-size: 16px;
    line-height: 20px;  
  }
  .hero__swiper-item{
    min-height: 800px;
  }
  /* .hero__swiper .hero__title{ */
    /* margin-bottom: 10px; */
    /* font-size: 70px; */
    /* line-height: 77px; */
  /* } */
  .hero__swiper .hero__subtitle{
    margin-bottom: 18px;
    max-width: 490px;
    font-size: 60px;
    line-height: 66px;
  }
  /* .hero__swiper .hero__text{ */
    /* max-width: 276px; */
    /* font-size: 20px; */
    /* line-height: 24px; */
  /* } */
  .hero__swiper .hero__number{
    top: 160px;
    left: 265px;
    font-size: 300px;
    line-height: 100%;
  }
  .hero__swiper .swiper-pagination-current{
    font-size: 24px;
    line-height: 32px;
  }
  .hero__swiper .swiper-pagination-total{
    font-size: 16px;
    line-height: 24px;
  }
  section.hero {
    margin-top: -44px;
  }
  .hero__swiper .swiper-button-next, .hero__swiper .swiper-button-prev{
    width: 40px;
    height: 40px;
  }
  .hero__swiper .swiper-pagination{
    margin: 0 20px;
  }
}
@media (max-width: 1439px){
  .hero__swiper-item {
    min-height: 640px;
  }
  .hero__swiper-item-inner{
    padding: 154px 24px 120px;
  }
  .hero__swiper .hero__title{
	display: block;
    font-size: 56px;
    line-height: 62px;
  }
  .hero__swiper .hero__subtitle{
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 56px;
  }
  .hero__swiper .hero__text{
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
  }
  .hero__swiper a.hero__link{
    margin-bottom: 10px;
    padding: 14px 32px;
  }
  .hero__swiper a.hero__link img {
    margin-left: 8px;
    width: 16px;
  }
  .hero__swiper .hero__number{
    left: 155px;
    font-size: 256px;
    line-height: 282px;
  }

}
@media (max-width: 1023px){
  .hero__lines{
    height: 1000px;
  }
  section.hero{
    margin-top: 0;
  }
  .hero__swiper-item-inner {
    padding: 230px 10px 70px;
  }
  .hero__swiper .hero__title{

  }
  .hero__swiper .hero__subtitle{
    
  }
  .hero__swiper .hero__text{
    margin-bottom: 40px;
  }
  .hero__swiper a.hero__link{
    margin-bottom: 185px;
  }
  .hero__swiper .swiper-pagination{
    margin: 0 30px;
  }
}
@media (max-width: 767px){
  .hero__swiper .swiper-pagination{
    position: absolute;
    display: block;
    left: 0;
    margin: 0 22px;
    width: calc(100% - 44px);
  }
  .hero__swiper .swiper-pagination-bullet, .goods__main .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;    
    margin: 0 !important;
    height: 3px;
    border-radius: 0;
  }
  .hero__swiper .swiper-pagination-bullet + .swiper-pagination-bullet, .goods__main .swiper-pagination-bullet + .swiper-pagination-bullet{
    margin-left: 10px !important;
  }
  .hero__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active, .goods__main .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--main-btn-color);
  }
  .hero__swiper .swiper-navigation{
    display: none;
  }
  .hero__swiper-item{
    min-height: 480px;
  }
  .hero__swiper-item-inner{
    overflow-x: unset;
    padding: 112px 0 120px;
  }
  .hero__swiper .hero__number{
    top: 48px;
    left: 133px;
    font-size: 109.065px;
    line-height: 120px;
  }
  .hero__swiper .hero__title{
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 40px;
  }
  .hero__swiper .hero__subtitle{
    font-size: 32px;
    line-height: 32px;
  }
  .hero__swiper .hero__text{
    margin-bottom: 32px;
  }
  .hero__swiper a.hero__link{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .hero__lines::after, .hero__lines::before, .hero__image::after, .hero__swiper a.hero__link:before, .hero__lines, .hero__image-mobile::after{
    display: none;
  }
  .default-white-link span, .hero__swiper a.hero__link span{
    margin-left: 8px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 12H20.5' stroke='%232C2C2C' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.8335 5.3335L20.4999 12.0002L13.8334 18.6668' stroke='%232C2C2C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .hero__swiper a.hero__link:hover span, .default-white-link:hover span{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 12H20.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.8335 5.3335L20.4999 12.0002L13.8334 18.6668' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");  }
}



/*  ----------------- PRODUCTS ------------------------*/
.products__items{
  display: flex;
  flex-wrap: wrap;
  background: #2C2C2C;
}
.products__item{
  position: relative;
  z-index: 0;
  padding: 65px 80px;
  border: 1px solid rgba(213, 213, 213, 0.1);
}
.products__item a {
  display: inline-block;
  height: max-content;
}
.products__item:first-child{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  
  width: 60%;
  padding-bottom: 180px;
}
.products__item-list-row{
  display: flex;
  flex-wrap: wrap;
}
.products__item-list-row .products__item-list:first-child{
  margin-right: 60px;
}
.products__item:nth-child(2),
.products__item:nth-child(5){
  width: 40%;
}
.products__item:nth-child(3),
.products__item:nth-child(4){
  width: 30%;
}
.products__item:first-child .products__title{
  max-width: 340px;
}
.products__title{
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 56px;
  line-height: 67px;
  color: #FFFFFF;
}
.products__title::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px;
  background: #565656;
}
.products__item-list li{
  margin-bottom: 30px;
}
.products__item-list li a, .products__item-list li span{
  font-weight: 400;
  font-size: 28px;
  line-height: 24px;
  color: #ABABAB;
  transition: all .3s ease;
}
.products__item-list li a:hover, .products__item-list li span:hover{
    color: #D5D5D5;
}
.products__item-list li .more{
  text-decoration: underline;
}
.products__item-image{
  position: absolute;
  display: none;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.products__item-image::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(44, 44, 44, 0.91), rgba(44, 44, 44, 0.91));
}
.products__item:hover .products__item-image{
  display: block;
}

@media (max-width: 2559px){
  
  .products__item:first-child .products__title{
    max-width: 210px;
  }
  .products__title{
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 35px;
    line-height: 40px;
  }
  .products__item-list li a, .products__item-list li span{
    font-size: 18px;
    line-height: 24px;
  }
  .products__item{
    padding: 40px 50px 50px;
  }
  .products__item:first-child{
    padding-bottom: 90px;
  }
  .products__item-list li{
    margin-bottom: 12px;
  }
}
@media (max-width: 1439px){
  .products__item:first-child .products__title{
    font-size: 32px;
    line-height: 40px;
  }
  .products__item-list li{
    margin-bottom: 8px;
  }
  .products__item-list li a, .products__item-list li span{
    font-size: 16px;
  }
  .products__title{
    font-size: 32px;
  }
}
@media (max-width: 1023px){
  section.products{
    display: none;
    margin-top: 0;
  }
}
@media (max-width: 767px){
  
}






/* ------------------------ SERVICES --------------------------------*/
.services__top{
  /* padding: 242px 30px 100px; */
  border: 1px solid #D9D9D9;
  border-bottom-width: 0;
}

.services__main{
  border-top: 1px solid #D9D9D9;
}
.services__items{
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #D9D9D9;
}
.services__item{
  position: relative;
  padding: 44px 35px 80px;
  width: 33.3333%;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.services__image{
  display: block;
  margin-bottom: 40px;
}
.services__image img{
  max-width: 100px;
  height: 100px;
  object-fit: cover;
}
.services__title{
  display: block;
  margin-bottom: 30px;
  font-family: var(--font-lato);
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  color: #2C2C2C;
}
.services__text{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400; 
  font-size: 28px;
  line-height: 39px;
  color: #808080;
}
.services__link{
  display: none;
}
.services__background{
  position: absolute;
  display: none;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.services__background::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(44, 44, 44, 0.91), rgba(44, 44, 44, 0.91));
}
.services__item:hover .services__background{
  display: block;
}
.services__item:hover .services__title{
  color:#ffffff;
}
.services__link:hover{

}
.services__link{
  display: none;
  height: max-content;
  padding: 10px 13px;
  background: #2C2C2C;
}
@media (max-width: 2559px){
  .services__item{
    padding: 25px 24px 45px;
  }
  .services__title{
    margin-bottom: 15px;
  }
  .services__image img{
    max-width: 55px;
    height: 55px;
  }
  .services__title{
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 32px;
  }
  .services__text{
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 1439px){
  .services__image{
    margin-bottom: 16px;
  }
  .services__image img {
    max-width: 48px;
    height: 48px;
  }
  .services__title{
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .services__item{
    padding-bottom: 24px;
  }
  .services__text {
    font-size: 16px;
  }
}
@media (max-width: 1023px){
  .services__top{
    display: none;
  }
  .services__items{
    border-left: 1px solid #D9D9D9;
  }
  .services__item{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
  }
  .services__text-wrap{
    display: flex;
    justify-content: space-between;
    width: 78%;
  }
  .services__link{
    display: flex;
  }
  .services__image{
    margin-right: 23px;
  }
  .services__text-wrap{
    margin-right: 30px;
  }
  .services__title{
    width: 41.44%;
    margin-right: 25px;
    font-size: 18px;
    line-height: 24px;
  }
  .services__text{
    width: 54.32%;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
  .services__image img {
    max-width: 35px;
    height: 35px;
  }
  .services__item:hover{
    background: #2C2C2C;
  }
  .services__item:hover .services__link{
    background: #FFFFFF;
  }
  .services__item:hover .services__link svg path{
    fill: #2C2C2C;
  }
  .services__item:hover .services__text{
    color: #ffffff;
  }
  .services__item:before, .services__item:after{
    display: none;
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    background: #2C2C2C;
  }
  .services__item:before{
    left: -30px;
  }
  .services__item:after{
    right: -30px
  }
  .services__item:hover:before,
  .services__item:hover:after{
    display: block;
  }
}
@media (max-width: 767px){
  .services__main{
    border-top: none;
  }
  .services__inner .container{
    padding: 0;
  }
  .services__items{
    border-left: none;
  }
  .services__item{
    padding: 20px 36px;
    border-right: none;
  }
  .services__title{
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .services__text-wrap{
    flex-direction: column;
  }
  .services__image{
  margin-right: 8px; 
  }
  .services__text-wrap{
    margin-right: 10px;
  }
}
@media (max-width: 359px){
  .services__item{
    padding: 20px 16px;
  }
  
}







/*  ----------------- SPACE -----------------------*/ 
.space__content{
  border: 1px solid #D9D9D9;
  border-top-style: none;
}
.space__top{
  padding: 257px 30px 60px;
}
.space__top-top{
  display: flex;
  align-items: center;
  margin-bottom: 75px;
}
.space__logo{
  display: block;
  margin-right: 50px;
}

.space__top h4{
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 56px;
  line-height: 67px;
  color: #2C2C2C;
}
.space__top-bottom{
  display: flex;
}
.space__text:first-child{
  width: 37%;
  margin-right: 100px;
  justify-content: flex-start;
}
.space__text:last-child{
  padding-left: 167px;
  width: 55%;
  justify-content: flex-end;
}
.space__text + .space__text{
  border-left: 1px solid #D5D5D5;
}
.space__text{
  display:flex;
  flex-direction: column;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 45px;
  color: #808080;
}
.space__text p+p{
  margin-top: 30px;
}
.space__video-inner{
  background: url('../images/space-back.png');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  max-height: 748px;
  height: 100%;
}
.space__video-block {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 748px;
}
.space__video-block::after{
  position: absolute;
  content: '';
  bottom: 40px;
  right: 30px;
  width: 80px;
  height: 69px;
  background: url('../images/icons/logo-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
}
.play.space__video-block::after{
    display: none;
}
.space__video{
  visibility: hidden;
}
.space__video, .space__video iframe{
  width: 100%;
  height: 100%;
  min-height: 748px;
  border: none;  
}
.space__play{
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  transform: translate(-50%,-50%);
  transition: all .3s ease;
  background: url('../images/icons/play-btn.svg');
}
.space__play:hover{
   opacity: 0.5; 
}
@media (max-width: 2559px){
  .space__top{
    padding: 160px 24px 55px;
  }
  .space__logo{
    margin-right: 32px;
  }
  .space__top h4{
    font-size: 35px;
    line-height: 42px;
  }
  .space__top-top{
    margin-bottom: 48px;
  }
  .space__text{
    font-size: 18px;
    line-height: 25px;
  }
  .space__text p+p{
    margin-top: 28px;
  }
  .space__text:last-child{
    padding-left: 110px;
  }
  .space__video-block{
    max-height: 483px;
    min-height: unset;
  }
  .space__video-inner{
    max-height: 483px;
  }
  .space__play{
    height: 90px;
    width: 90px;
    background-size: 90px;
  }
  
  .space__video, .space__video iframe{
      min-height: 483px;
  }
}
@media (max-width: 1439px){
  .space__logo img{
    max-width: 80px;
  }
  .space__top h4 {
    font-size: 32px;
    line-height: 40px;
  }
  .space__text {
    font-size: 16px;
  }
  .space__video-block, .space__video-inner{
    max-height: 425px;
  }
}
@media (max-width: 1023px){
  .space{
    display: none;
  }
}

/*  --------------IMAGE CATEGORY------------*/ 
.image-category{
  display: none;
}
.image-category__items{
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #D5D5D5;
}
.image-category__top {
  border-bottom: 1px solid #D5D5D5;
}
.image-category__item{
  min-height: 250px;
  width: 50%;
  padding: 10px;
  position: relative;
  display: block;
  z-index: 0;
  border-bottom: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}
.image-category__item-wrap{
  position: relative;
  z-index: 0;
  text-align: center;
  height: 100%;
}
.image-category__item-wrap:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: -1;
}
.image-category__subtitle{
  display: inline-block;
  padding-bottom: 8px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  border-bottom: 1px solid #ffffff;
}
.image-category__title{
  padding: 0 16px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}
.image-category__column {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px){
  .image-category{
    display: block;
  }

}
@media (max-width: 767px){
  .image-category__top{
    border-bottom: none;
    border: none;
  }
  .image-category__items{
    border-left: none;
    margin-bottom: 20px;
  }
  .image-category__item{
    padding: 0;
    margin-bottom: 24px;
    border-bottom: none;
    border-right: none;
    width: 100%;
    min-height: 191px;
  }
  .image-category__item:last-child{
    margin-bottom: 0;
  }
}
@media (max-width: 359px){

}




/* ------------------ PRODUCTS -----------------------------*/
section.products{
  position: relative;
  margin-top: -216px;
}
.category-products__items{
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #D5D5D5;
  border-top: 1px solid #D9D9D9;
}
.category-products__item:hover{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}
.category-products__items.products-2-col .category-products__item{
  width: 50%;
}
.category-products__items.products-4-col .category-products__item{
  width: 25%;
}

.category-products__items.products-4-col .category-products__tag{
  top: 10px;
  left: 10px;
}
.category-products__items.products-4-col .category-products__item {
  padding: 10px 10px 25px;
}
.category-products__items.products-4-col .category-products__item .category-products__image{
  margin-bottom: 15px;
}
.popular-products .category-products__more{
  padding-bottom: 80px;
}
 .category-products__item{
  position: relative;
  padding: 30px 30px 60px;
  width: 33.3333%;
  border-bottom: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
  transition: all .3s ease;
}
.category-products__item.products-small-banner, .category-products__item.products-big-banner{
  padding: 30px;
}
.category-products__tag{
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 60px;
  padding: 20px 24px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}
.category-products__price{
  display: flex;
  align-items: center;
}
.category-products__items.products-2-col .category-products__tag{
  top: 70px;
  left: 70px;
}
.category-products__tag.akciya{
  background-color: var(--main-btn-color);
}
.category-products__tag.hit{
  background-color: #005AAB;
}
.category-products__tag.sticker_exclusive{
  background-color: #6A00AB;;
}
.category-products__tag.sticker_completed{
  background: #FFB82E;
}
.category-products__item .category-products__image{
  margin-bottom: 30px;
}
.category-products__image img{
  width: 100%;
  object-fit: cover;
  max-height: 405px;
  height: 100%;
  min-height: 360px;
}
.category-products__item .category-products__title{
  margin-bottom: 25px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  color: #2C2C2C;
  text-transform: uppercase;
}
#product .category-products__item .category-products__title{
    min-height: 64px;
}
.category-products__price span{
  display: inline-block;
  margin-right: 16px;
  font-family: var(--font-lato);
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 24px;
}
.category-products__price .price{
  color: #2C2C2C;
}
.category-products__price .discount-price{
  color: #FF4052;
}
.category-products__price .old-price{
  line-height: 16px;
  text-decoration-line: line-through;
  color: #808080;
}
.category-products__more{
  padding: 80px 30px 0;
  border-right: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
}

@media (max-width: 2559px){
  section.products{
    position: relative;
    margin-top: -60px;
  }
  .popular-products .category-products__more{
    padding-bottom: 80px;
  }
  .category-products__item{
    padding: 28px 28px 35px;
  }
  .category-products__item.products-small-banner, .category-products__item.products-big-banner{
    padding: 28px;
  }
  .category-products__tag{
    padding: 12px 23px;
    top: 27px;
    left: 27px;
    font-size: 20px;
    line-height: 20px;
  }
  .category-products__item .category-products__image{
    margin-bottom: 20px;
  }
  .category-products__item .category-products__title{
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .category-products__price span{
    font-size: 18px;
    line-height: 24px;
  }
  .category-products__price .old-price{
    font-size: 14px;
    line-height: 16px;
  }
  .category-products__more{
    padding: 40px 24px 80px;
  }
   /* .completed-works .category-products__more{ */
    /* padding: 40px 24px 0; */
  /* } */
  
  .category-products__item{
    padding: 16px 16px 35px;
  }
  .category-products__item.products-small-banner, .category-products__item.products-big-banner{
    padding: 16px;
  }
  .category-products__items.products-2-col .category-products__tag{
    top: 32px;
    left: 32px;
  }
}
@media (max-width: 1439px){
  .category-products__item{
    padding-bottom: 16px;
    width: 50%;
  }
  .category-products .category-products__item:nth-child(n+5){
    display: none;
  }
  .category-products__tag{
    top: 36px;
    left: 36px;
    padding: 8px 16px;
    font-size: 16px;
  }
  .category-products__item .category-products__image{
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px){
  section.products{
    margin-top: 0;
  }
  .bystrye-products{
    display: none;
  }
}
@media (max-width: 767px){
  
}


/* ------------ DISCUSS ----------------------------------*/
#social-error{
    display: none !important;
}
/*.discuss_social.input_error + label .form-control__block, */
/*#social-error + label .form-control__block {*/
/*    border: 1px solid red;*/
/*} */
.discuss__inner{
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
.discuss__form-inner{
  position: relative;
  display: flex;
  background: #323232;
}
.discuss__left{
  width: 35.75%;
  color: #fff;
}
.discuss__left-inner{
  padding-right: 16.09%;
}
.discuss__title{
  position: relative;
  padding: 57px 0 35px 50px;
  margin-bottom: 20px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 56px;
  line-height: 62px;
  color: #FFFFFF;
  /* border-bottom: 2px solid #FD7060; */
}
.discuss__title::after{
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  right: 0;
  bottom: 0;
  background-color: var(--main-btn-color);
}
.discuss__info-text{
  max-width: 433px;
  margin-bottom: 30px;
  font-family: var(--font-lato);
  font-weight: 400;
  font-size: 28px;
  line-height: 39px;
  color: #A5A5A5;
}
.discuss__form-text{
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
}
.discuss__logo{
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
}
.discuss__logo img{
  max-width: 100%;
  width: 100%;
}
.discuss__info{
  padding: 0 0 78px 50px;
}
.discuss__right{
  position: relative;
  height: auto;
  width: 64.25%;
  background: url('../images/discuss-back.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.discuss__controls{
  display: flex;
  margin-bottom: 30px;
}
.discuss__controls .form-control{
  margin-right: 40px;
 
}
.discuss__form .form-control__block{
  display: flex;
  border-radius: 5px;
  padding: 15px;
}
.discuss__form .form-control__block img{
  height: 40px;
  width: 40px;
  /* width: auto; */
}
.discuss__form .form-controls label{
  cursor: pointer;
}
.discuss-whatsapp{
  transition: all .3s ease;
  background: linear-gradient(135deg, #32FF91 0%, #00890F 78.71%);
}
.discuss-telegram{
  transition: all .3s ease;
  background: linear-gradient(135deg, #84FAFF 0%, #006EA3 76.98%);
}
.discuss-viber{
  transition: all .3s ease;
  background: linear-gradient(134.61deg, #CD9BED 3.12%, #693789 76.84%);
}
.form-control {
  position: relative;
  display: block;
  text-align: center;
}
.app__checkbox {
  position: absolute;
  opacity: 0;
}
.form-controls label {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5.6px;
}
.app__checkbox:checked + label {
  border: 1px solid #ffffff;
  color: inherit;
  cursor: pointer;
}
.discuss__form .form-input{
  margin-top: 25px;
}
.discuss__form .form-input:last-child{
  margin-bottom: 35px;
}
.discuss__form .form-input input{
  display: block;
  width: 100%;
  padding: 21px 30px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  color: #ffffff;
  background: rgba(90, 88, 88, 0.2);
  border: 1px solid #FFFFFF;
}
.discuss__form input::placeholder{
  color: #808080;
}
.discuss__form button{
  display: block;
  width: 100%;
  margin-top: 35px;
  font-size: 30px;
  line-height: 22px;
  border: none;
}
.discuss__form button span{
  position: relative;
}
.discuss__form button span::after{
  position: absolute;
  content: '';
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  width: 37px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background: url('../images/icons/arrow-right-white.svg');
}
@media (max-width: 2559px){
  .discuss__title{
    padding: 35px 0 17px 46px;
    margin-bottom: 12px;
    font-size: 35px;
    line-height: 39px;
  }
  .discuss__info-text{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .discuss__form-text{
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 24px;
  }
  .discuss__form .form-control__block{
    padding: 10px;
  }
  .discuss__form .form-control__block img{
    height: 17px;
    width: 17px;
  }
  .discuss__form .form-input input{
    padding: 8px 22px;
    font-size: 16px;
    line-height: 27px;
  }
  .discuss__form .form-input{
    margin-top: 15px;
  }
  .discuss__form button{
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 27px;
    font-size: 18px;
    line-height: 22px;
  }
  .discuss__info{
    padding: 0 0 47px 45px;
  }
  .discuss__logo{
    top: 30px;
    right: 30px;
    max-width: 80px;
    width: 100%;
  }
  .discuss__form button span::after{
    width: 30px;
    height: 33px;
    right: -40px;
    background-size: 30px;
  }
  .discuss__left-inner{
    padding-right: 12.20%;
  }
}
@media (max-width: 1439px){
  .discuss__title{
    font-size: 32px;
    line-height: 35px;
  }
  .discuss__info-text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .discuss__form-text{
    font-size: 18px;
  }
  .discuss__form .form-input input{
    font-size: 14px;
    line-height: 16px;
  }
  .discuss__form button span::after {
    width: 16px;
    height: 16px;
    right: -25px;
    background-size: 16px;
  }
}
@media (max-width: 1023px){
  .discuss__inner{
    position: relative;
    padding-top: 60px;
    border-top: none;
  }
  .discuss__title{
    max-width: 310px;
    padding: 42px 0 8px 40px;
    font-size: 28px;
    line-height: 31px;
  }
  .discuss__inner:before,
  .discuss__inner:after{
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    width: 1px;
    height: 100%;
    background: #D9D9D9;
  }
  .discuss__inner:before{
    left: 16px;
  }
  .discuss__inner:after{
    right: 16px;
  }
  .discuss__form-inner:before,
  .discuss__form-inner:after{
    position: absolute;
    content: '';
    top: 0;
    width: 30px;
    height: 100%;
    background: #323232;
  }
  .discuss__form-inner:before{
    left: -30px;
  }
  .discuss__form-inner:after{
    right: -30px;
  }
  .discuss__inner .container{
    padding: 0;
    max-width: unset;
  }
  .discuss__left, .discuss__right{
    width: 50%;
  }
  .discuss__info {
    padding: 0 0 40px 40px;
  } 
  .discuss__controls .form-control {
    margin-right: 20px;
  }
  .discuss__controls {
    margin-bottom: 20px;
  }
  .discuss__form button{
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .discuss__logo {
    top: 25px;
    right: 40px;
    max-width: 46px;
  }
}
@media (max-width: 767px){
  .discuss__inner:before, .discuss__inner:after{
    display: none;
  }
  .discuss__left{
    width: 100%;
  }
  .discuss__left-inner{
    padding-right: 0;
  }
  .discuss__right{
    display: none;
  }
  .discuss__logo{
    right: 36px;
  }
  .discuss__title{
    padding: 104px 36px 6px;
    font-size: 24px;
    line-height: 32px;
  }
  .discuss__info{
    padding: 0 36px 105px;
  }
  .discuss__info-text{
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 16px; 
  }
  .discuss__form .form-control__block{
    padding: 13px;
  }
  .discuss__form .form-control__block img{
    height: 20px;
    width: 20px;
  }
  .discuss__form .form-input input {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .discuss__controls{
    margin-bottom: 24px;
  }
  .discuss__form button{
    margin-top: 24px;
  }
  .discuss__inner{
    padding-top: 0;
  }
}

@media (max-width: 359px){
  .discuss__inner{
    padding-top: 37px;
  }
  .discuss__title{
    padding: 104px 16px 6px
  }
  .discuss__info {
    padding: 0 16px 105px;
  }

}








/* --------------------- AKCII ---------------------*/
.akcii__total{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin-bottom: 30px; */
}
.akcii__wrap{
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.akcii__total-item{
  display: block;
  width: 49.25%;
  max-height: 550px;
  margin-bottom: 30px;
}
.akcii__total-item:nth-child(1), .akcii__total-item:nth-child(2){
  width: 49.25%;
}
.akcii__total-item:nth-child(n+3){
  width: 32.35%;
}
.akcii__total-item img, .akcii__item img, .sale__right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.akcii__items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.akcii__item{
  width: 32.35%;
}
.akcii__total-item:hover img, .akcii__item:hover img{
    opacity: 0.75;
    transition: all .2s ease;
}
.akcii__more{
  padding: 50px 30px 0;
  padding-bottom: 80px;
}
/* .akcii__total-item:nth-child(3){
  display: none;
} */
@media (max-width: 2559px){
  .akcii__more{
    padding-bottom: 80px;
  }
}
@media (max-width: 1279px){
  .akcii__total-item:nth-child(1){
    width: 100%;
  }
  .akcii__total-item:nth-child(2),.akcii__total-item:nth-child(3){
    width: 48.85%;
  }
  .akcii__total-item:nth-child(n+4){
    display: none;
  }
  .akcii__total-item{
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px){
  .akcii__total{
    margin-bottom: 0;
  }
  .akcii__wrap{
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
  }
  .akcii__total-item {
    width: 100%;
    max-height: 350px;
    margin-bottom: 20px;
  }
  .akcii__total-item:not(:first-child){
    width: 48%;
  }
  .akcii__items{
    display: none;
  }
  /* .akcii__total-item:nth-child(3){
    display: block;
  } */
  .akcii__more{
    padding: 30px 20px 80px;
  }
}
@media (max-width: 767px){
  .akcii__total-item{
    /* max-height: 165px; */
    margin-bottom: 24px;
  }
  .akcii__total-item:not(:first-child){
    width: 100%;
  }
  .akcii__total-item{
    margin-bottom: 24px;
    width: 100% !important;
    /* max-height: 165px; */
  }
  .akcii__total-item:last-child{
    margin-bottom: 0;
  }
  .akcii__wrap{
    border-left: none;
    border-right: none;
  }
  .akcii__more{
    padding: 24px 0 36px;
  }
  .akcii__more span{
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 359px){

}













/*---------------------------- SALE ----------------------------*/
.sale__inner{
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
.sale__row{
  padding: 125px 0; 
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}
.sale__left{
  width: 30.95%;
  padding-top: 80px;
  padding-left: 30px;
}
.sale__right{
  width: 62.5%;
}
.sale__image{
  height: 100%;
}
.sale__title{
  margin-bottom: 20px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 74.4px;
  line-height: 87px;
  color: #2C2C2C;
}
.sale__text{
  max-width: 420px;
  width: 100%;
  margin-bottom: 60px;
  max-width: 420px;
  font-family: var(--font-lato);
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 3.7rem;
  color: #565656;
}
.sale__title span{
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.sale__title span::before{
  padding: 5px;
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  left: -5px;
  width: calc(100% + 10px);
  height: 100%;
  background: var(--main-btn-color);
}
.sale__row button{
  max-width: 420px;
  width: 100%;
  padding: 31px 0;
  background-color: #2C2C2C;
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  border: none;
  color: #FFFFFF;
}
.sale__right .sale__btn{
  display: none;
}
@media (max-width: 2559px){
  .sale__row{
    padding: 50px 0;
  }
  .sale__title{
    font-size: 48px;
    line-height: 56px;
  }
  .sale__text{
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 24px;
  }
  .sale__right{
    max-height: 382px;
  }
  .sale__row button{
    padding: 16px 0;
    font-size: 20px;
    line-height: 24px;
  }
  .sale__left{
    padding-left: 24px;
    padding-top: 36px;
  }
  
}
@media (max-width: 1439px){

}
@media (max-width:1023px){
  .sale__inner{
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
  }
  .sale__row{
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
  }
  .sale__row{
    padding: 0;
  }
  .sale__right{
    margin-right: -16px;
  }
  .sale__title{
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 39px;

  }
  .sale__left{
    width: 34.79%;
    padding-bottom: 60px;
  }
  .sale__right{
    width: 61.64%;
  }
  .sale__text, .sale__row button{
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767px){
    .sale__image{
        height: auto;
    }
  .sale__inner{
    /* border-top: none;
    border-bottom: none; */
  }
  .sale__row{
    border-left: none;
    border-right: none;
  }
  .sale__inner .container{
    padding: 0;
  }
  .sale__left{
    padding: 16px 70px 24px 50px;
  }
  .sale__left, .sale__right{
    width: 100%;
    max-height: unset;
    margin-right: 0;
  }
  .sale__right .sale__btn-wrap{
    margin: 24px 36px;
  }
  .sale__right .sale__btn{
    display: block;
    max-width: unset;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }
  
  .sale__right img{
    max-height: 223px;
  }
  .sale__left .sale__btn{
    display: none;
  }
  .sale__right img{
    display: block;
  }
  .sale__title{
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
  .sale__text{
    margin-bottom: 0;
  }
  .goods__main, .goods__main .swiper-wrapper, .goods__main .swiper-slide, .goods__main .swiper-slide img {
    height: 300px;
  }
}
@media (max-width: 359px){
  .sale__left{
    padding: 16px 36px 24px;
  }
  .sale__right .sale__btn-wrap {
    margin: 24px 16px;
  }
}
/*---------------------NEWS ---------------------------------*/
.news__row-inner{
  padding: 240px 30px;
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}
.news__head{
  margin-bottom: 110px;
  display: flex;
  justify-content: space-between;
}
.news__items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news__left{
  width: 75.8%;
}
.news__right{
  width: 22.35%;
}
.news__right .news__item:first-child{
  margin-bottom: 30px;
}
.news__right .news__item{
  min-height: 392px;
  padding: 50px 40px 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-position: center !important;
}
.news__right .news__item .news__item-link{
  position: relative;
  width: max-content;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: #FFFFFF;
  transition: all .3s ease;
}

.news__right .news__item .news__item-link::after{
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: -34px;
  background-repeat: no-repeat;
  background-size: 24px !important;
  background: url('../images/icons/arrow-right-white.svg');
}

.news__right .news__item .news__item-link:hover::after{
  right: -40px;
}
.news__left .news__item .news__item-right .news__item-title{
  transition: all .3s ease;
}
.news__right .news__item .news__item-link:hover, .news__right .news__item-title:hover,
.news__left .news__item .news__item-right .news__item-title:hover{
  opacity: 0.7;
}
.news__item-date{
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #D5D5D5;
}
.news__item-title{
  display: block;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 28px;
  line-height: 39px;
  color: #FFFFFF;
  transition: all .3s ease;
}
.news__item-text{
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #D5D5D5;
}
.news__left .news__item{
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  background: #2C2C2C;
}
.news__left .news__item .news__item-left{
  width: 65.19%;
  background-position: center !important;
}
.news__left .news__item .news__item-left img{
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__left .news__item .news__item-right{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 30px 40px;
  width: 34.68%;
}
.news__left .news__item .news__item-right .news__item-date{
  margin-bottom: 50px;
}
.news__left .news__item .news__item-right .news__item-title{
  margin-bottom: 40px;
}
.news__left .news__item .news__item-right .news__item-text{
  margin-bottom: 67px;
  min-height: 240px;
}
.news__more {
  display: none;
  padding: 30px 20px 60px;
}
.news__right .news__item-date{
  margin-bottom: 8px;
}
.news__right .news__item-title{
  margin-bottom: 24px;
}
@media (max-width: 2559px){
  .news__row-inner{
    padding: 120px 0;
  }
  .news__title{
      padding-left: 24px;
  }
  .news__head a{
    padding: 16px 32px;
    font-size: 20px;
    line-height: 24px;
  }
  .news__head{
    margin-bottom: 60px;
  }
  .news__right .news__item{
    min-height: 260px;
    padding: 32px 24px;
  }
  .news__item-date{
    font-size: 16px;
    line-height: 24px;
  }
  .news__item-title{
    font-size: 18px;
    line-height: 24px;
  }
  .news__right .news__item .news__item-link{
    font-size: 14px;
    line-height: 16px;
  }
  .news__left .news__item .news__item-right .news__item-date{
    margin-bottom: 15px;
  }
  .news__left .news__item .news__item-right .news__item-title{
    margin-bottom: 24px;
  }
  .news__left .news__item .news__item-right .news__item-text{
    min-height: unset;
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 24px;
  }
  
}
@media (max-width: 1439px){
  .news__right .news__item .news__item-link::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 14px !important;
  }
  .news__right .news__item .news__item-link:hover::after{
    right: -26px;
    }
}
@media (max-width: 1023px){
  .news__left .news__item{
    flex-direction: column;
  }
  .news__title{
      padding-left: 18px;
  }
  .news__left .news__item .news__item-left,
  .news__left .news__item .news__item-right{
    width: 100%;;
  }
  .news__head a{
    display: none;
  }
  .news__head{
    margin-bottom: 30px;
  }
  .news__row-inner {
    padding: 60px 0 0;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
  }
  .news__title{
    padding-left: 20px;
  }
  .news__left{
    width: 65.48%;
  }
  .news__right{
    width: 31.5%;
  }
  .news__left .news__item .news__item-left{
    max-height: 320px;
  }
  .news__left .news__item .news__item-right{
    padding: 20px 30px 25px;
  }
  .news__left .news__item .news__item-right .news__item-date{
    font-size: 16px;
    line-height: 24px;
  }
  .news__left .news__item .news__item-right .news__item-title{
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }
  .news__left .news__item .news__item-right .news__item-text{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .news__left .default-white-link{
    width: max-content;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 16px;
  }
  .news__right .news__item {
    min-height: 260px;
    padding: 30px 24px 25px;
  }
  .news__right .news__item:first-child{
    margin-bottom: 20px;
  }
  .news__right .news__item{
    min-height: 265px;
  }
  .news__more{
    display: block;
  }
}
@media (max-width: 767px){
  .news__row-inner{
    border-left: none;
    border-right: none;
  }
  .news__row-inner{
    padding: 36px 0;
  }
  .news__title{
    padding-left: 0;
  }
  .news__left{
    margin-bottom: 24px;
    width: 100%;
  }
  .news__right{
    width: 100%;
  }
  .news__more{
    padding: 24px 0 0;
  }
  .news__more span::after{
    display: none;
  }
  .news__left .news__item .news__item-left{
    max-height: 278px;
  }
  .news__left .news__item .news__item-right{
    padding: 24px 25px 24px;
  }
  .news__left .news__item .news__item-right .news__item-date{
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
  }
  .news__item-text{
    margin-bottom: 16px;
  }
  .news__right .news__item:first-child{
    margin-bottom: 24px;
  }
  .news__right .news__item{
    min-height: 160px;
  }
  .news__right .news__item{
    padding: 24px;
  }

}

/* ----------------------- BREADCRUMBS --------------------------*/
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  padding: 23px 24px 16px;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #808080;
}
.breadcrumbs__item:after {
  content: '/';
  display: block;
  margin-left: 8px;
}
.breadcrumbs__item:last-child:after {
  content: '';
}
.goods__side .goods__main .swiper-button-next:after, .goods__side .goods__main .swiper-button-prev:after {
  content: '';
  top: 0;
  left: 0;
  width: 9px;
  height: 16px;
  background-size: 9px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background: url("data:image/svg+xml,%0A%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.70711 7.29289C9.09763 7.68342 9.09763 8.31658 8.70711 8.70711L2.34315 15.0711C1.95262 15.4616 1.31946 15.4616 0.928932 15.0711C0.538408 14.6805 0.538408 14.0474 0.928932 13.6569L6.58579 8L0.928932 2.34315C0.538408 1.95262 0.538408 1.31946 0.928932 0.928932C1.31946 0.538408 1.95262 0.538408 2.34315 0.928932L8.70711 7.29289ZM7 7H8V9H7V7Z' fill='white'/%3E%3C/svg%3E%0A");
}
.goods__side .goods__main .swiper-button-prev:after {
  transform: rotate(180deg);
}
.goods__side .goods__main .swiper-button-next, .goods__side .goods__main .swiper-button-prev{
  width: 40px;
  height: 40px;
  background: rgba(44, 44, 44, 0.7)
}
.goods__side .goods__main .swiper-button-prev{
  left: 30px;
}
.goods__side .goods__main .swiper-button-next{
  right: 30px;
}

@media (max-width: 1023px){

}
/* ---------------- PRODUCT----------------*/


.popup {
  max-width: 560px;
  margin: 0 auto;
}


.goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.goods__wrap{
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.goods__side:first-child {
  position: relative;
  z-index: 0;
  width: 57.75%;
}
.goods__side:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 37.94%;
  margin-right: 16px;
  margin-bottom: 24px;
}
.goods__side-top{
  margin-bottom: 35px;
}
.goods__slides {
  position: relative;
  margin-bottom: 0;
}
.goods__slides_main {
  position: relative;
}
.goods__heading-wrap{
 display: none;
  margin-bottom: 24px;
}
.goods-page .goods__heading{
  border: none;
  padding: 0;
}
.goods__heading {
  display: flex;
  align-items: flex-end;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #2C2C2C;
}
.goods__buttons{
  display: flex;
  margin-bottom: 24px;
}
.goods__side-top h1{
  margin-bottom: 24px;
}
.goods__button{
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #2C2C2C;
  background: #D5D5D5;
  border: none;
  font-family: 'Nunito Sans', sans-serif;
}
.goods__button.active{
  color: #ffffff;
  background: #2C2C2C;
}
.goods__cost{
  margin-bottom: 16px;
}
.cost__price-top{
  display: flex;
  margin-bottom: 8px;
}
.cost__price-old{
  margin-right: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: line-through;
  color: #808080;
}
.cost__price-discount{
  padding: 0 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  background: #FF5F50;
}
.cost__price, .cost__price p{
  margin-right: 6px;
  font-family: var(--font-lato);
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #2C2C2C;
}
.cost__price span{
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #808080;
}
.cost__price p{
  display: inline-block;
}
.goods__option label{
  display: inline-block;
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #2C2C2C;
}
.fake-checkbox__wrap .label {
  white-space: unset;
  margin: 0 auto;
  display: flex;
}
.fake-checkbox__wrap input[type="checkbox"] {
  width: 0;
  height: 0;
  margin-right: 0;
  visibility: hidden;
  display: unset;
}
.fake-checkbox {
  background: #2c2c2c;
}
.fake-checkbox {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #2c2c2c;
}
.fake-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 16px;
  height: 16px;
  color: #FFFFFF;
  background-color: #2c2c2c;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1.83203 5.00002L3.91626 8.33335L10.1654 1.66669' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  opacity: 0;
}
.form-checkbox:checked + .fake-checkbox::before, .form-checkbox:checked + .input_error + .fake-checkbox::before {
  opacity: 1;
}
.fake-checkbox__label{
  display: inline-block;
  margin-left: 8px;
}
.goods__option + .goods__option{
  margin-top: 8px;
}
.goods__slides-wrap{
  position: relative;
}
.goods__processes{
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
}
.goods__process{
  display: flex;
  align-items: center;
  width: 25%;
  padding: 26px 24px;
  border-bottom: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}
.goods__process img{
  display: inline-block;
  margin-right: 16px;
}
.goods__process span{
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #2C2C2C;
}
.goods__request{
  width: 50%;
  padding: 14px 0;
  background: #2C2C2C;
  border: 1px solid #2C2C2C;  
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.goods__delivery{
  /* margin-bottom: 8px; */
  margin-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #808080;
}
.goods__row{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordeon .tab-label {
  display: inline-block;
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  padding: 80px 24px 8px;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #2C2C2C;
  align-items: center;
}
.accordeon input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordeon .tab__row{
  display: flex;
  justify-content: space-between;
  padding: 0 23px;
  border-bottom: 1px solid #d5d5d5;
}
.accordeon .tab-content .tab__row p{
  padding: 0
}

.accordeon .tab__row a.loaded__popup{
  display: inline-block;
  padding-bottom: 16px;
  width: calc(50% - 11px);
}
.accordeon .tab__row a.loaded__popup img{
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordeon .tab__row a.loaded__popup:first-child, .accordeon .tab__row a.loaded__popup:nth-child(2n+1){
  padding-right: 16px;
}
.accordeon .tab__left{
  padding: 0 33px 0 0;
  width: 50%;
  border-right: 1px solid rgba(213, 213, 213, 1);
}
.accordeon .tab__right{
  width: 50%;
  padding: 0 0 0 33px;
}
/* .accordeon .tab-content{
  padding: 0 23px;
} */
/* .accordeon .tab:first-child .tab-content{
  border-bottom: 1px solid #D5D5D5;
} */
.accordeon .tab-content p{
  margin-bottom: 32px;
  padding: 0 23px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #2C2C2C;
}
.accordeon .tab-content p span{
  color: rgba(128, 128, 128, 1);
}
.description__list-row{
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.description__list-row:not(:last-child){
  border-bottom: 1px solid #D5D5D5;
}
.description__list-title{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
}
.description__list-text{
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #2C2C2C;
}
.description__list-title, .description__list-text{
  width: 48%;
}

.tabs{
  padding-bottom: 80px;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.tab__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #d5d5d5;
}
.tab__grid-item{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 24px;
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  transition: all .3s ease;
}
.tab__grid-item:hover{
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}
.tab__grid-image{
  display: inline-block;
  margin-bottom: 16px;
  cursor: default;
}
.tab__grid-image img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab__grid-title{
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #2C2C2C;
}
.tab__more{
  padding: 40px 16px 0;
}
.goods__slides .category-products__tag{
  top: 24px;
  left: 24px;
}
.goods__slides .swiper {
  width: 100%;
  /* height: 100%; */
}

.goods__slides .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.goods__slides .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 
.goods__slides .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
} */
.goods__slides .swiper-slide {
  background-size: cover;
  background-position: center;
}
.goods__main {
  height: 100%;
  width: 100%;
  
}
.goods__main, .goods__main .swiper-wrapper, .goods__main .swiper-slide, .goods__main .swiper-slide img{
  height: 430px;
}
.goods__main .swiper-slide{
  display: block;
}
.goods__thumbs {
  position: absolute;
  bottom: 0;
  height: 20%;
  box-sizing: border-box;
  padding: 0 20px;
  background: rgba(44, 44, 44, 0.7);
}
.goods__thumbs .swiper-slide {
  padding: 10px;
  width: 25%;
  height: 100%;
  background: transparent;
}
.goods__thumbs .swiper-slide:hover{
  background: #464646;
  cursor: pointer;
}
.goods__thumbs .swiper-slide-thumb-active,  .goods__thumbs .swiper-slide-thumb-active:hover{
  opacity: 1;
  background: #2C2C2C;
}
.technic__items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.goods__main .swiper-pagination{
  display: none;
}

.goods__main .swiper-pagination-bullet-active{

}
.technic__items-mobile, .tab__grid-mobile{
  display: none;
}

@media (min-width: 1920px){
  /* .goods__main, .goods__main .swiper-wrapper, .goods__main .swiper-slide, .goods__main .swiper-slide img {
    max-height: 550px;
  } */
}
@media(max-width: 1440px) {
	.hero__request-subtitle {
		max-width: 330px;
	}
	.hero__request-btn{
		padding: 16px 60px;
	}
}
@media(max-width: 1100px) {
	.hero__right{
		display: none;
	}
}
@media(max-width: 668px) {
	.hero__items{
		margin: 0 -10px;
	}
	.hero__item{
		width: 33.3%;
		padding: 0 10px;
	}
}
@media (max-width: 525px){
	.hero__swiper .hero__subtitle, .hero__swiper .hero__title, .hero__swiper .hero__text{
		min-height: 0 !important;
	}
	.hero__swiper-item-inner {
		display: block;
	}
	.hero__request{
		height: 400px;
	}
	.hero__request-info {
		padding: 0;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.hero__items{
		display: none;
	}
    .hero__right{
		display: block;
		width: auto;
		padding: 0 40px;
	}
	.hero__request-title, .hero__request-subtitle, .hero__request-text{
		padding: 0 25px;
	}
	.hero__request-text {
		margin-bottom: 15px;
	}
}
@media (max-width: 420px){
	.hero__request-title {
		font-size: 28px;
	}
	
	.hero__request-subtitle {
		max-width: 320px;
		font-size: 22px;
	}
	
	.hero__request-sale {
		font-size: 26px;
	}
	
	.hero__request-btn {
		padding: 12px 20px;
	}
}
@media (min-width: 1440px){
  .tab__grid-title{
    font-size: 29px;
    line-height: 35px;
  }
  .accordeon .tab-label{
    font-size: 38px;
  }
  .accordeon .tab-content p{
    font-size: 20px;
    line-height: 27px;
  }
  .description__list-title{
    font-size: 20px;
    line-height: 27px;
  }
  .description__list-text{
    font-size: 18px;
    line-height: 20px;
  }
  .goods__process span{
    font-size: 20px;
    line-height: 25px;
  }
  .goods__main, .goods__main .swiper-wrapper, .goods__main .swiper-slide, .goods__main .swiper-slide img {
    height: 550px;
  }
  .goods__heading{
    font-size: 35px;
    line-height: 40px;
  }

}
@media (max-width: 1023px){
  .goods__buttons{
    flex-direction: column;
  }
  .goods__side-top h1{
    display: none;
  }
  .goods__side:first-child{
    width: 65.79%;
  }
  .goods__side:last-child{
    width: 28.85%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .goods__heading-wrap{
    display: block;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .goods__row .goods__delivery{
    display: none;
  }
  .goods__request{
    width: 100%;
  }
  .breadcrumbs{
    padding: 20px 20px 16px;
  }
  .goods__delivery{
    margin-left: 15px;
    color: #2c2c2c;
  }
  .goods__slides .category-products__tag{
    top: 14px;
    left: 20px;
  }
  .goods__side .goods__main .swiper-button-next{
    right: 20px;
  }
  .goods__side .goods__main .swiper-button-prev {
    left: 20px;
  }
  .cost__price-old{
    margin-right: 10px;
  }
  .cost__price{
    display: flex;
    flex-direction: column;
  }
  .goods__cost{
    margin-bottom: 25px;
  }
  .goods__main, .goods__main .swiper-wrapper, .goods__main .swiper-slide, .goods__main .swiper-slide img {
   height: 350px;
  }
  .goods__thumbs{
    height: 28%;
    padding: 0 11px;
  }
  .goods__thumbs .swiper-slide{
    padding: 14px 9px;
  }
  .goods__process{
    width: 50%;
    padding: 10px 20px;
  }
  .goods__process span{
    font-size: 16px;
    line-height: 24px;
    color: #808080;
  }
  .goods__process:nth-child(1){
    order: 1;
  }
  .goods__process:nth-child(2){
    order: 3;
  }
  .goods__process:nth-child(3){
    order: 2;
  }
  .goods__process:nth-child(4){
    order: 4;
  }
  .accordeon .tab-label{
    padding: 60px 20px 8px;
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 100%;
  }
  .accordeon .tab__row{
    padding: 0 20px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .accordeon .tab-content p{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .accordeon .tab__left{
    border-right: none;
    padding-right: 0;
  }
  .accordeon .tab__left, .accordeon .tab__right{
    width: 100%;
  }
  .accordeon .tab__right{
    margin-top: 20px;
    padding-left: 0;
  }
  .accordeon .tab__row a.loaded__popup{
    /* max-height: 250px; */
    padding-top: 11px;
    padding-bottom: 8px;
    width: 50%;
    border-bottom: 1px solid #d5d5d5;
  }
  .accordeon .tab__row a.loaded__popup:first-child, .accordeon .tab__row a.loaded__popup:nth-child(2n+1){
    padding-right: 10px;
    border-right: 1px solid #d5d5d5;
  }
  .accordeon .tab__row a.loaded__popup:nth-child(2), .accordeon .tab__row a.loaded__popup:nth-child(2n+2){
    padding-left: 10px;
  }
  .technic__items{
    width: calc(100% + 40px);
    margin-left: -20px;
    border-top: 1px solid #d5d5d5;
  }
  .tab__grid{
    grid-template-columns: repeat(3, 1fr);
  }
  .tab__grid-item{
    padding: 20px 12px;
  }
  .tab__more {
    padding: 30px 20px 0;
  }
  .goods__button{
    padding: 11px 8px;
  }
  
}
@media (max-width: 767px){
  .goods__processes{
    display: none;
  }
  .container{
    
  }
  .goods__side:first-child, .goods__side:last-child{
    width: 100%;
    margin-right: 0;
  }
  .goods__side .goods__main .swiper-button-next, .goods__side .goods__main .swiper-button-prev{

  }
  .goods__thumbs{
    display: none;
  }
  .goods__main .swiper-pagination{
    display: flex;
    margin: 0 auto;
  }
  .goods__side:first-child {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .goods__side .goods__main .swiper-button-prev {
    left: 36px;
  }
  .goods__side .goods__main .swiper-button-next {
    right: 36px;
  }
  .goods__slides .category-products__tag{
    display: none;
  }
  .breadcrumbs {
    padding: 12px 20px;
  }
  .goods__heading{
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 24px;
  }
  .goods__heading{
    flex-direction: column;
    align-items: flex-start;
  }
  .goods__delivery{
    margin: 0;
  }
  .goods__heading-wrap{
    margin-bottom: 12px;
  }
  .goods__buttons{
    width: calc(100% + 32px);
    margin-left: -16px;
    flex-direction: row;
    margin-bottom: 16px;
  }
  .goods__button{
    width: 50%;
  }
  .breadcrumbs{
    padding-left: 0;
    padding-right: 0;
  }
  .breadcrumbs, .goods__wrap, .tabs{
    border: none;
  }
  .cost__price-top {
    margin-bottom: 4px;
  }
  .cost__block,.goods__options, .goods__row{
    padding: 0 20px;
  }
  .goods__cost {
    margin-bottom: 12px;
  } 
  .cost__price {
    flex-direction: row;
    align-items: baseline;
  }   
  .cost__price p {
    margin-right: 12px;
  }
  .goods__option + .goods__option {
    margin-top: 12px;
  }
  .fake-checkbox__label {
    margin-left: 12px;
  }
  .goods__side-top {
    margin-bottom: 24px;
  }
  .goods__side:last-child{
    margin-bottom: 0;
  }
  .accordeon .tab-label{
    padding: 40px 20px 8px;
    font-size: 24px;
    line-height: 29px;
  }
  .accordeon .tab-content p{
    margin-bottom: 15px;
  }
  .technic__items-mobile{
    display: block;
    overflow: visible;
  }
  .technic__items{
    display: none;
  }
  .accordeon .tab__row a.loaded__popup{
    border: 1px solid #d5d5d5;
    padding: 0 !important;
    filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.08));
  }
  .accordeon .tab__row a.loaded__popup img{
    display: block;
  }
  .technic__items-mobile .swiper-pagination{
    position: unset;
    bottom: 0;
    left: 0;
    margin-top: 20px;
  }
  .technic__items-mobile  .swiper-pagination-bullet{
    margin: 0 8px;
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #D5D5D5;
  }
  .technic__items-mobile  .swiper-pagination-bullet-active{
    background: #FF5F50;
  }
  .tab__grid{
    border-top: 0;
  }
  .goods__side .goods__main .swiper-button-prev {
    left: 16px;
  }
  .goods__side .goods__main .swiper-button-next {
    right: 16px;
  }
  .tab__grid{
    display: none;
  }
  .tab__grid-mobile{
    display: block;
    padding:  0 20px;
    overflow: visible;
  }
  .tab__grid-item{
    border: 1px solid #E9E9E9;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.08);
  }
  .accordeon .tab__row{
    border: none;
  }
  .description__list-row:last-child {
    border-bottom: 1px solid #D5D5D5;
  }
  .tab__grid-image img{
    max-height: 190px;
    width: auto;
  }
  .tab__grid-title{
    font-size: 18px;
    line-height: 32px;  
  }
  .tab__grid-image{
    height: 190px;
    margin-bottom: 25px;
  }
  .tab__grid-item{
    padding: 30px 20px 40px;
  }
  
}
@media (max-width: 475px){
  .goods__button:last-child{
    padding: 11px 22px;
    text-align: left;
  }
}
@media (max-width: 359px){
  .breadcrumbs, .goods__heading-wrap,.cost__block, .goods__options, .goods__row,.accordeon .tab__row,.accordeon .tab-label, .accordeon .tab-content p, .tab__grid-mobile, .tab__more{
    padding-left: 0;
    padding-right: 0;
  }
}



/*---------------CATALOG--------------------*/
h1.section__heading{
  font-size: 32px;
  line-height: 56px;
}
.section__heading-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section__heading-wrap {
  padding: 0 24px;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.contacts .section__heading-wrap{
  padding-right: 0;
}
#product .page__wrap{
  border-left: 1px solid #d5d5d5;
}
.page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sidebar__wrap {
  width: 23.76%;
  height: max-content;
  border-bottom: 1px solid #d5d5d5;
  
}
.sidebar{
  padding: 16px 24px;
  border-top: 1px solid #d5d5d5;
}
.page__content {
  width: 76.23%;
}
.filter-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #2C2C2C;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;

}

.filter-mobile:before {
  /* content: url(../img/icons/filter.svg); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #1D1D1D;
}
.filter-mobile {
  display: none;
  
}
/* #product .page__content{
  border: 1px solid #d5d5d5;
} */
.page__sidebar-category{
  margin-bottom: 11px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #2C2C2C;
}
.sidebar__item+.sidebar__item{
  margin-top: 12px;
}
.sidebar__head{
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #808080;
}
.sidebar__item.active .sidebar__head {
  color: var(--main-blue-color);
}
.sidebar__head:hover{
  color: var(--main-blue-color);
}
.sidebar__item.active .sidebar__head::before {
  content: '— ';
}
.sidebar__elem{
  display: none;
}
.page__content-row{
  display: flex;
  justify-content: space-between;
  /* padding: 20px 24px; */
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.catalog-filter__button{
  width: 27.78%;
  position: relative;
  border: none;
  text-align: center;
  background-color: transparent;
  border-left: 1px solid #d5d5d5;
}
.page___content-title{
  width: 72.22%;
  padding: 13px 21px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #2C2C2C;
}
.sort__content-row{
  align-items: center;
  padding: 15px 20px 5px;
}
.catalog-filter__button span{
  margin-left: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #2C2C2C;
}
.catalog-filter__button svg{
  display: inline-block;
}
.catalog-filter__button.active span{
  color: var(--main-btn-color);
}
.catalog-filter__button.active svg path{
  fill: var(--main-btn-color);
}
.filter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  padding: 6px 8px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #2C2C2C;
  background: #E8E8E8;
}
.filter__item:hover{
  background: #d3d0d0;
}
.filter__item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 15px;
  cursor: pointer;
}
.category-product__sort-wrap{
  position: relative;
}
.category-product__sort-list.active{
  display: block;
}
.category-product__sort-list{
  padding: 14px 14px 21px;
  display: none;
  position: absolute;
  z-index: 3;
  top: 25px;
  right: 0;
  width: 100%;
  min-width: 165px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.sidebar__select .select__head{
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #2C2C2C;
}
.filter__sidebar{
  padding: 0;
}
.sidebar__select .select__list{
  margin-top: 16px;
}
.sidebar__select .select__head::after{
  position: absolute;
  right: -15px;
  bottom: 50%;
  transform: translateY(50%);
  display: block;
  width: 8px;
  height: 4px;
  content: '';
  transition: .2s ease-in;
  background: url("../images/icons/arrow-bottom.svg") no-repeat center/cover;
}
.catagory-product__sort-item{
  position: relative;
  padding-left: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #2C2C2C;
  cursor: pointer;
}
.sidebar__select{
  padding: 16px 24px;
}
.sidebar__select:not(:last-child){
  border-bottom: 1px solid #d5d5d5;
}
.catagory-product__sort-item.active::before{
  position: absolute;
  left: 0;
  content: url('../images/icons/check.svg');
}
.catagory-product__sort-item:not(:last-child){
  margin-bottom: 12px;
}
.category-product__sort-btn{
  position: relative;
  padding-right: 20px;
  background: transparent;
  border: none;
  font-size: 14px;
  line-height: 16px;
  color: #2C2C2C;
  font-family: "Nunito Sans", sans-serif;
  cursor: pointer;
}
.category-product__sort-btn::before{
  position: absolute;
  content: '';
  right: 4px;
  top: 50%;
  width: 8px;
  height: 4px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background: url('../images/icons/arrow-bottom.svg');
}
.products-small-banner__inner{
  position: relative;
  z-index: 0;
  height: 100%;
  padding: 50px 16px 40px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.products-small-banner__inner::before{
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(128.76deg, #25282B 0%, rgba(37, 40, 43, 0.5) 100%);
}
.products-small-banner__title{
  margin-bottom: 16px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}
.products-small-banner__title span{
  position: relative;
  z-index: 0;
}
.products-small-banner__title span::before{
  position: absolute;
  z-index: -1;
  content: '';
  top: 0px;
  left: -4px;
  width: calc(100% + 7px);
  height: calc(100% + 2px);
  background: var(--main-btn-color);
}
.products-small-banner__text{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.products-small-banner__button{

}
.products-small-banner__top{
  margin-bottom: 50px;
}
.products-small-banner__column{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.products-big-banner{
  width: 100% !important;
}
.products-big-banner__inner{
  position: relative;
  padding: 60px 40px 40px;
  z-index: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.products-big-banner__inner::before{
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(128.76deg, #25282B 0%, rgba(37, 40, 43, 0.5) 100%);
}
.products-big-banner__inner::after{
  position: absolute;
  z-index: -1;
  content: '';
  bottom: 30px;
  right: 30px;
  width: 82px;
  height: 70px;
  background: url('../images/icons/logo-white.svg');
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.products-big-banner__top{
  margin-bottom: 35px;
}
.products-big-banner__title{
  margin-bottom: 20px;
  font-family: var(--font-lato);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
}
.products-big-banner__text{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.7;
}
.pagination__row{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.pagination__next{
  padding: 16px 0;
  width: 94.8%;
  text-align: center;
  border-right: 1px solid #d5d5d5;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #2C2C2C;
  cursor: pointer;
}
.pagination{
  position: relative;
  width: 5.2%;
}
.select{
  position: relative;
}
.pagination .select {
  
  height: 100%;
  position: relative;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #2C2C2C;
}
.pagination .select__head{
  text-align: center;
  padding-right: 12px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .select__head.open {
  /* border: 1px solid #FFC41E; */
  border-radius: 4px;
}
.pagination .select__head::after {
  position: absolute;
  right: 12px;
  bottom: 50%;
  transform: translateY(50%);
  display: block;
  width: 8px;
  height: 4px;
  content: '';
  transition: .2s ease-in;
  background: url("../images/icons/arrow-bottom.svg") no-repeat center/cover;
}
.pagination .select__head.open::after {
  transform: translateY(50%) rotate(180deg);
}
.pagination .select__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  max-height: 125px;
  margin: 0;
  padding: 0;
  display: none;
  border: 1px solid #d5d5d5;
  overflow-x: hidden;
  overflow-y: auto;
  background: #FFF;
}
.pagination .select__list .select__item {
  position: relative;
  padding: 2px 16px;
  line-height: 20px;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  list-style-type: none;
  text-align: center;
}
.category-products__description{
  padding: 35px 30px 60px;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #808080;
}
.filter__choises_menu{
  display: flex;
  flex-wrap: wrap;
}
.products-big-banner__button{
  display: flex;
  align-items: center;
}
.products-big-banner__button svg{
  margin-left: 10px;
}
.category__content-row{
  position: relative;
}
.filter__popup.opened{
  display: block;
}
.filter__popup{
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 30px;
  z-index: 4;
  background: #ffffff;
  border: 1px solid #D5D5D5;
}
.filter__mobile-show{
  display: none;
}
.filter__popup-columns{
  display: flex;
  justify-content: space-between;
}
.filter__popup-column:not(:last-child){
  width: 18.87%;
}
.filter__popup-column:last-child{
  display: flex;
  flex-direction: column;
  width: 35.22%;
}
.filter__popup-column .inputs__row label{
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2C2C2C;
}
.filter__popup-title{
  margin-bottom: 16px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #2C2C2C;
}
.filter__popup-column .inputs__row input{
  padding: 10px 20px;
  width: 49%;
  font-size: 14px;
  line-height: 16px;
  background: #F0F0F0;
  border: 1px solid #D5D5D5;
}
.filter__popup-column .inputs{
  margin-bottom: 15px;
}
.filter__popup-column  .filter__block .inputs__row{
  margin-bottom: 10px;
}
.filter__popup-column .input__row-min:after,.filter__popup-column  .input__row-max:after{
  display: none;
}
.filter__popup-column button[type="submit"]{
  border: none;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
}
.inputs__column{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox + label {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  color: #2c2c2c;
  cursor: pointer;
}
.checkbox + label:before {
  content: '';
  margin-right: 15px;
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #BDBCDB;;
}
.page__checkbox input[type="checkbox"] + label:before {
  display: inline-block !important;
}
.select.filter .checkbox:checked + label:before {
  background: #1A56B0;
  border: 1px solid #1A56B0;
}
.checkbox:checked + label:before{
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
}
.checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: -2px;
  background: none;
  width: 12px;
  height: 25px;
  background: url('../images/icons/check-white.svg');
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  /* -webkit-box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
  box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); */
}
.page__checkbox:not(:last-child){
  margin-bottom: 12px;
}
.filter__popup-column .input__row-min, .filter__popup-column .input__row-max{
  color: #2c2c2c;
}
.filter-range-min, .filter-range-max {
  position: relative;
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2c2c2c;
}
.filter__block .inputs__row{
  margin-bottom: 14px;
}
.filter-range-min:after, .filter-range-max:after {
  content: " ₽";
}
.filter__popup-close{
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.filter__popup-close:hover{
  opacity: 0.7;
}
.filter__popup-column .filter__slider .ui-widget.ui-widget-content{
  background: #BDBCDB;
}
@media (min-width: 1920px){
  .sidebar__head {
    font-size: 18px;
    line-height: 30px;
  }
  .page__sidebar-category {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 28px;
  }
  .page___content-title{
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .catalog-filter__button span {
    font-size: 20px;
    line-height: 20px;
  }
  .category-product__sort-btn {
    font-size: 18px;
    line-height: 21px;
  }
  .catagory-product__sort-item {
    font-size: 16px;
    line-height: 19px;
  }
  .filter__item {
    padding: 11px;
    font-size: 18px;
    line-height: 19px;
  }
  .filter__popup-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 25px;
  }
  .checkbox + label {
    font-size: 19px;
    line-height: 28px;
  }
  .filter__popup-column .inputs__row label {
    font-size: 18px;
    line-height: 20px;
  }
  .filter__popup-column .input__row-min, .filter__popup-column .input__row-max {
    font-size: 18px;
    line-height: 20px;
  }
  .filter__popup-column .filter__slider{
    margin-bottom: 20px;
  }
  .filter-range-min, .filter-range-max {
    font-size: 19px;
    line-height: 30px;
  }
  .filter__popup-column .inputs__row input {
    font-size: 20px;
    line-height: 22px;
  }
  .filter__popup-column button[type="submit"]{
    font-size: 22px;
    line-height: 25px;
  }
  .sidebar__select .select__head {
    font-size: 22px;
    line-height: 30px;
  }
  .checkbox:checked + label:after {
    left: 2px;
    top: 6px;
    width: 16px;
    height: 25px;
  }
  .products-small-banner__title{
    font-size: 32px;
    line-height: 40px;
  }
  .products-small-banner__text, .products-big-banner__text  {
    font-size: 20px;
    line-height: 28px;;
  }
  .default-blue-link{
    font-size: 21px;
    line-height: 24px;
  }
  .category-products__description{
    font-size: 18px;
    line-height: 26px;
  }
  .pagination__next{
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 2560px){
  .products-small-banner__inner{
    padding: 50px 40px 40px;
  }

}

@media (max-width: 2559px) and (min-width: 1280px){
  .products-small-banner__inner{
    padding: 50px 21px 40px;
  }

}
@media (max-width: 1023px){
  .filter__mobile-show{
    display: block;;
  }
  .filter__popup-columns{
    display: none;
  }
  .mobile-filter__top{
    display: flex;
    border-bottom: 1px solid #d5d5d5;
  }
  .filter__popup{
    position: fixed;
    top: 0;
    padding: 0;
    height: 100%;
  }
  .mobile-filter__top .filter__popup-close{
    padding: 17px;
    border-right: 1px solid #d5d5d5;
  }
  .mobile-filter__top p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .mobile-filter-select{
    padding: 16px 36px;
    border-bottom: 1px solid #d5d5d5;
  }
  .mobile-filter-select .select__head{
    position: relative;
    display: inline-block;
    font-family: var(--font-lato);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #2C2C2C;
  }
  .mobile-filter-select  .select__list{
    margin-top: 16px;
  }
  .filter__mobile-show button{
    width: calc(100% - 32px);
    margin: 25px 16px;
    border: none;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
  }
  .mobile-filter-select .select__head::before{
    position: absolute;
    content: '';
    right: -16px;
    top: 50%;
    width: 8px;
    height: 4px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background: url("../images/icons/arrow-bottom.svg");
  }
  .mobile-filter__top span{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #2C2C2C;
  }
  .mobile-filter__top svg{
    margin-right: 9px;
    display: inline-block;
  }
  .filter-close-hide{
    display: none;
  }
  .sidebar__wrap{
    width: calc(100% + 48px);
    border-left: none;
    border-right: none;
    margin-left: -16px;
  }
  .sidebar{
    padding: 16px;
  }
  .page__sidebar-category{
    display: none;
  }
  .sidebar__item{
    display: inline-block;
    padding: 12px 16px;
    border: 1px solid #D5D5D5;
  }
  .sidebar__item.active{
    background: var(--main-blue-color);
    
  }
  .sidebar__item.active .sidebar__head{
    color: #ffffff;
  }
  .sidebar__head{
   
    color: #2C2C2C;
  }
  .sidebar__item .sidebar__head{
    white-space: nowrap;
  }
  .sidebar__item.active .sidebar__head::before{
    content: '';
  }
  .sidebar__item+.sidebar__item{
    margin-top: 0;
  }
  .sidebar__item{
    margin-right: 8px;
  }
  #product .page__wrap{
    border-left: none;
  }
  .page__content {
    width: 100%;
  }
  .sidebar__items{
    display: flex;
    max-width: 100%;
    overflow-x: auto;
  }
  .category__content-row{
    border-top: none;
  }
  .products-small-banner__text, .products-big-banner__text,  .category-products__description{
    font-size: 14px;
    line-height: 20px;
  }
  .products-big-banner__title{
    font-size: 28px;
    line-height: 34px;
  }
  .category-products__description{
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .page___content-title{
    display: none;
  }
  .catalog-filter__button{
    padding: 18px 0;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 30px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
  }
  .sort__content-row{
    display: none;
  }
  /* h1.section__heading{
    border: none;
  } */
  #product .section__heading-wrap h1.section__heading{
    border: none;
  }
  .category__content-row{
    border: none;
  }
  .page__sidebar.sidebar.filter__sidebar {
    display: none;
  }
  .page__content-row.category__content-row{
    display: flex !important;
  }
  
}
@media (max-width: 1023px){
  .breadcrumbs{
    border: none;
  }
  .section__headering-wrap h1.section__heading{
    margin-bottom: 20px;
  }
  h1.section__heading{
    font-size: 25px;
    line-height: 28px;
  }
  .sidebar__select{
    padding-right: 0;
    padding-left: 0;
  }
  
}
@media (max-width: 675px){
    .filter__popup{
        z-index: 5;
    }
  h1.section__heading{
    
    /* margin-bottom: 15px; */
    font-size: 20px;
    line-height: 22px;
  }
  .section__heading-wrap h1.section__heading{
    margin-bottom: 15px;
    padding: 0;
  }
  .category-products__items .category-products__item{
    width: 100% !important;
    margin-bottom: 16px;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    padding: 0 0 16px 0;
  }
  .category-products__items{
    border-left: none;
    border-top: none;
  }
  .category-products__items.products-2-col .category-products__tag{
    top: 10px;
    left: 10px;
  }
  .category-products__item .category-products__image{
    margin-bottom: 7px;
  }
  .category-products__item .category-products__title, .category-products__price{
    padding: 0 16px;
  }
  .category-products__item .category-products__title{
    margin-bottom: 0;
    min-height: unset;
    font-size: 18px;
    line-height: 32px;
  }
  .category-products__price span{
    font-size: 18px;
    line-height: 24px;
  }
  .category-products__price .discount-price{
    font-size: 18px;
    line-height: 24px;
  }
  .category-products__price .old-price{
    font-size: 14px;
    line-height: 16px;
  }
  .products-small-banner{
    padding-bottom: 0 !important;
  }
  .products-small-banner__inner{
    padding: 40px 16px 30px;
  }
  .category-products__item.products-big-banner{
    padding-bottom: 0 !important;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px) !important;
  }
  .products-big-banner__inner{
    padding: 80px 19px 24px 36px;
  }
  .products-big-banner__title{
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 29px;
  }
  .products-big-banner__inner::after{
    bottom: unset;
    top: 26px;
    width: 50px;
    height: 43px;
    right: 35px;
  }
  .products-big-banner__button{
    padding: 16px 22px;
  }
  .category-products__description{
    display: none;
  }
  .pagination__row{
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 35px;
    border-top: 1px solid #d5d5d5;
    border-right: none;
  }
  .pagination__row::after{
    position: absolute;
    content: '';
    top: 0;
    right: 16px;
    width: 1px;
    height: 100%;
    background: #d5d5d5;
  }
  .pagination__next{
    width: 83.2%;
  }
  .pagination{
    width: calc(16.8% - 36px);
    margin-right: 36px;
    width: 12%;
    margin-right: 0;
  }
}


/*--------------SALON-----------*/
.section__heading-buttons{
  display: flex;
}
.section__heading-button{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 142px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  background: #C4C4C4;
  border-top: 4px solid #D5D5D5;
  border-bottom: 4px solid #d5d5d5;
  text-align: center;
  cursor: pointer;
}
.section__heading-button svg{
  margin-right: 15px;
}
.salon-head-buttons{
  position: relative;
  margin-bottom: 16px;
}
.salon-head-buttons::before{
  position: absolute;
  content: 'Как найти?';
  right: 16px;
  top: -24px;
  width: 100%;
  height: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 12px;
  color: #565656;
  text-align: right;
}
.section__heading-button:first-child{
  border-radius: 30px 0px 0px 30px;
  border-left: 4px solid #d5d5d5;
}
.section__heading-button.active{
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  color: #404040;
  background: #ffffff;
  border-top: 4px solid #FEDA4D;
  border-bottom: 4px solid #FEDA4D;
}
.active.section__heading-button:first-child{
  border-left: 4px solid #FEDA4D;
}
.section__heading-button.active svg path{
  fill: #404040;
}

.salon__list-wrap{
  border-left: 1px solid #d5d5d5;
  /* border-right: 1px solid #d5d5d5; */
}
.nav-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  border-right: 1px solid #d5d5d5;
}
.nav-contacts__item {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 17px 24px;
  font-size: 18px;
  line-height: 16px;
  color: #2C2C2C;
  border-bottom: 2px solid transparent;
}
.nav-contacts__item.active {
  color: var(--main-btn-color);
  border-bottom: 2px solid var(--main-btn-color);
}
.cards-contacts__wrap{
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  padding-bottom: 100px;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.cards-contacts__items{
  display: none;
}
.cards-contacts__title{
  padding: 40px 24px 30px;
  font-family: var(--font-lato);
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  color: #2C2C2C;
  border-right: 1px solid #d5d5d5;
}
.cards-contacts__item{
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  width: 33.33333%;
  margin-right: 0;
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
.cards-contacts__image{
  position: relative;
  margin-bottom: 10px;
}
.cards-contacts__image{
    height: 240px;
}
.cards-contacts__image a img {
    width: 100%;
    max-width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}
.cards-contacts__metro-wrapper{
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(34, 34, 34, 0.8);
}
.cards-contacts__image a{
  display: block;
}
.cards-contacts__metro{
  display: flex;
}
.cards-contacts__metro_place{
  margin-left: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}
.cards-contacts__metro:before {
  content: '';
  display: inline-block;
  background-image: url("../images/icons/metro-color.svg");
  width: 50px;
  height: 40px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; 
   margin-right: 10px;
  background-color: #222222;
}
.cards-contacts__info{
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}
.cards-contacts__city{
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 32px;  
  line-height: 100%;
  color: #2C2C2C;
}
.cards-contacts__address{
  margin-bottom: 7px;
  min-height: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #2C2C2C;
}
.cards-contacts__time{
  padding-left: 40px;
  position: relative;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
}
.cards-contacts__time span, .cards-contacts__phone a{
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #2C2C2C;
}
.cards-contacts__time::before{
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url('../images/icons/salon-time.svg');
}
.card-contacts__main{
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  border-bottom: 1px solid #D5D5D5;
}
.cards-contacts__phone{
  position: relative;
  padding: 10px 0 35px;
}
.cards-contacts__phone a::before{
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url('../images/icons/salon-phone.svg');
}
.cards-contacts__phone a{
  position: relative;
  padding-left: 40px;
}
.cards-contacts__appointment{
  padding: 18px 0;
  width: 100%;
  border: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  text-align: center;
  justify-content: center;
  color: #FFFFFF;
  background: #2c2c2c;
}
.cards-contacts__city-mobile{
  display: none;
}
.modal-form{
  display: none;
}
.modal-form::before {
  content: '';
  background: #2c2c2c;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: 100;
}
.modal-form__inner{
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%,-50%);
  background: #ffffff;
  opacity: 1;
  max-height: max-content !important;
  min-height: min-content !important;
  height: auto !important;
  max-height: 100vh !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-success__inner, .modal-callback__inner{
  max-width: 750px;
  padding: 48px 48px 25px;
  overflow: unset;
}
.modal-callback__inner .inputs__row{
    margin-bottom: 20px;
    flex-direction: column;
}
.salon-modal__inner{
  max-width: 750px;
  padding: 0 48px;
  overflow: unset;
}
.salon-modal__inner::before, .salon-modal__inner::after{
  position: absolute;
  content: '';
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #d5d5d5;
}
.salon-modal__inner::before{
  left: 48px;
}
.salon-modal__inner::after{
  right: 48px;
}
.salon-modal__wrap{
  position: relative;
  margin: 48px 0;
  padding: 20px 20px 40px;
}
.salon-modal__wrap::before, .salon-modal__wrap::after{
  position: absolute;
  content: '';
  width: calc(100% + 96px);
  left: -48px;
  height: 2px;
  background-color: #d5d5d5;
}
.salon-modal__wrap::before{
  top: 0;
}
.salon-modal__wrap::after{
  bottom: 0;
}
.modal-title{
  margin-bottom: 40px;
  font-family:var(--font-lato);
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  color: #2C2C2C;
}
.modal-subtitle{
    text-align: center;
    font-weight: 400;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 24px;
    color: #2c2c2c;
}
.salon-modal__close{
  position: absolute;
  top: -25px;
  right: -22px;
}
.salon-modal__logo{
  margin: 0 0 0 auto;
  margin-bottom: 28px;
  text-align: right;
  width: 56px;
  height: 48px;
}
.salon-modal__logo img{
  max-width: 100%;
}
.modal-form form textarea{
  resize: none;
}

.modal-img-close.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
}
.modal-form form input, .modal-form form textarea, .salon-modal__address{
  padding: 15px 20px;
  width: 100%;
  border: 1px solid #c4c4c4;
  font-size: 18px;
  line-height: 18px;
  font-family: "Nunito Sans", sans-serif;
  color: #2c2c2c;

}
.modal-form button{
  width: 100%;
  border: 1px solid transparent;
}
.modal-form button:hover{
  border: 1px solid #2c2c2c;
}
.modal-form form input::placeholder, .modal-form form textarea::placeholder{
  color: #C4C4C4;
}
.modal-input__wrap{
  margin-bottom: 20px;
  height: 100%;
}
.modal-input__wrap .select{
  position: unset;
}
.modal-input__wrap .select .select__head{
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal-input__wrap .select .select__list li.select__item {
  padding: 3px 0;
}
.salon-modal__wrap .modal-input__row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.salon-modal__wrap .modal-input__row .modal-input__wrap .select{
    position: relative;
  width: 100%;
  height: 55px;
  border: 1px solid #C4C4C4;
}
.salon-modal__wrap .modal-input__row .modal-input__wrap:first-child{
  width: 48.36%;
}
.salon-modal__wrap .modal-input__row .modal-input__wrap:nth-child(2),
.salon-modal__wrap .modal-input__row .modal-input__wrap:nth-child(3){
  width: 22.13%;
  height: 100%;
}
.modal-input__wrap{
  margin-bottom: 20px;
}
.modal-input__wrap .fake-input input{
  display: none;
}
.modal-input__wrap .fake-input span a{
  color: var(--main-blue-color);
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.modal-input__wrap .fake-input label{
  display: flex;
  align-items: baseline;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #2C2C2C;
}
.salon-modal__address .select .select__list{
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  width: 100%;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
}
.modal-input__wrap .fake-input .fake-checkbox{
  border: 1px solid #C4C4C4;
}
.modal-input__wrap .fake-input .fake-checkbox, .modal-input__wrap .fake-input .fake-checkbox::before{
  margin-right: 20px;
  width: 25px;
  height: 25px;
  min-width: 25px;
  background-color: unset;

}
.modal-input__wrap .fake-input .fake-checkbox::before{
  background-image:url("data:image/svg+xml,%0A%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1084 0.0586238C13.0007 0.0906109 12.8488 0.15678 12.7709 0.205713C12.6763 0.265071 11.4598 1.57919 9.11423 4.15568L5.59924 8.01673L4.03587 6.30302C3.17601 5.36048 2.40932 4.54263 2.33209 4.48556C1.85431 4.13251 1.1692 4.12896 0.679509 4.47698C0.168032 4.84049 -0.0946338 5.53158 0.0311805 6.18285C0.129783 6.69335 0.019057 6.55375 2.44869 9.23043C3.94369 10.8774 4.71458 11.7042 4.82196 11.7758C5.13658 11.9855 5.59501 12.0567 5.96148 11.9528C6.39273 11.8305 6.1588 12.0708 10.6077 7.18087C13.237 4.29096 14.7489 2.60617 14.7979 2.51169C14.952 2.21461 15 2.00816 15 1.64278C15 1.14312 14.877 0.807077 14.5711 0.471131C14.1992 0.062723 13.633 -0.0969543 13.1084 0.0586238Z' fill='%23CEE853'/%3E%3C/svg%3E%0A");

}

.modal-input__wrap .select__head::after {
  position: absolute;
  right: 12px;
  bottom: 50%;
  transform: translateY(50%);
  display: block;
  width: 16px;
  height: 9px;
  content: '';
  transition: .2s ease-in;
  background: url("../images/icons/arrow-select.svg") no-repeat center/cover;
}
.salon-modal__address{
  position: relative;
}
/* .salon-modal__address-time{
  position: absolute;
  bottom: 10px;
  right: 15px;
} */
.salon-modal__address-time, .salon-modal__address .select li.select__item .select__item-time{
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #C4C4C4;
  text-align: right;
}
.salon-modal__address{
  min-height: 90px;
  padding-bottom: 10px;
  border: 1px solid #d5d5d5;
}
.salon-modal__address .select .select__head, .salon-modal__address .select .select__list li.select__item{
  padding-right: 10.65%;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #2C2C2C;
  cursor: pointer;
}
.salon-modal__address .select .select__head{
  align-items: baseline;
  position: relative;
  text-align: left;
  justify-content: flex-start;
}
.salon-modal__address .select li.select__item .select__item-address{
  position: relative;
  display: flex;
  margin-bottom: 23px;
}
.salon-modal__address .select .select__head::before, 
.salon-modal__address .select .select__list li.select__item .select__item-address::before {
  content: 'Адрес салона:';
  margin-right: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #C4C4C4;
  white-space: nowrap;
}
.salon-modal__address .select .select__head span{
  margin-right: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #C4C4C4;
}
.salon-modal__address .select .select__list{
  z-index: 1;
  top: 100%;
  max-height: 200px;
  overflow-y: scroll;
}
.salon-modal__address .select .select__list li.select__item{
  padding: 10px 0;
  margin: 0 20px;
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}
.salon-modal__address .select .select__list li.select__item:hover{
  opacity: 0.7;
}
.salon-modal__address .open.select__head::after{
  transform: translateY(50%) rotate(180deg);
}
.confirm-wrap{
  margin-bottom: 30px;
}
.salon-modal__address .select__head::after{
  bottom: unset;
}
.modal-form-close{
  cursor: pointer;
}
.modal-form-close:hover{
  opacity: 0.7;
}

.page.contacts{
  background: #ffffff;
}
.contacts__map{
  position: absolute;
  z-index: 0;
  overflow-x: hidden;
  visibility: hidden;
}
.contacts__map::before, .contacts__map::after{
  position: absolute;
  content: '';
  width: 100vw;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d9d9d9;
}
.contacts__map::before{
  top: 0;
}
.contacts__map::after{
  bottom: 0;
}

.salon-modal__wrap .modal-input__row .select__list {
    position: absolute;
    width: 100%;
    border: 1px solid #d5d5d5;
    text-align: center;
    background: #ffffff;
    z-index: 1;
}
@media (min-width: 1920px){
    .cards-contacts__image a img, .cards-contacts__image{
        height: 280px;
      }
}
@media (max-width: 1919px){
  .cards-contacts__item{
    padding-bottom: 32px;
  }
  .contacts__map{
      height: 525px !important;
  }
}
@media (max-width: 1023px){
  .cards-contacts__item{
    width: 50%;
  }
  .cards-contacts__item{
    padding: 15px 15px 32px 15px;
  }
  
  .cards-contacts__image a img, .cards-contacts__image{
    height: 206px;
    /*height: auto;*/
  }
  .cards-contacts__city{
    font-size: 28px;
  }
  .cards-contacts__address{
    font-size: 14px;
    line-height: 20px;
  }
  .cards-contacts__wrap{
    padding-bottom: 0;
  }
  .salon-head-buttons::before{
    font-size: 14px;
    line-height: 12px;
  }
  .section__heading-button svg{
    margin-right: 10px;
  }
  .section__heading-button{
    min-width: 100px;
    font-size: 16px;
  }
  .contacts-page .breadcrumbs{
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
  }
  .contacts__map{
      height: 350px !important;
  }
  
}
@media (max-width: 825px){
  .salon-modal__close{
    top: 15px;
    right: 15px;
  }
  .salon-modal__close svg path{
    stroke: #2c2c2c;
  }
  .salon-modal__inner{
    top: 0;
    transform: unset;
    left: 0;
    padding: 0;
  }
  .salon-modal__inner::before, .salon-modal__inner::after, .salon-modal__wrap::before, .salon-modal__wrap::after{
    content: unset;
  }
  .salon-modal__wrap{
    margin-bottom: 0;
  }
}
@media (max-width: 767px){
    .contacts__map{
      height: 390px !important;
  }
    
  .cards-contacts__wrap{
    border-right: none;
  }
  .modal-title{
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }
  .salon-modal__wrap .modal-input__row .modal-input__wrap:first-child{
    width: 100%;
  }

  .salon-modal__wrap .modal-input__row .modal-input__wrap:nth-child(2), .salon-modal__wrap .modal-input__row .modal-input__wrap:nth-child(3){
    width: 48.5%;
  }
  .salon-modal__logo{
    margin-bottom: 10px;
    width: 45px;
  }
  .modal-form form input, .modal-form form textarea, .salon-modal__address{
    padding: 12px;
    font-size: 16px;
  }
  .salon-modal__address .select .select__head::before, .salon-modal__address .select .select__list li.select__item .select__item-address::before{
    content: unset;
  }
  .cards-contacts__city{
    display: none;
  }
  .salon-head-buttons::before{
    font-size: 12px;
    right: 4px;
  }
  .salon-head-buttons{
    margin-right: -16px;
    margin-bottom: 12px;
  }
  .section__heading-wrap, .contacts-page .breadcrumbs{
    border: none;
  }
  .section__heading-wrap{
    padding-left: 0;
  }
  .section__heading-button{
    min-width: 50px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 6px;
  }
  .section__heading-button:not(:first-child) span{
    display: none;
  }
  .section__heading-button svg{
    margin-right: 0;
  }
  .section__heading-button{
   
  }
  .salon__list-wrap{
    border-left: none;
  }
  .nav-contacts{
    border-right: none;
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px;
  }
  .nav-contacts__item{
    padding: 16px;
    font-size: 16px;
  }
  .cards-contacts__title{
    padding: 20px 0 16px;
    border-right: none;
    font-size: 22px;
    line-height: 35px;
  }
  .cards-contacts__item{
    width: 100%;
    padding: 0 0 16px 0;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
  }
  .cards-contacts__item + .cards-contacts__item{
    margin-top: 16px;
  }
  .cards-contacts__info, .cards-contacts__appointment{
    margin: 0 15px;
  }
  .cards-contacts__appointment{
    width: unset;
    padding: 11px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .cards-contacts__image{
    margin-bottom: 8px;
  }
  /* .cards-contacts__metro, .cards-contacts__metro_place, .cards-contacts__city{
    display: none;
  } */
  .cards-contacts__address{
    min-height: unset;
  }
  .cards-contacts__city-mobile{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 8px 15px 10px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
    background: rgba(44, 44, 44, 0.7);
  }
  .cards-contacts__time, .cards-contacts__phone a{
    padding-left: 32px;
  }
  .card-contacts__contact{

  }
  .cards-contacts__time, .card-contacts__contact{
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cards-contacts__time span, .cards-contacts__phone a{
    font-size: 16px;
  }
  .cards-contacts__time::before, .cards-contacts__phone a::before{
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .cards-contacts__phone{
    padding-bottom: 13px;
  }
  .cards-contacts__wrap{
    margin-bottom: 43px;
  }
  .cards-contacts__metro-wrapper{
    top: 0;
    bottom: unset;
  }
}
/*----------------FOOTER-----------------------*/

.footer__inner{
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  background: #ECECEC;
}
.footer__top-inner{
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}
.footer__top{
  border-bottom: 1px solid #D5D5D5;
}
.footer__column .title{
  margin-bottom: 40px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  color: #2C2C2C;
}

.footer__top-inner nav{
  list-style-type: none;
}
.footer__top-inner .footer__column{
  width: 25%;
  padding-right: 30px;
}
.footer__top-inner .footer__column:first-child {
  padding-left: 30px;
} 
.footer__top-inner nav li a{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #808080;
  transition: all .3s ease;
}
.footer__top-inner nav li a:hover{
    color: #2c2c2c;
}
.footer__top-inner nav li+li{
  margin-top: 25px;
}
.footer__bottom-inner{
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}
.footer__contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__contact-item{
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
.footer__contact-item:first-child{
    padding-right: 11px !important;
}
.footer__contact-item:last-child{
  border-right: none;
}
.footer__contact-item a{
  display: flex;
  align-items: center;
  color: #2C2C2C;
}
.footer__contact-item a img{
  display: inline-block;
  margin-right: 30px;
}
.footer-phone{
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 24px;
  color: #2C2C2C;
}
.footer-email{
  font-weight: 400;
  font-size: 28px;
  line-height: 24px;
  color: #2C2C2C;
}
.footer-logo p{
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: #2C2C2C;
}
.footer-email, .footer-phone, .header__phone{
    transition: all .3s ease;
}

.footer-email span, .footer-phone span, .header__phone span{
    position: relative;
}
.footer-email span::before, .footer-phone span::before,
.header__phone span::before
{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #2c2c2c;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.footer-email:hover span::before, .footer-phone:hover span::before, .header__phone:hover span::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}


.footer-callback button{
  border: none;
  font-weight: 400;
  font-size: 28px;
  line-height: 24px;
  background: transparent;
  color: var(--main-blue-color);
}
.footer__copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__copyright .footer__column{
  width: 25%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #808080;
}
.footer__copyright .footer__column a{
  color: #808080;
  transition: all .3s eas;
}
.footer__copyright .footer__column a:hover{
    color: #2c2c2c;
}
.footer__copyright  .footer__column:first-child {
  padding-left: 30px;
}
.footer__copyright  .footer__column{
  
}

@media (max-width: 2559px){
  .footer__top-inner{
    padding: 40px 0;
  }
  .footer__top-inner .footer__column:first-child{
    padding-left: 24px;
  }
  .footer__top-inner .footer__column{
    padding-right: 24px;
  }
  .footer__column .title{
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
  .footer__top-inner nav li a{
    font-size: 16px;
    line-height: 24px;
  }
  .footer__top-inner nav li+li{
    margin-top: 8px;
  }
  .footer__contact-item{
    padding: 22px 23px;
  }
  .footer__contact-item:first-child{
    padding-right: 17px;
  }
  .footer__contact-item a img{
    margin-right: 16px;
    max-width: 56px;
  }
  .footer-phone a img, .footer-email a img{
    margin-right: 8px;
    max-width: 17px;
  }
  .footer-logo p{
    font-size: 14px;
    line-height: 18px;
  }
  .footer-phone, .footer-email, .footer-callback button{
    font-size: 18px;
    line-height: 24px;
  }
  .footer__copyright .footer__column:first-child{
    padding-left: 24px;
  }
  .footer__copyright .footer__column{
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1439px){
  .footer-logo p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 1023px){
  .footer__top{
    display: none;
  }
  .footer__contact-item{
    width: 50%;
    padding: 17px 20px;
  }
  .footer__contact-item:first-child{
    justify-content: flex-start;
  }
  .footer-logo img{
    max-width: 46px;
  }
  .footer-phone a img, .footer-email a img{
    margin-right: 15px;
  }
  .footer-phone span{
    text-decoration: underline;
  }
  .footer-logo p{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #565656;
  }
  .footer-callback button{
    text-decoration: underline;
  }
  .footer__copyright .footer__column{
    width: 50%;
    padding: 40px 10px 20px;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1439px){

}
@media (max-width: 767px){
  .footer__inner .container{
    padding: 0;
  }
  .footer__contact-item:first-child{
    display: none;
  }
  .footer__contact-item{
    width: 100%;
  }
  .footer-phone span{
    text-decoration: none;
  }
  .footer__copyright .footer__column{
    width: 100%;
  }
  .footer-phone{
    order: 1;
  }
  .footer-callback{
    order: 2;
  }
  .footer-email{
    order: 3;
  }
  .footer__copyright .footer__column:first-child{
    order: 1;
    padding: 24px 0;
  }
  .footer__copyright .footer__column:nth-child(4){
    order: 2;
    padding: 0 16px 24px;
    border-bottom: 1px solid #D5D5D5;
  }
  .footer__copyright .footer__column:nth-child(3){
    order: 3;
    padding: 24px 16px 16px;
  }
  .footer__copyright .footer__column:nth-child(2){
    order: 4;
    padding: 0 16px 24px;
  }
  .footer__contact-item{
    border-right: none;
  }
}
/* @media (-webkit-min-devi
ce-pixel-ratio: 2), (min-resolution: 192dpi)  {
  html {
    font-size: 43.75%;
  }
  .container{
    max-width: 1320px;

  }
} */