



@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-semibold.eot');
    src: local('montserrat semibold'), local('montserrat-semibold'),
    url('fonts/montserrat-semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-semibold.woff') format('woff'),
    url('fonts/montserrat-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-bold.eot');
    src: local('montserrat bold'), local('montserrat-bold'),
    url('fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-bold.woff') format('woff'),
    url('fonts/montserrat-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-regular.eot');
    src: local('montserrat regular'), local('montserrat-regular'),
    url('fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-regular.woff') format('woff'),
    url('fonts/montserrat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-medium.eot');
    src: local('montserrat medium'), local('montserrat-medium'),
    url('fonts/montserrat-medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-medium.woff') format('woff'),
    url('fonts/montserrat-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-extrabold.eot');
    src: local('montserrat extrabold'), local('montserrat-extrabold'),
    url('fonts/montserrat-extrabold.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-extrabold.woff') format('woff'),
    url('fonts/montserrat-extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-black.eot');
    src: local('montserrat black'), local('montserrat-black'),
    url('fonts/montserrat-black.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-black.woff') format('woff'),
    url('fonts/montserrat-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'nunito sans';
    src: url('fonts/nunitosans-regular.eot');
    src: local('Nunito Sans regular'), local('nunitosans-regular'),
    url('fonts/nunitosans-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/nunitosans-regular.woff') format('woff'),
    url('fonts/nunitosans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto-regular.eot');
    src: local('roboto'), local('roboto-regular'),
    url('fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-regular.woff') format('woff'),
    url('fonts/roboto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}















/*****************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    background: #00161f;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
input{
    color: #222;
}
input::placeholder{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #969ca8;
}

:root {
    --f15b2b: #f15b2b;
    --ffffff: #fff;
    --f58220: #f58220;
    --font-family: "montserrat", sans-serif;
    --second-family: "roboto", sans-serif;
    --third-family: "nunito", sans-serif;
    --font3: "TT Firs Neue", sans-serif;
}


*{
    box-sizing: border-box;
    outline: none!important;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--ffffff);
}





.container{
    max-width: 1360px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

a{
    text-decoration: none;
    cursor: pointer;
}
button{
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.mainBtn{
    background: var(--f15b2b);
    border-radius: 250px;
    padding: 14px 24px;
    width: 325px;
    height: 64px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 178%;
    letter-spacing: 0.03em;
    text-align: center;
    color: var(--ffffff);
    border: 0;
}


.mainBtn2{
    background: var(--f15b2b);
    border-radius: 250px;
    padding: 14px 24px;
    width: 325px;
    height: 64px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 178%;
    letter-spacing: 0.03em;
    text-align: center;
    color: var(--ffffff);
    border: 0;
}

/************************************************************************************/

header{

}

header .item{
    overflow: hidden;
}
header .item .picture{

}

header .item .picture img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .item .picture source{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}



header .item .img_wrap{
    height: 100vh;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    background-position: center;
    background-image: url(../../../../../wp-content/themes/bs3lp/img/fons.png);
    background-repeat: no-repeat;
}
header .item .container{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
header .item .lux{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;

}

header .item .lux h2{
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 50px;
    line-height: 136%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--ffffff);
    margin: 105px 0 10px 0;
    max-width: 830px;
}

header .item .lux p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--ffffff);
    margin: 0 0 45px 0;
    max-width: 525px;
}

header .item .lux .gprs{
    position: absolute;
    display: flex;
    top: 150px;
    left: 15px;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
header .item .lux .gprs .svg{
    line-height: 0;
    margin-bottom: 4px;
}
header .item .lux .gprs .svg img{

}

header .item .lux .gprs span{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--ffffff);
}
section{
    padding: 50px 0;
}
section h2{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 40px;
    line-height: 153%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ffffff);
    margin: 0 0 40px 0;
}

.slick-dots{
    bottom: 105px;
    z-index: 5;
}
.slick-dots li{
    width: auto;
    height: auto;
    margin: 0 6px;
}
.slick-dots li button{
    padding: 0;
    margin: 0;
    width: 10px;
    height: 10px;
}
.slick-dots li button:before{
    background: rgba(255, 255, 255, 0.3);
    width: 10px;
    height: 10px;
    border-radius: 20px;
}


.slick-dots li.slick-active{

}
.slick-dots li.slick-active button{

}
.slick-dots li.slick-active button:before{
    background: var(--f15b2b);
    top: 0;
}

/************************************************************************************/


.slider-for,
.slider-nav {
    position: relative;
}








.slider-nav .slick-track::before,
.slider-nav .slick-track::after {
    display: none;
    content: none;
}


.slider-nav .slick-track{
    transform:none!important; /* возможно с !important */
}

.slider-nav .slick-current .option {

}




.slider_nav_wraper{
    margin-bottom: 40px;
}
.slider_nav_wraper .slider-nav{

}
.slider_nav_wraper .slider-nav .slick-track{
    transform: none !important;
    display: grid;
    grid-template: auto / 25fr 25fr 25fr;
    grid-gap: 8px 19px;
    width: 100% !important;
}
.slider_nav_wraper .slider-nav .slick-track .option.slick-slide{
    width: 100% !important;
    float: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 6px 0 6px 0;
    gap: 13px;
    border-bottom: 1px solid #00161f;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--ffffff);
}

.slider_nav_wraper .slider-nav .slick-track .option.slick-slide .spaniel{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--ffffff);
    padding-bottom: 6px;
    border-bottom: 1px solid transparent;
}




