html {
    overflow-x: hidden;
}

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

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

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

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

.fancybox-content {
    overflow: hidden;
}


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


.resp_table {
    width: 100%;
}

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

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


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

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

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

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

a:hover {
    text-decoration: none;
}

i.rub {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 90%;
}

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

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


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

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

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

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

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

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


#form_popup, #form_popup2 {
    display: none;
}

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

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

.popup_container .agree_field a {
    color: black;
}


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

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

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

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

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

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

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

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

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

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

.popup_container .form-group select option {
}

.popup_container .form-group button {
    cursor: pointer;
    font-size: 14px;
    height: 60px;
}

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

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


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

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

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

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

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


form {
}

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

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 40px;
    width: 100%;
    color: #000000;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 500;
    font-family: "TacticSans";
    padding: 0px;
    outline: none;
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #000000;
}

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

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

form .form-group button:hover {
}


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

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

.btn {
    box-sizing: border-box;
    background: #a6192e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    height: 46px;
    font-size: 14px;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .3s;
    text-align: center;
}

.btn:hover {
    background: #000000;
}

.btn i {
    display: block;
    width: 21px;
    height: 17px;
    margin-right: 15px;
    background: url("../img/arrow_wt.png") 100% 50% no-repeat;
}

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

.btn.white:hover i {
    background: url("../img/arrow_bl.png") 100% 50% no-repeat;
}

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

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

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

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

.logo1 {
    margin-right: 20px;
}

.top_addr {
    font-size: 13px;
    color: #333333;
    padding-left: 27px;
    background: url("../img/ico_loc.png") 0 50% no-repeat;
}

.top_phone {
    color: #000000;
    font-size: 15px;
    text-decoration: none;
    padding: 3px 0 3px 30px;
    background: url("../img/ico_phone.png") 0 50% no-repeat;
}

header .btn {
    padding-left: 0;
    width: 204px;
    height: 42px;
    text-align: center;
    justify-content: center;
}

header .m_btn {
    display: none;
}

.menu {
    background: #000000;
    padding: 13px 0;
    position: fixed;
    top: 102px;
    left: 0;
    right: 0;
    z-index: 5;
}

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

.menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .3s;
}

.menu a:hover {
    color: #a6192e;
}


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

.title_container {
    margin-top: 300px;
}

.title1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    /*margin-bottom: 40px;*/
}

.title1 span {
    position: relative;
    z-index: 1;
}

.title1 span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: #a6192e;
}

.title1 span b {
    position: relative;
    z-index: 1;
}

.title2 {
    font-size: 40px;
    color: #ffffff;
}

.title2 span {
    display: inline-block;
    position: relative;
}

.title2 span:first-child {
    padding: 0 8px;
}

.title2 span b {
    position: relative;
    z-index: 1;
}

.title2 span:after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 9px;
    background: #a6192e;
}

