@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  font-size: 16px;
}
body {
  overflow-x: hidden !important;
  font: 16px "Open Sans", sans-serif;
  font-weight: 400;
  color: #1D1D1D;
  background-color: #ffffff;
}
html,
body {
/*   overflow-x: hidden !important; */
  height: 100%;
}
button,
button:hover button:active,
button:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}
iframe .button-spec{
    display: none;
}
.container {
  display: block;
  max-width: 1172px;
  margin: 0 auto;
}
.swiper-pagination{
    z-index: 1;
}
@media (max-width: 1210px){
    .container{
        padding: 0 15px;
    }
}
header.header{
  /*  overflow: hidden; */
}
.header__inner{
    position: relative;
}
.header__top{
    padding: 13px 0;
}
.header__items{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__top div{
    font-size: 15px;
    line-height: 20px;
     color: #1D1D1D;
}
.header__logo-wrap{
    max-height: 55px;
}
.header__logo .header__phones{
    display: none;
}
.header__logo-wrap img{
    max-height: 55px;
}
.header__info, .header__visual-version, .header__phones {
    display: flex;
    flex-direction: column;
    min-height: 47px;
    max-height: 47px;
    height: 100%;
    justify-content: space-between;
}
.header__info-item{
    position: relative;
    padding-left: 26px;
}
.header__info-item:nth-child(1)::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 17px;
    height: 22px;
    background-image: url('/assets/images/icons/icon-location.svg'); 
}
.header__info-item:nth-child(2)::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 18px;
    height: 12px;
    background-image: url('/assets/images/icons/icon-message.svg'); 
}
.header__visual-version {
    text-align: center;
}
.header__visual-text{
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
}
.header__phones-item{
    position: relative;
    padding-left: 30px;
}
.header__phones-item a{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #B01027;
}
.header__phones-item::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url('/assets/images/icons/icon-phone.svg'); 
}
.header__right{
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
}
.header__language{
    display: flex;
    justify-content: space-between;
    margin-right: 18px;
}
.header__language-item{
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #C2C2C2 !important;
}
.header__language-itemm{
  display: flex;
  justify-content: space-between;
}
.header__language-item.active{
    color: #B01027 !important;
}
.header__language-item + .header__language-item{
    padding-left: 6px;
}

