html {
    overflow-x: hidden;
}

body {
    font-family: 'NeoSansPro';
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    /*background: url(../img/bg1.jpg) 50% 87px no-repeat white;*/
    background: white;
}

.WebDMSServiceWidget{
    border: 0;
    overflow: hidden;
    margin: 20px auto 50px;
    max-width: 1200px;
}
.WebDMSServiceWidget iframe{border: 0;min-height: max(900px, 100vh);}

.fancybox-slide--html .fancybox-close-small { /* color: white !important; */
}

.fancybox-button svg {
    transform: scale(2);
}

.compensate-for-scrollbar {
    margin-right: auto !important;
    overflow: auto !important;
}

.fancybox-content {
    overflow: hidden;
}


input[type=file] {
    display: none;
}


.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    display: none;
}

.resp_table img {
    max-width: 100%;
    width: 100%;
    display: block;
    width: 220px;
}


sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

select::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}

a:hover {
    text-decoration: none;
}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}


.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1140px;
    position: relative;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}


#form_popup, #form_popup2 {
    display: none;
}

.popup_container {
    width: 420px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    color: black;
    font-size: 12px;
}

.popup_container .agree_field a {
    color: black;
}


.popup_container h2 {
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: black;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type=text] {
    color: black;
    display: block;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 10px;
}

.popup_container .form-group input[type=tel] {
    border: 1px solid #002d96;
}

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-family: 'NeoSansPro';
    font-size: 16px;
}

.popup_container .form-group select {
    color: #1d1f20;
    height: 50px;
    border: 1px solid white;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-family: 'NeoSansPro';
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
    cursor: pointer;
    height: 38px;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}


.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
}

.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}


form {
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 56px;
    width: 100%;
    color: #292d51;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'NeoSansPro';
    padding: 0px 20px;
    outline: none;
    background: white;
    border-radius: 24px;
    border: none;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff;
    font-family: 'NeoSansPro';
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'NeoSansPro';
    outline: none;
}

form .form-group button:hover {
}


.form_title {
    color: black;
    font-size: 36px; /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 47px;
}

.form_title span {
    display: block;
    color: #ff0000;
    white-space: nowrap;
}

.btn {
    box-sizing: border-box;
    background: #002d96;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 47px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 1px solid #002d96;
    border-radius: 23px;
    transition: all .3s;
    text-align: center;
}

.btn:hover {
    background: transparent;
    color: #000000;
}

.btn.white {
    background: #ffffff;
    border-color: #ffffff;
    color: #292d51;
}

.btn.white:hover {
    background: transparent;
    color: #ffffff;
}

/**********************
        HEADER
**********************/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 5;
    padding: 20px 0;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_addr {
    padding-left: 18px;
    background: url("../img/ico_loc.png") 0 50% no-repeat;
}

.top_phone {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    padding-left: 20px;
    background: url("../img/ico_phone.png") 0 50% no-repeat;
}

header .btn {
    width: 228px;
}

/**********************
        BANNER
**********************/

.banner_slider {
    width: 100%;
    margin-top: 85px;
}

.banner_slider .slick-slide {
    height: 734px !important;
    outline: none;
}

.banner_slider .slide1 {
    background: url("../img/bg1.jpg") 50% 0 no-repeat;
}

.banner_slider .slide2 {
    background: url("../img/bg_day.jpg") 50% 0 no-repeat;
}

.banner_slider .slide3 {
    background: url("../img/bg3.jpg") 50% 0 no-repeat;
}

.banner_slider .slick-prev {
    width: 25px;
    height: 42px;
    background: url("../img/prev.png") 50% no-repeat !important;
    left: 45px;
    z-index: 1;
}

.banner_slider .slick-next {
    width: 25px;
    height: 42px;
    background: url("../img/next.png") 50% no-repeat !important;
    right: 45px;
    z-index: 1;
}

.banner_slider .slick-prev:before,
.banner_slider .slick-next:before {
    display: none;
}

