:root {
    --main-color: rgb(251, 189, 11);
}
* {
    margin: 0;
    padding: 0;
    border: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l {
    text-align: left;
}
.c {
    text-align: center;
}
.r {
    text-align: right;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.cl {
    clear: left;
}
.cr {
    clear: right;
}
.cb {
    clear: both;
}
.db {
    display: block;
}
.dib {
    display: inline-block;
}
.dn {
    display: none;
}
.b {
    font-weight: bold;
}
.i {
    font-style: italic;
}
.ttu {
    text-transform: uppercase;
}
.nbsp {
    white-space: nowrap;
}
ul {
    list-style: none;
}
ul.bullet,
.modal-text ul {
    list-style-type: disc;
}
ul.bullet,
.modal-text ul,
ol {
    list-style-position: inside;
}
a {
    color: inherit;
    text-decoration: none;
}
a[href^="tel:"] {
    text-decoration: none;
    cursor: text;
}
:focus {
    outline: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
section:before,
section:after,
header:after,
footer:before,
footer:after {
    content: "";
    display: table;
    clear: both;
}
.clearfix {
    margin-top: 50px;
}
html {
    font: 16px/1.2 "Open Sans", Arial, Helvetica, sans-serif;
    background: #fff;
    color: #000;
}
.logo,
.callback .phone a,
.descriptor,
h2,
#services h3 {
    font-family: "Montserrat", sans-serif;
}
.logo,
.callback .phone a,
h1,
h2,
#services h3,
.schedule {
    font-weight: 900;
}
.logo-text {
    width: 150px;
}
body {
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 20px #999;
    box-shadow: 0 0 20px #999;
    font-family: "Montserrat", sans-serif;
}
html {
    scroll-behavior: smooth;
}
section {
width: 100% !important;
overflow:hidden;
}
.container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#intro {
    height: fit-content;
    padding-bottom: 60px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    background-image: url('img/new/60.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#intro:before {
    content: "";
    display: block;
    width: 100%;
    height: 848px;
    background: #272727;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.new-22 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-right: 50%;
    transform: translateX(-50%);
    z-index: -1;

}
.gallery {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
}
.gallery-container {
    max-width: 1000px;
    margin: 0 auto;
}
.gallery-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.gallery-imgs {
    max-width: 100%;
    border-radius: 5px;
    aspect-ratio: 1/1;
    border: 2px solid white;
    box-shadow: 0px 0px 10px rgba(144, 144, 144, 0.462);
}
.form {
    border: 5px solid rgba(0, 0, 0, 0);
    transition: all .2s ease;
}
.form:hover {
    border: 5px solid var(--main-color);
}

#intro .promo img {
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -0px;
    z-index: 20;
    max-height: 300px;
}
#intro .form,
#questions .form {
    width: 336px;
}
#intro .form {
    float: both;
    margin-top: 0px;
}
#intro .form:before,
#intro .form:after,
#questions .form:before,
#questions .form:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.32);
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
#intro .form:before,#intro .form:after {
    content: none!important;
}
.form h3 {
    color: black;
}
#intro .form h3,
#questions .form h3,
.modal-window h3 {
    font-size: 25px;
    font-weight: normal;
    margin: 16px 0 20px;
}
#intro .form h3 span,
#questions .form h3 span,
.modal-window h3 span {
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0px;
}
#intro .form h3 span {
    font-weight: bold;
}
#intro .form:after,
#questions .form:after {
    margin-top: 30px;
}
header {
    height: 101px;
    background-color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-size: 30%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0px 0px 10px rgb(174, 174, 174);
    background-image: url('img/logo/l4.png');
    background-size: cover;
    background-position: center;
}
.ce-sled {
    top: 0;
    z-index: 111;
    left: 0;
}
.contain-every {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-for {
    height: 100px;
}
.contain-every-menu-1 {
    color: #000;
    -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;  
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
}
.contain-every-menu-1:hover {
    color: grey;
}

.contain-every-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    width: 100%;
}
.logo-mana {
    height: 80px;
    aspect-ratio: 1/1!important;
}
.contain-every-logo {
    display: flex;
    align-items: center;

}
.telezona {
    color: #000;
    font-weight: 700;
}
.zapaska-cont-minika {
    display: flex;
    height: fit-content;
    justify-content: space-around;
    width: 100%;
}
.zapaska-cont-minika a {
    display: flex;
    align-items: center;
}
.cem1-btn {
    color: white;
    padding: 20px;
    background-color: var(--main-color);
    border-radius: 5px;
    border: 1px solid var(--main-color);
}
.cem1-btn:hover {
    color: var(--main-color);
    background-color: transparent;
}
.contain-every-phones {
    display: flex;
    flex-direction: column;
    width: 300px;
    -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;  
}
.contain-every-phones {
    align-items: center;
    justify-content: center;
}
.telezona {
    font-size: 17px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.telezona:hover {
    color: grey;
}
.telezona + .telezona {
margin-top: 10px;
}
.mt1 {
    margin-top: 10px;
}
.phonebtn {
    width: 30px;
}
.ml4 {
    margin-left: 10px;
}
.contain-every {
    max-width: 1250px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    width: 100%;
}
.contain-every-logo {
    margin-right: 40px;
}
.container-top {
    width: 336px;
    margin-top: 20px;
}
.contop-link-phone {
    color: white;
    text-decoration: none;
}
.cbp-imgha {
    width: 20px;
    margin-right: 10px;
}
.contop-btn-phone {
    background-color: rgb(17, 187, 17);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 7px;
    margin-top: 20px;
    border: 2px solid rgb(217, 217, 217);
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;   
  transition: all .2s ease;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.contop-btn-phone:hover {
    background-color: rgb(14, 152, 14);
}
.cbp-tg {
    background-color: #0088CC;
}
.cbp-tg:hover {
    background-color: #006da3;
}
.cbp-v {
    background-color: #7360f2;
}
.cbp-v:hover {
    background-color: #5e4ec5;
}
.logo {
    font-size: 33px;
    line-height: 36px;
    float: left;
}
.logo span {
    color: var(--main-color);
}
.callback {
    float: right;
}
.callback .phone {
    float: left;
}
.callback .phone a {
    font-size: 26px;
}
.callback .phone .note {
    font-size: 11px;
    text-align: right;
    text-transform: uppercase;
}
.descriptor {
    display: inline-block;
    overflow: hidden;
    margin-top: 64px;
}
.descriptor h1 {
    line-height: initial;
}
h1,
h2,
#services h3 {
    text-align: center;
    text-transform: uppercase;
}
h1 {
    font-size: 58px;
    line-height: 1;
}
h1 span {
    display: block;
    font-size: 47px;
    letter-spacing: .2px;
}
h2 {
    font-size: 33px;
    text-align: center;
    margin-bottom: 35px;
}
h2:after {
    content: "";
    display: block;
    width: 318px;
    height: 4px;
    background: url("img/heading-underline.png") 50% 0 no-repeat;
    margin: 14px auto 0;
}
#services h2:after,
#questions h2:after {
    background-position: 0 -8px;
}
.schedule,
h1 + p {
    display: inline-block;
    font-size: 33px;
    position: relative;
}
.schedule {
    margin-bottom: 2px;
}
.schedule:before,
.schedule:after,
h1 + p:before,
h1 + p:after {
    content: "";
    display: block;
    width: 300px;
    height: 9px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
}
.schedule:before,
h1 + p:before {
    right: 100%;
    margin-right: 12px;
}
.schedule:after,
h1 + p:after {
    left: 100%;
    margin-left: 12px;
}
h1 + p {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 16px;
}
#features {
    padding-bottom: 32px;
    padding-top: 32px;
    text-align: center;
    background-image: url('img/new-zhin-img/car-collection-1-95.png');
    background-size: cover;
    background-position: center;
}
#features li {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin: 11px 3%;
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .2s ease;
    border: 2px solid transparent;
    -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;   
  

}