.default-btn{
    display: inline-block;
    cursor: pointer;
    padding: 11px 26px 13px;
    background: #B01027;
    min-height: 44px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.3s ease;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF; 
}
.default-btn a{
    text-align: center;
   font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF; 
}
.default-btn:hover{
    border: 1px solid #B01027;
    background: #ffffff;
    color: #B01027;
}
.default-btn:hover a{
    color: #B01027;
}
.header__bottom{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__bottom::after {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50vw;
    background: #B01027;
    /* box-shadow: 0px 4px 8px rgb(0 0 0 / 20%); */
}
.header__bottom::before{
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    right: 49%;
    height: 100%;
    width: 51vw;
    background: #B01027;
   /*  box-shadow: 0px 4px 8px rgb(0 0 0 / 20%); */
}
.header__nav{ 
    padding: 19px 0;
}
.header__nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__nav ul li{
    position: relative;
}
.header__nav-link{
    padding-right: 26px;
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 23px;
    color: #FFFFFF;
}
.header__search{
    display: flex;
    padding: 10px 0 12px;
}
.header__search-input{
    position: relative;
    width: 277px;
}
.header .header__dropdown{
    position: absolute;
    padding: 30px 20px 10px;
    top: 26px;
    left: 0;
    z-index: 5;
    min-width: 410px;
    min-height: 185px;
    display: none;
    background: #B01027;
}

.header .header__nav-link-item:hover .header__dropdown{
    display: block;
}
.header__dropdown-item + .header__dropdown-item{
    padding-top: 10px;
}
.header__dropdown .header__nav-link{
    padding: 0 15px;
    text-align: left;
}
@media (max-width: 1070px){
    .header__search-input{
        position: relative;
        width: 250px;
    }
}
.header__search-input::before{
    position: absolute;
    content: '';
    top: 9px;
    left: 13px;
    height: 21px;
    width: 21px;
    background-image: url('/assets/images/icons/icon-search.svg');
}
.header__search-input input{
    padding: 10px 65px 10px 35px;
    height: 40px;
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}
.header__search-btn{
    display: flex;
    align-items: center;
    top: 0;
    position: absolute;
    padding: 10px 11px;
    max-width: 61px;
    right: 0;
    height: 40px;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    background: #B01027;
    border: 1.5px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: 'Open Sans',sans-serif;
    cursor: pointer;
}
.header__burger{
    display: none;
}
.header__visual-version-img{
    display: none;
}
.header__mobile{
    display: none;
}
.header__mobile.active{
    display: block;
}
.header__burger.active{
    position: fixed;
    right: 15px;
}
@media (max-width: 1150px){
    .header__language-itemm{
        flex-direction: column;
    }
    .header__language-item + .header__language-item {
        padding-left: unset;
    }
    .header__visual-text {
        display: none;
    }
    .header__nav-link {
        padding-right: 13px;
    }
}
@media (max-width: 1023px){
    .header{
        border-bottom: 1px solid #CDCDCD;
    }
    .header__mobile-bottom .header__info{
        max-height: unset;
        min-height: unset;
    }
    .header__mobile-bottom .footer__social{
        margin-top: 30px;
    }
    .header__search{
        display: none;
    }
    .header__bottom , .header__info{
        display: none;
    }
    .header__mobile .header__info{
        display: block;
    }
    .header__right{
        flex-direction: column;
    }
    .header__language-itemm{
        flex-direction: row;
    }
    .header__language-item + .header__language-item {
        padding-left: 6px;
    }
    .header__search-input{
        display: none;
    }
    .header__language {
        flex-direction: row;
        margin-bottom: 21px;
        margin-right: 0;
        width: 100%;
        padding-left: 16px;
    }
    .header__burger {
        display: block;
        z-index: 3;
        position: relative;
        width: 32px;
        height: 17px;
    }
    .header__burger::before, .header__burger::after {
        content: "";
        background-color: #B01027;;
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .header__burger::before {
        top: 0;
    }
    .header__burger::after {
        bottom: 0;
    }
    .header__burger span {
        position: absolute;
        background-color: #B01027;;
        left: 0;
        width: 100%;
        height: 3px;
        top: 7px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .header__mobile {
        position: fixed;
        top: -100vh;
        right: 0;
        z-index: 2;
        width: 71.07%;
        height: 100vh;
        -webkit-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }
    .header__mobile.active {
        top: 0;
        background: rgba(176, 16, 39, 0.9);
        backdrop-filter: blur(20px);
    }
    .header__burger.active:before {
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active span {
        background: #000000;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    .header__burger.active:after {
        background: #ffffff;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);transform: rotate(-45deg);
        bottom: 5px;
    }
    .header__mobile-top{
        padding: 46px 0 14px 21px;
        border-bottom: 1px solid #FFFFFF;
        font-weight: bold;
        font-size: 17px;
        line-height: 23px;
        color: #FFFFFF;
    }
    .header__mobile-center{
        padding: 24px 0 87px 23px;
        border-bottom: 1px solid #FFFFFF;
    }
    .header__mobile-center .header__nav-list  li:not(:first-child){
        margin-top: 30px;
    }
    .header__mobile .header__social{
        display: flex;
        align-items: center;
    }
    .header__mobile-bottom{
        padding: 20px 23px 0 23px;
    }
}
@media (max-width: 767px){
    .header__top{
        padding: 12px 0 16px;
    }
    .header__visual-version{
        display: none;
    }
    .header__visual-version-img{
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
    .header__visual-version-img img{
        height: 25px;
        width: 25px;
    }
    .header__items{
        align-items: stretch;
    }
}
@media (max-width: 644px){
     .header__phones{
        display: none;
    }
    .header__logo{
        display: flex;
        flex-direction: column;
    }
    .header__logo .header__phones{
        display: flex;
    } 
    .header__logo-wrap{
        margin-bottom: 12px;
    }
    .default-btn{
        padding: 11px 12px;
    }
}
@media (max-width: 475px){
    .header__logo-wrap{
        width: 139px;
        height:39px;
    }
    .header__logo-wrap img{
        max-width: 100%;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 340px){
    .header__top .default-btn {
        padding: 11px 5px;
    }
    .container{
        padding: 0 10px;
    }
}
