@import "null.css";
@import "mixin.css";
@import "burger.css";



/* ========================HEADER========================== */

.header {
    background-color: #F7F8FC;

}

.header-img-container {

    max-width: 1900px;
    margin: auto;
    position: relative;
}

.header-line-background {
    position: absolute;
    right: -130px;
    top: -94px;
    opacity: 0.4;
    background-image: url(../.png.html);
    width: 688px;
    height: 493px;
    background-repeat: no-repeat;
}

.header-line-background2 {
    position: absolute;
    right: 448px;
    bottom: 0px;
    opacity: 0.4;

}

.header-line-background3 {
    position: absolute;
    right: 777px;
    top: 304px;
}

.header-line-background3 img {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    width: 50px;
}

.header-line-background4 {
    position: absolute;
    right: 708px;
    /* bottom: 0px; */
    top: 107px;
}

.header-line-background4 img {
    width: 24px;
}

.header-line-background img {
    /* transform: rotate(319deg); */

}

.header-line-background2 img {
    width: 450px;
}

.header-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    max-width: 1330px;
    margin: auto;
    padding: 0px 15px;
    position: relative;
}

.header-body {}

.header-block {

    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 30px 0px;
}

.header__logo {
    width: 76px;
    height: 80px;
}

.header__menu {
    width: 400px;
}

.menu {}

.menu__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.menu__item {}

.menu__item a {
    font-size: 16px;
    color: inherit;


    position: relative;
    color: #000000;
    /*задаём цвет ссылки*/
    cursor: pointer;
    line-height: 1;
    /*задаём высоту строки*/
    text-decoration: none;
    /*убираем подчёркивание*/

}

.menu__item a:after {
    display: block;
    position: absolute;
    left: 0;
    /*изменить на right:0;, чтобы изменить направление подчёркивания */
    width: 0;
    /*задаём длинну линии до наведения курсора*/
    height: 1px;
    /*задаём ширину линии*/
    background-color: #000000;
    /*задаём цвет линии*/
    content: "";
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
    /*задаём время анимации*/
}

.menu__item a:hover:after,
.menu__item a:focus:after {
    width: 100%;
    /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}


.header-text {
    font-size: 21px;
    padding: 20px 0px;
}

.header-text span {
    background-color: #c1c7e6;
    background-position: center center;
    border-color: transparent;
    margin-bottom: 5px;
    width: 80px;
    height: 1px;

    box-sizing: border-box;
    display: inline-block;
}

.text-img {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.text-img2 {
    display: none;
    -webkit-box-align: center;
            align-items: center;
}

.text-img3 {
    display: none;
    -webkit-box-align: center;
            align-items: center;
}

.text-img__img {
    width: 100px;
    height: 102px;
}

.header-title span {
    color: rgb(133, 133, 133);
}

.header-subtitle {
    padding: 20px 0px;
}

.header-subtitle span {
    color: rgb(79, 98, 204);
}

.header-subtitle-text {
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 21px;
}

.header-subtitle-text3 {
    display: none;
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 21px;
}



.header-burger__block {}

.header-img {
    position: relative;
    max-width: 407px;
    width: 100%;
    z-index: 1;
}

.header-img img {
    position: absolute;
    width: 407px;
    z-index: 1;
}

.new-img__header {
    display: none;
}

.new-img2__header {
    display: none;
}

.new-img3__header {
    display: none;
}

.img-color {
    border-radius: 3000px;
    background-color: #4f62cc;
    border-color: transparent;
    width: 214px;
    left: 1px;
    top: 260px;
    height: 217px;
    -webkit-filter: blur(50px);
            filter: blur(50px);
    position: absolute;
}

.img-color2 {
    border-radius: 3000px;
    background-color: #4f62cc;
    border-color: transparent;
    width: 277px;
    left: 32px;
    top: 144px;
    height: 253px;
    -webkit-filter: blur(102px);
            filter: blur(102px);
    position: absolute;
}

.header-inner {
    display: -webkit-box;
    display: flex;
    justify-content: center;
    max-width: 1330px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px;
    position: relative;
    z-index: 3;
}

.header-inner3 {
    display: none;
    max-width: 1330px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px;
    position: relative;
    z-index: 3;
}

.header-inner__button {
    max-width: 475px;
    width: 100%;
    height: 65px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 100;
    letter-spacing: 0.5px;
    border-radius: 5px;
    background-color: #4f62cc;
    border-color: transparent;
    border-style: solid;
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin-right: 20px;
}

.header-inner__but2 {
    display: none;
    max-width: 350px;
    width: 100%;
    height: 65px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 100;
    letter-spacing: 0.5px;
    border-radius: 5px;
    background-color: #4f62cc;
    border-color: transparent;
    border-style: solid;
    -webkit-box-align: center;
            align-items: center;

    -webkit-box-pack: center;

            justify-content: center;
    margin-right: 20px;
}

.header-inner__button:hover {
    background-color: #3a49a0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-inner__but2:hover {
    background-color: #3a49a0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-inner__container {
    display: -webkit-box;
    display: flex;
}

.header-inner__but {
    display: -webkit-box;
    display: flex;
    max-width: 323px;
    width: 100%;
    margin: 0px 6px;
    -webkit-box-align: center;
            align-items: center;
    border-radius: 7px;
    background-color: #ffffff;
}

.inner__but-img img {
    max-width: 14px;
    height: 14px;

}

.inner__but-img {
    margin: 0px 10px;
}

.inner__but-number {
    color: #4f62cc;
    font-size: 40px;
    line-height: 1.55;
    font-weight: 100;
}

.inner__but-text {
    color: #000000;
    font-size: 16px;
    font-weight: 100;
    padding: 0px 10px;
}







/* ============================page__box-content================ */

.page__box-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 90px 15px;
}

