/* import fonts */

@font-face {
    font-family: "TacticSans";
    src: url(../fonts/TacticSans-Thn.otf) format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* import fonts END */

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

/* css reset */

*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

img,
picture {
    max-width: 100%;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

address {
    font-style: normal;
}

input,
button,
textarea,
select {
    font: inherit;
    outline: none;
    color: #cccccc;
}

input,
button,
select {
    width: 100%;
    margin: 0;
    border: 1px solid #cccccc;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 15px;
    background: transparent;
}

input::-moz-placeholder {
    color: #cccccc;
}

input::-webkit-input-placeholder {
    color: #cccccc;
}

input:-ms-input-placeholder {
    color: #cccccc;
}

input::placeholder {
    color: #cccccc;
}

button {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../img/ico_select.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
    color: #cccccc;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    border: 1px solid #cccccc;
}

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

.select:hover {
    border-color: #cccccc;
}

.select:focus {
    border-color: #cccccc;
    box-shadow: none;
    box-shadow: none -moz-mac-focusring;
    color: inherit;
    outline: none;
}

.select option {
    font-weight: normal;
}

body {
    min-height: 100vh;
    line-height: 1.3;
}

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

ul,
ol {
    list-style: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote,
q {
    quotes: none;
}

q:before,
q:after {
    content: "";
}

a,
ins {
    text-decoration: none;
    color: inherit;
}

sub,
sup {
    vertical-align: baseline;
    position: relative;
    font-size: 0.8em;
}

sup {
    top: -5px;
}

sub {
    bottom: -2px;
}

pre {
    font: inherit;
}

/* css reset END */

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

#CalltouchWidgetFrame {
    bottom: 25vw !important;
    right: 2% !important;
}

/* common styles */

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #2b2a29;
    background-color: #e9e9e9;
    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;
}

.resp_table {
    width: 100%;
}

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

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

.form_title {
    color: inherit;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 20px;
}

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

input,
textarea,
select,
button,
.btn {
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
}

.big {
    width: auto !important;
    justify-content: center;
    height: 100px;
    font-size: 22px;
}

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

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

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

#form_popup {
    display: none;
}

.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 30px 20px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box;
    background: white;
    text-align: center;
}

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

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

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

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

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

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

.main {
}

.container {
    width: 100%;
    max-width: 1420px;
    padding: 0 30px;
    margin: 0 auto;
}

.btn {
    background: #2852d3;
    color: white;
    text-align: center;
    width: 280px;
    display: flex;
    align-items: center;
    border: 1px solid #2852d3;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear;
    border-radius: 5px;
    font-weight: 700;
}

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

.btn:hover {
    background-color: #241f88;
    border-color: #241f88;
}

.btn.white {
    color: #2852d3;
    background: #fff;
    border-color: #fff;
}

.btn.white:hover {
    background-color: #b5b5b5;
    border-color: #b5b5b5;
    color: #2852d3;
}

.btn.glass {
    background-color: transparent;
    border-color: #2852d3;
    color: #2852d3;
}

.btn.glass:hover {
    background-color: #2852d3;
    border-color: #2852d3;
    color: #fff;
}

.anim {
    opacity: 0;
    transition: opacity 0.5s linear;
}

.anim.anim1 {
    transition-delay: 0.2s;
}

.anim.anim2 {
    transition-delay: 0.6s;
}

.anim.anim3 {
    transition-delay: 0.9s;
}

.anim.animated {
    opacity: 1;
}

/* common styles END */

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

header {
    padding-top: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #e9e9e9;
}

.header__container {
}

