.nav_wrap .head_nav>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.search i {
    color: #fff !important;
}

.fixed-nav .head_layer {
    background-color: #DCC8E4 !important;
}

.fixed-nav .nav_wrap {
    background-color: #DCC8E4 !important;
}

.head_layer {
    background-color: #DCC8E4;
}

.nav_wrap .head_nav {
    display: flex;
    justify-content: center;
}

.web_head {
    background-color: #DCC8E4;
}

.bg-dark {
    background-color: #DCC8E4 !important;
}

.navbar-toggler {
    background-color: #2dc1a5;
}

.container {
    max-width: 1400px !important;
}

/* Advertising header */
.header_con {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.headernav_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_btn {
    display: block;
    padding: 21px 30px;
    font-weight: bold;
    background-color: #2dc1a5;
    font-size: 20px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    margin-right: 30px;
    transition: all 0.35s ease;
    text-transform: none;
    border: none;
    z-index: 999;
}

.header_btn i {
    padding-left: 15px;
}

.header_con:hover .header_btn {
    background-color: #4180e6;
    color: #fff;
}

.header_con:hover {
    overflow: visible;
}

.header_con:hover .public_ad_header_contact {
    display: flex;
    transition: all 0.3s ease-in-out;
}

.public_ad_header_contact {
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 88px;
    bottom: auto;
    left: 0;
    padding: 45px 30px;
    background-color: #4180e6;
    transition: all 0.3s ease-in-out;
    display: none;
}

.public_header_ways ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 15px;
    transition-delay: 0.3s;
}

.public_header_ways li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.public_header_ways li span {
    text-align: center;
    margin-right: 25px;
}

.public_header_ways li i {
    font-size: 22px;
    color: #ffe922;
}

.public_header_ways li p,
.public_header_ways li a {
    font-size: 18px;
    color: #fff;
    word-wrap: break-word;
    word-break: break-all;
}

.public_ad_header_social_media {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    transition: all 0.1s ease;
    transition-delay: 0.3s;
}

.public_ad_header_social_media a {
    display: block;
    margin-right: 20px;
    text-align: center;
    transition: all 0.35s ease
}

.public_ad_header_social_media a i {
    font-size: 20px;
    text-align: center;
    color: #fff;
    transition: all 0.35s ease
}

.public_ad_header_social_media a:hover i {
    color: #ffe922;
}


.public_ad_header {
    padding: 10px 0;
    background-color: #fff;
    position: relative;
}

.public_ad_header_con {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 99;
    position: relative;
}

.public_ad_header_name a {
    font-size: 16px;
    color: #000;
    text-transform: none;
}

.public_ad_header_name a:hover {
    color: #DCC8E4;
}

.public_ad_header_con .logo_des {
    font-size: 18px;
    padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    color: #808080;
}

/* aboutus */
.index_aboutus {
    padding-top: 80px;
    background: linear-gradient(to right, #e0e9f3 30%, white 0%);
}

.aboutus_left {
    padding-right: 100px;
}

.aboutus_leftImg {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 114%;
}

.aboutus_leftImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    border-radius: 5px;
}

.aboutus_right_top {
    display: flex;
    align-items: center;
}

.aboutus_right_line {
    width: 90px;
    position: relative;
    height: 1px;
    margin-right: 30px;
    background-color: rgba(45, 193, 165, 0.5);
}

.aboutus_right_top p {
    color: #2dc1a5;
    font-size: 22px;
    text-transform: none;
}

.aboutus_right h1{
    font-size: 49px;
    line-height: 60px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
    position: relative;
    color: #171717;
    font-weight: 900;
    word-wrap: break-word;

}