.box-content__text {}

.box-content__text-block {}

.text-block__btn {
    width: 214px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-radius: 7px;
    background-color: #ffffff;
    color: #6e6969;
    border: 1px solid #dedede;
}

.text-block__title {
    padding: 30px 0px;
}

.box-content__text-block2 {
    max-width: 588px;
}

.text-block__title-tex {
    padding-top: 30px;
    padding-bottom: 10px;
}

.text-block__subtitle {
    padding: 20px 0px;
}

.box-content__img {
    max-width: 541px;
    width: 100%;
}

/* ===================.page__aboutus====================== */

.page__aboutus {}

.aboutus__title {
    text-align: center;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.aboutus-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
    top: 55px;
    z-index: -1;
}

.aboutus__blocks {
    background-color: #F8F8FB;
    border-radius: 10px;
    text-align: center;
    max-width: 390px;
    width: 100%;

}

.aboutus__blocks-big {
    background-color: #E3E6F0;
    border-radius: 10px;
    text-align: center;
    max-width: 390px;
    width: 100%;
    height: 366px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 0px 15px;
}

.aboutus__blocks-img {
    padding-top: 30px;
}

.aboutus__blocks-img img {
    width: 62px;
}

.aboutus__blocks-img2 {
    padding-top: 30px;
}

.aboutus__blocks-img2 img {
    width: 62px;
}

.aboutus__blocks-number {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 70px;
    line-height: 84px;
}

.aboutus__blocks-number_big {
    padding-top: 39px;
    padding-bottom: 20px;
    font-size: 70px;
    line-height: 84px;
}

.aboutus__blocks-line {
    max-width: 340px;
    width: 100%;
    box-sizing: border-box;
    display: table;
    opacity: 0.3;
    background-color: #b3b3b3;
    background-position: center center;
    border-color: transparent;
    margin: auto;
    height: 1px;
}

.aboutus__blocks-line_big {
    max-width: 340px;
    width: 100%;
    box-sizing: border-box;
    display: table;
    opacity: 0.3;
    background-color: #b3b3b3;
    background-position: center center;
    border-color: transparent;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 1px;
}

.aboutus__blocks-text {
    padding-top: 20px;
    padding-bottom: 30px;
}

.aboutus__block-img2 {
    display: none;
}





/* =================================page__services=================== */


.page__services {
    background-color: #F7F8FC;
    padding-top: 100px;
    padding-bottom: 251px;
    position: relative;
}

.page__services_images {
    position: absolute;
    right: 0px;
    bottom: 0px;

}

.page__services_images2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: none;

}

.services-btn {
    width: 214px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-radius: 7px;

    color: #6e6969;
    border: 1px solid #dedede;
    margin: auto;
}

.services-title {
    text-align: center;
    padding: 30px 0px
}

.services-title2 {
    display: none;
    text-align: center;
    padding: 30px 0px
}

.services_container {}

.services-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 0px 15px;

}

.services-block2 {
    display: -webkit-box;
    display: flex;
    margin: auto;
    max-width: 1199px;

}

.services-block_left {
    max-width: 590px;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 10px;
}

.block_cn-img {
    max-width: 590px;
}

.block_cn-img img {
    width: 100%;
    height: 295px;
}

.block_cn-title {
    padding: 25px 20px 0px 20px;
}

.block_cn-subtitle {
    padding: 20px 20px;
}

.block_cn-btn {
    font-size: 13px;
    font-weight: 300;
    border-radius: 5px;
    background-color: #4f62cc;
    max-width: 350px;
    width: 100%; 
    height: 65px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    color: #ffffff;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    padding: 20px 40px;
}

.block_cn-btn a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    padding: 20px 40px;
}

.services-block_right {
    max-width: 590px;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    top: 107px;
    border-radius: 10px;
}

.block_right2{
    position: relative;
}
.cn-btn2{
    position: absolute;
    z-index: 10;
    width: 100%;
}

/* ===============page__work==================== */
.page__work {
    padding: 100px 0px;
    position: relative;
}

.page__work-images {
    position: absolute;
    left: -70px;
    top: -249px;
}

.page__work-images2 {
    position: absolute;
    display: none;
}

.page__work-images3 {
    position: absolute;
    display: none;
}

.work-btn {
    width: 214px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-radius: 7px;
    color: #6e6969;
    border: 1px solid #dedede;
    margin: auto;
    background-color: #F7F8FC;
}
.work-btn3 {
    width: 224px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-radius: 7px;
    color: #6e6969;
    border: 1px solid #dedede;
    margin: auto;
    background-color: #ffffff;
}
.work-btn4 {
    width: 219px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-radius: 7px;
    color: #6e6969;
    border: 1px solid #dedede;
    margin: auto;
    background-color: #ffffff;
}

.work-title {
    text-align: center;
    padding: 29px 10px;

}

.work-container {}

.work_block-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-flow: wrap;
}

.block-row_box {
    max-width: 389px;
    width: 100%;
    background-color: #F7F8FC;
    border-radius: 10px;
}

