@font-face {
  font-family: 'skoda';
  font-weight: 200;
  font-style: normal;
  src: url('../fonts/skoda/SKODANext-Light.eot');
  src: url('../fonts/skoda/SKODANext-Light.eot#iefix')
      format('embedded-opentype'),
    url('../fonts/skoda/SKODANext-Light.woff') format('woff'),
    url('../fonts/skoda/SKODANext-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'skoda';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/skoda/SKODANext-Regular.eot');
  src: url('../fonts/skoda/SKODANext-Regular.eot#iefix')
      format('embedded-opentype'),
    url('../fonts/skoda/SKODANext-Regular.woff') format('woff'),
    url('../fonts/skoda/SKODANext-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'skoda';
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/skoda/SKODANext-Bold.eot');
  src: url('../fonts/skoda/SKODANext-Bold.eot#iefix')
      format('embedded-opentype'),
    url('../fonts/skoda/SKODANext-Bold.woff') format('woff'),
    url('../fonts/skoda/SKODANext-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'skoda';
  font-weight: 900;
  font-style: normal;
  src: url('../fonts/skoda/SKODANext-Black.eot');
  src: url('../fonts/skoda/SKODANext-Black.eot#iefix')
      format('embedded-opentype'),
    url('../fonts/skoda/SKODANext-Black.woff') format('woff'),
    url('../fonts/skoda/SKODANext-Black.ttf') format('truetype');
}

.xs-visible {
  display: none !important;
}
*::-webkit-input-placeholder {
  color: rgba(3, 3, 3, 0.6);
  opacity: 1;
}

*:-moz-placeholder {
  color: rgba(3, 3, 3, 0.6);
  opacity: 1;
}

*::-moz-placeholder {
  color: rgba(3, 3, 3, 0.6);
  opacity: 1;
}

*:-ms-input-placeholder {
  color: rgba(3, 3, 3, 0.6);
  opacity: 1;
}

*::-ms-clear {
  display: none;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #21a110;
}

*::-webkit-scrollbar-thumb {
  background: #fff;
}

* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #29b333;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #29b333;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent;
}

*::-moz-selection {
  color: #fff;
  background: #21a110;
}

*::selection {
  color: #fff;
  background: #21a110;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: green;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2em;
  font-family: 'skoda', sans-serif;
  overflow-x: hidden;
  opacity: 1;
  color: #000;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'skoda', sans-serif;
  line-height: 1.4em;
  text-transform: uppercase;
}

input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  z-index: -9999;
}

label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.3px;
}
label a {
  color: #666666;
  text-decoration: underline;
}

input[type='checkbox'] + label:before {
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  border: 2px solid #e8e8e8;
  width: 13px;
  height: 13px;
}

input[type='checkbox'] + label:after {
  content: '';
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #29b333;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

input[type='checkbox']:checked + label:after {
  opacity: 1;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #29b333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  outline-width: 0;
}

[v-cloak] {
  display: none;
}

.redput {
  color: #f53a27;
  border-color: #f53a27;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.redput::-webkit-input-placeholder {
  color: #f53a27 !important;
}
.redput:-moz-placeholder {
  color: #f53a27 !important;
}
.redput::-moz-placeholder {
  color: #f53a27 !important;
}
.redput:-ms-input-placeholder {
  color: #f53a27 !important;
}

.btn {
  display: inline-block;
  height: 50px;
  background: #29b333;
  border: 1px solid #29b333;
  border-radius: 25px;
  outline: none;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 48px;
  color: #fff;
  padding: 0 25px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  min-width: 180px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
}
.btn:hover {
  color: #fff;
  -webkit-box-shadow: 0px 28px 17px -22px rgba(50, 50, 50, 0.37);
  box-shadow: 0px 28px 17px -22px rgba(50, 50, 50, 0.37);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.btn.btn-black {
  background-color: #000;
  color: #fff;
}
.btn.btn-black:hover {
  background-color: #ffbf00;
  color: #fff;
}
.btn.btn-1 {
  background: transparent;
  border: 1px solid #29b333;
  max-width: 300px;
  width: 100%;
  padding-right: 89px;
}
.btn.btn-1 svg {
  width: 7px;
  position: absolute;
  right: 30px;
  top: 17px;
  height: 12px;
  fill: #29b333;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn.btn-1:hover {
  background-color: #29b333;
  color: #333;
}
.btn.btn-1:hover svg {
  fill: #333;
}
.btn.btn-2 {
  background: transparent;
  border: 1px solid #000;
  max-width: 300px;
  width: 100%;
  padding-right: 99px;
  position: relative;
}
.btn.btn-2 svg {
  position: absolute;
  right: 30px;
  top: 17px;
  width: 7px;
  height: 12px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: #000;
}
.btn.btn-2:hover {
  background-color: #000;
  color: #29b333;
}
.btn.btn-2:hover svg {
  fill: #29b333;
}
.btn .text {
  position: relative;
  z-index: 1;
}
.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #ffbf00;
  left: 0;
  top: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn.sending .progress {
  -webkit-animation-name: sendingPhone;
  animation-name: sendingPhone;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.no-wrap {
  white-space: nowrap;
}

#app {
  overflow: hidden;
}

.input-block {
  max-width: 269px;
  width: 100%;
  height: 51px;
  position: relative;
  margin: 0 auto;
}

.input {
  display: block;
  font-size: 14px;
  font-family: 'skoda', sans-serif;
  color: #999999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  border: 2px solid #e8e8e8;
  padding: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #fff;
  position: relative;
  height: 100%;
  width: 100%;
}

.phone {
  white-space: nowrap;
}

button {
  display: block !important;
}

.red {
  color: #f53a27 !important;
}

.st0 {
  fill: #003469;
}

#popup {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#popup img.call {
  position: absolute;
  bottom: -160px;
  left: -webkit-calc(50% - 160px);
  left: calc(50% - 160px);
}
#popup p.registrtop {
  padding-top: 50px;
  color: #29b333;
}
#popup img.registr {
  position: absolute;
  top: -120px;
  left: -webkit-calc(50% - 220px);
  left: calc(50% - 220px);
  width: 440px;
}
#popup .body {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  text-align: center;
  padding-top: 0px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#popup.popup_custom .body {
  max-width: 720px;
}