.header__content {
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.header__logo-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header__logo1 {
}

.header__logo2 {
    padding-left: 20px;

    border-left: 1px solid #d9d9d9;
}

.header__addr {
    padding-left: 17px;

    background: url(../img/header_ico1.svg) 0% 50% no-repeat;
}

.header__phone {
    padding-left: 17px;

    background: url(../img/header_ico2.svg) 0% 50% no-repeat;
}

.header__btn {
}

.header__menu {
    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    border-bottom: 1px solid #d9d9d9;

    background: #e9e9e9;

    border-radius: 5px;

    margin-top: 12px;

    padding: 0 10px;
}

.header__menu > div {
    display: flex;
    column-gap: 3.8vw;
}

.header__menu a {
    color: #717171;

    position: relative;

    padding-top: 10px;

    padding-bottom: 5px;

    text-transform: uppercase;
}

.header__menu a sup {
    padding-left: 4px;
}

.header__menu a:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    background: transparent;
    transition: all 0.2s linear;
}

.header__menu a:hover:before {
    background: #2852d3;
}

.header__menu a:hover {
    transition: all 0.2s linear;

    color: #2852d3;
}

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

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

.plashka_fixed {
    position: fixed;
    right: 2.5%;
    bottom: 4%;
    display: grid;
    row-gap: 17px;
    z-index: 2;
}

.plashka_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 120px;
    height: 120px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #2852d3;
    border-radius: 100px;
    transition: all 0.2s linear;
}

.plashka_btn:hover {
    background: #241f88;
}

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

.banner {
    padding-top: 150px;
}

.banner__container {
    /* position: relative;
    height: 605px;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden; */
}

.banner-slide.slick-slide {
    position: relative;
    height: 605px;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
}

.banner_img {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(1420px - 60px);
    transform: translateX(-50%);
    overflow: hidden;
    border-radius: 10px;
    z-index: -1;
    /* height: 100%; */
}

.banner__content {
    overflow: hidden;
    /* height: 100%; */
}

.banner__title-block {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    width: 71%;
    margin: 0 50px;
    position: relative;
    padding-top: 40px;
}

.banner__title-block:before {
    content: "";
    position: absolute;
    top: 25px;
    left: -21%;
    height: 180px;
    width: 100%;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.8) 53.77%,
            rgba(255, 255, 255, 0) 100%
    );
}

.banner__title {
    position: relative;
    white-space: nowrap;
}

.banner__title b {
    display: block;
    margin-bottom: 15px;
}

.banner__title2 {
    position: absolute;
    bottom: 106px;
    left: 0px;
    padding: 20px 40px;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.8) 53.77%,
            rgba(255, 255, 255, 0) 100%
    );
}

.banner__btn {
    /* margin-top: 30px; */
    margin-top: 57px;
    text-transform: none;
}

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

.banner__bottom {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 70px;
}

.banner .logo3 {
    padding-bottom: 10px;
}

.banner__bottom_text {
    font-size: 14px;
    color: #ffffff;
}

.banner1 .banner__title-block {
    margin: 0 30px;
    font-size: 22px;
}

.banner1 .banner__title-block:before {
    content: "";
    position: absolute;
    top: 25px;
    left: -21%;
    height: 240px;
    width: 76%;
    background: #ffffffb2;
    backdrop-filter: blur(10px);
    border-radius: 6px;
}

.blue {
    color: #2852d3;
}

.banner1 .banner__title2 {
    position: absolute;
    bottom: 104px;
    left: 0px;
    padding: 19px 32px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    background: #ffffffb2;
    backdrop-filter: blur(10px);
    border-radius: 6px;
}

.banner1 .banner__bottom {
    left: 30px;
}

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

.slider {
    margin-top: 100px;
}

.slider_title1 {
    font-size: 25px;
    font-weight: 400;
    color: #717171;
}

.slider_title2 {
    font-size: 48px;
    font-weight: 900;
    color: #2b2a29;
}

.slider_slider {
    background: #fff;
    border-radius: 5px;
    position: relative !important;
    margin-top: 40px;
    padding: 40px 0;
    overflow: hidden;
}

.slider_slider:after,
.slider_slider:before {
    content: "";
    width: 25%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
}