.slider_nav_wraper .slider-nav .slick-track .option.slick-slide .spaniel:hover{
    border-bottom: 1px solid var(--f15b2b);
    cursor: pointer;
    display: block;
}


.slider_nav_wraper .slider-nav .slick-track .option.slick-slide:before{
    background: var(--f15b2b);
    width: 18px;
    height: 18px;
    content: "";
    border-radius: 20px;
    display: block;
    position: relative;
    top: 2px;

}



.slider_nav_wraper .slider-nav .slick-track .option.slick-slide.slick-current .spaniel{
    border-bottom: 1px solid var(--f15b2b);
}

.services_carousel{

}
.services_carousel .services_carousel_inner{

}
.services_carousel .services_carousel_inner .slider-for{

}

.prev3eee.slick-arrow{
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../../../../../wp-content/themes/bs3lp/img/prev.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -70px;
    transform: translate(0%, 0%);
    z-index: 456;
    border-radius: 60px;
    cursor: pointer;
}
.next3eee.slick-arrow{
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../../../../../wp-content/themes/bs3lp/img/next.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 93px;
    bottom: -70px;
    transform: translate(0%, 0%);
    z-index: 456;
    border-radius: 60px;
    cursor: pointer;
}

.services_carousel .services_carousel_inner .slider-for .slider-for__item .inner{
    background: #002533;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    display: grid;
    grid-template: auto / 25fr 25fr;
    grid-gap: 23px;
}
.services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .left{
    padding: 35px 35px 35px 72px;
}
.services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .left .content{

}

.services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .left .content h3{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    color: var(--ffffff);
    margin-bottom: 14px;
}
.services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .left .content p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--ffffff);
    margin-bottom: 11px;
}

.services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .left .content span{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--ffffff);
}
.services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .left .content ol{
    padding: 0 0 0 20px;
}
.services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .left .content ol li{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--ffffff);
    list-style: decimal;
}

.services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .left .content strong{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: var(--ffffff);
    display: block;
    margin-top: 30px;
    margin-bottom: 25px;
}






.services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .right{

    height: 100%;
}
.services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .right .inner_img{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .right .inner_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}







/************************************************************************************/
.what_wrap{

}





.accordion {
    display: grid;
    grid-template: auto / 25fr 25fr 25fr;
    grid-gap: 23px;
}

.accordion-header,
.accordion-body {

}

.accordion-header {
    cursor: pointer;
    transition: all .3s;
    position: relative;
}

.accordion-header .svg_wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
}
.accordion-header .svg_wrap .svg{

}
.accordion-header .svg_wrap .svg img{
    width: 55px;
    height: 55px;
    display: block;
}
.accordion-header .svg_wrap .txt{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: var(--ffffff);
}


.accordion__item {
    background: #2d4553;
    border-radius: 20px;
    padding: 34px 25px;
    width: 100%;
    height: 227px;
}

.accordion__item .accordion__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/*.accordion-header:hover {
    background: #2D3D99;
    position: relative;
    z-index: 5;
}*/

.accordion-body {
    /*display: none;*/
    display: block;
}

.accordion-body__contents {

}

.accordion-body__contents .cont_txt{
    padding-top: 10px;
}




.accordion-body__contents ul{
    padding: 0 0 0px 0;
}
.accordion-body__contents ul li{
    position: relative;
    padding-left: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--ffffff);
}
.accordion-body__contents ul li:before{
    content: "";
    display: block;
    background: var(--ffffff);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 10px;
}


.accordion__item.active:last-child .accordion-header {
    border-radius: none;
}

/*.accordion:first-child > .accordion__item > .accordion-header {
    border-bottom: 1px solid transparent;
}*/