.slide3__title-container {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slide3__title1 {
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 58px;
    text-transform: uppercase;
}
.slide2__title1 {
    text-align: center;
    font-weight: 500;
    color: #222951;
    font-size: 58px;
    text-transform: uppercase;
}
.slide3__btn {
    margin-top: 25px;
    width: 228px;
}

.title_container {
    padding-top: 95px;
}

.title_wrap2 {
    display: none;
    padding-bottom: 60px;
}

.title1 {
    font-size: 58px;
    text-transform: uppercase;
    font-weight: 500;
    color: #222951;
    margin-bottom: 35px;
}

.title2 {
    font-size: 42px;
}

.title2 span {
    color: #5f90cb;
    font-weight: 500;
}

.title2 span b {
    font-size: 48px;
    font-weight: 500;
}

.title_container .btn {
    width: 228px;
    margin-top: 35px;
}

/**********************
       SERVICES
**********************/

.services {
    margin-top: 200px;
}

.serv_title {
    text-align: center;
    color: #292d51;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.serv_list {
    display: grid;
    grid-template-columns: 1fr 1fr 310px 260px;
}

.serv_list .item {
}

.serv_list a {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    padding-left: 90px;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
    min-height: 65px;
}

.serv_list a.ico1 {
    background: url("../img/serv_ico1.png") 0 50% no-repeat;
}

.serv_list a.ico2 {
    background: url("../img/serv_ico2.png") 0 50% no-repeat;
}

.serv_list a.ico3 {
    background: url("../img/serv_ico3.png") 0 50% no-repeat;
}

.serv_list a.ico4 {
    background: url("../img/serv_ico4.png") 0 50% no-repeat;
}

.serv_list a.ico5 {
    background: url("../img/serv_ico5.png") 8px 50% no-repeat;
}

.serv_list a.ico6 {
    background: url("../img/serv_ico6.png") 5px 50% no-repeat;
}

.serv_list a.ico7 {
    background: url("../img/serv_ico7.png") 5px 50% no-repeat;
}

.serv_list a.ico8 {
    background: url("../img/serv_ico8.png") 0 50% no-repeat;
}

.serv_list a.ico9 {
    background: url("../img/serv_ico9.png") 13px 50% no-repeat;
}

.serv_list a.ico10 {
    background: url("../img/serv_ico10.png") 17px 50% no-repeat;
}

.serv_list a.ico11 {
    background: url("../img/serv_ico11.png") 8px 50% no-repeat;
}

.serv_list a.ico12 {
    background: url("../img/serv_ico12.png") 0 50% no-repeat;
}

/**********************
       ADVANTAGES
**********************/

.advantages {
    padding-top: 50px;
    position: relative;
}

.advantages:before {
    content: '';
    width: 100%;
    background: #e4e4e4;
    height: 205px;
    position: absolute;
    top: 0;
    left: 0;
}

.ags_title {
    text-align: center;
    padding-bottom: 140px;
    color: #1d449b;
    font-size: 30px;
}

.ags_title span {
    display: block;
    color: #292d51;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 10px;
}

.ags_list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 125px;
    row-gap: 60px;
}

.ags_item {
    position: relative;
}

.ags_item:before {
    content: url("../img/ags_circle.png");
    position: absolute;
    top: 50px;
    left: -10px;
}

.ags_item:after {
    content: '';
    width: 95px;
    height: 95px;
    position: absolute;
    background: #282c4d;
    border-radius: 50%;
    top: 143px;
    right: 0;
    z-index: -1;
}

.ags_item.item2:after {
    background: #1d4191;
}

.ags_item.item3:after {
    background: #3d90cc;
}

.ags_item.item4:after {
    background: #8aaed6;
}

.ags_item.item5:after {
    background: #c0d3ea;
}

.ags_item .num {
    font-size: 124px;
    font-weight: 500;
    color: #282c50;
    margin-bottom: 10px;
    position: relative;
}

.ags_item.item2 .num {
    color: #1d449b;
}

.ags_item.item3 .num {
    color: #3d90cc;
}

.ags_item.item4 .num {
    color: #8aaed6;
}

.ags_item.item5 .num {
    color: #c0d3ea;
}

.ags_item .name {
    color: #000000;
    font-size: 22px;
    margin-bottom: 115px;
    min-height: 81px;
    position: relative;
    padding-left: 15px;
}

.ags_item .text {
    padding-top: 15px;
    border-top: 14px solid #292d51;
    font-size: 18px;
}

.ags_item.item2 .text {
    border-color: #1d4191;
}

.ags_item.item3 .text {
    border-color: #3d90cc;
}