.block-row_title {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 127px;
}

.block-row_img img {
    border-radius: 10px;
    margin-left: 30px;
}

.block-row_subtitle {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    color: #1a1a1a;
    opacity: 0.8;
}

.box-mg {
    margin: 0px 15px
}

.work_block-bot {
    display: -webkit-box;
    display: flex;
    background-color: #F7F8FC;
    border-radius: 10px;
    -webkit-box-align: center;
            align-items: center;
    padding: 40px 0px;
    margin-top: 20px;

}

.block-bot_title {
    padding: 0px 100px;
}

.block-bot_img img {
    border-radius: 10px;
    max-width: 258px;
}

.block-bot_subtitle {
    padding: 0px 118px;

}

/* =================================page__work-inner======================= */
.page__work-inner {
    background-color: #F7F8FC;
    padding-top: 100px;


}

.page__work-inner-block {
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    position: relative;
}

.page__work-inner-images {
    position: absolute;
    right: 0px;
    top: -34px;
}

.work-inner_container {
    padding-bottom: 70px;
}

.inner_container-block {
    display: -webkit-box;
    display: flex;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
}

.inner_container-block2 {
    display: -webkit-box;
    display: flex;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
}

.inner_container_img {}

.inner_container_img img {
    max-width: none;
    width: 572px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 192px;
    border-radius: 10px;
}

.inner_container_box {}

.inner_container_number {
    color: #4F62CC;
    font-size: 20px;
    font-weight: 400;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: end;
    padding-top: 10px;
    padding-right: 37px;
}

.inner_container_number2 {
    color: #4F62CC;
    font-size: 20px;
    font-weight: 400;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: end;
    padding-top: 10px;
    padding-right: 10px;
}

.inner_container_title {
    padding: 0px 30px 20px 30px;

}

.inner_container_subtitle {
    padding: 0px 30px;
    opacity: 0.8;
}



.inner-contact {}

.inner-contact_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.inner-contact_block-left img {
    max-width: 543px;
    width: 100%;
    background-size: cover;

}

.inner-contact_block-right img {
    max-width: 550px;
    width: 100%;
    background-size: cover;

}

.inner-contact_block {

    max-width: 1260px;
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 0px 15px;
    border-radius: 10px;
}

.inner-contact_block-images {
    position: absolute;
    left: -211px;

}

.inner-contact_block-images img {
    position: relative;
    z-index: 2;
}

.inner-contact_block-images2 {
    position: absolute;

    right: -78px;
    bottom: -9px;
    width: 185px;
    -webkit-transform: rotate(136deg);
            transform: rotate(136deg);
    z-index: -1;
}


.span__img {
    border-radius: 3000px;
    background-color: #4f62cc;
    border-color: transparent;
    width: 214px;
    left: 109px;
    top: 199px;
    height: 217px;
    -webkit-filter: blur(50px);
            filter: blur(50px);
    position: absolute;

}


.inner-contact_box {
    background-color: #fff;
    padding-top: 50px;
    border-radius: 10px;
}

.form_content {
    display: -webkit-box;
    display: flex;
    margin-bottom: 30px;
    margin-top: 20px;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
    z-index: 5;

}

.work-btn {}

.work-title {}

.work-subtitle {
    text-align: center;
    padding-bottom: 25px;
}

.inner-contact_form {}

.form-send {}

.consult-form {
    padding: 0px 15px;
}

.form_group--name {}


.form_group {
    max-width: 230px;
    margin: 0px 10px;
}
.form_group2 {
    max-width: 230px;
    margin: 0px 10px;
}

.form_input {
    height: 58px;
    width: 100%;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(247, 248, 252);
    background-color: rgb(247, 248, 252);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
}
.form_input2 {
    height: 58px;
    width: 100%;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(247, 248, 252);
    background-color: rgb(247, 248, 252);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
}

.full_phone {}

.form_button {
    max-width: 280px;
    width: 100%;
    font-weight: 300;
    height: 60px;
    color: #fff;
    background-color: #4f62cc;
    border-radius: 5px;
    font-size: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    margin: auto;
}
.form_button2 {
    max-width: 280px;
    width: 100%;
    font-weight: 300;
    height: 60px;
    color: #fff;
    background-color: #4f62cc;
    border-radius: 5px;
    font-size: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    margin: auto;
}

.work-text {
    text-align: center;
    font-size: 12px;
    padding: 20px 0px 35px 0px;
}

.work-text span a {
    color: rgb(143, 154, 219);
}

.inner-aside {
    max-width: 1230px;
    margin: auto;
    padding: 0px 15px;
}

.inner-aside_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 100px 0px 60px 0px;
}

.inner-aside_block {}

.work-btn2 {
    width: 124px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-radius: 7px;

    color: #6e6969;
    border: 1px solid #dedede;

}

.work-title2 {

    padding: 29px 10px;

}