#popup.popup_custom .body .content .popup_custom-content {
  text-align: left;
  padding: 32px;
  height: 100%;
}

#popup.popup_custom .body .content .popup_custom-content-button {
  padding: 16px;
  margin: 16px auto 0;
  display: block;
  text-align: center;
  background-color: #29b333;
  color: white;
}
#popup.popup_custom .body .content .popup_custom-content p {
  margin-bottom: 0;
}

#popup.popup_custom
  .body
  .content
  .popup_custom-content
  p.popup_custom-content-desk {
  font-size: 12px;
  color: lightgrey;
}
#popup.popup_custom .body .content .popup_custom-content ul {
  margin-bottom: 8px;
}
#popup.popup_custom .body .content .popup_custom-content h3 {
  margin-bottom: 16px;
}
#popup.popup_custom .body .content .popup_custom-content h4 {
  margin-bottom: 16px;
  margin-top: 16px;
}
#popup .body .close {
  position: absolute;
  width: 49px;
  height: 49px;
  top: -5px;
  right: -5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#popup .body .close:before {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background: #29b333;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 48%;
  left: 30%;
}
#popup .body .close:after {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background: #29b333;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 48%;
  left: 30%;
}
#popup .body .close:hover {
  opacity: 0.6;
}
#popup .body .content.tnxpopup {
  display: block;
  max-height: 90vh;
  height: auto;
  -webkit-overflow-scrolling: touch;
  padding: 50px 30px;
  width: 100%;
}
#popup .body .content.tnxpopup figure {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
#popup .body .content.tnxpopup figure img {
  display: block;
  width: 100%;
  height: auto;
}
#popup .body .content.tnxpopup .btn:after {
  display: none;
}
#popup .body .content.tnxpopup p {
  text-align: center;
}
#popup .body .content.politicpopup {
  display: block;
  max-height: 50vh;
  height: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  width: 100%;
}
#popup .body .content.politicpopup p.bold {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
#popup .body .content.politicpopup p {
  font-size: 10px;
  text-align: justify;
}
#popup .body .content {
  max-height: 70vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#popup .body .content p {
  line-height: 1.2em;
  margin-bottom: 15px;
}
#popup .body .content p.title {
  font-size: 20px;
  font-weight: 700;
  font-family: 'skoda';
}
#popup .body .content p.title b {
  text-transform: uppercase;
}
#popup .body .content p.sub-title {
  font-size: 16px;
  color: #999999;
}
#popup .body .content form {
  text-align: center;
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
}
#popup .body .content form .btn {
  width: 100%;
}
#popup .body .content .form-elements {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 245px;
  margin-left: auto;
  margin-right: auto;
}
#popup .body .content .form-elements .input-block {
  margin-bottom: 15px;
}
#popup .body .content .form-elements .checkbox-wrapper {
  margin-top: 15px;
  text-align: left;
}
#popup.open {
  visibility: visible;
  background: rgba(0, 0, 0, 0.8);
}
#popup.open .body {
  -webkit-transform: translateY(-45%) scale(1);
  -ms-transform: translateY(-45%) scale(1);
  transform: translateY(-45%) scale(1);
}

.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #29b333;
  -webkit-animation-name: loader-spin;
  animation-name: loader-spin;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  z-index: 2;
}
.circle-loader:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.circle-loader.checking {
  opacity: 1;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #299926;
  -webkit-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
.load-complete.wrong {
  border-color: #f53a27;
  cursor: pointer;
}
.load-complete.wrong:before {
  content: '';
  display: block;
  height: 2px;
  width: 8px;
  background: #f53a27;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.load-complete.wrong:after {
  content: '';
  display: block;
  height: 2px;
  width: 8px;
  background: #f53a27;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.checkmark {
  display: none;
}
.checkmark:after {
  opacity: 1;
  height: 11px;
  width: 7px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid #299926;
  border-top: 2px solid #299926;
  content: '';
  left: 2px;
  top: 8px;
  position: absolute;
}
.checkmark.draw:after {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
}
.checkmark.checked {
  display: block;
}

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 7px;
    opacity: 1;
  }
  40% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 7px;
    opacity: 1;
  }
  40% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}

