html {
    overflow-x: hidden;
}

body {
    font-family: "FenomenSans", Arial, sans-serif;
    font-size: 16px;
    color: #444448;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

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

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}

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

.resp_table {
    width: 100%;
}

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

.resp_table img {
    max-width: unset;
    width: unset;
    display: block;
    width: 100%;
    /* height: 50px; */
}

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

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

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../img/ico_select.png) 100% 50% no-repeat;
    font-family: "FenomenSans", Arial, sans-serif;
    outline: none;
}

a {
    text-decoration: none;
}

.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1200px;
    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: 1280px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}


input[type=text],
input[type=tel] {
    color: #939393;
}

.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 {
    display: none;
}

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

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

.popup_container .agree_field a {
    color: #444448;
}

.popup_container h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: #444448;
}

.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 .form-group {
    margin-bottom: 19px;
}

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

.popup_container .form-group ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #cfcfcf;
}

.popup_container .form-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: #cfcfcf;
}

.popup_container .form-group :-ms-input-placeholder {
    /* IE 10+ */
    color: #cfcfcf;
}

.popup_container .form-group :-moz-placeholder {
    /* Firefox 18- */
    color: #cfcfcf;
}

.popup_container .form-group textarea {
    color: #444448;
    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-size: 16px;
}

.popup_container .form-group select {
    color: #939393;
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 2px solid #939393;
}

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


.alert.fancybox-content {
    overflow: hidden;
}

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

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

.agree_field a {
    color: #444448;
    text-decoration: underline;
}

.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-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    height: 60px;
    width: 100%;
    color: #939393;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    text-align: left;
    border: 2px solid #cfcfcf;
    padding: 0px 20px;
    outline: none;
    background: #fff;
    border-radius: 7px;
    font-family: "FenomenSans", Arial, sans-serif;
}

select {
    display: block;
    color: #939393;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    background: url(../img/ico_select.png) right 20px center no-repeat;
    border: 2px solid #939393;
}

form .form-group button {
    width: 100%;
    height: 60px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    outline: none;
}

form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #cfcfcf;
}

form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #cfcfcf;
}

form :-ms-input-placeholder {
    /* IE 10+ */
    color: #cfcfcf;
}

form :-moz-placeholder {
    /* Firefox 18- */
    color: #cfcfcf;
}

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

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


.btn {
    background: #00bbde;
    color: white;
    /* text-transform:uppercase; */
    text-align: center;
    height: 54px;
    width: 300px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #00bbde;
    position: relative;
    text-decoration: none;
    transition: all .2s linear;
    border-radius: 7px;
}

.btn span {
    display: inline-block;
    width: 100%;
}

.btn:hover {
    background: #fba215;
    border: 1px solid #fba215;
}


.title {
    font-size: 33px;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 700;
}

.title:before {
    content: "";
    display: block;
    height: 6px;
    width: 230px;
    background: #00bbde;
    position: absolute;
    bottom: 0;
    left: calc(50% - 115px);
}

.title span {
    color: #00bbde;
}

.title b {}


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


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

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

.header .logo_wrap {

    display: flex;

    align-items: center;
}

.header .logo {
    padding-right: 17px;
    margin-right: 17px;
    border-right: 1px solid #000;
}

.header .logo-dealer {
    
}

.header .logo img {}

.header .top_addr {
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.header .top_addr:before {
    content: url(../img/loc_top.png);
    position: absolute;
    left: 0;
}

.header .phone_wrap {

    display: flex;

    align-items: center;
}

.header .top_phone {
    padding-left: 25px;
    position: relative;
    /* margin-right: 35px; */
}

.header .top_phone a {
    font-size: 20px;
    font-weight: 700;
    color: #444448;
}

.header .top_phone:before {
    content: url(../img/phone_top.png);
    position: absolute;
    top: 2px;
    left: 0;
}

.header .btn {
    font-size: 16px;
    width: 230px;
    height: 44px;
    font-weight: 400;
}

.header .btn.mob {
    display: none;
}

.header .m_btn {
    display: none;
}


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

nav {
    padding: 10px 0;
    background: #f5f7fa;
}

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

nav .menu span {
    margin-right: 15px;
}

nav .menu b {
    margin-right: 10px;
}

nav .menu a {
    color: inherit;
    margin-left: 15px;
}

nav .menu {}

nav .menu1 {}

nav .menu2 {}


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


.banner_slide {
    padding-top: 100px;
    padding-bottom: 20px;
    margin-top: 122px;
}

.webp .banner_slide {}

.banner .content {}

.banner .banner_title {
    font-size: 39px;
}

.banner .banner_title b {}

.banner .banner_profit {
    font-size: 24px;
    margin-top: 40px;
    padding-left: 80px;
    position: relative;
    margin-top: 20px;
}

.banner .banner_form {
    width: 100%;
    max-width: 610px;
    margin-top: 155px;
    margin-left: 45px;
}

.banner .banner_form .form_title {
    font-size: 19px;
    text-align: left;
    padding: 0;
    padding-bottom: 15px;
}

.banner .banner_form .form-group_wrapper {
    display: flex;
    justify-content: space-between;
}

.banner .banner_form .form-group {
    width: 49%;
}

.banner .banner_form .agree_field,
.banner .banner_form .agree_field a {}

.banner .banner_profit:before {
    content: "";
    display: block;
    width: 68px;
    height: 68px;
    background: url(../img/spec_ico1.png) 50% no-repeat #00bbde;
    border-radius: 13px;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .banner_profit b {
    font-size: 30px;
    color: #00bbde;
}

.banner-slider-new {
    margin-top: 122px;
    position: relative;
}

.banner_slide_item.slide1 .banner_title {
    display: none;
}
.banner-slider-new .banner_slide_item.slide2 .btn {
    display: none;
}
.banner-slider-new .banner_slide_item .banner_title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 29px 53px;
}
.banner_slide_item {
    position: relative;
}
.banner-slider-new .banner_slide_item.slide2 .banner_title:before {
    content: '';
    position: absolute;
    width: 130%;
    height: 150%;
    left: -2%;
    top: -2%;
    background: url(../img/slide2_before.png) no-repeat;
    background-size: contain;
}
.banner-slider-new .banner_slide_item .banner_title .title1 {
    position: relative;
    font-size: 74px;
    font-weight: 400;
    color: #0352AC;
}
.banner-slider-new .banner_slide_item.slide5 .banner_title {
    display: block !important;
    /* padding-top: 15px; */
}
.banner-slider-new .banner_slide_item.slide5 .banner_title .title1 {font-size: 54px;line-height: 1;}
.banner-slider-new .banner_slide_item .banner_title .title2 {
    position: relative;
    font-size: 28px;
    font-weight: 400;
    color: #0352AC;
}
.banner-slider-new .banner_slide_item .banner_title .title2 b {
    text-transform: uppercase;
}

.banner-slider-new .banner_slide_item .banner_title .title3 {
    font-size: 27px;
}
.banner-slider-new .banner_slide_item .banner_title .title3__item {
    background: url(../img/list-ico-banner.svg) 0 50% no-repeat;
    padding-left: 25px;
}
.banner-slider-new .banner_slide_item .banner_title .title3 b {}

.banner-slider-new .banner_slide_item img {}


.banner-slider-new .banner_slide_item img.mob {
    display: none;
}

.banner-slider-new .banner_slide_item a.popup.btn {
    position: absolute;
    top: 160px;
    left: 40px;
}

.banner-slider-new .banner_slide_item.slide1 a.popup.btn {
    display: none;
}

.banner-slider-new .banner_slide_item.slide4 a.popup.btn {
    left: 100px;
}

@media (min-width: 1440px) {
    .banner-slider-new .banner_slide_item a.popup.btn {
        top: 35%;
    }
}

.banner-slider-new .slick-dots {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 25px);
    padding: 0;
    margin: 0;
    display: flex;
    column-gap: 10px;
}