.inner-aside_block-rg {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.block-rg-img {
    width: 142px;
}

.block-rg-text {
    padding-bottom: 20px;
    max-width: 348px;
}

.inner-aside_img {
    max-width: 420px;
}







/* ========================footer================ */

.footer {}

.footer-conteiner {
    max-width: 1500px;
    margin: auto;
    width: 100%;
    position: relative;
}

.footer_content-img {

    background-repeat: no-repeat;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.footer_content-img2 {
    display: none;
  
    background-repeat: no-repeat;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.footer-conteiner_block {
    max-width: 1230px;
    padding: 0px 15px;
    margin: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    position: relative;
}

.footer-img {
    position: absolute;
    right: 149px;
    bottom: 25px;
    max-width: 400px;
}

.footer-contacts {}

.footer-contacts_img {
    width: 109px;
    height: 114px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.footer-contacts_block {}

.footer-contacts_box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding-bottom: 10px;
}

.footer-contacts_box-img img {
    width: 27px;
    height: 27px;
}

.footer-contacts_box-text {
    padding-left: 10px;
    color: rgb(135, 135, 135);
}

.footer-contacts_text a {
    padding: 20px 0px;
    color: rgb(135, 135, 135);
    font-size: 13px;
}

.footer-img {}





/* ===============btn======== */
.scroll-top-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(79, 98, 204);
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
    z-index: 22;
}

.scroll-top-btn:hover {
    cursor: pointer;
    background-color: rgb(65, 81, 173);
}

.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
}

.fa-arrow-up {
    width: 16px
}


/* ==================fixed-menu====================== */

.header-container-fixed {
    position: fixed;
    top: 0px;
    -webkit-box-pack: justify;
            justify-content: space-between;
    max-width: 1300px;
    right: 0%;
    left: 0%;
    margin: auto;

    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    z-index: 20;
}

.header-block-fixed {
    max-width: 1300px;
    margin: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 5px 15px;
    opacity: 0.8;

    background-color: #ffffff;
    border-radius: 10px;
}

.header-container-fixed.show {
    opacity: 1;
    visibility: visible;
}

.btn-fixed {
    max-width: 330px;
    width: 100%;
    height: 50px;
    color: #4f62cc;
    letter-spacing: 0.5px;
    border-width: 1px;
    border-radius: 5px;
    background-color: #ffffff;
    background-position: center center;
    border-color: #4f62cc;
    border-style: solid;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;

}

.btn-fixed a {
    color: #4f62cc;
    text-align: center;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 300;
    padding: 15px 43px
}

.btn-fixed:hover {
    background-color: #4f62cc;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;

}

.btn-fixed a:hover {
    color: #ffffff;
}



/* counter */

.counter-container {

    position: relative;
}

.counter {
    /* font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out; */
}


.row-img_poc {
    position: relative;
}

.row-img_poc2 {
    position: absolute;
    width: 94px;
    top: 24px;
    left: 29px;
}

.row-img_poc2 img {
    position: absolute;
    width: 94px;
    height: 94px;
}


@media (max-width: 2152px) {
    .header-line-background {
        right: -49px;
        top: -39px;
    }

    .header-line-background img {
        width: 558px;
        height: 446px;
    }
}

@media (max-width: 1988px) {
    .header-line-background {
        right: 0px;
        top: -96px;

        width: 483px;

    }

}

@media (max-width: 1932px) {
    .inner-contact_block-right img {
        max-width: 333px;
    }

    .inner-contact_block-left img {
        max-width: 320px;
    }
}

@media (max-width: 1708px) {
    .inner-contact_block-right img {
        display: none;
    }

    .inner-contact_block-left img {
        display: none;
    }
}

@media (max-width: 1700px) {


    .header-line-background2 {

        right: 348px;
    }
}

@media (max-width: 1618px) {
    .page__services_images {

        max-width: 800px;

    }
}

@media (max-width: 1500px) {
    .header-line-background3 {

        right: 608px;
    }

    .header-line-background2 {
        right: 273px;
    }

    .header-line-background4 {

        right: 541px;
    }

    .header-line-background {
        right: 0px;
        top: 0px;
        width: 417px;
        height: 412px;
    }
}

@media (max-width: 1444px) {
    .footer-img {
        position: absolute;
        right: 245px;
        bottom: 25px;
        max-width: 370px;
    }
}

@media (max-width: 1370px) {
    .inner-contact_block-images {
        position: absolute;
        left: -113px;
        max-width: 290px;
    }

    .span__img {

        width: 130px;
        left: 101px;
        top: 99px;
        height: 217px;

    }

    .inner-contact_block-images2 {


        right: 0px;
        bottom: -28px;
        width: 140px;


    }
}

@media (max-width: 1366px) {
    .header-line-background3 {
        right: 471px;
    }

    .header-line-background2 {
        right: 221px;
    }

    .header-line-background {
        width: 373px;
    }
}

@media (max-width: 1330px) {
    .header-container-fixed {
        max-width: 1005px;
    }
}

@media (max-width: 1274px) {
    .footer-img {
        position: absolute;
        right: 334px;
        bottom: 25px;
        max-width: 344px;
    }
}

@media (max-width: 1226px) {
    .work_block-bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        max-width: 389px;
        width: 100%;
    }

    .block-bot_subtitle {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .box-mg {
        margin: 0px;
    }

    .block-row_box {
        margin: 10px 20px;
    }

    .work_block-bot {
        margin: 10px 20px;
        -webkit-box-align: start;
                align-items: flex-start;
        padding: 0px;
    }

    .block-bot_title {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 127px;
    }

    .block-bot_img img {
        width: 163px;
        margin-left: 30px;
    }

    .work_block-row {

        -webkit-box-pack: center;

                justify-content: center;

    }

    .page__work-images img {
        max-width: 300px;

    }

    .page__work-images {
        top: -84px;
        left: 0px;

    }
}

@media (max-width: 1205px) {
    .services_container {
        max-width: 900px;
        margin: auto;
    }

    .services-block_left {
        max-width: 438px;
    }
}




@media (max-width: 1199px) {
    .work-subtitle {
        font-size: 20px;
    }
}

@media (max-width: 1145px) {
    .page__work-inner-images {
        position: absolute;
        right: 0px;
        top: 45px;
        max-width: 300px;
    }
}

@media (max-width: 1105px) {
    .header-container-fixed {
        display: none;
    }

    .header-container2 {
        display: none;
    }

    .header-container {
        max-width: 980px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }

    .header-inner__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }

    .header-inner__but {
        margin: 5px 0px;
    }

    .header-inner {
        max-width: 980px;
    }

    .wrapper-container {
        max-width: 980px;
    }

    .header__menu {
        display: none;
    }

    .text-img__img {
        width: 63px;
        height: 64px;
    }

    .header-img {
        right: -522px;
        bottom: 125px;
    }

    .header-line-background {
        right: 0px;
        top: 262px;
        width: 446px;
    }

    .header-line-background2 {
        width: 300px;
        right: 332px;
    }

    .header-line-background3 {
        right: 127px;
        top: 671px;
    }

    .header-line-background4 {
        right: 462px;
        bottom: 320px;
        top: auto;
    }

    .header-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
                flex-direction: column-reverse;

    }

    .header-inner__button {
        margin-top: 25px;
        max-width: 323px;
        margin-right: 0px;
    }

    .header-img img {
        max-width: 296px;
        height: 412px;

    }

    .header-img {}

    .aboutus__blocks {
        max-width: 313px;
    }

    .aboutus__blocks-big {
        max-width: 313px;
        height: 295px;
    }

    .aboutus__block-img {
        bottom: 0px;
        max-width: 765px;
    }

    .aboutus__blocks-img img {
        width: 50px;
    }

    .aboutus__blocks-img2 img {
        width: 57px;
    }

    .aboutus__blocks-line {
        max-width: 230px;
    }

    .aboutus__blocks-line_big {
        max-width: 230px;
    }

    .inner_container_img img {

        width: 449px;
    }

    .inner-contact_block {
        max-width: 980px;
    }

    .img-color {
        width: 139px;
        height: 129px;
    }

    .page__work-images {
        top: -104px;
        left: 0px;
    }

    .page__work-inner-images {
        position: absolute;
        right: 0px;
        top: 0px;
        max-width: 300px;
    }
}

