/* Theme Name: Sirotov */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');


.flag-container .selected-flag{
    pointer-events: none !important;
}

.intl-tel-input .selected-flag .iti-arrow{
    display: none;
}


.panel-project.hidden{
    display: none;
}


.qtranxs_widget>.widgettitle{
    display: none !important;
}


.contact__main .contact__title{
    text-transform: uppercase;
}

.viewer__title > *{
    text-transform: uppercase;
}

 .s-price__content.open .s-price__btn div:last-child{
     transform: rotate(0deg) !important;
 }

.qtranxs_widget{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    text-align: center;
}

.single-service .s-price__top .title.alt{
    line-height: 1.8;
}

.footer__wrapp span[data-name="phonetext-178"] .intl-tel-input .selected-flag, .services__order span[data-name="phonetext-178"] .intl-tel-input .selected-flag{
    top: 0 !important;
}


.qtranxs_widget.open{
    opacity: 1;
    visibility: visible;
}
.qtranxs_widget li.active{
    display: none !important;
}
.qtranxs_widget li a{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #4f4f4f;
    padding: 0px;
    opacity: 0;
    transition: hover .5s linear 0s, opacity .5s linear 2s;
}

.menu.anim .qtranxs_widget li a{
    opacity: 1;
}

.popup__share{
    z-index: 99990 !important;
}

.popup__share--title{
    position: absolute;
    top: 44px;
    left: 48px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}


.intl-tel-input .selected-flag{
    padding: 0 !important;
    top: -10px !important;
}


.popup__share .rgba{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(7px);
}

.popup__share--content{
    position: relative;
    z-index: 2;
    background: #0E0E0E;
    padding: 44px 40px 84px 48px;
    min-height: 444px;
    transform: translateY(-100%);
    transition: .9s;
}

.popup__share--exit{
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}