@-webkit-keyframes sendingPhone {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 45%;
  }
  55% {
    width: 50%;
  }
  65% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}

@keyframes sendingPhone {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 45%;
  }
  55% {
    width: 50%;
  }
  65% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btngreen {
  background-color: #29b333;
}

.success {
  width: 120px;
  height: 50px;
  margin: 15px auto 0;
  text-align: center;
  padding: 15px 10px;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.success svg {
  width: 35px;
  height: 28px;
}
.success svg path {
  fill: #fff;
}

#header-sticky .burger .x,
#header-sticky .burger .y,
#header-sticky .burger .z {
  background-color: #29b333;
}

.burger {
  display: none !important;
}

#header {
  width: 100%;
  background-color: #fff;
  padding: 15px 0;
}

#header .phone {
  font-weight: bold;
  display: block;
  color: #333333;
  font-size: 20px;
}
.logo-diler-image {
  width: 50px;
  display: block;
  height: auto;
}

.diler-logo-text {
  margin-right: auto;
}
.diler-logo-text b {
  font-size: 20px;
  font-weight: bold;
  font-family: 'skoda', sans-serif;
  text-transform: uppercase;
}

.diler-logo-text span {
  font-size: 12px;
  font-weight: 300;
}

.header-right__subway::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url(../img/sprite.png) no-repeat -5px -5px;
  margin-right: 10px;
}
.header-right__subway--yellow::before {
  background-position: -30px -5px;
}
.header-right__subway--orange::before {
  background-position: -55px -5px;
}
.header-right__address {
  margin-right: 40px;
  text-align: center;
}
.header-right__street {
  font-weight: bold;
}

.header-right__phone {
  font-weight: bold;
  font-size: 20px;
  padding-right: 20px;
}

#header .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .flex .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .flex .logo figure {
  width: 200px;
  margin-right: 19px;
}
#header .flex .logo p {
  color: #333333;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
}
#header .flex .logo b {
  font-family: 'skoda';
}
#header .flex .logo p span {
  font-size: 14px;
  text-transform: none;
  display: block;
  line-height: 1.2;
}
#header .header-link {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 300;
  position: relative;
  display: block;
  line-height: 1.2;
  color: #333;
}
#header-sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 15px 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#header-sticky.sticky {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
#header-sticky .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header-sticky .flex .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#header-sticky .flex .nav {
  margin-right: 20px;
}
#header-sticky .flex .nav ul li {
  font-size: 16px;
  font-weight: 300;
  margin: 0 10px;
  list-style-type: none;
}
#header-sticky .flex .nav ul li a {
  color: #333333;
}
#header-sticky .flex .nav ul li a.active {
  font-weight: bold;
}
#header-sticky .flex .nav ul li:hover a {
  color: #999999;
  text-decoration: none;
}
#header-sticky .flex .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  width: 200px;
}
#header-sticky .flex .logo figure {
  width: 100%;
}
#header-sticky .flex .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#header-sticky .flex .header-right .logo-car {
  display: none;
}
#header-sticky .flex .header-right .my-phone {
  margin-right: 50px;
  text-align: right;
}
#header-sticky .flex .header-right .my-phone span a {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  display: block;
  line-height: 1.2;
}
#header-sticky .flex .header-right .my-phone > a {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 300;
  position: relative;
  display: block;
  line-height: 1.2;
  color: #333;
}
/*WHEEL*/
#wheel {
  width: 343px;
  height: 343px;
  border-radius: 50%;
  position: static;
  overflow: hidden;
  border: 8px solid #eae6d0;
  box-shadow: rgba(55, 51, 42, 0.2) 0px 0px 10px,
    rgba(55, 51, 42, 0.05) 0px 3px 0px;
  transform: rotate(0deg);
}

#wheel:before {
  content: '';
  position: absolute;
  border: 5px solid rgba(55, 51, 42, 0.1);
  width: 333px;
  height: 333px;
  border-radius: 50%;
  z-index: 1000;
}

#inner-wheel {
  width: 100%;
  height: 100%;

  -webkit-transition: all 6s cubic-bezier(0, 0.99, 0.44, 0.99);
  -moz-transition: all 6 cubic-bezier(0, 0.99, 0.44, 0.99);
  -o-transition: all 6s cubic-bezier(0, 0.99, 0.44, 0.99);
  -ms-transition: all 6s cubic-bezier(0, 0.99, 0.44, 0.99);
  transition: all 6s cubic-bezier(0, 0.99, 0.44, 0.99);
}

#wheel div.sec {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 83px 0;
  border-color: #29b333 transparent;
  transform-origin: 83px 200px;
  left: 81px;
  top: -41px;
  opacity: 1;
}