#features li:hover {
    border: 2px solid var(--main-color);
    border-radius: 5px;
}
#features li:before {
    content: "";
    display: block;
    font-size: 93px;
    height: 1em;
    width: 1em;
    background: var(--main-color) url("img/features.png") no-repeat;
    margin: 0 auto 10px;
    border-radius: 15px;
}
#features li:nth-child(2):before {
    background-position: -1em 0;
}
#features li:nth-child(3):before {
    background-position: -2em 0;
}
#features li:nth-child(4):before {
    background-position: -3em 0;
}
#features li:nth-child(5):before {
    background-position: -4em 0;
}
#features li:nth-child(6):before {
    background-position: -5em 0;
}
#features li:nth-child(7):before {
    background-position: -6em 0;
}
#services {
    min-height: 1278px;
    padding: 50px 0 40px;
    background: #07070a url("img/new-zhin-img/car-in-the-forest-1-60.png") 50% 0 no-repeat;
    color: #fff;
    background-size: cover;
    background-position: bottom;
}
#services li {
    width: 478px;
    position: relative;
    float: left;
    background-color: rgba(255, 255, 255, 1);
    padding: 40px;
    border-radius: 5px;
    position: relative;
}
#services li:nth-child(even) {
    float: right;
}
#services li img {
    display: block;
    max-width: 100%;
    height: 478px;
    margin: 0 auto;
    border-radius: 5px;
}
.mt4 {
    margin-top: 40px;
}
#services li > div {
    background: rgba(255, 181, 0, 0.89);
    padding: 96px 40px 20px;
    position: absolute;
    left: 40px;
    top: 40px;
    right: 40px;
    bottom: 108px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 5px;
}
#services li > div::-webkit-scrollbar {
    width: 7px;               /* ширина всей полосы прокрутки */
}
#services li > div::-webkit-scrollbar-track {
    background: white;        /* цвет зоны отслеживания */
}
#services li > div::-webkit-scrollbar-thumb {
    background-color: rgb(212, 212, 212);    /* цвет бегунка */
    border: 2px solid white;
    border-radius: 10px ;
}
#services li:hover > div,
#services li:active > div {
    opacity: 1;
}
#services li h3 {
    font-size: 33px;
    min-height: 2.4em;
    margin-bottom: 28px;
}
#services li p {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
}
#services li .more {
    text-transform: uppercase;
    transition: all .2s ease;
}
#services li .more:after {
    content: " >";
}
#services li .more:hover {
    color: #000;
}

