@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@400;500;700&family=Rubik&display=swap');
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Noto Sans Display', sans-serif;
    letter-spacing: .5px;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 4px rgb(0 0 0 / 2%);
            box-shadow: 0px 1px 4px rgb(0 0 0 / 2%);
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.dropdown-content a {
    width: 76px;
    height: 45px;
    border: 1px solid #E1E1E1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #212B36;
    cursor: pointer;
}
.dropdown-content a:hover {
    background: #EFEFEF;
}

.dropdown .dropbtn {
    width: 76px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 4px rgb(0 0 0 / 2%);
            box-shadow: 0px 1px 4px rgb(0 0 0 / 2%);
    border-radius: 0px;
    font-family: 'Noto Sans Display', sans-serif;
    letter-spacing: .5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #212B36;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dropdown .dropbtn svg {
    margin-left: 8px;
}
.dropdown:hover .dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.wrapper {
    margin: 0 82px;
}
.wrapper .section_one {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px;
}
.wrapper .section_one object {
    max-width: 1170px;
    width: 100%;
}
.wrapper .section_one .section_one_head_text {
    margin-bottom: 80px;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 100px;
}
.wrapper .section_one .section_one_head_text h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    color: #212B36;
    margin-bottom: 15px;
}
.wrapper .section_one .section_one_head_text p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #212B36;
}
.wrapper .section_one .menu {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    margin-top: 40px;
    position: fixed;
    z-index: 15;
}
.wrapper .section_one .first_screen {
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
}

