@font-face {
  font-display: swap;
  font-family: 'NouvelR';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/NouvelR-Bold.woff2');
  src: url('../fonts/NouvelR-Bold.woff2') format('woff2'),
    url('../fonts/NouvelR-Bold.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'NouvelR';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/NouvelR-Regular.woff2');
  src: url('../fonts/NouvelR-Regular.woff2') format('woff2'),
    url('../fonts/NouvelR-Regular.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'NouvelR';
  font-weight: 900;
  font-style: normal;
  src: url('../fonts/NouvelR-Extrabold.woff2');
  src: url('../fonts/NouvelR-Extrabold.woff2') format('woff2'),
    url('../fonts/NouvelR-Extrabold.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'NouvelR';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/NouvelR-Semibold.woff2');
  src: url('../fonts/NouvelR-Semibold.woff2') format('woff2'),
    url('../fonts/NouvelR-Semibold.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'NouvelR';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/NouvelR-Light.woff2');
  src: url('../fonts/NouvelR-Light.woff2') format('woff2'),
    url('../fonts/NouvelR-Light.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'NouvelR';
  font-weight: 100;
  font-style: normal;
  src: url('../fonts/NouvelR-Book.woff2');
  src: url('../fonts/NouvelR-Book.woff2') format('woff2'),
    url('../fonts/NouvelR-Book.woff') format('woff');
}

*::-webkit-input-placeholder {
  color: #828282;
}

*:-moz-placeholder {
  color: #828282;
}

*::-moz-placeholder {
  color: #828282;
}

*:-ms-input-placeholder {
  color: #828282;
}

*::-ms-clear {
  display: none;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #000000;
}

*::-webkit-scrollbar-thumb {
  background: #efdf00;
}

* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #efdf00;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #efdf00;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent;
}

*::-moz-selection {
  color: #efdf00;
  background: #000000;
}

*::selection {
  color: #efdf00;
  background: #000000;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: green;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 19px;
  font-family: 'NouvelR', sans-serif;
  overflow-x: hidden;
  opacity: 1;
  color: #000000;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'NouvelR', sans-serif;
  line-height: 1.2em;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #efdf00;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  outline-width: 0;
  text-decoration: none;
}
a:hover {
  color: #efdf00;
}

[v-cloak] {
  display: none;
}

.redput {
  color: #910a2d;
  border-color: #910a2d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.redput::-webkit-input-placeholder {
  color: #910a2d !important;
}
.redput:-moz-placeholder {
  color: #910a2d !important;
}
.redput::-moz-placeholder {
  color: #910a2d !important;
}
.redput:-ms-input-placeholder {
  color: #910a2d !important;
}

.no-wrap {
  white-space: nowrap;
}

#app {
  overflow: hidden;
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.red {
  color: #910a2d !important;
}

.accent {
  color: #efdf00;
}

h1 {
  font-size: 60px;
  line-height: 1;
  max-width: 1100px;
  width: 100%;
}

h2 {
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  text-align: center;
  font-weight: bold;
}

h3 {
  font-size: 40px;
  line-height: 48px;
  color: #000000;
  font-weight: bold;
}

h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.flickity-prev-next-button {
  width: 40px;
  height: 40px;
  border-radius: 0px;
  background: #f2f2f2;
  opacity: 1;
  outline: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: -68px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.flickity-prev-next-button.next {
  right: 0;
}
.flickity-prev-next-button.previous {
  left: auto;
  right: 43px;
}
.flickity-prev-next-button:hover {
  background-color: #efdf00;
}

[data-fancybox] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.svg_list {
  display: none;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .ios {
    overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important;
  }
  h1 {
    font-size: 40px;
    max-width: 530px;
    width: 100%;
  }
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .flickity-button.flickity-prev-next-button {
    display: none !important;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  h1 {
    font-size: 24px;
    line-height: 1;
  }
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
  h3 {
    font-size: 24px;
    line-height: 29px;
  }
}

.btn {
  position: relative;
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  border: 0;
  margin: 0 auto;
  padding: 15px 20px;
  min-width: 200px;
  min-height: 46px;
}
.btn:hover {
  color: #000000;
  background-color: #efdf00;
}
.btn.reverse-btn {
  background-color: #fff;
  color: #000000;
}
.btn.reverse-btn:hover {
  background-color: #efdf00;
}
.btn .text {
  position: relative;
  z-index: 1;
}
.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #0f437a;
  left: 0;
  top: 0;
  border-radius: 2px;
}
.btn.sending .progress {
  -webkit-animation-name: sendingPhone;
  animation-name: sendingPhone;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

button {
  display: block !important;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
}

.input-block {
  width: 100%;
  height: 55px;
  position: relative;
}

.input {
  display: block;
  text-align: left;
  font-family: 'NouvelR', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  color: #828282;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.input:hover,
.input:focus {
  border-color: #000000;
  color: #000000;
}

.wrong + .input {
  border-color: red;
}

.phone {
  white-space: nowrap;
}

.form__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__checkbox input {
  width: 20px;
  height: 20px;
  margin-right: 11px;
}
.form__checkbox span {
  color: #828282;
  font-size: 13px;
  line-height: 16px;
}
.form__checkbox a {
  color: #828282;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.popup .body {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  padding-top: 0px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.popup .body .close {
  position: absolute;
  width: 49px;
  height: 49px;
  top: -5px;
  right: -5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
}
.popup .body .close:before {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background: #000000;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 48%;
  left: 30%;
}
.popup .body .close:after {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background: #000000;
  border-radius: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 48%;
  left: 30%;
}
.popup .body .close:hover:after,
.popup .body .close:hover:before {
  background-color: #efdf00;
}
.popup .body .content.tnxpopup {
  display: block;
  max-height: 90vh;
  height: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  width: 100%;
}
.popup .body .content.tnxpopup .btn:after {
  display: none;
}
.popup .body .content.tnxpopup p {
  text-align: center;
}
.popup .body .content.tnxpopup p.bold {
  font-weight: bold;
  font-size: 24px;
}
.popup .body .content {
  max-height: 70vh;
  padding: 40px 20px;
}
.popup .body .content p {
  line-height: 1.2em;
}
.popup .body .content form {
  width: 100%;
}
.popup .body .content form .btn {
  width: 100%;
}
.popup .body .content form .submit {
  margin-top: 30px;
}
.popup .body .content form > p {
  font-family: 'NouvelR', sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}
.popup .body .content .form-elements {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup .body .content .form-elements .input-block {
  margin-top: 25px;
  width: 100%;
}
.popup .body .content .form__checkbox {
  margin-top: 49px;
}
.popup__text {
  margin-top: 10px;
}
.popup.open {
  visibility: visible;
  background: rgba(0, 0, 0, 0.8);
}
.popup.open .body {
  -webkit-transform: translateY(-45%) scale(1);
  -ms-transform: translateY(-45%) scale(1);
  transform: translateY(-45%) scale(1);
}

.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #efdf00;
  -webkit-animation-name: loader-spin;
  animation-name: loader-spin;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 12px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  z-index: 2;
}
.circle-loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.circle-loader.checking {
  opacity: 1;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #299926;
  -webkit-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
.load-complete.wrong {
  border-color: #910a2d;
  cursor: pointer;
}
.load-complete.wrong:before {
  content: '';
  display: block;
  height: 2px;
  width: 8px;
  background: #910a2d;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.load-complete.wrong:after {
  content: '';
  display: block;
  height: 2px;
  width: 8px;
  background: #910a2d;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.checkmark {
  display: none;
}
.checkmark:after {
  opacity: 1;
  height: 11px;
  width: 7px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid #299926;
  border-top: 2px solid #299926;
  content: '';
  left: 2px;
  top: 8px;
  position: absolute;
}
.checkmark.draw:after {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
}
.checkmark.checked {
  display: block;
}

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 7px;
    opacity: 1;
  }
  40% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 7px;
    opacity: 1;
  }
  40% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}

@-webkit-keyframes sendingPhone {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 45%;
  }
  55% {
    width: 50%;
  }
  65% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}

@keyframes sendingPhone {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 45%;
  }
  55% {
    width: 50%;
  }
  65% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}