.slider_slider:after {
    background: linear-gradient(to left, #fff 30%, transparent 100%);
    right: 0;
}

.slider_slider:before {
    background: linear-gradient(to right, #fff 30%, transparent 100%);
    left: 0;
}

.slider_slider_item {
    display: flex !important;
    justify-content: center;
    max-height: 286px;
}

.slider_slider_item img {
    height: 100%;
    transition: all 0.2s linear;
    transform: scale(0.75);
}

.slider_slider_item.slick-current + .slider_slider_item img {
    transform: scale(1);
}

.slider_slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    background: url(../img/car_slider_arrow.svg) 50% no-repeat;
    cursor: pointer;
    z-index: 1;
    color: transparent;
    font-size: 0;
    border: 1px solid #000;
}

.slider_slider .slick-arrow:hover {
    background: url(../img/car_slider_arrow_hover.svg) 50% no-repeat #2852d3;
    border-color: #2852d3;
}

.slider_slider .slick-prev {
    left: 30%;
}

.slider_slider .slick-next {
    right: 30%;
    transform: rotate(180deg);
}

.slider_slider .slick-arrow:before,
.slider_slider .slick-arrow:after {
    display: none;
}

.slider .char_tabs {
    margin-top: 40px;
    display: flex;
    column-gap: 18px;
}

.slider .char_tabs .char_tabs_item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    padding: 0 24px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2852D3;
    border: 1px solid #2852D3;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.slider .char_tabs .char_tabs_item:hover {
    outline: 1px solid #2852D3;
}

.slider .char_tabs .char_tabs_item.active {
    color: #ffffff;
    background: #2852D3;
}

.slider .char_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 24px 2%;
    margin-top: 40px;
}

.char_and_buttons {
    display: none;
    width: 32%;
    position: relative;
}

.char_img {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
}

.char_and_buttons.active {
    display: block;
}

.slider .char_wrap .char {
    position: relative;
    background: #fff;
    padding: 30px 45px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.slider .char_wrap .char:before {
    content: "";
    position: absolute;
    top: 130px;
    right: 48px;
    width: 77px;
    height: 77px;
    background: url(../img/char_wrap_plachka.png) 50% 50% no-repeat;
}

.slider .char_wrap .char_1 {
}

.slider .char_and_buttons .btn {
    width: 100%;
    margin-top: 10px;
}

.slider .char__title {
    margin-top: 15px;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 15px;
}

.char_sort {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 38px;
    padding: 0 12px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #2852D3;
    border-radius: 4px;
    background: #2852D3;
    position: absolute;
    top: 15px;
    left: 15px;
}

.char_sort span {
    padding-top: 4px;
}

.char_sort2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 38px;
    padding: 0 12px;
    font-size: 18px;
    font-weight: 400;
    color: #2852D3;
    border: 1px solid #2852D3;
    border-radius: 4px;
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
}

.char_sort2 span {
    padding-top: 4px;
}