@media (max-width: 1042px) {
    .page__services_images {
        max-width: 632px;
    }
}

@media (max-width: 983px) {

    .header-img {
        display: none;
    }

    .header-line-background {
        display: none;
    }

    .header-line-background2 {
        display: none;
    }

    .header-line-background3 {
        display: none;
    }

    .header-line-background4 {
        display: none;
    }

    .header {
        position: relative;
        height: 750px;
    }

    .header-img-container {

        position: unset;
    }

    .new-img__header {
        display: block;
        position: absolute;
        right: 0px;
        bottom: 0px;
        max-width: 700px;
    }

    .header-container {
        max-width: 627px;
        padding: 0px 8px;
    }

    .header-inner {
        max-width: 627px;
        padding: 0px 8px;
    }

    .services-block {
        padding: 0px;
    }
    .inner-aside {
        padding: 0px 8px;
    }
    .footer-conteiner_block{
        padding: 0px 8px;
    }
    .page__work-inner-block {
        padding-left: 8px;
        padding-right: 8px;
    }

    .header-block {

        padding: 14px 0px;
    }


    .header-text span {
        display: none;
    }

    .header-text {
        font-size: 15px;
        padding: 10px 0px;
    }

    .header-line-background {
        background-image: url(../images/%201.png);
        top: 369px;
        width: 224px;
    }

    .header__logo {
        width: 60px;
        height: 62px;
    }

    .header-subtitle {
        padding: 10px 0px;
    }

    .header-subtitle-text {
        padding-top: 10px;
        padding-bottom: 30px;
        font-size: 15px;
    }
}

@media (max-width: 960px) {
    .header-inner__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }

    .header-inner__but {
        margin: 5px 0px;
    }





    .block_right2{
        height: 529px;
    }

    /*     
    .header-line-background2{
        right: 374px;
    }
    .header-line-background2 img{
        width: 349px;
    } */
    .header-line-background img {
        display: none;

    }

    .header-line-background {}

    .services-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }

    .services-block_left {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        max-width: 590px;
    }

    .services-block_right {
        top: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .services-block2 {
        margin: auto;

    }

    .page__services_images {
        max-width: 521px;
    }
}

@media (max-width: 956px) {
    .header {}

    .header-line-background2 {
        right: auto;
        bottom: -268px;
        left: 183px;
    }

    .header-img {
        left: 69px;
        right: auto;
        bottom: -259px;
    }

    .header-line-background3 {
        right: 256px;
        top: 801px;
    }

    .header-line-background3 img {
        width: 38px;
    }

    .header-line-background4 {
        right: auto;
        bottom: -1px;
        left: 335px;
    }

    .header-line-background4 img {
        width: 15px;
    }

    .header-line-background {

        background-image: url(../images/%202.png);
        width: 503px;
        top: 548px;
        height: 541px;
    }

}