.banner-slider-new .slick-dots li button {
    font-size: 0;
    cursor: pointer;
    background: #f5f7fa;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #f5f7fa;
}

.banner-slider-new .slick-dots li.slick-active button {
    background: #00bbde;
}

.banner-slider-new .slick-dots li button:hover {
    background: #00bbde;
}
@media (max-width: 1440px) {
    .banner-slider-new .banner_slide_item .banner_title .title1 {
        font-size: 4vw;
    }
    .banner-slider-new .banner_slide_item.slide5 .banner_title .title1 {font-size: 3vw;}
    .banner-slider-new .banner_slide_item .banner_title .title2 {
        font-size: 2.5vw;
    }
    .banner-slider-new .banner_slide_item .banner_title .title3 {
    font-size: 2vw;
}
    .banner-slider-new .banner_slide_item .banner_title .title3__item {}
    .banner-slider-new .banner_slide_item .banner_title .title3 b {}
}
@media (max-width: 1279px) {
    .banner-slider-new {
        margin-top: 140px;
    }

    .banner-slider-new .banner_slide_item.slide4 a.popup.btn {
        left: 50px;
    }
}

@media (max-width: 991px) {
    .banner-slider-new {
        margin-top: 126px;
    }
    .header_block .top_addr {
        display: none;
    }
}

@media (max-width: 767px) {
    .banner-slider-new .banner_slide_item.slide2 .btn {
        display: flex;
        position: absolute !important;
        bottom: 0;
    }
    .banner-slider-new .banner_slide_item img {
        display: none;
    }


    .banner-slider-new .banner_slide_item img.mob {
        display: block;
    }

    .banner-slider-new .banner_slide_item.slide2 img.mob {
        display: none;
    }
    .banner-slider-new .banner_slide_item.slide2 .banner_title {
        display: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .banner-slider-new .banner_slide_item .banner_title .title1 {
        font-size: 5vw;
    }
    .banner-slider-new .banner_slide_item.slide5 .banner_title .title1 {font-size: 5.5vw;}

.banner-slider-new .banner_slide_item.slide5 .banner_title {
    padding: 0 15px;
    padding-top: 15px;
}
    .banner-slider-new .banner_slide_item .banner_title .title2 {
        font-size: 3.5vw;
    }
    .banner-slider-new .banner_slide_item .banner_title .title3 {
    font-size: 3.7vw;
}
    .banner-slider-new .banner_slide_item .banner_title .title3__item {}
    .banner-slider-new .banner_slide_item.slide2 {
        background: url(../img/slide1_mob.jpg) 0% 0% no-repeat;
        background-size: auto 260px;
        height: 314px;
    }
    .banner-slider-new .banner_slide_item.slide5 {
        background: url(../img/slide5.jpg) 53% 0% no-repeat;
        background-size: auto 54vw;
        height: 314px;
    }
    .banner-slider-new .banner_slide_item .banner_title:before {
        display: none;
    }
    .banner-slider-new {
        margin-top: 140px;
    }

    .banner-slider-new .banner_slide_item.slide1 a.popup.btn {
        display: flex;
    }
    .banner-slider-new .banner_slide_item.slide4 {
        margin-top: -14px;
    }
    .banner-slider-new .banner_slide_item.slide4 a.popup.btn,
    .banner-slider-new .banner_slide_item a.popup.btn {
        position: relative;
        width: calc(100% - 90px);
        margin-top: 15px;
        left: auto;
        top: auto;
        margin-left: 45px;
        height: 42px;
    }

    .banner-slider-new .slick-dots {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 45px;
        justify-content: center;
    }

    .banner-slider-new .banner_slide_item img {}
}

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


.official_service {}

.official_service .title {
    margin-top: 50px;
    /*margin-top: 150px;*/
    font-size: 25px;
}

.official_service .content {}

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

.official_service .items a {
    margin: 0 36px;
    margin-top: 50px;
}

.official_service .items a img {}

.official_service .items a .bw {}

.official_service .items a .color {
    display: none;
}

.official_service .items a:hover .bw {
    display: none;
}

.official_service .items a:hover .color {
    display: block;
}


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


.tech_service {
    margin-top: 70px;
    padding: 50px 0;
    background: #f5f7fa;
}

.tech_service .title {}

.tech_service .title:before {
    display: none;
}

.tech_service .content {}

.tech_service .items {
    width: 75%;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tech_service .items a {
    text-align: center;
    margin: 0 20px 30px;
}

.tech_service .items a img {}

.tech_service .items a .bw {}

.tech_service .items a .color {
    display: none;
}

.tech_service .items a:hover .bw {
    display: none;
}

.tech_service .items a:hover .color {
    display: block;
}
/**************************************************************************************************************/

.special {
    padding-top: 50px;
    padding-bottom: 20px;
}
.special_slider {
    margin-top: 49px;
    padding-bottom: 84px;
    width: 102%;
    left: -1%;
}
.special_slider .slick-list {
    overflow: initial;
}
.special .special_block {
    min-height: 393px;
    padding: 28px;
    color: #fff;
    margin: 0 16px;
}
.special_block.special_slide1 {
    background: url("../img/special/special1_bg.jpg") 50% 0 no-repeat;
    background-size: cover;
}
.special_block.special_slide2 {
    background: url("../img/special/special2_bg.jpg") 50% 0 no-repeat;
    background-size: cover;
}
.special_block.special_slide3 {
    background: url("../img/special/special3_bg.jpg") 50% 0 no-repeat;
    background-size: cover;
}
.special_block.special_slide4 {
    background: url("../img/special/special4_bg.jpg") 50% 0 no-repeat;
    background-size: cover;
}
.special_block.special_slide4 {
    background: url("../img/special/special4_bg.jpg") 50% 0 no-repeat;
    background-size: cover;
}
.special_block.special_slide5 {
    background: url("../img/special/special5_bg.jpg") 50% 0 no-repeat;
    background-size: cover;
}
.special_item {
    font-size: 18px;
    font-weight: 400;
}

.special_item,
.special_title,
.special_addr-container {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
}

.special_title {
    font-size: 16px;
    font-weight: 400;
}
.special_title span {
    color: #00BBDE;
}

.special_addr-container {}

.special_addr {
    margin-top: 12px;
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.special_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/special_addr.svg) no-repeat;
}
.special .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.special .slick-dots li button {
    display: none;
}
.special .slick-dots li {
    width: 7px;
    height: 7px;
    background: #DFDFE0;
    border-radius: 50px;
    cursor: pointer;
}
.special .slick-dots li.slick-active {
    width: 11px;
    height: 11px;
    background: #27272F;
}

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


.services {
    margin-top: 70px;
}

.services .content {}

.services .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services .items .item {
    background: #f5f7fa;
    width: 31.5%;
    margin-bottom: 35px;
}
.services .items .item a {
	background: #f5f7fa;
	color: inherit;
	padding: 25px 5px 20px 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 180px;
	height: 100%;
}


.services .items .item .service_title {
    font-size: 19px;
    font-weight: 700;
    padding-left: 55px;
}


.services .items .item.ico1 .service_title {}

.services .items .item.ico2 .service_title {}

.services .items .item.ico3 .service_title {}

.services .items .item.ico4 .service_title {}

.services .items .item.ico5 .service_title {}

.services .items .item.ico6 .service_title {}

.services .items .item.item7 .service_title {
    padding-top: 8px;
    padding-left: 60px;
}

.services .items .item.ico8 .service_title {}

.services .items .item.ico9 .service_title {}


.services .items .item .service_title span {}

.services .items .item .ico1 {
    background: url(../img/services_ico_1.png) 25px 27px no-repeat #f5f7fa;
}

.services .items .item .ico2 {
    background: url(../img/services_ico_2.png) 25px 27px no-repeat #f5f7fa;
}

.services .items .item .ico3 {
    background: url(../img/services_ico_3.png) 25px 27px no-repeat #f5f7fa;
}

.services .items .item .ico4 {
    background: url(../img/services_ico_4.png) 25px 27px no-repeat #f5f7fa;
}

.services .items .item .ico5 {
    background: url(../img/services_ico_5.png) 25px 27px no-repeat #f5f7fa;
}

.services .items .item .ico6 {
    background: url(../img/services_ico_6.png) 25px 27px no-repeat #f5f7fa;
}

.services .items .item .ico7 {
    background: url(../img/services_ico_7.png) 25px 27px no-repeat #f5f7fa;
}

.services .items .item.item7 {margin-bottom: 0;}

.services .items .item .ico8 {
    background: url(../img/services_ico_8.png) 25px 27px no-repeat #f5f7fa;
}

.services .items .item .ico9 {
    background: url(../img/services_ico_9.png) 25px 27px no-repeat #f5f7fa;
}

.services .items .item .ico10 {
    background: url(../img/services_ico_10.png) 25px 27px no-repeat #f5f7fa;
}

.services .items .item .ico11 {
    background: url(../img/services_ico_11.png) 25px 27px no-repeat #f5f7fa;
}

.services .items .item a:hover {
    color: #fff;
    background-color: #444448;
}

.services .items ul {
    line-height: 25px;
    margin: 0;
    margin-top: 25px;
}

.services .items ul li {}

.services .items .services__btn {
    position: relative;
    color: #00bbde;
    font-weight: 400;
    padding-right: 15px;
    margin-top: 15px;
}

.services .items .services__btn:before {
    content: url(../img/services_btn_arrow.png);
    position: absolute;
    top: 1px;
    left: 95px;
}

.services .items .services__btn:before {}

.services .items .services_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 65.5%;
}

