* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.img {
    width: 100%;
}

.slider-bg {
    margin: 60px 0 0;
}

.slider-bg>.container {
    position: relative;
}

.slider-bg-item {
    position: relative;
    width: 20%;
}

.slider-bg-img {
    width: 100%;
}

.mySwiper-item-show,
.mySwiper-item-hide {
    position: relative;
}

.mySwiper-btns .swiper-button-prev,
.mySwiper-btns .swiper-button-next {
    border: 1px solid  #084B60;
    width: 35px;
    height: 35px;
}

.myoneSwiper-btns .swiper-button-prev,
.myoneSwiper-btns .swiper-button-next {
    border: 1px solid #084B60;
    width: 35px;
    height: 35px;
}


.mySwiper-item-show {
    display: none;
}

.myoneSwiper-item-show {
    display: none;
}
.slider-bg__title {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    color: #084B60;
    margin-top: 35px;
    margin-bottom: 0;

}

.myoneSwiper -item:hover .myoneSwiper-item-show {
    display: block;
}
.mySwiper-item:hover .mySwiper-item-show {
    display: block;
}

.mySwiper-item:hover .mySwiper-item-hide {
    display: none;
}

.myoneSwiper-item:hover .myoneSwiper-item-hide {
    display: none;
}

.mySwiper-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: brightness(0.5);
}

.myoneSwiper-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(2px);
}

.mySwiper-item__info {
    z-index: 10;
    position: absolute;
    inset: 1px 40px auto 0px;
    color: #fff;
    padding: 20px;
    backdrop-filter: blur(20px);
    transition: .4s;
    height: 100%;
    width: 100%;
  }
.myoneSwiper-item__info {
    z-index: 10;
    position: absolute;
    inset: 29px 40px auto 40px;
    color: #000;
    padding: 20px;
    background: red;
    height: 100%;
    width: 100%;

}

.hover-img {
    backdrop-filter: blur(2px);
    transition: filter .8s;
    filter: brightness(5);
}
.hover-img:hover {
    backdrop-filter: blur(2px);
}


.mySwiper-btns {
    width: 105px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    right: 0;
    top: -60px;
    color: #084B60  !important;
}

.myoneSwiper-btns{
    width: 105px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    right: 0;
    top: -100px;
    color: #084B60 !important;
}

.mySwiper-item__title{
    position: fixed;
    bottom: 39px;
}
.myoneSwiper-btns .swiper-button-next,
.myoneSwiper-btns .swiper-button-prev,
.mySwiper-btns .swiper-button-next,
.mySwiper-btns .swiper-button-prev {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #084B60;
    background-image: none;
    color: #084B60;
    font-size: 20px;
}

.contact-info {
    background: url("../../image/contact-bg.png");
    height: 430px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: space-between;
    border-radius: 25px;
    margin: 108px 0 111px;
    position: relative;
}

.contact-info:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #084B6093;
    border-radius: 25px;
}


.contact-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    top: -50px;
}

.input-item span {
    color: red;
}

.input-item{
    position: relative;
}

.input-item label{
    position: absolute;
    top: -8px;
    left: 15px;
    background: #fff;
    padding: 3px 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: rgba(99, 99, 99, 1);


}

.input-item input {
    border: none;
    border-radius: 3px;
    padding: 17px 16px;
    margin-bottom: 23px;
    width: 100%;
    outline: none;
    font-size: 15px;
    border: 1px solid rgba(234, 234, 234, 1);
    border-radius: 6px;
}

.input-item textarea {
    width: 100%;
    height: 110px;
    resize: none;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 15px;
    border: 1px solid rgba(234, 234, 234, 1);
    border-radius: 6px;
}


.contact-input form{
    width: 450px;
    max-width: 450px;
    margin-right: 58px;
    z-index: 3;
    padding: 31px 22px 26px 13px;
    box-shadow: 0 4px 54px 0 rgba(27, 49, 86, 0.17);
    border-radius: 10px;
    z-index: 3;
    background: #fff;
}

.input-btn button {
    border: 1px solid #084B60;
    color: #084B60;
    background: #fff;
    padding: 12px 50px;
    border-radius: 5px;
}

.input-btn button:hover{
    background: #084B60;
    color: #fff;
    border: 1px solid #084B60;
}

