@import url('../fonts/GothamPro/stylesheet.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    --main-color: #3298D7;
    --main-color-light: #40C1F3;
    padding: 0;
    margin: 0;
    font-family: 'Gotham Pro';
    background-color: #161617;
}

._container{
    margin: 0 auto;
    max-width: 1360px;
    padding: 0 20px;
}

._bot-top-top{
    position: fixed;
    width: 61px;
    height: 61px;
    bottom: 80px;
    right: 50px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transition: visibility 0.3s linear, opacity 0.3s ease;
}

._bot-top-top--active{
    visibility: visible;
    opacity: 1;
    transition: visibility 0.3s linear, opacity 0.3s ease;
}

._bot-top-top svg{
    width: 100%;
}

._main-block{
    height: calc(100vh - 83px);    
    background: linear-gradient(0deg, #161617, #848589);    
    display: flex;
    justify-content: space-between;
    min-height: 880px;
}

._main-block_content{
    height: calc(100vh - 83px); 
    width: calc(100% - 198px);
    margin-left: 183px;
    background-image: url('../img/main-fg-bg.png');
    background-size: cover;
    padding: 0 20px;
}

._main-block_left{
    padding-top: 28px;
    padding-left: 40px;
    position: fixed;
    z-index: 99;

}

._main-block_left .left-menu{
    list-style-type: none;
    padding-inline-start: 0;
    margin-top: 50px;
}

._main-block_left ._phone{
    margin-top: 60px;
    display: block;
    outline: none;
}

._main-block_left .left-menu li{
    display: block;
    margin-bottom: 30px;
}

._main-block_left .left-menu li > a{
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

._main-block_content{
    display: flex;

}

._main-block_content-left{
    width: 612px;
}

._main-block_content-left{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-left: 70px;
}


._main-block_content-left .page-title{
    font-family: 'Gotham Pro';
    font-size: 65px;
    color: #2E3039;
    margin-bottom: 25px;
    font-weight: bold;
}

@media screen and (max-width: 1920px) {
._main-block_content-left .page-title{
    font-size: 54px;
}
}


._main-block_content-left .text{
    font-family: 'Gotham Pro';
    font-size: 18px;
    color: #86868A;
    margin-bottom: 15px;
    font-weight: bold;
    max-width: 505px;
}

._btn-callback{
    background: linear-gradient(90deg, #8342BC, #D33487, #F29A4F);
    width: 246px;
    height: 54px;
    display: block;
    text-align: center;
    color: #000;
    font-weight: bold;
    position: relative;
    border-radius: 12px;
    margin-top: 60px;
    font-size: 18px;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
}


._btn-callback .text-btn{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-weight: bold;
    position: absolute;
    border-radius: 12px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

._btn-callback .bg{
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #e7ebee;
    border-radius: 7px;
    transition: all 0.35s ease-in-out;
}

._btn-callback .line{
    width: 0;
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    background-color: #e7ebee;
    transition: all 0.35s ease-in-out;
}

._btn-callback:hover{
    width: 270px;
    transform: translateX(-14px);
}

._btn-callback:hover .line{
    width: 26px;
}


._main-block_content-right{
    display: flex;
    align-items: center;
    position: relative;
}

._main-block_content-right .bloger{
    /*width: 90%;*/
    width: 75%;

}

._main-block_content-right .icon-soc{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 75%;
    transform: translate(-50%, -50%);
}

._img-massage{
    position: absolute;
}

._img-massage .massage-wrap{
    position: relative;
}

._img-massage .massage{
    background-size: 100%;
    width: 100px;
    padding-top: 58%;
    background-repeat: no-repeat;
    background-position: center;
}

._img-massage.img-massage-1{
    left: 15%;
    top: 22%;
}

._img-massage.img-massage-2{
    bottom: 32%;
    left: 7%;
}

._img-massage.img-massage-3{
    bottom: 22%;
    right: 15%;
}

._img-massage.img-massage-1 .massage{
    width: 80px;
}

._slider-company-block_wrap{
    overflow: hidden;
    white-space: nowrap;
}
._slider-company-block_wrap .slider-item{
    width: 1200px;
    display: inline-block;
    animation: slidein 18s linear infinite;
}

._slider-company-block_wrap .slider-item:first-child{
    margin-right: -5px;
}

._slider-company-block_wrap .slider-item img{
    width: 1200px;
    display: inline-block;
}


._numb-block{
    margin-top: 95px;
    margin-bottom: 170px;
}

._numb-block .title{
    text-align: center;
    color: #FF9B46;
    font-size: 20px;
    margin-bottom: 125px;
    text-transform: uppercase;
}

._numb-wrap{
    display: flex;
    justify-content: space-between;    
    border-bottom: 2px solid rgba(255, 255, 255, 0.03);
}

._numb{
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    transition: all 0.35s ease-in-out;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

._numb:hover{
    border-bottom: 2px solid #FF9B46;
}

._numb ._numb_title{
    color: #fff;
    font-size: 85px;
    margin-right: 15px;
}

._numb ._numb_sub-title{
    color: #58585B;
    font-size: 20px;
    margin-right: 15px;
    line-height: 1.5;
}


._text-block{
    display: flex;
}

._text-block_left, ._text-block_right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

._text-block .title{
/*    color: #2B2B2D;*/
    color: #5d5d60;
    line-height: 1.25;
    font-size: 64px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

._text-block .title span{
    color: #F29A4F;
    display: block;
}

._text-block p{
    color: #E7EAED;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    padding-left: 10px;
    margin-bottom: 0;
}


._text-block p::before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 10px;
    left: -14px;
    background-color: #F29A4F;
    border-radius: 100%;
}

.text-block-1 ._text-block-image{
    width: calc(100% + 60px);
}

._text-block.text-block-2{
    background-color: #161617;
    margin-top: 40px;
}

._text-block.text-block-2 .title{
    margin-top: 130px;
}

._text-block.text-block-2 p{
    margin-bottom: 20px;
}

._text-block.text-block-2 ._text-block-image{
    margin-top: -80px;
}

._text-block_wrap{
    margin-bottom: 81px;
}

._camera-block{
    padding-top: 40%;
    background-image: url('../img/camera.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: calc(100% - 50px);
    margin-left: 50px;
}

._camera-block ._camera-block_content{
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

._camera-block_content{
    width: 750px;
}

._camera-block_content .title{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

._camera-block_content p{
    color: #FFFFFF;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 20px;
}

._galery_wrap{
    margin-top: 103px;
}

._galery_title{
    text-align: center;
    font-size: 64px;
    font-weight: bold;
/*    color: #2B2B2D;*/
    color: #5d5d60;

    text-transform: uppercase;
    margin-bottom: 60px;
}

._galery_content{
    position: relative;
    display: flex;
    justify-content: space-between;
}

._galery_item{
    width: 100%;
    margin-bottom: 35px;
}

._galery_item img{
    width: 100%;
    border-radius: 30px;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
}

._galery_item img:hover{
    transform: scale(1.03);
}

._galery_col:nth-child(2){
    margin-top: 120px;
}

._galery_col:nth-child(3){
    margin-top: 240px;
}

._galery_col{
    position: relative;
    width: calc(33.3% - 35px);
}

._block-bot{
    margin-top: 70px;
    background-image: url('../img/phone-1.png');
    padding-top: 48%;
    width: calc(100% - 120px);
    margin-left: 120px;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
}

._block-bot_content{
    position: absolute;
    left: 150px;
    top: 50%;
    transform: translateY(-50%);
}

._block-bot_content .title{
    color: #343436;
    font-size: 64px;
    text-transform: uppercase;
}

._footer{
    background-color: #232325;
    padding: 40px 0;
}

._footer-flex{
    display: flex;
    justify-content: space-between;
}

._footer-left .contact{
    margin-bottom: 22px;
}

._footer-left .contact p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 2px;
    margin-top: 10px;
    line-height: 1.15;
}

._footer-left .contact a{
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

._footer-left{
    width: 350px;
}

._footer-left .soc-wrap{
    display: flex;
}

._footer-left .soc-wrap a{
    display: block;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}

._footer-left .soc-wrap a:hover{
    opacity: 0.7;
}

._footer-left .soc-wrap img{
    height: 20px;
    text-decoration: none;
}

._footer .license{
    margin-top: 25px;
}

._footer .license a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #89898E;
}

.form-flex{
    display: flex;
    justify-content: space-between;
}

.form-flex .form-flex_left, .form-flex .form-flex_right{
    width: calc(50% - 10px);
}

.footer-contact{
    width: 600px;
}

._form input, ._form textarea{
    padding: 12px 20px;
    background-color: #2F2F32;
    display: block;
    width: calc(100% - 40px);
    color: #707070;
    font-size: 14px;
    border: none;
    margin-bottom: 11px;
    border-radius: 7px;
}

._form textarea{
    height: 66px;
}

._form .title{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.form-flex_right{
    position: relative;
}

._form .form-flex_right button{
    background-color: transparent;
    border: none;
    position: absolute;
    right: 8px;
    bottom: 15px;
    cursor: pointer;
}

._show-more-case{
    max-width: 253px;
    width: 90%;
    margin: 43px auto 30px auto;

    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 17px 0;
    border-radius: 8px;
    border: 4px solid #4d4e50;
    cursor: pointer;
}


@keyframes slidein {
    0% {
        transform: translateX(0%);
    }
  
    100% {
        transform: translateX(-1200px);
    }
}

body .hidden_mb{
    display: block!important;
}

body .hidden_pc{
    display: none!important;
}


._mobaile-header{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    background-color: #161617;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
}

._mobaile-header img:first-child{
    height: 25px;
}

._mobaile-header img:nth-child(2){
    height: 34px;
}

._mobaile-header img{
    height: 45px;
}

@media screen and (max-width: 900px) {
    body .hidden_mb{
        display: none!important;
    }

    ._mobaile-header{
        display: flex;
    }

    body .hidden_pc{
        display: block!important;
    }

    ._main-block_left{
        display: none;
    }

    ._main-block{
        height: auto;
        min-height: 0;
        margin-top: 65px;
    }

    ._main-block_content{
        display: block;
        width: 100%;
        background-color: #e6ebee;
        height: auto;
    }

    ._main-block_content-left{
        padding-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        width: auto;
    }

    ._btn-callback{
        margin-top: 10px;
    }

    ._img-massage.img-massage-1{
        top: 12%;
    }

    ._img-massage.img-massage-2{
        left: 3%;
        bottom: 31%;
    }

    ._img-massage.img-massage-3{
        right: 7%;
    }

    ._numb-wrap{
        flex-direction: column;
        align-items: flex-end;
        border: none;
    }

    ._numb-block{
        margin-bottom: 50px;
    }

    ._main-block_content{
        margin-left: 0;
    }

    ._numb-block .title{
        font-size: 18px;
        max-width: 280px;
        margin: 75px auto;
    }

    ._numb{
        justify-content: end;
        margin-bottom: 30px;
        padding-bottom: 25px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.03);
        width: 100%;
    }

    ._numb ._numb_title{
        font-size: 70px;
    }

    ._numb ._numb_sub-title{
        font-size: 18px;
        width: 130px;
    }

    ._text-block{
        flex-direction: column;
    }

    ._text-block .title{
        font-size: 30px;
        text-align: center;
        margin-top: 20px;
    }

    ._text-block_left, ._text-block_right{
        width: 100%;
    }

    ._text-block.text-block-2 ._text-block-image{
        margin-top: 0;
        height: auto;
    }

    .text-block-1 ._text-block-image{
        width: 100%;
    }

    ._text-block p{
        padding-left: 20px;
    }

    ._text-block p::before{
        left: 0;
    }

    ._main-block_content-left{
        margin-bottom: 30px;
    }

    ._main-block_content-left .page-title{
        font-size: 30px;
        text-align: center;
        text-transform: uppercase;
    }

    ._main-block ._mb-img{
        width: 100%;
        top: 0;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-bottom: -80px;
    }

    ._main-block_content-left .text{
        font-size: 14px;
        margin: 15px auto;
        padding-left: 15px;
    }

    ._main-block_content-left .text{
        max-width: 310px;
    }

    ._text-block.text-block-2 .title{
        margin-top: 70px;
    }


    ._galery_col:nth-child(3){
        display: none;
    }

    ._galery_wrap{
        margin-top: 40px;
    }

    ._galery_col{
        width: calc(50% - 15px);
    }

    ._galery_item img{
        border-radius: 12px;
    }

    ._galery_title{
        font-size: 30px;
        text-transform: uppercase;
    }

    ._camera-block{
        margin-left: 0;
        width: 100%;
        background-image: url('../img/camera-mb.png');
        padding-top: 140%;
        position: relative;
    }

    ._camera-block ._camera-block_content{
        width: auto;
        top: 60px;
        transform: translateX(-50%);
        left: 50%;
        text-align: center;
        width: 100%;
        right: inherit;
    }

    ._camera-block_content .title{
        text-align: center;
        font-size: 30px;
        width: 260px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    ._camera-block_content p{
        width: 293px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
    }

    ._camera-block_content ._mb-black {
        position: absolute;
        right: 20px;
        top: 175%;
        color: #000;
        width: 205px;
    }

    ._block-bot{
        background-image: none;
        background-color: #e6ebee;
        width: 100%;
        margin-left: 0;
        padding-top: 30px;
    }

    ._block-bot_content{
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        text-align: center;
    }

    ._block-bot_content .title{
        font-size: 30px;
    }

    ._btn-callback{
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    ._btn-callback:hover{
        transform: none;
    }
    
    ._block-bot ._img-end-block{
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-top: -50px;
        transform: translateY(1px);
    }

    ._footer-flex{
        display: block;
    }

    ._footer-left{
        width: 100%;
        margin-bottom: 50px;
    }

    ._footer-left .contact{
        text-align: center;
    }

    ._footer-left .soc-wrap{
        display: flex;
        justify-content: center;
    }

    .form-flex{
        display: block;
    }

    .form-flex .form-flex_left, .form-flex .form-flex_right{
        width: 100%;
    }

    .footer-contact{
        width: auto;
    }

    ._footer .license a{
        text-align: center;
    }

    ._main-block_content-right .bloger{
        width: 100%;
    }

    ._img-massage.img-massage-1 .massage{
        width: 50px;
        transform: translateY(-90px);
    }

    ._img-massage.img-massage-2 .massage{
        width: 80px;
        transform: translateY(-90px);
    }

    ._img-massage.img-massage-3 .massage{
        width: 70px;
        transform: translateY(-90px);
    }
    
}

.presentation {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 240px;
    height: 53px;
    background: url(/assets/img/presentation.png) no-repeat;
    z-index: 99;
    -ms-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.presentation:hover {
    opacity: 0.7;
}