@font-face {
    font-family: "Jikharev";
    src: url("../fonts/bebasneue-700-normal.ttf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "bebas";
    src: url("../fonts/ofont.ru_Jikharev.ttf");
    font-style: normal;
    font-weight: normal;
}
/** {*/
/*    outline: 1px solid red;*/
/*}*/
.container {
    max-width: 1185px!important;
}
.hewyear {
    background: #fff;
    border: 3px solid #fed142;
    border-radius: 10px;
}
.hewyear h2 {
    color: #3D4351;
    text-align: center;
    font-weight: 400;
    margin-top: 0px;
    font-size: 45px !important;
    font-family: 'Jikharev';
}
.hewyear p {
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 0px;
    letter-spacing: .8px;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    color: rgba(28, 54, 83, 1);
    padding-bottom: 20px;
}
html, body {
    background: #fff;
    font-family: "Open Sans", sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000;
    max-width: 100%;
}
body{
    background: #fff;
}
a {
    color: rgba(28, 54, 83, 0.6);
}
.row {
    margin: 0!important;
}
svg, img {
    max-width: 100%;
    max-height: 100%;
}
iframe {
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
}
h1 {
    font-size: 40px;
    font-weight: 600;
    width: 74%;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
h1.title {
    background: #f0b22d;
}
h1.title {
    background: #f0b22d;
}
h2.gradient.color,
h1.title.gradient {
    background: rgb(255,0,0);
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(251,215,17,1) 15%, rgba(0,255,19,1) 32%, rgba(1,251,255,1) 50%, rgba(0,16,255,1) 69%, rgba(237,0,255,1) 86%, rgba(255,0,0,1) 100%);
}
/*h1:first-letter,*/
/*h2:first-letter {*/
/*    text-decoration: underline;*/
/*    text-decoration-color: #ffb800;*/
/*    -webkit-text-decoration-color: #ffb800;*/
/*}*/
h2 {
    font-size: 40px;
    font-weight: 700;
}
#serviceModal h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 0px;
    padding-top: 0px;
    cursor: pointer;
}
h3{
    font-size: 20px!important;
    color: #3D4351;
}

h4 {
    font-size: 18px;
}
#serviceModal h4 {
    color: #07bdd3;
    font-size: 18px;
}
ul, ol {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.h-md-100 {
    height: 100% !important;
}
td b {
    color: rgba(28, 54, 83, 0.8);
    font-weight: 700;
}
#app {
    /*height: 100%;*/
    /*filter: blur(0px);*/
    transition: all 600ms ease-in-out;
}
#app.blur {
    background: RGBA(0,0,0,.5);
    filter: blur(6px) grayscale(100%) saturate(0%);;
    overflow-y: hidden;
}
.stock {
    width: 100%;
    max-width: 360px;
    padding: 0px;
    overflow: auto;
    margin: 50px auto;
    position: fixed;
    top: -100%;
    right: calc(50% - 187px);
    left: calc(50% - 187px);

    transition: all 300ms ease-in-out;
    z-index: 9999;
}
.stock.open {
    top: 0;
}
.stock.open .block_stock {
    /*top: -35%;*/
}
.block_stock {
    /*background: #fff;*/
    /*border: #e9ad03 solid 10px;*/
    /*border-radius: 50%;*/
    /*-webkit-box-shadow: 0px 3px 5px 0px rgba(223, 173, 3, 0.75);*/
    /*-moz-box-shadow: 0px 3px 5px 0px rgba(223, 173, 3, 0.75);*/
    /*box-shadow: 0px 3px 5px 0px rgba(223, 173, 3, 0.75);*/
    text-align: center;
    font-size: 20px;
    position: relative;
    top: -100%;
    width: 100%;
    transition: all 3000ms ease-in-out;
}
.box_stock {
    position: relative;
    /*background: #fff;*/
    text-align: center;
    /*border: #000 solid 1px;*/
    border-radius: 50%;
    width: 100%;
}
.box_stock .close {
    background: #fff;
    border: 2px solid #e9ad03;
    border-radius: 50%;
    color: #e9ad03;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .8;
    padding: 5px 8px;
}
.box_stock img {
    border-radius: 10px;
}
.box_stock .title {
    text-align: center;
    font-size: 20px;
}
.close {
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
}
section {
    border-bottom: 3px dashed #ffb800;
}
section.no-border {
    border: none;
}
.green {
    color: green;
}
.blue-bg {
    background: url(/images/bfara2.png) rgba(120, 204, 255, 0.7) center no-repeat;
    background-size: cover;
}
#brand_block img {
    max-height: 100%;
}
/*.blue-bg2 {*/
/*    background: url(/images/bfara2.png) rgba(120, 204, 255, 0.7) center no-repeat;*/
/*    background-size: cover;*/
/*}*/
a:hover {
    text-decoration: none;
}
b, strong {
    font-weight: 700;
}
i.fa {
    color: #000;
    font-size: 30px;
}
i.fa-clock-o {
    color: #B3B4B8;
    font-size: 16px;
    padding-right: 5px;
}
ul li {
    list-style: none;
}
.rub {
    font-family: arial;
    vertical-align: middle;
    border-bottom: 1px solid;
    line-height: 5px;
    display: inline-block;
    width: 0.4em;
}
.rub::before {
    content: "";
    text-decoration: line-through;
}
#about_us, .section_banner, .about_me_section, #gw_contact_section {
    background: #fff;
}
.hero {
    min-height: 100vh;
    min-width: 100%;
    background-size: cover;
    position: relative;
}
.navigation {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: fixed;
    width: 100%;
    z-index: 999;
    visibility: hidden;
}
.fixed {
    position: fixed;
    background-color: #fed142;
    z-index: 9997;
    width: 100%;
    visibility: visible;
    top: 0;
}
.table, .info-block {
    background: rgba(254,209,66, .5);
}
.table div.row, .info-block {
    border-left: 4px solid #ffb800;
    padding: 5px 10px;
}
.table div.row:nth-child(2n) {
    background: rgba(255, 255, 255, 1);
}
#header {
    z-index: 6;
}

header .logo {
    max-width: 60%;
    max-height: 70%;
}
header ul {
    margin: 0 0 0 50px;
    padding: 0;
}
header ul.member-actions {
    margin: 0 0 0 10px;
    padding: 0;
}
header ul li {
    display: inline;
}
header ul li a {
    color: #757575;
    padding-right: 23px;
    text-transform: uppercase;
    font-size: 13px;
}
header ul li a:hover {
    color: #1b1b1b;
}
header ul li.submenu {
    position: relative;
    color: #757575;
    padding-right: 23px;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}
header ul li.submenu i.fa {
    position: relative;
    font-size: 15px;
    color: #757575;
    transition: transform 200ms ease-in-out;
}
header ul li.submenu:hover i.fa {
    top: 3px;
    transform: rotate(180deg);
}
header ul li.submenu ul {
    background-color: #fed142;
    position: absolute;
    max-height: 0;
    margin-top: 20px;
    overflow-y: hidden;
    left: -50%;
    transition: all 200ms ease-in-out;
}
header ul li.submenu:hover ul {
    max-height: 300px;
    overflow-y: hidden;
}
header ul li.submenu ul li {
    display: block;
    padding: 5px 15px;
    border-bottom: 1px solid #fde391;
}
header ul.member-actions li a, #gw_work_section form .line3 input {
    color: #000;
    border-color: #000;
    font-weight: 600;
}
header ul.member-actions li {
    display: inline;
}
section {
    width: 100%;
}
.btn-small {
    padding: 8px 25px;
}
.btn-white {
    font-size: 13px;
    border: solid 2px;
    border-radius: 40px;
    display: inline-block;
    font-weight: 600;
}
.photographer {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 6px;
    font-size: 40px;
    color: #fff;
}
.photographer a {
    color: #fff;
    transition: all 1s ease 0s;
}
.photographer a:hover, .photographer a:focus {
    color: #ffb800;
    text-decoration: none;
}
.photographer a.shin {
    display: initial;
    border: #ffb800 solid 4px;
    padding: 5px 10px;
    color: #ffb800!important;
    text-transform: uppercase;
    transition: all 1s ease 0s;
}
.video_wrap{
    position: relative;
    width:100%;
    height:100vh;
    overflow:hidden;
}
.video_wrap .container {
    z-index: 2;
}
.video_wrap .video_bg_mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.6);*/
}
.video_wrap video{
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video_wrap .block_bottom_text_video {
    position: relative;
    bottom: 40px;
    width: 100%;
}
@media (min-aspect-ratio: 16/9) {
    .video_wrap  > video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
    .video_wrap  > video { width: 300%; left: -100%; }
}
@supports (object-fit: cover) {
    .video_wrap  > video {
        top: 0; left: 0;
        width: 100%; height: 100%;
        object-fit: cover;
    }
}

.about_me_text h3 {
    text-align: center;
    font-weight: 400;
    margin-top: 0px;
    font-size: 45px!important;
    font-family: 'Jikharev';
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.about_me_text p {
    color: #1f1f21;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    text-align: center;
    padding-bottom: 0px;
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.elementor-image {
    border: #e9ad03 solid 10px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(223, 173, 3, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(223, 173, 3, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(223, 173, 3, 0.75);
}
.ale-reveal-img-wrap {
    background: #fff;
    text-align: center;
    border: #000 solid 1px;
    border-radius: 10px;
    width: 100%;
}
.ale-reveal-img-wrap img {
    width: 68%;
    height: auto;
    padding: 40px;
}
#gw_work_section a,
    /*#send_boss a, */
a.mailtob {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding: 10px;
    background: #fed142;
    border: 2px solid #666;
    border-radius: 5px;
    max-width: 170px;
    margin: auto;
    margin-top: auto;
}
.youtube {
    height: 550px;
    width: 980px;
}
.about_me_text {
    text-align: center;
    color: #1f1f21;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 30px;
}
#gw_price_section {
    width: 100%;
    min-height: 100vh;
    /*background: #f9f9f9;*/
    padding-top: 20px;
}
#gw_price_section h1 {
    color: #000;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
}
.price_category_div,
.detailing_price_category_div {
    background: #b1b1b1;
    padding: 0;
    margin: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /*cursor: pointer;*/
}
/*.price_category_div:hover,*/
.price_category_div_active,
.detailing_price_category_div_active,
.detailing_price_category_div:hover {
    background: #ffb800;
    padding: 0;
    margin: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.gw_price_section_carImg img {
    max-height: 55px;
    margin-top: 10px;
}
.price_category_div h3,
.detailing_price_category_div h3 {
    text-align: center;
    font-size: 18px!important;
    color: #fff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-top: 0px;
    padding-top: 0px;
}
/*.price_category_div:hover h3,*/
.price_category_div_active h3,
.detailing_price_category_div:hover h3,
.detailing_price_category_div_active h3 {
    text-align: center;
    font-size: 18px;
    color: #000;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.gw_price_section_carImg {
    text-align: left;
}
.gw_price_section_carPrice h4{
    color: rgba(28, 54, 83, 0.6);
}
.price_category_div h4,
.detailing_price_category_div h4 {
    text-align: right;
    font-size: 16px;
    margin-top: 0px;
    padding-top: 41px;
}

#gw_price_section h2 {
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 0px;
    padding-top: 0px;
    cursor: pointer;
}
.carClassDescSmall {
    display: block;
    text-align: center;
    padding-top: 10px;
}
.compleks div.gw_price_section_item, #complexes div.gw_price_section_item {
    border: 4px solid #07bdd3;
    padding: 0;
    border-radius: 11px;
    position: relative;
}
.compleks_row {
    border-bottom: 3px solid #0dc1e4;
}
.gw_price_section_item {
    width: 100%;
    border: 4px solid #f1d661;
    border-radius: 11px;
    overflow: hidden;
    /*margin-bottom: 30px;*/
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}
div.gw_price_item {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 7px;
    position: relative;
}
h3.time {
    text-decoration: none;
    text-align: left;
    font-size: 15px!important;
    /*padding: 0px 0 0 5px;*/
    margin: 0px;
}
.subcomplexes_row {
    border-top: 1px solid #000;
}
.subcomplexes_row::before {
    content: "";
    display: block;
    border-top: 3px solid #f1d661;
}
.subcomplexes_row::after {
    content: "";
    display: block;
    border-top: 3px solid #f1d661;
}
.bronirovka h2 strong, .bronirovka .price{
    color: #fff!important;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.boxm > div {
    background: #fff;
    border-radius: 50px;
    border: 2px solid #ffb800;
}
.boxm2 > div {
    background: url(/images/bgfara.png) center right no-repeat #ffb800;
    background-size: 15%;
    min-height: 100px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
}
.boxm3 > div {
    background: url(/images/bgfara.png) center right no-repeat #fff;
    background-size: 15%;
    min-height: 100px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
}
.boxm3 .icon,
.boxm2 .icon {
    background: #54b8e9;
}