@media (max-width: 938px) {
    .footer-conteiner_block {
        -webkit-box-pack: center;
                justify-content: center;
    }

    .footer_content-img {
        top: 396px;
    }

    .footer_content-img {}

    .footer-img {
        top: 341px;
        right: 294px;
        max-width: 276px;
    }

}

@media (max-width: 920px) {
    .inner-contact_block-images {
        position: absolute;
        left: -53px;
        max-width: 290px;
        top: 241px;
    }

    .aboutus-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        top: 10px;
    }

    .aboutus__blocks-big {
        margin: 10px 0px;
    }

    .form_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center;
    }

    .form_group {
        margin-bottom: 20px;
        max-width: 480px;
        width: 100%;
    }
    .form_group2 {
        margin-bottom: 20px;
        max-width: 480px;
        width: 100%;
    }

    .form_button {
        max-width: 480px;
        width: 100%;
    }
    .form_button2 {
        max-width: 480px;
        width: 100%;
    }

    .form_content {
        margin-bottom: 0px;
    }

    .inner-aside_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }

    .inner-aside_block {
        margin: auto;
        padding-bottom: 20px;
    }

    .work-btn2 {
        margin: auto;
    }

    .inner-aside_block-rg {
        -webkit-box-pack: center;
                justify-content: center;
    }

    .inner-aside_img {
        margin: auto;
    }

    .work-title2 {
        text-align: center;
    }

}

@media (max-width: 853px) {
    .header-line-background3 {
        right: 222px;
        top: 868px;
    }

    .header-line-background {
        top: 642px;
        height: 400px;
    }

    .header-line-background4 {

        left: 301px;
    }

    .page__work-images img {
        max-width: 220px;
    }

    .page__work-images {
        top: -25px;
    }

    .page__work-inner-images {
        position: absolute;
        right: 0px;
        top: 33px;
        max-width: 244px;
    }
}

@media (max-width: 838px) {
    .page__box-content {
        display: block;

    }

    .box-content__img {
        margin: auto;
    }

    .text-block__btn {
        margin: auto;
    }

    .box-content__text-block2 {
        margin: auto;
        max-width: 540px;
    }

    .text-block__title {
        padding-top: 20px;

        text-align: center;
    }

    .text-block__subtitle {
        padding: 10px 0px;
    }

    .inner_container-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        max-width: 470px;
    }

    .inner_container-block2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
                flex-direction: column-reverse;
        max-width: 470px;
    }

    .inner_container_title {
        padding: 0px 0px 15px 0px;
        font-size: 25px;
    }

    .inner_container_subtitle {
        padding: 0px 7px 5px 0px;
        font-size: 15px;
        line-height: 23px;
    }

    .inner_container_img img {
        width: 100%;
        height: 162px;
    }

    .inner_container_number {
        padding-right: 0px;
    }

    .inner-contact_block {}

    .inner-contact_block-images {
        position: absolute;
        left: -53px;
        max-width: 207px;
        top: 104px;
    }

    .span__img {
        display: none;
    }

    .page__work-inner-images {
        position: relative;
        margin: auto;
        top: 0px;
    }

.box-content__img img{
    border-radius: 10px;
    
}
.box-content__img{

    max-width: 478px;
}
.inner_container_number{
    justify-content: flex-start;
    padding-bottom: 10px;
}
.inner_container_number2{
    justify-content: flex-start;
    padding-bottom: 10px;
}
}

@media (max-width: 801px) {
    .new-img__header {
        max-width: 600px;
    }
}

@media (max-width: 788px) {
    .page__services_images {
        max-width: 376px;

    }
}

@media (max-width: 768px) {
    .aboutus__blocks-number {
        padding: 10px 0px;
    }

    .aboutus__blocks-number_big {
        padding: 10px 0px;
    }

    .aboutus__blocks-big {}

    .aboutus__block-img {
        max-width: 596px;
    }

    .aboutus__title {

        padding-bottom: 20px;
    }
}

@media (max-width: 757px) {
    .header-line-background3 {
        right: 161px;
        top: 900px;
    }

    .header-line-background4 {
        left: 257px;
    }

    .header-line-background {
        top: 705px;
        height: 338px;
        width: 484px;
    }

    .header-line-background2 {

        left: 141px;
    }
}

@media (max-width: 735px) {
    .header-line-background {

        width: 438px;
    }

    .block_cn-img img {
        border-radius: 10px;
    }
}

@media (max-width: 700px) {
    .footer-img {
        top: 341px;
        right: 205px;
        max-width: 276px;
    }
}

@media (max-width: 651px) {
    .header-line-background {

        width: 402px;
    }

    .header-line-background2 {
        left: 80px;
    }

    .header-line-background4 {
        left: 211px;
    }

    .header-line-background3 {
        right: 117px;
        top: 1026px;
    }

    .page__work-images img {
        max-width: 150px;
    }

    .work-subtitle {
        font-size: 18px;
    }

}