.accordion__item > .accordion-header:after {
    content: "";
    position: absolute;
    display: block;
    right: 67px;
    top: calc(50% - 8px);
    z-index: 2;
    width: 35px;
    height: 18px;
    transition: .3s all;
    transform: rotate(0deg);
    background-image: url(../../../../../wp-content/themes/bs3lp/img/arrow_down.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.accordion__item.active > .accordion-header:after {
    transform: rotate(-180deg);
}

/*.accordion__item.active .accordion-header {
    background: #2D3D99;
}*/

.accordion__item .accordion__item .accordion-header {
    background: #f1f1f1;
    color: #353535;
}

.services{
    padding-bottom: 90px;
}


/************************************************************************************/

.about{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.left_right{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.left_right .left{
    width: 654px;
}
.left_right .left h2{
    margin-bottom: 30px;
}
.left_right .left p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--ffffff);
    margin-bottom: 30px;
}
.left_right .left ul{

}
.left_right .left ul li{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: var(--ffffff);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.left_right .left ul li:before{
    background: var(--f15b2b);
    width: 18px;
    height: 18px;
    content: "";
    border-radius: 20px;
    display: block;
    margin-right: 15px;
}

.left_right .right{
    width: calc(100% - 654px);
    position: relative;
    height: 300px;
}
.left_right .right .duble_img{

}
.left_right .right .duble_img .img1{
    border-radius: 20px;
    width: 280px;
    height: 399px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    left: 11px;
    top: 97px;
}
.left_right .right .duble_img .img1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.left_right .right .duble_img .img2{
    border-radius: 20px;
    width: 557px;
    height: 429px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.left_right .right .duble_img .img2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}







/************************************************************************************/


.liders{
    overflow: hidden;
    padding: 50px 0 85px;
}
.liders .left_right{

}
.liders .left_right .left{
    width: 665px;
    padding-right: 35px;
}

.liders .left_right .left h2{

}
.liders .left_right .left p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--ffffff);
    margin: 0;
}
.liders .left_right .left p:nth-child(3){
    margin-bottom: 33px;
}
.liders .left_right .left .mainBtn{
    width: 236px;
}



.liders .left_right .right{
    height: auto;
    width: calc(100% - 665px);
    position: relative;
}
.liders .left_right .right .duble_slider{
    width: 2718px;

}
.liders .left_right .right .duble_slider .single-work{

}
.liders .left_right .right .duble_slider .slick-track{
    position: relative;
    left: -10px;
}
.liders .left_right .right .duble_slider .item{
    padding: 0 10px;
    width: 453px!important;
}
.liders .left_right .right .duble_slider .item .inner{

    border-radius: 20px;
    width: 100%;
    background: #002533;
    overflow: hidden;
}
.liders .left_right .right .duble_slider .item .img_wrap{
    height: 345px;
    width: 100%;
    overflow: hidden;
}
.liders .left_right .right .duble_slider .item .img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.liders .left_right .right .duble_slider .item .name{
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
}
.liders .left_right .right .duble_slider .item .name .txt{
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
    color: var(--ffffff);
}



.liders .left_right .right .duble_slider .slick-dots{
    width: 150px;
    position: absolute;
    left: 369px;
    bottom: -50px;
}



.liders .prev3eee.slick-arrow{
    bottom: -88px;
}


.liders .next3eee.slick-arrow{
    bottom: -88px;
    left: 83px;
}
.liders .left_right .right .duble_slider .slick-dots {
    width: 150px;
    position: absolute;
    left: 369px;
    bottom: -67px;
}

/************************************************************************************/

.partners{
    background: #fff;
    padding: 50px 0;
}
.partners .slider-partners{

}
.partners .slider-partners .item{

}
.partners .slider-partners .item .inner_img {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners .slider-partners .item img{

}




/*******************************************************************************/













.projekt .enother .most_car  img {
    padding: 0 30px;
    height: 90px;
    filter: grayscale(100%);
    transition: 0.5s;
}

.projekt .enother .most_car  img:hover {
    padding: 0 30px;
    height: 90px;
    filter: grayscale(0);
}

















/*******************************************************************************/

.form_contact{
    padding: 100px 0 50px;
}
.form_contact .two_o{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.form_contact .two_o .left{
    width: 665px;
    padding-right: 35px;
}

.form_contact .two_o .left h2{
    font-weight: 800;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-top: 46px;
}

.form_contact .two_o .left p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--ffffff);
}


.form_contact .two_o .rigt{
    height: auto;
    width: calc(100% - 665px);
    position: relative;
    padding-left: 40px;
}

.main_form{
    border-radius: 30px;
    padding: 50px 45px 51px 45px;
    width: 100%;
    max-width: 489px;
    height: 381px;
    background: var(--ffffff);
}
.main_form h4{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 27px;
    line-height: 153%;
    color: #00161f;
    margin:0 0 21px 0 ;
}

.main_form .input_wrap{
    margin-bottom: 22px;
}

.main_form .input_wrap input{
    background: var(--ffffff);
    border: 1px solid #969ca8;
    border-radius: 61px;
    padding: 0px 16px;
    width: 100%;
    height: 52px;
}

.main_form .btn_wrap{
    margin-top: 29px;
}

.main_form .btn_wrap button{
    width: 100%;
    height: 64px;
}








/************************************************************************************/

.contact{

}
.contact h2{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 30px;
    line-height: 204%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--ffffff);
    margin: 0 0 16px 0;
}
.contact p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--ffffff);
    margin: 0 0 53px 0;
    max-width: 823px;
}