.wrapper .services {

}
.wrapper .services h2 {
    max-width: 455px;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 140%;
    text-align: center;
    color: #212B36;
    margin: 0 auto 70px;
}
.wrapper .services .services_block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 55px;
}
/*    Высота c кнопкой*/
.wrapper .services .services_block .service_item {
    max-width: 440px;
    width: 100%;
/*    height: 580px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 20px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #DEE5ED;
}
/*    Высота c кнопкой*/
/*    Высота без кнопки*/
.wrapper .services .services_block .service_item {
    height: 530px;
}
/*    Высота без кнопки*/

.wrapper .services .services_block .service_item .service_img{
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.wrapper .services .services_block .service_item .service_img object{

}
.wrapper .services .services_block .service_item .title{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #212B36;
    margin: 30px 0;
}
.wrapper .services .services_block .service_item .subtitle{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #637381;
}
.wrapper .services .services_block .service_item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.wrapper .services .services_block .service_item .more_btn,
.bottom-form .more_btn{
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    padding: 12px 20px;
    background-color: #05cb63;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.wrapper .services .services_block .service_item span:hover .more_btn,
.bottom-form .more_btn:hover {background-color: #04b558; }
.wrapper .services .services_block .service_item span:active .more_btn,
.bottom-form .more_btn:active {background-color: #039046;}

.wrapper .services .all_service_btn {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #212B36;
    max-width: 565px;
    width: 100%;
    height: 52px;
    border: 2px solid #05CB63;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    margin: 0 auto 150px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.wrapper .services .all_service_btn p:first-child {
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
}
.wrapper .services .all_service_btn p:last-child {
    width: 52px;
    height: 100%;
    border-left: 2px solid #05CB63;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.wrapper .services .all_service_btn:hover {
    background: #04B558;
    border: 2px solid #04B558;
    color: #fff;
}
.wrapper .services .all_service_btn:hover p:last-child {
    border-left: 2px solid #ffffff;
}
.wrapper .services .all_service_btn:hover p:last-child  svg path {
    fill: #ffffff;
}
.wrapper .services .all_service_btn:active {
    background: #039046;
    border: 2px solid #039046;
    color: #fff;
}

.wrapper .spec_offers h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #212B36;
    margin: 0 auto 70px;
}

.slick-initialized .slick-slide {text-align: center;}
.spec_offers_slider {
    position: relative;
}
.spec_offers_slider .slick-prev,
.spec_offers_slider .slick-next {
    position: absolute;
    z-index: 9;
    width: 72px;
    background: transparent;
    border: 1px solid #346381;
    height: 72px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}
.spec_offers_slider .slick-prev {
    left: 30px;
}
.spec_offers_slider .slick-next {
    right: 30px;
}
.spec_offers_slider .slick-prev:hover,
.spec_offers_slider .slick-next:hover{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
/*.spec_offers_slider .spec_offers_slider_item object {width: 100%}*/
.spec_offers_slider .spec_offers_slider_item {
    height: 731px;
    margin: 0 10px;
}
.spec_offers_slider .spec_offers_slider_item.item_1 {
    background: url('https://maintenance.idma.ltd/images/slider_fon.jpg') no-repeat no-repeat;
    background-size: cover;
}
.spec_offers_slider .spec_offers_slider_item.item_2 {
    background: url('https://maintenance.idma.ltd/images/slider_fon_2.jpg') no-repeat no-repeat;
    background-size: cover;
}
.spec_offers_slider .spec_offers_slider_item.item_3 {
    background: #212b35;
    background-size: cover;
}
.spec_offers_slider .spec_offers_slider_item .slider_item_block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 150px;
    text-align: left;
    max-width: 455px;
}
.spec_offers_slider .spec_offers_slider_item.item_1 .slider_item_block h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 58px;
    color: #FFFFFF;
    margin-bottom: 18px;
}
.spec_offers_slider .spec_offers_slider_item.item_2 .slider_item_block h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 58px;
    color: #2A2A2A;
    margin-bottom: 18px;
}
.spec_offers_slider .spec_offers_slider_item.item_3 .slider_item_block h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 58px;
    color: #FFFFFF;
    margin-bottom: 18px;
}
.spec_offers_slider .spec_offers_slider_item.item_1 .slider_item_block p {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #BEC0D6;
    margin-bottom: 40px;
}
.spec_offers_slider .spec_offers_slider_item.item_2 .slider_item_block p {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #4A6885;
    margin-bottom: 40px;
}
.spec_offers_slider .spec_offers_slider_item.item_3 .slider_item_block p {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #BEC0D6;
    margin-bottom: 40px;
}
.spec_offers_slider .spec_offers_slider_item .slider_item_block .slider_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
.spec_offers_slider .spec_offers_slider_item .slider_item_block .slider_buttons a {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #05cb63;
    text-align: center;
}
.spec_offers_slider .spec_offers_slider_item .slider_item_block .slider_buttons a:first-child {
    background-color: #05cb63;
    color: #fff;
}
.spec_offers_slider .spec_offers_slider_item.item_1 .slider_item_block .slider_buttons a:last-child,
.spec_offers_slider .spec_offers_slider_item.item_3 .slider_item_block .slider_buttons a:last-child{
    background-color: transparent;
    color: #fff;
}
.spec_offers_slider .spec_offers_slider_item.item_2 .slider_item_block .slider_buttons a:last-child {
    background-color: transparent;
    color: #4A6885;
}
.spec_offers_slider .spec_offers_slider_item .slider_item_block .slider_buttons a:first-child:hover,
.spec_offers_slider .spec_offers_slider_item .slider_item_block .slider_buttons a:last-child:hover {
    background-color: #04b558;
    border: 1px solid #04b558;
    color: #fff;
}
.spec_offers_slider .spec_offers_slider_item .slider_item_block .slider_buttons a:first-child:active,
.spec_offers_slider .spec_offers_slider_item .slider_item_block .slider_buttons a:last-child:active {
    background-color: #039046;
    border: 1px solid #039046;
    color: #fff;
}


.contact_form {
    text-align: center;
    margin-top: 145px;
    margin-bottom: 130px;
}
.contact_form h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    color: #212B36;
    margin: 0 auto 20px;
}
.contact_form p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: #637381;
    width: 100%;
    max-width: 445px;
    margin: 0 auto 50px;
}