.title_bottom {
    margin-top: 140px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.title_comment {
    font-size: 20px;
    color: #ffffff;
    padding: 21px 0 21px 70px;
    background: url("../img/sim_dealer.png") 0 50% no-repeat;
    margin-bottom: 10px;
}

.title_bottom .btn {
    width: 377px;
    height: 70px;
    font-size: 16px;
}

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

.advantages a {
    box-sizing: border-box;
    width: 25%;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 131px;
    transition: all .3s;
}

.advantages a.ico1 {
    background: url("../img/ags_ico1.png") 30px 50% no-repeat #333333;
    padding-left: 80px;
}

.advantages a.ico2 {
    background: url("../img/ags_ico2.png") 45px 50% no-repeat #262626;
    padding-left: 110px;
}

.advantages a.ico3 {
    background: url("../img/ags_ico3.png") 30px 50% no-repeat #1c1c1c;
    padding-left: 90px;
}

.advantages a.ico4 {
    background: url("../img/ags_ico4.png") 40px 50% no-repeat #111111;
    padding-left: 110px;
}

.advantages a:hover {
    background-color: #a6192e !important;
}

/**********************
        OFFERS
**********************/

.offers {
    margin-top: 80px;
}

.offers_title {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 30px;
}

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

.offer_item {
    box-sizing: border-box;
    width: 31.43%;
    padding: 35px 10px 0 30px;
    height: 514px;
    position: relative;
    margin-bottom: 40px;
}

.offer_item:before {
    content: '%';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    background: #a6192e;
}

.offer_item.img1 {
    background: url("../img/offers_img1.jpg") 0 0 no-repeat;
}

.offer_item.img2 {
    background: url("../img/offers_img2.jpg") 0 0 no-repeat;
}

.offer_item.img3 {
    background: url("../img/offers_img3.jpg") 0 0 no-repeat;
}

.item_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 49px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.item_props {
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 18px;
    border-left: 2px solid #a6192e;
    min-height: 60px;
}

.offer_item.img1 .item_props, .offer_item.img3 .item_props {
    padding-top: 15px;
    box-sizing: border-box;
}

.offer_item.img1 .item_props,
.offer_item.img2 .item_props {
    line-height: 161%;
}

.item_props span {
    font-size: 25px;
    color: #a6192e;
    font-weight: 700;
    text-transform: none;
}

.offer_item .btn {
    margin-top: 30px;
    width: 217px;
}

/**********************
       BONUS
**********************/

.bonus {
    box-sizing: border-box;
    width: 100%;
    background: url("../img/bonus_bg.jpg") 50% 0 no-repeat;
    padding: 40px 35px;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 80px;
    position: relative;
}

.bonus:before {
    content: '%';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    background: #a6192e;
}

.bonus .item_title {
    margin-bottom: 20px;
}

.bonus .item_comment {
    font-size: 15px;
}

.bonus .btn {
    margin-top: 25px;
}

.bonus .bonus_props {
    margin-left: 80px;
    display: flex;
}

.bonus .bonus_props a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    padding-top: 95px;
}

.bonus .bonus_props a b {
    font-size: 25px;
    color: #a6192e;
}

.bonus .bonus_props a.ico1 {
    background: url("../img/bonus_ico1.png") 0 0 no-repeat;
    margin-right: 35px;
}

.bonus .bonus_props a.ico2 {
    background: url("../img/bonus_ico2.png") 0 0 no-repeat;
}

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

.services {
    background: #000000;
    padding: 80px 0;
}

.services_title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.services_props {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
}

.services_props a {
    box-sizing: border-box;
    position: relative;
    width: 25%;
    height: 214px;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 37px;
    padding-left: 22px;
    transition: all .3s;
}

.services_props a b {
    color: #a6192e;
}

.services_props a.ico1 {
    background: url("../img/service_ico1.png") 117% 15% no-repeat #333333;
}

.services_props a.ico1:hover {
    background: url("../img/service_ico2_hov.png") 117% 15% no-repeat #ffffff;
}

.services_props a.ico2 {
    background: url("../img/service_ico2.png") 105% 15% no-repeat #262626;
}

.services_props a.ico2:hover {
    background: url("../img/service_ico2_hov.png") 105% 15% no-repeat #ffffff;
}

.services_props a.ico3 {
    background: url("../img/service_ico3.png") 111% 15% no-repeat #1c1c1c;
}

.services_props a.ico3:hover {
    background: url("../img/service_ico3_hov.png") 111% 15% no-repeat #ffffff;
}

.services_props a.ico4 {
    background: url("../img/service_ico4.png") 103% 15% no-repeat #111111;
}

.services_props a.ico4:hover {
    background: url("../img/service_ico4_hov.png") 103% 15% no-repeat #ffffff;
}

.services_props a:hover {
    color: #000000;
}

.services_props a:hover b {
    color: #000000;
}

.services_props a .btn {
    width: 217px;
    position: absolute;
    bottom: 0;
    left: 0;
}

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

.services_price_list {
    width: 49%;
}

.services_price_list a {
    box-sizing: border-box;
    width: 100%;
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    padding: 0 15px;
    margin-bottom: 3px;
}

.services_price_list a:nth-child(odd) {
    background: #333333;
}

.services_price_img {
    width: 48.8%;
}