.input-btn {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

.foto-logo svg {
    max-width: 230px;
    position: absolute;
    bottom: 100px;
    right: 50px;
}

.number {
    color: #fff;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    margin-left: 9px;
    z-index: 5;
    margin-bottom: 99px;
}

.number-foto {
    display: flex;
}

.number-foto img{
    height: fit-content;
}
.number-text {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    z-index: 5;
}

.number-item {
    width: 25%;
    padding: 0 8px;
    margin-bottom: 15px;

}

.number-item-div{
    padding: 79px  39px 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    text-align: center;
}

.number-section {
    max-width: 1440px;
    display: flex;
    z-index: 2;
    margin: 50px auto 118px;
}

.slider-section {
    position: relative;
}

.about-section {
    margin-top: 10px;
}


.about-item {
    width: 49%;
    display: flex;
    align-items: center;
    text-align: start;
}

.about-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.background-foto {
    height: 250px;
    display: flex;
    justify-content: flex-end;
}

.about-title {
    color: #084B60;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    margin-bottom: 40px;
}

.about-two-title {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 49px;
    margin-bottom: 18px;
}

.services-section {
    margin: 35px 0 67px;
}

.section-title {
    color: #084B60;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.45px;
    margin-top: 34px;
}

.service-block{
    display: flex;
    flex-wrap: wrap;
}
.service-item{
    width: 50%;
    padding: 8px 19px;
    height: auto;
}

.service-item a{
    display: block;
    box-shadow: 0 5px 13px 0 #72727226;
    padding: 5px 21px 45px 21px;
    border-radius: 10px;
    height: 100%;

}

.service-item img{
    border-radius: 10px;
}

.comment-block {
    display: flex;
    flex-wrap: wrap;
    margin: 45px -10px 0;
}

.comment-item {
    width: 25% !important;
    padding: 10px;
}

.comment-item a {
    display: block;
    border-radius: 7px;
    background: #084B60;
    box-shadow: 0px 4px 13px 0px rgba(157, 157, 157, 0.25);
    padding: 35px 10px 42px 30px;
    text-decoration: none;
    height: 100%;
}

.comment-section {
    margin-top: 84px;
    position: relative;
}

.comment-foto img {
    max-width: 76px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #fff;

}

.comment-foto {
    display: flex;
    padding-bottom: 20px;
}

.comment-foto-div {
    margin-right: 10px;
}

/* star */
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

fieldset,
label {
    margin: 0;
    padding: 0;
}

/****** Style Star Rating Widget *****/

.rating {
    border: none;
    float: left;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin: 5px;
    font-size: 10px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
}


.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #084B60;
}


.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: #084B60;
}

.comment-foto p {
    margin-bottom: 0;
}

.comment-text p {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 184.615% */
    margin: 0;
}

.comment-text {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}

.comment-name {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    text-transform: capitalize;
}

.news-section {
    margin-top: 81px;
}

.news-card{
    margin-top: 65px;
}
.news-item {
    width: 33.333%;

}

.news-card-item p{
    color: #0e0e0e;
}

.news-card-item a {
    display: block;
    text-decoration: none;
    background: #fff;
    box-shadow: 0px 5px 14px rgba(127, 126, 140, 0.16);
    overflow: hidden;
    color: #0e0e0e;
    border-radius: 10px;

}


.news-date{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5C4D4D;
    margin: 19px 0 10px;

}

.news-title {
    color: #0e0e0e;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin: 13px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-text {
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.news-card-item:hover  h2 {
    color: #0e0e0e;
}

.news-card-item:hover .news-title {
    color: #084B60;
}


.news-info {
    padding: 0 22px 22px 22px;
    height: 120px;
    position: relative;
}

.news-block {
    display: flex;
    margin: 65px -15px;
}


.map{

    position: relative;
}

.map-section{
    margin: 72px 0 56px;
}


.map-info{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    padding: 29px 20px 20px 20px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.75);
    filter: drop-shadow(0px 3px 53px rgba(40, 40, 40, 0.07));
    height: fit-content;
    margin: auto;
}
.map-info-logo{
    max-width: 110px;
    margin-bottom: 27px;
    margin-right: auto;
}

.map-contact{
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

.map-info-item p{
    margin: 12px 17px 0 0;
    color: #575253;
}
.map-contact>a{
    font-weight: normal;
    font-size: 23px;
    text-align: right;
    color: #fff;
    margin-bottom: 6px;
}

.social-media{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: flex-end;
}
.social-media>img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    border-radius: 4px;
    background: #084B60;
    border: 1px solid #e2e2e2;
    font-size: 20px;
}

.contact-tel,
.contact-address{
    display: flex;
    margin-bottom: 11px;

}

.contact-tel a{
    text-decoration: none;
    margin-right: 17px;
    color: #575253;
    display: flex;
    align-items: center;
}