#reviews {
    height: 416px;
    background: #ecf3f7 url("img/new-zhin-img/car-collection-2-90.png") 50% 0 no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    width: 1000px;
    margin: 0 auto;
}
#reviews .container {
    height: 100%;
}
.review {
    width: 33.3%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}
.cite1 {
    width: 100%;
    display: block;
    color: var(--main-color);
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}
.cite2 {
    width: 100%;
    display: block;
    color: var(--main-color);
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}
.cite3 {
    width: 100%;
    display: block;
    color: var(--main-color);
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}
.blockquote1 {
    width: 100%;
    display: block;
    margin-bottom: 90px;
    text-align: justify;
}
.blockquote2 {
    width: 100%;
    display: block;
    margin-bottom: 90px;
    text-align: justify;
}
.blockquote3 {
    width: 100%;
    display: block;
    margin-bottom: 90px;
    text-align: justify;
}
.linkcol {
    color: black;
}
.linkdec {
    text-decoration: none;
}
#steps {
    height: 1158px;
    background: #141415 url("img/new-zhin-img/car-near-the-mountains-2-60.png") 50% 0 no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: bottom
}
#steps h2 {
    color: #000;
    height: 70px;
    margin: 62px 0 0;
}
#steps h2:after {
    background-position: 0 -4px;
}
#steps .text {
    width: 500px;
    float: left;
    background: #fff;
}
#steps ol {
    height: 900px;
    padding-top: 54px;
    background: url("img/rembo.PNG") no-repeat;
    list-style: none;
    background-size: cover;
}
.steps-2 {
    background-color: grey;
}
.steps-2-container {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: white;
}
.steps-2-container-1 p {
    text-align: center;
    font-size: 33px;
    font-weight: 900;
    margin-bottom: 20px;
    background-position: end;
}
.steps-2-container-1 p::after {
    content: "";
    display: block;
    width: 318px;
    height: 4px;
    margin: 0 auto;

    background: url('img/heading-underline.png');
}
.qweew {
width: 100%;
position: absolute;
}
.steps-2-container-1 {
    position: relative;
}
#steps li {
    width: 210px;
    height: 180px;
    float: left;
    text-align: center;
    margin: 110px 16px 0;
}
#steps li:nth-child(even) {
    float: right;
}
#steps li:nth-child(2) {
    margin-top: 260px;
}
#steps .images {
    width: 50%;
    float: right;
    overflow: hidden;
}
#steps img {
    display: block;
    width: 580px;
    height: 386px;
}