#wheel div.sec span {
  font-size: 12px;
  margin-top: -111px;
  color: #333;
  position: relative;
  z-index: 10000000;
  display: block;
  text-align: center;
  margin-left: -48px;
  line-height: 1.2;
  text-shadow: rgba(234, 230, 208, 0.1) 0px -1px 0px,
    rgba(55, 51, 42, 0.2) 0px 1px 0px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 100px;
  text-align: left;
}

#wheel div.sec:nth-child(even) {
  border-color: #fafafa transparent;
}
#wheel div.sec:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
#wheel div.sec:nth-child(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
#wheel div.sec:nth-child(3) {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
#wheel div.sec:nth-child(4) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#wheel div.sec:nth-child(5) {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}
#wheel div.sec:nth-child(6) {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}
#wheel div.sec:nth-child(7) {
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
}
#wheel div.sec:nth-child(8) {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

#spin {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -34px 0 0 -34px;
  border-radius: 50%;
  box-shadow: rgba(55, 51, 42, 0.1) 0px 3px 0px;
  z-index: 1000;
  background: #eae6d0;
  cursor: pointer;
  font-family: 'Overpass', sans-serif;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#spin:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 28px 20px;
  border-color: transparent transparent #d6d6d6 transparent;
  top: -12px;
  left: 14px;
}

#inner-spin {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  border-radius: 50%;
  background: red;
  z-index: 999;
  box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset,
    rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;

  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 234, 234, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(234, 234, 234, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 234, 234, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 234, 234, 1) 100%
  ); /* Opera 12+ */
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 234, 234, 1) 100%
  ); /* IE10+ */
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 234, 234, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#spin:active #inner-spin {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

#spin:active:after {
  font-size: 15px;
}

#shine {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.99) 1%,
    rgba(255, 255, 255, 0.91) 9%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(1%, rgba(255, 255, 255, 0.99)),
    color-stop(9%, rgba(255, 255, 255, 0.91)),
    color-stop(100%, rgba(255, 255, 255, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.99) 1%,
    rgba(255, 255, 255, 0.91) 9%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.99) 1%,
    rgba(255, 255, 255, 0.91) 9%,
    rgba(255, 255, 255, 0) 100%
  ); /* Opera 12+ */
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.99) 1%,
    rgba(255, 255, 255, 0.91) 9%,
    rgba(255, 255, 255, 0) 100%
  ); /* IE10+ */
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.99) 1%,
    rgba(255, 255, 255, 0.91) 9%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  opacity: 0.1;
}

/*ANIMATION*/
@-webkit-keyframes hh {
  0%,
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  50% {
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
  }
}

@keyframes hh {
  0%,
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  50% {
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
  }
}

.spin {
  -webkit-animation: hh 0.1s; /* Chrome, Safari, Opera */
  animation: hh 0.1s;
}

#spin:after {
  content: 'Играть';
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  line-height: 68px;
  color: #333;
  font-weight: bold;
  position: relative;
  z-index: 100000;
  width: 68px;
  height: 68px;
  display: block;
}

.button-center {
  text-align: center;
  margin: 20px 0;
}

#main {
  background-image: url('../img/bg.jpg');
  min-height: 545px;
  padding: 90px 0;
}
#main .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main .flex > .title {
  max-width: 700px;
  width: 100%;
}
#main .flex .title .btn {
  margin-top: 40px;
}
#main .flex .title h1 {
  color: #fffefe;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 15px 0;
}

#main .flex .title h3 {
  color: #fffefe;
  font-size: 24px;
}
#main .flex .title h1 span {
  background-color: #29b333;
  color: #333;
  padding: 0 5px;
}
#main .flex .main-form {
  max-width: 290px;
  width: 100%;
  background-color: #fff;
  padding: 45px 35px;
  text-align: center;
}
#main .flex .main-form p.title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  font-family: 'skoda';
  line-height: 1.4;
  text-transform: uppercase;
  padding-bottom: 15px;
}
#main .flex .main-form p.sub-title {
  color: #999999;
  font-size: 16px;
  line-height: 1.4;
}
#main .flex .main-form form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#main .flex .main-form form .form-elements .btn {
  margin-top: 15px;
}
#main .flex .main-form form .form-elements .checkbox-wrapper {
  margin-top: 15px;
}
#main .flex .main-form form button {
  width: 100%;
}
.checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.checkbox-wrapper input {
  margin-right: 7px;
}
.checkbox-wrapper label {
  font-size: 12px;
  color: #999999;
  line-height: 1.2;
}

h2 {
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}

#services {
  padding-top: 65px;
}

.services-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 945px;
  width: 100%;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 35px;
}
.services-tabs p {
  width: 25%;
  padding: 30px;
  color: #666666;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
}
.services-tabs p.active {
  border-bottom: 4px solid #29b333;
  color: #000;
}
.services-tabs p:hover {
  color: #000000;
}
.services-tabs p:not(:last-child) {
  border-right: 1px solid #c8e8e8;
}

.services-tab-content {
  margin-top: 50px;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
}