.ags_item.item4 .text {
    border-color: #8aaed6;
}

.ags_item.item5 .text {
    border-color: #c0d3ea;
}

/**********************
      SERV_OFFER
**********************/

.service_offer {
    background: url("../img/service_offer_bg.jpg") 50% 0 no-repeat;
    padding: 50px 0;
    margin-top: 75px;
}

.service_offer > img {
    display: none;
}

.serv_offer_wrap {
    width: 420px;
    max-width: 100%;
    margin-left: auto;
}

.serv_offer_title {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.serv_offer_text {
    color: #ffffff;
    font-size: 24px;
}

.serv_offer_text b {
    display: block;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 10px;
}

.serv_offer_wrap .btn {
    margin-top: 45px;
    width: 228px;
}

/**********************
       SUPPORT
**********************/

.support {
    margin-top: 50px;
}

.support_title {
    text-align: center;
    font-size: 30px;
    color: #1d449b;
    margin-bottom: 45px;
}

.support_title span {
    display: block;
    font-size: 40px;
    color: #292d51;
    margin-bottom: 15px;
}

.support_text {
    font-size: 18px;
}

.support_text span {
    display: block;
    margin-top: 20px;
}

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

.support_item {
    width: 23.8%;
    border-bottom: 15px solid #292d51;
}

.support_item.item2 {
    border-color: #304697;
}

.support_item.item3 {
    border-color: #5f90cb;
}

.support_item.item4 {
    border-color: #8aaed6;
}

.support_item .name {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 86px;
    text-align: center;
    background: #292d51;
    color: #ffffff;
    font-size: 22px;
    position: relative;
}

.support_item .name:after {
    content: '';
    position: absolute;
    bottom: -25px;
    border: 10px solid transparent;
    border-top: 15px solid #292d51;
}

.support_item.item2 .name {
    background: #304697;
}

.support_item.item2 .name:after {
    border-top: 15px solid #304697;
}

.support_item.item3 .name {
    background: #5f90cb;
}

.support_item.item3 .name:after {
    border-top: 15px solid #5f90cb;
}

.support_item.item4 .name {
    background: #8aaed6;
}

.support_item.item4 .name:after {
    border-top: 15px solid #8aaed6;
}

.support_item .text {
    box-sizing: border-box;
    font-size: 18px;
    padding: 20px 15px;
    height: 310px;
    background: #e4e4e4;
}

/**********************
        DETAILS
**********************/

.details {
    margin-top: 75px;
    padding-top: 60px;
    background: #e4e4e4;
}

.details_title {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #292d51;
    margin-bottom: 60px;
}

.details_list {
    display: grid;
    grid-template-columns: 1fr 1fr 230px;
}

.details_list > div {
    display: flex;
    align-items: center;
    min-height: 87px;
    padding-left: 105px;
    font-size: 20px;
    margin-bottom: 75px;
}

.details_list > div.ico1 {
    background: url("../img/details_ico1.png") 0 50% no-repeat;
}

.details_list > div.ico2 {
    background: url("../img/details_ico2.png") 0 50% no-repeat;
}

.details_list > div.ico3 {
    background: url("../img/details_ico3.png") 0 50% no-repeat;
}

.details_list > div.ico4 {
    background: url("../img/details_ico4.png") 0 50% no-repeat;
}

.details_list > div.ico5 {
    background: url("../img/details_ico5.png") 15px 50% no-repeat;
}

.details_list > div.ico6 {
    background: url("../img/details_ico6.png") 0 50% no-repeat;
}

/**********************
      SERVICE_REQ
**********************/

.service_req {
    padding: 140px 0 160px;
    background: url("../img/service_req_bg.jpg") 50% 0 no-repeat;
}

.service_req > img {
    display: none;
}

.service_req_title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
}

.service_req_text {
    font-size: 30px;
    color: #ffffff;
}

#service_req_form {
    margin-top: 50px;
    width: 450px;
    max-width: 100%;
}

#service_req_form input[type=tel] {
    background: rgba(255, 255, 255, 0.8);
}

#service_req_form .btn {
    height: 56px;
}

#service_req_form .agree_field {
    color: #ffffff;
}

#service_req_form .agree_field a {
    color: #ffffff;
}

/**********************
      CONTACTS
**********************/