.form  {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
}
.form input {
    background-color: rgb(240, 240, 240);
}
section.form {
    height: 244px;
    background: #75a855 url("img/bg-form.jpg") 50% 0 no-repeat;
    color: #fff;
    text-align: center;
    padding-top: 42px;
}
section.form h2 {
    margin-bottom: 0;
}
section.form h2:after {
    content: none;
}
section.form h2 + p {
    font-size: 20px;
    margin-bottom: 34px;
}
section.form form > * {
    width: 32%;
    float: left;
    margin: 0;
}
section.form input {
    height: 46px;
    font-size: 18px;
    margin-right: 2%;
}
input {
    font-family: 'Montserrat', sans-serif;
}
button {
    font-family: 'Montserrat', sans-serif;
}
#specialists {
    padding: 50px 0 32px;
}
#specialists li {
    width: 48%;
    min-height: 190px;
    padding-left: 220px;
    float: left;
    margin-bottom: 32px;
    position: relative;
}
#specialists li:nth-child(odd) {
    clear: left;
    margin-right: 4%;
}
#specialists img {
    width: 190px;
    height: 190px;
    position: absolute;
    left: 0;
    top: 0;
}
#specialists .name {
    width: 90%;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 6px;
    margin: 40px 0 8px;
    color: #0fc47d;
    border-bottom: 3px solid #0fc47d;
}
#specialists dt,
#specialists dd {
    float: left;
}
#specialists dt {
    clear: left;
    margin-right: 5px;
}
#questions {
    height: 528px;
}
#map {
    height: 528px;
    background: #f7f1d9;
    margin-top: -528px;
}
#questions .container {
    width: 514px;
    height: 100%;
    padding: 50px 20px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
}
#questions .container:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000 url("img/bg-questions.jpg") no-repeat;
    opacity: 0.82;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
