html, body{
    height: 100%;
    background: #17191A;
}
body{
    font-weight: 400;
    color: #fff;
    font-family: "Roboto", serif;
    font-size: 14px;
    line-height: 1.2;
}
a,button,input, textarea{
    outline: none !important;
}
a{
    transition: all 0.3s;
}
b, strong{
    font-weight: bold;
}
img{
    max-width: 100%;
    height: auto;
}
.transition-3{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#wrapper>#main {
    flex: 1 0 auto;
}
.header{
    padding-top: 20px;
}
.header.page-with-image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.admin-bar .header.page-with-image{
    top: 32px;
}
.header a{
    color: #fff;
    text-decoration: none !important;
    transition: all 0.3s;
}
.header a:hover{
    color: #07EAB4 !important;
}
.header-lg{
    position: relative;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}
.header-lg .logo{
    text-align: center;
    margin-bottom: 15px;
}
.header-lg .up{
    padding: 10px 0;
}
.header-lg .header-contacts > div{
    padding: 0 20px;
}
.header-lg .header-contacts .icon{
    font-size: 20px;
    margin-right: 10px;
}
.socials a{
    transition: opacity 0.3s;
}
.socials a:hover{
    opacity: 0.8;
}
.socials a + a{
    margin-left: 10px;
}
.header-lg .down{
    background: #fff;
    padding: 15px 50px;
    border-radius: 10px;
    color: #24272B;
}
.header-lg .down a{
    color: #24272B;
}
.main-menu{

}
.main-menu ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.main-menu ul li{
    padding: 10px 20px;
    position: relative;
}
.main-menu ul li.menu-item-has-children:hover .sub-menu{
    display: block;
}
.main-menu ul li.menu-item-has-children::after{
    content: "\e905";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 7px;
    position: relative;
    top: -2px;
    margin-left: 10px;
}
.main-menu ul li a{
    display: inline-block;
}
.main-menu ul > li.current_page_item > a{
    color: #07EAB4;
}
.main-menu .sub-menu{
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    min-width: 280px;
    z-index: 5;
    padding-top: 25px;
    padding-bottom: 15px;
}
.main-menu .sub-menu li{
    padding: 0;
}
.main-menu .sub-menu li a{
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
}
.need-help-block .icon-need-help{
    font-size: 38px;
    margin-right: 10px;
}
.need-help-block .text-small{
    font-size: 12px;
    color: #8E9BAE;
    margin-bottom: 4px;
}
.need-help-block .phone{
    font-size: 18px;
    font-weight: 700;
    color: #24272B;
}
.header-mobile{
    padding: 10px 0;
}
.header-mobile .header-contacts{
    margin-bottom: 10px;
}
.header-mobile .header-contacts .icon{
    margin-right: 5px;
    font-size: 16px;
}
.header-mobile .need-help-wrap{
    flex: 1 1 auto;
    background: #fff;
    border-radius: 10px;
    margin-left: 14px;
    padding: 5px 10px;
    color: #24272B;
}
.header-mobile .need-help-wrap a{
    color: #24272B;
    font-weight: 700;
}
.header-mobile .need-help-block .phone{
    font-size: 14px;
}
.menu-burger{
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
}
.menu-burger .line{
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-burger .line1{
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.menu-burger .line2{
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.menu-burger .line3{
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.menu-burger.opened .line1{
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.menu-burger.opened .line2{
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.menu-burger.opened .line3{
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.header-mobile .main-menu{
    /*display: none;*/
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
    text-align: right;
}
.header-mobile .main-menu a{
    color: #24272B;
}
.footer{
    padding: 50px 0;
}
.footer-logo .logo{
    margin-bottom: 30px;
}
.footer-logo .footer-text{
    font-size: 12px;
    color: #8D9BAE;
}
.footer .footer-title{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-menu ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-menu ul li{
    margin-bottom: 10px;
}
.footer-menu ul li a{
    color: #8D9BAE;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s;
}
.footer-menu ul li a:hover{
    color: #07EAB4;
}
.footer-menu + .footer-menu{
    margin-top: 50px;
}
.footer-menu-contacts > div{
    margin-bottom: 10px;
}
.footer-menu-contacts .title{
    color: #8D9BAE;
    font-size: 14px;
}
.footer-menu-contacts .text{
    font-size: 14px;
}
.footer-menu-contacts .text{
    margin-bottom: 10px;
}
.footer-menu-contacts a{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
.footer-menu-contacts a:hover{
    color: #07EAB4;
}
.page-wrap{
    position: relative;
    margin-top: 50px;
}
.page-wrap.has-image{
    margin-top: 0;
}
.page-wrap.has-image .page-title{
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.page-wrap.has-image .page-title h1{
    font-size: 50px;
    font-weight: 500;
}
.form-main{
    max-width: 500px;
    margin: 20px auto 0;
}
.form-title{
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.form-main .form-wrap{
    padding: 20px;
    border-radius: 5px;
    background: rgba(255,255,255,0.1);
}
.form-main .d-flex{
    margin: 0 -5px;
}
.form-main .d-flex > div{
    padding: 0 5px;
    width: 50%;
}
.wpcf7-spinner{
    display: none !important;
}
.btn{
    font-size: 18px;
    font-weight: 700;
    min-width: 200px;
    min-height: 50px;
    border-radius: 5px;
    transition: all 0.3s;
}
.btn-primary{
    background-color: #07EAB4;
    border-color: #07EAB4;
    color: #191B1D;
}
.btn-primary[disabled]{
    background-color: #07EAB4;
    border-color: #07EAB4;
    color: #191B1D;
}
.btn-primary:hover{
    background-color: #07EAB4;
    border-color: #07EAB4;
    color: #191B1D;
    opacity: 0.8;
}
.btn-primary:active,
.btn-primary:first-child:active,
.btn-primary:focus,
.btn-primary:focus-visible{
    background-color: #fff;
    border-color: #fff;
    color: #191B1D;
}
.btn-secondary{
    background-color: #fff;
    border-color: #fff;
    color: #191B1D;
}
.btn-secondary span{
    font-size: 14px;
}
.btn-secondary[disabled]{
    background-color: #fff;
    border-color: #fff;
    color: #191B1D;
}
.btn-secondary:hover{
    background-color: #fff;
    border-color: #fff;
    color: #191B1D;
    opacity: 0.8;
}
.btn-secondary:active,
.btn-secondary:first-child:active,
.btn-secondary:focus,
.btn-secondary:focus-visible{
    background-color: #fff;
    border-color: #fff;
    color: #191B1D;
}
form .btn-loading{
    display: none;
}
form.submitting .btn-loading{
    display: block;
}
form.submitting .btn[type='submit']{
    display: none;
}
.form-control{
    min-height: 50px;
    transition: all 0.3s;
}
.form-control:focus{
    border-color: #07EAB4;
    box-shadow: 0 0 10px 4px #0FFED3B2;
}
.form-control.wpcf7-not-valid{
    border-color: #dc3545;
    box-shadow: 0 0 8px 1px #dc3545;
}
.wpcf7-form-control-wrap{
    display: block;
}
.wpcf7-not-valid-tip{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -15px;
    font-size: 10px;
    color: #dc3545;
    font-weight: 700;
}
form[data-status='invalid'] .wpcf7-response-output{
    display: none;
}
.services-list{
    padding: 50px 0 100px;
}
.services-list > h2{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 60px;
}
.services-list .items{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px 40px;
    text-align: center;
}
.services-list .items a{
    text-decoration: none !important;
    color: #fff;
}
.services-list .items .item-inner:hover a{
    color: #53FFCB;
}
.services-list .items .item-title{
    font-size: 16px;
    margin-top: 20px;
}
.services-list .items .item-inner{
    height: 100%;
}
.services-list .items .item-image{
    height: 190px;
    border-radius: 10px;
    box-shadow: 0 4px 50px 0 transparent;
    transition: all 0.3s;
}
.services-list .items .item-inner:hover .item-image{
    background-color: #191B1D;
    box-shadow: 0 4px 50px 0 #0FFED3B2;
}
.services-list .items .item-image .item-image-hover{
    display: none;
    opacity: 0;
}
.services-list .items .item-inner:hover .item-image-hover{
    display: inline;
    opacity: 1;
}
.services-list .items .item-inner:hover .item-image-original{
    display: none;
    opacity: 0;
}
.services-list.vertical > h2{
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.services-list.vertical .items{
    display: block;
}
.services-list.vertical .items a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
}
.services-list.vertical .items .item-title{
    margin: 0;
    padding-left: 20px;
    width: calc(100% - 100px);
}
.services-list.vertical .items .item-image{
    height: 100px;
    width: 100px;
    background: none !important;
    box-shadow: none !important;
}
.services-list.vertical .items .item-image img{
    width: 100%;
    height: 100%;
    max-height: 65%;
    object-fit: contain;
}
.services-list.vertical .items .item{
    margin-bottom: 2px;
    padding: 15px;
    transition: all 0.3s;
    border-radius: 10px;
    box-shadow: 0 4px 50px 0 transparent;
}
.services-list.vertical .items .item.active,
.services-list.vertical .items .item:hover{
    background-color: #191B1D;
    box-shadow: 0 4px 50px 0 #0FFED3B2;
}
h1.page-title{
    font-size: 50px;
    margin-bottom: 30px;
}
.single h1.page-title{
    font-size: 40px;
}
.page-content{
    font-size: 16px;
    line-height: 25.6px;
    padding-bottom: 30px;
}
.page-content h2{
    font-size: 24px;
}
.page-content > p{
    margin-bottom: 30px;
}
.rounded-image{
    border-radius: 10px;
}
.page-content img{
    border-radius: 10px;
    margin-bottom: 30px;
 }
.page-image{
    margin-bottom: 30px;
}
.form-under-map{
    background: rgba(255, 255, 255, 0.1);
    padding: 100px 0;
}
.form-under-map .form-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
}
.form-under-map .form-wrap{
    max-width: 700px;
    margin: auto;
}
.form-under-map-main .d-flex{
    margin: 0 -5px;
}
.form-under-map .d-flex > div{
    padding: 0 5px;
}
.form-under-map .d-flex .input-wrap{
    width: 100%;
    margin-bottom: 15px;
}
.form-under-map .d-flex .button-wrap{
    width: 100%;
}
.form-under-map .d-flex .button-wrap input,
.form-under-map .d-flex .button-wrap button{
    width: 100%;
}
.about-tabs{
    padding: 60px 0 100px;
}
.about-tabs .nav-link{
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
    color: rgba(141, 155, 174, 1);
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}
.about-tabs .nav-link.active{
    color: #fff;
    border-bottom: 1px solid rgba(83, 255, 203, 1);
}
.about-tabs .nav-link + .nav-link{
    margin-left: 20px;
}
.about-tabs .tab-content{
    max-width: 960px;
    margin: 30px auto 0;
    font-size: 20px;
    text-align: center;
    line-height: 32px;
}
.personal-wrap{
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 1);
}
.personal-wrap h3{
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
}
.personal-wrap .description{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 30px 0;
}
.personal-slider{
    position: relative;
}
.personal-slider .slider-right-block{
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 280px;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 99;
}
.personal-slider .slider-image{
    border-radius: 5px;
    overflow: hidden;
}
.personal-slider .swiper-wrapper{
    padding-bottom: 65px;
}
.personal-slider .swiper-slide{
    padding-bottom: 45px;
}
.personal-slider .slider-description{
    text-align: center;
    font-size: 18px;
    padding: 0 15px;
    position: absolute;
    top: 64%;
    width: 100%;
}
.personal-slider .slider-description .slider-description-inner{
    background-color: rgba(23, 25, 26, 1);
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 0px 5.24px 65.52px 0px transparent;
    transition: all 0.3s;
}
.personal-slider .swiper-slide-next .slider-description-inner{
    box-shadow: 0px 5.24px 65.52px 0px rgba(15, 254, 211, 0.7);
}
.personal-slider .slider-description .name{
    font-weight: 700;
    margin-bottom: 10px;
}
.personal-slider .slider-description .dolgnost{
    color: rgba(141, 155, 174, 1);
}
.slider-arrows{
    display: flex;
    gap: 10px;
}
.slider-arrows > div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid rgba(141, 155, 174, 1);
    transition: all 0.3s;
}
.slider-arrows > div:hover{
    border-color: rgba(83, 255, 203, 1);
    color: rgba(83, 255, 203, 1);
}
.swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullet{
    background-color: rgba(141, 155, 174, 1);
    width: 8px;
    height: 8px;
    opacity: 1;
    transition: all 0.3s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: rgba(15, 254, 211, 1);
    width: 12px;
    height: 12px;
}
.block{
    padding: 100px 0;
}
.block-title{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}
.feedbacks-slider .slider-image{
    width: 35%;
    position: relative;
    padding: 15px 0;
}
.feedbacks-slider .slider-image .slider-img-inner{
    position: relative;
    z-index: 4;
}
.feedbacks-slider .slider-image .slider-img-back{
    position: absolute;
    z-index: 3;
    clip-path: polygon(25% 0%, 100% 0, 75% 100%, 0 100%);
    left: 0;
    top: 15px;
    background: rgba(83, 255, 203, 1);
    transition: opacity 0.8s;
    opacity: 0;
    width: 340px;
    height: 300px;
}
.feedbacks-slider .slider-image .slider-img-inner img{
    left: -15px;
    top:-15px;
    position: relative;
    clip-path: polygon(25% 0%, 100% 0, 75% 100%, 0 100%);
    z-index: 6;
}
.feedbacks-slider .slider-description{
    width: 65%;
    padding-right: 100px;
}
.feedbacks-slider .slider-description-inner{
    position: relative;
}
.feedbacks-slider .slider-description-inner::after{
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    background: url("../../images/feedbacks-icon.svg") no-repeat;
    display: block;
    width: 90px;
    height: 65px;
}
.feedbacks-slider .slider-description-inner .name{
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
}
.feedbacks-slider .slider-description-inner .text{
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    line-height: 35.2px;
    margin-top: 30px;
}
.feedbacks-slider-wrap .swiper-pagination{
    position: static;
    margin-top: 60px;
}
.rating{
    font-size: 20px;
}
.rating .icon-star + .icon-star{
    margin-left: 5px;
}
.rating .icon-star.full{
    color: rgba(83, 255, 203, 1);
}
.our-works-list{
    padding: 100px 0;
}
.our-works-list .items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.our-works-items .item-inner{
    position: relative;
}
.our-works-items .item-image{
    border-radius: 10px;
    overflow: hidden;
}
.our-works-items .a{
    text-decoration: none !important;
}
.our-works-items .item-title-wrap{
    position: absolute;
    bottom: 14px;
    left: 13px;
}
.our-works-items .item-title-wrap .item-title{
    font-size: 16px;
    font-weight: 700;
    padding: 6px 20px;
    text-align: center;
    border-radius: 7px;
    background: #fff;
    color: #24272B;
    transition: all 0.3s;
}
.our-works-items .item-title-wrap .item-subtitle{
    display: inline-block;
    font-size: 13px;
    padding: 4px 15px;
    text-align: center;
    border-radius: 7px;
    background: #fff;
    color: #24272B;
    margin-top: 5px;
    transition: all 0.3s;
}
.our-works-items .item-inner{
    transition: all 0.3s;
    border-radius: 10px;
}
.our-works-items .item-inner:hover{
    transition: all 0.3s;
    box-shadow: 0px 5.24px 65.52px 0px #0FFED3B2;
}
.our-works-items .item-inner:hover .item-title-wrap .item-title{
    background: #53FFCB;
}
.our-works-items .item-inner:hover .item-title-wrap .item-subtitle{
    background: #53FFCB;
}
.our-works-slider-block{
    padding: 100px 0;
    background: #000;
}
.our-works-slider-block .block-title{
    margin-bottom: 0;
}
.our-works-slider .swiper-wrapper{
    padding: 70px 0 70px 38px;
}
.our-works-slider .slider-right-block{
    position: absolute;
    top: 0;
    bottom:0;
    margin: auto 0;
    right: 0;
    width: 160px;
    height: 380px;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 99;
 }
.projects-list-wrap{
    margin: 0 -20px;
}
.projects-list-wrap .col-lg-6{
    padding: 0 20px;
}
.projects-list .more-link{
    display: none;
}
.projects-list .projects-list-title{
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #0FFED3;
    margin-bottom: 30px;
}
.projects-list.already .projects-list-title{
    color: #FFB27A;
}
.projects-list .projects-list-title .line{
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #0FFED3;
    margin-right: 20px;
}
.projects-list.already .projects-list-title .line{
    background: #FFB27A;
}
.projects-list.already .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #FFB27A;
}
.projects-list .last .item-text{
    margin-top: 30px;
}
.projects-list .last .item-text .item-title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}
.projects-list .item-text .item-title a{
    text-decoration: none !important;
    color: #fff;
}
.projects-list .item-text .item-title a:hover{
    color: #0FFED3;
}
.projects-list.already .item-text .item-title a:hover{
    color: #FFB27A;
}
.projects-list .last .item-text .item-content{
    font-size: 16px;
}
.projects-list .last .item-text .item-content ul{
    list-style: none;
    padding: 0;
}
.projects-list .last .item-text .item-content ul li{
    position: relative;
    margin-bottom: 15px;
}
.projects-list .last .item-text .item-content ul li:before{
    position: relative;
    content: "";
    background: url("../../images/check-icon.svg") no-repeat;
    width: 10px;
    height: 8px;
    display: inline-block;
    margin-right: 10px;
}
.projects-list .item{
    margin-bottom: 30px;
}
.projects-list .read-more{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-top: 30px;
    transition: all 0.3s;
}
.projects-list .read-more:hover{
    color: #0FFED3;
}
.projects-list.already .read-more:hover{
    color: #FFB27A;
}
.projects-list .read-more span{
    font-size: 14px;
}
.projects-list .item-gallery{
    position: relative;
    padding-bottom: 40px;
}
.projects-list .item.others .item-inner{
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: #000000;
    padding: 20px;
}
.projects-list .item.others .item-inner .item-gallery{
    width: 60%;
}
.projects-list .item.others .item-inner .item-text{
    width: 40%;
    padding: 0 20px;
}
.projects-list .item.others .item-inner .item-title{
    font-size: 20px;
    font-weight: 700;
}
.projects-list .item.others .item-inner .read-more{
    margin-top: 20px;
}
.projects-list .swiper-slide{
    border-radius: 5px;
    overflow: hidden;
}
.projects-list .item-gallery .projects-slider-wrap .projects-slider{
    box-shadow: -20px 0px 33px -7px #000000B2;
}
.projects-list .item-gallery .projects-slider-wrap{
    position: relative;
    left: 40px;
    top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}
.projects-list .item-gallery .projects-slider-bg{
    display: block;
    width: calc(100% - 70px);
    height: calc(100% - 100px);
    background: #FFB27A;
    border-radius: 5px;
    position: absolute;
}
.projects-list.in-work .item-gallery .projects-slider-bg{
    background: #53FFCB;
}
.projects-list .others .item-gallery .projects-slider-wrap{
    left: 15px;
    top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.projects-list .others .item-gallery .projects-slider-bg{
    width: calc(100% - 40px);
    height: calc(100% - 70px);
}
.single-projects .page-content ul{
    list-style: none;
    padding: 0;
}
.single-projects .page-content ul li{
    position: relative;
    margin-bottom: 15px;
}
.single-projects .page-content ul li:before{
    position: relative;
    content: "";
    background: url(../../images/check-icon.svg) no-repeat;
    width: 10px;
    height: 8px;
    display: inline-block;
    margin-right: 10px;
}
.single-projects .project-type{
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #0FFED3;
    margin-bottom: 30px;
}
.single-projects .project-type .line{
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #0FFED3;
    margin-right: 20px;
}
.single-projects .item-gallery{
    position: relative;
    padding-bottom: 40px;
}
.single-projects .item-gallery .projects-slider-bg {
    display: block;
    width: calc(100% - 70px);
    height: calc(100% - 100px);
    background: #FFB27A;
    border-radius: 5px;
    position: absolute;
}
.single-projects .in_work .item-gallery .projects-slider-bg {
    background: #0FFED3;
}
.single-projects .item-gallery .projects-slider-wrap {
    position: relative;
    left: 40px;
    top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}
.single-projects .item-gallery .projects-slider-wrap .projects-slider {
    box-shadow: -20px 0px 33px -7px #000000B2;
}
.single-projects .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
}
.single-projects .already .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFB27A;
}
.contacts-details h3{
    font-size: 24px;
    margin-bottom: 30px;
}
.contacts-details .contacts-text{
    font-size: 16px;
    margin-bottom: 30px;
}
.contacts-details .contacts-items{
    font-size: 14px;
    margin-bottom: 20px;
}
.contacts-details .contacts-items > .d-flex{
    margin-bottom: 10px;
}
.contacts-details .contacts-items .right{
    padding-left: 10px;
}
.contacts-details .contacts-items .right .title{
    color: #8D9BAE;
    margin-bottom: 5px;
}
.contacts-details .contacts-items .right a{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
.contacts-details .contacts-items .right a:hover{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
.page-template-template-page-contacts .form-wrap{
    backdrop-filter: blur(8px);
    background: #FFFFFF1A;
    padding: 30px;
    border-radius: 5px;
}
.page-template-template-page-contacts .form-wrap .form-title{
    font-size: 14px;
    text-align: left;
}
.page-template-template-page-contacts .form-wrap .d-flex.flex-wrap{
    margin: 0 -5px;
}
.page-template-template-page-contacts .form-wrap .d-flex.flex-wrap .input-wrap{
    padding: 0 5px;
    width: 33.333333%;
    margin-bottom: 20px;
}
.page-template-template-page-contacts .form-wrap textarea{
    resize: none;
}
.page-template-template-page-contacts .button-wrap{
    margin-top: 20px;
}
.contacts-details-wrap{
    padding-bottom: 100px;
}
.wpcf7 form.sent .wpcf7-response-output{
    border-color: #07EAB4;
}
.our-works-slider-block .button-wrap{
     margin-top: 30px;
}
@media (min-width: 1700px){
    .header-lg .logo{
        position: absolute;
        z-index: 9;
        left: 50px;
        margin-bottom: 0;
    }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1290px;
    }
}
@media (min-width: 1200px){

}
/*LG*/
@media (min-width: 992px){
    .footer-menu-wrap{
        width: 40%;
    }
    .footer-menu-wrap .left{
        width: 50%;
    }
    .footer-menu-wrap .right{
        width: 50%;
    }
    .form-under-map .d-flex .input-wrap{
        width: 70%;
    }
    .form-under-map .d-flex .button-wrap{
        width: 30%;
    }
}
@media (max-width: 1549px){

}
@media (max-width: 1360px){
    .personal-bg{
        width: 250px;
        height: 500px;
    }
}
@media (max-width: 1200px){
    .header-lg .down{
        padding: 15px 30px;
    }
    .main-menu ul{
        font-size: 14px;
    }
    .page-wrap.has-image .page-title h1,
    h1.page-title,
    .single h1.page-title{
        font-size: 38px;
    }
    .services-list > h2,
    .block-title,
    .personal-wrap h3{
        font-size: 32px;
    }
    .our-works-items .item-title-wrap .item-title{
        font-size: 14px;
    }
    .feedbacks-slider .slider-description-inner .name{
        font-size: 20px;
    }
    .feedbacks-slider .slider-description-inner .text{
        font-size: 16px;
    }
    .page-wrap.has-image .page-title{
        padding-top: 70px;
        top: 70px;
    }
    .about-tabs{
        padding: 30px 0;
    }
    .personal-wrap .description{
        font-size: 14px;
    }
    .block,
    .form-under-map,
    .personal-wrap,
    .our-works-slider-block,
    .our-works-list{
        padding: 50px 0;
    }
    .about-tabs .tab-content{
        font-size: 16px;
    }
    .services-list .items .item-title{
        font-size: 14px;
        margin-top: 15px;
    }
    .form-under-map .form-title{
        font-size: 16px;
        line-height: 1.2;
    }
    .need-help-block .phone{
        font-size: 16px;
    }
    .projects-list .last .item-text .item-title{
        font-size: 24px;
    }
    .projects-list .item.others .item-inner .item-title{
        font-size: 16px;
    }
    .projects-list .last .item-text .item-content{
        font-size: 14px;
    }
}
@media (max-width: 991px){
    .header-mobile .logo{
        max-width: 128px;
    }
    .mobile-menu{
        display: none;
    }
    .mobile-menu.opened{
        display: block;
    }
    .services-list .items{
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .page-wrap.has-image .page-title {
        padding-top: 30px;
        top: 0;
    }
    .page-wrap.has-image .page-title h1, h1.page-title, .single h1.page-title {
        font-size: 32px;
    }
    .services-list > h2, .block-title, .personal-wrap h3 {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .feedbacks-slider .slider-image{
        width: 100%;
        text-align: center;
    }
    .feedbacks-slider .slider-description{
        width: 100%;
        padding: 30px 0 0 0;
        font-size: 15px;
    }
    .personal-wrap .description{
        margin: 15px 0;
    }
    .projects-list-wrap > .col-12,
    .contacts-details-wrap > .col-12{
        margin-bottom: 30px;
    }
    .contacts-details-wrap{
        padding-bottom: 50px;
    }
}
@media (max-width: 767px){
    .header-mobile .logo{
        max-width: 96px;
    }
    .page-wrap.has-image .page-title{
        position: static;
    }
    .form-main .d-flex > div{
        width: 100%;
        padding: 0;
    }
    .form-main .d-flex .button-wrap{
        margin-top: 20px;
    }
    .form-main .d-flex .button-wrap input,
    .form-main .d-flex .button-wrap button{
        width: 100%;
    }
    .page-wrap.has-image .page-title h1, h1.page-title, .single h1.page-title {
        font-size: 28px;
    }
    .services-list > h2, .block-title, .personal-wrap h3 {
        font-size: 24px;
    }
    .services-list .items {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
    }
    .feedbacks-slider-wrap .feedbacks-slider .slider-image{
        padding: 15px;
    }
    .feedbacks-slider .slider-description-inner::after{
        background-size: cover;
        width: 50px;
        height: 36px;
    }
    .footer-logo{
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-logo .logo{
        margin-bottom: 15px;
    }
    .footer-menu + .footer-menu,
    .footer-menu-wrap .right,
    .footer-menu-contacts{
        margin-top: 30px;
    }
    .page-image{
        margin-bottom: 0;
    }
    .page-wrap.has-image .page-title{
        padding-top: 0;
    }
    .about-tabs .nav-link{
        font-size: 15px;
    }
    .about-tabs .tab-content{
        font-size: 14px;
        line-height: 1.3;
    }
    .personal-wrap h3 br{
        display: none;
    }
    .services-list > h2, .block-title, .personal-wrap h3,
    .personal-wrap .description{
        text-align: center;
    }
    .personal-wrap .slider-arrows{
        display: none;
    }
    .form-under-map .form-title br{
        display: none;
    }
    .page-wrap.has-image .page-title h1, h1.page-title, .single h1.page-title {
        text-align: center;
    }
    .our-works-list .items {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .block,
    .form-under-map,
    .personal-wrap,
    .our-works-slider-block,
    .our-works-list{
        padding: 30px 0;
    }
    .page-image{
        margin-bottom: 30px;
    }
    .page-template-template-page-contacts .form-wrap .d-flex.flex-wrap .input-wrap{
        width: 100%;
    }
    .page-template-template-page-contacts .button-wrap input,
    .page-template-template-page-contacts .button-wrap button{
        width: 100%;
    }
    .contacts-details-wrap{
        padding-bottom: 30px;
    }
    .our-works-slider-block .button-wrap{
        margin-top: 20px;
    }
}
@media(max-width: 350px){
    .header-mobile .logo{
        max-width: 64px;
    }
    .header-mobile .header-contacts{
        font-size: 12px;
    }
    .header-mobile .header-contacts .icon{
        font-size: 14px;
    }
}
@media(max-width: 300px){
    .header-mobile .logo{
        display: none;
    }
}