.boxm3 .icon .motivator,
.boxm2 .icon .motivator {
    background: none;
    border: none;
    border-radius: 0;
    margin: auto;
    box-shadow: none;
}
.boxm3 .text,
.boxm2 .text {
    padding: 15px 10px;
    line-height: 15px;
}
.motivator {
    background: #fff;
    border: 2px solid #ffb800;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    transition: all 200ms ease-in-out;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 0px 13px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 13px 0px rgba(255, 255, 255, 0.75);
}
.boxm {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}
.boxm:hover .motivator {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 13px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 13px 0px rgba(50, 50, 50, 0.75);
}
.callback {
    background: #ffb800;
    /*margin: 20px 0;*/
    padding: 40px;
}
.callback .form {
    max-width: 450px;
    margin: auto;
}
.send {
    background: #ffb800;
    border: 2px solid #000;
    border-radius: 50px;
    /*max-width: 150px;*/
}
a.send {
    padding: 10px 7px 7px 8px;
}
.phone a.send {
    padding: 3px 7px 5px 8px;
}
.send .circle-white{
    background: #fff;
    border-radius: 50%;
    margin: 3px 10px 3px 0;
    padding: 5px;
    position: relative;
    left: -4px;
    top: -2px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}
.phone .send .circle-white{
    padding: 1px 5px;
    top: 1px;
}
.send .circle-white i {
    font-size: 15px;
}
.send i {
    transition: all 0.3s ease 0s;
}
.send:hover i {
    color: #ffb800;
}
.send:hover i.fa-paper-plane {
    position: relative;
    animation: fly 2s infinite ease-in-out;;
    transform: rotate(55deg);
}

@keyframes fly {
    0% {right: 0px; opacity: 1}
    49%{right: -20px; opacity: 0}
    50%{right: 20px; opacity: 0}
    100%{right: 0px; opacity: 1}
}
.send span {
    margin: 0 10px 0 0;
    color: #000;
    text-transform: uppercase;
}
.phone span.rL {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

#send_boss {
    background: #b1b1b1;
    margin-top: -20px;
    padding: 20px;
}
.order {
    background: #e60000;
    border: 2px solid #e60000;
    padding: 10px 40px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
}
.reset {
    background: #fff;
    border: 2px solid #ffb800;
    padding: 10px 40px;
    color: #ffb800;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

#gw_contact_section {
    background: #fff;
    min-width: 100%;
    min-height: 400px;
    padding-top: 20px;
}

#gw_contact_section h3 a{
    color: #3D4351;
}
#gw_contact_section h3.phone a{
    font-size: 15px;
}
#gw_contact_section h3.mail i,
#gw_contact_section h3.mail a{
    font-size: 15px;
}
#gw_contact_section h3.red{
    font-size: 15px!important;
    color: red;
    line-height: 1.3em;
}
.gw_contact_section_left_side {
    width: calc(100% - 587px);
    height: auto;
    float: left;
    overflow: hidden;
    /*border-bottom: 5px dashed #ffb800;*/
    /*border-right: 5px dashed #fff;*/
    /*border-top: 5px solid #fff;*/
    margin-left: 5px;
    padding-right: 0;
}
.fa-square-green::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: green;
    border: 3px solid green;
    border-radius: 5px;
}
.fa-square-red::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: red;
    border: 6px solid green;
    border-radius: 5px;
}
.gw_contact_section_right_side {
    width: 50%;
    height: 300px;
    float: left;
    /*border-radius: 20px 0 0 5px;*/
    overflow: hidden;
    /*border-top: 5px dashed #ffb800;*/
    margin-left: -5px;
    /*border-left: 5px dashed #ffb800;*/
    /*border-bottom: 5px solid #fff;*/
}
.gw_contact_section_right_side {
    width: 587px;
}
.gw_footer_section h3{
    text-align: center;
    font-size: 13px!important;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
}
.gw_footer_section h4{
    text-align: center;
    font-size: 12px;
    padding-bottom: 20px;
    margin: 0px;
    color: rgba(28, 54, 83, 0.6);
}
.gw_contact_section_right_side img {
    width: 100%;
    height: 400px;
}