.popup__share--inputs{
    max-width: 624px;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.popup__share--input{
    border-bottom: 1px solid #1E1E1E;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #4F4F4F;
    margin-bottom: 64px;
    display: inline-block;
    width: 100%;
}


.popup__share--button{
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    text-align: right;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}


.popup__contact--hash{
    position: absolute;
    left: 48px;
    bottom: 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}


.single-project .pos-t-r img, .single-project .pos-b-l img{
    display: none;
}

.header__home--text{
    position: absolute;
    bottom: 36px;
    left: 0;
    right: 0;
    margin: auto;
}

.header__home--text span{
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #353535;
}


.popup__contact, .popup__share{
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.popup__contact .rgba{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.popup__contact.active, .popup__share.active{
    opacity: 1;
    visibility: visible;
}
.popup__share.active .popup__share--content {
    transform: translateY(0);
}

.popup__contact__content {
    width: 720px;
    height: 100%;
    background: #0E0E0E;
    margin-right: 0;
    margin-left: auto;
    transform: translateX(100%);
    transition: .5s;
    position: relative;
    z-index: 2;
    padding: 100px 50px 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup__contact__content .form{
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.popup__contact__content .form .form-input{
    width: 100%;
}

.popup__contact__content .form .form-input label{
    color: #ffffff;
}

.popup__contact__content .form .form-input label.t-move{
    color: #4f4f4f;
}

.popup__contact__content .form .intl-tel-input .selected-flag{
    top: 0 !important;
}

.popup__contact__content>h2{
    position: absolute;
    left: 50px;
    top: 44px;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #353535;
}

.popup__contact.active .popup__contact__content {
    transition-delay: .3s;
    transform: translateX(0);
}

.popup__contact--exit{
    position: absolute;
    right: 50px;
    top: 32px;
    height: 40px;
    cursor: pointer;
}

.form-input select{
    pointer-events: none;
    color: transparent !important;
}
.select-selected{
    position: relative;
    top: -60px;
    height: 57px;
    padding-right: 40px;
}
.select-selected{
   margin-bottom: 0 !important;
    display: flex !important;
    align-items: center;
}
.select-items div, .select-selected{
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #4F4F4F;
    width: 100%;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 36px;
    color: #ffffff;
}

.select-items{
    position: absolute;
    left: 0;
    top: 70px;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
}
.select-selected.select-arrow-active + .select-items{
    opacity: 1;
    visibility: visible;
    background: #000000 !important;
}

.popup__contact input:not(.contactus), .popup__service--content input:not(.servicebtn) {
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding-bottom: 20px;
    background: none;
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #1E1E1E;
}

.popup__contact .wpcf7-spinner{
    display: none !important;
}

.popup__contact form{
    height: 100%;
}

.popup__service--content form{
    height: 100%;
}

.popup__contact form>p{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}

.popup__contact .wpcf7{
    width: 100%;
    height: calc(100% - 170px);
}

.popup__service--content .wpcf7{
    width: 100%;
    height: calc(100% - 170px);
}

.popup__service--select>span:after, .popup__service--select>span:before{
    content: "";
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.popup__service--select>span:before{
    height: 28px;
    width: 1px;
    right: 14px;
}

.serviceselect, span[data-name="text-692"]{
    display: none !important;
}
.popup__service--cols.hidden .popup__service--select>span:before{
    display: none;
}

.popup__contact input.contactus, .popup__service--content input.servicebtn{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    color: #353535;
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 2;
    cursor: pointer;
}

.popup__contact input.wpcf7-not-valid, .popup__service input.wpcf7-not-valid{
    border-color: red;
}

 .popup__contact .wpcf7-response-output{
    display: inline-block !important;
    width: 100% !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 50px !important;
}

 span.popup__contact--exit{
     display: none !important;
 }

.popup__service{
    position: fixed;
    z-index: 989;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.duck{
    cursor: pointer;
    transition: .5s;
}

.duck:hover{
    transform: scale(1.1);
}

.popup__service--cols{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
}

.popup__service--left{
    width: calc(50% - 16px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.popup__service--right{
    width: calc(50% - 16px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.popup__service--content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 100px 80px 50px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.popup__service .rgba{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(6.5px);
}

.popup__service.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.popup__service--select{
    order: -1;
    position: relative;
    border-bottom: 1px solid #1E1E1E;
    padding-bottom: 20px;
}

.popup__service--select span{
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #4F4F4F;
    width: 100%;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.popup__service--select span.clicked{
    color: #ffffff;
}


.popup__service--list{
    display: flex;
    flex-flow: wrap;
    position: absolute;
    left: 0;
    top: 60px;
    opacity: 0;
    visibility: hidden;
}

.popup__service--list span{
    margin-bottom: 36px;
    color: #ffffff;
}


.popup__service--cost{
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    min-height: 41px;
    display: flex;
    align-items: flex-end;
}


.popup__service--cols.hidden .popup__service--right,.popup__service--cols.hidden .servicebtn, .popup__service--cols.hidden .popup__service--left input{
    opacity: 0;
    visibility: hidden;
}

.popup__service--cols.hidden .popup__service--list{
    opacity: 1;
    visibility: visible;
}



.single-service .s-price__top.align_end{
    align-items: flex-start;
}

.intl-tel-input .country-list, .intl-tel-input .country-list .country.highlight{
    background: #0E0E0E !important;
}

.intl-tel-input .country-list .country.highlight span{
    color: #ffffff !important;
}

.single-service .s-price{
    /*min-height: 100vh;*/
}

.viewer__slider .slick-next{
    width: 25vw;
    /* display: block !important; */
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100vh;
    opacity: 0 !important;
    cursor: pointer;
}

.viewer__slider .slick-next.hide, .viewer__slider .slick-prev.hide{
    display: none !important;
}

figure.containerZoom:not(.active){
    background: none !important;
}

.viewer__slider .slick-prev{
    width: 25vw;
    /* display: block !important; */
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100vh;
    opacity: 0 !important;
    z-index: 2;
    cursor: pointer;
}

@media only screen and (max-width: 768px){

    .footer__autor{
        margin-left: -20px;
        position: relative;
    }
    .description__content .title{
        width: 100%;
        text-align: center;
    }

    .footer__autor a{
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
    }


    .intl-tel-input ul.country-list{
        width: 300px;
    }
    header .qtranxs_widget{
        display: none !important;
    }

    .menu .qtranxs_widget{
        display: inline-block !important;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        text-align: center;
        width: 50px;
        top: auto;
        height: 50px;
        position: fixed;
    }

    .popup__contact--hash{
        left: 12px;
        bottom: 36px;
    }
    .header__home--text span{
        /*display: none !important;*/
    }
    .popup__contact__content, .popup__service--content{
        width: 100%;
        padding: 100px 12px;
    }
    .popup__service--content{
        padding-top: 50px;
        align-items: flex-start;
    }
    svg.popup__contact--exit{
        display: none !important;
    }
    span.popup__contact--exit{
        display: inline-block !important;
        font-weight: 300;
        font-size: 16px;
        line-height: 16px;
        text-align: right;
        color: #353535;
        right: 12px;
        top: 16px;
    }
    .popup__service--content .wpcf7-form-control-wrap{
        margin-bottom: 20px;
    }

    .popup__contact__content>h2{
        display: none !important;
    }
    .popup__contact input.contactus, .popup__service--content input.servicebtn{
        position: static;
        margin-left: auto;
        margin-right: auto;
    }
    .popup__service--content input.servicebtn{
        margin-right: 0;
        margin-top: -20px;
    }
    .popup__service--left,  .popup__service--right{
        width: 100%;
    }
    .popup__service--select{
        margin-bottom: 20px;
    }
    .popup__service--cols>p{
        text-align: right;
        width: 100%;
        display: inline-block;
    }
    .popup__service .rgba{
        backdrop-filter: none;
        background: #000000;
    }
    .popup__service--cols:before{
        content: 'Order form';
        display: inline-block;
        width: 100%;
        text-align: center;
        font-weight: 300;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #353535;
        margin-bottom: 50px;
        margin-top: 20px;
    }
    .popup__service--content{
        overflow: auto;
    }
    .popup__service--content .wpcf7{
        height: 100%;
        margin-bottom: 200px;
    }

    .no-scroll .header__logo{
        display: none !important;
    }

    .popup__share--title{
        left: 16px;
        top: 16px;
    }
    .popup__share--exit{
        right: 16px;
        top: 16px;
    }

    .popup__share--content{
        padding: 48px;
    }

    .popup__share--button {
        padding: 0px 0 0 20px;
        /* background: #0E0E0E; */
    }

    .popup__share--input {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-clamp: 1;
        box-orient: vertical;
        padding-right: 65px;
    }
}


.grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
}





/* --- */
.youtubeVideo{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    position: relative;
    min-height: max-content;
    row-gap: 100px;
    column-gap: 120px;
    padding: 120px 0;
}
.youtubeVideo iframe{
    width: 100%;
    height: 500px;
    pointer-events: none;
}

@media(max-width: 1920px){
    .youtubeVideo{
        row-gap: 5.208vw;
        column-gap: 6.25vw;
        padding: 6.25vw 0;
    }

    .youtubeVideo iframe{
        height: 27vw;
    }   
}

@media(max-width: 1024px){
    .youtubeVideo{
        padding: 100px 0;
        gap: 9.766vw;
    }

    .youtubeVideo iframe{
        height: 39.063vw;
    }   
}

@media(max-width: 768px){
    .youtubeVideo{
        grid-template-columns: repeat(1, 1fr); 
        row-gap: 60px;
        column-gap: 80px;
        padding: 80px 0;
    }
    .youtubeVideo iframe{
        height: 400px;
    }   
}