.services_price_img img {
    width: 100%;
}

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

.service_quest_text {
    font-size: 18px;
    padding: 10px 0 10px 90px;
    background: url("../img/service_quest_ico.png") 0 50% no-repeat;
}

.service_quest_text b {
    font-size: 28px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.service_quest .btn {
    width: 377px;
    height: 70px;
    font-size: 16px;
}

/**********************
        REPAIR
**********************/

.repair {
    padding: 80px 0;
    background: #d0d0d0;
}

.repair_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
}

.repair_price {
    position: relative;
    margin-top: -15px;
}

.repair_price img {
    display: block;
    margin: 0 auto;
}

.repair_part {
    position: absolute;
    cursor: pointer;
}

.repair_part .part_text {
    box-sizing: border-box;
    background: #ffffff;
    width: 217px;
    height: 77px;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 0 13px 25px;
    position: absolute;
    display: none;
}

.repair_part .part_text:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 49px;
    background: #a6192e;
    top: 15px;
    left: 14px;
}

.repair_part .part_text b {
    text-transform: uppercase;
    display: block;
    margin-bottom: 7px;
    position: relative;
    z-index: 1;
}

.repair_part .part_text span {
    font-weight: 700;
    color: #a6192e;
    position: relative;
    z-index: 1;
}

.repair_part:hover .part_text {
    display: block;
}

.bamp_front {
    bottom: 150px;
    left: 160px;
}

.bamp_front .part_text:after {
    content: url("../img/rep_line1.png");
    position: absolute;
    left: 85px;
    top: -75px;
}

.bamp_front .part_text {
    bottom: -137px;
    left: -145px;
}

.hood {
    top: 180px;
    left: 255px;
}

.hood .part_text:after {
    content: url("../img/rep_line2.png");
    position: absolute;
    right: -45px;
    bottom: -45px;
}

.hood .part_text {
    top: -102px;
    left: -239px;
}

.wing_front {
    top: 210px;
    left: 320px;
}

.wing_front .part_text:after {
    content: url("../img/rep_line3.png");
    position: absolute;
    right: 85px;
    bottom: -110px;
}

.wing_front .part_text {
    top: -167px;
    left: -40px;
}

.door_front {
    top: 243px;
    left: 465px;
}

.door_front .part_text:after {
    content: url("../img/rep_line4.png");
    position: absolute;
    right: 45px;
    bottom: -143px;
}

.door_front .part_text {
    top: -200px;
    left: -80px;
}

.door_back {
    top: 215px;
    right: 520px;
}

.door_back .part_text:after {
    content: url("../img/rep_line5.png");
    position: absolute;
    right: 85px;
    bottom: -115px;
}

.door_back .part_text {
    top: -172px;
    left: -40px;
}

.wing_back {
    top: 183px;
    right: 345px;
}

.wing_back .part_text:after {
    content: url("../img/rep_line6.png");
    position: absolute;
    right: 88px;
    bottom: -84px;
}

.wing_back .part_text {
    top: -140px;
    left: -35px;
}

.trunk_lid {
    top: 150px;
    right: 230px;
}

.trunk_lid .part_text:after {
    content: url("../img/rep_line7.png");
    position: absolute;
    left: -30px;
    bottom: -51px;
}

.trunk_lid .part_text {
    top: -107px;
    left: 40px;
}

.trunk_lid .part_text b {
    font-size: 13px;
}

.bamp_back {
    bottom: 125px;
    right: 195px;
}

.bamp_back .part_text:after {
    content: url("../img/rep_line8.png");
    position: absolute;
    left: 0;
    bottom: -64px;
}

.bamp_back .part_text {
    top: -119px;
    left: 13px;
}

.repair_props {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.repair_props a {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    padding-left: 70px;
}

.repair_props a span {
    display: block;
    margin-top: 5px;
}

.repair_props a span b {
    color: #a6192e;
}

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

.repair_props a.ico2 {
    padding-left: 60px;
    background: url("../img/repair_ico2.png") 0 50% no-repeat;
}

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

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

/**********************
     REPAIR_SIGNUP
**********************/

.repair_signup {
    background: url("../img/repair_signup_bg.jpg") 50% 0 no-repeat;
    padding: 80px 0;
}

.repair_signup > img {
    display: none;
}

.rep_signup_wrap {
    width: 510px;
    max-width: 100%;
    margin-left: auto;
}

.rep_signup_title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 10px;
}