.contacts {
    position: revert;
}

.cont_wrap {
    position: absolute;
    top: 80px;
    left: 0;
    background: #ffffff;
    padding: 50px 45px;
    z-index: 1;
}

.bot_addr {
    margin-top: 50px;
    padding-left: 45px;
    font-size: 20px;
    background: url("../img/ico_loc_bot.png") 0 50% no-repeat;
}

.bot_phone {
    display: block;
    margin-top: 70px;
    font-size: 30px;
    color: #000000;
    text-decoration: none;
    padding-left: 45px;
    background: url("../img/ico_phone_bot.png") 0 50% no-repeat;
}

.cont_wrap .btn {
    margin-top: 50px;
}

#map1 {
    width: 100%;
    height: 650px;
    background: url("../img/map.jpg") 50% no-repeat;
}

/**********************
      FOOTER
**********************/

footer {
    padding: 40px 0;
    background: #ffffff;
}

.yurinfo {
    font-size: 16px;
    margin-bottom: 15px;
}

footer .switch {
    color: #000000;
    font-size: 16px;
}

footer .disclamer {
    color: #000000;
    font-size: 14px;
    text-align: left;
    display: none;
}


/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1500px) {
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .serv_list {
        grid-template-columns: repeat(4, 1fr);
    }

    .serv_list .item {
        font-size: 16px;
    }

    .ags_list {
        column-gap: 40px;
        row-gap: 40px;
    }

    .support_item .name {
        font-size: 18px;
    }

    .support_item .text {
        font-size: 16px;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .top_addr {
        display: none;
    }

    body {
        background-size: 180%;
    }

    .banner_slider .slide1,
    .banner_slider .slide2 {
        background-size: 180%;
    }

    .banner_slider .slick-prev {
        left: 5px;
        top: 35%;
    }

    .banner_slider .slick-next {
        right: 5px;
        top: 35%;
    }

    .title_container {
        padding-top: 120px;
    }

    .slide3__title-container {}
    .slide3__title1 {
        font-size: 5vw;
    }
    .slide3__btn {}

    .title1 {
        font-size: 34px;
    }

    .title2 {
        font-size: 28px;
    }

    .title2 span b {
        font-size: inherit;
    }

    .services {
        margin-top: 140px;
    }

    .serv_list {
        grid-template-columns: repeat(3, 1fr);
    }

    .ags_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .ags_item:after {
        right: 40px;
    }

    .service_offer {
        padding: 0;
        background: #304697;
    }

    .service_offer > img {
        display: block;
        width: 100%;
    }

    .serv_offer_wrap {
        width: 100%;
        padding: 30px 0;
    }

    .serv_offer_text br {
        display: none;
    }

    .support_title {
        font-size: 22px;
    }

    .support_list {
        flex-flow: wrap;
    }

    .support_item {
        width: 48%;
        margin-bottom: 30px;
    }

    .support_item .text {
        font-size: 18px;
    }

    .details_list {
        grid-template-columns: repeat(3, 1fr);
    }

    .details_list > div {
        font-size: 16px;
    }

    .service_req {
        background: #304697;
        padding: 0;
    }

    .service_req > img {
        display: block;
    }

    .service_req_wrap {
        padding: 30px 0;
    }

    #service_req_form {
        width: 100%;
    }

    .cont_wrap {
        position: relative;
        top: 0;
        padding: 30px 0;
    }

    .bot_addr {
        margin-top: 30px;
    }

    .bot_phone {
        margin-top: 30px;
    }

    #map1 {
        background-position: 78% 50%;
        height: 450px;
    }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {

    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .popup_container {
        width: 100%;
    }
    .slide2__title-container {
        padding-top: 17vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .slide2__title1 {
        font-size: 6vw;
        color: inherit;
        text-align: center;
    }
    .slide2__btn {
        margin-top: 6vw;
    }

   /***************************************************************************/

    header {
        padding: 10px 0;
    }

    .logo1 {
        width: 45%;
    }

    header .btn {
        display: none;
    }

    .top_addr {
        display: none;
    }

    .top_phone {
        font-size: 16px;
    }

    body {
        background-size: 140%;
        background-position: 100% 135px;
    }

    .banner_slider {
        margin: 0;
    }

    .banner_slider .slide1,
    .banner_slider .slide2 {
        background-size: 100%;
        background-position: 100% 35vw;
        height: 110vw !important;
    }

.banner_slider .slide3 {
    background-size: 140%;
    background-position-x: 46%;
    background-position-y: 41vw;
    height: 95vw !important;
}

    .banner_slider .slick-prev {
        top: calc(50% - 21px);
        left: 5px;
    }

    .banner_slider .slick-next {
        top: calc(50% - 21px);
        right: 5px;
    }

    .title_container {
        padding-top: 75px;
    }

    .slide3__title-container {
    padding-top: 17vw;
}
    .slide3__title1 {
        font-size: 6vw;
        color: inherit;
    }
    .slide3__btn {
    margin-top: 6vw;
}
    .slide2__title1 {
        font-size: 6vw;
        color: inherit;
    }
    .slide2__btn {
    margin-top: 6vw;
}

    .title_wrap2 {
        padding-bottom: 0;
    }

    .title1 {
        font-size: 5vw;
        text-align: center;
        margin-bottom: 49vw;
    }

    .title1 br {
        display: none;
    }

    .title2 {
        font-size: 5vw;
        text-align: center;
    }

    .title2 br {
        display: none;
    }

    .title2 span b {
        font-size: inherit;
    }

    .title_container .btn {
        margin-top: 15px;
        width: 100%;
    }

    .services {
        margin-top: 50px;
    }

    .serv_title {
        margin-bottom: 30px;
    }

    .serv_list {
        grid-template-columns: 1fr;
    }

    .serv_list .item {
        margin-bottom: 10px;
    }

    .serv_list a br {
        display: none;
    }

    .ags_title {
        font-size: 22px;
        padding-bottom: 70px;
    }

    .ags_title span {
        font-size: 30px;
    }

    .ags_list {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .ags_item .name {
        margin-bottom: 60px;
    }

    .ags_item:before {
        top: 10px;
    }

    .ags_item:after {
        top: 100px;
        left: 205px;
        right: unset;
    }

    .service_offer {
        padding: 0;
        background: #304697;
    }

    .service_offer > img {
        display: block;
        width: 100%;
    }

    .serv_offer_wrap {
        width: 100%;
        padding: 30px 0;
    }

    .serv_offer_title {
        text-align: center;
        font-size: 34px;
    }

    .serv_offer_text {
        text-align: center;
    }

    .serv_offer_text br {
        display: none;
    }

    .serv_offer_text b {
        font-size: 32px;
    }

    .serv_offer_wrap .btn {
        width: 100%;
    }

    .support_title {
        font-size: 18px;
    }

    .support_title span {
        font-size: 26px;
    }

    .support_title br {
        display: none;
    }

    .support_list {
        flex-flow: wrap;
    }

    .support_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .support_item .text {
        font-size: 18px;
        height: auto;
    }

    .details {
        margin-top: 10px;
    }

    .details_title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .details_list {
        grid-template-columns: 1fr;
    }

    .details_list > div {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .details_list > div br {
        display: none;
    }

    .service_req {
        background: #304697;
        padding: 0;
    }

    .service_req > img {
        display: block;
    }

    .service_req_wrap {
        padding: 30px 0;
    }

    .service_req_title {
        text-align: center;
        font-size: 26px;
    }

    .service_req_text {
        font-size: 18px;
    }

    .service_req_text br {
        display: none;
    }

    #service_req_form {
        width: 100%;
    }

    .cont_wrap {
        position: relative;
        top: 0;
        padding: 30px 0;
    }

    .cont_wrap .btn {
        margin-top: 30px;
    }

    .bot_addr {
        margin-top: 30px;
    }

    .bot_phone {
        margin-top: 30px;
    }

    #map1 {
        background-position: 70% 50%;
        height: 350px;
    }

	.serv_list a {margin-bottom:0px;}
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {
    .title1 {
        /* margin-bottom: 235px; */
    }
}

@media (max-width: 360px) {
    .title1 {
        /* font-size: 19px; */
    }

    .title2 {
        /* font-size: 22px; */
    }

    .top_phone {
        font-size: 14px;
    }

    .ags_title {
        font-size: 20px;
    }

    .bot_phone {
        font-size: 26px;
    }
}

@media (max-width: 320px) {

}