/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \***************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url(../js/../fonts/Roboto-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(../js/../fonts/Roboto-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url(../js/../fonts/Roboto-Black.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Montserrat";
  src: url(../js/../fonts/Montserrat-SemiBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url(../js/../fonts/Montserrat-ExtraBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
}
:root {
  --color1: #4d4d4c;
  --color2: #212529;
  --color3: #4caf50;
  --color4: #f5b500;
  --color5: #f5b500;
  --white: #fff;
  --black: #333;
  --gray: #f9f9f9;
  --lightgray: #f0f0f0;
  --radius: 6px;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --xxl: 1400px;
}

html {
  font-size: 16px;
}

body {
  color: #4d4d4c;
  font-size: 1rem;
  font-family: "Roboto";
  font-weight: 300;
}

::selection {
  color: #fff;
  background: #f59b00;
}

a {
  color: #444;
}
a:hover {
  color: #222;
}

p a {
  text-decoration: underline;
}

ol, ul, dl {
  padding-left: 20px;
}

h2, h3, h4 {
  width: 100%;
}

h1 {
  font-family: "Montserrat";
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1140px) {
  h1 {
    font-size: 2.2rem;
  }
}

h2 {
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1140px) {
  h2 {
    font-size: 2.2rem;
  }
}
h2 span {
  color: #4caf50;
}

h3 {
  font-family: "Montserrat";
  font-size: 1.3rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.4rem;
  }
}

h4 {
  font-family: "Montserrat";
  font-size: 1.3rem;
}

.location {
  cursor: pointer;
  text-decoration: underline;
}

.input-group-prepend {
  width: 50%;
  padding-right: 3%;
}
.input-group-text {
  display: block;
  color: #676767;
  font-size: 1rem;
  border: 0;
  background-color: transparent;
  width: 100%;
  text-align: left;
  padding-left: 0;
}
@media (min-width: 768px) {
  .input-group-text {
    font-size: 1.4rem;
  }
}
.input-group-append {
  font-size: 1.2rem;
}

.form-control {
  font-size: 1rem;
  background-color: #f7f7f7;
}
.form-control::placeholder {
  color: #cecece;
  font-weight: 300;
}
@media (min-width: 768px) {
  .form-control {
    font-size: 1.2rem;
  }
}

.wpcf7-acceptance {
  font-size: 0.75rem !important;
  line-height: 1.2 !important;
}

.wpcf7-response-output {
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 5px !important;
  margin: 0 !important;
  margin-top: 5px !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  font-size: 0.875rem;
  margin: 0;
}

#progress_gasoline,
#progress_gas {
  transition: 5s ease-out;
}

span.wpcf7-list-item {
  margin: 0;
}
span.wpcf7-list-item label {
  margin: 0;
}

@media (min-width: 992px) {
  .carousel-item--price .col-md-6 {
    min-height: 24rem;
  }
}

.ui-autocomplete {
  z-index: 1030 !important;
}

.carousel-control-prev-icon {
  background-image: url(../js/../images/left-arrow-key.svg);
}

.carousel-control-next-icon {
  background-image: url(../js/../images/keyboard-right-arrow-button.svg);
}

.badge_action,
.badge_works {
  position: relative;
}
.badge_action .badge,
.badge_works .badge {
  position: absolute;
  top: -0.7rem;
  right: -1rem;
}

.gibdd {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 1030;
  bottom: -250px;
  right: 4%;
  animation: 3s ease forwards message;
}
@media (min-width: 992px) {
  .gibdd {
    display: block;
  }
}
.gibdd-button {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 1030;
  bottom: -250px;
  right: 4%;
  animation: 3s ease forwards message;
}
@media (min-width: 992px) {
  .gibdd-button {
    display: block;
  }
}
.gibdd-button img {
  animation: 1.2s ease-in-out 0.2s normal none infinite running trambling-animation;
}

.fixmenu {
  display: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.no-sound {
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  background-image: url(../js/../images/youtube--big.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .no-sound {
    width: 200px;
  }
}
.no-sound:hover {
  opacity: 0.9;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translatex(-50%) translatey(-50%);
  transition: 1s opacity;
  display: none;
}
@media (min-width: 992px) {
  .video {
    display: block;
  }
}

#progress {
  transition: 3s ease-out;
}

.card-columns {
  column-count: 1 !important;
}
@media (min-width: 540px) {
  .card-columns {
    column-count: 2 !important;
  }
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 3 !important;
  }
}
@media (min-width: 992px) {
  .card-columns {
    column-count: 4 !important;
  }
}
@media (min-width: 1140px) {
  .card-columns {
    column-count: 4 !important;
  }
}

.logo {
  margin-top: -7px;
  z-index: 10;
}
@media (min-width: 540px) {
  .logo {
    margin-top: 0;
  }
}

.about p:last-child {
  margin-bottom: 0px;
}

.scheme .row p {
  font-size: 14px;
}

.kia__colortext {
  color: red;
}

strong {
  font-weight: 700;
}

.form-value {
  background: #f5f5f5;
}
.form-value__size {
  font-size: 1.25rem;
  font-weight: 700;
}

#widget {
  border-radius: 0;
  background: #ccc;
}

.wrap-fancybox {
  position: relative;
}
@media (min-width: 992px) {
  .wrap-fancybox-stage {
    position: relative;
    width: 60%;
    height: 100%;
    float: left;
  }
}
.wrap-fancybox-caption {
  display: none;
  background-color: #4caf50;
}
@media (min-width: 992px) {
  .wrap-fancybox-caption {
    display: block;
    position: relative;
    width: 40%;
    height: 100%;
    float: left;
  }
}
.wrap-fancybox-caption .fancybox-caption {
  color: #333;
  opacity: 1 !important;
  visibility: visible !important;
  overflow-y: auto;
  height: 100%;
}
.wrap-fancybox-caption .fancybox-caption:after {
  display: none;
}
.wrap-fancybox-caption .fancybox-caption h2 {
  font-size: 2rem;
}
.wrap-fancybox-caption .fancybox-caption h2 span {
  color: #4caf50;
}

@media (min-width: 992px) {
  .fancybox-navigation {
    width: 60%;
    height: 100vh;
    position: absolute;
  }
}

.fancybox-toolbar {
  z-index: 999999 !important;
}

.input-group-append .btn {
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.wp-block-quote {
  background-color: #fff;
  border-left: 4px solid #f5b500;
  padding: 10px;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-quote p {
  font-size: 1.125rem;
}
.wp-block-quote p:last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: 0;
}

.card-img-top {
  height: auto;
}

.grecaptcha-badge {
  opacity: 0;
}

#comments {
  max-width: unset;
  margin: 0 auto !important;
}

@keyframes message {
  100% {
    bottom: 0;
  }
}
@keyframes trambling-animation {
  0%, 50%, 100% {
    transform: rotate(0deg);
  }
  10%, 30% {
    transform: rotate(-2deg);
  }
  20%, 40% {
    transform: rotate(2deg);
  }
}
@keyframes width80 {
  0% {
    width: 100%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
@keyframes width70 {
  0% {
    width: 65%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 65%;
  }
}
@keyframes width60 {
  0% {
    width: 100%;
  }
  50% {
    width: 60%;
  }
  100% {
    width: 100%;
  }
}
@media (min-width: 1140px) {
  .container {
    max-width: 1400px;
  }
}
.container--nopadding {
  padding-left: 0;
  padding-right: 0;
}
.container--orange {
  background-color: #f59b00;
}
.container--orange img {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.container--orange img:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.container--order {
  background: #145551;
}
.container--light {
  background-color: #f9f9f9;
}
.container--red {
  background-color: #a6001a;
}

.block {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.block__title {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media (min-width: 540px) {
  .block__title {
    font-size: 1.8rem;
  }
}

.header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.header__logo {
  max-width: 100px;
}
@media (min-width: 350px) {
  .header__logo {
    max-width: 130px;
  }
}
@media (min-width: 992px) {
  .header__logo {
    max-width: 150px;
    margin-right: 10px;
  }
}
@media (min-width: 1140px) {
  .header__logo {
    flex-grow: 1;
    max-width: unset;
  }
}
.header__description {
  font-size: 0.875rem;
  line-height: 1.2;
}
@media (min-width: 540px) {
  .header__description {
    font-size: 1rem;
  }
}
.header__yawidget--top {
  display: block;
}
@media (min-width: 1140px) {
  .header__yawidget--top {
    display: none;
  }
}
.header__yawidget-wrap {
  display: none;
  margin-right: 20px;
}
@media (min-width: 1140px) {
  .header__yawidget-wrap {
    display: block;
  }
}
.header__yawidget-count {
  color: #64c104;
  font-size: 0.75rem;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.header__phone {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.header__phone-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.header__phone-buttons--footer {
  margin-top: 0;
  margin-bottom: 10px;
}
.header__banner-wrapper {
  background-color: #ffe3b3;
  padding-left: 0;
  padding-right: 0;
}
.header__banner {
  font-size: 1.25rem;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .header__top {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header .navbar-toggler {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  background-color: #ccc;
  border-radius: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
}
@media (min-width: 992px) {
  .header .navbar-toggler {
    display: none;
  }
}
.header .navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background-image: url(../js/../images/menu.png);
  filter: brightness(0.5);
}
.header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../js/../images/cancel.png);
}
.header__menu-burger {
  display: none;
}
@media (min-width: 1140px) {
  .header__menu-burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
    opacity: 0.9;
    margin-right: 20px;
    width: 30px;
    height: 30px;
  }
}
.header__menu-burger span {
  background-color: #4caf50;
  width: 100%;
  height: 3px;
  margin-bottom: 5px;
}
.header__menu-burger span:nth-child(1) {
  animation: width60 0.6s ease-in infinite;
}
.header__menu-burger span:nth-child(2) {
  animation: width80 1s ease-in infinite;
}
.header__menu-burger span:nth-child(3) {
  animation: width70 1.3s ease-in infinite;
}
.header__menu-burger span:last-child {
  margin-bottom: 0;
}
.header__menu-burger--close {
  position: relative;
  margin-top: 20px;
}
.header__menu-burger--close span {
  position: absolute;
  display: block;
  background-color: #fff;
}
.header__menu-burger--close span:nth-child(1) {
  animation: none;
  transform: rotate(45deg);
}
.header__menu-burger--close span:nth-child(2) {
  animation: none;
  transform: rotate(-45deg);
}
.header__menu-burger--close span:nth-child(3) {
  animation: none;
  display: none;
}

.breadcrumb {
  padding: 0;
  background-color: transparent;
  justify-content: flex-start;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb__list-item {
  padding: 0;
  font-size: 1em;
  color: #4d4d4c;
}
.breadcrumb__list-item.active::after {
  content: "";
}
.breadcrumb__list-item::after {
  content: "»";
  margin: 0;
  padding: 0 5px;
  vertical-align: middle;
  background: none;
}
.breadcrumb__list-item::before {
  content: "";
}
@media (min-width: 768px) {
  .breadcrumb__list-item::before {
    color: initial;
  }
}
.breadcrumb__list-item__link {
  text-decoration: none;
  color: #4d4d4c;
}
.breadcrumb__list-item__link:hover {
  text-decoration: none;
}
.breadcrumb__list-item__link span {
  text-decoration: underline;
}

.footer {
  color: rgba(255, 255, 255, 0.8);
  background: #1f212b;
}
.footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__contacts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
}
.footer__contacts a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 900;
  text-decoration: none;
}
.footer__menu-title {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 20px;
}
.footer__menu-ul {
  margin-bottom: 40px;
}
.footer__social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer__social a {
  margin: 0 0.2rem;
}
.footer__social a img {
  max-width: 34px;
}
.footer__social a:hover img {
  opacity: 0.8;
}
.footer__social a:first-child {
  margin-left: 0;
}
.footer__social a:last-child {
  margin-right: 0;
}
.footer__lidolov a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  line-height: 1.4;
  display: inline-block;
}
.footer__payments {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 992px) {
  .footer__payments {
    justify-content: flex-end;
  }
}
.footer__badge {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.popup__form {
  max-width: 800px;
}
.popup__form--min {
  max-width: 450px;
}
.popup__form-title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
.popup__form-input {
  margin-bottom: 20px;
}
.popup__form-input__calc-ust p {
  font-weight: 700;
  margin-bottom: 0;
}
.popup__form-input__calc-ust p:last-child {
  margin-bottom: initial;
}
.popup__form-input__calc-ust p:has(> span:empty) {
  display: none;
}
.popup__form-button {
  margin-bottom: 20px;
}
.popup__input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
}
.popup__input-result {
  display: inline;
  font-size: 1.5rem;
  border: 0;
  background-color: transparent !important;
  padding: 0;
  max-width: 90px;
}
.popup__input-preresult {
  font-size: 1rem;
  padding: 0;
}
.popup__input-postresult {
  padding: 0;
}
.popup__sidebar-caption {
  background-color: #fff;
}
.popup__sidebar-caption:before {
  background-image: unset;
}
.popup__sidebar-caption p, .popup__sidebar-caption h2 {
  color: #333 !important;
}

.bg--darkblue {
  background-color: #334a6d !important;
}

.brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.brands__item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin: 10px 0;
}
.brands__item:hover img {
  margin-top: -80px;
}
.brands__icon {
  flex-basis: 80px;
  width: 80px;
  height: 80px;
  margin: 3px;
  cursor: pointer;
  overflow: hidden;
}
.brands__name {
  font-size: 0.875rem;
}

.btn {
  font-weight: 400;
  text-decoration: none !important;
}
.btn--blue {
  color: #fff;
  background-color: #4caf50;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-bottom: 3px solid #4ea252;
  border-top: 0 solid transparent;
}
.btn--blue:hover {
  color: #fff;
  background-color: #60c364;
  border-bottom: 1px solid #4ea252;
  border-top: 2px solid transparent;
}
.btn--whatsapp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  background-color: #25D366;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #128C7E;
  border-top: 0 solid transparent;
}
.btn--whatsapp:hover {
  color: #fff;
  background-color: #128C7E;
  border-bottom: 1px solid #075E54;
  border-top: 1px solid transparent;
}
.btn--whatsapp:before {
  content: "";
  display: block;
  background-image: url(../js/../images/whatsapp-logo-variant.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.btn--orange {
  color: #613f05;
  background-color: #f5b500;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #cc850c;
  border-top: 0 solid transparent;
}
.btn--orange:hover {
  background-color: #f5b700;
  border-bottom: 1px solid #cc850c;
  border-top: 1px solid transparent;
}
.btn--info {
  color: #fff;
  background-color: #17a2b8;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #138496;
  border-top: 0 solid transparent;
}
.btn--info:hover {
  color: #fff;
  background-color: #138496;
  border-bottom: 1px solid #0b5a67;
  border-top: 1px solid transparent;
}
.btn--start {
  font-size: 1 !important;
  line-height: 1 !important;
}

.pagination {
  margin: 20px 0;
}

.display-1 {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .display-1 {
    font-size: 3rem;
    text-align: left;
  }
}
.display--4 {
  font-size: 1.4rem;
  font-weight: 700;
}
.display--form1 {
  font-size: 1.4rem;
  line-height: 1;
}
@media (min-width: 540px) {
  .display--form1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .display--form1 {
    font-size: 1.7rem;
  }
}
.display--form {
  font-size: 1.4rem;
  line-height: 1;
}
@media (min-width: 540px) {
  .display--form {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .display--form {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .display--form {
    font-size: 2rem;
  }
}

.page__form-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  border: 2px solid #f5b500;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1140px) {
  .page__form-wrap {
    flex-direction: row;
  }
}
.page__form-img {
  display: none;
}
@media (min-width: 1140px) {
  .page__form-img {
    display: block;
    margin-right: 40px;
    min-width: 400px;
  }
}
.page__nav-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page__nav-wrap:first-child {
  margin-top: 0;
}
.page__nav-sticky {
  position: sticky;
  top: 80px;
}
.page__nav-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.page__nav-list {
  display: flex;
  flex-direction: column;
  background-color: #ececec;
  border-radius: 3px;
  padding: 20px;
  padding-left: 40px;
}
.page__nav-list--light {
  background-color: #fff1d8;
}
.page__nav-list-item {
  margin-top: 5px;
  margin-bottom: 5px;
}
.info {
  background-color: #d8ff42;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.info p {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0;
}

.offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(30, 152, 0, 0.4);
  z-index: 1;
}
@media (min-width: 992px) {
  .offer {
    min-height: 65vh;
  }
}
.offer__title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .offer__title {
    font-size: 4rem;
    margin-top: 0;
  }
}
.offer__title:nth-child(3) {
  color: #f9d51f;
}
@media (min-width: 768px) {
  .offer__title--min {
    font-size: 2.5rem;
  }
}
.offer__description {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .offer__description {
    font-size: 1.5rem;
  }
}
.offer__video {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../js/../images/video-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 0;
}
@media (min-width: 992px) {
  .offer__video {
    background-image: unset;
  }
}

.ballon {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.videopresent {
  background-color: #f0ffcc;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.videopresent__item p {
  margin-bottom: 0;
}

.work {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  background-color: #fff;
  background-position: center top;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.work__item {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .work__item {
    padding-bottom: 40px;
  }
}
.work__item-hr {
  margin: 0;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .work__item-hr {
    padding-bottom: 40px;
  }
}
.work__item-hr:first-child {
  margin-top: 0;
}
.work__item-hr:last-child {
  display: none;
}
.work__item-content p {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .work__item-content p {
    font-size: 1rem;
  }
}
.work__item-content p:last-child {
  padding-bottom: 0;
}
.work__item-gallery {
  margin-bottom: 20px;
}
.work__item-gallery a {
  cursor: zoom-in;
}
.work__item-gallery a:hover img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.work__item-gallery a.videolink {
  cursor: pointer;
  border: 2px solid #4caf50;
  position: relative;
}
.work__item-gallery a.videolink:after {
  content: "";
  display: block;
  background-image: url(../js/../images/youtube.png);
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
}
.work__item-author {
  display: flex;
  align-items: flex-start;
}
.work__item-author-info footer {
  font-size: 12px;
}
.work__item-author-img {
  border-radius: 50%;
  margin-right: 10px;
}
.work__item-author-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.work__item-author-whatsapp {
  margin-left: 10px;
  width: 34px;
  height: 32px;
}
@media (min-width: 768px) {
  .work__item-author-whatsapp {
    width: unset;
    height: unset;
  }
}
@media (min-width: 1140px) {
  .work__item-author-whatsapp {
    margin-top: 0;
    margin-left: 20px;
  }
}
.work__item-author-whatsapp:before {
  margin-right: 0;
}
@media (min-width: 768px) {
  .work__item-author-whatsapp:before {
    margin-right: 5px;
  }
}
.work__item-author-whatsapp span {
  display: none;
}
@media (min-width: 768px) {
  .work__item-author-whatsapp span {
    display: inline;
  }
}
.work__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.work__title h1 {
  color: #222;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .work__title h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1140px) {
  .work__title h1 {
    font-size: 3rem;
  }
}
.work__title h1 span {
  color: #da810e;
}
.work__title-insurance {
  display: none;
}
@media (min-width: 992px) {
  .work__title-insurance {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    max-width: 450px;
  }
}
.work__title-insurance p {
  margin-bottom: 10px;
}
.work__title-insurance p:last-child {
  margin-bottom: 0;
}
.work__title-insurance .blockquote {
  margin-bottom: 0;
}
.work__title-insurance .blockquote {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1rem;
  margin-bottom: 10px;
}
.work__title-insurance .blockquote .blockquote-footer {
  margin-bottom: 10px;
}
.work__title-insurance-image {
  border-radius: 6px;
  margin-right: 20px;
  max-width: 60px;
  height: auto;
}
@media (min-width: 1140px) {
  .work__title-insurance-image {
    max-width: unset;
  }
}
.work__images {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 230px;
  height: 100%;
}
@media (min-width: 540px) {
  .work__images {
    overflow: visible;
  }
}
.work__buttons {
  display: flex;
  flex-direction: row;
}
.work__buttons--split {
  flex-direction: column;
}
@media (min-width: 992px) {
  .work__buttons--split {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.work__yandex-split {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #cecece;
  padding: 4px 25px;
  border-radius: 10px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .work__yandex-split {
    margin-top: unset;
    margin-left: 20px;
  }
}
.work__yandex-split:hover {
  background-color: #e6ffed;
  text-decoration: none;
}
.work__yandex-split span {
  line-height: 1;
  text-align: left;
  margin-left: 5px;
}
.work__yandex-split img {
  height: 30px;
}
@media (min-width: 992px) {
  .work__yandex-split img {
    height: 40px;
  }
}
@media (min-width: 1140px) {
  .work__images-main {
    margin-left: -20px;
  }
}
.work__warranty {
  position: absolute;
  bottom: 0;
  right: -20px;
  zoom: 0.7;
}
@media (min-width: 540px) {
  .work__warranty {
    right: 0;
    zoom: 1;
  }
}
@media (min-width: 1140px) {
  .work__warranty {
    right: unset;
    left: 150px;
    bottom: -20px;
  }
}
.work__gasolin-state {
  position: absolute;
  bottom: 0;
  left: -20px;
  zoom: 0.7;
}
@media (min-width: 540px) {
  .work__gasolin-state {
    bottom: 0;
    left: 0;
    zoom: 1;
  }
}
@media (min-width: 768px) {
  .work__gasolin-state {
    bottom: 40px;
  }
}
@media (min-width: 1140px) {
  .work__gasolin-state {
    bottom: 0;
  }
}
.work__content {
  position: relative;
}
.work__search {
  margin-bottom: 2rem;
}
.work__search .input-group-prepend {
  text-align: center;
  margin-left: -7px;
  width: 0px;
  height: 100%;
  z-index: 100;
  left: 1rem;
  top: 10%;
}
.work__search .input-group-prepend img {
  display: none;
  max-width: 80%;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .work__search .input-group-prepend img {
    display: block;
  }
}
@media (min-width: 768px) {
  .work__search .input-group-prepend {
    margin-left: 0;
    width: 100px;
    position: absolute;
  }
}
.work__search .input-group-append {
  margin-left: 2px;
}
@media (min-width: 768px) {
  .work__search .input-group-append {
    margin-left: -1px;
  }
}
.work__search .form-control {
  font-size: 1.5rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .work__search .form-control {
    padding: 1rem 0 1rem 6rem;
  }
}
.work__search .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 166, 3, 0.2);
}
.work__form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 1.5rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.8+35,0.5+70,0+100 */
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
}
.work__form .title {
  color: #444;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
.work__form .title span {
  color: #dc3545;
}
.work__list {
  list-style: none;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.work__list li {
  margin-bottom: 0.5rem;
}
.work__list li:before {
  background-image: url(../js/../images/tick.svg);
  background-size: contain;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  float: left;
  margin-right: 0.4rem;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}
.work__tags {
  margin: 15px 0;
}
.work__tags-item {
  display: inline-block;
  font-size: 13px;
  text-decoration: underline;
  background-color: #fff7df;
  border-radius: 3px;
  margin: 5px 0;
  padding: 4px;
}

.menu {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  background-color: #359e11;
}
.menu .nav-link {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.menu__fixed ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .menu__fixed ul {
    flex-direction: row;
  }
}
.menu__fixed ul li:last-child a {
  padding-right: 0;
}
.menu__fixed ul li a {
  padding-top: 0;
  padding-bottom: 0;
}
.menu__fixed ul li a:hover {
  text-decoration: underline;
}
.menu__fixed ul li ul {
  display: none;
}
.menu__fixed ul li.accent a {
  color: #5cb105;
  font-weight: 900;
  text-decoration: underline;
}
.menu__fixed ul li.action a {
  color: #f59b00;
  font-weight: 900;
  text-decoration: underline;
}
.menu__fixed ul li.online a {
  cursor: pointer;
  color: #fff;
  background-color: #d8141d;
  border-radius: 3px;
  font-weight: 900;
  padding: 0 5px;
}
.menu__fixed ul li.online a:hover {
  color: #fff;
}
.menu__top {
  margin-top: 1.5rem;
  display: none;
}
@media (min-width: 992px) {
  .menu__top {
    margin-top: 0;
    display: block;
  }
}
.menu__top ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .menu__top ul {
    flex-direction: row;
    float: right;
  }
}
.menu__top ul li:last-child a {
  padding-right: 0;
}
.menu__top ul li a {
  padding: 0;
}
.menu__top ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .menu__top ul li a {
    padding-left: 1rem;
  }
}
.menu__top ul li ul {
  display: none;
}
.menu__top ul li.accent a {
  color: #5cb105;
  font-weight: 900;
  text-decoration: underline;
}
.menu__top ul li.online a {
  cursor: pointer;
  color: #fff;
  background-color: #d8141d;
  border-radius: 3px;
  font-weight: 900;
  padding: 0 5px;
}
.menu__top ul li.online a:hover {
  color: #fff;
}
.menu__header-wrap {
  position: fixed;
  z-index: 10;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #4d4d4c;
}
@media (min-width: 992px) {
  .menu__header-wrap {
    position: relative;
    padding: 0;
    background-color: transparent;
    bottom: unset;
    left: unset;
    width: unset;
  }
}
.menu__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__header--dropdown {
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .menu__header--dropdown {
    display: none;
    position: absolute;
    top: 40px;
    left: 15;
    list-style: none;
    background-color: #fff;
    min-width: 300px;
  }
}
@media (min-width: 992px) {
  .menu__header {
    flex-direction: row;
    align-items: center;
  }
}
.menu__header-item.accent a {
  color: #5cb105;
  font-weight: 900;
  text-decoration: underline;
}
.menu__header-item.active a {
  text-decoration: underline;
}
.menu__header-link, .menu__header-title {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 20px;
}
@media (min-width: 992px) {
  .menu__header-link, .menu__header-title {
    color: #4d4d4c;
  }
}
.menu__header-sublink {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  margin: 10px;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .menu__header-sublink {
    color: #4d4d4c;
  }
}
.menu__header-sublink:before {
  display: inline-block;
  content: "-";
  margin-right: 5px;
}
@media (min-width: 992px) {
  .menu__header-sublink:before {
    display: none;
  }
}
.menu__header-sublink--dropdown:after, .menu__header-sublink--dropdown:before {
  display: none;
}
.menu__footer ul {
  list-style: none;
  padding: 0;
}
.menu__footer ul li a.nav-link {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 0;
  padding-right: 0;
}
.menu__footer ul li a.nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.menu__burger-wrap {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  background-color: rgba(4, 165, 76, 0.98);
  transition: 0.6s ease-out;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 0;
}
.menu__burger-wrap.active {
  height: 100%;
}
.menu__burger-inwrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.menu__burger-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5vh;
}
.menu__burger-logo {
  display: block;
}
.menu__burger-brands {
  font-size: 0.875rem;
  max-width: 450px;
}
.menu__burger-brands span {
  color: #94c997;
}
.menu__burger-brands a {
  color: #cfffd1;
  margin-right: 5px;
}
.menu__burger-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.menu__burger-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 106, 28, 0.9294117647);
  padding-left: 60px;
  min-height: 100vh;
}
.menu__burger-right:after {
  display: block;
  content: "";
  position: absolute;
  right: -100%;
  top: 0;
  background-color: rgba(0, 106, 28, 0.9294117647);
  width: 100%;
  height: 100%;
}
.menu__burger-main-links {
  margin-top: 5vh;
  margin-bottom: 5vh;
}
.menu__burger-main-links-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}
.menu__burger-main-links-group--horizontal {
  flex-direction: row;
  align-items: center;
}
.menu__burger-main-links-subgroup {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.menu__burger-main-links-item {
  color: #fff;
  font-size: 1.5rem;
}
.menu__burger-main-links-item:hover {
  color: #fff;
}
.menu__burger-main-links-item--min {
  color: #cfffd1;
  font-size: 0.875rem;
  margin: 3px 10px;
}
.menu__burger-main-links-item--min:first-child {
  margin-left: 0;
}
.menu__burger-main-links-item--min:last-child {
  margin-right: 0;
}
.menu__burger-main-links-item--min.calculator {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.menu__burger-main-links-item--min.calculator:before {
  display: block;
  content: "";
  background-image: url(../js/../images/percent-icon.png);
  margin-right: 5px;
  width: 14px;
  height: 14px;
}
.menu__burger-main-links-item--min.whatsapp {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.menu__burger-main-links-item--min.whatsapp:before {
  display: block;
  content: "";
  background-image: url(../js/../images/whatsapp-green-icon.png);
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.menu__burger-main-links-item.crown {
  position: relative;
}
.menu__burger-main-links-item.crown:before {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  left: -9px;
  background-image: url(../js/../images/crown-icon.png);
  width: 24px;
  height: 18px;
}
.menu__burger-main-links-item.police {
  position: relative;
}
.menu__burger-main-links-item.police:before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: -35px;
  background-image: url(../js/../images/police-icon.png);
  width: 22px;
  height: 26px;
}
.menu__burger-main-links-separator {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 20px;
  width: 6px;
  height: 6px;
}
.menu__burger-footer {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-bottom: 5vh;
}
.menu__burger-icon-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  line-height: 1.4;
  color: #e7e7e8;
  max-width: 150px;
  margin-left: 20px;
  margin-right: 20px;
}
.menu__burger-icon-button:hover {
  color: #fff;
}
.menu__burger-icon-button:first-child {
  margin-left: 0;
}
.menu__burger-icon-button:last-child {
  margin-right: 0;
}
.menu__burger-icon-button img {
  margin-right: 10px;
}
.menu__burger-map p {
  color: #fff;
  line-height: 1.4;
}
.menu__burger-map-scheme {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-image: url(../js/../images/map-scheme.jpg);
  margin-top: 20px;
  margin-bottom: 20px;
  width: 420px;
  height: 288px;
}
.menu__burger-map-button {
  display: inline-block;
  color: #1a1b15;
  font-size: 1.25rem;
  font-weight: 400;
  background-color: #a3ce00;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  margin: 20px 0;
}
.menu__burger-map-button:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.menu__burger-contacts-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.menu__burger-contacts p {
  color: #cae0cb;
  font-size: 0.75rem;
  margin-bottom: 0;
}
.menu__burger-manager {
  margin-right: 20px;
}
.menu__burger-contacts-phone {
  color: #fff;
  font-size: 1.5rem;
}
.menu__burger-contacts-phone:hover {
  color: #fff;
}

.phone__number {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 540px) {
  .phone__number {
    font-size: 1.5rem;
  }
}
@media (min-width: 1140px) {
  .phone__number {
    font-size: 1.6rem;
  }
}
.phone__number:hover {
  text-decoration: none;
}
.phone__wrap-mobile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  width: calc(100vw - 50px);
}
.phone__whatsapp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media (min-width: 540px) {
  .phone__whatsapp {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
  }
}
.phone__whatsapp:before {
  margin-right: 0;
  min-height: 21px;
}
@media (min-width: 540px) {
  .phone__whatsapp:before {
    margin-right: 5px;
  }
}
.phone__whatsapp span {
  display: none;
}
@media (min-width: 540px) {
  .phone__whatsapp span {
    display: inline;
  }
}
.phone__whatsapp--mobile {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #4caf50;
  width: 50%;
  height: 50px;
  margin: 0;
  padding: 0 10px;
  border-radius: 0;
}
@media (min-width: 768px) {
  .phone__whatsapp--mobile {
    display: none;
  }
}
.phone__whatsapp--mobile:before {
  content: "";
  display: block;
  background-image: url(../js/../images/whatsapp-logo-variant.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.phone__whatsapp--mobile span {
  display: inline;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 540px) {
  .phone__callorder {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.phone--mobile {
  color: #613f05;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f5b500;
  width: 50%;
  height: 50px;
  border-radius: 0;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .phone--mobile {
    display: none;
  }
}
.phone--mobile:before {
  display: inline-block;
  margin-right: 1rem;
  float: none;
}

.price__table th, .price__table td {
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 5px;
  min-width: 90px;
}
@media (min-width: 992px) {
  .price__table th, .price__table td {
    font-size: 1rem;
    padding: 10px;
  }
}
.price__table tr td:empty, .price__table tr th:empty {
  padding: 0;
}
.price__table a {
  text-decoration: underline;
}
.price__table a:hover {
  text-decoration: underline;
}
.price__table-ust-title {
  text-align: left;
  vertical-align: middle !important;
  min-width: 180px !important;
}
.price__table-ust-td {
  font-weight: 700;
  text-align: center;
  vertical-align: middle !important;
}
.price__table-ust-td small {
  display: inline-block;
  font-size: 0.65rem;
  line-height: 1;
  font-weight: 300;
  margin-top: 5px;
}
.price__table-ust-td-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price__table-whatsapp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fdf5dd;
  padding: 10px 0;
}
.price__table-whatsapp p {
  font-weight: 900;
  margin-bottom: 0;
}
.price__table-whatsapp .btn {
  margin-left: 20px;
}
.price__list-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
}
.price__list-item {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  font-weight: 700;
  line-height: 1.2;
  max-width: 240px;
}
.price__list-item-img {
  margin-right: 10px;
}

@media (min-width: 992px) {
  .calculator__step-value {
    font-size: 4rem !important;
    line-height: 1 !important;
    text-align: right !important;
  }
}
.calculator__step-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(25%) hue-rotate(206deg) brightness(105%) contrast(105%);
  margin-left: 5px;
  width: 16px;
}
@media (min-width: 1140px) {
  .calculator__ust {
    text-align: center;
  }
}
.calculator__ust .row {
  margin: 0;
}
@media (min-width: 1140px) {
  .calculator__ust .row {
    align-items: center;
    justify-content: center;
  }
}
.calculator__ust__stop {
  font-weight: 600;
  margin-top: 15px;
}
.calculator__ust__itog {
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}
.calculator__ust__itog-title {
  margin-top: 15px;
}
.calculator__ust__category {
  background-color: #c3e6cb;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  justify-content: center;
}
.calculator__ust-title {
  margin-top: 15px;
}
.calculator__ust-name__form-tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 1.2;
  margin: 10px 0;
}
.calculator__ust__final {
  align-items: center;
  background-color: #fdf5dd;
  display: flex;
  justify-content: center;
  padding: 10px;
  gap: 10px;
}
.calculator__ust__final-title {
  font-weight: 700;
}
.calculator__ust__final-price {
  font-weight: 700;
}
.calculator__loading {
  color: #212529;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.calculator--white {
  background-color: rgba(255, 255, 255, 0.8);
}
.calculator__counter {
  font-size: 1.25rem;
}
.calculator__bg {
  overflow: hidden;
  position: relative;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.calculator .input-group-text {
  white-space: pre-wrap;
}
.calculator .step .form-text {
  color: #fff;
}
.calculator__select-field {
  border: 1px solid rgba(228, 228, 228, 0.8);
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  color: #212529;
  font-size: 1rem;
  width: 100%;
}
.calculator__select-field option {
  font-weight: 400 !important;
}
.calculator__select-search {
  display: flex !important;
  align-items: center;
  height: 40px !important;
  font-weight: 400;
}
.calculator__select-search span {
  color: #212529 !important;
}
.calculator__select-block {
  width: 100%;
  margin-right: 15px;
  margin-bottom: 15px;
}
.calculator__select-dop {
  display: none;
}
.calculator__select-dop.active {
  display: block;
}

.form {
  max-width: 400px;
}
.form__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.reviews__items {
  margin-bottom: 20px;
}
.reviews__item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  height: 100%;
}
.reviews__item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.reviews__item-title {
  display: inline-block;
  line-height: 1.2;
}
.reviews__btn {
  display: block;
  margin: 0 auto;
  max-width: 260px;
}
@media (min-width: 992px) {
  .reviews__btn {
    max-width: 360px;
  }
}

.review__item-wrapper {
  column-count: 1 !important;
}
@media (min-width: 768px) {
  .review__item-wrapper {
    column-count: 2 !important;
  }
}
.review__item-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.review__item-stars {
  margin-right: 20px;
}
.review__item-date {
  font-size: 0.875rem;
}
.review__item {
  border: 1px solid #f5f5f5;
  border-radius: 0;
  padding: 20px;
  margin: 20px 0;
  transition: 0.6s all;
}
.review__item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.review__item-cut {
  overflow-y: auto;
  max-height: 145px;
  margin: 10px 0;
}
.review__item-cut::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.review__item-cut::-webkit-scrollbar-thumb {
  background-color: #4caf50;
  border-radius: 2px;
  box-shadow: 1px 1px 10px #f3faf7;
}
.review__item-cut p:last-child {
  margin-bottom: 0;
}
.review__item-title {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.review__item-author {
  font-size: 0.875rem;
}
.review__item-author i {
  margin-right: 10px;
}
.review__item-link {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
  background-color: #fff7df;
  margin-top: 20px;
}

.digits {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.digits .container {
  padding-left: 0;
  padding-right: 0;
}
.digits strong {
  color: #d8ff42;
}
.digits p {
  color: #fff;
}
.digits h2, .digits h3 {
  color: #fff;
}
.digits hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0rem;
  margin-bottom: 1rem;
  width: 80px;
  border: none;
  background-color: #28a745;
  height: 3px;
}
.digits strong {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  .digits strong {
    font-size: 3.25rem;
  }
}
.digits .chip {
  text-align: center;
  margin: -8px 0 0 0;
}
.digits__video iframe {
  display: block;
  margin: 30px auto;
  max-height: 200px;
}
@media (min-width: 992px) {
  .digits__video iframe {
    border: 1px solid #fff;
    margin: 0 auto;
    padding: 20px;
    max-height: unset;
    min-height: 400px;
  }
}
.digits__video-local {
  margin: 30px auto;
  max-height: 200px;
}
@media (min-width: 992px) {
  .digits__video-local {
    border: 1px solid #fff;
    margin: 0 auto;
    padding: 20px;
    max-height: unset;
    min-height: 400px;
  }
}
.digits__photo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .digits__photo {
    justify-content: space-between;
  }
}
.digits__photo a {
  flex-basis: 50%;
}
@media (min-width: 992px) {
  .digits__photo a {
    flex-basis: 15%;
  }
}
@media (min-width: 992px) {
  .digits__photo--team {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .comments {
    max-height: 1000px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.select2-container {
  min-width: 200px;
}
@media (min-width: 1140px) {
  .select2-container {
    min-width: 300px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
}
@media (max-width: 540px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: relative;
    margin-right: 5px;
  }
}
@media (max-width: 540px) {
  .select2-container--open .select2-dropdown-below {
    max-width: 250px;
  }
}
.select2-results__option {
  font-weight: 400;
}
.select2-selection__rendered {
  width: 100%;
}

.scheme {
  color: #fff;
}
.scheme__digit {
  border: 1px solid rgba(216, 255, 66, 0.1);
  border-radius: 50%;
  padding: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
}
.scheme__digit:before {
  content: "";
  width: 100%;
  background-color: rgba(216, 255, 66, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.scheme__digit span {
  color: #d8ff42;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  line-height: 5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scheme__digit--1:before {
  height: 12%;
}
.scheme__digit--2:before {
  height: 24%;
}
.scheme__digit--3:before {
  height: 36%;
}
.scheme__digit--4:before {
  height: 48%;
}
.scheme__digit--5:before {
  height: 60%;
}
.scheme__digit--6:before {
  height: 72%;
}
.scheme__digit--7:before {
  height: 84%;
}
.scheme__digit--8:before {
  height: 100%;
}
.scheme__digit-title {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .scheme__digit-title {
    font-size: 1.4rem;
  }
}

.youtube {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  overflow: hidden;
  min-height: 100vh;
}
.youtube i {
  color: #7aff4c;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 10rem;
  cursor: pointer;
}
.youtube i:before {
  display: block;
}

.questions .card {
  border: 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .questions .card {
    padding: 20px;
  }
}
.questions .card-header {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.questions .card-header h3 {
  cursor: pointer;
  font-family: "Roboto";
  font-size: 0.875rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .questions .card-header h3 {
    font-size: 1.25rem;
  }
}
.questions .card-header h3:hover {
  text-decoration: underline;
}
.questions .card-header h3 i {
  color: #145551;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .questions .card-header h3 i {
    margin-right: 20px;
  }
}
.questions .card-body {
  border-left: 1px solid #dee2e6;
  padding-bottom: 0;
  margin-left: 0.25rem;
}
.questions .card-body p:last-child {
  margin-bottom: 0;
}

.installation_GBO__text {
  font-size: 0.85rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .installation_GBO__text {
    font-size: 0.75rem;
    font-weight: 700;
  }
}
@media (min-width: 1140px) {
  .installation_GBO__text {
    font-size: 0.85rem;
    font-weight: 700;
  }
}
.installation_GBO__border {
  position: relative;
  border: 2px solid #3ebd00;
  padding: 5px;
}
.installation_GBO__border:before {
  content: "";
  display: block;
  width: 300px;
  height: 180px;
  background-image: url(../js/../images/banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: -12px;
}
.installation_GBO__border:before {
  content: "";
  display: block;
  width: 300px;
  height: 180px;
  background-image: url(../js/../images/banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: -12px;
}
@media (min-width: 1140px) {
  .installation_GBO__border:before {
    content: "";
    display: block;
    width: 300px;
    height: 180px;
    background-image: url(../js/../images/banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: -12px;
  }
}

.lovato__text {
  font-size: 0.85rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .lovato__text {
    font-size: 0.75rem;
    font-weight: 700;
  }
}
@media (min-width: 1140px) {
  .lovato__text {
    font-size: 0.85rem;
    font-weight: 700;
  }
}
.lovato__border {
  position: relative;
  border: 2px solid #3ebd00;
  padding: 5px;
}
.lovato__border:before {
  content: "";
  display: block;
  width: 300px;
  height: 180px;
  background-image: url(../js/../images/banner1.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -17px;
  left: -12px;
}
@media (min-width: 1140px) {
  .lovato__border:before {
    content: "";
    display: block;
    width: 300px;
    height: 180px;
    background-image: url(../js/../images/banner1.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -17px;
    left: -12px;
  }
}

.news__item {
  padding: 0.5rem;
  margin-bottom: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  transition: 1s ease-out;
}
.news__item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.news__item span {
  display: block;
  font-size: 0.75rem;
  padding: 0.5rem 0;
}
.news__item-title {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  min-height: 2.5em;
}

.map__item-wrap {
  display: flex;
  flex-direction: row;
}
.map__item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.map__item--mobile {
  background-color: #f9f9f9;
  box-shadow: none;
  width: 50%;
  margin-bottom: 0;
  padding: 10px;
}
@media (min-width: 992px) {
  .map__item {
    margin-bottom: 0;
  }
}
.map__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.map__item-buttons {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .map__item-buttons {
    justify-content: flex-start;
  }
}
.map__item-buttons .btn {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .map__item-buttons .btn {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.map__gallery {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}
.map__gallery a {
  flex-basis: 50%;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .map__gallery a {
    flex-basis: 33%;
  }
}
