@font-face {
  font-family: 'Skoda';
  src: url('../fonts/SKODANext-Regular.woff2') format('woff2'), url('../fonts/SKODANext-Regular.woff') format('woff'), url('../fonts/SKODANext-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Skoda';
  src: url('../fonts/SKODANext-Light.woff2') format('woff2'), url('../fonts/SKODANext-Light.woff') format('woff'), url('../fonts/SKODANext-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Skoda';
  src: url('../fonts/SKODANext-Bold.woff2') format('woff2'), url('../fonts/SKODANext-Bold.woff') format('woff'), url('../fonts/SKODANext-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  outline: none;
}
main,
article,
section,
footer,
header,
aside,
canvas {
  display: block;
}
section,
header,
footer {
  position: relative;
}
html {
  height: 100%;
}
body {
  min-width: 320px;
  min-height: 100%;
  background-color: #ffffff;
  font-family: 'Skoda', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0em;
  color: #000000;
  position: relative;
  /*inner - 1280px + 30px*2 */
  /*lg*/
  /*md*/
  /*sm*/
}
/* + inner*/
section:after {
  content: '';
  display: block;
  clear: both;
}
button,
input,
select {
  font-family: 'Skoda', sans-serif;
  font-weight: 400;
}
button {
  cursor: pointer;
  background-color: transparent;
}
h1,
h2,
h3 {
  font-family: 'Skoda', sans-serif;
  line-height: 1.2;
}
h1 {
  font-size: 52px;
  font-weight: 700;
}
h2 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
}
h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
.inner {
  position: relative;
  max-width: 1250px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.inner:after {
  content: '';
  display: block;
  clear: both;
}
.inner--all {
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}
.inner--big {
  max-width: 1920px;
  padding: 0 30px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}
.row--center-vertical {
  align-content: center;
  align-items: center;
}
.col {
  padding-left: 5px;
  padding-right: 5px;
}
.row--null {
  margin-left: 0;
  margin-right: 0;
}
.row--null > .col {
  padding-left: 0;
  padding-right: 0;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.col-five {
  width: 20%;
}
.header {
  position: relative;
  z-index: 500;
}
.header__logo-block {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 17px 0;
}
.header__logo {
  width: 169px;
}
.header__logo-text {
  width: calc(100% - 169px);
  padding-left: 24px;
  display: flex;
  flex-direction: column;
}
.header__logo-wagner {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
.header__logo-skoda {
  padding-top: 3px;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.2;
}
.top-info {
  background: #ffffff;
}
.top-info__row {
  align-content: center;
  align-items: center;
}
.top-info__col--btn-adresses {
  align-self: stretch;
}
.top-info__col--burger {
  display: none;
}
.menu-block {
  z-index: 900;
  position: relative;
  padding: 17px 17px 17px 0;
}
.menu-block__logo-mob-block {
  display: none;
}
.menu-block__logo-mob {
  margin: auto;
}
.menu__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.menu__link {
  display: flex;
  align-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  transition: all 0.5s;
}
.menu__link:hover {
  color: #4BA82E;
}
.contacts-line {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  background: #ffffff;
  box-shadow: inset 0px 1px 0px #C4C4C4;
  padding: 36px 0 247px;
  z-index: 555;
  display: none;
}
.contacts-line__logo-link {
  display: block;
  text-decoration: none;
}
.contacts-line__logo-text {
  font-size: 9px;
  display: block;
  line-height: 1;
  padding-left: 9px;
  letter-spacing: 0.025em;
  margin-top: -3px;
}
.contacts-line__logo {
  width: 185px;
}
.contacts-line__address-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 4px;
}
.contacts-line__address-time {
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 10px;
  line-height: 1.2;
}
.contacts-line__address {
  padding-bottom: 10px;
}
.contacts-line__address-label {
  font-size: 13px;
  line-height: 1.2;
  padding-bottom: 4px;
  display: block;
}
.contacts-line__address-value {
  font-size: 16px;
  line-height: 1.2;
  display: block;
}
.contacts-line__phone {
  font-size: 20px;
  line-height: 1.25;
  color: #4BA82E;
  font-weight: 700;
  display: block;
}
.contacts-line__phone a {
  text-decoration: none;
}
.burger {
  display: none;
  z-index: 999;
}
.burger__lines {
  width: 30px;
  height: 20px;
  display: block;
  position: relative;
}
.burger__line {
  display: block;
  width: 100%;
  height: 4px;
  background: #4BA82E;
  position: absolute;
  margin: auto;
  left: 0;
}
.burger__line:first-child {
  top: 0;
  transition: all 0.5s;
}
.burger__line:nth-child(2) {
  top: 0;
  bottom: 0;
  transition: all 0.5s;
}
.burger__line:last-child {
  bottom: 0;
  transition: all 1s;
}
.burger--open .burger__line {
  margin: auto;
}
.burger--open .burger__line:first-child {
  transform: translateY(8px) rotate(45deg);
}
.burger--open .burger__line:nth-child(2) {
  opacity: 0;
}
.burger--open .burger__line:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.btn-addresses {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icons/btn-addresses.svg) no-repeat center;
  margin: auto;
  border-left: 1px solid #E5E5E5;
}
.btn-addresses--open {
  background-image: url(../images/icons/close.svg);
}
.btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: #4BA82E;
  transition: all 0.5s;
  padding: 13px 25px;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 35px;
}
.btn:hover {
  background: #377220;
}
.btn-more {
  text-decoration: none;
  font-size: 18px;
  color: #4BA82E;
}
.btn-more span {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.btn-more svg {
  display: inline-block;
  vertical-align: middle;
}
.btn-black {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: #020202;
  transition: all 0.5s;
  padding: 13px 25px;
  text-decoration: none;
  line-height: 1.2;
}
.btn-black:hover {
  background: #777777;
}
.btn--white {
  border: 1px solid #ffffff;
  background: transparent;
}
.btn--white:hover {
  border-color: #377220;
}
.promo-slider {
  position: relative;
}
.promo-slider__slider {
  max-width: 1920px;
  margin: auto;
}
.promo-slider__item {
  display: none;
}
.promo-slider__item:first-child {
  display: block;
}
.promo-slider__photo-block {
  position: relative;
}
.promo-slider__picture {
  position: relative;
}
.promo-slider__picture:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.promo-slider__text-block {
  position: absolute;
  width: 100%;
  bottom: 81px;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.promo-slider__text-block-inner {
  width: 100%;
  height: auto;
  margin: 0;
}
.promo-slider__item-row {
  align-content: flex-end;
  align-items: flex-end;
}
.promo-slider__title-block {
  padding-bottom: 36px;
  border-bottom: 1px solid #ffffff;
}
.promo-slider__title {
  font-size: 52px;
  color: #ffffff;
  text-align: left;
}
.promo-slider__info-block {
  padding-top: 36px;
}
.promo-slider__text {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.5;
}
.promo-slider__btns-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  justify-content: flex-end;
}
.promo-slider__btn {
  margin-left: 5px;
  margin-right: 5px;
  width: 214px;
  padding: 13px;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.promo-slider__nav-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 42px;
  height: 42px;
  background-size: contain;
  background: url(../images/icons/arrow-left.svg);
  cursor: pointer;
}
.promo-slider__nav-btn--before {
  left: calc((100% - 1190px)/2 - 58px);
}
.promo-slider__nav-btn--after {
  right: calc((100% - 1190px)/2 - 58px);
  transform: rotate(180deg);
}
.promo-slider__dots {
  position: absolute;
  bottom: calc(31% - 47px);
  left: 0;
  right: 0;
}
.promo-slider__dots .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  list-style: none;
}
.promo-slider__dots .slick-dots li {
  line-height: 0;
  font-size: 0;
  margin: 0 10px;
}
.promo-slider__dots .slick-dots button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  opacity: 0.8;
  transition: all 0.2s;
}
.promo-slider__dots .slick-dots .slick-active button {
  width: 24px;
  border-radius: 50px;
  background: #27A948;
  opacity: 1;
}
.advantages {
  padding: 40px 0 50px;
}
.advantages__title {
  padding-bottom: 55px;
}
.advantages__col {
  padding-bottom: 60px;
}
.advantages__icon-block {
  padding-bottom: 10px;
}
.advantages__icon {
  margin: auto;
}
.advantages__name {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1.2;
}
.advantages__text {
  color: #777777;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  padding: 0 20px;
}
.special-offers {
  padding-top: 120px;
  padding-bottom: 65px;
  position: relative;
}
.special-offers__inner {
  padding-bottom: 15px;
}
.special-offers__title {
  padding-bottom: 55px;
}
.special-offers__row {
  margin-left: -20px;
  margin-right: -20px;
}
.special-offers__col {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.special-offers__item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.special-offers__photo-block {
  display: block;
}
.special-offers__info-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.special-offers__text-block {
  padding-top: 35px;
}
.special-offers__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 15px;
}
.special-offers__name span {
  color: #4BA82E;
}
.special-offers__text {
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 25px;
}
.special-offers__text strong {
  color: #4BA82E;
  font-weight: 700;
}
.services {
  background: #F6F6F6;
  padding-top: 64px;
  padding-bottom: 4px;
}
.services__inner {
  max-width: 1032px;
}
.services__title {
  padding-bottom: 60px;
}
.services__row {
  margin-left: -30px;
  margin-right: -30px;
}
.services__col {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
}
.services__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.services__main-block {
  text-align: center;
  padding-bottom: 26px;
}
.services__icons {
  margin: auto;
}
.services__name {
  padding-top: 10px;
  color: #777777;
  max-width: 180px;
}
.services__name--middle {
  max-width: 150px;
}
.services__name--small {
  max-width: 125px;
}
.services__btns-block {
  text-align: center;
  width: 100%;
}
.services__btn-item-more {
  margin-top: 10px;
}
.services__btn {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  border: 1px solid #4BA82E;
  border-radius: 35px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #4BA82E;
  transition: all 0.5s;
}
.services__btn-more {
  border-color: #828282;
  color: #828282;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.services__btn-more span {
  padding-right: 10px;
}
.services__btn-more svg path {
  transition: all 0.5s;
}
.questions__inner {
  padding-top: 83px;
  padding-bottom: 60px;
}
.questions__title {
  padding-bottom: 60px;
}
.accordion {
  border: 1px solid #C4C4C4;
}
.accordion__name {
  padding: 16px 80px;
  font-size: 24px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: -1px;
  position: relative;
  cursor: pointer;
}
.accordion__name:after {
  content: '';
  display: block;
  width: 24px;
  height: 14px;
  background: url(../images/icons/arrow-down.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 39px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
}
.accordion__info {
  margin-top: -8px;
  padding: 0 80px 27px;
  font-size: 20px;
  line-height: 1.5;
  display: none;
}
.accordion--open .accordion__name:after {
  transform: rotate(-180deg);
}
.feedback {
  padding-top: 60px;
  padding-bottom: 80px;
}
.feedback__title {
  padding-bottom: 60px;
}
.feedback__photo-block {
  padding-right: 50px;
}
.feedback__form {
  padding-right: 70px;
}
.feedback__photo {
  width: 100%;
}
.form__message {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.form__message--ok {
  color: #4BA82E;
  display: block;
}
.form__message--error {
  color: red;
  display: block;
}
.form__input--error {
  border-color: red !important;
}
.form__input-error-text {
  font-size: 14px;
  font-weight: 300;
  color: #FF0000;
}
.feedback-form__title {
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 40px;
}
.feedback-form__for-input {
  padding-bottom: 17px;
  position: relative;
}
.feedback-form__for-select {
  padding-bottom: 17px;
  position: relative;
}
.feedback-form__btns-block {
  padding-top: 33px;
}
.feedback-form__btns-block--popup {
  text-align: center;
  padding-top: 25px;
}
.feedback-form__btn {
  padding-left: 39px;
  padding-right: 39px;
}
.feedback-form__input {
  border: 1px solid #777777;
  width: 100%;
  height: 51px;
  font-size: 16px;
  color: #777777;
  padding-left: 25px;
  padding-right: 25px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.feedback-form__input::-webkit-input-placeholder {
  color: #777777;
  opacity: 0.5;
}
.feedback-form__input::-moz-placeholder {
  color: #777777;
  opacity: 0.5;
}
.feedback-form__input:-moz-placeholder {
  color: #777777;
  opacity: 0.5;
}
.feedback-form__input:-ms-input-placeholder {
  color: #777777;
  opacity: 0.5;
}
.feedback-form__for-checkbox {
  position: relative;
  padding: 7px 0;
}
.feedback-form__checkbox {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.feedback-form__label {
  cursor: pointer;
  font-size: 0;
  vertical-align: top;
}
.feedback-form__check {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
  border: 1px solid #4BA82E;
  border-radius: 6px;
}
.feedback-form__text {
  max-width: calc(100% - 24px);
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 12px;
  color: #777777;
}
.feedback-form__checkbox:checked + .feedback-form__label .feedback-form__check {
  background: #4BA82E;
}
.feedback-form__checkbox:checked + .feedback-form__label .feedback-form__check:before {
  content: '';
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icons/check-icon.svg) no-repeat center;
  background-size: contain;
}
.form__input--error.feedback-form__checkbox + .feedback-form__label .feedback-form__check {
  border-color: red;
}
.contacts {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contacts__row {
  justify-content: space-between;
}
.contacts__map-block {
  height: 100%;
}
.contacts__map {
  width: 100%;
  height: 100%;
}
.contacts__logo-block {
  padding-bottom: 20px;
}
.contacts__logo {
  max-width: 186px;
}
.contacts__title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 25px;
}
.contacts__list {
  padding-bottom: 12px;
}
.contacts__item {
  padding-bottom: 18px;
}
.contacts__name {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 7px;
}
.contacts__adress {
  font-size: 16px;
}
.contacts__main {
  padding-bottom: 30px;
}
.contacts__time {
  font-size: 13px;
  font-weight: 300;
  padding-bottom: 5px;
}
.contacts__phone-link {
  font-size: 24px;
  font-weight: 700;
  color: #4BA82E;
  text-decoration: none;
}
.contacts__another p {
  padding-bottom: 10px;
  font-size: 16px;
}
.contacts__another a {
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.contacts__another-title-mob {
  display: none;
}
.footer {
  background: #333333;
  padding: 20px 0;
}
.footer__copyright {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.footer__links-block {
  text-align: center;
  padding-top: 3px;
}
.footer__link {
  color: #777777;
  font-size: 16px;
  text-decoration: none;
}
.action-banner {
  position: relative;
  margin-bottom: 20px;
  margin-top: -70px;
}
.action-banner__container {
  max-width: 1920px;
  margin: auto;
}
.action-banner__info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.action-banner__inner {
  height: auto;
  margin: 0;
  padding-top: 200px;
  text-align: center;
}
.action-banner__title {
  color: #ffffff;
}
.action-banner__title span {
  white-space: nowrap;
}
.action-banner__btns-block {
  padding-top: 55px;
}
.action-info {
  padding-top: 60px;
  padding-bottom: 60px;
}
.action-info--gray {
  padding-top: 55px;
  background: #F6F6F6;
}
.action-info__inner {
  max-width: 1050px;
}
.action-info__p {
  padding-bottom: 20px;
  font-size: 24px;
}
.action-info__phone {
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.action-info__table {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
  padding-top: 40px;
}
.action-info__table th {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
}
.action-info__table td {
  font-size: 18px;
  line-height: 1.7;
}
.action-info__table td,
.action-info__table th {
  padding: 10px;
  width: 50%;
}
.action-info__table tr:nth-child(2) td {
  padding-top: 20px;
}
.action-info__table-header {
  box-shadow: inset 0px -1px 0px #DDDDDD;
}
.action-info__subtitle {
  text-transform: uppercase;
}
.action-info__item-work-includes {
  padding-top: 20px;
  font-size: 18px;
}
.action-info__btns-block {
  padding-top: 30px;
  padding-bottom: 20px;
}
.action-form-block {
  padding: 30px 0 17px;
}
.action-form-block__inner {
  max-width: 811px;
}
.action-form-block__title {
  padding-bottom: 60px;
  text-align: center;
  font-size: 24px;
}
.action-form {
  padding-bottom: 63px;
  box-shadow: inset 0px -1px 0px #DDDDDD;
}
.action-form__fieldset {
  padding-bottom: 10px;
}
.action-form__row {
  margin-left: -18px;
  margin-right: -18px;
}
.action-form__col {
  padding-left: 18px;
  padding-right: 18px;
}
.action-form__row--agree .action-form__col:first-child {
  text-align: right;
}
.action-form__for-input {
  margin-bottom: 30px;
  position: relative;
}
.action-form__for-select {
  margin-bottom: 30px;
  position: relative;
}
.action-form__required-info {
  margin-bottom: 30px;
  padding-top: 10px;
}
.action-form__required-text {
  font-size: 16px;
  color: #777777;
}
.action-form__required-text span {
  color: #4BA82E;
  font-size: 20px;
}
.action-form__btns-block {
  padding-top: 20px;
  text-align: center;
}
.action-form__input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 44px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.action-form__input::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
  font-weight: 300;
}
.action-form__input::-moz-placeholder {
  color: #333333;
  opacity: 1;
  font-weight: 300;
}
.action-form__input:-moz-placeholder {
  color: #333333;
  opacity: 1;
  font-weight: 300;
}
.action-form__input:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
  font-weight: 300;
}
.action-form__for-checkbox {
  position: relative;
  margin: 10px 0;
}
.action-form__checkbox {
  display: block;
  visibility: visible;
  opacity: 0;
  position: absolute;
}
.action-form__label {
  cursor: pointer;
  font-size: 0;
  vertical-align: top;
}
.action-form__check {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
  border: 1px solid #4BA82E;
  border-radius: 6px;
}
.action-form__text {
  max-width: calc(100% - 24px);
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 12px;
  color: #777777;
}
.action-form__checkbox:checked + .action-form__label .action-form__check {
  background: #4BA82E;
}
.action-form__checkbox:checked + .action-form__label .action-form__check:before {
  content: '';
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icons/check-icon.svg) no-repeat center;
  background-size: contain;
}
.form__input--error.action-form__checkbox + .action-form__label .action-form__check {
  border-color: red;
}
.form__input--error.action-form__input {
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form__input--error.action-form__input::-webkit-input-placeholder {
  color: red;
}
.form__input--error.action-form__input::-moz-placeholder {
  color: red;
}
.form__input--error.action-form__input:-moz-placeholder {
  color: red;
}
.form__input--error.action-form__input:-ms-input-placeholder {
  color: red;
}
.action-form .form__input-error-text {
  position: absolute;
  bottom: -20px;
}
.select2-action {
  position: relative;
}
.select2-action:before {
  content: none;
}
.select2-action .select2-container {
  background: transparent;
}
.select2-action .select2-container--theme-select2-action .select2-selection--single {
  background: transparent;
  position: relative;
  height: 44px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  display: flex;
  align-content: center;
  align-items: center;
}
.select2-action .select2-container--theme-select2-action .select2-selection__placeholder {
  color: #333333;
  font-weight: 300;
  font-size: 20px;
}
.select2-action .select2-container--theme-select2-action .select2-selection--single .select2-selection__rendered {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
.select2-action .select2-container--theme-select2-action .select2-selection--single .select2-selection__arrow {
  position: static;
}
.select2-action .select2-container--theme-select2-action .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  border: none;
  width: 14px;
  height: 14px;
  margin: auto;
  content: '';
  pointer-events: none;
  background-image: url(../images/icons/select-arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
  top: 0;
  bottom: 0;
  right: 15px;
  font-weight: 700;
}
.select2-action .select2-container--theme-select2-action.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateX(180deg);
}
.select2-container--theme-select2-action .select2-results__options {
  padding: 10px 0;
  margin-top: 14px;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  max-height: 425px;
  overflow-y: auto;
}
.select2-container--theme-select2-action .select2-results__option {
  font-size: 20px;
  padding: 10px 30px;
  color: #333333;
  font-weight: 300;
  text-transform: uppercase;
}
.select2-container--theme-select2-action .select2-results__option--highlighted:hover {
  background: rgba(241, 240, 235, 0.3);
}
.select2-container--theme-select2-action .select2-results__option[aria-selected=true] {
  color: #4BA82E;
  padding-left: 50px;
  background: url(../images/icons/select-check-icon.svg) no-repeat 30px center;
  background-size: 16px 16px;
}
.select2-action .select2-container--theme-select2-action.select2-container--open {
  border-radius: 0;
}
.select2-action .select2-dropdown {
  border: none;
}
.select2-action .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--theme-select2-action.select2-container--open .select2-dropdown--below {
  border: 0;
}
.select2-container--theme-select2-action .select2-search--dropdown {
  display: none;
}
.select2-action .select2.select2-container {
  width: 100% !important;
}
.form__input--error + .select2-container--theme-select2-action .select2-selection--single {
  border-color: red;
}
.form__input--error + .select2-container--theme-select2-action .select2-selection__placeholder {
  color: red;
}
.body--on-popup {
  overflow: hidden;
}
.popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: 100vh;
  margin: auto;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
}
.popup__container {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  max-width: 1250px;
  max-height: calc(100vh - 150px);
  background: transparent;
  padding: 0;
}
.popup__container--form {
  max-width: 708px;
}
.popup__container--service {
  max-width: 1082px;
  max-height: calc(100vh - 80px);
}
.popup__inner {
  height: 100%;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 100px 42px 64px;
  border-radius: 12px;
}
.popup__inner--service {
  padding: 64px 96px 64px;
  border-radius: 0;
}
.popup__close {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-size: contain;
  cursor: pointer;
  z-index: 5;
  transition: all 0.5s;
}
.popup__close svg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.popup__close:hover {
  transform: rotate(360deg);
}
.popup__form {
  display: block;
  margin: auto;
}
.popup__form .feedback-form__for-input {
  padding-bottom: 10px;
}
.popup__form-row {
  justify-content: center;
}
.popup__form-checkboxes {
  max-width: 340px;
  margin: auto;
}
.popup__title {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 24px;
}
.popup__text {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 40px;
  max-width: 531px;
  margin: auto;
}
.select2-feedback {
  position: relative;
}
.select2-feedback:before {
  content: none;
}
.select2-feedback .select2-container {
  background: transparent;
}
.select2-feedback .select2-container--theme-select2-feedback .select2-selection--single {
  background: transparent;
  position: relative;
  height: 51px;
  padding: 0 25px;
  border: 1px solid #777777;
  display: flex;
  align-content: center;
  align-items: center;
}
.select2-feedback .select2-container--theme-select2-feedback .select2-selection__placeholder {
  color: #777777;
  opacity: 0.5;
  font-weight: 400;
  font-size: 16px;
}
.select2-feedback .select2-container--theme-select2-feedback .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  opacity: 1;
}
.select2-feedback .select2-container--theme-select2-feedback .select2-selection--single .select2-selection__arrow {
  position: static;
}
.select2-feedback .select2-container--theme-select2-feedback .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  border: none;
  width: 14px;
  height: 14px;
  margin: auto;
  content: '';
  pointer-events: none;
  background-image: url(../images/icons/select-arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
  top: 0;
  bottom: 0;
  right: 15px;
  font-weight: 700;
}
.select2-feedback .select2-container--theme-select2-feedback.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateX(180deg);
}
.select2-container--theme-select2-feedback .select2-results__options {
  padding: 10px 0;
  margin-top: 7px;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  max-height: 425px;
  overflow-y: auto;
}
.select2-container--theme-select2-feedback .select2-results__option {
  font-size: 16px;
  padding: 12px 25px;
  color: #777777;
  font-weight: 400;
  text-transform: uppercase;
}
.select2-container--theme-select2-feedback .select2-results__option--highlighted:hover {
  background: rgba(241, 240, 235, 0.3);
}
.select2-container--theme-select2-feedback .select2-results__option[aria-selected=true] {
  color: #4BA82E;
  padding-left: 50px;
  background: url(../images/icons/select-check-icon.svg) no-repeat 30px center;
  background-size: 16px 16px;
}
.select2-feedback .select2-container--theme-select2-feedback.select2-container--open {
  border-radius: 0;
}
.select2-feedback .select2-dropdown {
  border: none;
}
.select2-feedback .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--theme-select2-feedback.select2-container--open .select2-dropdown--below {
  border: 0;
}
.select2-container--theme-select2-feedback .select2-search--dropdown {
  display: none;
}
.select2-feedback .select2.select2-container {
  width: 100% !important;
}
.form__input--error + .select2-container--theme-select2-feedback .select2-selection--single {
  border-color: red;
}
.form__input--error + .select2-container--theme-select2-feedback .select2-selection__placeholder {
  color: red;
}
.service-popup__title {
  padding-bottom: 64px;
}
.service-popup__row {
  margin-left: -30px;
  margin-right: -30px;
}
.service-popup__col {
  padding-left: 30px;
  padding-right: 30px;
}
.service-popup__text-block {
  font-size: 22px;
  padding-bottom: 20px;
  letter-spacing: -0.01em;
}
.service-popup__text-block p {
  padding-bottom: 20px;
}
.service-popup__text-block p strong {
  white-space: nowrap;
}
.service-popup__title-form {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 12px;
  letter-spacing: -0.01em;
}
.service-popup__subtitle-form {
  font-size: 20px;
  padding-bottom: 36px;
}
.service-popup__input {
  height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.service-popup__input::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
  font-weight: 300;
}
.service-popup__input::-moz-placeholder {
  color: #333333;
  opacity: 1;
  font-weight: 300;
}
.service-popup__input:-moz-placeholder {
  color: #333333;
  opacity: 1;
  font-weight: 300;
}
.service-popup__input:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
  font-weight: 300;
}
.service-popup__btns-block {
  text-align: left;
}
.popup__form .service-popup__for-input {
  padding-bottom: 26px;
}
@media screen and (max-width: 1600px) {
  body {
    position: relative;
  }
  .promo-slider__photo {
    height: 500px;
    object-fit: cover;
  }
  .promo-slider__photo--right {
    object-position: right center;
  }
  .promo-slider__dots {
    bottom: 125px;
  }
}
@media screen and (max-width: 1440px) {
  body {
    position: relative;
  }
  .promo-slider__title {
    font-size: 44px;
  }
  .promo-slider__text {
    font-size: 20px;
  }
  .promo-slider__nav-btn--before {
    left: 0;
  }
  .promo-slider__nav-btn--after {
    right: 0;
  }
  .promo-slider__dots {
    bottom: calc(21% - 14px);
  }
}
@media screen and (max-width: 1280px) {
  body {
    position: relative;
  }
  .promo-slider__nav-btn {
    top: auto;
    bottom: 20px;
  }
  .promo-slider__nav-btn--before {
    left: 20px;
  }
  .promo-slider__nav-btn--after {
    right: 20px;
  }
}
@media screen and (max-width: 1250px) {
  body {
    position: relative;
  }
  .feedback__form {
    padding-right: 0;
  }
  .popup__container {
    max-height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 1200px) {
  body {
    position: relative;
  }
  .col-lg-1 {
    width: 8.33%;
  }
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .top-info__col--burger {
    display: block;
    text-align: center;
  }
  .menu-block {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
    width: 350px;
    padding: 20px 40px 50px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  }
  .menu-block:before {
    content: 'МЕНЮ';
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #C4C4C4;
    padding-bottom: 18px;
  }
  .menu__list {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
  .menu__item {
    padding: 12px 0;
  }
  .menu__link {
    font-weight: 700;
  }
  .contacts-line {
    padding-bottom: 108px;
  }
  .contacts-line__col--adress {
    display: none;
  }
  .burger {
    display: block;
    margin: auto;
    z-index: 999;
    position: relative;
  }
  .btn-addresses {
    border-left: 0;
  }
  .promo-slider {
    margin-top: 70px;
  }
  .promo-slider__photo {
    height: auto;
  }
  .special-offers {
    padding-top: 80px;
  }
  .action-banner {
    margin-top: 0;
  }
  .action-banner__inner {
    padding-top: 70px;
  }
}
@media screen and (max-width: 960px) {
  body {
    position: relative;
  }
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 20px;
  }
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-12 {
    width: 100%;
  }
  .header__logo-block {
    padding: 14px 0;
  }
  .header__logo {
    width: 150px;
  }
  .header__logo-text {
    display: none;
  }
  .top-info {
    height: 60px;
  }
  .contacts-line {
    top: 60px;
  }
  .promo-slider {
    margin-top: 60px;
  }
  .promo-slider__text-block {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding-top: 24px;
  }
  .promo-slider__title-block {
    max-width: 600px;
    margin: auto;
    border-color: #000;
    padding-bottom: 18px;
  }
  .promo-slider__title {
    font-size: 42px;
    text-align: center;
    color: #000;
  }
  .promo-slider__info-block {
    padding-top: 18px;
    max-width: 600px;
    margin: auto;
  }
  .promo-slider__text {
    font-size: 24px;
    color: #000;
    text-align: center;
  }
  .promo-slider__btns-block {
    justify-content: center;
    padding-top: 48px;
  }
  .promo-slider .btn--white {
    border-color: #4BA82E;
    color: #4BA82E;
  }
  .promo-slider .btn--white:hover {
    color: #fff;
  }
  .promo-slider__nav-btn {
    display: none;
  }
  .advantages {
    padding-bottom: 25px;
  }
  .advantages__col {
    padding-bottom: 40px;
  }
  .advantages__name {
    font-size: 18px;
  }
  .advantages__text {
    max-width: 245px;
    margin: auto;
    padding: 0;
  }
  .special-offers {
    padding-bottom: 40px;
  }
  .special-offers__inner {
    max-width: calc(71% + 60px);
    padding-bottom: 0;
  }
  .special-offers__title {
    padding-bottom: 41px;
  }
  .special-offers__text-block {
    padding-top: 20px;
  }
  .services__inner {
    max-width: 552px;
    overflow: hidden;
  }
  .services__title {
    padding-bottom: 40px;
  }
  .services__row {
    margin-left: -48px;
    margin-right: -48px;
  }
  .services__col {
    padding-left: 48px;
    padding-right: 48px;
  }
  .questions__inner {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .questions__title {
    padding-bottom: 40px;
  }
  .accordion__name {
    padding: 19px 55px 19px 20px;
    font-size: 18px;
    line-height: 1.2;
  }
  .accordion__name:after {
    right: 24px;
  }
  .accordion__info {
    margin-top: -11px;
    font-size: 16px;
    padding: 0 55px 16px 19px;
  }
  .feedback {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .feedback__inner {
    max-width: calc(70.3% + 60px);
  }
  .feedback__title {
    padding-bottom: 40px;
  }
  .feedback__photo-block {
    padding-right: 0;
  }
  .feedback__form {
    padding-right: 0;
    padding-top: 40px;
  }
  .feedback-form__btns-block {
    text-align: center;
  }
  .contacts {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .contacts__map-block {
    height: 540px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .contacts__logo-block {
    padding-bottom: 14px;
  }
  .contacts__logo {
    margin: auto;
  }
  .contacts__title {
    text-align: center;
  }
  .contacts__list {
    padding-bottom: 0;
  }
  .contacts__main {
    padding-bottom: 0;
    margin-bottom: 20px;
    padding-left: 52px;
    position: relative;
  }
  .contacts__main:before {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/icons/time-icon.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .contacts__time {
    padding-bottom: 0;
  }
  .contacts__phone-link {
    font-size: 20px;
  }
  .contacts__another-title-mob {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
  .contacts__col-adresses {
    margin-left: 8.33%;
    padding-bottom: 22px;
  }
  .contacts__another-title-desctop {
    display: none;
  }
  .action-banner {
    margin-bottom: 0;
  }
  .action-banner__inner {
    padding-top: 100px;
  }
  .action-info {
    padding: 40px 0;
  }
  .action-info--gray {
    padding: 38px 0;
  }
  .action-info__inner {
    max-width: calc(80% + 60px);
  }
  .action-info__table {
    padding-top: 30px;
  }
  .action-info__table th {
    font-size: 18px;
  }
  .action-info__subtitle {
    padding-bottom: 7px;
  }
  .action-info__item-work-includes {
    font-size: 16px;
    padding-top: 10px;
  }
  .action-info__btns-block {
    padding-top: 20px;
  }
  .action-form-block {
    padding: 20px 0 40px;
  }
  .action-form-block__inner {
    max-width: calc(80% + 60px);
  }
  .action-form-block__title {
    padding-bottom: 40px;
  }
  .action-form {
    padding-bottom: 0;
    box-shadow: none;
  }
  .action-form__fieldset {
    padding-bottom: 3px;
  }
  .action-form__row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .action-form__col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .action-form__row--agree .action-form__col:first-child {
    text-align: left;
  }
  .action-form__for-input {
    margin-bottom: 20px;
  }
  .action-form__for-select {
    margin-bottom: 20px;
  }
  .action-form__required-info {
    margin-bottom: 20px;
  }
  .action-form__btns-block {
    padding-top: 32px;
  }
  .action-form__input {
    height: 40px;
    font-size: 18px;
  }
  .action-form__for-checkbox {
    margin: 5px 0;
  }
  .action-form__text {
    font-size: 14px;
  }
  .select2-action .select2-container--theme-select2-action .select2-selection--single {
    height: 40px;
  }
  .select2-action .select2-container--theme-select2-action .select2-selection__placeholder {
    font-size: 18px;
  }
  .select2-action .select2-container--theme-select2-action .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
  }
  .select2-container--theme-select2-action .select2-results__option {
    font-size: 18px;
  }
  .popup__container--form {
    max-width: 615px;
  }
  .popup__container {
    width: calc(100% - 40px);
    max-height: calc(100vh - 40px);
  }
  .popup__inner--service {
    padding: 75px 44px 30px;
  }
  .popup__title {
    font-size: 36px;
  }
  .popup__text {
    font-size: 20px;
  }
  .service-popup__title {
    padding-bottom: 36px;
  }
  .service-popup__row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .service-popup__col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-popup__text-block {
    font-size: 20px;
  }
}
@media screen and (max-width: 670px) {
  body {
    position: relative;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 32px;
  }
  .inner {
    padding: 0 20px;
  }
  .inner--all {
    padding: 0;
  }
  .inner--big {
    padding: 0 20px;
  }
  .col-1 {
    width: 100%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .col-7 {
    width: 100%;
  }
  .col-8 {
    width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  .col-11 {
    width: 100%;
  }
  .col-five {
    width: 100%;
  }
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .menu-block {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding-top: 18px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    padding: 20px 21px 40px;
  }
  .menu-block:before {
    text-align: right;
    padding-right: 50px;
  }
  .menu-block__logo-mob-block {
    display: block;
    padding-top: 51px;
  }
  .menu__item {
    padding: 24px 0;
    box-shadow: inset 0px -1px 0px #C4C4C4;
    width: 100%;
  }
  .menu__link {
    font-size: 20px;
    font-weight: 400;
  }
  .contacts-line {
    height: calc(100vh - 60px);
    padding: 0;
    box-shadow: inset 0px 1px 0px #E5E5E5;
  }
  .contacts-line__inner {
    padding-top: 24px;
    padding-bottom: 48px;
    overflow-y: auto;
  }
  .contacts-line__col--contacts {
    display: none;
  }
  .contacts-line__address-item {
    padding-bottom: 36px;
  }
  .contacts-line__address-value {
    font-size: 14px;
    font-weight: 700;
  }
  .contacts-line__address-value br {
    display: none;
  }
  .promo-slider__title-block {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .promo-slider__title {
    font-size: 30px;
  }
  .promo-slider__info-block {
    padding-top: 24px;
  }
  .promo-slider__text {
    font-size: 18px;
  }
  .promo-slider__btns-block {
    padding-top: 26px;
  }
  .promo-slider__btn {
    margin-top: 10px;
    width: 100%;
    height: 56px;
  }
  .promo-slider__dots {
    bottom: 21%;
  }
  .advantages {
    padding-bottom: 20px;
  }
  .advantages__title {
    padding-bottom: 41px;
  }
  .special-offers {
    padding-bottom: 0;
  }
  .special-offers__inner {
    max-width: 100%;
    padding-bottom: 26px;
  }
  .special-offers__text-block {
    padding-top: 40px;
  }
  .services {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .services__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .services__title {
    padding-bottom: 64px;
  }
  .services__row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .services__col {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 64px;
  }
  .services__main-block {
    padding-bottom: 48px;
  }
  .services__name {
    max-width: 250px;
  }
  .services__btn {
    height: 56px;
  }
  .questions__inner {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .accordion__name {
    padding: 10px 26px 10px 10px;
  }
  .accordion__name:after {
    right: 10px;
    width: 18px;
    height: 11px;
    top: 16px;
    bottom: auto;
  }
  .accordion__info {
    margin-top: -2px;
    padding: 0 10px 17px;
  }
  .feedback__inner {
    max-width: 100%;
  }
  .feedback__photo-block {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
    height: 0;
    width: calc(100% + 40px);
    padding-bottom: 390px;
    position: relative;
  }
  .feedback__photo {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
  }
  .feedback-form__btn {
    width: 100%;
    max-width: 300px;
    display: inline-flex;
    margin: auto;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 56px;
  }
  .feedback-form__text {
    font-size: 14px;
  }
  .contacts {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .contacts__map-block {
    height: 500px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .contacts__logo-block {
    padding-bottom: 7px;
  }
  .contacts__title {
    padding-bottom: 38px;
  }
  .contacts__item {
    padding-bottom: 23px;
  }
  .contacts__another p {
    padding-bottom: 20px;
  }
  .contacts__dealer-info {
    padding: 0 25px 41px;
  }
  .contacts__col-adresses {
    margin-left: 0;
    padding-bottom: 15px;
  }
  .footer {
    padding: 16px 0;
  }
  .footer__copyright {
    font-size: 14px;
  }
  .action-banner__inner {
    padding-top: 120px;
  }
  .action-banner__btns-block {
    padding-top: 35px;
  }
  .action-info--gray {
    padding: 30px 0;
  }
  .action-info__inner {
    max-width: 100%;
  }
  .action-info__table td {
    font-size: 16px;
  }
  .action-info__table td,
  .action-info__table th {
    vertical-align: top;
  }
  .action-info__table tr:nth-child(2) td {
    padding-top: 10px;
  }
  .action-info__table-header {
    box-shadow: none;
  }
  .action-info__subtitle {
    text-align: center;
  }
  .action-info__item-work-includes {
    text-align: center;
  }
  .action-form-block {
    padding-bottom: 30px;
  }
  .action-form-block__inner {
    max-width: 100%;
  }
  .action-form-block__title {
    padding-bottom: 20px;
    font-size: 20px;
  }
  .action-form__fieldset {
    padding-bottom: 0;
  }
  .action-form__required-info {
    padding-top: 0;
    margin-bottom: 13px;
  }
  .action-form__required-text {
    text-align: center;
  }
  .action-form__for-checkbox {
    margin: 7px 0;
  }
  .action-form__text {
    font-size: 14px;
  }
  .popup__container {
    max-width: 90%;
    max-height: 90%;
  }
  .popup__inner {
    padding: 54px 24px 54px;
  }
  .popup__close {
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
  }
  .popup__title {
    font-size: 31px;
  }
  .popup__text {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .service-popup__title {
    padding-bottom: 32px;
  }
  .service-popup__title--small {
    font-size: 24px;
  }
  .service-popup__text-block {
    font-size: 22px;
  }
  .service-popup__title-form {
    padding-top: 44px;
  }
}
@media screen and (min-width: 961px) {
  body {
    position: relative;
  }
  .services__btn:hover {
    background: #4BA82E;
    color: #ffffff;
  }
  .services__btn-more:hover {
    background: #828282;
    color: #ffffff;
  }
  .services__btn-more:hover svg path {
    fill: #ffffff !important;
  }
  .popup__container::-webkit-scrollbar {
    width: 4px;
  }
  .popup__container::-webkit-scrollbar-track {
    background-color: rgba(75, 168, 46, 0.5);
  }
  .popup__container::-webkit-scrollbar-thumb {
    background-color: #4ba82e;
    opacity: 0.5;
  }
}

/* Базовые настройки */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; /* Растягиваем на всю ширину экрана */
  z-index: 9999; /* Чтобы всегда находилось поверх основного содержимого */
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(100%); /* Изначально спрятано внизу */
}

/* Анимация появления */
.show {
  opacity: 1;
  transform: translateY(0);
}

/* Стилизация текста внутри баннера */
.cookie-banner p {
  margin-bottom: 10px;
  line-height: 1.4;
}

/* Кнопка принятия политики cookie */
.cookie-banner button {
  background-color: #fff;
  color: #333;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out;
}

.cookie-banner button:hover {
  background-color: #ccc;
}

/* Медиа-запросы для мобильных устройств */
@media screen and (max-width: 768px) { /* Настройки для маленьких экранов */
  .cookie-banner {
      font-size: 14px;
      padding: 10px;
  }

  .cookie-banner button {
      padding: 8px 16px;
      font-size: inherit;
  }
}

/* Дополнительная настройка для очень маленьких экранов */
@media screen and (max-width: 480px) {
  .cookie-banner p {
      font-size: 13px;
  }
}