.contact .grid_wrap{
    display: grid;
    grid-template: auto / 25fr 25fr 25fr 25fr;
    grid-gap: 20px;
}
.contact .grid_wrap .item{

}
.contact .grid_wrap .item .title{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 341%;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--ffffff);
}
.contact .grid_wrap .item .flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}
.contact .grid_wrap .item .flex .icon_wrap{
    border: 1px solid var(--ffffff);
    border-radius: 250px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact .grid_wrap .item .flex .icon_wrap a{
    line-height: 0;
}
.contact .grid_wrap .item .flex .icon_wrap img{
    width: 21px;
    height: 21px;
}
.contact .grid_wrap .item .flex .cots{

}
.contact .grid_wrap .item .flex .cots a{
    font-family: var(--font-family);
}
.contact .grid_wrap .item .flex .cots span{
    font-family: var(--font-family);
}


/************************************************************************************/







.flex_rorte{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.log{

}

.log .custom-logo-link{
    width: 275px;    transition: all 0.3s ease;
}
.log .custom-logo-link img{
    width: 275px;    transition: all 0.3s ease;
}

.btns{

}
.btns .phone{

}
.btns .phone a{
    border: 1px solid var(--ffffff);
    border-radius: 250px;
    padding: 14px 29px;
    width: 225px;
    height: 56px;
    background: rgba(3, 25, 33, 0.46);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.btns .phone a .svg{
    line-height: 0;
    height: fit-content;
}
.btns .phone a .svg img{
    width: 18px;
    height: 18px;
}
.btns .phone a span{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 175%;
    color: var(--ffffff);
}



.menus{

}
.menus .top_line{

}
.menus .top_line .nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.menus .top_line .nav .menu-item{

}




.menus .top_line .nav .menu-item a{
    display: block;
    border-bottom: 2px solid transparent;
    padding: 24px 15px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    text-align: center;
    color: var(--ffffff);
}
.menus .top_line .nav .menu-item:hover a{
    border-bottom: 2px solid var(--f15b2b);
}


.menus .top_line .nav .menu-item.menu-item-has-children>a{
    position: relative;
    padding-right: 25px;
}
.menus .top_line .nav .menu-item.menu-item-has-children>a:before {
    background-image: url(../../../../../wp-content/themes/bs3lp/img/arrow-small-bottom.svg);
    content: "";
    width: 14px;
    height: 8px;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    right: 3px;
    top: 35px;
}
.menus .top_line .nav .menu-item.menu-item-has-children {
    position: relative;
}

.menus .top_line .nav .menu-item.menu-item-has-children ul.dropdown-menu{
    display: none;
    position: absolute;
    background: #01161f;
    border-radius: 0 0 26px 26px;
    padding: 10px;
    padding: 27px 12px;
    width: 392px;
    height: auto;
}

.menus .top_line .nav .menu-item.menu-item-has-children:hover .dropdown-menu{
    display: block;
}


.menus .top_line .nav .menu-item.menu-item-has-children ul.dropdown-menu .menu-item{

}
.menus .top_line .nav .menu-item.menu-item-has-children ul.dropdown-menu .menu-item a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--ffffff);
    border: 0;
    padding: 0px 37px 18px 20px;
    text-align: left;
    position: relative;
}

.menus .top_line .nav .menu-item.menu-item-has-children ul.dropdown-menu .menu-item a:before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 7px;
    top: 7px;
}
.menus .top_line .nav .menu-item.menu-item-has-children ul.dropdown-menu .menu-item a:hover{
    color: var(--f15b2b);
}


.language_tr{

}
.language_tr .nav_wrap{
    width: 64px;
    text-align: center;
}
.language_tr .nav_wrap .pll-parent-menu-item{
    position: relative;
    cursor: pointer;
}

.language_tr .nav_wrap .pll-parent-menu-item.dropdown:before{
    background-image: url(../../../../../wp-content/themes/bs3lp/img/arrow-small-bottom.svg);
    content: "";
    width: 14px;
    height: 8px;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    right: 0;
    top: 13px;
}

.language_tr .nav_wrap .pll-parent-menu-item .dropdown-toggle{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 229%;
    color: var(--ffffff);
    width: 63px;
    height: 63px;
}
.language_tr .nav_wrap .pll-parent-menu-item .dropdown-toggle:before{
    content: "";
    width: 8px;
    height: 4px;
    position: absolute;
    right: 0;
    top: 0;


}
.language_tr .nav_wrap .pll-parent-menu-item .dropdown-toggle .caret{

}



.language_tr .nav_wrap .pll-parent-menu-item .dropdown-menu{
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 36px;
}
.language_tr .nav_wrap .pll-parent-menu-item:hover .dropdown-menu{
    display: block;
}

.language_tr .nav_wrap .pll-parent-menu-item .dropdown-menu .lang-item{

}
.language_tr .nav_wrap .pll-parent-menu-item .dropdown-menu .lang-item a{
    display: flex;
    width: 100%;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: rgba(1, 22, 31, 0.66);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 229%;
    color: var(--ffffff);
}

.language_tr .nav_wrap .pll-parent-menu-item .dropdown-menu .lang-item a:hover{
    color: var(--f15b2b);
}