ul.list-check {
    padding-left: 22px;
}
ul.list-check li {
    list-style-image: url(/images/check.png);
}
.subcomplexes_row .row > div.box.offset {
    margin-left: 10%;
}
.subcomplexes_row .row > div.box_ext.offset {
    margin-left: 30%;
}
.subcomplexes_row .row > div.box_ext {
    flex: 0 0 20%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.subcomplexes_row .row > div.box {
    flex: 0 0 20%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.compleks_row .row > div.box {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.compleks_row .row > div.box:last-child {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.gw_price_item h2 {
    margin-top: 0px;
    padding-top: 0px;
    color: #3D4351;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-color: #ffb800;
    -webkit-text-decoration-color: #ffb800;
    width: 100%;
}
.subcomplexes_row h3 {
    text-decoration: none;
    text-align: left;
    font-size: 17px!important;
    font-weight: 300;
}
h3.price {
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*right: 15px;*/
    margin: 0;
}
.table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    padding-top: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table.table > tbody > tr > td:first-child {
    border-bottom: 2px solid #ffb800 !important;
    padding-top: 20px;
    width: calc(100% - 110px) !important;
}
table.table > tbody > tr > td:last-child {
    border-bottom: 2px dotted #ffb800 !important;
    text-align: right;
    padding-top: 20px;
    width: 110px !important;
}
.detailing-content img {
    width: 320px;
}
.carClassDescSmall {
    display: block;
    text-align: center;
}
#jssor_1 {
    max-width: 100%;
    position: relative;
    margin: 0px auto;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 551.413px;
    overflow: hidden;
    visibility: visible;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 13px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 13px 0px rgba(50, 50, 50, 0.75);
}
.carClassDescSmall {
    display: block;
    text-align: center;
    color:rgba(28, 54, 83, 0.6)
}
.after_stripe {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'rotondac-bold', sans-serif;
}
.widget_title_typography {
    color: #3D4351;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}
.after_stripe::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background-color: #3D4351;
    top: 50%;
    left: 100%;
    margin-left: 13px;
    -webkit-transform: translateY(-50%);
}
.elementor-text p {
    word-wrap: break-word;
    margin-bottom: 0px;
    letter-spacing: .8px;
    font-size: 18px;
    line-height: 25px;
    color: rgba(28, 54, 83, 1);
    padding-bottom: 20px;
}
.box {
    position: relative;
    overflow: hidden;
}
.box img {
    transition: all .4s ease-in-out;
}
.box:hover img {
    transform: scale(1.1);
}
.box .title {
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
    bottom: 0;
    opacity: 0.6;
    transition: all .4s ease-in-out;
}
.box:hover .title {
    opacity: 1;
    bottom: 50px;
}

.modal-mask-index {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    display: block;
    transition: opacity 1s ease;
}

.modal-wrapper {
    display: block;
    vertical-align: middle;
}

.modal-container {
    width: 300px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
}

.modal-default-button {
    float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.modal-container-calendar {
    width: 600px;
    margin: 30px auto;
}
.panel-default {
    background: #fff;
    border: 3px solid #ffb502;
}
.panel-heading {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.panel-body h4 {
    color: #07bdd3;
}
.panel-body p {
    text-align: center;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 1.7em;
    color: #000;
}
.panel-body ul {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.panel-body li {
    font-weight: 400;
    font-size: 1.1em;
    color: rgba(28, 54, 83, 0.6);
}
.panel-body hr {
    padding: 0px;
    border-top: 1px solid #ffb800;
    width: 50px;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: 8px;
    margin-bottom: 7px;
}
.modal_duration {
    margin-top: 0px;
    padding-top: 0px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    padding: 10px 0 0 0;
    margin: 0px;
}
.modal_price {
    text-decoration: none;
    text-align: center;
    font-size: 20px !important;
    color: #3D4351;
    padding: 10px 0 10px 0;
    margin: 0px;
    font-weight: 600;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.jssora051 .a {
    fill: none;
    stroke: #f00;
    stroke-width: 1700;
    stroke-miterlimit: 10;
}

.dots {
    position: absolute;
    bottom: 14px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.dots li button:hover,
.dots li button:focus {
    outline: none;
}

.dots li button:hover:before,
.dots li button:focus:before {
    opacity: 1;
}

.dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: url('https://upload.wikimedia.org/wikipedia/commons/b/b7/Rule_Segment_-_Circle_open_-_20px.svg');
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
#page_work {

    padding-bottom: 20px;
}
.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.element-row-right .elementor-element-populated {
    padding: 0 60px 0 0;
}
.elementor-column-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.elementor-column-wrap {
    align-items: center;
    width: 100%;
}
.after_stripe {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'rotondac-bold', sans-serif;
}
.widget_title_typography {
    color: #3D4351;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}
.elementor-text p {
    word-wrap: break-word;
    margin-bottom: 0px;
    letter-spacing: .8px;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    color: rgba(28, 54, 83, 1);
    padding-bottom: 20px;
}
.before_stripe::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background-color: #3D4351;
    top: 40%;
    right: 100%;
    margin-right: 13px;
}
.before_stripe {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'rotondac-bold', sans-serif;
}
.widget_title_typography {
    color: #3D4351;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}
.elementor-element {
    padding: 0 60px 0 0;
}
.elementor-column-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.elementor-element {
    width: 100%;
}
#banner {
    background-color: #fed142;
    font-size: 65px;
    font-weight: 700;
    color: #56ff09;
    text-shadow: 1px 1px 5px #000;
    line-height: 77px;
    max-height: 450px;
    position: relative;
    margin-top: 65px;
    /*background: url(/images/banners/bg_plenka.jpg) center no-repeat;*/
    /*background-size: cover;*/
    /*height: 550px;*/
    /*font-size: 65px;*/
    /*font-weight: 700;*/
    /*color: #56ff09;*/
    /*text-shadow: 1px 1px 5px rgb(0, 0, 0);*/
    /*padding-top: 378px;*/
    /*line-height: 77px;*/
}
/*#banner .container .elementor-container:first-child{*/
/*    margin-top: 0;*/
/*}*/
/*#banner .container .elementor-container:nth-child(2n) {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
/*#banner .container .elementor-container {*/
/*    margin-top: -50px;*/
/*}*/
/*#banner .container .elementor-container:nth-child(odd) .elementor-text p:first-child {*/
/*    padding: 0 0 20px 0;*/
/*}*/
/*#banner .container .elementor-container:nth-child(odd) .elementor-text p:last-child {*/
/*    padding: 0;*/
/*}*/
/*#banner .container .elementor-container:nth-child(odd) .elementor-text p {*/
/*    margin: 0;*/
/*    text-align: right;*/
/*}*/
/*#banner .container .elementor-container:nth-child(even) .elementor-text p:first-child {*/
/*    padding: 0;*/
/*}*/
/*#banner .container .elementor-container:nth-child(even) .elementor-text p:last-child {*/
/*    padding: 0;*/
/*}*/
/*#banner .container .elementor-container:nth-child(even) .elementor-text ul,*/
/*#banner .container .elementor-container:nth-child(even) .elementor-text p {*/
/*    margin: 0;*/
/*    text-align: left;*/
/*}*/
#nav-menu {
    display: none;
}

.block_bottom_text_video a {
    color: #fff!important;
}
.video, .img_box {
    margin: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 1);
}
.video iframe {
    margin-bottom: -8px;
}
/*.price-block .block {*/
/*    background: #fff;*/
/*    border: 1px solid #ececec;*/
/*    margin: 5px;*/
/*    padding: 0;*/
/*}*/
.wrap {
    padding: 15px;
}
/*.wrap.box-complexe-color {*/
/*    border: solid 1px #ffb800;*/
/*}*/
.price-block [v-cloak]  .wrap{
    background: #f7f6f6;
    width: 100%;
    height: 332px;
    margin: 5px;
}
.price-block [v-cloak] .wrap {
    display: block;
    background: url(/images/precar.jpg);
    width: 100%;
    height: 100%;
}
.block .wrap .box-complexe{
    position: relative;
    background: #fff;
    /*border: 1px solid #ececec;*/
    padding: 0;
    transition: all 0.3s ease;
}
.block .wrap:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
}
.block .wrap .img {
    position: relative;
    overflow: hidden;
}
.block .wrap .img .info{
    font-size: 12px;
    position: absolute;
    padding: 10px 20px 10px 20px;
    bottom: -100%;
    left: 0;
    background: #fff;
    color: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}
.block .wrap .img .info.active {
    bottom: 0;
    opacity: 1;
}
.block .wrap .help {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9990
}
.block .wrap .help i{
    color: red;
}
.block .title{
    background: rgb(255, 184, 0);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
}
.box-complexe-color .title{
    background: none;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}
.box-complexe-color .title span {
    color: #000;
    font-size: 9px;
    font-weight: 400;
}
.block .price{
    text-align: center;
    padding: 10px;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    /*cursor: pointer;*/
}
.block .price:nth-child(even) {
    background: #f7f5f5;
}
.send_order {
    background: #d00303;
    color: #fff;
    border: 1px solid #d00303;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.detail {
    background: #e70a0a;
    border: 1px solid #e70a0a;
    border-radius: 30px;
    font-size: 15px;
    box-shadow: inset -10px -10px 10px rgba(0,0,0,.5),inset 10px 10px 10px hsla(0,0%,100%,.1),10px 10px 15px rgba(0,0,0,.5);
    /*background: #38c172 ;*/
    /*color: #fff;*/
    /*border: 1px solid #38c172 ;*/
    /*width: 100%;*/
    /*padding: 10px;*/
    /*font-size: 15px;*/
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
}
.detail, .send_order {
    color: #fff;
    width: 100%;
    padding: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.about {
    background: url(/images/bg_about.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}
.about h2 {font-weight: 700}
.about h2, .about p {
    color: #000;

}
.about .blocka {
    padding: 20px;
}
.about .boxa{
    position: relative;
    overflow-y: hidden;
}
.about .boxa .text {
    background: #ffb800;
    height: 100%;
    position: absolute;
    padding: 10px;
    bottom: -180px;
    opacity: 1;
    transition: all 0.3s ease;
}

.about .boxa:hover .text {
    bottom: 0;
    opacity: .8;
}
.about .boxa .text .title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.about .boxa .text .title .number {
    position: absolute;
    top: -33px;
    right: 10px;
    font-size: 45px;
    font-family: 'Bungee', cursive;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    color: #fff;
    transition: all 0.3s ease;
}
.about .boxa:hover .text .title .number {
    top: -10px;
}
.modal-mask {
    background: rgba(0,0,0,.0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}
.modal-mask.active {
    background: rgba(0,0,0,.5);
    opacity: 1;
    z-index: 9999;
}
.modal-content {
    padding: 60px;
}
.modal-mask .modal-dialog {
    background: #fff;
    top: -100%;
    max-width: 90%;
    width: 650px;
    transition: all 0.3s ease;
}
.modal-mask.active .modal-dialog {
    top: 15%;
}
.callback_input {
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 14px;
}
.callback_input input {
    width: 100%;
    padding: 15px;
    border: 1px solid #dbdbdb;
    color: #212121;
}
button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}
.text1 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
.text2 {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
}
.text3 {
    font-size: 29px;
    color: #fff;
    font-weight: 600;
}

.calc_block {
    /*background: #fed142;*/
    margin-top: -25px;
}
.calc_block h2{
    font-size: 38px!important;
    color: #000;
    padding-bottom: 10px;
    margin: 0 20px;
    text-transform: none;
}
.calc_block h2 span {
    display: block;
}
.calc_block h3 .stage {
    display: inline-block;
    margin: 0 20px;
    font-size: 30px;
    width: 45px;
    height: 45px;
    padding-left: 13px;
    line-height: 43px;
}
.calc_block h3{
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #ececec;
    margin: 0 20px;
    padding-bottom: 10px;
}
.calc_block label {
    color: #000;
    font-size: 17px;
}
.calc_block .custom-select {
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" fill="240,172,14" width="100"%3E%3Cpath d="M97.625 25.3l-4.813-4.89c-1.668-1.606-3.616-2.41-5.84-2.41-2.27 0-4.194.804-5.777 2.41L50 52.087 18.806 20.412C17.223 18.805 15.298 18 13.03 18c-2.225 0-4.172.804-5.84 2.41l-4.75 4.89C.813 26.95 0 28.927 0 31.23c0 2.346.814 4.301 2.439 5.865l41.784 42.428C45.764 81.174 47.689 82 50 82c2.268 0 4.215-.826 5.84-2.476l41.784-42.428c1.584-1.608 2.376-3.563 2.376-5.865 0-2.26-.792-4.236-2.375-5.932z"/%3E%3C/svg%3E') #fff no-repeat right 30px center/8px 10px;
    border: 1px solid #fff;
    padding: 15px 20px;
    height: 60px;
    font-size: 20px;
    transition: all 0.3s ease;
}
.calc_block .custom-select:focus {
    border-color: #ffb800;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ffb800;
}
.calc_block .custom-select.red {
    border: 1px solid red;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(255, 2, 2, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(255, 2, 2, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(255, 2, 2, 0.2);
}
.calc_block p {
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-weight: 300;
}
.calc_block a {
    color: #000;
    font-size: 19px;
    font-weight: 600;
}

#calc-plenka {
    /*background: url(/images/carplenca.svg) center no-repeat;*/
    position: relative;
    /*width: 525px;*/
    /*height: auto;*/
    margin: auto;
    cursor: pointer;
}
.total {
    font-size: 15px;
    color: #000;
    /*height: 56px;*/
}
#antichrom .old_price,
.total .old_price {
    position: relative;
    color: #747474;
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
}
#antichrom .old_price .line,
.total .old_price .line{
    background: #d00303;
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 8px;
    left: 0;
    transform: rotate(-7deg);
}
.total .price {
    font-size: 20px;
    font-weight: 300;
}
#antichrom .price span span,
.total .price span{
    color: #d00303;
    font-weight: 600;
}
.total .hint {
    /*height: auto;*/
    font-size: 15px;
    color: #8a8787;
}
.total .hint p {
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    font-weight: 600;
}
ul.calc li label {
    position: relative;
    top: 0px;
    width: 100%;
    margin-bottom: 0;
}
ul.calc li {
    color: rgba(28, 54, 83, 0.6);
    transition: all 0.3s ease;
}
ul.calc li.disabled {
    color: #e1e1e1;
}
ul.calc input {
    opacity: 0;
}
input+span {
    background: url(/images/check.svg);
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: -2px;
    transition: all 0.3s ease;
}
input:checked+span {
    /*background: url(/images/carplencaall.svg) no-repeat;*/
    background: url(/images/checked_green.svg);
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: -2px;
}
ul.calc .disabled input+span {
    opacity: .1;
}
.btn-plenka {
    background: #fff;
    border: 1px solid #d00303;
    color: #d00303;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    /*text-transform: uppercase;*/
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn-plenka.active {
    background: #d00303;
    color: #fff;
    border: 1px solid #d00303;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    /*text-transform: uppercase;*/
}
@media screen and (min-width: 576px) {

    .plenkabg {
        background-size: cover;
        height: 850px;
        /*margin-top: 65px;*/
    }
}
.antichrombg {
    background: url(/images/antichrom.jpg) 100% 0 no-repeat;
    background-size: cover;
    height: 450px;
    /*margin-top: 65px;*/
}
.stage {
    background: #d00303;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: left;
}
.stage {
    margin: auto;
    font-size: 60px;
    font-family: 'Bungee', cursive;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    color: #fff;
    padding-left: 20px;
    line-height: 76px;
    transition: all 0.3s ease;
}
.stage span {
    font-size: 29px;
    font-family: 'Bebas Neue', cursive;
    font-weight: 700;
    color: #000;
    padding-left: 5px;
    text-shadow: none;
}
.lesson .row {
    width: 80%;
    margin: auto;
}
.lesson .title {
    font-size: 23px;
    color: #000;
    line-height: 22px;
}
.lesson p {
    padding: 0 20px;
}
ul.calc {
    padding: 1px 0;
    height: auto;
}
ul.calc label div {
    font-size: 11px;
}
.price-block-calc {
    background: #fff;
    border-radius: 5px;
}
.akciya {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #ffb800 50%);
}
.car {
    background: url(/images/car.gif) center no-repeat;
    background-size: contain;
    height: 250px!important;
    max-width: 100%;
}
p.total {
    height: auto!important;
}
.price_category_div {
    position: relative;
    /*overflow-x: hidden;*/
}
.price_category_div .class_cars {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #ffb800;
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease;
}
.price_category_div.active .class_cars {
    left: 0;
}
/*.price_category_div:hover i.fa-info,*/
.price_category_div.active i.fa-info,
.price_category_div.price_category_div_active i.fa-info {
    color: #fff;
    border: 2px solid #fff;
}
.price_category_div button {
    background: none;
    border: none;
    position: absolute;
    padding: 0;
    top: 0px!important;
    right: 0px!important;
    opacity: 1!important;
}
.price_category_div i.fa-info {
    font-size: 19px;
    font-size: 19px;
    color: #ffb800;
    border: 2px solid #ffb800;
    padding: 1px 7px;
    transition: all 0.3s ease;
}

[tooltip] {

    position: relative;
    display: inline-block;
}

[tooltip]::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    z-index: 99;
    opacity: 0;
}

[tooltip-position='center']::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}

[tooltip-position='top']::before {
    left: 50%;
}

[tooltip-position='buttom']::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}

[tooltip-position='left']::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}

[tooltip-position='right']::before {
    left: 100%;
    top: 50%;
    margin-left: 1px;
    transform: translatey(-50%) rotate(90deg)
}

[tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%) translateY(-100%);
    background: #fff;
    border: 2px solid #020202;
    text-align: center;
    color: #020202;
    padding: 4px 2px;
    font-size: 12px;
    min-width: 180px;
    border-radius: 5px;
    pointer-events: none;
    z-index: 99;
    opacity: 0;
}

[tooltip-position='center']::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-90%) translateY(0%);
}

[tooltip-position='top']::after {
    left: 50%;
}

[tooltip-position='buttom']::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-90%) translateY(0%);
}
[tooltip-position='left']::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-90%) translateY(0%);
}