.aboutus_right_text {
    margin-top: 40px;
    line-height: 28px;
    color: #666;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.aboutus_right_btn a {
    display: inline-block;
    padding: 25px 55px;
    margin-top: 50px;
    background-color: #2dc1a5;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

/* service */
.index_service {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #e0e9f3;
}

.service_left {
    padding-right: 80px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service_left_line {
    width: 90px;
    position: relative;
    height: 1px;
    margin-right: 30px;
    background-color: rgba(45, 193, 165, 0.5);
}

.service_left_top p {
    color: #2dc1a5;
    font-size: 22px;
    text-transform: none;
}

.service_left h2{
    font-size: 49px;
    line-height: 60px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
    position: relative;
    color: #171717;
    font-weight: 900;
    word-wrap: break-word;
}

.service_left_text {
    margin-top: 40px;
    line-height: 28px;
    color: #666;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.index_service .contact_plan2_form {
    background: #DCC8E4;
    margin: 40px 0px 0 0;
    padding: 50px 0 0;
}

.index_service .contact_plan2_form h3 {
    color: #fffe2b;
    font-size: 35px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.index_service .contact_inquiry_form_main {
    padding: 30px;
    background-color: transparent;
}


.index_service .yandex-form #form #submit {
    padding: 6px 50px;
    font-weight: bold;
    background-color: #2dc1a5;
    font-size: 18px;
}


.service_right_box {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    margin-left: 15px;
    margin-bottom: 30px;
}

.service_right_img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

.service_right_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.service_right_content {
    padding: 22px 30px;
    text-align: center;
}

.service_right_content .service_right_h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #111;
    text-align: center;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: none;
    transition: all ease 0.3s;
}

.service_right_box:hover .service_right_img img {
    transform: scale(1.2);
}

.service_right_box:hover .service_right_content {
    background-color: #2dc1a5;
    font-size: 24px;
    transition: all ease 0.3s;
}

.service_right_box:hover .service_right_content a {
    color: #fff;
}


/* products */
.index_products {
    padding: 60px 0 40px;
    background: linear-gradient(to top, #e0e9f3 50%, white 0%);
}

.index_products_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.products_ltop {
    display: flex;
    align-items: center;
}

.indexproducts_left_line {
    width: 90px;
    position: relative;
    height: 1px;
    margin-right: 30px;
    background-color: rgba(45, 193, 165, 0.5);
}

.products_ltop p {
    color: #2dc1a5;
    font-size: 22px;
    text-transform: none;
}

.indexproducts_left h3{
    font-size: 49px;
    line-height: 60px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
    position: relative;
    color: #171717;
    font-weight: 900;
    word-wrap: break-word;
    word-break: break-all;
}

.indexproducts_right a {
    display: inline-block;
    padding: 25px 55px;
    background-color: #2dc1a5;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.index_products_bottom {
    position: relative;
}

.equipment {
    padding: 0;
}

.equipment_box {
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.equipment_flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.equipment_flex_img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
}

.equipment_flex_img img {
    border-radius: 15px;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.equipment_flex_info {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 450px 30px 30px;
    background-color: rgba(17, 17, 17, 0.3);
}

.equipment_flex_info h3 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 7px;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.equipment_flex_info .equipment_flex_line {
    width: 120px;
    position: relative;
    display: block;
    height: 3px;
    background-color: #2dc1a5;
    border-radius: 100px;
}

.equipment_flex_info p {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.equipment_flex_btn {
    height: 0;
    transition: all ease .5s;
}

.equipment_flex_btn a {
    display: inline-block;
    padding: 20px 50px;
    margin-top: 32px;
    border-radius: 10px;
    background-color: #2dc1a5;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    transition: all ease 0.3s;
}

.equipment_flex_btn a:hover {
    background-color: #fff;
    color: #111111;
}

.equipment_flex_btn span {
    display: inline-block;
    padding: 20px 50px;
    margin-top: 32px;
    border-radius: 10px;
    background-color: #2dc1a5;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    transition: all ease 0.3s;
}

.equipment_flex_btn span:hover {
    background-color: #fff;
    color: #111111;
}

.equipment_flex:hover .equipment_flex_btn {
    display: block;
    height: 130px;
}

.equipment_flex .equipment_flex_img::before {
    /* display: none; */
    content: "";
    background: rgba(17, 17, 17, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transition: all ease 0.3s;
}

.equipment_flex:hover .equipment_flex_img::before {
    display: block;
}

.equipment_main .swiper {
    width: 100%;
    height: 100%;
}

.equipment_main .swiper-slide {
    height: auto;
    padding-bottom: 80px;
}

.equipment_main .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.equipment_main .swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #2dc1a5;
}

.equipment_main .swiper-pagination-bullet-active {
    background: #2dc1a5;
    opacity: 1;
    border-radius: 10px;
    transition: all ease .3s;
}

.equipment_main .swiper-button-next,
.equipment_main .swiper-button-prev {
    bottom: 0;
    top: auto;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 10px;
    text-align: center;
    background-color: #2dc1a5;
    z-index: 9999;
}

.equipment_main .swiper-button-next:after,
.equipment_main .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.equipment_main .swiper-button-next:hover,
.equipment_main .swiper-button-prev:hover {
    background-color: #2dc1a5;
}

.equipment_main .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}


/* advantages */
.index_advantages {
    background: linear-gradient(to left, #e0e9f3 30%, white 0%);
}

.index_advantages_left {
    padding-top: 60px;
}

.advantages_left_bot {
    margin-top: 50px;
}

.advantages_left_bot ul {
    padding-left: 30px;
}

.advantages_left_bot ul li {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.ad_botImg {
    width: 35px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 30px;
    margin-right: 30px;
}

.ad_botImg i {
    font-size: 55px;
    color: #DCC8E4;
    z-index: 99;
}

.ad_botImg span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fffe2b;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ad_botDes h4 {
    font-size: 20px;
    font-weight: 900;
    text-transform: none;
    color: #171717;
    margin-bottom: 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.ad_botDes p {
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.6);  word-wrap: break-word;
    word-break: break-all;
}

.index_advantages_right {
    padding-left: 100px;
}

.advantages_rightImg {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 119%;
}

.advantages_rightImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

/* news */
.indexnews {
    padding: 70px 0 40px;
    background: linear-gradient(to bottom, #e0e9f3 50%, white 0%);
}

.indexproduct_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.indexnews .blog_txt {
    padding: 20px 20px 30px 20px;
}

.indexnews .blogbox {
    border-radius: 20px;
    overflow: hidden;
}

.indexnews .blogmorebtn {
    margin: 10px auto 0 auto;
    text-align: center;
}

.indexnews .blog_txt h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.indexnews .blogmore {
    background-color: #ebf5f7;
    border-radius: 8px;
    color: #DCC8E4;
    border: 1px solid #DCC8E4;
    padding: 15px 60px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

.indexnews .blogline {
    background-color: #DCC8E4;
    left: 50%;
    transform: translateX(-50%);
}

.indexnews .blogli:hover .blogmore {
    background-color: #DCC8E4;
    color: #fff;
    border: 1px solid #DCC8E4;
}

/* map */
#indexmap {
    width: 100%;
    height: 400px;
}

/* footer */
.index_footer {
    padding: 60px 0;
    background-color: #DCC8E4;
    position: relative;
    overflow: hidden;
}

.footer_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .container {
    z-index: 999;
    position: relative;
}

.footer_logo img {
    max-height: 100px;
    vertical-align: middle;
    max-width: initial;
    margin-bottom: 30px;
}

.footer_main h2 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

.footer .public_ad_header_social_media {
    justify-content: flex-start;
    margin-left: 0;
}

.footer .public_ad_header_social_media a i {
    color: #fff;
}

.footer .public_ad_header_social_media a {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 5px;
    background-color: #2dc1a5;
    border: 1px solid #2dc1a5;
}

.footer_page h3,
.footer_product h3,
.footer_contact h3,
.footer_nav h3 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 20px;
}

.footer_page a,
.footer_product a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: none;
    word-wrap: break-word;
    word-break: break-all;
}

.footer_product a:hover {
    text-decoration: underline !important;
    color: #2dc1a5;
}

.footer_page a:hover {
    text-decoration: underline !important;
    color: #2dc1a5;
}

.footer_contact li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.footer_contact li i {
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #2dc1a5;
    background-color: #2dc1a5;
    padding: 5px 10px;
    border-radius: 50%;
}

.footer_p p {
    font-size: 16px;
    color: #fff;
    word-wrap: break-word;
    word-break: break-all;
}

.footer_p {
    margin-bottom: 40px;
}

.footer_contact li p {
    font-size: 16px;
    color: #fff;
    flex: 1;
    word-wrap: break-word;
    word-break: break-all;
}

.footer_contact li a {
    font-size: 16px;
    color: #fff;
    flex: 1;
    word-wrap: break-word;
    word-break: break-all;
}

.footer_copyrights {
    border-top: 1px solid #fff;
    margin-top: 40px;
    padding: 30px 0 0px 0;
    width: 100%;
    font-size: 18px;
    color: #fff;
}

.footer_copyrights_name {
    font-size: 18px;
    color: #fff;
}

.footer_copyrights_p {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #ddd;
}

.footer_Powered {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer_copyrights_p p {
    font-size: 16px;
    color: #fff;
    display: inline;
    margin-bottom: 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.footer_copyrights_p a {
    font-size: 16px;
    color: #ddd;
    display: inline;
    text-transform: none;
}

.footer_tags {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 10px 0;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.footer_tags p {
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin-right: 10px;
}

.footer_tags a {
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 3px 5px 3px 0px;
}

.footer_tags a:hover {
    text-decoration: underline !important;
    color: #2dc1a5;
}


@media (max-width:576px) {
    .aboutus_right h1,.service_left h2{
        font-size: 36px;
    }
    .indexproduct_title{
        flex-wrap: wrap;
    }
    .indexproducts_left h3{
        font-size: 32px;
    }
    .navbar-toggler {
        background-color: #2dc1a5;
    }

    .bg-dark {
        background-color: #DCC8E4 !important;
        padding: 0 0 !important;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .text-bg-dark {
        color: #fff !important;
        background-color: #4180e6 !important;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: #4180e6;
        border: none;
    }

    .dropdown-divider {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .btn-success {
        background-color: #4180e6;
        border: 1px solid #fff;
    }

    .nav-link {
        color: rgba(255, 255, 255, 0.8);
    }

    .aboutus_right h1 a,
    .service_left h2 a,
    .indexproducts_left h3 a {
        font-size: 30px;
        margin-top: 10px;
        line-height: 45px;
    }

    .index_aboutus {
        padding-top: 40px;
        background: #fff;
    }

    .aboutus_left {
        display: none;
    }

    .aboutus_right_text {
        margin-top: 20px;
    }

    .aboutus_right_btn {
        margin-bottom: 20px;
    }

    .aboutus_right_btn a {
        display: inline-block;
        padding: 12px 35px;
        margin-top: 20px;
        background-color: #2dc1a5;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }


    .aboutus_right_top {
        flex-direction: column;
        align-items: flex-start;
    }

    .aboutus_right_line {
        margin-right: 0px;
    }

    .index_service {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .service_left {
        padding-right: calc(var(--bs-gutter-x)* 0.5);
    }

    .service_left_text {
        margin-top: 20px;
    }

    .index_service .contact_plan2_form {
        margin: 20px 0px 0 0;
        padding-top: 20px;
    }

    .index_service .contact_plan2_form h3 {
        font-size: 24px;
    }

    .index_service .contact_inquiry_form_main {
        padding: 10px 20px;
    }

    .index_service .yandex-form #form #submit {
        padding: 0;
        font-weight: bold;
        background-color: #2dc1a5;
        font-size: 16px;
    }

    .service_right_box {
        border-radius: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .service_right_content {
        padding: 15px 10px;
    }

    .service_right_content .service_right_h3 {
        font-size: 14px;
    }

    .index_products {
        padding: 30px 0;
    }

    .index_products_top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .indexproducts_right {
        margin-top: 15px;
    }

    .indexproducts_right a {
        display: inline-block;
        padding: 12px 35px;
    }

    .products_ltop {
        flex-direction: column;
        align-items: flex-start;
    }

    .indexproducts_left_line {
        margin-right: 0px;
    }

    .equipment_flex_img {
        padding-top: 65%;
    }

    .equipment_main .swiper-button-next,
    .equipment_main .swiper-button-prev {
        bottom: 0;
        top: auto;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 8px;
    }

    .equipment_main .swiper-slide {
        padding-bottom: 55px;
    }

    .equipment_main .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .equipment_main .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }

    .equipment_flex:hover .equipment_flex_btn {
        display: block;
        height: 60px;
    }

    .equipment_flex:hover .equipment_flex_btn a {
        margin-top: 22px;
    }

    .equipment_flex_btn a {
        padding: 12px 50px;
        margin-top: 32px;
        border-radius: 10px;
        font-size: 18px;
    }
    
        .equipment_flex:hover .equipment_flex_btn span {
        margin-top: 22px;
    }

    .equipment_flex_btn span {
        padding: 12px 50px;
        margin-top: 32px;
        border-radius: 10px;
        font-size: 18px;
    }

    .index_advantages {
        background: #fff;
    }

    .index_advantages_left {
        padding-top: 30px;
    }

    .advantages_left_bot {
        margin-top: 30px;
    }

    .advantages_left_bot ul {
        padding-left: 0px;
    }

    .advantages_left_bot ul li {
        margin-bottom: 18px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .ad_botImg {
        width: 15px;
        height: 45px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .ad_botImg i {
        font-size: 45px;
    }

    .ad_botDes h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .ad_botDes p {
        font-size: 14px;
        line-height: 24px;
    }

    .index_advantages_right {
        padding-left: calc(var(--bs-gutter-x)* 0.5);
    }

    .indexnews {
        padding: 30px 0 20px;
    }

    .indexproduct_title {
        margin-bottom: 30px;
    }

    .indexnews .blog_txt h3 {
        margin-bottom: 10px;
    }

    .indexnews .blogmore {
        border-radius: 8px;
        padding: 10px 50px;
        font-size: 18px;
    }

    .indexnews .blog_txt {
        padding: 20px 20px 25px 20px;
    }

    #indexmap {
        height: 200px;
    }

    .footer {
        padding: 40px 0 90px 0;
    }

    .index_footer {
        padding: 35px 0 100px;
    }

    .footer_page {
        display: none;
    }

    .footer_logo img {
        max-height: 60px;
        margin-bottom: 15px;
    }

    .footer_tags {
        margin-bottom: 20px;
    }

    .footer_product {
        margin-top: 20px;
    }

    .footer_page h3,
    .footer_product h3,
    .footer_contact h3,
    .footer_nav h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer_page a,
    .footer_product a {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer_nav {
        margin-top: 20px;
    }

    .footer_p {
        margin-bottom: 20px;
    }

    .public_ad_header_social_media {
        padding-top: 10px;
    }

    .footer_copyrights {
        margin-top: 10px;
        padding: 10px 0 0 0;
    }

    .footer_copyrights_p {
        justify-content: center;
        font-size: 14px;
    }

    .footer_copyrights_p p {
        text-align: center;
        font-size: 14px;
    }

    .footer_copyrights_p a {
        font-size: 14px;
    }


}

@media (min-width:577px) and (max-width:767px) {
    .indexproducts_left h3{
        font-size: 32px;
    }
    .navbar-toggler {
        background-color: #2dc1a5;
    }

    .bg-dark {
        background-color: #DCC8E4 !important;
        padding: 0 0 !important;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .text-bg-dark {
        color: #fff !important;
        background-color: #4180e6 !important;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: #4180e6;
        border: none;
    }

    .dropdown-divider {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .btn-success {
        background-color: #4180e6;
        border: 1px solid #fff;
    }

    .nav-link {
        color: rgba(255, 255, 255, 0.8);
    }

    .aboutus_right h1 a,
    .service_left h2 a,
    .indexproducts_left h3 a {
        font-size: 30px;
        margin-top: 10px;
        line-height: 45px;
    }

    .index_aboutus {
        padding-top: 50px;
        background: #fff;
    }

    .aboutus_left {
        display: none;
    }

    .aboutus_right_text {
        margin-top: 20px;
    }

    .aboutus_right_btn {
        margin-bottom: 30px;
    }

    .aboutus_right_btn a {
        display: inline-block;
        padding: 12px 35px;
        margin-top: 20px;
        background-color: #2dc1a5;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }

    .aboutus_right_top {
        flex-direction: column;
        align-items: flex-start;
    }

    .aboutus_right_line {
        margin-right: 0px;
    }

    .index_service {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .service_left {
        padding-right: calc(var(--bs-gutter-x)* 0.5);
    }

    .service_left_text {
        margin-top: 20px;
    }

    .index_service .contact_plan2_form {
        margin: 20px 0px 0 0;
        padding-top: 20px;
    }

    .index_service .contact_plan2_form h3 {
        font-size: 24px;
    }

    .index_service .contact_inquiry_form_main {
        padding: 10px 20px;
    }

    .index_service .yandex-form #form #submit {
        padding: 0;
        font-weight: bold;
        background-color: #2dc1a5;
        font-size: 16px;
    }

    .service_right_box {
        border-radius: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .service_right_content {
        padding: 15px 10px;
    }

    .service_right_content .service_right_h3 {
        font-size: 14px;
    }

    .index_products {
        padding: 30px 0;
    }

    .index_products_top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .indexproducts_right {
        margin-top: 15px;
    }

    .indexproducts_right a {
        display: inline-block;
        padding: 12px 35px;
    }

    .products_ltop {
        flex-direction: column;
        align-items: flex-start;
    }

    .indexproducts_left_line {
        margin-right: 0px;
    }

    .equipment_flex_img {
        padding-top: 65%;
    }

    .equipment_main .swiper-button-next,
    .equipment_main .swiper-button-prev {
        bottom: 0;
        top: auto;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 8px;
    }

    .equipment_main .swiper-slide {
        padding-bottom: 55px;
    }

    .equipment_main .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .equipment_main .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }

    .index_advantages {
        background: #fff;
    }

    .index_advantages_left {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .advantages_left_bot {
        margin-top: 30px;
    }

    .advantages_left_bot ul {
        padding-left: 0px;
    }

    .advantages_left_bot ul li {
        margin-bottom: 18px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .ad_botImg {
        width: 15px;
        height: 45px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .ad_botImg i {
        font-size: 45px;
    }

    .ad_botDes h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .ad_botDes p {
        font-size: 14px;
        line-height: 24px;
    }

    .index_advantages_right {
        padding-left: calc(var(--bs-gutter-x)* 0.5);
        display: none;
    }

    .indexnews {
        padding: 30px 0 20px;
        background: linear-gradient(to bottom, #e0e9f3 25%, white 0%);
    }

    .indexproduct_title {
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .indexnews .blog_txt h3 {
        margin-bottom: 10px;
    }

    .indexnews .blogmore {
        border-radius: 8px;
        padding: 10px 60px;
        font-size: 18px;
    }

    .indexnews .blog_txt {
        padding: 20px 20px 25px 20px;
    }

    #indexmap {
        height: 300px;
    }

    .footer {
        padding: 40px 0 90px 0;
    }

    .index_footer {
        padding: 35px 0 100px;
    }

    .footer_logo img {
        max-height: 70px;
        margin-bottom: 10px;
    }

    .footer_p {
        margin-bottom: 23px;
    }

    .public_ad_header_social_media {
        padding-top: 15px;
    }

    .footer_tags {
        margin-bottom: 20px;
    }

    .footer_product {
        margin-top: 30px;
    }

    .footer_page h3,
    .footer_product h3,
    .footer_contact h3,
    .footer_nav h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer_page a,
    .footer_product a {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer_page {
        margin-top: 30px;
    }

    .footer_nav {
        margin-top: 30px;
    }

    .footer_copyrights {
        margin-top: 10px;
        padding: 10px 0 0 0;
    }

    .footer_copyrights_p {
        justify-content: center;
        font-size: 14px;
        flex-direction: column;
    }

    .footer_copyrights_p p {
        text-align: center;
        font-size: 14px;
    }

    .footer_copyrights_p a {
        font-size: 14px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-toggler {
        background-color: #2dc1a5;
    }

    .bg-dark {
        background-color: #DCC8E4 !important;
        padding: 0 0 !important;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .text-bg-dark {
        color: #fff !important;
        background-color: #4180e6 !important;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: #4180e6;
        border: none;
    }

    .dropdown-divider {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .btn-success {
        background-color: #4180e6;
        border: 1px solid #fff;
    }

    .nav-link {
        color: rgba(255, 255, 255, 0.8);
    }

    .aboutus_right h1 a,
    .service_left h2 a,
    .indexproducts_left h3 a {
        font-size: 30px;
        margin-top: 6px;
        line-height: 45px;
    }

    .index_aboutus {
        padding-top: 50px;
        background: #fff;
    }

    .aboutus_left {
        padding-right: 20px;
        margin-bottom: 30px;
    }

    .aboutus_right_text {
        margin-top: 0px;
        -webkit-line-clamp: 5;
    }

    .aboutus_right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .aboutus_right_btn {
        margin-bottom: 0px;
    }

    .aboutus_right_btn a {
        display: inline-block;
        padding: 12px 35px;
        margin-top: 10px;
        background-color: #2dc1a5;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }

    .aboutus_right_line {
        margin-right: 0px;
    }

    .index_service {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .service_left {
        padding-right: calc(var(--bs-gutter-x)* 0.5);
    }

    .service_left_text {
        margin-top: 20px;
    }

    .index_service .contact_plan2_form {
        margin: 20px 0px 0 0;
        padding-top: 20px;
    }

    .index_service .contact_plan2_form h3 {
        font-size: 24px;
    }

    .index_service .contact_inquiry_form_main {
        padding: 10px 20px;
    }

    .index_service .yandex-form #form #submit {
        padding: 0;
        font-weight: bold;
        background-color: #2dc1a5;
        font-size: 16px;
    }

    .service_right_box {
        border-radius: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .service_right_content {
        padding: 20px;
    }

    .service_right_content .service_right_h3 {
        font-size: 18px;
    }

    .index_products {
        padding: 30px 0;
    }

    .index_products_top {
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .indexproducts_right {
        margin-top: 15px;
    }

    .indexproducts_right a {
        display: inline-block;
        padding: 12px 35px;
    }

    .products_ltop {
        flex-direction: column;
        align-items: flex-start;
    }

    .indexproducts_left_line {
        margin-right: 0px;
    }

    .equipment_flex_img {
        padding-top: 65%;
    }

    .equipment_main .swiper-button-next,
    .equipment_main .swiper-button-prev {
        bottom: 0;
        top: auto;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 8px;
    }

    .equipment_main .swiper-slide {
        padding-bottom: 55px;
    }

    .equipment_main .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .equipment_main .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }

    .equipment_flex:hover .equipment_flex_btn {
        height: 60px;
    }

    .equipment_flex_btn a {
        padding: 15px 50px;
        font-size: 18px;
    }

    .equipment_flex:hover .equipment_flex_btn a {
        margin-top: 22px;
    }
    
        .equipment_flex_btn span {
        padding: 15px 50px;
        font-size: 18px;
    }

    .equipment_flex:hover .equipment_flex_btn span {
        margin-top: 22px;
    }

    .index_advantages {
        background: #fff;
        position: relative;
        overflow: hidden;
    }

    .index_advantages_left {
        padding-top: 30px;
        padding-bottom: 5px;
    }

    .advantages_left_bot {
        margin-top: 30px;
    }

    .advantages_left_bot ul li {
        margin-bottom: 18px;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 5px;
    }

    .advantages_left_bot ul {
        padding-left: 0;
    }

    .ad_botImg {
        width: 15px;
        height: 45px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .ad_botImg i {
        font-size: 45px;
    }

    .ad_botDes h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .ad_botDes p {
        font-size: 14px;
        line-height: 24px;
    }

    .index_advantages_right {
        padding-left: calc(var(--bs-gutter-x)* 0.5);
        /* position: absolute;
        right: 0;
        bottom: 0; */
        display: none;
    }

    .indexnews {
        padding: 30px 0 15px;
        background: linear-gradient(to bottom, #e0e9f3 55%, white 0%);
    }

    .indexproduct_title {
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .indexnews .blog_txt h3 {
        margin-bottom: 10px;
    }

    .indexnews .blogmore {
        border-radius: 8px;
        padding: 10px 40px;
        font-size: 18px;
    }

    .indexnews .blog_txt {
        padding: 20px 20px 25px 20px;
    }

    #indexmap {
        height: 300px;
    }

    .footer {
        padding: 40px 0 90px 0;
    }

    .index_footer {
        padding: 35px 0 100px;
    }

    .footer_logo img {
        max-height: 70px;
        margin-bottom: 10px;
    }

    .footer_p {
        margin-bottom: 23px;
    }

    .public_ad_header_social_media {
        padding-top: 15px;
        justify-content: flex-end;
    }

    .footer_tags {
        margin-bottom: 20px;
    }

    .footer_tags p {
        margin-right: 10px;
    }

    .footer_tags a {
        margin: 5px 5px 5px 0px;
    }

    .footer_product {
        margin-top: 30px;
    }

    .footer_page h3,
    .footer_product h3,
    .footer_contact h3,
    .footer_nav h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer_page h3 {
        margin-right: 15px;
    }

    .footer_page a,
    .footer_product a {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer_page a {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .footer_page {
        margin-top: -20px;
        display: flex;
    }

    .footer_nav {
        margin-top: 30px;
    }

    .footer_copyrights {
        margin-top: 10px;
        padding: 10px 0 0 0;
    }

    .footer_copyrights_p {
        justify-content: center;
        font-size: 14px;
        flex-direction: column;
    }

    .footer_copyrights_p p {
        text-align: center;
        font-size: 14px;
    }

    .footer_copyrights_p a {
        font-size: 14px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .navbar-toggler {
        background-color: #2dc1a5;
    }

    .bg-dark {
        background-color: #DCC8E4 !important;
        padding: 0 0 !important;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .text-bg-dark {
        color: #fff !important;
        background-color: #4180e6 !important;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: #4180e6;
        border: none;
    }

    .dropdown-divider {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .btn-success {
        background-color: #4180e6;
        border: 1px solid #fff;
    }

    .nav-link {
        color: rgba(255, 255, 255, 0.8);
    }

    .aboutus_right h1 a,
    .service_left h2 a,
    .indexproducts_left h3 a {
        font-size: 35px;
        margin-top: 6px;
        line-height: 45px;
    }

    .index_aboutus {
        padding-top: 50px;
        background: #fff;
    }

    .aboutus_left {
        padding-right: 20px;
        margin-bottom: 30px;
    }

    .aboutus_right_text {
        margin-top: 0px;
        -webkit-line-clamp: 8;
    }

    .aboutus_right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .aboutus_right_btn {
        margin-bottom: 0px;
    }

    .aboutus_right_btn a {
        display: inline-block;
        padding: 17px 45px;
        margin-top: 10px;
        background-color: #2dc1a5;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }

    .aboutus_right_line {
        margin-right: 0px;
    }

    .index_service {
        padding-top: 55px;
        padding-bottom: 40px;
    }

    .service_left {
        padding-right: 0px;
        padding-bottom: 30px;
        display: flex;
        justify-content: space-between;
    }

    .service_left_text {
        margin-top: 10px;
        font-size: 17px;
    }

    .index_service .contact_plan2_form {
        margin: 20px 0px 0 0;
    }

    .index_service .yandex-form #form .list {
        margin-bottom: 4%;
    }

    .contact_plan2_form {
        padding: 20px 0;
    }

    .index_service .contact_plan2_form h3 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .index_service .contact_inquiry_form_main {
        padding: 16px 15px 0;
    }

    .index_service .yandex-form #form .list input {
        width: 100%;
        padding: 5px 5px 5px 10px;
    }

    .index_service .yandex-form #form #submit {
        line-height: 45px;
        margin-bottom: 0;
    }

    .service_right_box {
        margin-left: 0px;
    }

    .index_products {
        padding: 40px 0;
    }

    .indexproducts_right a {
        padding: 20px 55px;
    }

    .service_right {
        padding-left: 32px;
    }

    .index_service .contact_plan2_form {
        padding: 6% 0;
        margin-top: 10px;
    }

    .yandex-form #form .list textarea {
        height: 99px;
    }

    .equipment_flex_btn a {
        padding: 14px 50px;
        margin-top: 32px;
        font-size: 18px;
    }
      .equipment_flex_btn span {
        padding: 14px 50px;
        margin-top: 32px;
        font-size: 18px;
    }

    .equipment_flex:hover .equipment_flex_btn {
        height: 100px;
    }

    .indexnews {
        padding: 50px 0 20px;
    }

    .indexproduct_title {
        margin-bottom: 30px;
    }

    .index_advantages {
        position: relative;
        background: #fff;
        overflow: hidden;
    }

    .index_advantages .products_ltop {
        align-items: flex-start;
        flex-direction: column;
    }

    .advantages_left_bot ul li {
        margin-bottom: 17px;
    }

    .index_advantages_left {
        padding-top: 40px;
    }

    .ad_botImg {
        margin-right: 22px;
    }

    .ad_botImg i {
        font-size: 45px;
    }

    .advantages_left_bot {
        margin-top: 30px;
    }

    .index_advantages_right {
        padding-left: 50px;
        font-size: 18px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .ad_botDes h4 {
        margin-bottom: 2px;
    }

    #indexmap {
        border-radius: 0%;
        height: 400px;
    }

    .footer {
        padding: 40px 0 90px 0;
    }

    .index_footer {
        padding: 35px 0 100px;
    }

    .footer_main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    .footer_p {
        margin-bottom: 0px;
        margin-left: -428px;
    }

    .footer_p p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.9);
    }

    .public_ad_header_social_media {
        width: auto;
        padding-top: 0;
        border: none;
    }

    .footer_logo img {
        max-height: 50px;
        margin-bottom: 0;
    }

    .footer_tags {
        margin-bottom: 20px;
    }

    .footer_tags p {
        margin-right: 10px;
    }

    .footer_tags a {
        margin: 5px 5px 5px 0px;
    }

    .footer_page h3,
    .footer_product h3,
    .footer_contact h3,
    .footer_nav h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer_page a,
    .footer_product a {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer_copyrights {
        margin-top: 10px;
        padding: 10px 0 0 0;
    }

    .footer_copyrights_p p {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .footer_copyrights_p,
    .footer_copyrights_p a {
        font-size: 14px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .nav_wrap {
        position: relative;
        text-align: center;
        flex: 0 65%;
    }

    .aboutus_right h1 a,
    .service_left h2 a,
    .indexproducts_left h3 a {
        font-size: 42px;
        margin-top: 10px;
    }

    .index_aboutus {
        padding-top: 60px;
    }

    .aboutus_left {
        padding-right: 90px;
    }

    .aboutus_right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .aboutus_right_text {
        margin-top: 20px;
        -webkit-line-clamp: 9;
    }

    .aboutus_right_btn a {
        margin-bottom: 35px;
        margin-top: 10px;
        padding: 20px 55px;
    }

    .index_service {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .service_left {
        padding-right: 60px;
    }

    .service_left_text {
        margin-top: 10px;
        font-size: 19px;
    }

    .index_service .contact_plan2_form {
        background: #DCC8E4;
        margin: 20px 0px 0 0;
        padding: 30px 0 0;
    }

    .index_service .contact_plan2_form h3 {
        font-size: 30px;
        margin-bottom: 0;
    }


    .index_service .contact_inquiry_form_main {
        padding-bottom: 10px;
    }

    .index_service .contact_plan2_form {
        background: #DCC8E4;
        margin: 10px 0px 0 0;
        padding: 7% 0;
    }

    .yandex-form #form .list {
        margin-bottom: 5%;
    }


    .service_right_box {
        margin-left: 0px;
    }

    .index_products {
        padding: 60px 0;
    }

    .index_advantages_left {
        padding-top: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .indexproducts_left h3 a {
        margin-top: 10px;
    }

    .advantages_left_bot {
        margin-top: 30px;
    }

    .index_advantages_right {
        padding-left: 62px;
    }

    .indexnews {
        padding: 50px 0 40px;
    }

    .footer_logo img {
        max-height: 80px;
    }

    .index_footer {
        padding: 50px 0;
    }
}

@media (min-width:1400px) and (max-width:1680px) {
    .service_left {
        padding-right: 80px;
    }

    .index_aboutus {
        padding-top: 105px;
    }

    .index_advantages_left {
        padding-top: 75px;
    }

    .index_service {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .service_left_text {
        margin-top: 10px;
        font-size: 19px;
    }


    .index_service .contact_inquiry_form_main {
        padding-bottom: 10px;
    }

    .index_service .contact_plan2_form {
        background: #DCC8E4;
        margin: 20px 0px 0 0;
        padding: 6% 0;
    }

    .yandex-form #form .list {
        margin-bottom: 5%;
    }

    .index_products {
        padding: 80px 0;
    }

    .indexnews {
        padding: 80px 0 50px;
    }

    .index_footer {
        padding: 55px 0;
    }

    .footer_logo img {
        max-height: 90px;
    }
}

@media (min-width:1110px) and (max-width:1199px) {
    .index_service .contact_plan2_form {
        padding: 7% 0;
        margin-top: 10px;
    }

    .index_service .yandex-form #form .list {
        margin-bottom: 5%;
    }

    .index_service .yandex-form #form .list input {
        padding: 10px 5px 10px 10px;
    }
}