.services-tab-content .services-tab-content-item {
  width: -webkit-calc(50% - 15px);
  width: calc(33.333% - 15px);
  position: relative;
  cursor: pointer;
  box-shadow: 5px 5px 17px -5px #b3b3b3;
  padding: 25px 30px 25px;
  margin-bottom: 30px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.services-tab-content .services-tab-content-item:hover {
  background-color: #29b333;
}
.services-tab-content .services-tab-content-item:hover p {
  color: #ffffff;
}
.services-tab-content .services-tab-content-item:hover span {
  color: #ffffff;
}
.services-tab-content .services-tab-content-item p {
  text-align: left;
  font-size: 25px;
  line-height: 1.2;
}
.services-tab-content .services-tab-content-item span {
  color: #29b333;
  border-bottom: 1px solid;
  margin-left: 4px;
  font-size: 18px;
}
.services-tab-content .services-tab-content-item:nth-child(odd) {
  margin-right: 15px;
}
.services-tab-content .services-tab-content-item:nth-child(even) {
  margin-left: 15px;
}
.services-tab-content .services-tab-content-item a {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 220px;
}

.services-tab-content .services-tab-content-item .btn {
  border-radius: 0;
}

#benefits {
  background-image: url('../img/bg_benefits.png');
  -webkit-background-size: cover;
  background-size: cover;
  padding: 70px 0;
}
#benefits .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#benefits .flex .benefits-content {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}
#benefits .flex .benefits-content h2 {
  text-align: left;
}
#benefits .flex .benefits-content ul {
  list-style-type: none;
  margin-top: 70px;
  counter-reset: count;
}
#benefits .flex .benefits-content ul li {
  margin-bottom: 45px;
  padding-left: 50px;
  position: relative;
}
#benefits .flex .benefits-content ul li b {
  display: block;
  font-size: 20px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 5px;
}
#benefits .flex .benefits-content ul li span {
  font-size: 16px;
  line-height: 1.2;
  color: #999999;
}
#benefits .flex .benefits-content ul li:after {
  counter-increment: count;
  content: '0' counter(count);
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 3px solid #29b333;
  padding-bottom: 7px;
}
#benefits .flex .benefits-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}
#benefits .flex .benefits-icons .benefits-icons-item {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  background-color: #ffffff;
  position: relative;
  padding: 15px;
  margin-bottom: 30px;
  height: 263px;
  padding-top: 50px;
}
#benefits .flex .benefits-icons .benefits-icons-item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #29b333;
}
#benefits .flex .benefits-icons .benefits-icons-item figure {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
#benefits .flex .benefits-icons .benefits-icons-item figure img {
  margin-left: auto;
  margin-right: auto;
}
#benefits .flex .benefits-icons .benefits-icons-item p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

#actions {
  padding: 70px 0;
}
#actions .actions-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  gap: 50px;
  align-items: stretch;
}

#actions .actions-item {
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 5px;
  background: rgb(255, 255, 255);
  transition: box-shadow 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  will-change: box-shadow;
  cursor: pointer;
  padding-bottom: 40px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgb(41, 179, 51);
}
#actions .actions-item:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 36px;
}
#actions .actions-item:hover a {
  color: rgb(41, 179, 51);
}
#actions .actions-image {
  width: 100%;
}
#actions .actions-image img {
  display: block;
  width: 100%;
  height: auto;
}
#actions .actions-title {
  font-size: 19px;
  font-weight: bold;
  padding: 20px;
}
#actions .actions-text {
  padding: 20px;
  font-size: 16px;
  line-height: 1.4;
}
#actions .actions-link {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
#actions .actions-link a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

#actions .form-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
#actions .form-elements .input-block {
  width: 260px;
  margin: 0;
  margin-right: 15px;
}
#actions .form-elements .btn {
  margin-left: 15px;
}
#actions .form-elements .checkbox-wrapper {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
.remont {
  margin-top: 50px;
}
.remont__wrapper {
  display: flex;
  align-items: center;
  background: url(../img/test2.png) 50% / cover no-repeat;
  padding: 50px 75px;
  border-radius: 20px;
  margin-top: 30px;
}
.remont__image {
  padding-right: 100px;
}
.remont__image img {
  display: block;
  width: 100%;
  height: auto;
}
.remont__content {
  max-width: 330px;
  width: 100%;
}
.remont__title {
  font-weight: 800;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
}
.remont__text {
  margin: 20px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
.remont__button .btn {
  margin-left: auto;
  margin-right: auto;
}

#detailing {
  padding: 70px 0;
}
#detailing .detailing-list {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#detailing .detailing-list figure {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  margin-bottom: 30px;
  position: relative;
}

#detailing .detailing-list figure img {
  transition: 1s ease;
}

#detailing .detailing-list figure:hover img {
  filter: blur(3px) grayscale(100%);
}

#detailing .detailing-list figure:hover button {
  visibility: visible;
  opacity: 1;
}

#detailing .detailing-list figure button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.7s ease;
}

#detailing .detailing-list figure:nth-child(odd) {
  margin-right: 15px;
}
#detailing .detailing-list figure:nth-child(even) {
  margin-left: 15px;
}