.btngreen {
  background-color: #155ca7;
}

.success {
  width: 60%;
  margin: 40px auto 0;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: block;
}
.success svg {
  width: 35px;
  height: 28px;
}
.success svg path {
  fill: #fff;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
}

.counter {
  text-align: center;
}
.counter__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
.counter__value {
  font-size: 90px;
  line-height: 1;
  color: #efdf00;
  font-weight: bold;
}
.counter__label {
  margin-top: 20px;
}
.counter__item {
  width: 105px;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .counter__title {
    font-size: 14px;
    line-height: 17px;
  }
  .counter__wrapper {
    margin-top: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .counter__value {
    font-size: 40px;
    line-height: 48px;
  }
  .counter__item {
    width: 62px;
  }
  .counter__label {
    margin-top: 0px;
    font-size: 10px;
    line-height: 12px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
}

.header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 10;
}
.header__logo {
  cursor: pointer;
}
.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
.header__contacts {
  margin-left: auto;
}
.header__phone {
  font-weight: bold;
  display: block;
}
.header__phone a {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.header__link {
  text-decoration: underline;
  color: #000000;
}
.header__address {
  margin-left: 50px;
}
.header__button {
  margin-left: 74px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .header__button {
    margin-left: 20px;
  }
  .header__address {
    margin-left: 20px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/
  .header__wrapper {
    padding: 10px 0;
  }
  .header__logo {
    width: 166px;
  }
  .header__logo svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .header__contacts {
    margin-left: auto;
    font-size: 12px;
    line-height: 14px;
  }
  .header__phone a {
    font-size: 14px;
    line-height: 17px;
  }
  .header__address {
    margin-left: 35px;
    line-height: 14px;
  }
  .header__button {
    display: none;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .header__address {
    display: none;
  }
  .header__contacts {
    text-align: right;
  }
  .header__wrapper {
    padding: 10px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
}

.main {
  margin-top: 119px;
  position: relative;
}
.main__bg {
  position: relative;
}
.main__bg::after {
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(37.56%, #000000),
    color-stop(82.33%, rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(left, #000000 37.56%, rgba(0, 0, 0, 0) 82.33%);
  background: linear-gradient(90deg, #000000 37.56%, rgba(0, 0, 0, 0) 82.33%);
  position: absolute;
  z-index: 1;
}
.main__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 95px 90px 0 90px;
  color: #fff;
  z-index: 2;
}
.main__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 33px;
}
.main__text {
  font-size: 30px;
  line-height: 36px;
}
.main__btn {
  margin-top: 60px;
  opacity: 0.59;
  border: 1px solid #fff;
  background: transparent;
  margin-left: 0;
  margin-right: auto;
}
.main__btn:hover {
  opacity: 1;
}
.main__label {
  margin-left: 150px;
  width: 221px;
  height: 221px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
.main__label--bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: #efdf00;
  z-index: -1;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1500px) {
  /**/
  .main__content {
    padding: 40px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .main__content {
    padding: 30px;
    position: static;
  }
  .main__action {
    margin-top: 60px;
  }
  .main__btn {
    margin-top: 84px;
    margin-right: 0;
    width: 250px;
  }
  .main__label {
    width: 110px;
    height: 110px;
    font-size: 10px;
    line-height: 12px;
    margin-left: 0px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .main__action {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .main__bg {
    height: 100%;
    position: absolute;
    z-index: -1;
  }
  .main__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: auto;
    display: block;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/
  .main {
    margin-top: 61px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .main {
    min-height: 400px;
    padding-bottom: 160px;
  }
  .main__text {
    font-size: 18px;
    line-height: 22px;
    width: 140px;
  }
  .main__action {
    margin-top: 25px;
  }
  .main__label {
    position: absolute;
    left: 155px;
    top: 210px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .main__btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    opacity: 1;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
}

.service {
  margin-top: 100px;
}
.service__categoryes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 39px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service__category {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #000000;
  border-radius: 40px;
  padding: 12px 20px;
  margin: 7px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.service__category.active {
  background-color: #efdf00;
}
.service__category:hover {
  opacity: 0.7;
}
.service__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 63px;
}
.service__item {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  z-index: 2;
  height: 312px;
  background-position: center center;
  cursor: pointer;
}
.service__item:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.service__item:hover .service__name {
  color: #efdf00;
}
.service__item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(43.66%, rgba(0, 0, 0, 0)),
    to(#000000)
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 43.66%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.66%, #000000 100%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0);
}
.service__name {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .service {
    margin-top: 70px;
  }
  .service__items {
    margin-top: 0px;
    display: none;
  }
  .service__items.flickity-enabled {
    display: block;
  }
  .service__item {
    width: 270px;
    margin-right: 30px;
  }
  .service__category {
    font-size: 14px;
    padding: 5px 15px;
    margin: 5px;
    margin-bottom: 30px;
  }
  .service__categoryes {
    max-width: 596px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .service {
    margin-top: 50px;
  }
  .service__category {
    margin: 5px;
  }
  .service__categoryes {
    margin-top: 25px;
  }
  .service__items {
    margin-top: 30px;
  }
}

.benefits {
  margin-top: 109px;
}
.benefits__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 57px;
}
.benefits__item {
  text-align: center;
  width: 231px;
  padding: 0px 5px;
}
.benefits__icon {
  margin-bottom: 20px;
}
.benefits__text {
  font-size: 18px;
  line-height: 22px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .benefits {
    margin-top: 70px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .benefits {
    margin-top: 50px;
  }
  .benefits__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .benefits__item {
    width: 155px;
    margin-bottom: 22px;
  }
  .benefits__item svg {
    width: 35px;
    height: 35px;
    margin-bottom: 9px;
  }
  .benefits__item__text {
    font-size: 14px;
    line-height: 17px;
  }
}

.consultant {
  margin-top: 120px;
}
.consultant__wrapper {
  background-color: #000000;
  position: relative;
  min-height: 183px;
  padding: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  z-index: 1;
}
.consultant__image {
  position: absolute;
  width: 350px;
  height: 232px;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.consultant__title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  max-width: 526px;
  width: 100%;
}
.consultant__button {
  margin-left: 40px;
  margin-right: 0;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .consultant {
    margin-top: 70px;
  }
  .consultant__wrapper {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .consultant__title {
    max-width: 377px;
    margin-left: auto;
  }
  .consultant__button {
    margin-top: 27px;
    margin-left: 0;
    margin-right: 165px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .consultant {
    margin-top: 50px;
  }
  .consultant__wrapper {
    display: block;
    padding: 20px;
  }
  .consultant__title {
    font-size: 20px;
    line-height: 24px;
  }
  .consultant__button {
    margin: 0;
    margin-top: 160px;
  }
  .consultant__image {
    width: 295px;
    height: 195px;
    left: auto;
    right: 0;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
}

.delivery {
  margin-top: 88px;
  background-image: url('../img/delivery__bg.jpg');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.delivery__contacts {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 22px;
}
.delivery__contacts .phone a {
  font-weight: bold;
  font-size: 29px;
  line-height: 35px;
  display: block;
  color: #000000;
}
.delivery__wrapper {
  margin-top: 55px;
  position: relative;
}
.delivery__text {
  position: absolute;
  width: 231px;
}
.delivery__text.text-1 {
  left: 0;
  top: 143px;
  text-align: right;
}
.delivery__text.text-2 {
  left: 100px;
  top: 13px;
  text-align: right;
}
.delivery__text.text-3 {
  right: 100px;
  top: 13px;
}
.delivery__text.text-4 {
  right: 0;
  top: 143px;
}
.delivery__image {
  width: 834px;
  margin-left: auto;
  margin-right: auto;
}
.delivery__button {
  position: absolute;
  bottom: 111px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .delivery {
    margin-top: 70px;
    background-position: center center;
    width: 100%;
  }
  .delivery img {
    margin-left: auto;
    margin-right: auto;
  }
  .delivery__text {
    width: 168px;
  }
  .delivery__text.text-2 {
    left: 30px;
  }
  .delivery__text.text-3 {
    right: 30px;
  }
  .delivery__text.text-1 {
    left: 30px;
    top: auto;
    bottom: 75px;
  }
  .delivery__text.text-4 {
    right: 30px;
    top: auto;
    bottom: 75px;
  }
  .delivery__button {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/
  .delivery__image {
    width: 100%;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .delivery {
    margin-top: 50px;
    background-position: center center;
    background-size: cover;
  }
  .delivery__text {
    position: static;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 38px;
    position: relative;
  }
  .delivery__text:not(:last-child):after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
    bottom: -23px;
  }
  .delivery__text.text-2,
  .delivery__text.text-1 {
    text-align: center;
    left: 0;
    top: 0;
  }
  .delivery__text.text-3,
  .delivery__text.text-4 {
    right: 0;
    top: 0;
  }
  .delivery__text.text-4::after {
    display: none;
  }
  .delivery__contacts {
    margin-top: 22px;
  }
  .delivery__wrapper {
    margin-top: 30px;
  }
  .delivery__button {
    margin-top: 20px;
  }
}

.prices {
  margin-top: 73px;
}
.prices__cars {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; */
  /* -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  margin-top: 64px;
}
.flickity-page-dots {
  bottom: -22px;
}
/* dots are lines */
.flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}
.prices__car {
  padding: 10px;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  white-space: nowrap;
}
.prices__car:hover {
  color: #efdf00;
}
.prices__car.active {
  font-weight: bold;
  background-color: #efdf00;
}
.prices__car.active:hover {
  color: #000000;
}
.prices__table {
  margin-top: 46px;
}
.prices__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #bdbdbd;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.prices__row:hover {
  background-color: #f2f2f2;
}
.prices__row:last-child {
  border-bottom: 1px solid #bdbdbd;
}
.prices__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding: 30px;
}
.prices__values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 400px;
  -ms-flex-preferred-size: 400px;
  flex-basis: 420px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px solid #bdbdbd;
  align-items: center;
}
.prices__value {
  padding: 30px;
  font-size: 18px;
  font-weight: bold;
}
.prices__value s {
  color: #bdbdbd;
}
.prices__disclaimer {
  margin-top: 30px;
  color: #bdbdbd;
  font-size: 14px;
  line-height: 17px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .prices {
    margin-top: 70px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/
  .prices__cars {
    display: block;
  }
  .prices__car {
    white-space: nowrap;
    margin-right: 10px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .prices {
    margin-top: 50px;
  }
  .prices__row {
    display: block;
    padding: 10px 0;
  }
  .prices__name {
    padding: 0;
    font-size: 14px;
  }
  .prices__value {
    padding: 0;
    font-size: 16px;
    margin-right: 15px;
  }
  .prices__values {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-left: none;
    margin-top: 15px;
  }
  .prices__disclaimer {
    margin-top: 15px;
    font-size: 12px;
    line-height: 14px;
  }
}

.discount {
  margin-top: 78px;
  background-image: url('../img/discount__bg.jpg');
  background-size: cover;
  background-position: center center;
  padding: 70px 0;
  color: #fff;
}
.discount__wrapper h2 {
  color: #fff;
}
.discount__subtitle {
  margin-top: 20px;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}
.discount__counter {
  margin-top: 60px;
  max-width: 685px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.discount__button {
  margin-top: 45px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .discount {
    margin-top: 70px;
    padding: 30px 0px 64px 0px;
  }
  .discount__subtitle {
    font-size: 24px;
    line-height: 29px;
  }
  .discount__counter {
    margin-top: 45px;
  }
  .discount__button {
    margin-top: 40px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .discount {
    margin-top: 50px;
    padding: 25px 0;
  }
  .discount__subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-top: 8px;
  }
  .discount__subtitle br {
    display: none;
  }
  .discount__counter {
    margin-top: 41px;
  }
  .discount__button {
    margin-top: 24px;
  }
}

.gallery {
  margin-top: 115px;
}
.gallery h3 {
  text-align: left;
  max-width: 770px;
  width: 100%;
  margin-left: 0;
}
.gallery__slider {
  margin-top: 60px;
}
.gallery__slide {
  width: calc(33.333% - 15px);
  margin-right: 30px;
  height: 232px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .gallery {
    margin-top: 70px;
  }
  .gallery__slide {
    width: 370px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .gallery {
    margin-top: 50px;
  }
  .gallery__slider {
    margin-top: 25px;
  }
  .gallery__slide {
    width: 270px;
    height: 170px;
    margin-right: 10px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
}

.reviews {
  margin-top: 108px;
}
.reviews__slider {
  margin-top: 60px;
  display: none;
}
.reviews__slider.flickity-enabled {
  display: block;
}
.reviews__slide {
  width: calc(33.333% - 15px);
  padding: 30px;
  background: #f2f2f2;
  margin-right: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.reviews__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews__image {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 23px;
}
.reviews__image img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.reviews__name {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.reviews__text {
  margin-top: 28px;
  font-size: 18px;
  line-height: 22px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .reviews {
    margin-top: 70px;
  }
  .reviews__slide {
    width: 370px;
  }
  .reviews__slider {
    margin-top: 40px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .reviews {
    margin-top: 50px;
  }
  .reviews__slide {
    width: 270px;
    padding: 20px;
    margin-right: 10px;
  }
  .reviews__image {
    width: 54px;
    height: 54px;
    margin-right: 10px;
  }
  .reviews__name {
    font-size: 16px;
    line-height: 19px;
  }
  .reviews__text {
    font-size: 14px;
    line-height: 17px;
    margin-top: 22px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
}

.steps {
  margin-top: 90px;
}
.steps__items {
  margin-top: 95px;
  display: grid;
  grid-template-columns: repeat(3, 26.1%);
  -webkit-column-gap: 10.85%;
  -moz-column-gap: 10.85%;
  column-gap: 10.85%;
  counter-reset: stepCounter;
}
.steps__item {
  margin-bottom: 40px;
  position: relative;
  counter-increment: stepCounter;
}
.steps__item::before {
  content: counter(stepCounter);
  width: 62px;
  height: 62px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #efdf00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.steps__item::after {
  position: absolute;
  content: '';
  right: 0;
  top: 24px;
  width: 134px;
  height: 12px;
  background-image: url('../img/step__line.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
.steps__text {
  margin-top: 25px;
}
.steps__disclaimer {
  color: #bdbdbd;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .steps {
    margin-top: 70px;
  }
  .steps__items {
    margin-top: 50px;
    display: block;
  }
  .steps__item {
    width: 298px;
    margin-right: 35px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .steps {
    margin-top: 50px;
  }
  .steps__item {
    width: 259px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .steps__item:before {
    width: 47px;
    height: 47px;
    font-size: 35px;
    line-height: 1;
  }
  .steps__item:after {
    right: auto;
    left: 68px;
    width: 106px;
    top: 17px;
  }
  .steps__text {
    margin-top: 11px;
    font-size: 14px;
    line-height: 17px;
  }
  .steps__disclaimer {
    font-size: 14px;
    line-height: 17px;
  }
  .steps__items {
    margin-top: 27px;
  }
}

.numbers {
  margin-top: 109px;
  background-color: #000000;
  padding: 39px 122px 65px 122px;
  color: #fff;
}
.numbers h3 {
  color: #fff;
  text-align: center;
}
.numbers__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
.numbers__item {
  width: 228px;
}
.numbers__value {
  color: #efdf00;
  font-size: 58px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
}
.numbers__value::after {
  content: '';
  position: absolute;
  width: 43px;
  height: 1px;
  background-color: #efdf00;
  right: 0;
  top: 50%;
}
.numbers__value::before {
  content: '';
  position: absolute;
  width: 43px;
  height: 1px;
  background-color: #efdf00;
  left: 0;
  top: 50%;
}
.numbers__text {
  text-align: center;
  margin-top: 20px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .numbers {
    margin-top: 70px;
    padding: 39px 90px 49px 90px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .numbers {
    margin-top: 50px;
    padding: 25px 20px;
  }
  .numbers__items {
    margin-top: 21px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .numbers__item {
    margin-bottom: 25px;
  }
}

.contacts {
  margin-top: 81px;
}
.contacts__wrapper {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts__info {
  min-width: 370px;
  width: 370px;
}
.contacts__item {
  border-top: 1px solid #bdbdbd;
}
.contacts__item:last-child {
  border-bottom: 1px solid #bdbdbd;
}
.contacts__item.active .contacts__text {
  display: block;
}
.contacts__item.active .contacts__title {
  font-weight: bold;
}
.contacts__item.active .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contacts__text {
  display: none;
  padding-bottom: 30px;
  padding: 0 30px 30px 30px;
}
.contacts__text a {
  color: #000000;
}
.contacts__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  padding: 25px 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contacts__title:hover {
  color: #efdf00;
}
.contacts__title span {
  margin-right: auto;
  margin-left: 15px;
}
.contacts__title .arrow {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contacts__navigator {
  margin-top: 25px;
  display: block;
  text-decoration: underline;
}
.contacts__map {
  background-color: #f2f2f2;
  width: 100%;
  margin-left: 28px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .contacts {
    margin-top: 70px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .contacts {
    margin-top: 50px;
  }
  .contacts h3 {
    display: none;
  }
  .contacts__wrapper {
    margin-top: 0;
    display: block;
  }
  .contacts__map {
    height: 200px;
    margin: 0;
  }
  .contacts__info {
    width: 100%;
    min-width: auto;
    font-size: 14px;
    line-height: 17px;
  }
  .contacts__title {
    padding: 17px 0;
  }
  .contacts__text {
    padding: 0 30px 25px 30px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
}

.footer {
  margin-top: 70px;
  background-color: #000;
  padding: 30px 0;
  color: #fff;
}
.footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__links {
  text-align: right;
}
.footer__links a {
  color: #efdf00;
  text-decoration: underline;
}
.footer__links a:hover {
  color: #fff;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .footer {
    margin-top: 45px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  .footer__wrapper {
    display: block;
  }
  .footer__links {
    text-align: left;
    margin-top: 15px;
  }
}