[tooltip-position='right']::after {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%);
}

button:hover::after,
button:hover::before {
    opacity: 1;
    transition-delay: 1.0s;
    transition: all 0.5s;
}

.block-yellow {
    background: #fed142;
    position: relative;
    padding: 30px;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}
.block-yellow span {
    font-size: 25px;
    line-height: 15px;
}

.taxi {
    background: url(/images/taxi.png) center;
    background-size: cover;
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: -20px;
    right: 20px;
}

.video {
    position: relative;
}

.video .youtube {
    background: url(/images/icon/btn_youtube_grey.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.video .youtube:hover{
    background: url(/images/icon/btn_youtube.png) no-repeat center;
}
/*#plenkabanner {*/
/*    margin-top: 65px;*/
/*}*/

.accor {
    /*background: #fff;*/
    border-radius: 5px;
}
.accor .accord-block {
    border-right: 1px solid #9b9b9b;
    /*height: 0;*/
}
.accor .accord-block:last-child {
    border-right: none;
}

h2 {
    font-weight: 700;
    text-transform: uppercase;
}

.color-film, .white-film {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 75px;
    height: 75px;
}
.white-film .img {
    background: url(/images/white.svg) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
}
.color-film .img {
    background: url(/images/color.svg) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
}
.white-film .text {
    position: absolute;
    top:20px;
    right: 40px;
    background: #ff9637;
    border: 2px solid #ff9637;
    border-radius: 20px 0 0 20px;
    color: #fff;
    font-weight: 600;
    padding: 5px 0;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    transform: rotate(90deg);
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    transition: transform 0.5s cubic-bezier(.67,0,.76,1.76);
    z-index: -1;
}
.color-film .text {
    position: absolute;
    top:20px;
    right: 40px;
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(251,215,17,1) 15%, rgba(0,255,19,1) 32%, rgba(1,251,255,1) 50%, rgba(0,16,255,1) 69%, rgba(237,0,255,1) 86%, rgba(255,0,0,1) 100%);
    border: 2px solid #ff9637;
    border-radius: 20px 0 0 20px;
    color: #fff;
    font-weight: 600;
    padding: 5px 0;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    transform: rotate(90deg);
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    transition: transform 0.5s cubic-bezier(.67,0,.76,1.76);
    z-index: -1;
}
.color-film:hover .img, .white-film:hover .img  {
    transform: rotate(-360deg);
}
.color-film:hover .text, .white-film:hover .text {
    width: auto;
    padding: 5px 35px 5px 10px;
    transform: rotate(0);
}


.hint_calc{
    text-align: center;
    font-size: 19px;
    letter-spacing: 17px;
}
.hint_calc span{
    margin-left: 16px;
}

.suntek {
    padding-left: 30px!important;
}


div.imgWork {
    background: url(/images/bgf.png) repeat-x bottom;
    position: relative;
    max-height: 250px;
    margin-top: 40px;
    z-index: 2;
}

div.imgWork .block {
    height: 250px;
}
div.imgWork .block .img-block{
    position: absolute;
    width: 100%;
    text-align: center;
}
div.imgWork .block img {
    background: #fff;
    padding: 10px;
    height: 240px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
}
.btn-block {
    max-width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    z-index: 8;
}
button.view_all {
    background: rgb(230, 0, 0) none repeat scroll 0% 0%;
    border: 2px solid rgb(230, 0, 0);
    color: #fff !important;
    padding: 10px 40px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

div.banner-btn {
    bottom: 40px;
    right: 0;
}

#brand_block {
    position: relative;
    margin: auto;
    max-width: 100%;
}
#brand_block .topP {
    position: absolute;
    top: -26px;
}
#brand_block h2{
    background: #fff;
    padding: 0 15px;
    color: rgb(33, 150, 243);
    font-size: 25px;
    display: inline-block;
    text-align: center;
}
.spfilm img {
    /*height: 80%;*/
}
.price.btn {
    background: #d00303;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px 2px;
}
.price.btn span {
    color: #fff;
}
.br-sm {
    border-right: 3px dashed #ffb800;
}
@media screen and (max-width: 670px) {

    /* Оверлей для закрытия меню */
    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mobile-menu-overlay.active {
        display: block;
    }

    /*.stock {*/
    /*    left: 0;*/
    /*    max-width: 340px;*/
    /*    padding-top: 30px;*/
    /*    width: 100%;*/
    /*    margin: auto;*/
    /*}*/

    .br-sm {
        border-right: none;
    }

    .bb {
        /*border-bottom: 3px dashed #ffb800;*/
    }

    .block .title {
        font-size: 13px;
    }
    .price-block .block .price {
        font-size: 15px;
    }
    .box-complexe .detail {
        padding: 5px;
        font-size: 10px;
    }

.video_wrap > video, .video-content-overlay {
    display: none;
}

    #banner {
        /*background: url(/images/banners/bg_plenka_mob.jpg) center no-repeat;*/
        background-size: cover;
        /*height: 210px;*/
        font-size: 23px;
        line-height: 27px;
        padding-top: 0px;
        color: #fff;
        margin-top: 40px;
    }

    #brand_block h2{
        padding: 0 5px;
    }

    div.banner-btn {
        bottom: 0;
        right: 0;
    }

    div.imgWork .block img {
        height: 200px;
    }
    .spfilm img {
         height: auto;
    }
    .suntek {
        padding-right: 20px!important;
    }
    .suntek img{
        padding-top: 15px!important;
    }

    .hint_calc{
        text-align: center;
        font-size: 10px;
        letter-spacing: 9px;
    }
    .hint_calc span{
        margin-left: 10px;
    }

    .price-block-calc {
        height: auto !important;
    }

    .calc_block h2 {
        font-size: 17px !important;
    }
    ul.calc {
        position: relative;
        top: -8px;
    }

    .taxi {
        position: static;
        margin: auto;
    }

    .block-yellow {
        padding: 20px;
    }
    #brand_block img {
        /*max-height: 80px;*/
    }
    .calc_block {
        margin-top: 0;
    }

    [tooltip-position='center']::after {
        transform: translateX(-50%) translateY(0%);
    }
    [tooltip-position='left']::after {
        transform: translateX(-20%) translateY(0%);
    }
    .h-md-100 {
        height: auto!important;
    }
    h1{
        font-size: 20px!important;
    }
    h2 {
        font-size: 22px!important;
        font-weight: 600;
    }
    h3 {
        font-size: 15px!important;
        font-weight: 700!important;
        color: #000!important;
    }
    h4 {
        font-size: 12px;
    }
    .price_category_div h3 {
        font-size: 12px !important;
        margin: 0;
    }
    #uslugi h3 {
        font-size: 25px!important;
    }
    .accor h4 {
        cursor: pointer;
    }
    .title, .description {
        font-size: 13px;
        text-align: justify;
    }
    p {
        font-size: 14px;
    }
    h2.title, #gw_work_section h2, .section_banner h2 {
        font-size: 21px;
    }
    ul li {
        padding-bottom: 5px;
    }
    /*.motivator {*/
    /*    width: 150px;*/
    /*    height: 150px;*/
    /*}*/

    .text1 {
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    }
    .text2 {
        font-size: 12px;
        color: #fff;
        font-weight: 600;
    }
    .text3 {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
    }
    .modal_header_text {
        font-size: 17px;
    }
    .callback {
        padding: 40px 10px;
    }
    .modal-content {
        padding: 5px;
    }
    .modal-mask .modal-dialog {
        max-width: 96%;
    }
    .modal_header{
        padding: 20px 20px 0 20px;
    }
    .table {
        font-size: 9px;
    }
    .gw_contact_section_left_side {
        width: 100%;
        border: none;
        border-radius: 20px;
        margin-right: 0;
        margin-left: 0;
        height: inherit;
        padding-bottom: 30px;
        padding-right: 15px;
    }
    .premier div, .normal div {
        border-radius: 20px!important;
    }
    #gw_contact_section h2 {
        margin-top: 0px;
        font-size: 2em;
        padding-bottom: 10px;
    }
    .gw_contact_section_right_side {
        width: 100%;
        border: none;
        height: inherit;
        padding-bottom: 30px;
        border-radius: 0;
        margin-left: 0;
    }
    .gw_contact_section_right_side img {
        max-width: none;
        text-align: center;
    }

    .subcomplexes_row.intExt .row > div.box {
        flex: 0 0 50%;
    }
    .subcomplexes_row .row > div.box.offset {
        margin-left: 0;
    }
    .gw_price_section_item h2 {
        font-size: 15px!important;
        text-decoration: none !important;
        color: #000;
        font-weight: 500;
        font-family: "Helvetica";
    }
    .gw_price_section_item h3.time {
        font-size: 9px !important;
        color: #000;
        font-weight: 300;
    }
    /*.box:nth-child(2n) {*/
    /*    padding-left: 5px !important;*/
    /*}*/
    /*.box:nth-child(2n+1) {*/
    /*    padding-right: 5px !important;*/
    /*}*/
    .video, .img_box {
        margin: 0;
    }
    .about .boxa .text {
        bottom: -125px;
    }
    .price-block .block .wrap {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
        box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
    }
    .subcomplexes_row div:last-child {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    div.gw_price_item {
        /*padding: 25px 0 0 0;*/
        font-size: 18px;
        font-weight: 400;
        position: relative;
        padding: 5px;
    }
    .gw_price_section_item h3.price {
        font-size: 12px !important;
        /*position: absolute;*/
        /*bottom: 1px;*/
        /*right: 5px;*/
        padding: 0 !important;
        color: #000;
        font-weight: 600;
    }
    .time .clock::after {
        margin: 0;
    }
    i.fa-clock-o {
        padding: 0;
        font-size: 12px;
    }
    .youtube {
        height: 202px;
        width: 100%;
    }
    #jssor_1 {
        height: 180px;
    }
    .about_us_blocks {
        border-bottom: 1px dashed #ffb800;
        margin-bottom: 20px;
    }
    #about_blocks div:last-child .about_us_blocks{
        border: none;
    }
    .price_category_div h4, .detailing_price_category_div h4 {
        text-align: center;
        font-size: 16px;
        margin-top: 0px;
        padding-top: 0;
        font-size: 0.9em;
    }
    .main_block_bottom_text {
        width: 100%;
        position: absolute;
        bottom: 0px;
        margin-bottom: 0;
    }
    .video_wrap .block_bottom_text_video {
        margin-bottom: 0!important;
    }
    .photographer {
        font-size: 1.2em;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        letter-spacing: 6px;
        color: #fff;
    }
    #nav-menu {
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(115, 182, 27, .0);
        padding: 0;
        transition: all .3s ease;
        z-index: -1;
    }
    .nav-menu {
        background: #fed142;
        padding: 1px;
        position: relative;
        left: -100%;
        width: 80%;
        transition: all .3s ease;
        height: 100%;
    }

    #nav-menu.active .nav-menu {
        left: 0;
    }
    #nav-menu.active {
        background: rgba(115, 182, 27, .5);
        left: 0;
        z-index: 9999;
    }
    .nav-menu  ul li {
        display: block;
    }
    .nav-menu .templatemo-site-header {
        margin: 25px 15px;
    }
    .nav-menu .square {
        background: url(/images/icon/logo_square.png) center no-repeat;
        background-size: auto;
        background-size: contain;
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
    }
    .nav-menu .fa.fa-times {
        color: rgba(28, 54, 83, 0.6);
    }
    .nav-menu li {
        font-size: 1.1em;
        list-style: none;
        text-transform: uppercase;
    }
    .nav-menu li.submenu {
        cursor: pointer;
    }
    .nav-menu li ul {
        max-height: 0;
        overflow-y: hidden;
        font-size: 11px;
        margin-left: 10px;
        transition: all 0.3s ease;
    }
    .nav-menu li.open ul {
        max-height: 400px;
        overflow-y: hidden;
    }
    .nav-menu li .fa-chevron-up{
        position: relative;
        font-size: 14px;
        transform: rotate(90deg);
        transition: transform 0.3s ease;
    }
    .nav-menu li.open .fa-chevron-up{
        transform: rotate(180deg);
    }
    .nav-menu li a, .nav-menu li div {
        color: #333;
        display: block!important;
        padding: 10px 30px;
        transition: all 0.3s ease;
    }
    .about_me_text h3 {
        font-size: 21px!important;
    }
    .elementor-element {
        margin: 0;
        padding: 0!important;
    }
    .ale-reveal-img-wrap img {
        width: 90%;
        height: auto;
        padding: 0;
    }
    #banner {
        /*padding: 40px 10px!important;*/
    }
    #banner .container .elementor-container {
        margin: 0!important;
    }
    .elementor-image {
        border-width: 5px;
    }
    .ale-reveal-img-wrap {
        border-radius: 12px;
    }
    .modal-container-calendar {
        max-width: 96%;
        margin: 10px auto;
        width: 100%;
    }
    #gw_price_section_detailing h2 {
        padding-top: 20px;
    }
    #home {
        background: #fed142;
    }
    .video_wrap .video_bg_mask {
        background: rgba(0,0,0,0.2);
    }
    .photo_logo {
        padding-top: 55%;
    }
    .block_bottom_text_video a {
        color: #fff!important;
    }
    .total {
        font-size: 11px;
    }
    .total span span {
        /*font-size: 17px;*/
    }
    .total .hint {
        /*height: 19px;*/
        font-size: 13px;
    }
    .about .boxa .text {
        bottom: -165px;
    }
    .plenkabg, .antichrombg {
        height: 285px;
    }
    #page_slider {
        background-size: auto 33px;
    }
    #antichrom .block .wrap {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
        box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
    }
    #nav-menu .menu-copyright {
        position: absolute;
        bottom: 10px;
        margin: auto;
        width: 100%;
        text-align: center;
    }
    #nav-menu .menu-copyright h3 {
        font-size: 12px;
        font-weight: 400;
        color: #919191!important;
    }
    .socseti {
        margin-left: calc(50% - 100px);
    }
    .socseti img {
        width: 45px;
        height: 45px;
    }
    .socseti a {
        padding: 5px!important;
    }
    .stage {
        margin: auto;
        font-size: 33px;
        font-family: 'Bungee', cursive;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
        color: #fff;
        padding-left: 8px;
        line-height: 38px;
        transition: all 0.3s ease;
    }
    .stage {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .stage span {
        font-size: 17px;
        font-family: 'Bebas Neue', cursive;
        font-weight: 700;
        color: #000;
        padding-left: 5px;
        text-shadow: none;
    }
    .btn-plenka, .btn-plenka.active {
        font-size: 10px;
    }
    .accor i.fa-chevron-up {
        position: relative;
        top: 0px;
        font-size: 15px;
        transform: rotate(180deg);
        transition: all 0.3s ease;
    }
    .accor.open i.fa-chevron-up {
        transform: rotate(0deg);
        top: 0;
    }

    .accor.open .accord-block.info-block{
        padding: 1rem !important;
    }
    .accor .accord-block{
        border: none;
        max-height: 0;
        min-height: 0;
        padding: 0px 10px;
        overflow-y: hidden;
        transition: all 0.3s ease;
    }
    .accor.open .accord-block{
        max-height: 550px;
    }


    ul.calc li {
        height: 30px;
    }
    ul.calc li label div div:first-child {
        padding-top: 2px!important;
    }
    .reset {
        display: none;
    }
    .reset.open {
        display: block;
        margin-bottom: 5px!important;
    }
    .model-cars {
        font-size: 11px;
    }
    .akciya {
        background: url(/images/bggw.jpg);
        background-size: contain;
        /*border-top: 2px solid #ffb800;*/
        /*border-bottom: 2px solid #ffb800;*/
    }
    .accii_price {
        background: #fff;
        border: 2px solid #ffb800;
        border-radius: 5px;
        padding: 15px;
    }
    .akciya button {
        margin-top: -20px!important;
    }
    .select_class_car {
        /*border: 1px solid #cecece;*/
        /*border-left: 1px solid #cecece;*/
        /*border-right: 1px solid #cecece;*/
        /*border-radius: 5px;*/
        /*-moz-border-radius-bottomleft: 5px;*/
        /*-moz-border-radius-bottomright: 5px;*/
    }
    .calc_block h3 {
        margin: 0 10px;
    }
    .calc_block h3 .stage {
        margin: 0 5px;
        font-size: 20px;
        width: 35px;
        height: 35px;
        padding-left: 11px;
        line-height: 32px;
    }
    .calc_block p {
        font-size: 15px;
    }
    .calc_block a {
        font-size: 15px;
    }
    select {
        width: 100%;
        border: 1px solid #ccc!important;
        padding: 0 0 0 10px;
    }
    .gw_price_section_carImg img{
        max-width: 80%;
    }
    .plenkabg {
        background: 100% 35% no-repeat;
        background-position: center;
        background-size: cover;
        /*margin-top: 65px;*/
    }
}

