
.contacts-fs{
    margin-bottom: 80px;
}
.contacts-fs h1,.buyer-info h1{
    margin-bottom: 60px;
    font-size: 38px;
    color: black;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.14px;
}

.contacts-fs__info-block{
    background-color: var(--color41);
    border-radius: 25px;
    padding: 45px ;
    display: flex;
    align-items: center;
}

.contacts-fs__info-block-list{
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style: none;
}
.contacts-fs__info-block-item{
    display: flex;
    margin-right: 50px;
    align-items: center;
    position: relative;
}
.contacts-fs__info-block-item:after{
    content: '';
    position: absolute;
    right: -25px;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.20);
}

.contacts-fs__info-block-item--link:hover svg circle {
    fill: #F7980B;
}
.contacts-fs__info-block-item--link:hover svg path {
    fill: #fff;
}
.info-block-item__icon{
    margin-right: 15px;
    min-width: 52px;
}
.info-block-item__text span{
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.60);
    font-family: Proxima Nova;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; 
}
.info-block-item__text p, .info-block-item__text a {
    margin-bottom: 0;
    color:  #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; 
}
.social-list{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px ;
    padding-left: 0;
}
.diff-back{
    padding: 80px 0;
    background: var(--color30);
    margin-bottom: 80px;
}

.contacts-production::before{
    content: '';
    background: var(--color30);
    bottom: -60px;
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 1;
}
footer{
    z-index: 2;
    position: relative;
}
.contacts-production{
    position: relative;
}
.contacts-requisites h2{
    margin-bottom: 50px;
}
.requisites {
    overflow: hidden;
}
.requisites__item{
    padding: 45px 0 ;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.requisites__list,.params__list{
    overflow: hidden;
    list-style: none;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
}
.requisites__item-title{
    flex: 0 1 39%;
    min-width: 39%;
    position: relative;
    overflow: hidden;
}
.requisites__item-title::after{
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.20);
    transform: translateY(-100%);
    transition: 1s all ease;
    transition-delay: 1.5s;
}
.requisites__item-title p{
    color:  #FFF;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    
}
.params__item p{
    margin-bottom: 0;
}
.params__item{
    display: flex;
    position: relative;
    align-items: center;
}
.params__item:not(:last-child):after{
    content: '';
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    transform: translateX(-100%);
    transition: 1s all ease;
    transition-delay: .5s;
}
.requisites__item:not(:last-child):after{
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    transform: translateX(-100%);
    transition: 1s all ease;
    transition-delay: .5s;
}
.requisites__list::after{
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    transform: translateX(-100%);
    transition: 1s all ease;
    transition-delay: .5s;
}
.requisites__list::before{
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    transform: translateX(-100%);
    transition: 1s all ease;
    transition-delay: .5s;
}
.params__item:not(:last-child){
    padding-bottom: 60px;   
}
.params__item-title{
    min-width: 23%;
}
.params__item-value{
    margin-left: 20px;
}
.requisites__item-params{
    min-width: 61%;
    padding-left: 90px;
}
.params__item-value{
    color: #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.params__item-title{
    color: rgba(255, 255, 255, 0.65);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.params__item-value:hover {
    color: #fff;
}
.contacts-slider .slide{
    margin: 0 10px;
    height: auto;
}
.contacts-slider .slick-track{
    display: flex;
}
.contacts-slider img{
    width: 100%;
    height: 100%;
}
.contacts-office .container,.contacts-production .container{
    position: relative;
}
.slider-btn{
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
}
.slider-btn:hover circle{
    stroke: #F7980B;
}
.slider-btn:hover path{
    fill: #F7980B;
}
.contacts-office{
    margin-bottom: 80px;
}
.contacts-office h2{
    margin-bottom: 45px;
}
.contacts-production h2{
    margin-bottom: 45px;
}
.slide__video{
    position: relative;
    background: #0000008C;
    height: 100%;
   
}
.slide__image{
    height: 100%;
}
.slide__video::before{
    content: "";
    background: #0000008C;
    inset: 0;
    position: absolute;
}
.video-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.slide__video.active::before{
    content: none;
}
.contacts-production{
    margin-bottom: 0;
}
.requisites.loaded .requisites__list:before{
    transform: translateX(0);
}
.requisites.loaded .requisites__list:after{
    transform: translateX(0);
}
.requisites.loaded .params__item:not(:last-child):after{
    transform: translateX(0);
}
.requisites.loaded .requisites__item:not(:last-child):after{
    transform: translateX(0);
}
.requisites.loaded .requisites__item-title::after{
    transform: translateY(0);
}
/* client */
.questions-block{
    display: flex;
    width: 100%;
    
}
.questions-item__quest-title{
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 29.45px */
    margin-bottom: 0;
}
.questions-item__quest{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}
.questions-block__questions{
    width: 100%;
    /* max-width: 572px; */
    max-width: 48%;
    background-color: #fff;
    padding: 0 1.5rem;
    border-radius: 25px;
}

.questions-block__questions-list{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    position: relative;
}
.buyer-info{
    margin-bottom: 80px;
}
.questions-block__questions-item{
    position: relative;
    padding: 10px 0;
}
.after-line{
    position: relative;
}
.after-line:after{
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    position: absolute;
    bottom: 0;
}
.before-line{
    position: relative;
}
.before-line::before{
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    position: absolute;
    top: 0;
}
.questions-block__questions-item::after {
    left: -40px;
    width: calc(100% + 40px);
}
.questions-block__questions-list::after,.questions-block__questions-list::before{
    left: 0;
    width: 100%;
}
.questions-block__questions-item:last-child:after{
    content: none;
}

.questions-item__quest::before{
    position: absolute;
    left: -40px;
    top: 11px;
    /*content: attr(data-count);*/
    color: rgba(255, 255, 255, 0.55);
    font-family: Proxima Nova;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 29.45px */
}
.never-show{
    display: none !important;
}
 .questions-item__quest.active + .questions-item__answer{
    display: block;
 }
.questions-item__answer{
    display: none;
    padding: 10px 0;
}
.questions-item__answer p{ 
  
    margin: 0;
}
.questions-item__quest.active   .close, .questions-item__quest   .open {
    display: none;   
}

.questions-item__quest   .close, .questions-item__quest.active  .open {
    display: block;   
}
.questions-item__quest.active .questions-item__quest-title{
    color: #F7980B;
    font-weight: 600;
}
.questions-item__quest-icon {
    min-width: 51px;
    min-height: 51px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.questions-item__quest .questions-item__quest-icon .close circle{
    fill: #F7980B;
}
.questions-item__quest:hover .questions-item__quest-title{
    color: #F7980B;
    
}
.questions-item__quest:hover .questions-item__quest-icon .close path{
    stroke: #333333;
}

.questions-block__answer{
    /* max-width: 725px; */
    width: 48%;
    margin-left: auto;
}
.questions-block__answer-content{
    border-radius: 25px;
    background: var(--color41);
    padding: 45px;
    padding-bottom: 52px;
    position: relative;
    height: 100%;
    
}
.questions-block__answer{
    overflow: hidden;
}
.answer-content__icon{
    position: absolute;
    top: 0;
    right: 0;
}
.answer-content__title{
    color: #FFF;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%; /* 41.85px */
    text-transform: uppercase;
    padding-bottom: 25px; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    margin-bottom: 25px;
    max-width: 70%;
}
.answer-content__text p:first-child{
    max-width: 70%;
    margin-bottom: 25px;
}
.answer-content__text p{
    color: #FFF;
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin-bottom: 0;
}
.recommended-letter{
    margin-bottom: 0;
}
.recommended-letter__list{
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 16%;
    padding: 0;
}
.recommended-letter__item{
    flex: 0 1 33.333%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.recommended-letter__item:not(:last-child)::after{
    content: '';
    width: 1px;
    height: 50%;
    position: absolute;
    background: rgba(255, 255, 255, 0.20);
    top: 50px;
    right: -35%;
}

.recommended-letter__description{
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 25px 0 20px 0;
    flex:  1  1 auto;
}
.recommended-letter h2{
  margin-bottom: 50px;
}
.form-questions--content{
    max-width: 690px;
    margin: 0 auto;
    
}
.form-element input{
    width: 40%;
}
.form-questions  input.form-input:nth-last-child(2){
    padding-right: 0;
}
textarea.form-input {
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    height: 100%;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    padding: 25px 35px;
    color: white;
    outline: none;
    box-shadow: none;
}
textarea.form-input::placeholder{
    color: #FFF;
    font-family: Proxima Nova;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.form-elements{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.form-elements > input{
    flex: 0 1 48%;
}
.form-elements > textarea{
    flex: 1 1 auto;
}
.form-submit__questions{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 18.75px */
    letter-spacing: 0.45px;
    max-width: 268px;
    padding: 22px 0;
    border-radius: 1000px;
    background: #F7980B;
    border: 1px solid  #F7980B;
    margin: 0 auto 11px auto;
    display: block;
    width: 100%;
    transition: color .2s ease,  background .2s ease ;
}
.form-submit__questions:hover{
    color: #F7980B;
    background: transparent;
}

.watch-us {
    margin-top: 20px;
    border-radius: 25px;
    background: #414246;
    padding: 45px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 46px;
}

.watch-us__left {
    flex: 0 0 428px;
}

.watch-us__right {
    flex: 0 0 calc(100% - 428px - 46px);
    display: flex;
    column-gap: 20px;
}

.watch-us__left h2 {
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    margin: 0;
}

dl.watch-us__list dt {
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 18.9px */
    margin-bottom: 5px;
    padding-top: 25px;
}

dl.watch-us__list dd {
     /* 28.35px */
     margin: 0;
     color: white;
     font-size: 21px;
     font-style: normal;
     font-weight: 600;
     line-height: 135%; /* 28.35px */
     padding-bottom: 25px;
     border-bottom: 1px solid rgba(255, 255, 255, 0.20);
     position: relative;
}

dl.watch-us__list {
    display: flex;
    flex-direction: column;
    margin: 0;
}

dl.watch-us__list a {
    color: white;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 28.35px */
}

dl.watch-us__list a:hover {
    color: var(--unnamed, #F7980B);
}

dl.watch-us__list a:hover:after {
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgOS43Mjk3M0gyNk0yNiA5LjcyOTczTDE3LjYyODggMU0yNiA5LjcyOTczTDE4LjA0NzMgMTgiIHN0cm9rZT0iI0Y3OTgwQiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==");
    width: 28px;
    height: 19px;
    position: absolute;
    right: 18px;
    bottom: 40px;
}

@media (min-width: 1430px) {
    .contacts-fs__info-block {
        justify-content: center;
    }
}

@media (max-width: 1429px){
    .contacts-fs__info-block{
        flex-direction: column;
        align-items: flex-start;
    }
    .contacts-fs__info-block-item{
        margin-right: 30px;
    }
    .contacts-fs__info-block-item::after{
        right: -15px;
    }
    .slide__video iframe{
        width: 100%;
        height: 100%;
    }
    .contacts-office .slide__video img{
        object-fit: cover;
        object-position: right;
    }
    .contacts-production .slide__video img{
        object-fit: cover;
        object-position: center;
    }
    .watch-us__right img+img {
        display: none;
    }
}
@media (max-width:1399px){
    .slide__video img{
        width: 800px;
    }
}
@media (max-width:1199px){
    .contacts-fs__info-block-list{
        flex-wrap: wrap;
        row-gap: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width:991px){
     .questions-block__questions{
        max-width: 100%;
     }
     .recommended-letter__item:nth-child(2)::after{
        content: none;
     }
     .recommended-letter__item:first-child::after{
        right: -20%;
     }
     .recommended-letter__item{
        flex: 0 1 40%;
     }
     .recommended-letter__list{
        flex-wrap: wrap;
        gap: 40px 16%;
     }
     .watch-us__left {
        flex: 0 0 100%;
    }
    
    .watch-us {
        column-gap: 15px;
    }
    
    .watch-us__right {
        flex: 0 0 100%;
        margin-top: 30px;
    }
    
    .watch-us__right img {
        object-fit: cover;
    }
    
    .watch-us__right img+img {
        display: block;
    }
    
    .watch-us__right img {
        max-width: calc(50% - 10px);
    }     
}
@media (max-width:767px){
    .contacts-fs__info-block-item::after{
        content: none;
    }
    .requisites__item-title::after{
        width: 100%;
        height: 1px;
        top: unset;
        bottom: 0;
    }
    .requisites__item{
        flex-direction: column;
    }
    .params__list{
        padding: 0;
    }
    .requisites__item-title{
        margin-bottom: 20px;
    }
    .requisites__item-params{
        padding-left: 0;
    }
    .requisites.loaded .requisites__item-title::after {
        transform: translateX(0);
    }
    .requisites__item-title::after{
        transform: translate(-100%,0);
        transition: 1s all ease;
        transition-delay: .5s;
    }
    .requisites__list::before{
        content: none;
    }
    .requisites__item-title p{
        margin-bottom: 25px;
    }
   .form-questions--content{
        max-width: 488px;
   }
   .form-elements > input {
    flex: 0 1 48%;
}
.form-elements{
    gap: 10px;
}
}
@media (max-width:575px){
    .recommended-letter__list{
        gap: 60px 17%;
    }
    .buyer-info h1{
        font-size: 30px;
    }
    .contacts-fs__info-block{
        padding: 25px;
    }
    .params__item-title{
        font-size: 14px;
    }
    .params__item-value{
        font-size: 18px;
    }
    .params__item-title{
        min-width: 30%;
    }
   .contacts-office h2, .contacts-production  h2{
        font-size: 28px;
    }
    .slider-btn{
        bottom: -90px;
        top: unset;
        left: 0;
        text-align: center;
    }
    .contacts-slider{
        margin-bottom: 60px;
    }
    .contacts-office{
        margin-bottom: 130px;
    }
    .recommended-letter__item{
        width: 100%;
        flex: 1 1 100%;
    }
    .recommended-letter__item:first-child::after{
        content: none;
    }
    .recommended-letter__item img{
        margin:  0 auto;
    }
    .recommended-letter__description{
        text-align: center;
    }
    .recommended-letter h2{
        font-size: 28px;
    }
    .form-elements > input{
        flex: 1 1 auto;
    }
    .form-submit__questions{
        max-width: 100%;
    }
    .watch-us__right {
        flex-direction: column;
        gap: 20px;
    }
    
    .watch-us__right img {
        max-width: 100%;
    }
    
    .watch-us {
        padding: 25px;
    }
    
    .watch-us__left h2 {
        font-size: 30px;
    }
    
    dl.watch-us__list a:after {
        display: none!important;
    }

    textarea.form-input {
        padding: 20px;
    }
}