.slider .char ul {
    list-style-type: disc;
    padding-left: 16px;
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.slider .char li span {
    font-weight: 700;
    font-size: 18px;
}

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

.photos {
    margin-top: 100px;
}

.photos .photos_title1 {
    font-weight: 400;
    font-size: 25px;
    color: #717171;
}

.photos .photos_title2 {
    font-weight: 900;
    font-size: 48px;
    color: #2b2a29;
}

.photos_wrap {
    display: grid;
    grid-template-columns: 32.333% 32.333% 32.333%;
    grid-template-rows: 44%;
    grid-gap: 20px;
    padding-top: 40px;
    width: 100%;
}

.photos_wrap .photos_item1 {
    grid-column-start: span 2;
}

.photos .photo {
    overflow: hidden;
    border-radius: 5px;
    max-height: 333px;
}

.photos .photo img {
    width: 100%;
    height: 100%;
    transition: all 0.7s linear;
}

.photos .photo:hover img {
    transform: scale(1.05);
}

.photos .photo video {
    width: 100%;
    /* height: 100%; */
}

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

.guarantees {
    margin-top: 100px;
}

.guarantees_title1 {
    font-weight: 900;
    font-size: 48px;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.guarantees_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5px;
}

.guarantees .guarant {
    display: flex;
    flex-direction: column;
    width: 33%;
    gap: 10px;
    padding: 40px;
    /* padding-left: 50px; */
    font-size: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s linear;
}

.guarantees .guarant:hover {
    background-color: #2852d3;
    color: #fff;
}

.guarantees_wrap .guarant:before {
    content: "";
    width: 35px;
    height: 35px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.guarantees_wrap .guarantees_item1:before {
    background-image: url(../img/ico_guarantees/1.svg);
}

.guarantees_wrap .guarantees_item1:hover:before {
    background-image: url(../img/ico_guarantees/1_hover.svg);
}

.guarantees_wrap .guarantees_item2:before {
    background-image: url(../img/ico_guarantees/2.svg);
    top: 39%;
    left: 6%;
}

.guarantees_wrap .guarantees_item2:hover:before {
    background-image: url(../img/ico_guarantees/2_hover.svg);
}

.guarantees_wrap .guarantees_item3:before {
    background-image: url(../img/ico_guarantees/3.svg);
    width: 100%;
}

.guarantees_wrap .guarantees_item3:hover:before {
    background-image: url(../img/ico_guarantees/3_hover.svg);
}

.guarantees_wrap .guarantees_item4:before {
    background-image: url(../img/ico_guarantees/4.svg);
    width: 100%;
}

.guarantees_wrap .guarantees_item4:hover:before {
    background-image: url(../img/ico_guarantees/4_hover.svg);
}

.guarantees_wrap .guarantees_item5:before {
    background-image: url(../img/ico_guarantees/5.svg);
    width: 100%;
}

.guarantees_wrap .guarantees_item5:hover:before {
    background-image: url(../img/ico_guarantees/5_hover.svg);
}

.guarantees_wrap .guarantees_item6:before {
    background-image: url(../img/ico_guarantees/6.svg);
    width: 100%;
}

.guarantees_wrap .guarantees_item6:hover:before {
    background-image: url(../img/ico_guarantees/6_hover.svg);
}

.guarantees_wrap .guarantees_item7:before {
    background-image: url(../img/ico_guarantees/7.svg);
}

.guarantees_wrap .guarantees_item7:hover:before {
    background-image: url(../img/ico_guarantees/7_hover.svg);
}

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

.services {
    margin-top: 100px;
}

.services_title1 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
}

.services_title1 br {
    display: none;
}

.services_content {
    margin-top: 41px;
    display: flex;
    justify-content: space-between;
}

.services_block {
    position: relative;
    width: 49.2%;
    min-height: 180px;
    padding: 22px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.2s;
}

.services_block:before {
    content: "";
    position: absolute;
    left: -16%;
    width: 88%;
    height: 100%;
    background: #fff;
    transform: skew(43deg, 0);
}

.services_block:after {
    content: "";
    position: absolute;
    right: -11%;
    width: 18%;
    height: 100%;
    background: #2852d3;
    transform: skew(-31deg, 0);
}

.services_block.services_block1 {
    background: url(../img/services_block1_bg.jpg) 100% 50% no-repeat;
    background-size: auto 101%;
}

.services_block.services_block2 {
    background: url(../img/services_block2_bg.jpg) 218% 80% no-repeat;
    background-size: auto 180%;
}

.services_block.services_block1:hover {
    background-position: 102% 50%;
    background-size: auto 104%;
}

.services_block.services_block2:hover {
    background-position: 232% 80%;
    background-size: auto 184%;
}

.services_block_title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
}

.services_block .btn {
    margin-top: 16px;
    width: 382px;
}

#services {
    position: relative;
    top: -80px;
}

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

.contacts {
    margin-top: 100px;
}