.contacts_form_item {
    max-width: 1170px;
    margin: 0 auto;
}
.s-form__row {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.bottom-form {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 margin: 0 auto;
 width: 75%;
}

.m-inp {
 width: 48%;
}

.inp {
 position: relative;
 margin: auto;
 margin: 0;
 margin-bottom: 20px;
}

label {
 display: inline-block;
 margin-bottom: .5rem;
}

.inp input {
 -webkit-appearance: none;
 width: 100%;
 border: 0;
 font-family: inherit;
 padding: 12px 0;
/* height: 25px;*/
 font-size: 16px;
 font-weight: 500;
 border-bottom: 1px solid rgba(99, 115, 129, 0.4);
 background: none;
 border-radius: 0;
 color: #223254;
 -webkit-transition: all .15s ease;
 -o-transition: all .15s ease;
 transition: all .15s ease;
}

.inp .label {
    position: absolute;
    bottom: 15px;
    left: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #637381;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: text;
}

.inp .border {
 position: absolute;
 bottom: 0;
 left: 0;
 height: 2px;
 width: 100%;
 -webkit-transform: scaleX(0);
     -ms-transform: scaleX(0);
         transform: scaleX(0);
 -webkit-transform-origin: 0 0;
     -ms-transform-origin: 0 0;
         transform-origin: 0 0;
 -webkit-transition: all .15s ease;
 -o-transition: all .15s ease;
 transition: all .15s ease;
}

.bottom-form .textarea {
 width: 100%;
}

.inp input:not(:-moz-placeholder-shown)+span {
 transform: translateY(-26px) scale(0.75);
}

.inp input:not(:-ms-input-placeholder)+span {
 -ms-transform: translateY(-26px) scale(0.75);
     transform: translateY(-26px) scale(0.75);
}

.inp input:not(:placeholder-shown)+span {
 -webkit-transform: translateY(-26px) scale(0.75);
     -ms-transform: translateY(-26px) scale(0.75);
         transform: translateY(-26px) scale(0.75);
}

.inp input:focus {
 background: none;
 outline: none;
}

.inp input:focus+span {
 -webkit-transform: translateY(-26px) scale(0.75);
     -ms-transform: translateY(-26px) scale(0.75);
         transform: translateY(-26px) scale(0.75);
}

.inp input:focus+span+.border {
 -webkit-transform: scaleX(1);
     -ms-transform: scaleX(1);
         transform: scaleX(1);
}

.bottom-form .checkbox-label {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
 width: 100%;
 margin: 5px 0 10px;
}

body input:required:valid,
body textarea:required:valid {
 border-color: green;
}

.bottom-form .checkbox-default {
 display: none;
}

input[type=checkbox],
input[type=radio] {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0;
}

[hidden] {
 display: none!important;
}

.bottom-form .checkbox-custom {
 position: relative;
 width: 14px;
 height: 14px;
 border: 1px solid #9098A9;
 background-color: #fff;
 position: relative;
 margin-right: 10px;
 -ms-flex-negative: 0;
     flex-shrink: 0;
 cursor: pointer;
}

.bottom-form input:checked+.checkbox-custom:before {
 display: block;
 position: absolute;
 top: 3px;
 left: 3px;
 right: 3px;
 bottom: 3px;
 background-color: #707070;
}

.bottom-form .checkbox-default+.checkbox-custom:before {
 content: '';
}

.bottom-form .checkbox-text {
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 29px;
    color: #637381;
    margin-top: -6px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
}

.bottom-form .more_btn {
    margin: 0 auto;
    max-width: 165px;
    width: 100%;
}


::-webkit-input-placeholder {opacity: 0;}
::-moz-placeholder          {opacity: 0;}/* Firefox 19+ */
:-moz-placeholder           {opacity: 0;}/* Firefox 18- */
:-ms-input-placeholder      {opacity: 0;}


@media (max-width: 1920px) {
    /*    Высота c кнопкой*/
/*    .wrapper .services .services_block .service_item {height: 620px;}*/
    /*    Высота c кнопкой*/
    /*    Высота без кнопки*/
    .wrapper .services .services_block .service_item {height: 550px;}
    /*    Высота без кнопки*/
}
@media (max-width: 1550px) {
    .wrapper .services .services_block {-ms-flex-wrap: wrap;flex-wrap: wrap;}
    /*    Высота c кнопкой*/
/*    .wrapper .services .services_block .service_item {height: 580px;}*/
    /*    Высота c кнопкой*/
    /*    Высота без кнопки*/
    .wrapper .services .services_block .service_item {height: 515px;}
    /*    Высота без кнопки*/
    .spec_offers_slider .spec_offers_slider_item {height: 600px;}
    
}
@media (max-width: 1200px) {
    .wrapper {margin: 0 25px;}
    
}
@media (max-width: 992px) {
    .bottom-form {width: 100%;}
    .spec_offers_slider .spec_offers_slider_item .slider_item_block {
        max-width: 370px;
        padding: 0 100px;
    }
    .spec_offers_slider .spec_offers_slider_item.item_1 .slider_item_block h3,
    .spec_offers_slider .spec_offers_slider_item.item_2 .slider_item_block h3,
    .spec_offers_slider .spec_offers_slider_item.item_3 .slider_item_block h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .spec_offers_slider .spec_offers_slider_item.item_1 .slider_item_block p,
    .spec_offers_slider .spec_offers_slider_item.item_2 .slider_item_block p,
    .spec_offers_slider .spec_offers_slider_item.item_3 .slider_item_block p {
        font-size: 14px;
        line-height: 22px;
    }
    .spec_offers_slider .spec_offers_slider_item .slider_item_block .slider_buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .spec_offers_slider .spec_offers_slider_item .slider_item_block .slider_buttons a:first-child {margin-bottom: 10px;}
    .spec_offers_slider .spec_offers_slider_item {height: 425px;}
    .spec_offers_slider .slick-prev, .spec_offers_slider .slick-next {
        width: 50px;
        height: 50px;
    }
    .spec_offers_slider .slick-prev svg, .spec_offers_slider .slick-next svg {
        width: 6px;
    }
}
@media (max-width: 768px) {
    .spec_offers_slider .spec_offers_slider_item.item_1 {
        background-position: center;
    }
}
@media (max-width: 576px) {
    .wrapper .section_one .menu {
        margin-bottom: 135px;
        margin-top: 20px;
    }
    .wrapper .section_one object {margin-bottom: 80px;}
    .wrapper .section_one .section_one_head_text p,
    .contact_form p{
        font-size: 16px;
        line-height: 22px;
    }
    .wrapper .section_one .section_one_head_text h1,
    .wrapper .services h2,
    .wrapper .spec_offers h2,
    .contact_form h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .wrapper .services .services_block .service_item .subtitle {
        font-size: 14px;
        line-height: 22px;
    }
    .wrapper .services .services_block .service_item .title {
        font-size: 18px;
        line-height: 25px;
    }
    .wrapper .services h2 {
        margin: 0 auto 50px;
    }
    
    .wrapper .services .all_service_btn,
    .wrapper .section_one {
        margin-bottom: 80px;
    }
    .contact_form {
        margin: 80px 0;
    }
    .bottom-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .m-inp {
        width: 100%;
    }
    .spec_offers_slider .slick-prev, .spec_offers_slider .slick-next {
        margin: 0 auto;
        top: -60px;
        border: 1px solid #346381;
    }
    .spec_offers_slider .slick-prev svg path, .spec_offers_slider .slick-next svg path {
        fill: #212B36;
    }
    .spec_offers_slider .slick-prev {
        right: 30%;
    }
    .spec_offers_slider .slick-next {
        left: 30%;
    }
    .spec_offers_slider .spec_offers_slider_item .slider_item_block {
        padding: 0 20px;
        max-width: 100%;
    }
    
    .spec_offers_slider .spec_offers_slider_item {height: 510px;}
    .spec_offers_slider .spec_offers_slider_item.item_2 {background-position: 8%;}
    .spec_offers_slider .spec_offers_slider_item.item_1 .slider_item_block p,
    .spec_offers_slider .spec_offers_slider_item.item_2 .slider_item_block p,
    .spec_offers_slider .spec_offers_slider_item.item_3 .slider_item_block p {
        text-align: center;
    }
    .spec_offers_slider .spec_offers_slider_item.item_1 .slider_item_block h3,
    .spec_offers_slider .spec_offers_slider_item.item_2 .slider_item_block h3,
    .spec_offers_slider .spec_offers_slider_item.item_3 .slider_item_block h3 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    .spec_offers_slider .spec_offers_slider_item .slider_item_block .slider_buttons {-webkit-box-align: center;-ms-flex-align: center;align-items: center}
}
@media (max-width: 460px) {
    .services_four {width: 100%;}
}
@media (max-width: 350px) {
    .wrapper .services .services_block .service_item .service_img object {width: 100%;}
}
@media (max-width: 320px) {
    .spec_offers_slider .slick-prev {
        right: 50%;
    }
    .spec_offers_slider .slick-next {
        left: 50%;
    }
}
@media (max-height: 700px) {
    .wrapper .section_one {
        height: auto
    }
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    z-index: 99999;
}