.social-media-item a{
    background: transparent;
        /*height: 30px;*/
        /*padding: 10px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;

}


.social-media-item:not(:last-child) {
    margin-right: 10px;
}



.news-card-item  {
    width: 33.333%;
    padding: 10px;



}

.product-card{
    display: flex;
}



.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: "";
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}

.service-page{
    margin-top: 32px;
}

.service-page-text{
    margin-top: 32px;
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}

.service-page-info .slider-bg{
    margin-top: 170px;
}

.news-page-info{
    margin-top: 34px;
}

.news-page-info  .news-title{
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    color: #084B60;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.news-card-block{
    margin: 49px -10px 89px;
    display: flex;
    flex-wrap: wrap;
}

.news-ditail-foto,
.blog-ditail-foto{
    padding: 0 26px 10px 0;
}

.news-ditail-info,
.blog-ditail-info{
    margin: 42px 0;
}

.service-ditail-bg{
    filter: brightness(0.5);
}

.service-ditail-block {
    margin-top: 21px;
}


.services-page-section{
    margin-top: 30px;
}

.service-ditail-block li a{
    text-decoration: none;
    color: #084B60;
}

.service-ditail-contact-form .section-title {
    margin-top: 0;
}



.service-ditail-block ul{
    padding-left: 35px;
}

.download-input{
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    clear: both;
}


.download-input a{
    width: 100%;
    border-radius: 5px;
    border: 1px dashed #D6D6D6;
    background: #FFF;
    box-shadow: 0px 7px 13px 0px rgba(219, 219, 219, 0.25);
    padding: 11px 22px;
    margin: 7px 0;
    color: #424242;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    text-decoration: none;
}

.download-input a i{
    margin-right: 37px;
}

.service-ditail-card-block{
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px 46px;
}

.service-ditail-card-block .news-info {
    padding: 31px 36px 31px 34px;
    height: 130px;

}

.service-ditail-card-block .news-foto {
    max-width: inherit;
}

.service-ditail-card-block p {
    color: #201316;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.service-ditail-block{
    justify-content: space-between;
}



.service-ditail-contact-form{
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 54px 0px #1B31562B;
    padding: 24px 41px;
    margin-bottom: 30px;
}

.service-ditail-contact-form .form-input{
    margin-top: 0;
}

.input-block{
    display: flex;

}

.service-ditail-contact-form input {
    border: none;
    border-radius: 3px;
    background: #fff;
    padding: 17px 16px;
    margin-bottom: 23px;
    /*width: 33.333%;*/
    outline: none;
    font-size: 15px;
    border: 1px solid #EAEAEA;


}

.service-ditail-contact-form textarea {
    width: 100%;
    height: 110px;
    resize: none;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 15px;
    background: #fff;
    border: 1px solid #EAEAEA;
}

.service-ditail-contact-form .input-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.service-ditail-contact-form form{
    margin-top: 47px;
}

.service-foto-text{
    margin: 35px 0 65px;
}

.service-foto-text img{
    float: left;
    margin:0 18px 25px 0;
}

.input-block .input-item{
    width: 33.333%;
    padding: 3px;
}

.contact-page-info{
    display: flex;
    justify-content: space-between;
    margin: 50px 0 140px;
}

.contact-page-map{
    width: 100%;
}

.contact-page-soc-div{
    width: 47%;
}

.geo-mail svg{
    background: #084B60;
    padding: 10px;
}