.contacts .contacts_title {
    font-weight: 900;
    font-size: 48px;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.cont_wrap {
    display: flex;

    justify-content: space-between;
}

.cont_addr {
    border-radius: 5px;

    background: #2852d3;

    color: #fff;

    width: 62.4%;

    padding: 20px 45px;

    display: flex;

    justify-content: space-between;

    align-items: center;
}

.cont_addr__wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contacts .cont_addr__wrap .logo3 {
    /* padding-bottom: 5px; */
}

.contacts .cont_addr__wrap .logo4 {
    padding-left: 20px;
    border-left: 1px solid #fff; /* padding-bottom: 5px; */
}

.contacts .cont_addr .bot_addr b {
    font-size: 20px;
}

.contacts .cont_addr .worktime {
    margin-top: 15px;
}

.contacts .cont_addr .worktime b {
    font-size: 20px;
}

.cont_quest {
    color: #fff;

    background: #2852d3;

    border-radius: 5px;

    width: 37.3%;

    padding: 20px 45px;
}

.cont_quest .form_title {
    font-size: 24px;
    text-align: left;
}

.cont_quest .btn {
    width: 100%;
}

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

#map1 {
    height: 530px;
    width: 100%;
    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: 20px 0;
    color: inherit;
}

.footer {
}

.footer__container {
}

.footer__content {
}

.footer__copyright {
}

.footer__dislamer-btn {
    color: inherit;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}

.footer__comp-info {
}

.footer__disclamer {
    font-size: 10px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

.copyright {
    font-size: 12px;
}

.pre_text {
    position: relative;
    margin-top: 23px;
    padding: 22px 31px;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    background: url(../img/pre_text_bg.png) no-repeat;
}

.pre_text:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 392px;
    height: 100%;
    background: url(../img/pre_text_before.png) no-repeat;
}

.pre_text span {
    position: relative;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.1);
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
}

@-webkit-keyframes pulsate {
    50% {
        color: #fff;
        text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #fff, 0 0 8px #fff;
    }
}

@keyframes pulsate {
    50% {
        color: #fff;
        text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #fff, 0 0 8px #fff;
    }
}

.advant {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
}

.advant > div {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    width: 28.2%;
    height: 60px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2B2A29;
    border: 1px solid #2852D3;
    border-radius: 8px;
}

.advant > div:nth-child(3) {
    width: auto;
}

.advant > div:before {
    content: '';
    position: relative;
    display: block;
    min-width: 28px;
    height: 28px;
}

.advant .ico1:before {
    background: url(../img/advant_ico1.svg) no-repeat;
}

.advant .ico2:before {
    background: url(../img/advant_ico2.svg) no-repeat;
}

.advant .ico3:before {
    background: url(../img/advant_ico3.svg) no-repeat;
}

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

.models_compl {
    margin-top: 79px;
}

.models_item {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
}

.models_item br {
    display: none;
}

.models_compl_wrap {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 60px;
}

.models_compl_item {
    width: 32%;
}

.models_compl_img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 338px;
}

.models_profit {
    position: absolute;
    top: 15px;
    left: 15px;
    width: fit-content;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    background: #2852D3;
    border-radius: 4px;
    z-index: 2;
}

.models_profit span {
    padding-top: 2px;
}