@media (max-width: 615px) {
    .header {
        height: 1040px;
    }

    .header-container {
        max-width: 478px;
    }

    .header-inner {
        display: none;
    }

    .header-inner3 {
        display: -webkit-box;
        display: flex;
        margin: auto;
        max-width: 478px;
        position: absolute;
        bottom: 0px;
        padding-bottom: 27px;
        left: 50px;

    }

    .text-img {
        display: none;
        -webkit-box-align: center;
                align-items: center;
    }

    .header-sub {
        display: none;
    }

    .text-img2 {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        padding-top: 12px;
    }

    .header-sub2 {
        font-size: 20px;
        line-height: 26px;
        padding-left: 12px;
    }

    .text-img3 {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
    }

    .header-subtitle-text {
        font-size: 17px;
    }

    .header-text {
        padding: 0px;
    }

    .header-block {

        padding: 24px 0px;
    }

    .header-inner__but2 {
        display: block;
    }

    .header-inner__button {
        display: none;
    }

    .header-subtitle-text {
        padding-bottom: 23px;
    }

    .new-img__header {
        display: none;
    }

    .new-img2__header {
        display: block;
    }

    .block_cn-subtitle {
        font-size: 15px;
    }
}

@media (max-width: 615px) {
    .footer-img {
        top: 341px;
        right: 205px;
        max-width: 220px;
    }

}

@media (max-width: 582px) {
    .block_right2 {
        height: 549px;
    }
}
@media (max-width: 563px) {
    .header-line-background2 {
        left: 64px;
        width: 231px;
        height: 200px;
    }

    .header-line-background {
        width: 342px;
    }

    .header-line-background3 {
        right: 49px;
        top: 1026px;
    }

    .header-line-background4 {
        left: 131px;
    }

    .page__work-inner-images {
        max-width: 200px;
    }

    .inner-contact_block-images {
        position: absolute;
        left: -67px;
        max-width: 171px;
        top: 32px;
    }

    .header-inner3 {

        bottom: 72px;
        padding-bottom: 0px;

    }
}

@media (max-width: 513px) {
    .footer-img {
        top: 341px;
        right: 155px;
        max-width: 201px;
    }

}

@media (max-width: 502px) {
    .header-img img {
        max-width: 182px;
        height: auto;
    }
}

@media (max-width: 498px) {
    .header-line-background2 {
        left: 24px;

    }

    .header-line-background {
        background-size: cover;
        top: 735px;
        height: 259px;
    }

    .header-line-background4 {
        left: 85px;
    }

    .header-line-background3 {
        right: 105px;
    }

    .header-img {
        left: 0px;
    }
}

@media (max-width: 490px) {
    .block_cn-btn {
       
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 18px;
    }

    .block_cn-img img {
        height: auto;
    }

    .block_cn-subtitle {
        padding: 20px 6px;
    }

    .block_cn-title {
        padding: 20px 6px 0px 6px;
    }

    .services-title {

        padding: 20px 0px;
    }

    .services-title2 {

        padding: 20px 0px;
    }

    .inner-aside_block-rg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }

    .block-rg_text {
        text-align: center;
    }

    .header-text {
        font-size: 15px;
        padding: 0px;
    }
    .footer_content-img{
display: none;
    }
    .footer_content-img2{
display: block;
top: 293px;
    }
    .footer-img {
        top: 285px;
        right: 122px;
        max-width: 220px;
    }
    .block_right2 {
        height: 524px;
    }
}