.menu_section{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
  /*  background: #00000024;*/
    background: transparent;
    height: 158px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/*
.menu_section.fon_scroll{
    height: 95px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

*/
.menu_section.fon_scroll{
    height: 60px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    background: #000000a6;
}
.menu_section.fon_scroll .flex_rorte .btns .phone a {
    height: 40px;
    transition: all 0.3s ease;
}

.menu_section.fon_scroll .flex_rorte .btns .phone a {
    height: 40px;
    transition: all 0.3s ease;
}


.menu_section.fon_scroll .flex_rorte .log .custom-logo-link img {
    width: 161px;
    transition: all 0.3s ease;
}


/************************************************************************************/

footer{
    padding-bottom: 77px;
}
footer .flex_footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
footer .flex_footer .ledert{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    max-width: 940px;
    width: 100%;
    padding-top: 30px;
}

footer .flex_footer .ledert .log .custom-logo-link img {
    max-width: 195px;
    display: block;
}



footer .flex_footer .ledert .log{
    padding-right: 50px;
    padding-top: 14px;
}

footer .flex_footer .ledert .drops_no{

}
footer .flex_footer .menus .top_line .nav .menu-item.menu-item-has-children{

}

footer .flex_footer .menus .top_line .nav .menu-item.menu-item-has-children>a{
    padding-right: 15px;
}
footer .flex_footer .menus .top_line .nav .dropdown-menu{
    display: none !important;
}

footer .flex_footer .menus .top_line .nav .menu-item.menu-item-has-children>a:before {
    display: none !important;
}



footer .flex_footer{

}
footer .flex_footer .btns{
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    max-width: 320px;
    width: 100%;
    padding-top: 39px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
footer .flex_footer .btns .phone{

}



.drops_no .menus{

}

.drops_no  .menus .top_line {
}


.drops_no .copyright{
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 28px;
}

.drops_no .copyright p{
    text-align: center;
}
/************************************************************************************/

.shadow_modal{
    backdrop-filter: blur(13.399999618530273px);
    background: rgba(0, 37, 51, 0.67);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
   display: none;
    padding: 0 15px;
}

.modal{
    background: #2d4553;
    border-radius: 26px;
    width: 100%;
    max-width: 1290px;
    height: 706px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal .close_modal{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.modal .close_modal img{
    width: 44px;
    height: 44px;
}

.modal .content_modal{

}
.modal .content_modal .topert {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.modal .content_modal .topert .left{
    width: 489px;
}
.modal .content_modal .topert .left .main_form{

}
.modal .content_modal .topert .right{
    max-width: 450px;
    width: 100%;
}
.modal .content_modal .topert .right .h3_title{
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--ffffff);
}
.modal .content_modal .topert .right .change_txt{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--ffffff);
    border-top: 1px solid rgba(255, 255, 255, 0.58);
    padding-top: 30px;
    margin-top: 30px;
}

.modal .content_modal .massage{
    display: none;
}
.modal .content_modal .massage .inort{

}

.modal .content_modal .massage .inort .logo{
    margin-bottom: 50px;
    text-align: center;
}

.modal .content_modal .massage .inort .logo a{

}

.modal .content_modal .massage .inort .logo img{
    width: 275px;
}

.modal .content_modal .massage .inort .mas_o{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--ffffff);
}


.back_to_top {
    position: fixed;
    bottom: 140px;
    right: 50px;
    z-index: 65;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    display: none;
    border-radius: 55px;
}
.back_to_top .inn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back_to_top img {
    width: 72px;
    height: auto;
}
.back_to_top.back_to_top-show {
    display: block;
}

/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
.hide_desc{
    display: none;
}

.hide_ro{
    display: none;
}



@media (max-width: 1359px){
    .container{
        max-width: 1200px;
    }
    header .item .lux h2 {
        font-size: 60px;
        line-height: 114%;
    }

    .slider_nav_wraper .slider-nav .slick-track {
        grid-template: auto / 25fr 25fr;
    }
    .accordion {
        display: grid;
        grid-template: auto / 25fr 25fr;
        grid-gap: 23px;
    }
    .left_right .left {
        width: 543px;
    }
    .left_right .right {
        width: calc(100% - 543px);
    }
    .liders .left_right .left {
        width: 560px;
    }
    .liders .left_right .right {
        width: calc(100% - 560px);
    }


    .form_contact .two_o .left {
        width: 565px;
    }
    .form_contact .two_o .rigt {
        width: calc(100% - 565px);
    }

    footer .flex_footer .btns {
        display: none;
    }




    footer .flex_footer .ledert {
        justify-content: flex-start;
        max-width: 100%;
        gap: 100px;
    }


    .menus {
        display: none;
    }
    .language_tr {
        display: none;
    }
    .btns {
        display: flex;
        gap: 11px;
        align-items: center;
        justify-content: flex-end;
    }
    .modal_hide_btn.hide_desc{
        display: block;
    }

    .modal_hide_btn.hide_desc .mainBtn{
        border: 1px solid var(--ffffff);
        border-radius: 250px;
        padding: 14px 29px;
        width: auto;
        height: 56px;
        background: rgba(3, 25, 33, 0.46);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        transition: all 0.3s ease;
    }

    .menu_section.fon_scroll .flex_rorte .modal_hide_btn.hide_desc .mainBtn{
        height: 40px;
        transition: all 0.3s ease;
    }


    .modal_hide_btn.hide_desc .mainBtn span{
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 16px;
        line-height: 178%;
        letter-spacing: 0.03em;
        text-align: center;
        color: var(--ffffff);
    }


.btn_open_menu.hide_desc{
    display: block;
    margin-left: 20px;
}

.btn_open_menu.hide_desc .open_menu{
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
}

.btn_open_menu.hide_desc .open_menu span{
    background: var(--ffffff);
    border-radius: 3px;
    width: 58px;
    height: 7px;
    display: block;
}

/****************************************************************************/


    .outer_menu_wrap{
        backdrop-filter: blur(13.399999618530273px);
        background: rgba(0, 37, 51, 0.67);
        position: fixed;
        display: block;
        right: -110%;
        top: 0;
        width: 100%;
        height: 100vh;
        transition: all 0.4s ease;
    }

    .outer_menu_wrap.oppen{
        right: 0%;
        transition: all  0.4s ease;
    }


    .mobile_menu{
        position: absolute;
        top: 0;
        right: -50%;
        z-index: 999999;
        background: #00161f;
        width: 400px;
        height: 100vh;
        padding: 40px 16px;
        transition: all  1.0s ease;
    }

    .outer_menu_wrap.oppen .mobile_menu{
        right: 0%;
        transition: all  1.0s ease;
    }


    .outer_menu{

    }
    .outer_menu .header_menu{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .outer_menu .header_menu .logoh{

    }
    .outer_menu .header_menu .logoh a{

    }
    .outer_menu .header_menu .logoh a img{
        width: 154px;
    }

    .outer_menu .header_menu .language_tr{
        display: block;
    }

    .outer_menu .header_menu .close_menu{
        display: block;
    }
    .outer_menu .header_menu .close_menu img{
        cursor: pointer;
    }


    .content_menu_mob {
        height: calc(100vh - 85px);
        background: #01161f;
        overflow-y: scroll;
    }





    .content_menu_mob::-webkit-scrollbar {
        width: 3px;
    }
    .content_menu_mob::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 10px;
    }
    .content_menu_mob::-webkit-scrollbar-thumb {
        background: #575757;
        border-radius: 5px;
    }
    .content_menu_mob::-webkit-scrollbar-thumb:hover {
        background: #424242;
    }









    .content_menu_mob .menus{
        display: block;
    }


    .content_menu_mob .menus .top_line .nav {
        display: flex    ;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }


    .content_menu_mob .menus .top_line .nav .menu-item {
        width: 100%;
        text-align: left;
    }

    .content_menu_mob .menus .top_line .nav .menu-item a {
        border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);;
        padding: 11px 15px;
        font-weight: 500;
        text-align: left;
    }

    .menus .top_line .nav .menu-item:hover a {
        border-bottom: 0.5px solid var(--f15b2b);
    }


    .content_menu_mob .menus .top_line .nav .menu-item.menu-item-has-children:hover .dropdown-menu {
        display: none;
    }
    .content_menu_mob .menus .top_line .nav .menu-item.menu-item-has-children>a:before {
        width: 16px;
        height: 9px;
        right: 11px;
        top: 20px;
        transform: rotate(-90deg);
        transition: all 0.3s ease;
    }
    .content_menu_mob .menus .top_line .nav .menu-item.menu-item-has-children>a.rotate:before{
        transform: rotate(0deg);
        transition: all 0.3s ease;
    }

    .content_menu_mob .menus .top_line .nav .menu-item.menu-item-has-children ul.dropdown-menu {
        position: relative;
        border-radius: 0;
        padding: 14px 0px 0;
        width: 100%;
        height: auto;
    }

    .content_menu_mob .menus .top_line .nav .menu-item.menu-item-has-children ul.dropdown-menu .menu-item a {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        border: 0;
        padding: 0px 0px 11px 16px;
    }
    .content_menu_mob .menus .top_line .nav .menu-item.menu-item-has-children ul.dropdown-menu .menu-item a:before {
        top: 10px;
    }






    .mobile_menu .content_menu_mob .btns {
        gap: 20px;
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
        padding-top: 30px;
    }


    .mobile_menu .content_menu_mob .btns .phone {
        width: 100%;
    }
    .mobile_menu .content_menu_mob .btns .phone a {
        width: 100%;
        max-width: 310px;
        gap: 15px;
        margin: 0 auto;
    }
    .mobile_menu .content_menu_mob .modal_hide_btn.hide_desc {
        width: 100%;
    }
    .mobile_menu .content_menu_mob .modal_hide_btn.hide_desc .mainBtn {
        width: 100%;
        max-width: 310px;
        margin: 0 auto 0;
    }

    .drops_no .copyright {
        padding-top: 28px;
    }





}







@media (max-width: 1199px){
    header .item .lux h2 {
        font-size: 44px;
        line-height: 114%;
    }
    .services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .left {
        padding: 35px 35px 35px 72px;
    }
    .container{
        max-width: 980px;
    }
    .left_right {
        gap: 30px;
    }
    .left_right .left {
        width: 50%;
    }
    .left_right .right {
        width: 50%;
    }

    .left_right .right .duble_img .img1 {
        left: 0;
        top: 108px;
    }

    .left_right .right .duble_img .img2 {
        left: 72px;
        top: 0;
    }

    .liders .left_right .left {
        width: 420px;
    }

    .liders .left_right .right {
        width: calc(100% - 420px);
    }
    .form_contact .two_o .left {
        width: 420px;
    }
    .form_contact .two_o .rigt {
        width: calc(100% - 420px);
    }

    .contact .grid_wrap {
        grid-template: auto / 25fr 25fr;
        grid-gap: 20px;
    }

    footer .flex_footer .ledert .log {
        display: none;
    }

    footer .flex_footer .ledert {
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
    footer .flex_footer {
        align-items: flex-start;
        justify-content: center;
    }
    footer .flex_footer .ledert .drops_no {
        margin: 0 auto;
    }
    .drops_no .copyright {
        border-top: 0;
    }
}




@media (max-width: 979px){
    .menu_section {
        height: 95px;
    }
    .log .custom-logo-link img {
        width: 150px;
        transition: all 0.3s ease;
    }

    .btns .phone a span {
        display: none;
    }

    .btns .phone a {
        padding: 0;
        width: 40px;
        height: 40px;
    }


    .menu_section.fon_scroll .flex_rorte .btns .phone a {
        height: 40px;
        transition: all 0.3s ease;
        width: 40px;
        padding: 0;
    }
    .btn_open_menu.hide_desc .open_menu span {
        background: var(--ffffff);
        border-radius: 3px;
        width: 40px;
        height: 5px;
        display: block;
    }
    .container{
        max-width: 750px;
    }
    header .item .lux h2 {
        font-size: 40px;
    }

    section h2 {
        font-size: 30px;
    }

    .services_carousel .services_carousel_inner .slider-for .slider-for__item .inner {
        grid-template: auto / 25fr;
    }

    .accordion__item {
        height: auto;
    }

    .left_right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .left_right .left {
        width: 100%;
    }
    .left_right .right {
        width: 100%;
    }
    .left_right .right {
        width: 100%;
        height: 470px;
    }

    .liders .left_right .left {
        width: 100%;
        padding: 0;
    }
    .liders .left_right .right {
        width: 100%;
    }

    .form_contact .two_o {
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 30px;
    }
    .form_contact .two_o .left {
        width: 100%;
        padding: 0;
    }
    .form_contact .two_o .rigt {
        width: 100%;
        padding: 0;
    }

    .main_form {
        border-radius: 30px;
        padding: 50px 45px 51px 45px;
        width: 100%;
        max-width: 489px;
        height: 381px;
        background: var(--ffffff);
        margin: 0 auto;
    }

    .services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .right {
        max-height: 340px;
    }

    .modal .content_modal .topert {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 35px;
        flex-direction: column-reverse;
    }


    .modal .content_modal .topert .left {
        width: 100%;
    }
    .modal .content_modal .topert .right {
        max-width: 100%;
        width: 100%;
    }

    .modal {
        width: calc(100% - 32px);
        max-width: 1290px;
        height: auto;
        padding: 30px;

    }
/*
    .modal_hide_btn.hide_desc {
        display: none;
    }*/



    .mobile_menu .content_menu_mob .btns .phone span{
       display: block;
    }

    .mobile_menu  .btns .phone a {
        padding: 0;
        width: 40px;
        height: 56px;
    }

    .dfdsfdsfds {
        display: none !important;
    }



}

@media (max-width: 767px){
    .container{
        max-width: 100%;
    }
    .log .custom-logo-link img {
        width: 161px;
    }
    .btn_open_menu.hide_desc .open_menu span {
        width: 40px;
        height: 4px;
    }
    .btns .phone a span {
        display: none;
    }

    .btns .phone a {
        border: 1px solid var(--ffffff);
        border-radius: 250px;
        padding: 0;
        width: 40px;
        height: 40px;
        background: rgba(3, 25, 33, 0.46);
        gap: 9px;
    }
    .slider_nav_wraper .slider-nav .slick-track {
        grid-template: auto / 25fr;
    }
    .slider_nav_wraper .slider-nav .slick-track .option.slick-slide {
        padding: 6px 0 6px 0;
        gap: 13px;
        font-size: 14px;
    }
    .accordion {
        display: grid;
        grid-template: auto / 25fr;
        grid-gap: 14px;
    }
    section h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .contact .grid_wrap {
        grid-template: auto / 25fr;
        grid-gap: 30px;
    }
    header .item .lux h2 {
        font-size: 33px;
        line-height: 120%;
    }
    header .item .lux p {
        font-size: 14px;
    }
    .mainBtn {
        padding: 4px 13px;
        width: 297px;
        height: 50px;
        font-size: 16px;
    }

    header .item .lux .gprs {

        top: 100px;
        gap: 9px;
    }

    .menu_section {
        height: 57px;
    }
    .menu_section.fon_scroll {
        height: 57px;
    }
    .slick-dots {
        bottom: 36px;
    }

    section {
        padding: 20px 0;
    }

/***********************************/


    .services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .left {
        padding: 27px 0px 27px 0;
    }
    .services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .left .content {
        padding: 0 24px;
    }
    .services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .left .content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .left .content .clops {
        display: none;
    }
    .services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .left .content strong{
        display: none;
    }
    .services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .left .content .mainBtn{
        display: none;
    }

    .services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .right .inner_img {
        height: 178px;
    }
    .services_carousel .services_carousel_inner .slider-for .slider-for__item .inner {
        gap: 0;
    }

    .hide_desc.cortoplya {
        padding: 16px 24px 27px 24px;
        display: flex;
        align-items: center;
    }

    .hide_desc.cortoplya .hider2{
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: var(--ffffff);
        width: 172px;
        display: block;
        height: auto;
    }
    .hide_desc.cortoplya .mainBtn {
        width: calc(100% - 172px);
        height: 50px;
        font-size: 14px;
    }

    .next3eee.slick-arrow {
        display: none!important;
    }
    .prev3eee.slick-arrow {
        display: none!important;
    }

    .services_carousel .services_carousel_inner .slider-for .slider-for__item .inner .left .content p {
        font-size: 14px;
    }

    .services_carousel .services_carousel_inner .slick-dots {
        bottom: -28px;
    }

    .accordion-body {
        display: none;
    }

    .services {
        padding-bottom: 30px;
    }


    .accordion-header .svg_wrap {
        position: relative;gap: 11px;
    }

    .accordion-header .svg_wrap:before {
        background-image: url(../../../../../wp-content/themes/bs3lp/img/arrow-small-bottom.svg);
        content: "";
        background-position: center;
        background-size: contain;
        display: block;
        position: absolute;
        width: 18px;
        height: 12px;
        right: -7px;
        top: 18px;
        transform: rotate(-90deg);
        transition: all 0.3s ease;
    }


    .accordion-header .svg_wrap .txt {
        font-size: 14px;
        padding-right: 18px;
    }

    .accordion-header .svg_wrap .svg img {
        width: 44px;
        height: 44px;
    }


    .accordion__item.active .svg_wrap:before{
        transform: rotate(0deg);
        transition: all 0.3s ease;
    }
    .accordion-body__contents ul li {
        font-size: 14px;
    }

    .accordion-body__contents ul li:before {
        left: 7px;
        top: 8px;
    }

    .left_right .left p.gretta{
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .left_right .left p.gretta.potolok{
        display: -webkit-box;
        -webkit-line-clamp: initial;
        -webkit-box-orient: vertical;
        overflow: visible;
        text-overflow: ellipsis;
    }

    .left_right .left ul li {
        font-size: 14px;
        margin-bottom: 15px;

    }


    .left_right .left ul li:before {
        width: 12px;
        height: 12px;
        position: relative;
        top: 3px;
    }


    .left_right .right {
        width: 100%;
        height: 367px;
    }

    .left_right .right .duble_img .img1 {
        left: 0;
        top: 55px;
        width: 212px;
        height: 301px;
    }

    .left_right .right .duble_img .img2 {
        left: 72px;
        top: 0;
        width: 342px;
        height: 271px;
    }




    .liders {
        padding: 20px 0 64px;
    }
    .liders .left_right .left .mainBtn {
        width: 100%;
    }
    .liders .left_right .right .duble_slider .item {
        padding: 0 10px;
        width: 291px !important;
    }
    .liders .left_right .right .duble_slider .item .img_wrap {
        height: 213px;
    }
    .liders .left_right .right .duble_slider .item .name .txt {
        font-size: 14px;
    }
    .liders .left_right .right .duble_slider .item .name {
        height: 65px;
        padding-left: 20px;
    }
    .liders .left_right .right .duble_slider .slick-dots {
        left: 0;
        width: calc(100vw - 30px);
    }



    .form_contact {
        padding: 20px 0 50px;
    }


    .form_contact .two_o .left h2 {
        font-size: 25px;
        margin-top: 33px;
    }

    .form_contact .two_o .left p {
        font-size: 14px;
    }


    .main_form h4 {
        font-size: 18px;
    }

    .main_form {
        border-radius: 30px;
        padding: 25px 25px 25px 25px;
        width: 100%;
        max-width: 489px;
        height: auto;
    }
    .main_form .btn_wrap button {
        width: 100%;
        height: 50px;
        font-size: 16px;
        padding: 8px 24px;
    }

    .main_form .input_wrap input {
        height: 45px;
    }
    .main_form .input_wrap {
        margin-bottom: 10px;
    }
    .main_form .btn_wrap {
        margin-top: 20px;
    }

    .contact h2 {
        font-size: 20px;
        line-height: 130%;
        color: var(--ffffff);
        margin: 0 0 16px 0;
        border-top: 1px solid #fff;
        padding-top: 60px;
    }

    .contact p {
        font-size: 14px;
        line-height: 150%;
        margin: 0 0 24px 0;
    }


    .contact .grid_wrap .item .title {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.1em;
    }
    .contact .grid_wrap .item .flex .icon_wrap {
        width: 38px;
        height: 38px;
    }

    .contact .grid_wrap .item .flex .cots a {
        font-size: 14px;
    }
    .contact .grid_wrap .item .flex .cots span {
        font-size: 14px;
    }

    .contact .grid_wrap .item {
        display: flex    ;
        align-items: center;
    }

    .contact .grid_wrap .item .flex .icon_wrap img {
        width: 16px;
        height: 16px;
    }

    .hide_desc.br1{
        display: block;
    }
    .contact .grid_wrap .item .title {
        width: 125px;
    }


    .contact .grid_wrap .item .flex {
        gap: 11px;
    }

    footer {
        padding-bottom: 38px;
        padding-top: 20px;
    }





    .contact p {
        font-family: var(--font-family);
    }



    .modal .content_modal .topert .right .h3_title {
        font-weight: 900;
        font-size: 20px;
    }
    .modal .content_modal .topert .right .change_txt {
        border-top: 0;
        padding-top: 0;
        margin-top: 20px;
    }
    .modal {
        width: calc(100% - 32px);
        max-width: 1290px;
        height: auto;
        padding: 58px 16px 45px;
    }

    .modal .close_modal {
        position: absolute;
        right: 14px;
        top: 12px;
        cursor: pointer;
    }
    .mobile_menu {
        width: 100vw;
    }

    .outer_menu_wrap .btns .phone a span {
        display: block;
    }

    .outer_menu_wrap .btns .phone a {
        width: 100%;
        height: 50px;
        gap: 9px;
    }

    .outer_menu_wrap .btns .modal_hide_btn.hide_desc .mainBtn {
        height: 50px;
    }
    .outer_menu_wrap .btns .modal_hide_btn.hide_desc {
        display: block;
    }
    .back_to_top {
        bottom: 52px;
        right: 39px;

    }
    .back_to_top img {
        width: 56px;
        height: auto;
    }


    .modal .content_modal .massage .inort .logo img {
        width: 210px;
    }
    .modal .content_modal .massage .inort .logo {
        margin-bottom: 30px;
        text-align: center;
    }

    .modal .content_modal .massage .inort .mas_o {
        font-size: 18px;
    }



    .slider_nav_wraper .slider-nav .slick-track .option.slick-slide:before {
        width: 18px;
        height: 18px;
    }

    .slider_nav_wraper .slider-nav .slick-track .option.slick-slide .spaniel {


    }


    .accordion__item {
        padding: 13px 25px;
    }
    .left_right .left h2 {
        margin-bottom: 12px;
    }

    .liders .left_right .right .duble_slider .slick-dots {
        bottom: -44px;
    }
    .liders {
        padding: 20px 0 43px;
    }

    .single-work .slick-list.draggable{
        width: 600px;
    }









}