#questions h2 {
    margin-bottom: 6px;
}
#questions h2 + p {
    font-size: 22px;
}
#questions .form {
    margin: 45px auto;
}
footer {
    padding: 18px 0;
    text-align: center;
    background-color: var(--main-color);
}
footer p {
    color: white;
    font-weight: 500;
}
footer p span {
    text-decoration: underline;
    cursor: pointer;
}
input,
button,
.button {
    display: block;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.btn {
    -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;   
}
#forma-rola input {
    background-color: rgb(240, 240, 240);
}
input {
    height: 43px;
    font-size: 16px;
    margin: 10px auto;
    padding: 0 16px;
    border: 0;
    background: #fff;
    color: #898989;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all .2s ease;
}
input:focus,
textarea:focus {
    color: #555;
    -webkit-box-shadow: 0 0 0 2px #ffb500 inset;
    box-shadow: 0 0 0 2px #ffb500 inset;
}
button,
.button {
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    padding: 0 1em;
    background: var(--main-color);
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 700;
    transition: all .2s ease;
    border: 1px solid white;
}
button:hover,
.button:hover {
    background-color: white;
    color: var(--main-color);
    border: 1px solid var(--main-color);
   
}
button:active,
.button:active {
    position: relative;
    top: 1px;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus {
    outline: none;
}
.opened {
    display: block!important;
}
#services .button {
    height: 48px;
    font-size: 20px;
    line-height: 48px;
    -webkit-border-radius: 0;
    border-radius: 5px;
    border-color: transparent;
    border: 2px solid var(--main-color);
}
header .button {
    width: auto;
    height: 36px;
    background: transparent;
    font-size: 14px;
    line-height: 34px;
    border: 1px solid #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    float: right;
    margin: 0 0 0 24px;
}
header .button:hover {
    background: #fff;
    color: #000;
}
.modal-container {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1010;
    -webkit-transform-style: preserve-3d;
    display: none;
}
.modal-window {
    width: 360px;
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    color: #000;
    position: fixed;
    z-index: 1500;
    box-shadow: 0px 0px 10px rgb(101, 101, 101);
}
#forma-2 input {
    background-color: rgb(240, 240, 240);
}
#forma-3 input {
    background-color: rgb(240, 240, 240);
}
.modal-window:not(.modal-form) {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modal-window.modal-form {
    height: fit-content;
    max-width: 400px;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.modal-window h3 {
    margin-top: 0;
}
#confirmation .modal-window {
    width: 540px;
}
#confirmation p {
    font-size: 22px;
    margin: 10px 0;
}
.modal-text p,
.modal-text ul,
.modal-text ol {
    margin: 1em 0;
}
.wc {
    color: white;
}
.modal-text {
    width: 90%;
    max-width: 1200px;
    max-height: 90%;
    text-align: left;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.modal-close {
    font-size: 50px;
    line-height: 0.5;
    position: absolute;
    right: -3px;
    top: -30px;
    color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
    -webkit-transition: .1s;
    transition: .1s;
}
.modal-close:hover {
    color: #000;
}
.modal-text .modal-close {
    color: rgba(255, 255, 255, 0.75);
    right: 8px;
    top: 8px;
}
.modal-text .modal-close:hover {
    color: #fff;
}
::-moz-placeholder {
    color: #898989;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #898989;
}
::-webkit-input-placeholder {
    color: #898989;
}
:focus::-moz-placeholder {
    color: #bbb;
}
:focus:-ms-input-placeholder {
    color: #bbb;
}
:focus::-webkit-input-placeholder {
    color: #bbb;
}
.input-error::-moz-placeholder {
    color: #e00;
}
.input-error:-ms-input-placeholder {
    color: #e00;
}
.input-error::-webkit-input-placeholder {
    color: #e00;
}
.input-error {
    color: #e00;
    -webkit-box-shadow: 0 0 0 2px #e00 inset;
    box-shadow: 0 0 0 2px #e00 inset;
}
input:invalid {
    outline: none;
}
div,
h1,
h2,
h3,
p,
ul,
ol,
li,
dl,
span {
    max-height: 9000px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8aX8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9aX8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9aX8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aX8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aX8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aX8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6aX8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16aX8.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
  }
  

.animated {
    visibility: visible !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
#pricelist {
padding-top: 50px;
}
#pricelist p {
font-size: 18px;
text-align: center;
padding-left: 20px;
padding-right: 20px;
}
.table-container {
width: 100%;
padding: 20px;
box-sizing: border-box;
margin-top: 15px;
float: left;
}
tr:hover {
    background-color: rgb(238, 238, 238);
}
.text-warner {
    background-color: white;
    border: 1px solid var(--main-color);
    margin-left: 20px;
    display: flex;

}
.table-container table {
width: 100%;
overflow-x: auto;
text-align: left;
    border-collapse: collapse;
border-radius: 10px;

}
.fillettop {
}
.table-container table, th, td {
    border: 1px solid var(--main-color);
padding: 10px;
font-size: 16px;
}
.bgcw {
    background-color: white;
}
.bgcg {
    background-color: rgb(250, 250, 250);
}
.secta-zena {
    background-color: whitesmoke;
}
.dop-info {
    background-color: whitesmoke;
}
.dop-info-container {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    margin-bottom: 50px;
}
.table-container table th {
  background: var(--main-color);
color: white;
text-align: center;
font-size: 22px;

}
.btnbtn {
    margin-top: 0!important;
}
.contacts-container-1-1-1 {
    margin-bottom: 20px;
}
.plashka-telep {
    background-color: rgb(17, 187, 17);
    padding: 15px;
    text-align: center;
    color: white;
}
.input-2 {
    background-color: rgb(246, 246, 246);
    height: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.contacts {
    background-color: white;
  }
  .q111 {
    color: var(--main-color);
    text-decoration: underline;
  }
  .contacts-container-1-2-1 {
    font-size: 33px;
    font-weight: 900;
  }
  .contacts-container-1-2-2 {
    font-size: 20px;
    font-weight: 600;
  }
  .contacts-container {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: white;
    display: flex;
    max-width: 1050px;
    margin: 0 auto;

  }
  .plashka-telephone {
    width: 25px;
    margin-right: 10px;
  }
  .badboysblue {
    background-color: #0088CC;
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  .badboysblue:hover {
    background-color: #0070a8!important;
  }
  .plashka-telep {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 7px;
  margin-top: 20px;
  border: 2px solid rgb(217, 217, 217);
  transition: all .2s ease;
  cursor: pointer;
  }
  .plashka-telep:hover {
    background-color: rgb(15, 161, 15);
  }
  .contacts-container-1 {
    padding: 20px;
    width: 50%;
  }
  .contacts-container-1-1 {
    box-shadow: 0px 0px 10px rgb(235, 235, 235);
    padding: 20px;
    border-radius: 5px;
  }
  .contacts-container-1-2 {
    padding: 20px;
  }

@media screen and (max-width: 1020px) {
    .container {
        width: 90%;
        margin: 0 auto;
    }
    #services li {
        width: 48%;
    }
    #services li img {
        width: 100%;
    }
    #steps .images {
        width: 43%;
        float: left;
    }
}
@media screen and (max-width: 769px) {
    .gallery {
        background-color: whitesmoke;
    }
    .secta-zena {
        background-color: white;
    }
    .dop-info {
        background-color: white;
    }
    .ppap {
        font-size: 14px!important;
    }
    .mls {
        font-size: 35px!important;
    }
    .contacts-container {
        background-color: whitesmoke!important;
    }
    .contacts-container-1-1 {
        background-color: white;
    }
    #services .button {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        font-size: 27px;
    }
    section.form form > * {
        width: 100%;
        margin-top: 10px;
    }
    .linkin {
        color: white;
        text-decoration: none;
    }
    #services li > div {
        padding: 20px 5px 20px;
    }
    .gallery-gallery {
        grid-template-columns: 1fr 1fr;
    }
    #intro {
        height: auto;

    }
    #specialists {
        margin-top: 20px;
    }
    #steps li {
        font-size: 16px;
        margin: 115px 0px 0;
        width: 153px;
    }
    #steps .images {
        display: none;
    }
    #intro .promo .heading {
        background: url("img/empty.html") no-repeat;
    }
    #intro .promo,
    #intro .promo .heading,
    #intro .promo .heading:after,
    #intro .promo .heading h3,
    #intro .promo .heading p,
    #intro .promo .heading h3,
    #intro .promo .heading p,
    #intro .promo .heading p span,
    #intro .promo img {
        visibility: hidden;
    }
    header .button {
        display: none;
    }
    #intro .form,
    #questions .form {
        width: 100%;
		
    }
    #intro .form {
        margin-right: 100px;
        margin-top: 0px;
    }
    .cls-amg {
        font-size: 40px;
    }
    .logo {
        font-size: 24px;
        margin-bottom: 20px;
        color: #fff;
        float: none;
        text-align: center;
        margin-top: 10px;
        display: block;
    }
    .logo span {
        color: #fff;
    }
    .callback {
        float: none;
    }
    .callback .phone {
        float: none;
        margin-left: -25px;
        margin-top: 15px;
    }
    .callback .phone a {
        font-size: 24px;
        color: #1fed9b;
    }
    .callback .phone .note {
        visibility: hidden;
    }
    .descriptor {
        margin-top: 40px;
    }
    h1 {
        font-size: 30px;
    }
    h1 span {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
    }
    .schedule,
    h1 + p {
        font-size: 30px;
    }
    h1 + p {
        font-size: 32px;
    }
    #features li {
        width: 39%;
        font-size: 17px;
    }
    #features li:before {
        zoom: 100%;
    }
    #services ul {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    #services li {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    #services li:nth-child(even) {
        float: none;
    }
    #services li img {
        width: 100%;
        height: auto;
    }
    #services li > div {
        width: 100%;
        opacity: 1;
        background:none;