.plenkabg h1 {
    padding: 10px;
    background: rgba(89, 182, 227, .7);
    margin: auto !important;
    margin-top: 10% !important;
}
.border_btn {
    width: 100%;
    max-width: 200px;
    border: 1px solid #54b8e9;
    border-radius: 5px;
    cursor: pointer;
}
.border_btn > div {
    padding: 5px 10px;
}
.cart-car {
    background: #fff;
    border-radius: 5px;
}
select#car option:first-letter {
    border: 2px solid #f0ad4e;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.select_class_car .price_category_div {
    background: #ffb800;
    padding-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
    height: auto;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
input{
    outline: none!important;
}


[v-cloak] {
    /*background: url(/images/pre.gif);*/
    display: none;
}
.youtubes {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    margin: 40px auto 0 auto;
}

iframe {
    margin: 40px auto 0 auto;
}

.youtubes .play {
    background: url("/images/icon/btn_youtube.png") no-repeat center center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .8;
    filter: alpha(opacity=80);
    z-index: 1;
    transition: all 0.2s ease-out;
}

.youtubes .play:hover {
    background: url("/images/icon/btn_youtube.png") no-repeat center center;
    opacity: 1;
    filter: alpha(opacity=100);
}
 /*   car plenka */

#new.cart-car #calc-plenka {
    position: relative;
    background: url(/images/car/car.png) center no-repeat;
    background-size: contain;
    height: 550px;
    min-height: 550px;
    min-width: 773px;
    max-height: 550px;
    max-width: 773px;
}
#new.cart-car #calc-plenka .stoika-lob-l {
    position: absolute;
    background: url(/images/car/stoikaLeft.png) no-repeat;
    background-size: contain;
    bottom: 130px;
    left: 85px;
    width: 283px;
    height: 95px;
}
#new.cart-car #calc-plenka .stoika-lob-r {
    position: absolute;
    background: url(/images/car/stoikaRight.png) no-repeat;
    background-size: contain;
    top: 126px;
    left: 85px;
    width: 278px;
    height: 97px;
    transform: none;
}
#new.cart-car #calc-plenka .krisha {
    position: absolute;
    background: url(/images/car/krisha.png) no-repeat;
    background-size: contain;
    top: 221px;
    left: 353px;
    width: 142px;
    height: 108px;
}
#new.cart-car #calc-plenka .krisha2 {
    position: absolute;
    background: url(/images/car/krisha2.png) no-repeat;
    background-size: contain;
    top: -54px;
    left: 0;
    width: 139px;
    height: 15px;
}
#new.cart-car #calc-plenka .krisha3 {
    position: absolute;
    background: url(/images/car/krisha3.png) no-repeat;
    background-size: contain;
    bottom: -58px;
    left: -3px;
    width: 139px;
    height: 15px;
}
#new.cart-car #calc-plenka .krisha4 {
    position: absolute;
    background: url(/images/car/krisha4.png) no-repeat;
    background-size: contain;
    top: 0;
    left: -224px;
    width: 10px;
    height: 107px;
}
#new.cart-car #calc-plenka .krisha5 {
    position: absolute;
    background: url(/images/car/krisha5.png) no-repeat;
    background-size: contain;
    top: 5px;
    right: -155px;
    width: 10px;
    height: 98px;
}
#new.cart-car #calc-plenka .bamper-perednii {
    position: absolute;
    background: url(/images/car/bamperPered.png) no-repeat;
    background-size: contain;
    top: 190px;
    left: 20px;
    width: 47px;
    height: 174px;
}
#new.cart-car #calc-plenka .bamper-perednii2 {
    position: absolute;
    background: url(/images/car/bamperPered2.png) no-repeat;
    background-size: contain;
    top: 190px;
    left: 20px;
    width: 47px;
    height: 174px;
}
#new.cart-car #calc-plenka .bamper-zad {
    position: absolute;
    background: url(/images/car/bamperZad.png) no-repeat;
    background-size: contain;
    top: 193px;
    right: 10px;
    width: 42px;
    height: 164px;
}
#new.cart-car #calc-plenka .krilo-pered {
    position: absolute;
    background: url(/images/car/kriloLeft.png) no-repeat;
    background-size: contain;
    bottom: 71px;
    left: 161px;
    width: 147px;
    height: 71px;
}
#new.cart-car #calc-plenka .krilo-pered2 {
    position: absolute;
    background: url(/images/car/kriloLeft.png) no-repeat;
    background-size: contain;
    top: 70px;
    left: 166px;
    width: 149px;
    height: 71px;
    z-index: 2;
    transform: scale(1, -1);
}
#new.cart-car #calc-plenka .kapot {
    position: absolute;
    background: url(/images/car/kapot.png) no-repeat;
    background-size: contain;
    top: 199px;
    left: 166px;
    width: 149px;
    height: 152px;
}
#new.cart-car #calc-plenka .kapot3 {
    position: absolute;
    background: url(/images/car/kapot3.png) no-repeat;
    background-size: contain;
    top: -4px;
    left: -99px;
    width: 28px;
    height: 161px;
}
#new.cart-car #calc-plenka .kapot4 {
    position: absolute;
    background: url(/images/car/kapot4.png) no-repeat;
    background-size: contain;
    top: -92px;
    left: 1px;
    width: 125px;
    height: 31px;
}
#new.cart-car #calc-plenka .kapot5 {
    position: absolute;
    background: url(/images/car/kapot5.png) no-repeat;
    background-size: contain;
    bottom: -94px;
    left: -2px;
    width: 125px;
    height: 31px;
}
#new.cart-car #calc-plenka .dver-pered-l {
    position: absolute;
    background: url(/images/car/dverPeredLeft.png) no-repeat;
    background-size: contain;
    bottom: 72px;
    left: 293px;
    width: 105px;
    height: 64px;
}