#detailing .detailing-item:nth-child(4) {
  width: calc(50% - 15px);
}
#detailing .detailing-item:nth-child(5) {
  width: calc(50% - 15px);
}
#detailing .detailing-item {
  position: relative;
  z-index: 1;
  height: 234px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: calc(33.3333% - 20px);
  margin-bottom: 30px;
}
#detailing .detailing-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#detailing .detailing-image img {
  display: block;
  object-fit: cover;
}
#detailing .detailing-text {
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  font-size: 24px;
  line-height: 1.4;
}
#detailing .detailing-link a {
  color: rgb(41, 179, 51);
  text-decoration: underline;
}

#detailing .form-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
#detailing .form-elements .input-block {
  width: 260px;
  margin: 0;
  margin-right: 15px;
}
#detailing .form-elements .btn {
  margin-left: 15px;
}
#detailing .form-elements .checkbox-wrapper {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
#g-energy figure {
  margin: 40px 0;
}
#g-energy p {
  margin: 10px 0;
  line-height: 1.4;
}
#g-energy {
  padding-bottom: 70px;
}
#insurance {
  padding: 70px 0;
  background-image: url('../img/bg-insurance.png');
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
}
#insurance .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#insurance .flex .insurance-info {
  max-width: 700px;
  width: 100%;
}
#insurance .flex .insurance-info h2 {
  text-align: left;
}
#insurance .flex .insurance-info p.title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 1.2;
  margin-bottom: 45px;
}
#insurance .flex .insurance-info p.info {
  margin-bottom: 35px;
}
#insurance .flex .insurance-info ul {
  margin-bottom: 45px;
  list-style-position: inside;
}
#insurance .flex .insurance-info ul li {
  color: #29b333;
  line-height: 1.4;
}
#insurance .flex .insurance-info ul li span {
  color: #333;
}
#insurance .flex .insurance-form {
  width: 360px;
  padding: 40px 30px;
  background-color: #fff;
}
#insurance .flex .insurance-form p.title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
#insurance .flex .insurance-form form {
  margin-top: 14px;
}
#insurance .flex .insurance-form form p {
  color: #999999;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
#insurance .flex .insurance-form form .form-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#insurance .flex .insurance-form form .form-elements .checkbox-wrapper {
  width: 244px;
  margin-top: 15px;
}
#insurance .flex .insurance-form form .form-elements .input-block {
  margin-bottom: 15px;
  width: 244px;
}
#insurance
  .flex
  .insurance-form
  form
  .form-elements
  .input-block.pay-type
  select {
  width: 100%;
  height: 50px;
  border: 2px solid #e8e8e8;
  background-color: #ffffff;
  padding: 15px;
  color: #999999;
  font-size: 14px;
  outline: none !important;
}
#insurance .flex .insurance-form form .form-elements .input-block.car-model,
#insurance .flex .insurance-form form .form-elements .input-block.car-year {
  width: 144px;
}
#insurance
  .flex
  .insurance-form
  form
  .form-elements
  .input-block.car-model
  select,
#insurance
  .flex
  .insurance-form
  form
  .form-elements
  .input-block.car-year
  select {
  width: 144px;
  height: 50px;
  border: 2px solid #e8e8e8;
  background-color: #ffffff;
  padding: 15px;
  color: #999999;
  font-size: 14px;
  outline: none !important;
}

#map {
  height: 400px;
}

/*-------------------------------------------------------------------------*/
.yslugi {
  width: 100%;
  padding: 50px 0;
  background: #f7f7f7;
}
.yslugi .title {
  font-size: 20px;
  max-width: 510px;
  width: 100%;
}
.yslugi .icon {
  background: url(../img/i1.png) center center no-repeat;
  max-width: 111px;
  width: 100%;
  text-align: center;
  height: 90px;
}
.yslugi .price {
  color: #4d4d4d;
  max-width: 185px;
  width: 100%;
  font-size: 19px;
}
.yslugi .but {
  font-size: 20px;
  letter-spacing: 4px;
  color: #bebebe;
}
.yslugi .blocks {
  cursor: pointer;
  background: #fff;
  height: 91px;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
}
.yslugi .blocks:hover {
  background: #29b333;
  color: white;
  box-shadow: 5px 12px 25px -5px #b3b3b3;
}
.yslugi .blocks:hover .icon {
  background: url(../img/i2.png) center center no-repeat;
}
.yslugi .blocks:hover .price {
  color: white;
}
.yslugi .blocks:hover .but a {
  color: white;
}
.yslugi h2 {
  margin-bottom: 36px;
}

#contacts .container {
  position: relative;
}

#contacts .map-info {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 30px;
  background-color: #fff;
  width: 360px;
  padding: 25px;
}
#contacts .map-info .logo {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; */
}
#contacts .map-info .logo figure {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
#contacts .map-info .logo p {
  color: #333333;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'skoda';
}
#contacts .map-info .logo p span {
  font-size: 14px;
  text-transform: none;
  display: block;
  line-height: 1.2;
}
#contacts .map-info p b {
  padding-top: 25px;
  display: block;
  color: #333;
}
#contacts .map-info p {
  color: #999999;
}
#contacts .map-info p a {
  color: #999;
}
#contacts .map-info .phone-link {
  color: #333;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 300;
  position: relative;
  display: block;
  line-height: 1.2;
  color: #333;
  margin-left: 28px;
  margin-top: 25px;
}
#contacts .map-info .phone-link:before {
  content: '';
  display: block;
  position: absolute;
  left: -27px;
  bottom: 0;
  width: 15px;
  height: 15px;
  background-image: url('../img/phone-incoming.png');
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