.services .items .services_wrapper .item {
    background: #f5f7fa;
    width: 48%;
    margin-bottom: 35px;
    color: inherit;
    padding: 25px 5px 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
}

.services .items .services_wrapper .item .ico8 {
    background: url(../img/services_ico_8.png) 25px 27px no-repeat #f5f7fa;
}

.services .items .services_wrapper .item .ico9 {
    background: url(../img/services_ico_9.png) 25px 27px no-repeat #f5f7fa;
}

.services .items .services_wrapper .item .ico10 {
    background: url(../img/services_ico_10.png) 25px 27px no-repeat #f5f7fa;
}

.services .items .services_wrapper .item .ico11 {
    background: url(../img/services_ico_11.png) 25px 27px no-repeat #f5f7fa;
}

.services .items .services_wrapper .item a:hover {
    color: #fff;
    background-color: #444448;
}

.services .items .services_big_block {
    width: 100%;
    background: url(../img/services_banner_min.jpg) 50% 50% no-repeat;
    position: relative;
    padding: 65px 40px;
}

.services .items .title_big_block {
    font-size: 25px;
    color: #00bbde;
    font-weight: 700;
}

.services .items .comment_big_block {
    font-size: 17px;
    color: #fff;
    padding-top: 10px;
}

.services .items .services_big_block .btn {
    position: absolute;
    top: calc(50% - 30px);
    right: 40px;
}


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


.repair {
    margin-top: 100px;
}

.repair .content {
    border: 15px solid #00bbde;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 120px;
    position: relative;
}

.repair .content:before {
    content: "";
    width: 15px;
    height: 270px;
    display: block;
    background: #fff;
    position: absolute;
    top: calc(50% - 135px);
    left: -15px;
}

.repair .content:after {
    content: "";
    width: 15px;
    height: 270px;
    display: block;
    background: #fff;
    position: absolute;
    top: calc(50% - 135px);
    right: -15px;
}

.repair .title {
    text-align: left;
    font-size: 32px;
}

.repair .title:before {
    display: none;
}

.repair .title span {}

.repair .image1 {
    position: absolute;
    top: 21%;
    left: -105px;
    z-index: 2;
}

.repair .image2 {
    position: absolute;
    top: -50px;
    right: -35px;
    z-index: -1;
}

.repair .image3 {
    position: absolute;
    bottom: -53px;
    right: -132px;
    z-index: 1;
    transform: scale(.8);
}

.repair form {
    width: 100%;
    max-width: 610px;
}

.repair form .form_title {
    text-align: left;
    font-size: 20px;
    padding: 0;
    padding-bottom: 15px;
}