position: static;
height: auto;
    }
    #services li h3 {
        font-size: 19px;
    min-height: 0;
    margin-bottom: 20px;
    color: #000;
    }
    li div p {
        color: #000;
    }
    #services li p {
        font-size: 17px;
        text-align: center;
    }
    #services li .more {
        display: none;
    }
    #services li p {
        margin-bottom: 0px;
    }
    #reviews {
        background: #ecf3f7 url("img/new-zhin-img/car-collection-2-95.png") 50% 0 no-repeat;
height: auto;
    }
    .review {
        width: 90%;
        margin: 0 auto;
        float: none
    }
    #reviews h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 45px;
    }
    .cite1 {
        width: 100%;
        font-size: 20px;
    }
    .cite2 {
        width: 100%;
        font-size: 20px;
    }
    .cite3 {
        width: 100%;
        font-size: 20px;
    }
    .blockquote1 {
        width: 100%;
        font-size: 20px;
    }
    .blockquote2 {
        width: 100%;
        font-size: 20px;
    }
    .blockquote3 {
        width: 100%;
        font-size: 20px;
    }
    #steps {
        height: auto;
        background: #fff;
    }
    #steps h2 {
        margin-bottom: 60px;
    }
    #steps .text {
        width: 100%;
        font-size: 20px;

    }
    #steps ol {
        background-position: center;
        zoom: 90%;
        width: 375px;
        margin: 0 auto;
    }
    section.form#promo {
        height: 350px;
        background-size: cover;
    }
    section.form h2 {} section.form h2 + p {
        font-size: 20px;
    }
    #specialists h2 {
        margin-bottom: 50px;
    }
    #specialists li {
            width: 100%;
    margin-bottom: 82px;
    padding: 0;
    position: static;
    margin-right: 0;