.contact-page-soc-item{
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.contact-page-soc-item p{
    margin: 0 0 0 14px;
    color: #424242;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.98px;
}

.block-title{
    color: #084B60;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.19px;
    text-decoration: underline solid 1px #212529;
    text-underline-offset: 10px;
    margin: 0 0 22px;
}

.comment-form{
    width: 25%;
}

.comment-form .contact-input{
    width: 100%;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 1px 4px 23px 0px rgba(147, 145, 145, 0.21);
    padding: 23px 30px 24px 19px;
}

.comment-form  .input-item input {
    width: 100%
}

.comment-form  .input-item textarea {
    width: 100%;
}




.comment-form .input-btn {
    width: 100%;
}

.comment-form .star{
    margin: 15px 0;
}

.choose-div input{
    cursor: pointer;
    padding: 8px 13px;
    font-size: 16px;
    text-align: center;
    color: #0078f5;
    background: #fff;
    border: 0.5px solid #0078f5;
}

.choose-div{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.stars{
    margin-top: 20px;
}

.file-input{
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.file-block{
    position: relative;
}
.file-block>label{
    display: flex;
    align-items: center;
    padding: 9px 12px;
    cursor: pointer;
    background: #F7F7F7;
    border: 0.5px solid #F7F7F7;
    color: #424242;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    width: 95px;
    height: 95px;
}

.comment-page-info{
    display: flex;
    justify-content: space-between;
    margin: 40px -10px 0;
}


.comment-all .comment-item {
    width: 25%;
    padding: 10px;
}

.comment-all .comment-block{
    margin: 0 0 37px 0;
    display: flex;
    flex-wrap: wrap;
}
.comment-all{
    width: 100%;
}

.comment-all .comment-text{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}

.comment-all .comment-item a {
    display: block;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0px 4px 13px 0px rgba(157, 157, 157, 0.25);
    padding: 35px 10px 42px 30px;
    text-decoration: none;
    height: 100%;

}

.comment-all .comment-name{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #084B60;

}

.comment-all .comment-text p{
    color: #828181;
    font-size: 15px;
}


.comment-all .comment-item a{
    display: inline-block;
    width: 100%;
}

.work-block{
    margin: 34px 0 40px;
}

.work-item{
    background: #FFF;
    padding: 25px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 20px;
}

.work-time{
    margin-bottom: 10px;
}

.work-item:hover{
    text-decoration: unset;
}

.work-item-title{
    color: #084B60;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 49px;
    border-bottom: 1px solid #514F4F61;
}

.work-info{
    display: flex;
    flex-direction: column;
    padding: 10px 0;

}

.work-time p{
    padding: 0 20px 0 0;
    margin-bottom: 0;
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.work-sale p{
    margin-bottom: 3px;
    color: #676767;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}


.work-time p:first-child{
    color:#084B60;
    font-size: 20px;
}

.work-sale p:first-child{
    color: #084B60;
    font-size: 20px;
}

.work-info-more{
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
}

.job-single{
    border-bottom: none;
}

.about-page-block{
    margin-top: 74px;
}

.about-foto img{
    border-radius: 20px;
}


.about-page-block .about-foto{
    position: relative;
}

.about-page-block .number-section{
    position: inherit;
    margin: 80px 0 90px;
}

.about-page-block-two{
    margin-bottom: 90px;
}

.about-page-block-two .about-info{
    flex-direction: row-reverse;
    margin-bottom: 130px;

}

.about-page-section .about-info{
    margin-bottom: 90px;
}

.about-page-block-two .about-foto{
    position: relative;
}

.about-page-block-two .about-two-title{
    color: #084B60;
}

.katalog-info:nth-child(even) {
    background: #fff;
}

.about-page-block-two .about-info:nth-child(even)  {
    flex-direction: row;
    text-align: right;
}
.about-page-block-two .about-info:nth-child(even) .about-item .about-foto::before {
    left: 97%;
}
.about-page-block-two .about-info:nth-child(even) .about-item .about-foto::after {
    left: 10%;
}

.dont-click{
    pointer-events: none;
}

.about-page-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 70px;
}

#accordion{
    margin-top: 70px;
}

.card-header{
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(207, 207, 207, 0.25);

}

.btn-link{
    color: #201316;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 111.765% */
}

.btn-link:hover{
    color: #084B60;
    text-decoration: none;
}

.partners-block{
    display: flex;
    flex-wrap: wrap;
    margin: 50px -10px 50px;
}

.partners-item{
    width: 12.5%;
    padding: 10px;
}

.partners-item a{
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #D6D6D6;
    padding: 10px;
}

.number-item-div {
    animation: flushEffect 2s ease-in-out forwards;
    transform-origin: left;
    opacity: 0;
}

.number-item-div:first-child{
    background: url("../../image/number-item (1).png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;

}
.number-item-div:last-child:after,
.number-item-div:nth-child(3):after,
.number-item-div:nth-child(2):after,
.number-item-div:first-child:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #084B6093;
    border-radius: 10px;
}
.number-item-div:nth-child(2){
    background: url("../../image/number-item (2).png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
.number-item-div:nth-child(3){
    background: url("../../image/number-item (3).png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
.number-item-div:last-child{
    background: url("../../image/number-item (1).png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
@keyframes flushEffect {
    0% {
        transform: scaleX(0);
        opacity: 0;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}


.raz {
    -moz-appearance: textfield;
}
.raz::-webkit-inner-spin-button {
    display: none;
}

.modal-header button{
    outline: none;
}

.modal-header button:hover {
    color: #084B60;
}



.slider-btn-text{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    padding-top: 23px;
    outline: none;
}



.slider-btn-text a{
    display: block;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 38px;
    outline: none;


}

.slider-btn{
    border: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 18px 30px;
    border-radius: 10px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    outline: none !important;
    border: 1px solid #fff;
    margin-right: 20px;

}

.slider-btn:hover{
    background: #fff;
    color: #002E38;
}

.slider-info{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #fff;

}

.slider-links{
    display: flex;
}

.btn:not(:disabled):not(.disabled){
    text-decoration: none;
}


#accordionMenu {
    max-width: 100%;
}

.panel-body {
    padding: 20px 10px;
    border-radius: 6px;
    background: #FFF;

}

.panel-title{
    font-size: 18px;
}

.panel-default:hover .panel-title a{
    color: #5A5A5A;
}

.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default{
    border-radius: 6px;
    background: #FFF;
    border-bottom: 1px solid #0000000F;

}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
}


.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    color: #084B60;
}

.pagination {
    margin: 20px 0 !important;
    position: relative;
}

.pagination li.active a {
    color: #084B60  !important;
    border-bottom: 1px solid #084B60  !important;
}

.pagination-wrap{
    position: absolute;
    right: 0;
    bottom: -10px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #084B60;
    color: #084B60;
    z-index: 9;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.investore-block-form{
    margin-top: 43px;
    display: flex;
    justify-content: space-between;
}

.investore-item a{
    display: block;
    border-radius: 9px;
    border: 1px solid #EDE9E9;
    padding: 23px 37px 23px 27px;
    margin-bottom: 23px;
}

.investore-item a:hover{
    text-decoration: none;
}

.investore-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1B3156;
    margin: 9px 0 12px;
}

.investore-item .editor{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #828181;

}

.investore-block{
    width: 62%;
}

.investore-form{
    width: 36%;
}
.investore-form .input-item,
.investore-form .input-item input{
    width: 100%;
}

.investore-form .input-block {
    display: flex;
    flex-wrap: wrap;
}

.form-title{
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    color: #084B60;
    text-align: center;


}

.investore-form .service-ditail-contact-form {
    padding: 31px 25px 22px 19px;
}

.startups-filter {
    width: 15%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

/* --- Title Bar --- */
.filter-title {
    background: #ffff;
    color: #000;
    padding: 10px 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 10px;
}



/* --- Arrow --- */
.arrow {
    width: 8px;
    height: 8px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    margin-top: 2px;
}

/* --- Dropdown --- */
.filter-dropdown {
    display: none;
}

.filter-dropdown label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #06364B;
    margin-bottom: 8px;

}

/* --- Custom Checkbox --- */
.filter-dropdown input[type="checkbox"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #E2EAF0;
    border-radius: 3px;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    background: #fff;
}

.filter-dropdown input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 4px;
    height: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* --- Active state --- */
.filter-item.active .filter-dropdown {
    display: block;
}

.filter-item.active .arrow {
    transform: rotate(135deg); /* rotate down */
}

.startups-filter{
    width: 15%;
    border: 1px solid #E8E9EB;
    border-radius: 5px;
    padding: 17px 19px 25px 17px;
    height: fit-content;
}

.startups-filter .active{
    text-decoration: none;
}

.startups-block-filter{
    display: flex;
    justify-content: space-between;
}

.startups-block{
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.startups-block .service-item{
    width: 50%;
    margin-bottom: 20px;
}

.filter-type{
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #06364B;
    margin: 25px 0 -17px;

}

.startup-date{
    display: flex;
    justify-content: space-between;
    width: 250px;
}

.country{
    display: flex;
    justify-content: space-between;
    width: 200px;
}

.country p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #394255;
    margin: 24px 0 14px
}

.startup-date p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #394255;
}

.image-info{
    width: 388px;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    position: absolute;
    top: 40px;
    right: 19px;
    padding: 25px 29px;

}

.startup-single-info{
    position: relative;
}

.image-info p{
    text-align: end;
    color: #fff;
    margin-bottom: 0;

}

.image-info div{
    border-bottom: 1px solid #FFFFFF3B;
    padding: 21px 0;
    text-align: end;
}

.image-info p:first-child{
    margin-bottom: 10px;

}

.max-contaier{
    max-width: 900px;
     margin: 38px auto  50px;
}

.news-ditail-page-info .editor{
    margin-top: 40px;
}

.contact-block-logo{
    position: absolute;
    top: 100px;
    right: 0;
    left: 100px;
    margin: auto;
    bottom: 0;
    z-index: 1;
}

.contact-block-logo svg{
    max-width: 480px;
}































/* Responsive */

@media all and (max-width: 1500px) {
    .foto-logo svg {
        max-width: 154px;
        position: absolute;
        bottom: 150px;
        right: 30px;
    }
}

@media all and (max-width: 1365px) {
    .service-ditail-contact-form .input-btn {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
    }
    .service-page-btn{
        margin-top: 15px;
    }
}


@media all and (max-width: 1199px) {
    .number-text {
        font-size: 16px;
    }

    .number {
        font-size: 45px;
    }

    .number-foto svg {
        width: 32px;
        height: 32px;
    }

    .number-section {
        bottom: -150px;
        padding: 30px 15px;
    }

    .number-foto {
        align-items: baseline;
    }

    .mySwiper-btns {
        right: 40px;
    }

    .contact-info {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .contact-foto {
        width: 70%;
    }

    .contact-input {
        width: 100%;
        margin-top: 70px;
    }

    .input-item input {
        width: 100%;
    }

    .input-item textarea {
        width: 100%;
    }

    .input-btn {
        width: 100%;
    }

    .foto-logo svg {
        bottom: 50px;
    }

    .comment-item {
        width: 50%;
    }
    .map{
        padding: 17px 12px;
    }
    .service-ditail-contact-form .input-btn {
        flex-direction: unset;
        justify-content: space-between;
    }
    .service-page-text{
        margin-top: 24px;
    }
    .news-card-block .news-card-item {
        width: 50%;
    }
    .news-card-block{
        margin-top: 33px;
        margin-bottom: 57px;
    }
    .news-page-info{
        margin-top: 45px;
    }
    .service-ditail-card-block{
        flex-wrap: wrap;
    }
    .service-ditail-card-block .news-card-item{
        width: 50%;
    }

    .service-ditail-contact-form {
        width: 100%;
        margin: 28px 0 22px;
    }


    .contact-page-map {
        width: 100%;
    }
    .contact-page-info {
        margin: 50px 0 37px;
    }
    .comment-all .comment-item {
        width: 33.333%;
    }

    .comment-form {
        width: 35%;
    }

    .comment-form .input-btn button {
        padding: 12px 15px;
    }
    .comment-form .contact-input {
        margin-top: 10px;
    }
    .comment-block .comment-item {
        width: 33.333% !important;
        padding: 10px;
    }
    .about-page-block-two .about-info{
        margin-bottom: 65px;

    }
    .partners-item{
        width: 20%;
    }
    .number-section {
        margin: 50px auto;
    }




}

@media all and (max-width: 1024px) {
    .about-info {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .about-item {
        width: 100%;
    }

    .about-text {
        margin-bottom: 20px;
    }

    .about-foto {
        width: 70%;
    }
}

@media all and (max-width: 900px){
    .comment-page-info {
        display: inline-block;
        column-count: 2;
    }
    .comment-form {
        width: 100%;
    }

    .comment-all {
        width: 100%;
    }
    .comment-form .contact-input {
        margin-bottom: 39px;
    }
    .investore-block-form{
        flex-direction: column;
    }
    .investore-block{
        width: 100%;
    }

    .investore-form {
        width: 100%;
    }
    .startup-date{
        width: auto;
    }





}







@media all and (max-width: 767px) {
    .number-section {
        flex-wrap: wrap;
    }

    .number-item {
        width: 50%;
    }

    .number-section {
        bottom: -300px;
    }

    .about-info {
        margin-top: 60px;
    }

    .about-foto {
        width: 100%;
        margin-top: 20px;
    }

    .background-foto svg {
        display: none;
    }

    .comment-item {
        width: 100%;
    }
    .map{
        padding: 17px 6px;
    }
    .service-ditail-card-block .news-card-item{
        width: 100%;
    }
    .comment-page-info {
        flex-direction: column;
    }
    .comment-all .comment-block {
        column-count: 1;
    }
    .comment-form {
        width: 100%;
    }
    .comment-all{
        width: 100%;
    }

    .partners-item{
        width: 33.3%;
    }
    .slider-bg__title {
        font-size: 20px;
        line-height: 25px;
    }
    .input-block {
        flex-wrap: wrap;
    }
    .input-block .input-item {
        width: 100%;
        padding: 0 0 10px 0;
    }
    .contact-page-info{
        flex-direction: column;
    }
    .contacts__form{
        width: 100% !important;
    }
    .comment-all .comment-item {
        width: 50%;
    }
    .section-title {
        font-size: 35px;
    }
    .about-title{
        font-size: 35px;
    }
    .comment-block .comment-item{
        width: 100% !important;
    }
    .contact-input form {
        margin-right: 0;
    }
    .contact-input {
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 150px;
    }
    .comment-section {
         margin-top: 320px;
    }



}







@media all and (max-width: 575px) {
    .number-section {
        bottom: -320px;
    }
    .comment-all .comment-item {
        width: 100%;
    }
    .comment-section {
        margin-top: 300px !important;
    }

    .about-section .about-info {
        margin-top: 35px;
    }

    .about-title {
        font-size: 25px;
        line-height: 1;
    }

    .about-two-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .news-ditail-page-info .section-title {
        clear: both;
    }

    .contact-foto {
        width: 100%;
    }


    .section-title {
        text-decoration: none;
        font-size: 20px;
    }

    .number-foto img {
        height: auto;
        margin-right: 10px;
    }
    .service-item {
        padding: 8px 0;
    }

    .news-card-block .news-card-item {
        width: 100%;
    }

    .news-card-block {
        margin-bottom: 60px;
    }

    .news-foto,
    .blog-foto {
        max-width: inherit;
    }

    .news-ditail-foto,
    .blog-ditail-info {
        padding: 0 0 15px 0;
    }

    .news-ditail-page-info .title-block {
        clear: both;
    }

    .title-block {
        clear: both;
    }

    .download-input a i {
        margin-right: 10px;
    }

    .service-ditail-contact-form {
        padding: 22px 14px
    }

    .service-ditail-card-block .news-info {
        padding: 20px 22px;
    }

    .service-ditail-contact-form .input-btn {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-top: 10px;
    }

    .form__input {
        margin-bottom: 22px !important;
    }

    .comment-page-info {
        column-count: 1;
    }

    .comment-block .comment-item a {
        margin-bottom: 8px;
    }

    .comment-form .contact-input {
        margin-bottom: 22px;
    }

    .slider-bg {
        margin: 40px 0 0;
    }

    .about-page-block-two .about-info {
        margin-bottom: 45px;

    }

    .about-page-block .number-section {
        position: inherit;
        margin: 80px 0 20px;
    }

    .about-page-logo {
        margin: -20px 0 -90px;
    }

    .slider-btn-text a {
        padding-top: 0;
    }

    .slider-btn {
        padding: 8px 3px;
        font-size: 14px;
        width: fit-content;
    }

    .news-text {
        height: 100%;
    }

    .partners-item {
        width: 50%;
    }

    .mySwiper-btns {
        top: -60px;
    }

    .services-section {
        margin: 30px 0 43px;
    }

    .myoneSwiper-btns {
        top: -50px;
    }

    .contact-input {
        margin-top: 10px;
    }

    .comment-section {
        margin-top: 40px;
    }



    .news-section {
        margin-top: 30px;
    }

    .news-card {
        margin-top: 22px;
    }

    .map-section {
        margin: 32px 0 56px;
    }

    .number-item {
        width: 100%;
    }

    .number-text {
        max-width: 100%;
    }

    .number-section {
        bottom: -370px;
        padding: 15px 15px;
    }

    .number {
        font-size: 30px;
        margin: 0 0 5px 0;

    }

    .number-text p {
        margin: 0 0 5px 0;
    }

    .number-foto {
        align-items: center;
        width: 30px;
        justify-content: center;
        height: 100%;
    }

    .input-btn {
        margin-top: 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .g-recaptcha {
        margin-bottom: 10px;
        width: 100%;
        align-items: center;
        display: flex;
        flex-wrap: wrap !important;
        justify-content: flex-start;

    }

    .news-title h2 {
        font-size: 17px;
    }

    .news-page-info .news-title {
        font-size: 20px;
    }

    .news-info {
        padding: 0 22px 10px 22px;
        height: 170px;
    }

    .news-date {
        bottom: 0px;
    }

    .news--page .news-info p {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -moz-box;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news--page .news-title {
        margin: 10px 0 13px 0;
    }

    .map-info {
        width: 100%;
        position: absolute;
        top: unset;
        bottom: unset;
        box-shadow: 0px 17px 34px 0px rgba(177, 177, 177, 0.25);
        left: 0;
        font-size: 15px;

    }

    .map-info-logo {
        margin: 0 0 20px auto;
    }

    .map-info-item p {
        margin: 12px 5px 0 0;
    }

    .contact-tel a {
        margin-right: 5px
    }

    .service-ditail-contact-form .input-btn {
        align-items: flex-start;
    }

    .download-input {
        margin: 0 10px;
    }

    .gallery-row__item {
        width: 25% !important;
    }

    .about-page-block-two .about-info:nth-child(even) .about-item .about-foto::before {
        left: 95.5%;
    }

    .service-item {
        width: 100%;
    }

    .contact-input form {
        margin: 0 auto 0;
    }
    .slider-info{
        display: none;
    }
    .contact-input {
        margin-top: 10px;
    }
}

@media (max-width: 380px) {
    .map-info-item p {
        font-size: 13px;
    }
}






.contacts {}
.contacts__body {
    display: flex;
    margin: max(46rem, 20px) 0 0;
}
@media (max-width: 768px) {
    .contacts__body {
        flex-direction: column;
        margin: 20rem 0 0;
    }
}
@media (max-width: 375px) {
    .contacts__body {
        margin: 3rem 0 0;
    }
}
.contacts__map {
    width: 893rem;
    height: max(457rem, 373px);
    flex: 1 0 auto;
}
@media (max-width: 768px) {
    .contacts__map {
        width: 100%;
        height: max(353rem, 173px);
    }
}
@media (max-width: 375px) {
    .contacts__map {
        height: 173rem;
        display: none;
    }
}
.contacts__map--mobile {
    display: none;
}
@media (max-width: 375px) {
    .contacts__map--mobile {
        display: unset;
    }
}
.contacts__info {
    margin: 0 0 0 38rem;
}
@media (max-width: 768px) {
    .contacts__info {
        margin: 0;
    }
}
@media (max-width: 375px) {}
.contacts__description {
    margin: 19rem 0 0;
}
.contacts__item {
    display: flex;
    align-items: center;
    margin: 9rem 0 0;
    font-size: 14px;
}
.contacts__item:first-of-type {
    margin: max(35rem, 23px) 0 0;
}
@media (max-width: 768px) {
    .contacts__item:first-of-type {
        margin: max(23rem, 16px) 0 0;
    }
}
@media (max-width: 375px) {
    .contacts__item:first-of-type {
        margin: 16rem 0 0;
    }
}
.contacts__icon {
    margin: 0 8px 0 0;
    flex: 0 0 auto;
}
.contacts__icon {}
.contacts__phone {}
.contacts__mail {}
.contacts__address {}
.form {}
.contacts__form {
    --offset: 9px;
    width: 50%;
    font-size: 15px;

}

.form__body {
    margin: 0 calc(0px - var(--offset));
}
.group {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 var(--offset);
}


@media (max-width: 768px) {
    .form__input {
        width: 100%;
    }
    .contact-page-soc-div{
        width:100%;
    }
}
@media (max-width: 575px) {
    .form__input {
        width: 100%;
    }
}
.contact-page-section .form__textarea {
     width: 100%;
     border: 1px solid #E9E9E9;
    padding: 7px 28px 8px;
 }

.contact-page-section .form__textarea textarea {
    height: 165px;
}
.group__field {
    padding: 4px 0;
    line-height: 1.5;
    resize: none;
    border: none;
    outline: none;

}

.group__label span {
    color: red;
}
.form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 33px 0 66px 0;
    flex-wrap: wrap;
    align-content: center;
}


.contact-page-section .form__input{
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    padding: 7px 28px 8px;
}

.form__submit:hover{
    background: #084B60;
    border: 1px solid #fff;
}
.form__submit:hover p{
    color: #fff;
}

.g-recaptcha {
    display: flex;
    flex-wrap: wrap;
}
.form__submit {
    font-size: 13px;
    border: 1px solid #084B60;
    border-radius: 3px;
    min-width: 150px;
    min-height: 50px;
    transition: 0.4s;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;

}
.form__submit p{
    margin-bottom: 0;
    color:#084B60;
}

.contact-page-logo{
    margin-top: 35px;
}
@media (max-width: 510px) {
    .form__submit {
        margin: 10px 0 0;
    }
}
@media (max-width: 375px) {
    .form__submit {
        min-width: 124px;
        min-height: 38px;
    }

    .slider-btn-text a {
        width: 100px;
    }
}

@media (max-width: 350px) {
    .g-recaptcha {
        scale: 0.8;
    }
}
.text-danger {
    color: red;
    margin: 0 0 1em;
}

.form__input label{
    color: #424242;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.form__input{
    margin-bottom: 30px;
}



/* error-page */

.error-section{
    margin: 120px 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.page-not-find{
    color: #201316;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;

}

.error-number-block{
    text-align: center;
}
.error-number-block a{
    text-decoration: none;
}

.page-not-find-number{
    font-size: 100px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}
.page-not-find-number:hover{
    color: #000;
}

.page-not-find-text{
    color: #424242;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    max-width: 500px;
}


.page-not-find-btn{
    border-radius: 3px;
    border: 1px solid #1F4741;
    background: #F9F9F9;
    padding: 15px 32px;
    color: #1F4741;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.91px;
    cursor: pointer;
    outline: none;
}


.page-not-find-btn-block{
    margin:44px 0 50px;
}




@media all and (max-width: 1024px){
    .error-section{
        margin: 80px 0 50px;
    }
}


@media all and (max-width: 575px){
    .error-section{
        margin: 50px 0 30px;
    }
    .page-not-find{
        font-size: 20px;
    }
    .contact-page-soc-item p {
        font-size: 20px;
    }
    }

@media all and (max-width: 375px){
    .call-btn button{
        font-size: 10px;
        max-width: 130px;
        padding: 10px 24px;

    }
    .call-btn {
        min-width: 130px;
    }
    .burger-btn {
        display: flex;
        margin-right: 10px;
    }
    .burger-btn svg{
        width: 33px;
    }
    .header-logo svg{
        width: 85px;
    }
    .input-btn button {
        padding: 10px 25px;
        font-size: 12px;
    }
}