#new.cart-car #calc-plenka .dver-pered-r {
    position: absolute;
    background: url(/images/car/dverPeredLeft.png) no-repeat;
    background-size: contain;
    top: 71px;
    left: 297px;
    width: 105px;
    height: 64px;
    transform: scale(1, -1);
}
#new.cart-car #calc-plenka .dver-zad-l {
    position: absolute;
    background: url(/images/car/dverZadLeft.png) no-repeat;
    background-size: contain;
    bottom: 71px;
    left: 392px;
    width: 107px;
    height: 67px;
}

#new.cart-car #calc-plenka .dver-zad-r {
    position: absolute;
    background: url(/images/car/dverZadLeft.png) no-repeat;
    background-size: contain;
    top: 71px;
    left: 396px;
    width: 108px;
    height: 67px;
    transform: scale(1, -1);
}
#new.cart-car #calc-plenka .left {
    position: absolute;
    background: url(/images/car/kriloZadLeft.png) no-repeat;
    background-size: contain;
    bottom: 70px;
    left: 354px;
    width: 249px;
    height: 104px;
}

#new.cart-car #calc-plenka .right {
    position: absolute;
    background: url(/images/car/kriloZadLeft.png) no-repeat;
    background-size: contain;
    top: 70px;
    left: 358px;
    width: 249px;
    height: 104px;
    transform: scale(1, -1);
}
#new.cart-car #calc-plenka .bagagnik {
    position: absolute;
    background: url(/images/car/bagagnik.png) no-repeat;
    background-size: contain;
    top: 208px;
    right: 172px;
    width: 57px;
    height: 134px;
}
#new.cart-car #calc-plenka .bagagnik2 {
    position: absolute;
    background: url(/images/car/bagagnik2.png) no-repeat;
    background-size: contain;
    top: -17px;
    right: -130px;
    width: 59px;
    height: 166px;
}
#new.cart-car #calc-plenka .bagagnik3 {
    position: absolute;
    background: url(/images/car/bagagnik3.png) no-repeat;
    background-size: contain;
    top: -82px;
    right: 3px;
    width: 59px;
    height: 20px;
}
#new.cart-car #calc-plenka .bagagnik4 {
    position: absolute;
    background: url(/images/car/bagagnik4.png) no-repeat;
    background-size: contain;
    top: 197px;
    right: -1px;
    width: 59px;
    height: 20px;
}
#new.cart-car #calc-plenka .porog-n-l {
    position: absolute;
    background: url(/images/car/porog.png) no-repeat;
    background-size: contain;
    bottom: 59px;
    left: 271px;
    width: 196px;
    height: 16px;
    opacity: .0;
}