.rep_signup_comment {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

#rep_signup_form {
    width: 73%;
    margin-top: 25px;
}

#rep_signup_form > div:nth-child(6) {
    margin-bottom: 25px;
}

#rep_signup_form .btn {
    height: 70px;
    font-size: 16px;
}

/**********************
      TO_SIGNUP
**********************/

.to_signup {
    background: url("../img/to_signup_bg.jpg") 50% 0 no-repeat #000000;
    padding: 75px 0;
}

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

.to_signup_text {
    color: #ffffff;
    font-size: 18px;
    padding: 12px 0 12px 135px;
    background: url("../img/to_signup_ico.png") 0 50% no-repeat;
}

.to_signup_text b {
    text-transform: uppercase;
    font-size: 28px;
    display: block;
    margin-bottom: 10px;
}

.to_signup .btn {
    width: 377px;
    height: 70px;
    font-size: 16px;
}

/**********************
       WHY_US
**********************/

.why_us {
    margin-top: 80px;
    position: relative;
    margin-bottom: -288px;
    z-index: 1;
}

.why_title {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

.why_title span {
    color: #a6192e;
}

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

.why_list a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 288px;
    padding-left: 50px;
    color: #000000;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.why_list a b {
    display: block;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 20px;
}

.why_list a:nth-child(even) b {
    color: #d0d0d0;
}

.why_list a:before {
    content: url("../img/ico_wrench.png");
    position: absolute;
    top: 0;
    right: 0;
}

.why_list a.img1 {
    background: #d0d0d0;
}

.why_list a.img1:hover {
    background: url("../img/why1_hov.jpg") 50% no-repeat;
}

.why_list a.img2 {
    background: #ffffff;
    box-shadow: 3.907px 9.205px 68.85px 12.15px rgba(51, 51, 51, 0.07);
}

.why_list a.img2:hover {
    background: url("../img/why2_hov.jpg") 50% no-repeat;
}

.why_list a.img3 {
    background: #d0d0d0;
}

.why_list a.img3:hover {
    background: url("../img/why3_hov.jpg") 50% no-repeat;
}

.why_list a.img4 {
    background: #ffffff;
}

.why_list a.img4:hover {
    background: url("../img/why4_hov.jpg") 50% no-repeat;
}

.why_list a.img5 {
    background: #000000;
    color: #ffffff;
    box-shadow: 5.08px 11.967px 68.85px 12.15px rgba(255, 255, 255, 0.07);
}

.why_list a.img5:hover {
    background: url("../img/why5_hov.jpg") 50% no-repeat;
}

.why_list a.img6 {
    background: #ffffff;
}

.why_list a.img6:hover {
    background: url("../img/why6_hov.jpg") 50% no-repeat;
}

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

.contacts {
    background: #000000;
    padding-top: 365px;
    padding-bottom: 75px;
    position: relative;
}

.cont_wrap {
    width: 50%;
}

.cont_title {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 53px;
}

.cont_title span {
    color: #a6192e;
}

.bot_phone {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    padding: 5px 0 5px 40px;
    background: url("../img/ico_phone_bot.png") 0 50% no-repeat;
    margin-bottom: 25px;
}

.bot_addr {
    color: #ffffff;
    font-size: 15px;
    padding: 5px 0 5px 40px;
    background: url("../img/ico_loc_bot.png") 0 50% no-repeat;
    margin-bottom: 25px;
}

.bot_mail {
    color: #ffffff;
    font-size: 15px;
    padding: 5px 0 5px 40px;
    background: url("../img/ico_mail.png") 0 50% no-repeat;
    margin-bottom: 25px;
}

.bot_worktime {
    color: #ffffff;
    font-size: 15px;
    padding: 5px 0 5px 40px;
    background: url("../img/ico_clock.png") 0 50% no-repeat;
}