text-align: center;
    }
    #specialists li dl {text-align: left; padding-left: 20px;    width: 375px;
    margin: 20px auto;}
#specialists img {
position: static;
}
    #specialists .name {
        width: 100%;
        margin-top: 0;
        font-size: 20px;
    }
    #specialists dt,
    #specialists dd {
        font-size: 20px;
    }
    #questions {
        height: 286px;
    }
    #map {
        visibility: hidden;
    }
    #questions .container {
        width: 100%;
    }
    #questions .container:before {
        background: #fff;
    }
    #questions h2 {
        margin-left: -10px;
        font-size: 30px;
        color: black;
    }
    #questions h3 {
        visibility: hidden;
    }
    #questions h2 + p {
        font-size: 30px;
        color: black;
    }
    #questions .form {
        visibility: hidden;
    }
    footer {
        font-size: 25px;
padding: 18px 10px;
    }
}
@media screen and (max-width: 500px) {
.table-container {
padding-left: 10px;
padding-right: 10px;
}
.table-container table td {
font-size: 11px;
padding: 5px;
}
.dop-info-container {
    font-size: 14px;
}
}

@media screen and (max-width: 1000px) {
    .moli {
        display: none;
    }
    .contain-every-phones {
        width: 450px;
        margin-left: 20px;
    }
    .dop-info {
        padding-right: 30px;
        padding-left: 30px;
    }
    #features li:hover {
        border: 2px solid transparent;
    }
    
}
@media screen and (max-width: 700px) {
    .contain-every-menu {
        display: none;
    }
    #motrang {
        display: none;
    }
    .contain-every-phones {
        width: 100%;
        display: flex;
        align-items: flex-end;
        margin-right: 20px;
    }
    .contain-every-logo {
        margin-right: 0;
    }
    .contain-every-phones {
        margin-left: 0;
    }
    #services li {
        padding: 20px;
    }
    #services .button {
        width: initial;
    }

}

@media screen and (max-width: 500px) {
    .mls {
        font-size: 25px!important;
    }
    .contacts-container-1-2 {
        padding: 0;
    }
    .contacts-container-1 {
        padding: 0;
    }
    .contacts-container-1 + .contacts-container-1 {
        padding-top: 20px;
    }
    .contacts-container {
        padding: 20px;
    }
}

@media screen and (max-width: 410px) {
    .logo-text {
        display: none;
    }
    .cls-amg {
        font-size: 35px;
    }
    .amati {
        font-size: 25px;
    }
}

@media screen and (max-width: 345px) {
    .cls-amg {
        font-size: 30px;
    }
    .amati {
        font-size: 20px;
    }
    .contop-btn-phone {
        font-size: 16px;
    }
    h2:after {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .blockquote1, .blockquote2, .blockquote3 {
        font-size: 15px;
        text-align: left;
    }
    .blockquote1, .blockquote2 {
        margin-bottom: 20px;
    }
    .gallery {
        padding-left: 20px;
        padding-right: 20px;
    }
    .badboysblue {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

@media screen and (max-width: 330px) {
    .button {
        font-size: 18px!important;
    }
    .totot {
        font-size: 15px!important;
    }
}

@media screen and (max-width: 380px) {
    #steps {
        display: none!important;
    }
}

@media screen and (max-width: 300px) {
    .contop-btn-phone {
        font-size: 14px;
    }
}

@media screen and (max-width: 850px) {
    .contacts-container {
        flex-direction: column;
    }
    .contacts-container-1 {
        width: initial;
    }
}