@media (max-width: 480px) {
    .wrapper-container {
        padding: 20px 8px;
    }

    .header {}

    .header-line-background {

        top: 667px;
    }

    .header-line-background3 {

        top: 922px;
    }

    .header-sub2 {
        font-size: 15px;
        line-height: 20px;
        padding-left: 12px;
    }

    .text-img3 {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: end;
                align-items: end;
        margin-bottom: 32px;
    }

    .header-sub2 {

        padding: 0px 0px 0px 12px;
    }

    .header-container {
        padding: 0px 8px;
    }

    .header-block {
        padding: 9px 0px;
    }

    .header-text {

        padding-top: 5px;
    }

    .burger-menu {
        margin-top: 10px;
    }

    .header-container {
        max-width: 336px;
    }

    .header-inner3 {
        left: 56px;
    }

    .header-subtitle-text {
        display: none;
    }

    .header-subtitle-text3 {
        display: -webkit-box;
        display: flex;
        font-size: 15px;
        padding-top: 14px;
        padding-bottom: 0px;
    }

    .aboutus__blocks-img {
        padding-top: 19px;
    }

    .aboutus__blocks-img2 {
        padding-top: 42px;
    }

    .aboutus__blocks-text {
        padding-top: 16px;

    }

    .services-title {
        display: none;
    }

    .services-title2 {
        display: block;
    }

    .new-img2__header {
        display: none;
    }

    .new-img3__header {
        display: block;
    }

    .new-img3__header img {
        max-width: 480px;
        width: 100%;
    }

    .page__services {
        padding-bottom: 161px;
        padding-top: 19px;
      
    }

    .page__services_images {
        display: none;
    }

    .page__services_images2 {
        display: block;
    }

    .page__work-images {
        display: none;
    }

    .page__work-images2 {
        display: block;
        top: -152px;
        left: 0;
        z-index: 0;
        width: 213px;
    }

    .page__work {
        padding-top: 86px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .block-row_box {
        margin: 10px 0px;
    }

    .work_block-bot {
        margin: 10px 0px;
    }

    .block-row_title {

        padding-left: 15px;
    }

    .block-row_subtitle {

        padding-left: 15px;
    }

    .block-row_img img {

        margin-left: 15px;
    }

    .block-bot_title {
        padding-left: 15px;
    }

    .block-bot_subtitle {
        padding-left: 15px;
    }

    .block-bot_img img {

        margin-left: 15px;
    }

    .work-title {
        padding: 25px 1px;
    }

    .work-inner_container {
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .work-subtitle {
        font-size: 16px;
    }

    .work-btn {
        max-width: 170px;
    }

    .inner-contact_block {
        padding: 0px;
    }
    .work-subtitle {
        text-align: center;
        padding-bottom: 3px;
        width: 176px;
        margin: auto;
        line-height: 22px;
    }
    .work-tit2 {
        padding: 16px 1px;
        width: 160px;
        margin: auto;
        line-height: 39px;
    }
    .work-title2 {
        padding: 13px 1px;
    }
    .inner-aside_container {
    
        padding: 63px 0px 34px 0px;
    }
    .block-rg-img {
        width: 77px;
    }
    .footer-contacts_img {
        width: 83px;
        height: 87px;
    }
    .page__aboutus{
        padding-top: 40px !important;
    }
}

@media (max-width: 455px) {
    .page__work-images img {
        max-width: 150px;
    }

    .page__work-images {
        top: -58px;
    }
    .block_right2 {
        height: 515px;
    }


}

@media (max-width: 446px) {
    .header-inner3 {
        left: 47px;
    }
    .block_right2 {
        height: 501px;
    }
}

@media (max-width: 419px) {
    .header-line-background2 {
        left: 0px;
    }

}

@media (max-width: 425px) {
    .header {
        height: 1007px;
    }
    .footer-conteiner_block {
        -webkit-box-pack: start;
                justify-content: flex-start;
    }
    .page__work-inner {
     
        padding-top: 63px;
    }
    .block_right2 {
        height: 489px;
    }
}

@media (max-width: 412px) {
    .header {}

    .header-line-background3 {
        right: 57px;
    }

    .header-img img {
        max-width: 161px;
    }

    .img-color {
        top: 90px;
        left: 81px;
        width: 80px;
    }

    .header-line-background {
        width: 215px;

        top: 720px;

    }
}

@media (max-width: 405px) {
   

    .header-inner3 {
        left: 39px;
        padding: 0px 0px 30px 0px;
    }
    .block_right2 {
        height: 478px;
    }
}

@media (max-width: 390px) {
    .footer-img {
        top: 271px;
        right: 84px;
        max-width: 220px;
    }

    .aboutus__block-img {
        display: none;
    }

    .aboutus__block-img2 {
        display: block;
    }

    .aboutus__block-img2 img {
        max-width: 390px;
        width: 100%;
    }
}

@media (max-width: 380px) {
    .header {
        height: 958px;
    }

    .header-inner3 {
        bottom: 33px;
    }

    .services-block {
        padding: 0px;
    }
    .inner-contact_block-images{
        max-width: 157px;
        top: -12px;
    }
    .inner-contact_block-images2{
display: none;
    }
    .block_right2 {
        height: 471px;
    }
}

@media (max-width: 378px) {
    .header-inner3 {
        left: 24px;
    }

    .inner__but-text {
        font-size: 14px;
    }
    .block_cn-btn {
       
        max-width: 345px;
    }
}

@media (max-width: 376px) {
    .cn-btn2 {
        
        max-width: 347px;
    }
}
@media (max-width: 372px) {
    .cn-btn2 {
        max-width: 341px;
    }
    .block_cn-btn {
        max-width: 341px;
    }
}
@media (max-width: 370px) {

    .page__work-images2 {
        display: none;
    }

    .page__work-images3 {
        display: block;
        top: -152px;
        z-index: 0;
    left: 0px;
    width: 165px;
    }
}

@media (max-width: 368px) {
    .cn-btn2 {
        max-width: 337px;
    }
    .block_cn-btn {
        max-width: 337px;
    }
}
@media (max-width: 362px) {
    .cn-btn2 {
        max-width: 331px;
    }
    .block_cn-btn {
        max-width: 331px;
    }
}
@media (max-width: 356px) {
    .cn-btn2 {
        max-width: 325px;
    }
    .block_cn-btn {
        max-width: 325px;
    }
}
@media (max-width: 352px) {
    .header-inner__but {

        max-width: 300px;
    }

    .header-inner3 {
        left: 15px;
    }
}

@media (max-width: 350px) {
    .cn-btn2 {
        max-width: 319px;
    }
    .block_cn-btn {
        max-width: 319px;
    }
}
@media (max-width: 342px) {
    .cn-btn2 {
        max-width: 309px;
    }
    .block_cn-btn {
        max-width: 309px;
    }
}
@media (max-width: 336px) {
    .cn-btn2 {
        max-width: 301px;
    }
    .block_cn-btn {
        max-width: 301px;
    }
    .footer_content-img2 {
        display: block;
        top: 354px;
    }
    .footer-img {
        top: 306px;
        right: 47px;
        max-width: 227px;
    }
}
@media (max-width: 331px) {
    .header {
        height: 894px;
    }

    .header-inner3 {
        bottom: 17px;
    }
}

@media (max-width: 328px) {
    .cn-btn2 {
        max-width: 294px;
    }
    .block_cn-btn {
        max-width: 294px;
    }
}
@media (max-width: 321px) {
    .cn-btn2 {
        max-width: 291px;
    }
    .block_cn-btn {
        max-width: 291px;
    }
    .header-line-background3 {
        right: 21px;
        width: 24px;
    }

    .header-line-background2 {

        width: 167px;
    }

    .header {}

    .header-inner3 {
        left: 10px;
    }
    .footer-img {
        top: 282px;
        right: 47px;
        max-width: 227px;
    }
}