.repair form .form-group_wrapper {
    display: flex;
    justify-content: space-between;
}

.repair form .form-group {
    width: 49%;
}

.repair form .agree_field,
.repair form .agree_field a {}

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


.spec {
    margin-top: 100px;
}

.spec .content {}

.spec .title {}

.spec .items {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.spec .items .item {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f5f7fa;
    padding-bottom: 30px;
    position: relative;
}

.spec .items .item.ico1:before {
    content: "";
    width: 65px;
    height: 65px;
    display: block;
    background: url(../img/spec_ico1.png) 50% no-repeat #00bbde;
    border-radius: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.spec .items .item.ico2:before {
    content: "";
    width: 65px;
    height: 65px;
    display: block;
    background: url(../img/spec_ico2.png) 50% no-repeat #fff;
    border-radius: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.spec .items .item.ico3:before {
    content: "";
    width: 65px;
    height: 65px;
    display: block;
    background: url(../img/spec_ico1.png) 50% no-repeat #00bbde;
    border-radius: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.spec .items .item .image {}

.spec .items .item .image img {}

.spec .items .item .spec_title {
    padding-top: 35px;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.spec .items .item .spec_title b {
    color: #00bbde;
    text-transform: uppercase;
}

.spec .items .item .spec_text {
    font-size: 17px;
    padding-left: 25px;
    padding-right: 25px;
}

.spec .items .item .spec_text b {}

.spec .items .item ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.spec .items .item ul li {
    font-size: 17px;
    padding-left: 20px;
    padding-bottom: 7px;
    background: url(../img/spec_arrow.png) 0 3px no-repeat;
}

.spec .items .item ul li:before {
    content: "";
}

.spec .items .item ul li span {
    color: #00bbde;
    font-weight: 700;
}

.spec .items .item .btn {
    margin-top: 20px;
    margin-left: 25px;
}


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


.about_us {
    margin-top: 70px;
    background: #eaebed;
    padding: 60px 0;
}

.about_us .content {}

.about_us .title {}

.about_us .items {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
}

.about_us .items .item {
    background: #fff;
    color: inherit;
    position: relative;
    min-height: 155px;
}

.about_us .items .item>span {
    color: #eaebed;
    font-size: 160px;
    position: absolute;
    left: -20px;
    top: -35px;
    font-weight: 700;
}

.about_us .items .item.ico1 {
    width: 300px;
    background: url(../img/about_us_ico1.png) 105% 2% #fff no-repeat;
    margin-bottom: 40px;
}

.about_us .items .item.ico2 {
    background: url(../img/about_us_ico2.png) 105% 2% #fff no-repeat;
}

.about_us .items .item.ico3 {
    background: url(../img/about_us_ico3.png) 105% 2% #fff no-repeat;
}

.about_us .items .item.ico4 {
    background: url(../img/about_us_ico4.png) 105% 2% #fff no-repeat;
}

.about_us .items .item.ico5 {
    background: url(../img/about_us_ico5.png) 105% 2% #fff no-repeat;
}

.about_us .items .item:hover.ico1 {
    background: url(../img/about_us_ico1_hover.png) 105% 2% #444448 no-repeat;
}

.about_us .items .item:hover.ico2 {
    background: url(../img/about_us_ico2_hover.png) 105% 2% #444448 no-repeat;
}

.about_us .items .item:hover.ico3 {
    background: url(../img/about_us_ico3_hover.png) 105% 2% #444448 no-repeat;
}

.about_us .items .item:hover.ico4 {
    background: url(../img/about_us_ico4_hover.png) 105% 2% #444448 no-repeat;
}

.about_us .items .item:hover.ico5 {
    background: url(../img/about_us_ico5_hover.png) 105% 2% #444448 no-repeat;
}

.about_us .item_title {
    padding-left: 75px;
    font-size: 20px;
    padding-top: 15px;
}

.about_us .item_title font {
    font-size: 73px;
    font-weight: 700;
    line-height: 50px;
    color: #00bbde;
}

.about_us .item_title span {
    color: #00bbde;
    font-weight: 700;
}

.about_us .item_title b {}

.about_us .items .item .image {
    position: absolute;
    bottom: -15px;
}

.about_us .items .item .image img {}

.about_us .item_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 72%;
}

.about_us .items .item:hover .item_title {
    color: #fff;
}

.about_us .item_wrapper .item {
    background: #fff;
    color: inherit;
    position: relative;
    min-height: 155px;
    display: flex;
    align-items: center;
    width: 48%;
    margin-bottom: 40px;
}

.about_us .item_wrapper .item.ico2 {
    background: url(../img/about_us_ico2.png) 105% 2% #fff no-repeat;
}

.about_us .item_wrapper .item.ico3 {
    background: url(../img/about_us_ico3.png) 105% 2% #fff no-repeat;
}

.about_us .item_wrapper .item.ico4 {
    background: url(../img/about_us_ico4.png) 105% 2% #fff no-repeat;
}

.about_us .item_wrapper .item.ico5 {
    background: url(../img/about_us_ico5.png) 105% 2% #fff no-repeat;
}

.about_us .item_wrapper .item:hover.ico2 {
    background: url(../img/about_us_ico2_hover.png) 105% 2% #444448 no-repeat;
}

.about_us .item_wrapper .item:hover.ico3 {
    background: url(../img/about_us_ico3_hover.png) 105% 2% #444448 no-repeat;
}

.about_us .item_wrapper .item:hover.ico4 {
    background: url(../img/about_us_ico4_hover.png) 105% 2% #444448 no-repeat;
}

.about_us .item_wrapper .item:hover.ico5 {
    background: url(../img/about_us_ico5_hover.png) 105% 2% #444448 no-repeat;
}

.about_us .item_wrapper .item .item_title {

    padding-left: 90px;

    font-size: 20px;
}

.about_us .item_wrapper .item .item_title span {}

.about_us .item_wrapper .item:hover .item_title {
    color: #fff;
    padding-left: 90px;
}

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


.contacts {
    margin-top: 80px;
}

.contacts .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contacts .contacts_block {
    width: 100%;
    max-width: 400px;
    background: url(../img/logo1.png) 100% 38px no-repeat;
    /*background: url(../img/logo_bottom.png) 100% 0 no-repeat;*/
}

.contacts__title-logo img {
    width: 197px;
}

.contacts .contacts_block .title {
    text-align: left;
}

.contacts .contacts_block .title:before {
    left: 0;
    width: 100px;
}

.contacts .bottom_addr {
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
    margin-top: 8px;
}

.contacts .bottom_addr:before {
    content: url(../img/loc_top.png);
    position: absolute;
    top: 8px;
    left: 0;
}

.contacts .bottom_phone {
    padding-left: 25px;
    position: relative;
    margin-top: 35px;
    background: url(../img/phone_bottom.png) 0 50% no-repeat;
}

.contacts .bottom_phone a {
    font-size: 17px;
    font-weight: 700;
    color: inherit;
}

.contacts .open_hours {
    padding-left: 25px;
    position: relative;
    background: url(../img/clock.png) 0 0 no-repeat;
    margin-top: 25px;
}

.contacts .open_hours a {
    font-size: 17px;
    font-weight: 700;
    color: inherit;
}

.contacts .contacts_block .any_questions {
    margin-top: 20px;
    padding: 25px 50px;
    background: #f5f7fa;
    position: relative;
}

.contacts .contacts_block .any_questions:before {
    content: "?";
    font-size: 300px;
    position: absolute;
    top: 0;
    right: -38px;
    line-height: 185px;
    color: #fff;
}

.contacts .contacts_block .any_questions .item_title {
    font-size: 17px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.contacts .contacts_block .any_questions .item_comment {
    font-size: 17px;
}

.contacts .contacts_block .any_questions .btn {
    margin-top: 20px;
}

.yurinfo {
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
    position: relative;
}

.yurinfo a {
    color: #000000;
}


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


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

.webp #map1 {
    background: url(../img/map.webp) 50% 0% no-repeat;
}

footer {
    padding-top: 21px;
    padding-bottom: 20px;
    background: #f5f7fa;
    margin-top: 35px;
}


.disclamer_switch_bg {}

.disclamer_switch {
    color: #444448;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}

footer .disclamer {
    color: #444448;
    font-size: 10px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

.copyright {
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 15px;
}


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

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

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

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

@media (max-width: 1280px) {
      .special_block.special_slide4 {
      background-size: contain;
    }

      .special_block.special_slide5 {
      background-size: contain;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {


    .services .items .item.ico1 .service_title {}

    .services .items .item.ico2 .service_title {}

    .services .items .item.ico3 .service_title {}

    .services .items .item.ico4 .service_title {}

    .services .items .item.ico5 .service_title {}

    .services .items .item.ico6 .service_title {}

    .services .items .item.item7 .service_title {}

    .services .items .item.ico8 .service_title {}

    .services .items .item.ico9 .service_title {}

    .services .items .item.ico10 .service_title {}

    .services .items .item.ico11 .service_title {}

    .title {}

    .title:before {}

    .title span {}

    .title b {}


    /**************************************************************************************************************/
    nav {}

    nav .content {}

    nav .menu {}

    nav .menu span {}

    nav .menu b {}

    nav .menu {}

    nav .menu1 {}

    nav .menu2 {}


    /**************************************************************************************************************/
    .banner {}

    .banner .content {}

    .banner .banner_title {}

    .banner .banner_title b {}

    .banner .banner_profit {}

    .banner .banner_profit:before {
        content: ""
    }

    .banner .banner_profit b {}

    .banner .banner_form {}

    .banner .banner_form .form_title {}

    .banner .banner_form .form-group_wrapper {}

    .banner .banner_form .form-group {}

    .banner .banner_form .agree_field,
    .banner .banner_form .agree_field a {}


    /**************************************************************************************************************/
    .official_service {}

    .official_service .title {}

    .official_service .content {}

    .official_service .items {}

    .official_service .items a {}

    .official_service .items a img {}

    .official_service .items a .bw {}

    .official_service .items a .color {}

    .official_service .items a:hover .bw {}

    .official_service .items a:hover .color {}


    /**************************************************************************************************************/
    .tech_service {}

    .tech_service .title {}

    .tech_service .content {}

    .tech_service .items {
        width: 100%;
    }

    .tech_service .items a {}

    .tech_service .items a img {}

    .tech_service .items a .bw {}

    .tech_service .items a .color {}

    .tech_service .items a:hover .bw {}

    .tech_service .items a:hover .color {}


    /**************************************************************************************************************/
    .services {}

    .services .content {}

    .services .items {}

    .services .items .item {}

    .services .items .item .service_title {}

    .services .items .item .service_title span {}

    .services .items .item.ico1 {}

    .services .items .item.ico2 {}

    .services .items .item.ico3 {}

    .services .items .item.ico4 {}

    .services .items .item.ico5 {}

    .services .items .item.ico6 {}

    .services .items .item.item7 {}

    .services .items .item.ico8 {}

    .services .items .item.ico9 {}

    .services .items .item.ico10 {}

    .services .items .item.ico11 {}

    .services .items .item:hover.ico1 {}

    .services .items .item:hover.ico2 {}

    .services .items .item:hover.ico3 {}

    .services .items .item:hover.ico4 {}

    .services .items .item:hover.ico5 {}

    .services .items .item:hover.ico6 {}

    .services .items .item:hover.ico7 {}

    .services .items .item:hover.ico8 {}

    .services .items .item:hover.ico9 {}

    .services .items .item:hover.ico10 {}

    .services .items .item:hover.ico11 {}

    .services .items ul {}

    .services .items ul li {}

    .services .items .services__btn {}

    .services .items .services_wrapper {}

    .services .items .services_big_block {}

    .services .items .title_big_block {}

    .services .items .comment_big_block {}

    .services .items .services_big_block .btn {}


    /****************************************************************************************************/
    .repair {}

    .repair .content {}

    .repair .title {}

    .repair .title span {}

    .repair .image1 {}

    .repair .image2 {}

    .repair .image3 {}

    .repair form {}

    .repair form .form_title {}

    .repair form .form-group_wrapper {}

    .repair form .form-group {}

    .repair form .agree_field,
    .repair form .agree_field a {}

    /**************************************************************************************************************/
    .spec {}

    .spec .content {}

    .spec .title {}

    .spec .items {}

    .spec .items .item {}

    .spec .items .item.ico1:before {
        content: "";
    }

    .spec .items .item.ico2:before {
        content: "";
    }

    .spec .items .item.ico3:before {
        content: "";
    }

    .spec .items .item .image {}

    .spec .items .item .image img {}

    .spec .items .item .spec_title {}

    .spec .items .item .spec_title b {}

    .spec .items .item .spec_text {}

    .spec .items .item .spec_text b {}

    .spec .items .item ul {}

    .spec .items .item ul li {}

    .spec .items .item ul li:before {
        content: "";
    }

    .spec .items .item ul li span {}

    .spec .items .item .btn {}


    /**************************************************************************************************************/
    .about_us {}

    .about_us .content {}

    .about_us .title {}

    .about_us .items {}

    .about_us .items .item {}

    .about_us .items .item>span {}

    .about_us .items .item.ico1 {}

    .about_us .items .item.ico2 {}

    .about_us .items .item.ico3 {}

    .about_us .items .item.ico4 {}

    .about_us .items .item.ico5 {}

    .about_us .items .item:hover.ico1 {}

    .about_us .items .item:hover.ico2 {}

    .about_us .items .item:hover.ico3 {}

    .about_us .items .item:hover.ico4 {}

    .about_us .items .item:hover.ico5 {}

    .about_us .item_title {}

    .about_us .item_title font {}

    .about_us .item_title span {}

    .about_us .item_title b {}

    .about_us .items .item .image {}

    .about_us .items .item .image img {}

    .about_us .item_wrapper {}


    /**************************************************************************************************************/
    .contacts {}

    .contacts .content {}

    .contacts .contacts_block {}

    .contacts .contacts_block .title {}

    .contacts .bottom_addr {
        font-size: 16px;
        font-weight: 400;
        padding-left: 25px;
        position: relative;
    }

    .contacts .bottom_addr:before {
        content: url(../img/loc_top.png);
        position: absolute;
        top: 8px;
        left: 0;
    }

    .contacts .bottom_phone {
        padding-left: 25px;
        position: relative;
    }

    .contacts .bottom_phone a {
        font-size: 20px;
        font-weight: 700;
        color: inherit;
    }

    .contacts .open_hours {
        padding-left: 25px;
        position: relative;
    }

    .contacts .open_hours a {
        font-size: 20px;
        font-weight: 700;
        color: inherit;
    }

    .contacts .contacts_block .any_questions {}

    .contacts .contacts_block .any_questions .item_title {}

    .contacts .contacts_block .any_questions .item_comment {}

    .contacts .contacts_block .any_questions .btn {}


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


}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {


    .services .items .item.ico1 .service_title {}

    .services .items .item.ico2 .service_title {}

    .services .items .item.ico3 .service_title {}

    .services .items .item.ico4 .service_title {}

    .services .items .item.ico5 .service_title {}

    .services .items .item.ico6 .service_title {}

    .services .items .item.item7 .service_title {}

    .services .items .item.ico8 .service_title {}

    .services .items .item.ico9 .service_title {}

    .services .items .item.ic10 .service_title {}

    .services .items .item.ico11 .service_title {}

    .title {}

    .title:before {}

    .title span {}

    .title b {}


    /**************************************************************************************************************/
    nav {}

    nav .content {}

    nav .menu {}

    nav .menu span {}

    nav .menu b {}

    nav .menu {}

    nav .menu1 {}

    nav .menu2 {}


    /**************************************************************************************************************/
    .banner {}

    .banner .content {}

    .banner .banner_title {}

    .banner .banner_title b {}

    .banner .banner_profit {}

    .banner .banner_profit:before {
        content: ""
    }

    .banner .banner_profit b {}

    .banner .banner_form {}

    .banner .banner_form .form_title {}

    .banner .banner_form .form-group_wrapper {}

    .banner .banner_form .form-group {}

    .banner .banner_form .agree_field,
    .banner .banner_form .agree_field a {}


    /**************************************************************************************************************/
    .official_service {}

    .official_service .title {}

    .official_service .content {}

    .official_service .items {}

    .official_service .items a {}

    .official_service .items a img {}

    .official_service .items a .bw {}

    .official_service .items a .color {}

    .official_service .items a:hover .bw {}

    .official_service .items a:hover .color {}


    /**************************************************************************************************************/
    .tech_service {}

    .tech_service .title {}

    .tech_service .content {}

    .tech_service .items {}

    .tech_service .items a {
        margin: 0 15px 30px;
    }

    .tech_service .items a img {}

    .tech_service .items a .bw {}

    .tech_service .items a .color {}

    .tech_service .items a:hover .bw {}

    .tech_service .items a:hover .color {}


    /**************************************************************************************************************/
    .services {}

    .services .content {}

    .services .items {}

    .services .items .item {}

    .services .items .item .service_title {}

    .services .items .item .service_title span {}

    .services .items .item.ico1 {}

    .services .items .item.ico2 {}

    .services .items .item.ico3 {}

    .services .items .item.ico4 {}

    .services .items .item.ico5 {}

    .services .items .item.ico6 {}

    .services .items .item.item7 {}

    .services .items .item.ico8 {}

    .services .items .item.ico9 {}

    .services .items .item:hover.ico1 {}

    .services .items .item:hover.ico2 {}

    .services .items .item:hover.ico3 {}

    .services .items .item:hover.ico4 {}

    .services .items .item:hover.ico5 {}

    .services .items .item:hover.ico6 {}

    .services .items .item:hover.ico7 {}

    .services .items .item:hover.ico8 {}

    .services .items .item:hover.ico9 {}

    .services .items .item:hover.ico10 {}

    .services .items .item:hover.ico11 {}

    .services .items ul {}

    .services .items ul li {}

    .services .items .services__btn {}

    .services .items .services_wrapper {}

    .services .items .services_big_block {}

    .services .items .title_big_block {}

    .services .items .comment_big_block {}

    .services .items .services_big_block .btn {}


    /****************************************************************************************************/
    .repair {}

    .repair .content {}

    .repair .title {}

    .repair .title span {}

    .repair .image1 {}

    .repair .image2 {}

    .repair .image3 {}

    .repair form {}

    .repair form .form_title {}

    .repair form .form-group_wrapper {}

    .repair form .form-group {}

    .repair form .agree_field,
    .repair form .agree_field a {}

    /**************************************************************************************************************/
    .spec {}

    .spec .content {}

    .spec .title {}

    .spec .items {}

    .spec .items .item {}

    .spec .items .item.ico1:before {
        content: "";
    }

    .spec .items .item.ico2:before {
        content: "";
    }

    .spec .items .item.ico3:before {
        content: "";
    }

    .spec .items .item .image {}

    .spec .items .item .image img {}

    .spec .items .item .spec_title {}

    .spec .items .item .spec_title b {}

    .spec .items .item .spec_text {}

    .spec .items .item .spec_text b {}

    .spec .items .item ul {}

    .spec .items .item ul li {}

    .spec .items .item ul li:before {
        content: "";
    }

    .spec .items .item ul li span {}

    .spec .items .item .btn {}


    /**************************************************************************************************************/
    .about_us {}

    .about_us .content {}

    .about_us .title {}

    .about_us .items {}

    .about_us .items .item {}

    .about_us .items .item>span {}

    .about_us .items .item.ico1 {}

    .about_us .items .item.ico2 {}

    .about_us .items .item.ico3 {}

    .about_us .items .item.ico4 {}

    .about_us .items .item.ico5 {}

    .about_us .items .item:hover.ico1 {}

    .about_us .items .item:hover.ico2 {}

    .about_us .items .item:hover.ico3 {}

    .about_us .items .item:hover.ico4 {}

    .about_us .items .item:hover.ico5 {}

    .about_us .item_title {}

    .about_us .item_title font {}

    .about_us .item_title span {}

    .about_us .item_title b {}

    .about_us .items .item .image {}

    .about_us .items .item .image img {}

    .about_us .item_wrapper {}


    /**************************************************************************************************************/
    .contacts {}

    .contacts .content {}

    .contacts .contacts_block {}

    .contacts .contacts_block .title {}

    .contacts .bottom_addr {
        font-size: 16px;
        font-weight: 400;
        padding-left: 25px;
        position: relative;
    }

    .contacts .bottom_addr:before {
        content: url(../img/loc_top.png);
        position: absolute;
        top: 8px;
        left: 0;
    }

    .contacts .bottom_phone {
        padding-left: 25px;
        position: relative;
    }

    .contacts .bottom_phone a {
        font-size: 20px;
        font-weight: 700;
        color: inherit;
    }

    .contacts .open_hours {
        padding-left: 25px;
        position: relative;
    }

    .contacts .open_hours a {
        font-size: 20px;
        font-weight: 700;
        color: inherit;
    }

    .contacts .contacts_block .any_questions {}

    .contacts .contacts_block .any_questions .item_title {}

    .contacts .contacts_block .any_questions .item_comment {}

    .contacts .contacts_block .any_questions .btn {}


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


}
@media (max-width: 991px) {
    .special .special_block {
        margin: 0 8px;
        padding: 18px;
    }
}

/*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;
    }

    .simple_slider .btn_left {
        display: none !important;
    }

    .simple_slider .btn_right {
        display: none !important;
    }

    .popup_container {
        width: 100%;
    }


    /************************************************************************/
    .services .items .item.ico1 .service_title {}

    .services .items .item.ico2 .service_title {}

    .services .items .item.ico3 .service_title {}

    .services .items .item.ico4 .service_title {}

    .services .items .item.ico5 .service_title {}

    .services .items .item.ico6 .service_title {}

    .services .items .item.item7 .service_title {}

    .services .items .item.ico8 .service_title {}

    .services .items .item.ico9 .service_title {}

    .services .items .item.ico10 .service_title {}

    .services .items .item.ico11 .service_title {}


    .title {
        font-size: 24px;
        /*padding-top: 25px;*/
    }

    .title:before {
        display: none;
    }

    .title span {}

    .title b {}


    .btn {
        width: 100%;
    }

    .header {
        
    }

    .header .logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .logo .logo_text {
        padding-left: 0;
        font-size: 14px;
    }

    .header .top_addr {
        display: none;
    }

    .header .logo_wrap {
        width: 45%;
    }
    .header .top_phone a {
        font-size: 16px;
    }
    .header .phone_wrap {
        flex-wrap: wrap;
    }

    .header .top_phone {
        /* display: none; */
        margin: 0;
    }

    .header .btn {
        margin: 0 auto;
        margin-top: 10px;
        order: 1;
        display: none;
    }

    .header .btn.mob {
        display: flex;
    }

    .header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 22px;
        z-index: 1;
    }

    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #27509b;
        transition: all .2s linear;
    }

    .header .m_btn span:nth-child(1) {
        top: 0;
    }

    .header .m_btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    .header .m_btn span:nth-child(3) {
        bottom: 0;
    }

    .header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    .header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

    .header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }


    /**************************************************************************************************************/
    nav {
        display: none;
    }

    nav .content {}

    nav .menu {}

    nav .menu span {}

    nav .menu b {}

    nav .menu {}

    nav .menu1 {}

    nav .menu2 {}


    /**************************************************************************************************************/
    .banner {
        /* margin-top: 120px; */
        /* background-size: 120px auto !important; */
        /* background-position: 100% 0 !important; */
        /* padding-top: 208px; */
    }

    .banner .content {}

    .banner_slide {
        /*background-size: 620px auto !important;
        background-position: 100% 0 !important;*/
        padding-top: 205px;
        background-size: contain;
        background-position: 0 100% !important;
        margin-top: 140px !important;
    }

    .banner .banner_title {
        font-size: 26px;
        display: none;
    }

    .banner .banner_title b {}

    .banner .banner_profit {
        font-size: 20px;
    }

    .banner .banner_profit:before {
        content: ""
    }

    .banner .banner_profit b {
        font-size: 20px;
    }

    .banner .banner_form {
        margin-top: 20px;
        /*margin-top: 40px;
        background: #f5f7fa;
        padding: 20px;*/
    }

    .banner .banner_form .form_title {}

    .banner .banner_form .form-group_wrapper {
        flex-wrap: wrap;
    }

    .banner .banner_form .form-group {
        width: 100%;
    }

    .banner .banner_form .agree_field,
    .banner .banner_form .agree_field a {}

    .banner_slide a.popup.btn {
        /*position: relative !important;
        left: auto !important;
        bottom: auto !important;*/
        width: calc(100% - 90px) !important;
    }

    /**************************************************************************************************************/
    .official_service {}

    .official_service .title {
        margin-top: 0;
        padding: 0;
        font-size: 24px;
    }

    .official_service .content {}

    .official_service .items {
        flex-wrap: wrap;
    }

    .official_service .items a {
        width: 23%;
        margin-top: 30px;
    }

    .official_service .items a img {}

    .official_service .items a .bw {}

    .official_service .items a .color {}

    .official_service .items a:hover .bw {}

    .official_service .items a:hover .color {}


    /**************************************************************************************************************/
    .tech_service {
        margin-top: 50px;
        padding: 20px 0;
    }

    .tech_service .title {}

    .tech_service .content {}

    .tech_service .items {
        width: 100%;
        margin-top: 30px;
        justify-content: space-evenly;
    }

    .tech_service .items a {
        width: 33%;
        margin: 0 0 20px;
    }

    .tech_service .items a img {}

    .tech_service .items a .bw {}

    .tech_service .items a .color {}

    .tech_service .items a:hover .bw {}

    .tech_service .items a:hover .color {}


    /**************************************************************************************************************/
    .services {
        margin-top: 50px;
    }

    .services .content {}

    .services .items {
        margin-top: 30px;
    }

    .services .items .item {
        width: 100%;
    }

    .services .items .item .service_title {}

    .services .items .item .service_title span {}

    .services .items .item.ico1 {}

    .services .items .item.ico2 {}

    .services .items .item.ico3 {}

    .services .items .item.ico4 {}

    .services .items .item.ico5 {}

    .services .items .item.ico6 {}

    .services .items .item.item7 {
        margin-bottom: 40px;
    }

    .services .items .item.ico8 {}

    .services .items .item.ico9 {}

    .services .items .item.ico10 {}

    .services .items .item.ico11 {}

    .services .items .item:hover.ico1 {}

    .services .items .item:hover.ico2 {}

    .services .items .item:hover.ico3 {}

    .services .items .item:hover.ico4 {}

    .services .items .item:hover.ico5 {}

    .services .items .item:hover.ico6 {}

    .services .items .item:hover.ico7 {}

    .services .items .item:hover.ico8 {}

    .services .items .item:hover.ico9 {}

    .services .items .item:hover.ico10 {}

    .services .items .item:hover.ico11 {}

    .services .items ul {}

    .services .items ul li {}

    .services .items .services__btn {}

    .services .items .services_wrapper {
        width: 100%;
    }

    .services .items .services_big_block {
        padding: 0;
        background: none;
    }

    .services .items .title_big_block {}

    .services .items .comment_big_block {
        color: inherit;
    }

    .services .items .services_big_block .btn {
        position: static;
        margin-top: 20px;
    }

    .services .items .services_wrapper .item {
        width: 100%;
    }


    /****************************************************************************************************/
    .repair {
        margin-top: 30px;
    }

    .repair .content {
        padding: 0;
        border: none;
    }

    .repair .title {
        font-size: 24px;
    }

    .repair .title span {}

    .repair .image1 {
        display: none;
    }

    .repair .image2 {
        display: none;
    }

    .repair .image3 {
        position: static;
    }

    .repair form {}

    .repair form .form_title {
        font-size: 16px;
    }

    .repair form .form-group_wrapper {
        flex-wrap: wrap;
    }

    .repair form .form-group {
        width: 100%;
    }

    .repair form .agree_field,
    .repair form .agree_field a {}

    /**************************************************************************************************************/
    .spec {
        margin-top: 60px;
    }

    .spec .content {}

    .spec .title {}

    .spec .items {
        margin-top: 30px;
    }

    .spec .items .item {
        width: 100%;
        margin-bottom: 40px;
        background: none;
    }

    .spec .items .item.ico1:before {
        content: "";
    }

    .spec .items .item.ico2:before {
        content: "";
    }

    .spec .items .item.ico3:before {
        content: "";
    }

    .spec .items .item .image {}

    .spec .items .item .image img {}

    .spec .items .item .spec_title {
        padding-left: 0;
        padding-right: 0;
    }

    .spec .items .item .spec_title b {}

    .spec .items .item .spec_text {
        padding-left: 0;
        padding-right: 0;
    }

    .spec .items .item .spec_text b {}

    .spec .items .item ul {
        padding-left: 0;
        padding-right: 0;
    }

    .spec .items .item ul li {}

    .spec .items .item ul li:before {
        content: "";
    }

    .spec .items .item ul li span {}

    .spec .items .item .btn {
        margin-left: 0;
    }

    /**************************************************************************************************************/
    .about_us {
        margin-top: 40px;
        padding: 40px 0;
    }

    .about_us .content {}

    .about_us .title {}

    .about_us .items {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .about_us .items .item {
        width: 100%;
    }

    .about_us .items .item>span {}

    .about_us .items .item.ico1 {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }


    .about_us .items .item.ico2 {}

    .about_us .items .item.ico3 {}

    .about_us .items .item.ico4 {}

    .about_us .items .item.ico5 {}

    .about_us .items .item:hover.ico1 {}

    .about_us .items .item:hover.ico2 {}

    .about_us .items .item:hover.ico3 {}

    .about_us .items .item:hover.ico4 {}

    .about_us .items .item:hover.ico5 {}

    .about_us .item_title {}

    .about_us .item_title font {}

    .about_us .item_title span {}

    .about_us .item_title b {}

    .about_us .items .item .image {
        display: none;
    }

    .about_us .items .item .image img {}

    .about_us .item_wrapper {
        width: 100%;
    }

    .about_us .item_wrapper .item {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }


    /**************************************************************************************************************/
    .contacts {
        margin-top: 40px;
    }

    .contacts .content {
        flex-wrap: wrap;
    }

    .contacts .contacts_block {
        margin-bottom: 40px;
        background-size: 45% auto;
        background-position: 100% 9vw;
    }

    .contacts__title-logo img {
        width: 47%;
    }

    .contacts .contacts_block .title {}

    .contacts .bottom_addr {
        font-size: 16px;
        font-weight: 400;
        padding-left: 25px;
        position: relative;
    }

    .contacts .bottom_addr:before {
        content: url(../img/loc_top.png);
        position: absolute;
        top: 8px;
        left: 0;
    }

    .contacts .bottom_phone {
        padding-left: 25px;
        position: relative;
    }

    .contacts .bottom_phone a {
        font-size: 20px;
        font-weight: 700;
        color: inherit;
    }

    .contacts .open_hours {
        padding-left: 25px;
        position: relative;
    }

    .contacts .open_hours a {
        font-size: 20px;
        font-weight: 700;
        color: inherit;
    }

    .contacts .contacts_block .any_questions {
        margin-top: 25px;
        padding: 20px;
        /* background: none; */
    }

    .contacts .contacts_block .any_questions .item_title {}

    .contacts .contacts_block .any_questions .item_comment {}

    .contacts .contacts_block .any_questions .btn {}


    /**************************************************************************************************************/
    #map1 {
        margin-left: 0;
        width: 100%;
        max-width: none;
        height: 350px;
        background-position: 44% -60px !important;
        order: 1;
    }

    .copyright {
        position: relative;
        left: 0px;
        padding-bottom: 15px;
    }


}

/*MOBILE END*/

@media (max-width: 620px) {
    .header {
        padding: 20px 0;
    }
    .banner-slider-new {
        margin-top: 60px;
    }
    .banner-slider-new .banner_slide_item.slide2 {
        background-size: auto 54vw;
        height: 314px;
    }
    .header_block:nth-child(2) {
        position: absolute;
        right: 16px;
        top: 8px;
    }
    .header_block:nth-child(3) {
        position: absolute;
        right: 16px;
        top: 30px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 388px) {}

@media (max-width: 378px) {
    .banner-slider-new .banner_slide_item.slide5,
    .banner-slider-new .banner_slide_item.slide2 {
        height: 68vw;
    }
    .banner-slider-new .banner_slide_item .banner_title .title1 {
        font-size: 6vw;
    }
    .banner-slider-new .banner_slide_item .banner_title .title2 {
        font-size: 4.5vw;
    }
}

@media (max-width: 360px) {
    .banner .banner_profit {
        font-size: 16px;
    }

    .banner .banner_profit b {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .header .logo_wrap {
        width: 114px;
    }
    .services .items .item .service_title {
        font-size: 16px;
    }
}