.models_compl_img img {
    position: relative;
    max-width: initial;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.models_compl_block {
    margin-top: 40px;
}

.models_compl_tehs {
    position: relative;
    padding: 29px 45px;
    background: #ffffff;
    border-radius: 5px;
}

.models_compl_tehs:before {
    content: "";
    position: absolute;
    top: 96px;
    right: 32px;
    width: 77px;
    height: 77px;
    background: url(../img/char_wrap_plachka.png) 50% 50% no-repeat;
}

.models_compl_tehs ul {
    margin-top: 16px;
    display: grid;
    row-gap: 16px;
    list-style-type: disc;
    padding-left: 16px;
}

.models_compl_name {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.models_compl_name ul {
    margin: 0;
    padding: 0;
    display: grid;
    row-gap: 16px;
}

.models_compl_name ul li {
    font-size: 16px;
    font-weight: 400;
}

.models_compl_name ul li b {
    font-size: 18px;
    font-weight: 700;
}

.models_compl_btn {
    margin-top: 18px;
    display: grid;
    row-gap: 10px;
}

.models_compl_btn .btn {
    width: 100%;
}

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

/* media */

/* desktop and laptops */

@media only screen and (min-width: 1280px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1280px) and (max-width: 1800px) {
}

@media (max-width: 1600px) {
    .plashka_fixed {
        right: 1.5%;
    }

    .plashka_btn {
        width: 96px;
        height: 96px;
        font-size: 11px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1536px) {
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    .models_compl_tehs:before {
        top: 10px;
        right: 18px;
    }
}

@media (max-width: 1366px) {
    .models_compl_tehs:before {
        top: -50px;
        right: 18px;
    }

    .services_block.services_block2 {
        background-position: 100% 50%;
        background-size: auto 101%;
    }

    .services_block.services_block2:hover {
        background-position: 102% 50%;
        background-size: auto 104%;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1366px) {
}

/* tablets */

@media (max-width: 1200px) {
    .banner__title {
        white-space: normal;
    }

    .big {
        margin-top: 50px;
        height: 75px;
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .models_compl_img img {
        width: 100%;
        height: auto;
    }

    .models_compl_img {
        height: 250px;
    }

    .services_block {
        min-height: 240px;
    }

    .services_block:before {
        left: -16%;
        width: 85%;
        transform: skew(23deg, 0);
    }

    .services_block:after {
        right: -18%;
        width: 24%;
        transform: skew(-31deg, 0);
    }

    .services_block_title {
        max-width: 64%;
    }

    .services_block_title br {
        display: none;
    }

    .services_block .btn {
        width: 264px;
    }

    .services_title1 br {
        display: none;
    }

    .services_title1 {
        font-size: 42px;
    }

    .container {
        max-width: 1082px;
        padding: 0 15px;
    }

    .guarantees .guarant {
        font-size: 13px;
    }

    .cont_addr {
        flex-wrap: wrap;
    }

    .contacts .cont_addr .bot_addr b {
        display: block;
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1112px) {
    .container {
        max-width: 994px;
    }

    .advant > div {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .models_compl_wrap {
        flex-wrap: wrap;
        column-gap: 1vw;
        row-gap: 30px;
    }

    .models_compl_item {
        width: 48%;
    }

    .models_compl_img {
        height: 34vw;
    }

    .container {
        max-width: 930px;
    }

    .header__addr {
        display: none;
    }

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

    .banner__title-block {
        font-size: 30px;
        /*padding-top: 60px;*/
        width: 90%;
    }

    .banner__title-block:before {
        height: 160px;
    }

    .slider .char__title {
        font-size: 22px;
    }

    .photos_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
        row-gap: 20px;
    }

    .photos_wrap .photos_item1 {
        width: 100% !important;
    }

    .photos .photo {
        width: 49%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .container {
        max-width: 100%;
    }

    .services_title1 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 834px) {
}

/* mobiles */
@media only screen and (max-width: 991px) {
    .models_compl_tehs:before {
        top: -60px;
        right: 18px;
    }

    .advant > div {
        width: 32%;
    }

    .advant > div:nth-child(3) {
        width: 33%;
    }

    .guarantees .guarant {
        padding: 24px;
    }

    #CalltouchWidgetFrame {
        bottom: 25vw !important;
        right: 0% !important;
    }

    .services_title1 br {
        display: block;
    }

    .services_block:before {
        left: -16%;
        width: 82%;
        transform: skew(23deg, 0);
    }

    .plashka_fixed {
        display: flex;
        column-gap: 17px;
        top: auto;
        bottom: 4%;
    }

    .char_and_buttons {
        width: 49%;
    }
}

@media only screen and (max-width: 767px) {
    .advant {
        flex-direction: column;
        row-gap: 12px;
    }

    .advant > div {
        width: 100%;
        justify-content: left;
        font-size: 14px;
    }

    .advant > div:nth-child(3) {
        width: 100%;
    }

    .banner-slide.slick-slide {
        /* position: relative; */
        height: 100%;
    }

    .banner1 .banner__title2,
    .banner__title2 {
        margin-top: 28px;
        position: relative;
        bottom: 0;
        left: 0;
        text-align: center;
        font-size: 4vw;
        font-weight: 700;
        color: #313329;
    }

    .models_item {
        font-size: 24px;
    }

    .models_item br {
        display: block;
    }

    .models_compl_wrap {
        flex-wrap: wrap;
        column-gap: 1vw;
        row-gap: 30px;
    }

    .models_compl_tehs ul {
        row-gap: 5px;
    }

    .models_compl_tehs {
        padding: 25px 15px;
    }

    .models_compl_item {
        width: 100%;
    }

    .models_compl_img {
        height: 62vw;
    }

    .models_compl_img img {
        width: 100%;
        height: auto;
    }

    #services {
        top: -40px;
    }

    .services_title1 {
        font-size: 24px;
    }

    .services_content {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .services_block_title {
        max-width: 56%;
    }

    .services_block_title br {
        display: none;
    }

    .services_block .btn {
        width: 270px;
    }

    .services_block:before {
        left: -16%;
        width: 85%;
        transform: skew(36deg, 0);
    }

    .services_block:after {
        width: 20%;
        transform: skew(-34deg, 0);
    }

    .services_block {
        width: 100%;
    }

    .container {
        max-width: 610px;
        padding: 0 15px;
    }

    .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%;
    }

    .btn {
        width: 100%;
    }

    /************************************************************************/
    .header .mob-menu-btn {
        display: block;
        position: relative;
        width: 30px;
        height: 24px;
        z-index: 1;
    }

    .header .mob-menu-btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #2852d3;
        transition: all 0.2s linear;
    }

    .header .mob-menu-btn span:nth-child(1) {
        top: 0;
    }

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

    .header .mob-menu-btn span:nth-child(3) {
        bottom: 0;
    }

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

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

    .header .mob-menu-btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: 0px;
    }

    .header__content {
        flex-wrap: wrap;
    }

    .header__logo-block {
        gap: 7px;

        max-width: 25%;
    }

    .header__logo2 {
        padding-left: 7px;
    }

    .header__addr {
        display: none;
    }

    .btn.header__btn {
        display: none;
    }

    .header__menu {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        position: fixed;
        top: 56px;
        left: 100%;
        width: 100%;
        z-index: 11;
        transition: all 0.2s linear;
        height: calc(100vh - 70px);
    }

    .header__menu.active {
        left: 0;
    }

    .header__menu > div {
        flex-direction: column;
        row-gap: 12px;
        text-align: center;
    }

    .banner {
        padding-top: 65px;
    }

    .banner__container {
        height: auto;
    }

    .banner_img {
        position: static;
        width: 100%;
        transform: unset;
    }

    .banner__title-block {
        padding: 0;
        width: 100%;
        color: inherit;
        font-size: 28px;
        text-align: center;
        padding-top: 15px;
        margin: 0px !important;
    }

    .banner__title-block:before {
        display: none;
    }

    .banner__title {
        font-size: 5vw;
    }

    .banner__title b {
        margin-bottom: 0;
    }

    .banner__btn {
        margin-top: 10px;
    }

    .banner__bottom {
        display: none;
    }

    .slider {
        margin-top: 60px;
    }

    .slider_title1 {
        font-size: 16px;
    }

    .slider_slider .slick-next {
        right: 15px;
        z-index: 2;
    }

    .slider_slider .slick-prev {
        left: 15px;
        z-index: 2;
    }

    .slider_slider_item img {
        transform: unset;
        height: auto;
    }

    .slider_title2 {
        font-size: 24px;
    }

    .slider_slider {
        padding: 20px 0;
    }

    .slider .char_wrap {
        flex-wrap: wrap;
        gap: 40px;
    }

    .char_and_buttons {
        width: 100%;
    }

    .slider .char_wrap .char {
        padding: 25px 15px;
    }

    .slider .char_wrap .char:before {
        top: 116px;
        right: 20px;
    }

    .slider .char__title {
        font-size: 20px;
    }

    .slider .char ul {
        gap: 5px;
    }

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

    .photos .photos_title1 {
        font-size: 16px;
    }

    .photos .photos_title2 {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .photos_wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-evenly;
        padding: 0;
    }

    .photos_wrap .photos_item1 {
        width: 100% !important;
    }

    .photos .photo {
        width: auto;
        height: auto;
    }

    .photos .photo img {
        width: 135px;
        max-height: 110px;
    }

    .photos .photo img {
    }

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

    .guarantees_title1 {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .guarantees_wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .guarantees .guarant {
        padding: 15px 25px !important;
        width: 100%;
        height: auto !important;
        min-height: unset;
        flex-flow: column !important;
        align-items: flex-start;
        font-size: 14px;
    }

    .guarantees_wrap .guarant:before {
        background-position: 0 0 !important;
    }

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

    .contacts .contacts_title {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .cont_wrap {
        flex-wrap: wrap;
    }

    .cont_addr {
        width: 100%;

        border-radius: 5px 5px 0 0;

        flex-wrap: wrap;

        padding: 25px 15px;
    }

    .cont_addr__wrap {
        width: 100%;

        padding-bottom: 25px;
    }

    .contacts .cont_addr .bot_addr b {
        display: block;
        font-size: 16px;
    }

    .contacts .cont_addr .worktime {
        margin-top: 10px;
    }

    .contacts .cont_addr .worktime b {
        display: block;
    }

    .cont_quest {
        width: 100%;

        border-radius: 0 0 5px 5px;

        padding: 25px 15px;
    }

    #map1 {
        margin-left: 0;
        width: 100%;
        max-width: none;
        height: 350px;
        background-position: 50% 50% !important;
    }

    .pre_text {
        font-size: 18px;
    }

    /************************************************************************/
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 592px) {
    .slider .char_tabs .char_tabs_item {
        height: 42px;
        padding: 0 16px;
        font-size: 16px;
    }

    .banner1 .banner__title2,
    .banner__title2 {
        font-size: 5vw;
        padding: 0;
        background: transparent;
    }

    .plashka_btn {
        width: 80px;
        height: 80px;
        font-size: 9px;
    }

    #CalltouchWidgetFrame {
        bottom: 40vw !important;
    }

    .services_block {
        justify-content: right;
        padding: 12px;
        padding-top: 40vw;
    }

    .services_block.services_block1 {
        background-position: 16% -10vw;
        background-size: auto 101%;
    }

    .services_block.services_block2 {
        background-position: 16% -22vw;
        background-size: auto 101%;
    }

    .services_block_title {
        max-width: 70%;
    }

    .services_block:before {
        left: 0%;
        width: 100%;
        height: 162px;
        transform: skew(0deg, 0);
        bottom: 0;
        z-index: 1;
    }

    .services_block:after {
        width: 30%;
        height: 82vw;
        width: 60%;
        left: 68%;
        bottom: 0;
        transform: skew(-34deg, 0);
    }

    .services_block_title {
        max-width: 70%;
        position: relative;
        z-index: 2;
    }

    .services_block .btn {
        width: 270px;
        position: relative;
        z-index: 2;
    }
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 480px) {
    .slider .char_tabs .char_tabs_item {
        height: 34px;
        padding: 0 14px;
        font-size: 14px;
    }

    .services_block_title {
        max-width: 70%;
        font-size: 3.8vw;
    }

    .services_block.services_block1:before {
        height: 36vw;
    }

    .services_block.services_block2:before {
        height: 36vw;
    }

    .services_block:after {
        right: -18%;
    }

    .services_block_title {
        max-width: 88%;
        font-size: 3.8vw;
    }

    .services_block:after {
        width: 30%;
        height: 100%;
        width: 60%;
        left: 70%;
        bottom: 0;
        transform: skew(-28deg, 0);
    }

    .services_block .btn {
        width: 100%;
    }
}

@media only screen and (max-width: 414px) {
}

@media only screen and (max-width: 375px) {
    .services_block.services_block1:before {
        height: 40vw;
    }

    .services_block.services_block2:before {
        height: 40vw;
    }
}

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 320px) {
    .services_block.services_block1:before {
        height: 44vw;
    }

    .services_block.services_block2:before {
        height: 44vw;
    }
}

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

/* media END*/