#new.cart-car #calc-plenka .porog-n-r {
    position: absolute;
    background: url(/images/car/porog.png) no-repeat;
    background-size: contain;
    top: 59px;
    left: 271px;
    width: 196px;
    height: 16px;
    opacity: .0;
    transform: scale(1, -1);
}
#new.cart-car #calc-plenka .zerkalo-l {
    position: absolute;
    background: url(/images/car/zerkaloLeft.png) no-repeat;
    background-size: contain;
    bottom: 131px;
    left: 91px;
    width: 592px;
    height: 75px;
    transform: none;
}
#new.cart-car #calc-plenka .zerkalo-r {
    position: absolute;
    background: url(/images/car/zerkaloRight.png) no-repeat;
    background-size: contain;
    top: 131px;
    left: 91px;
    width: 593px;
    height: 75px;
    transform: none;
}
#new.cart-car #calc-plenka .faral {
    position: absolute;
    background: url(/images/car/fara.png) no-repeat;
    background-size: contain;
    bottom: 201px;
    left: 57px;
    width: 20px;
    height: 34px;
    transform: scale(1, -1);
}
#new.cart-car #calc-plenka .farar {
    position: absolute;
    background: url(/images/car/fara.png) no-repeat;
    background-size: contain;
    top: 199px;
    left: 57px;
    width: 20px;
    height: 34px;
    transform: none;
}
.order {
    background: rgb(230, 0, 0) none repeat scroll 0% 0%;
    border: 2px solid rgb(230, 0, 0);
    color: #fff!important;
    cursor: pointer;
}
.order:hover {
    background: #fff none repeat scroll 0% 0%;
    border: 2px solid rgb(230, 0, 0);
    color: rgb(230, 0, 0)!important;
}
.order:disabled,
.order:hover[disabled]{
    border: 1px solid #999999!important;
    background: rgba(230, 0, 0, .5)!important;
    color: #666666!important;
}
h2 span.title {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 45px
}
span.text-red {
    color: #d00303;
    font-weight: 500;
}
h2.rainbow {
    color: #fff;
    background: #9561e2;
    padding-top: 11px!important;
}
.top-h {
    margin-top: 57px;
}
@media screen and (max-width:768px) {
    #new.cart-car #calc-plenka {
        position: relative;
        background: url(/images/car/car.png) center no-repeat;
        background-size: contain;
        height: 550px;
        min-height:773px;
        min-width: 550px;
        max-height: 773px;
        max-width: 550px;
        transform: rotate(90deg);
    }
    h2 span.title {
        font-size: 24px;
        font-weight: 700;
    }
    h2.rainbow {
        padding-top: 5px!important;
    }
    .top-h {
        margin-top: -13px;
    }
}
.sendOrder{
    position: fixed;
    width: 300px;
    top: -100px;
    right: 0px;
    min-width: 250px;
    padding: 10px;
    z-index: 9999;
    transition: all 0.3s ease;
}
.sendOrder .block {
    background: #fff;
    border-radius: 5px;
    font-size: 12px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.sendOrder.active {
    top: 0px
}
.sendOrder img {
    width: 20px;
    height: 20px;
}
.work .img-big {
    height: 660px;
}
.work .img-orig{
    position: relative;
    height: 440px;
}
.work .img-small {
    position: relative;
    height: 220px;
}
.work .open {
    background: rgba(0,0,0,.7);
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.work .open img {
    height: auto;
}
.work img{
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all 0.3s ease;
}
.btn-sml-red {
    background: #d00303!important;
    margin-left: 15px;
    padding: 7px 5px;
    font-size: 0.7875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    cursor: pointer;
}
.btn-sml {
    background: #d00303!important;
    color: #fff;
    font-size: 11px!important;
    /*margin-left: 15px;*/
    padding: 6px 0px;
    line-height: 1.5;
    border: #d00303 1px solid;
    border-radius: 25px 0 0 25px;
    cursor: pointer;
}
.btn-sml-grn {
    background: #fff!important;
    color: #000;
    font-size: 15px!important;
    /*margin-left: 15px;*/
    padding: 6px 0px;
    line-height: 1.5;
    border: #38c172 2px solid;
    border-right: none;
    border-radius: 25px 0 0 25px;
    cursor: pointer;
}
.btn-sml-r {
    background: #38c172!important;
    color: #fff;
    font-size: 11px!important;
    /*margin-left: 15px;*/
    padding: 7px 5px;
    line-height: 1;
    border: #38c172 1px solid;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
}
.btn-sml span {
    color: #fff;
    font-size: 15px!important;
}
.item .img img {
    /*border: 5px solid #d00303;*/
    /*border-radius: 50%;*/
    padding: 12px;
}
.block-items {
    font-size: 15px;
}
@media screen and (max-width:560px) {
    .sendOrder {
        width: 100%;
    }
    .work .img-big {
        height: 210px;
    }
    .work .img-small {
        position: relative;
        height: 70px;
    }
    .work .img-orig{
        position: relative;
        height: 140px;
    }
}

.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-five {
    flex: 0 0 20%!important;
    max-width: 20%!important;
}

@media (min-width: 768px) {
    .col-sm-five {
        flex: 0 0 20%!important;
        max-width: 20%!important;
    }
}

@media (min-width: 992px) {
    .col-md-five {
        flex: 0 0 20%!important;
        max-width: 20%!important;
    }
}

@media (min-width: 1200px) {
    .col-lg-five {
        flex: 0 0 20%!important;
        max-width: 20%!important;
    }
}
.ven {
    background: url(/images/venzilya.png) repeat scroll 0% 0% #000;
    cursor: wait;
    /*height: 100%;*/
    border: #000 1px solid;
    color: #ffe300;
}
.llumar{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}
.llumar.open {
    top: 100%;
    opacity: 1;
    z-index: 1;
}

.whatsapp {
    background: url(/images/whatsapp.png) center no-repeat;
    background-size: contain;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 65px;
    height: 65px;
    transition: all 0.3s ease;
    z-index: 9;
}
.whatsapp.up {
    bottom: 80px;
}
.whatsapp a {
    display: block;
    width: 100%;
    height: 100%;
}
.modal-dialog {
    max-height: 90%;
}
.modal-body {
    /*max-height: 70%;*/
}
/*.bg-gradient {*/
/*    background: linear-gradient(to right, #800080, #B300B3, #CD00CD);*/
/*    -webkit-animation: rainbow 20s ease infinite;*/
/*    animation: rainbow 20s ease infinite;*/
/*}*/
/*.rainbow {*/
/*    background: linear-gradient(to right, red, orange, yellow, green, cyan, blue, violet);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/
/*.rainbow-animated {*/
/*    background: linear-gradient(to right, #800080, #B300B3, #CD00CD);*/
/*    background-size: 400% 400%;*/
/*    !*-webkit-background-clip: text;*!*/
/*    !*-webkit-text-fill-color: transparent;*!*/
/*    -webkit-animation: rainbow 20s ease infinite;*/
/*    animation: rainbow 10s ease infinite;*/
/*    font-size: 25px;*/
/*    line-height: 25px;*/
/*}*/

@-webkit-keyframes rainbow {
    0% { background-position: 0% 50% }
    50% { background-position: 100% 50% }
    100% { background-position: 0% 50% }
}

@keyframes rainbow {
    0% { background-position: 0% 50% }
    50% { background-position: 100% 50% }
    100% { background-position: 0% 50% }
}

.h1-border {
    height: 5px;
    background: linear-gradient(to right, #fed142 40%, #bf862b 50%, #fed142 60%);
    -webkit-animation: rainbow 20s ease infinite;
    background-size: 200% 200%;
    animation: rainbow 20s ease infinite;
}
.plenka_change {
    background: #fff;
    border: #38c172 2px solid;
    border-radius: 25px;
    color: #000;
    font-weight: 600;
    padding: 0 10px 0 15px !important;
    margin-bottom: 5px;
}
.plenka_change.green {
    background: #38c172;
}
.plenka_change.blue-light {
    background: #b1eeff;
}
.plenka_change.blue {
    background: #00c8ff;
}
.plenka_change.fuxia {
    background: #ba0078;
    color: #fff;
}
.activep .plenka_change {
    background: #d00303;
    border: #d00303 2px solid;
    color: #fff;
}
.plenka_change .info {
    background: #fff;
    border: #848484 2px solid;
    color: #000;
    display: block;
    padding: 0px 10px;
    line-height: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 4px;
}
.plenka_change span {
    font-size: 16px;
}
.disabled .plenka_change {
    background: #ececec;
    border: #676666 1px solid;
    color: #919191;
}
.info-block-film {
    font-size: 10px;
    height: 0;
    overflow: hidden;
    padding: 0!important;
    transition: all 0.3s ease;
}
.info-block-film.open {
    height: auto;
    padding: 10px 0!important;
}
.plenka_change i.fa-info {
    font-size: 19px;
    color: #000 ;
}
.blueimp-gallery h3.title{
    color: #fff!important;
    text-align: center;
    line-height: 18px;
}
.st0{fill:none!important;stroke:#000000;stroke-width:3;stroke-miterlimit:10;}
.st2{fill:#ffffff;stroke:none;stroke-width:3;stroke-miterlimit:10; opacity: 0}
.st1{fill:#FFFFFF;stroke:#000000;stroke-width:3;stroke-miterlimit:10; opacity: 1}
.st1.active, .st0.active, .st2.active {fill:#d00303; opacity: 1}
.st3 {fill:#def5f9; opacity: 1}
jdiv::first-line, .jivo_custom_widget, #jivo_custom_widget {
    z-index: 9998!important;
}

.bottom-price-block {
    background: #ffcc1e;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    z-index: 99999;
}
.bottom-price-block.open {
    bottom: 0;
}

.consul {
    border-radius: 30px;
    color: #007b34;
    text-align: center;
    line-height: 15px;
    padding: 10px 0 8px;
    font-size: 14px;
    font-weight: 600;
    margin: auto;
    border: 4px solid #ffb800;
}
.boxb{
    width: 100%;
    height: 40px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    color: #000;
    font-weight: 600;
    background-size: auto;
    border: 2px solid #000;
    border-radius: 25px;
    max-width: 240px;
    margin: auto;
}
.box a, .boxb a{
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    font-weight: 600;
}
.whatsapp-block {
    /*background: url(/images/whatsapp_icon.png) no-repeat left center #1d643b;*/
    border-color: #00b648;
}
.phone-block {
    /*background: url(/images/phone_icon.png) no-repeat left center #ffb800;*/
    border-color: #ffcc1e;
}
.jivochat-block {
    /*background: url(/images/jivo_icon.png) no-repeat left center #2a6da2;*/
    border-color: #0097f6;
}
.callback-block {
    /*background: url(/images/callback_icon.png) no-repeat left center #e60000;*/
    border-color: #f00;
}

#chat {
    width: 65px;
    height: 65px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9;
}
#chat .chat {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 427.2 399.9'%3E%3Cpath d='M91.1 1.5c19.1 37.2 38.4 75 58 113l-40.6 49.3c34.7 60.6 79.5 111.7 155 134.2 17.2-17.5 35.6-36.2 55.1-55.9 38.5 20.1 74.2 38.7 107.2 55.9-1.7 67.1-46.6 102.3-142 100.6-122.3-41-204.9-125.9-272.4-227.5-26.6-100.9-.8-158 79.7-169.6z' fill='%23fff'/%3E%3Cpath fill='%23fff' d='M253.6 21.3L224.3 200l169.4-64z'/%3E%3C/svg%3E");
    background-size: 60% !important;
    background-position: 50%;
    background-color: red;
    background-repeat: no-repeat;
    border: 4px solid #fff;
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    border-radius: 50%;

}

.dots li button::before {
    width: 20px;
    height: 20px;
    border: 4px solid #009700;
    border-radius: 50%;
    content: "";
}
.dots li.slick-active button::before {
    background: #009700;
    opacity: 1;
}
.active .top5 {
    top: 5%!important;
}

.form-control:focus {
    box-shadow: none!important;
}
.input-group-prefix {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    z-index: 10;
}
input[type=tel]{
    padding-left: 40px;
}

[v-cloak] {
    display: block;
    padding: 50px 0;
}

@-webkit-keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

[v-cloak]:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    -webkit-animation: spinner 0.6s linear infinite;
    animation: spinner 0.6s linear infinite;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

[v-cloak] > div {
    display: none;
}
.otkritie {
    background: #ff0000;
    color: #fff;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    margin: 0 auto 20px;
    max-width: 200px;
    text-align: center;
}
.b-check {
    margin: 20px 0;
    margin-top: 20px;
    display: flex;
    cursor: pointer;
    position: relative;
}
.b-check input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.b-check__in::before {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    left: 6px;
    top: 6px;
    transform: rotate(-45deg);
    border-left: 2px solid #fab800;
    border-bottom: 2px solid #fab800;
    opacity: 0;
    transition: all .4s ease;
}
.b-check__in {
    margin-right: 10px;
    width: 25px !important;
    min-width: 25px;
    height: 25px !important;
    background: #f4f4f4 !important;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    position: relative !important;
}
.b-check__text {
    flex: 1 1;
    font-size: 13px;
    line-height: 1.2;
    color: #212121;
}
.modal-mask .modal-dialog {
    background: none !important;
}
.modal-content {
    color: #2b2e38 !important;
    background: #fff !important;
    border: none !important;
    border-radius: none !important;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 10px !important;
    max-width: 403px !important;
    padding: 42px 44px 65px !important;
    transform: translateZ(0);
    box-sizing: border-box;
}
.modal_header {
    text-align: center !important;
    margin-bottom: 34px !important;
    font-weight: 800 !important;
    font-size: 20px !important;
    line-height: 137.4% !important;
    text-transform: uppercase !important;
    color: #212121 !important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.callback_input input {
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 10px 35px;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}
.callback_input {
    margin-bottom: 10px;
    padding: 0;
}
.btn2 {
    width: 100%;
    text-decoration: none;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #212121;
    background: #fab800;
    border-radius: 14px;
    position: relative;
    z-index: 1;
}
.btn1, .btn2 {
    width: 100%;
    text-decoration: none;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #212121;
    background: #fab800;
    border-radius: 14px;
    position: relative;
    z-index: 1;
}
.btn2:disabled, .btn2:hover[disabled] {
    background: #fab800;
    opacity: .7;
}
 .btn2::before {
    content: "";
    display: block;
    height: 46px;
}
.btn2::after {
    content: "";
    display: block;
    border-radius: inherit;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(92.08deg,#fab800 .59%,#fae100 98.99%);
    transition: all .4s ease;
}
.b-check input:checked+.b-check__in:before {
    opacity:1
}
.slick-slider, .swiper-slider-container {
    display: none;
}
[v-slider] {
    display: none;
}
/* Стили для модального окна */
.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    display: none;
}

.custom-modal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    padding: 20px;
}

.custom-modal-content {
    color: #2b2e38 !important;
    background: #fff !important;
    border: none !important;
    margin: auto;
    max-width: 403px !important;
    padding: 42px 44px 65px !important;
    transform: translateZ(0);
    box-sizing: border-box;
    border-radius: 16px;
}

.custom-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    transition: color 0.2s;
}

.custom-modal-close:hover {
    color: #000;
}

.custom-modal-header {
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.custom-modal-body {
    padding: 20px 0;
}

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

.custom-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
}

.custom-input:focus {
    outline: none;
    border-color: #ffb800;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
}

.custom-checkbox input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.custom-checkbox a {
    color: #ffb800;
    text-decoration: none;
}

.custom-submit {
    width: 100%;
    background: #ffb800;
    border: none;
    padding: 12px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.custom-submit:hover {
    background: #e5a600;
}

.text-center {
    text-align: center;
}

/* Стили для сообщения об успешной отправке */
.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000000;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}

.success-overlay.fade-out {
    animation: fadeOut 0.3s ease forwards;
}

.success-overlay .sendOrder {
    top: 0;
}

.sendOrder {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
    animation: slideIn 0.3s ease;
}

.premier div {
    background: #e9ad03;
    padding: 10px;
    border-radius: 20px 0 0 20px;
    color: #000;
    min-width: 230px;
}

.normal div {
    background: #fed142;
    padding: 10px;
    border-radius: 20px 0 0 20px;
    color: #000;
    min-width: 230px;
}

.premier div p span, .premier div h3, .premier div h3 a,
.normal div p span, .normal div h3, .normal div h3 a{
    color:#000!important;
}

@media screen and (max-width: 670px) {
    .sendOrder {
        left: 0;
    }
}
.sendOrder .block {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    box-shadow: 4px 4px 8px 0 rgba(34,60,80,.2);
}

.sendOrder .block .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sendOrder .block .col-3 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.sendOrder .block .col-8 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: left;
}

.sendOrder .block .col-12 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 18px;
    color: #000;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.shinka-to-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 30;
    display: none;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(17, 23, 32, 0.88);
    border: 1px solid rgba(255, 184, 0, 0.55);
    color: #ffb800;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
    text-decoration: none;
    font-size: 0;
}

.shinka-to-top:hover,
.shinka-to-top:focus {
    color: #ffb800;
    text-decoration: none;
}

.shinka-to-top:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffb800;
    border-right: 2px solid #ffb800;
    transform: rotate(-45deg) translateY(2px);
}

@media screen and (max-width: 670px) {

    .premier, .normal {
        min-width: 80%;
        padding: 10px 0;
    }

    #home {
        .slick-initialized.slick-slider {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    }
    .swiper-slider-container {
        display: block;
        width: 100%;
        height: 100%;
    }
    .slick-list, .slick-track {
        height: 100%;
    }
    .slick-current {
        height: 100%;
    }
    .slick-track .slick-slide > div {
        height: 100%;
    }
    .slick-track .slick-slide > div img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}