footer {
  background-color: #000000;
  padding: 40px 0;
}
footer .wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .wrapper-flex .tandem {
  max-width: 99px;
  width: 100%;
  margin-left: 130px;
}
footer .wrapper-flex .tandem img {
  width: 100%;
  display: block;
  height: auto;
}
footer p {
  font-size: 12px;
  color: #999999;
  line-height: 1.2;
}
footer p:not(:last-child) {
  margin-bottom: 20px;
}
footer p a {
  color: #ffffff;
}
footer p a:hover,
footer p a:focus {
  color: #29b333;
}
footer p a.arrow-bottom {
  position: relative;
  padding-left: 22px;
}
footer p a.arrow-bottom.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
footer p a.arrow-bottom:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 8px;
  display: block;
  background-image: url('../img/arrow-bottom.png');
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 3px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.toggleBlock {
  padding: 20px 0;
  background-color: #000000;
  font-size: 12px;
  line-height: 1.2;
  color: #999;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1400px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  #main .flex > .title {
    max-width: 100%;
  }
  #main .flex {
    flex-wrap: wrap;
  }
  #main {
    background-repeat: no-repeat;
    padding-bottom: 0;
  }
  #wheel {
    order: 4;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .ios {
    overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important;
  }
  #benefits .flex .benefits-icons .benefits-icons-item p {
    font-size: 16px;
    line-height: 1.2;
  }
  #benefits .flex .benefits-icons .benefits-icons-item {
    height: 225px;
  }
  #insurance .flex .insurance-info {
    max-width: 470px;
  }
  .services-tab-content .services-tab-content-item a {
    min-width: 40%;
    width: 40%;
  }
  .services-tab-content .services-tab-content-item p {
    width: 60%;
  }
  #header-sticky .flex .logo {
    width: 130px;
  }
  #header-sticky .flex .nav ul li {
    font-size: 12px;
    margin: 0px 4px;
  }
  #header-sticky .flex .header-right .my-phone {
    margin-right: 0;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/
  .remont__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .remont__image {
    padding: 0;
    margin-bottom: 30px;
  }

  .yslugi .blocks {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    height: auto;
  }
  .yslugi .price {
    font-weight: bold;
    padding: 10px 0;
  }
  .yslugi .but {
    width: 100%;
    text-align: center;
  }
  .yslugi .icon {
    display: none;
  }
  .diler-logo-text {
    display: none;
  }
  #main {
    background-size: cover;
    padding: 40px 0;
  }
  #header-sticky .flex .logo {
    width: 100px;
    margin-right: 20px;
  }
  #main .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #main .flex .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .services-tab-content .services-tab-content-item a {
    min-width: 50%;
    width: 50%;
  }
  .services-tab-content .services-tab-content-item p {
    width: 50%;
  }
  .services-tab-content .services-tab-content-item p {
    height: 86px;
  }
  #benefits .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #benefits .flex .benefits-content {
    width: 100%;
  }
  #benefits .flex .benefits-icons {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #insurance .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #insurance .flex .insurance-info {
    max-width: 100%;
  }
  #insurance .flex .insurance-form {
    width: 100%;
    margin-top: 20px;
  }
  #insurance .flex .insurance-form form .form-elements .checkbox-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #actions .actions-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #detailing .detailing-item {
    width: calc(50% - 15px);
  }
  #detailing .detailing-item:nth-child(4) {
    width: calc(50% - 15px);
  }
  #detailing .detailing-item:nth-child(5) {
    width: calc(50% - 15px);
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .remont__wrapper {
    padding: 20px;
  }
  .main-bg {
    margin-top: 62px;
  }
  .xs-hidden {
    display: none !important;
  }
  .xs-visible {
    display: block !important;
  }
  #header {
    display: none;
  }
  #header-sticky .flex .header-right .my-phone > a:before {
    display: none;
  }
  #header-sticky .burger .x,
  #header-sticky .burger .y,
  #header-sticky .burger .z {
    width: 20px;
    margin-top: 5px;
  }
  #header-sticky {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
  #header-sticky .burger {
    display: block !important;
    margin-right: 15px;
    width: 15px;
  }
  #header-sticky .nav {
    position: absolute;
    left: 0;
    top: 65px;
    background-color: #fff;
    width: 100%;
    z-index: -10;
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #header-sticky .nav.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #header-sticky .flex .header-right .logo-car {
    display: block;
    width: 114px;
  }
  #header-sticky .flex .header-right .my-phone {
    margin-right: 17px;
  }
  #header-sticky .flex .header-right .my-phone span a {
    font-size: 16px;
    line-height: 1.2;
  }
  #header-sticky .flex .header-right .my-phone > a {
    font-size: 11px;
  }
  #header-sticky .flex .nav ul {
    display: block;
    text-align: center;
    padding: 30px 15px;
  }
  #header-sticky .flex .nav ul li {
    font-size: 16px;
    color: #333;
    margin-bottom: 19px;
  }
  #header-sticky .flex .header-right .my-phone {
    order: -1;
  }
  #main .flex .title h1 {
    font-size: 36px;
  }
  #main .flex .title h3 {
    font-size: 18px;
  }
  #actions .actions-list {
    grid-template-columns: repeat(1, 1fr);
  }
  #actions .actions-item {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
  #detailing .detailing-list {
    display: block;
  }
  #detailing .detailing-item {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #detailing .detailing-item:nth-child(4) {
    width: 100%;
  }
  #detailing .detailing-item:nth-child(5) {
    width: 100%;
  }
  #main .flex .title {
    margin-bottom: 50px;
  }
  #main {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  #main .flex .main-form {
    padding: 20px;
  }
  #main .flex .main-form p.title {
    margin-bottom: 14px;
  }
  #main .flex .main-form p.sub-title {
    text-align: center;
  }
  h2 {
    font-size: 22px;
  }
  #services {
    padding-top: 50px;
  }
  .services-tabs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services-tabs p {
    width: 50%;
    padding: 20px;
    font-size: 16px;
    border-bottom: 1px solid #c8e8e8;
  }
  .services-tab-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services-tab-content .services-tab-content-item:nth-child(odd) {
    margin-right: 0;
  }
  .services-tab-content .services-tab-content-item {
    width: 100%;
  }
  .services-tab-content .services-tab-content-item:nth-child(even) {
    margin-left: 0;
  }
  .services-tab-content .services-tab-content-item p {
    position: relative;
    width: 100%;
  }
  .services-tab-content .services-tab-content-item a {
    position: relative;
    width: 100%;
  }
  #benefits .flex .benefits-content h2 {
    text-align: center;
  }
  #benefits .flex .benefits-content h2 br {
    display: none;
  }
  #benefits .flex .benefits-icons .benefits-icons-item p {
    font-size: 12px;
  }
  #benefits .flex .benefits-icons .benefits-icons-item p br {
    display: none;
  }
  #benefits .flex .benefits-icons .benefits-icons-item figure {
    width: 57px;
  }
  #benefits .flex .benefits-icons .benefits-icons-item {
    height: 145px;
    padding: 10px;
    padding-top: 25px;
    width: 50%;
    margin: 0;
  }
  #benefits .flex .benefits-icons .benefits-icons-item:nth-child(1) {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
  #benefits .flex .benefits-icons .benefits-icons-item:nth-child(2) {
    border-bottom: 1px solid #e8e8e8;
  }
  #benefits .flex .benefits-icons .benefits-icons-item:nth-child(3) {
    border-right: 1px solid #e8e8e8;
  }
  #benefits {
    background-position: right center;
    padding: 50px 0;
  }
  #benefits .flex .benefits-icons .benefits-icons-item p {
    bottom: 10px;
    left: 10px;
  }
  #actions {
    padding: 50px 0;
  }
  #actions .actions-list figure:nth-child(odd) {
    margin-right: 0;
  }
  #actions .actions-list figure:nth-child(even) {
    margin-left: 0;
  }
  #actions .actions-list figure {
    width: 100%;
  }
  #actions .form-elements .btn {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
  #actions .form-elements .input-block {
    margin-right: 0;
    width: 100%;
  }
  #actions .form-elements {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  #detailing {
    padding: 50px 0;
  }
  #detailing .detailing-list figure:nth-child(odd) {
    margin-right: 0;
  }
  #detailing .detailing-list figure:nth-child(even) {
    margin-left: 0;
  }
  #detailing .detailing-list figure {
    width: 100%;
  }
  #detailing .form-elements .btn {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
  #detailing .form-elements .input-block {
    margin-right: 0;
    width: 100%;
  }
  #detailing .form-elements {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  #insurance {
    padding: 50px 0;
  }
  #insurance .flex .insurance-info h2 {
    text-align: center;
  }
  #insurance .flex .insurance-info p.title {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  #insurance .flex .insurance-info p.title br {
    display: none;
  }
  #insurance .flex .insurance-form {
    padding: 15px;
  }
  #map {
    height: 300px;
  }
  #contacts .map-info {
    top: 0;
    left: 0;
    position: relative;
    width: 290px;
    padding: 25px 20px;
  }
  #contacts .map-info .logo p {
    font-size: 14px;
  }
  #contacts .map-info .logo p span {
    font-size: 11px;
  }
  #contacts .map-info .logo figure {
    width: 38px;
  }
  #contacts .map-info p b {
    padding-top: 12px;
  }
  #contacts .map-info p {
    font-size: 14px;
  }
  #contacts .map-info .phone-link {
    margin-top: 12px;
  }
  footer .wrapper-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .wrapper-flex .tandem {
    margin-left: 0;
    margin-top: 20px;
  }
  #popup .body .content form {
    padding: 25px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
  #wheel {
    min-width: 343px;
  }
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}