.cont_wrap .btn {
    width: 377px;
    height: 70px;
    font-size: 16px;
    margin-top: 40px;
}

#map1 {
    width: 50%;
    height: 428px;
    background: url("../img/map.jpg") 50% no-repeat;
    position: absolute;
    right: 0;
    bottom: 77px;
}

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

footer {
    padding: 25px 0;
    background: #d0d0d0;
}

.foot_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("../img/foot_logo.png") 50% no-repeat;
}

.foot_wrap .policy {
    display: block;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
}

.foot_wrap .switch {
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
}

.yurinfo {
    text-align: right;
    font-size: 14px;
}

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



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

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

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

    .title_comment {
        font-size: 18px;
    }

    .item_title {
        font-size: 16px;
    }

    .item_props {
        font-size: 14px;
    }

    .bonus .bonus_props {
        margin-left: 40px;
    }

    .services_props a {
        font-size: 16px;
    }

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

    .repair_part > img {
        display: none;
    }

    .repair_part {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        margin-top: 20px;
    }

    .repair_part .part_text {
        display: block;
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }

    .repair_part .part_text:after {
        display: none;
    }

    .repair_price img {
        width: 100%;
    }

    .rep_signup_wrap {
        margin-right: 0;
    }

    .why_list a {
        padding-left: 30px;
        font-size: 18px;
    }

    #map1 {
        background-position: 15% 0;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo_wrap {
        width: 35%;
    }

    .advantages {
        flex-flow: wrap;
    }

    .advantages a {
        width: 50%;
    }

    .offer_item {
        width: 48%;
    }

    .bonus .bonus_props {
        margin-left: 0;
    }

    .bonus .bonus_props a {
        width: 50%;
    }

    .services_props {
        flex-flow: wrap;
    }

    .services_props a {
        width: 50%;
    }

    .services_price {
        flex-direction: column;
    }

    .services_price_list {
        width: 100%;
        margin-bottom: 30px;
    }

    .services_price_img {
        width: 100%;
    }

    .repair_props {
        flex-flow: wrap;
    }

    .repair_props a {
        box-sizing: border-box;
        width: 50%;
        margin-bottom: 20px;
    }

    .repair_signup {
        background-position: 60% 0;
    }

    .to_signup_text {
        padding-left: 115px;
    }

    .why_list a {
        font-size: 15px;
    }

    .cont_wrap {
        width: 45%;
    }
}

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

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

    header {
        padding: 5px 0;
        box-shadow: 0px 0px 10px #b3b3b3;
    }

    header .container {
        flex-flow: wrap;
    }

    .logo_wrap {
        width: 85%;
    }

    .top_addr {
        display: none;
    }

    .top_phone {
        margin: 5px auto 0;
    }

    header .btn {
        display: none;
    }

    header .m_btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 13px;
        right: 15px;
    }

    header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #a6192e;
        transition: all .3s 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;
    }

    .menu {
        display: block;
        position: fixed;
        top: 107px;
        background: white;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 10px 0;
    }

    .menu.active {
        right: 0;
    }

    .menu .container {
        flex-direction: column;
        align-items: center;
    }

    .menu a {
        color: #000000;
        padding: 10px 0;
    }

    body {
        background: url("../img/bg1_mob.jpg") 50% 190px no-repeat;
        background-size: 100%;
    }

    .title_container {
        margin-top: 80px;
    }

    .title1 {
        color: #000000;
        text-align: center;
        font-size: 28px;
        margin-bottom: 0;
    }

    .title1 span:after {
        display: none;
    }
    
    .title2 {
        font-size: 26px;
        color: #000000;
        text-align: center;
    }

    .title2 span {
        padding: 0 !important;
    }

    .title2 span:after {
        display: none;
    }

    .title_bottom {
        flex-direction: column;
        margin-top: 260px;
    }

    .title_comment {
        color: #000000;
        font-size: 18px;
    }

    .title_bottom .btn {
        width: 100%;
    }

    .advantages {
        flex-flow: wrap;
    }

    .advantages a {
        width: 100%;
        background-position: 30px 50% !important;
        padding-left: 100px !important;
    }

    .offers {
        margin-top: 40px;
    }

    .offers_title {
        font-size: 22px;
    }

    .offer_item {
        width: 100%;
    }

    .item_props {
        font-size: 16px;
    }

    .bonus {
        background: #e1e3e2;
        flex-direction: column;
    }

    .bonus .btn {
        width: 100%;
    }

    .bonus .bonus_props {
        margin-left: 0;
        flex-direction: column;
    }

    .bonus .bonus_props a {
        padding-top: 0;
        padding-left: 100px;
        margin-top: 20px;
    }

    .services_props {
        flex-flow: wrap;
    }

    .services_props a {
        width: 100%;
    }

    .services_price {
        flex-direction: column;
    }

    .services_price_list {
        width: 100%;
    }

    .services_price_list a {
        font-size: 11px;
    }

    .services_price_img {
        width: 100%;
        margin-top: 20px;
    }

    .service_quest {
        flex-direction: column;
        padding: 30px 0;
    }

    .service_quest_text b {
        font-size: 20px;
    }

    .service_quest_text {
        font-size: 16px;
    }

    .service_quest_text br {
        display: none;
    }

    .repair {
        padding: 40px 0;
    }

    .repair_price {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        margin-top: 0;
    }

    .repair_part > img {
        display: none;
    }

    .repair_part {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        margin-top: 10px;
        width: 100%;
    }

    .repair_part .part_text {
        display: block;
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        width: 100%;
    }

    .repair_part .part_text:after {
        display: none;
    }

    .repair_price img {
        width: 100%;
    }

    .rep_signup_wrap {
        margin-right: 0;
    }

    .repair_props {
        flex-flow: wrap;
    }

    .repair_props a {
        width: 100%;
        margin-bottom: 15px;
        padding: 5px 0 5px 70px !important;
    }

    .repair_props a br {
        display: none;
    }

    .repair_signup {
        padding: 0;
        background: none;
    }

    .repair_signup > img {
        display: block;
    }

    .rep_signup_wrap {
        padding: 20px 0;
    }

    .rep_signup_title {
        font-size: 20px;
        text-align: center;
    }

    .rep_signup_comment {
        text-align: center;
        font-size: 16px;
    }

    #rep_signup_form {
        width: 100%;
    }

    .to_signup {
        padding: 30px 0;
    }

    .to_signup .container {
        flex-direction: column;
    }

    .to_signup_text {
        padding-left: 120px;
        font-size: 16px;
    }

    .to_signup_text b {
        font-size: 18px;
    }

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

    .why_us {
        margin-top: 40px;
        margin-bottom: -280px;
    }

    .why_title {
        font-size: 22px;
    }

    .why_list {
        display: flex;
        flex-direction: column;
    }

    .why_list a {
        padding-left: 30px;
        font-size: 18px;
        height: 140px;
    }

    .contacts {
        padding-top: 330px;
        padding-bottom: 0;
    }

    .cont_wrap {
        width: 100%;
    }

    #map1 {
        margin-top: 20px;
        position: relative;
        width: 100%;
        top: 0;
        bottom: 0;
        height: 350px;
        background-position: 25% 0;
    }

    .foot_wrap {
        flex-direction: column-reverse;
        background-position: 95% 30%;
    }

    .yurinfo {
        text-align: left;
    }

    .foot_links {
        text-align: center;
        margin-top: 20px;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {
    .title_bottom {
        margin-top: 225px;
    }
}

@media (max-width: 360px) {
    .title2 {
        font-size: 24px;
    }

    .title_comment {
        font-size: 16px;
    }

    .advantages a {
        background-position: 20px 50% !important;
        padding-left: 80px !important;
    }

    .offers_title {
        font-size: 18px;
    }

    .offer_item {
        padding: 35px 10px 0 15px;
    }

    .why_list a {
        font-size: 16px;
    }

    .title_bottom {
        margin-top: 200px;
    }
}

@media (max-width: 320px) {

}