@font-face {
  font-family: "Circe-Regular";
  src: local("Circe-Regular"),
    url("../fonts/Circe-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Circe-Light";
  src: local("Circe-Light"),
    url("../fonts/Circe-Light.woff") format("woff");
    font-display: swap;
}

@font-face {
  font-family: "Circe-Bold";
  src: local("Circe-Bold"),
    url("../fonts/Circe-Bold.woff") format("woff");
    font-display: swap;
}

@font-face {
  font-family: "Circe-ExtraBold";
  src: local("Circe-ExtraBold"),
    url("../fonts/Circe-ExtraBold.woff") format("woff");
    font-display: swap;
}


@font-face {
  font-family: "Gilroy-Heavy";
  src: local("Gilroy-Heavy"),
    url("../fonts/Gilroy-Heavy.woff") format("woff");
    font-display: swap;
}

@font-face {
  font-family: "Gilroy-Bold";
  src: local("Gilroy-Bold"),
    url("../fonts/Gilroy-Bold.woff") format("woff");
    font-display: swap;
}

@font-face {
  font-family: "Gilroy-SemiBold";
  src: local("Gilroy-SemiBold"),
    url("../fonts/Gilroy-SemiBold.woff") format("woff");
    font-display: swap;
}

@font-face {
  font-family: "Gilroy-Regular";
  src: local("Gilroy-Regular"),
    url("../fonts/Gilroy-Regular.woff") format("woff");
    font-display: swap;
}

@font-face {
  font-family: "Gilroy-Medium";
  src: local("Gilroy-Medium"),
    url("../fonts/Gilroy-Medium.woff") format("woff");
    font-display: swap;
}

@font-face {
  font-family: "Gilroy-Black";
  src: local("Gilroy-Black"),
    url("../fonts/Gilroy-Black.woff") format("woff");
    font-display: swap;
}

@font-face {
  font-family: "Montserrat-Black";
  src: local("Montserrat-Black"),
    url("../fonts/Montserrat-Black.woff") format("woff");
    font-display: swap;
}


ul {
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

html {
  font-size: 62.5%;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-transition: 125ms color ease-out;
  transition: 125ms color ease-out;
}

a:hover {
  text-decoration: none;
}

p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.button:hover,
.button:focus {
  text-decoration: none;
  outline: none;
}

.button:active,
.button_active {
  outline: none;
}

.button_disabled,
.button[disabled],
a.button_disabled,
.button_disabled:hover,
.button[disabled]:hover,
a.button_disabled:hover,
.button_disabled:focus,
.button[disabled]:focus,
a.button_disabled:focus,
.button_disabled:active,
.button[disabled]:active,
a.button_disabled:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
  pointer-events: none;
}

.button__icon {
  margin-right: 10px;
  fill: currentColor;
}

.textfield {
  display: inline-block;
}

.textfield__control {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.textfield__control::-webkit-input-placeholder {
  color: #000;
}

.textfield__control:-moz-placeholder {
  color: #000;
}

.textfield__control::-moz-placeholder {
  color: #000;
}

.textfield__control:-ms-input-placeholder {
  color: #000;
}

.textfield__control:focus {
  outline: none;
}

.textfield_path {
  width: 48%;
}

.textfield_multiline .textfield__control {
  padding-top: 15px;
}

padding-left: 15px {
  text-align: left;
}

.main-menu__list {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}

.main-menu__item {
  list-style: none;
}

.main-menu__link {
  color: #000;
  text-decoration: none;
}

.main-menu__link:visited {
  color: inherit;
}

.main-menu__link:hover {
  color: #f03e3e;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-menu {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mobile-menu__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
}

.mobile-menu__time {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-menu_theme_2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mobile-menu_theme_2 .mobile-menu__select {
  margin-bottom: 35px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown__trigger {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  min-width: 100%;
  text-align: left;
  will-change: opacity, visibility;
  -webkit-overflow-scrolling: touch;
}

.dropdown__caret {
  position: absolute;
  top: 50%;
  right: 20px;
  display: none;
}

.dropdown[disabled] .dropdown__trigger,
.dropdown[aria-disabled="true"] .dropdown__trigger {
  pointer-events: none;
}

.dropdown[disabled],
.dropdown[aria-disabled="true"],
.dropdown[disabled]:hover,
.dropdown[aria-disabled="true"]:hover,
.dropdown[disabled]:focus,
.dropdown[aria-disabled="true"]:focus,
.dropdown[disabled]:active,
.dropdown[aria-disabled="true"]:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown_theme_2 .dropdown__trigger {
  width: 200px;
  padding: 8px 18px 8px 18px;
  font-weight: 500;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #e5e7e8;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 40px rgba(109, 109, 109, 0.14);
  box-shadow: 0 0 40px rgba(109, 109, 109, 0.14);
}

.dropdown_theme_2 .dropdown__trigger:hover {
  -webkit-box-shadow: 0 0 40px rgba(109, 109, 109, 0.3);
  box-shadow: 0 0 40px rgba(109, 109, 109, 0.3);
}

.dropdown_theme_2 .dropdown__trigger:hover .dropdown__caret {
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.dropdown_theme_2 .dropdown__caret {
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 13.5 23.6' enable-background='new 0 0 13.5 23.6' xml:space='preserve'%3E%3Cpath d='M2.3,0.4C1.8,0,1,0,0.6,0.4s-0.5,1.3,0,1.8l9.4,9.4l-9.5,9.8c-0.5,0.5-0.5,1.3,0,1.8c0.2,0.2,0.6,0.4,0.9,0.4 c0.3,0,0.7-0.1,0.9-0.4l11.2-11.6L2.3,0.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: conver;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown_theme_2 .dropdown__menu {
  width: 200px;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0 11px 40px rgba(109, 109, 109, 0.14);
  box-shadow: 0 11px 40px rgba(109, 109, 109, 0.14);
}

.dropdown-list {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.dropdown-list__item {
  list-style: none;
}

.dropdown-list__item-link {
  display: block;
  padding: 1em 0.75em;
}

.dropdown-list__item-link:hover,
.dropdown-list__item-link_active {
  background-color: #f2f2f2;
}

.dropdown-list_theme_2 .dropdown-list__item {
  border-bottom: 1px solid rgba(109, 109, 109, 0.14);
}

.dropdown-list_theme_2 .dropdown-list__item-link {
  padding: 5px 35px 5px 18px;
  color: #939393;
  cursor: pointer;
}

.dropdown-list_theme_2 .dropdown-list__item-link:hover {
  background-color: transparent;
}

.main-menu_theme_2 {
  padding: 0;
}

.main-menu_theme_2 .main-menu__item {
  position: relative;
  flex-grow: 1;
  flex-basis: auto;
  text-align: center;
  -ms-flex-preferred-size: auto;
  -ms-flex-positive: 1;
}

.main-menu_theme_2 .main-menu__link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-weight: 700;
  font-size: 16px;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.main-menu_theme_2 .main-menu__link::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #05b2ff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-menu_theme_2 .main-menu__link:hover {
  color: #05b2ff;
}

.main-menu_theme_2 .main-menu__link:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}

.phone {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: bold;
  font-size: 29px;
  color: inherit;
  text-decoration: none;
  -ms-flex-align: center;
}

.phone__icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.hamburger {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  -ms-flex-align: center;
}

.header {
  background-color: #fff;
}

.header__top {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header__info {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}

.header__time {
  font-size: 14px;
}

.header__menu {
  width: 100%;
  margin-left: auto;
}

.header__mobile-menu-trigger {
  display: none;
}

.header_theme_2 .header__top {
  z-index: 6;
  padding: 0;
  background-color: #fff;
}

.header_theme_2 .header__container {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 87px;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.header_theme_2 .header__menu {
  z-index: 5;
  background-color: #f1f6f9;
  -webkit-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.23);
  box-shadow: 0 5px 26px rgba(0, 0, 0, 0.23);
}

.header_theme_2 .header__menu-mobile {
  position: fixed;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  max-height: 80%;
  overflow-y: auto;
  background: #fffafa;
}

.header_theme_2 .header__menu-mobile.show {
  display: block;
}

.icon {
  fill: currentColor;
  fill-rule: evenodd;
}

.form__item {
  margin-bottom: 15px;
}

.form__item:last-child {
  margin-bottom: 0;
}

.form__link-policy {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

.table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  color: $gray-9;
}

.table thead th {
  border: none;
}

.table td,
.table th {
  border: none;
}

.modal {
  padding-right: 0 !important;
}

.modal__content {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0px 8px 51px 0px rgba(19, 53, 105, 0.26);
  box-shadow: 0px 8px 51px 0px rgba(19, 53, 105, 0.26);
}

.modal__header {
  position: relative;
}

.modal__close {
  position: absolute;
  top: 5px;
  right: 12px;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  background-color: transparent;
  border: none;
  outline: none;
  -ms-flex-align: start;
  -ms-flex-pack: end;
}

.modal__close:active,
.modal__close:focus {
  outline: none;
}

.modal__close-btn {
  font-weight: normal;
  font-size: 45px;
  outline: none;
  opacity: 1;
}

.modal__close-btn:active,
.modal__close-btn:focus,
.modal__close-btn:hover {
  outline: none;
}

.modal_theme_2 .modal__dialog {
  max-width: 610px;
}

.modal_theme_2 .modal__content {
  position: relative;
  width: 100%;
}

.modal_theme_2 .modal__content::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
  width: 650px;
  height: 120%;
  border: 2px dashed #05b2ff;
  border-radius: 10px;
}

.modal_theme_2 .modal__body {
  padding: 30px 22px 30px 22px;
  background-color: #fff;
  border-radius: 10px;
}

.modal_theme_2 .modal__close {
  top: 5px;
  right: 5px;
}

.modal_theme_2 .modal__close-btn {
  font-size: 30px;
}

.modal_theme_2 .modal__form-section .form-section__title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

.modal_theme_2 .modal__form-section .form__policy,
.modal_theme_2 .modal__form-section .form__policy-link {
  color: #a9b9c2;
}


body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Circe-Regular";
  color: #000;
}

main {
  overflow: hidden;
}

.phone_main .phone__number {
  padding-top: 2px;
  font-size: 18px;
  font-family: "Circe-ExtraBold";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.phone_main .phone__icon {
  width: 15px;
  height: 15px;
  margin-right: 9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #000;
}

.phone_main:hover .phone__number {
  color: #ff5443;
}

.phone_main:hover .phone__icon {
  fill: #ff5443;
}

.phone_theme_contacts {
  position: relative;
}

.phone_theme_contacts .phone__icon {
  width: 19px;
  height: 19px;
  margin-right: 12px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #7737fb;
}

.phone_theme_contacts .phone__number {
  font-size: 26px;
  font-family: "Circe-Bold";
  color: #7737fb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.phone_theme_contacts:hover .phone__number {
  color: #000;
}

.phone_theme_contacts:hover .phone__icon {
  fill: #000;
}

.phone_footer .phone__number {
  font-size: 16px;
}

.phone_footer .phone__inner {
  margin-right: 5px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.button {
  font-family: "Circe-ExtraBold";
  color: #fff;
  text-transform: uppercase;
}

.button__text {
  -webkit-transform: translateY(1.5px);
  transform: translateY(1.5px);
}

.button_h_sm {
  height: 46px;
}

.button_h_l {
  height: 61px;
}

.button_size_sm {
  font-size: 12px;
}

.button_size_l {
  font-size: 16px;
}

.button_size_xl {
  font-size: 20px;
}

.button_black {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#2c2a38),
    to(#444452)
  );
  background-image: linear-gradient(to left, #2c2a38 0%, #444452 100%);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.24);
}

.button_black:hover {
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.3);
}

.button_red {
  background-color: #ff4b39;
}

.button_red:hover {
  background-color: #dc4637;
}

.button_gray {
  background-color: #555;
}

.button_gray.active {
  background-color: #ff4b39;
}

.button_gray:hover {
  background-color: #ff4b39;
}

.button_modal {
  position: relative;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#2c2a38),
    to(#444452)
  );
  background-image: linear-gradient(to left, #2c2a38 0%, #444452 100%);
  -webkit-box-shadow: 0px 0px 21.759999999999998px 10.24px
      rgba(255, 114, 0, 0.1),
    0 0 6px 0 rgba(255, 114, 0, 0.1), 0px 0px 18px 0px rgba(0, 0, 0, 0.24),
    0 0 10px 0 rgba(255, 114, 0, 0.1);
  box-shadow: 0px 0px 21.759999999999998px 10.24px rgba(255, 114, 0, 0.1),
    0 0 6px 0 rgba(255, 114, 0, 0.1), 0px 0px 18px 0px rgba(0, 0, 0, 0.24),
    0 0 10px 0 rgba(255, 114, 0, 0.1);
}

.button_modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 50px 80px 0px rgba(255, 216, 0, 0.056) inset;
  box-shadow: 0px 50px 80px 0px rgba(255, 216, 0, 0.056) inset;
}

.header_theme_2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
}

.header_theme_2.fixed {
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3);
}

.header_theme_2 .header__select {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 25px;
  margin-left: 35px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-align: center;
}

.header_theme_2 .header__select.fixed {
  opacity: 0;
}

.header_theme_2 .header__select span {
  margin-right: 9px;
  font-size: 12px;
  font-family: "Circe-Regular";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_theme_2 .header__container {
  justify-content: flex-start;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-pack: start;
}

.header_theme_2 .header__container.fixed {
  padding-top: 6px;
  padding-bottom: 6px;
}

.header_theme_2 .header__menu {
  width: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_theme_2 .header__menu.fixed {
  -webkit-transform: translateX(-90px);
  transform: translateX(-90px);
}

.header_theme_2 .header__btn {
  width: 194px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_theme_2 .header__btn.fixed {
  position: relative;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#2c2a38),
    to(#444452)
  );
  background-image: linear-gradient(to left, #2c2a38 0%, #444452 100%);
  -webkit-box-shadow: 0px 0px 21.759999999999998px 10.24px
      rgba(255, 114, 0, 0.1),
    0 0 6px 0 rgba(255, 114, 0, 0.1), 0px 0px 18px 0px rgba(0, 0, 0, 0.24),
    0 0 10px 0 rgba(255, 114, 0, 0.1);
  box-shadow: 0px 0px 21.759999999999998px 10.24px rgba(255, 114, 0, 0.1),
    0 0 6px 0 rgba(255, 114, 0, 0.1), 0px 0px 18px 0px rgba(0, 0, 0, 0.24),
    0 0 10px 0 rgba(255, 114, 0, 0.1);
}

.header_theme_2 .header__btn.fixed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 50px 80px 0px rgba(255, 216, 0, 0.056) inset;
  box-shadow: 0px 50px 80px 0px rgba(255, 216, 0, 0.056) inset;
}

.header_theme_2 .header__logo,
.header_theme_2 .header__phone {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_theme_2 .header__logo.fixed {
  -webkit-transform: scale(0.8) translateX(-20px);
  transform: scale(0.8) translateX(-20px);
}

.header_theme_2 .header__phone {
  margin-right: 16px;
  margin-left: auto;
}

.header_theme_2 .header__mobile-menu-trigger {
  margin-left: auto;
}

.mobile-menu__btn {
  margin-bottom: 10px;
}

.mobile-menu__btn button {
  width: 176px;
  height: 36px;
}

.main-menu_theme_2 .main-menu__item {
  margin-right: 11px;
}

.main-menu_theme_2 .main-menu__item:last-child {
  margin-right: 0;
}

.main-menu_theme_2 .main-menu__link {
  height: auto;
  font-size: 14px;
  font-family: "Circe-Bold";
}

.main-menu_theme_2 .main-menu__link:hover {
  color: #8e8e8e;
}

.main-menu_theme_2 .main-menu__link:hover::before {
  display: none;
}

.mobile-menu_theme_2 .mobile-menu__select {
  margin-bottom: 20px;
}

.mobile-menu_theme_2 .mobile-menu__container {
  padding-bottom: 20px;
}

.logo_theme_2 {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-decoration: none;
  -ms-flex-align: center;
}

.logo_theme_2 .logo__icon {
  width: 48px;
  height: 48px;
  margin-right: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.logo_theme_2 .logo__wrapper-text {
  width: 105px;
  padding-top: 9px;
}

.logo_theme_2 .logo__title {
  font-size: 16px;
  line-height: 1;
  font-family: "Circe-ExtraBold";
  color: #000;
}

.logo_theme_2 .logo__subtitle {
  display: block;
  font-size: 12px;
  font-family: "Circe-Regular";
  color: #000;
}

.logo_theme_2:hover {
  text-decoration: none;
}

.logo_footer .logo__title {
  font-size: 21px;
}

.logo_footer .logo__subtitle {
  margin-top: -2px;
  font-size: 9px;
}

.logo_footer .logo__wrapper-text {
  padding-top: 10px;
}

.dropdown_theme_2 .dropdown__trigger {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 136px;
  height: 28px;
  padding: 0 11px 0 8px;
  background-color: #fff;
  border: none;
  border: 1px solid #c6c6c6;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-flex-align: center;
}

.dropdown_theme_2 .dropdown__text {
  font-size: 12px;
  font-family: "Circe-Regular";
}

.dropdown_theme_2 .dropdown__caret {
  right: 11px;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg fill='%23999999' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='306px' height='306px' viewBox='0 0 306 306' style='enable-background:new 0 0 306 306;' xml:space='preserve'%3E%3Cg%3E%3Cg id='chevron-right'%3E%3Cpolygon points='94.35,0 58.65,35.7 175.95,153 58.65,270.3 94.35,306 247.35,153 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.dropdown_theme_2 .dropdown__menu {
  width: 136px;
}

.dropdown-list {
  background-color: #f9f9f9;
}

.dropdown-list_theme_2 .dropdown-list__item-link {
  padding: 5px 15px 5px 10px;
}

.offer {
  position: relative;
  margin-top: 100px;
  background-image: url("../images/bg-main.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.offer__text-wrapper {
  position: relative;
  z-index: 6;
  padding-top: 127px;
  padding-bottom: 142px;
}

.offer__img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.offer__title {
  font-size: 44px;
  line-height: 0.9;
  font-family: "Circe-ExtraBold";
  color: #fff;
}

.offer__subtitle {
  margin-bottom: 20px;
  font-size: 30px;
  font-family: "Circe-ExtraBold";
  color: #fff;
}

.guarantee {
  position: relative;
  padding: 70px 0 75px 0;
}

.guarantee::before,
.guarantee::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 234px;
  height: 278px;
  background-color: #e8e8e8;
  -webkit-transform: translateY(-50%) skewX(20deg);
  transform: translateY(-50%) skewX(20deg);
}

.guarantee::before {
  right: -112px;
}

.guarantee::after {
  left: -112px;
}

.guarantee__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.guarantee__title {
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 0.9;
  font-family: "Gilroy-Heavy";
  color: #ff5443;
}

.guarantee__text {
  font-size: 14px;
  font-family: "Gilroy-Regular";
}

.guarantee-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  height: 115px;
  overflow: hidden;
  color: #241959;
  -webkit-box-shadow: 0px 17px 51px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 17px 51px 0px rgba(0, 0, 0, 0.06);
}

.guarantee-item:nth-child(1),
.guarantee-item:nth-child(2) {
  margin-bottom: 30px;
}

.guarantee-item__title {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 15px;
  font-size: 14px;
  font-family: "Gilroy-SemiBold";
}

.guarantee-item__icon {
  align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
}

.guarantee-item__icon svg {
  width: 64px;
  height: 64px;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  fill: #f24736;
}

.repairs__title {
  width: 100%;
  margin-bottom: 30px;
  font-size: 44px;
  line-height: 0.9;
  font-family: "Gilroy-Heavy";
  text-align: center;
}

.repairs__item {
  margin-bottom: 30px;
}

.repairs-item {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 60px 0 55px 20px;
  background-color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-pack: justify;
}

.repairs-item:hover {
  background-color: #f24736;
}

.repairs-item:hover .repairs-item__link::before {
  width: calc(100% + 20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.repairs-item:hover .repairs-item__price {
  background: linear-gradient(45deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.repairs-item__title {
  margin-bottom: 45px;
  font-size: 22px;
  line-height: 1;
  font-family: "Gilroy-Medium";
  color: #fff;
}

.repairs-item__price {
  margin-bottom: 15px;
  font-size: 20px;
  font-family: "Circe-ExtraBold";
  background: linear-gradient(45deg, #ff5856 0%, #ff9334 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.repairs-item__icon {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 42%;
  -ms-flex-item-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.repairs-item__icon svg {
  width: 93px;
  height: 93px;
  fill: #fff;
}

.repairs-item__link {
  position: relative;
  font-size: 15px;
  color: #fff !important;
  text-decoration: none;
}

.repairs-item__link::before {
  content: "";
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.repairs-item__link:hover {
  color: #fff;
}

.repairs-item__link:hover::before {
  width: calc(100% + 20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.prices {
  position: relative;
  padding-top: 70px;
}

.prices::before,
.prices::after {
  content: "";
  position: absolute;
  top: 40px;
  z-index: -1;
  height: 278px;
  background-color: #e8e8e8;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}

.prices::before {
  right: -65px;
  width: 100px;
}

.prices::after {
  left: -80px;
  width: 75px;
}

.prices__title {
  margin-bottom: 5px;
  font-size: 44px;
  font-family: "Gilroy-Heavy";
  text-align: center;
  color: #f24736;
}

.prices__btn {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 18px;
  -ms-flex-pack: center;
}

.prices__btn-wrapper {
  display: none;
  margin-top: 15px;
}

.prices__btn-all {
  position: relative;
  width: auto;
  padding: 0;
  font-size: 14px;
  font-family: "Gilroy-Medium";
  color: #000;
  text-transform: lowercase;
}

.prices__btn-all::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.prices__btn-all:hover::before {
  opacity: 0;
}

.steps {
  margin-top: 120px;
}

.steps__item_one {
  margin-bottom: 160px;
}

.steps__item_two {
  margin-bottom: 190px;
}

.steps__title {
  position: relative;
  width: 205px;
  padding-left: 55px;
  font-size: 27px;
  font-family: "Gilroy-Black";
  text-transform: uppercase;
}

.steps__title::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 68%;
  width: 270px;
  height: 80px;
  border-top: 1px dashed #ff7242;
  border-left: 1px dashed #ff7242;
  border-top-left-radius: 5px;
}

.steps__title span {
  color: #ff4e39;
}

.steps__right {
  position: relative;
}

.steps__right::before {
  content: "01";
  position: absolute;
  top: 37%;
  right: 96%;
  z-index: 8;
  font-size: 200px;
  font-family: "Montserrat-Black";
  color: #ff4b39;
  font-style: italic;
}

.steps__right_two::before {
  content: "02";
  position: absolute;
  top: auto;
  right: 120px;
  bottom: 0;
  bottom: -123px;
  z-index: 8;
  font-size: 200px;
  font-family: "Montserrat-Black";
  color: #ff4b39;
  font-style: italic;
}

.steps__right_two::after {
  content: "";
  position: absolute;
  position: absolute;
  right: -150px;
  bottom: 100%;
  width: 278px;
  height: 85px;
  background-color: #e8e8e8;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}

.steps__right_three {
  position: relative;
  padding-right: 60px;
}

.steps__right_three::before {
  content: "03";
  position: absolute;
  top: 69%;
  left: -107px;
  z-index: 10;
  font-size: 200px;
  font-family: "Montserrat-Black";
  color: #ff4b39;
  font-style: italic;
}

.steps-item__img {
  position: absolute;
  top: -20px;
  left: -166px;
}

.steps-item__img_two {
  top: 53%;
  right: 60px;
  left: auto;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.steps-item__img_three {
  left: 101px;
  z-index: 9;
}

.steps-item_black {
  padding: 55px 45px 50px 160px;
  color: #fff;
  background-color: #000;
}

.steps-item_two {
  position: relative;
  z-index: 2;
  padding: 45px 120px 75px 75px;
}

.steps-item_two::after {
  content: "";
  position: absolute;
  top: 0;
  right: 97%;
  width: 64px;
  height: 97px;
  background-color: #fff;
  -webkit-transform: skewX(150deg);
  transform: skewX(150deg);
}

.steps-item_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 60px;
  height: 100%;
  background-color: #000;
}

.steps-item_three {
  position: relative;
  padding: 80px 78px 75px 57px;
}

.steps-item_three::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 120px;
  height: 100%;
  background-color: #000;
}

.steps-item__title {
  margin-bottom: 25px;
  font-size: 26px;
  font-family: "Gilroy-Medium";
}

.steps-item__text {
  font-size: 17px;
  font-family: "Gilroy-Medium";
}

.steps-item__form {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
  padding-right: 47px;
  -ms-flex-pack: end;
}

.table th {
  padding: 0 50px 20px 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  font-family: "Gilroy-Medium";
  color: #9c9c9c;
}

.table td {
  padding: 27px 20px 23px 20px;
  font-size: 15px;
  font-family: "Gilroy-Medium";
  color: #000;
}

.table td:nth-of-type(2) {
  width: 10%;
}

.table tbody tr:nth-of-type(2n + 1) {
  background-color: #d2d2d2;
}

.table tbody > tr:nth-of-type(n + 7) {
  display: none;
}

.table tr:hover .table__price {
  opacity: 0;
}

.table tr:hover .table__ordered {
  z-index: 4;
  opacity: 1;
}

.table__btn {
  position: relative;
}

.table__price {
  font-size: 18px;
  font-family: "Gilroy-Bold";
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.table__ordered-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
}

.table__ordered {
  position: relative;
  z-index: -1;
  font-size: 18px;
  font-family: "Gilroy-SemiBold";
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.table__ordered::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.textfield_main {
  height: 61px;
}

.textfield_main .textfield__control {
  width: 100%;
  height: 100%;
  padding-left: 30px;
  font-size: 14px;
  font-family: "Circe-Bold";
  background-color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.textfield_main .textfield__control:focus,
.textfield_main .textfield__control:hover {
  -webkit-box-shadow: 0px 11px 35px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 11px 35px 0px rgba(255, 255, 255, 0.3);
}

.textfield_main .textfield__control::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Circe-Bold";
}

.textfield_main .textfield__control:-moz-placeholder {
  font-size: 14px;
  font-family: "Circe-Bold";
}

.textfield_main .textfield__control::-moz-placeholder {
  font-size: 14px;
  font-family: "Circe-Bold";
}

.textfield_main .textfield__control:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Circe-Bold";
}

.textfield_red .textfield__control {
  padding-left: 17px;
  border: 1px solid #ff5443;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.textfield_red .textfield__control:hover,
.textfield_red .textfield__control:focus {
  border: 1px solid #ac2618;
  -webkit-box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.1);
}

.textfield_dashed {
  height: 48px;
  border: 1px dashed #3c2979;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.textfield_dashed:hover,
.textfield_dashed:focus {
  border: 1px dashed #7d64cc;
  -webkit-box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 11px 35px 0px rgba(0, 0, 0, 0.2);
}

.textfield_border .textfield__control {
  padding-left: 0;
  text-align: center;
  border: 2px solid #e8e8e8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.textfield_border .textfield__control:hover,
.textfield_border .textfield__control:focus {
  border: 2px solid #d3d3d3;
}

textarea {
  font-size: 16px;
  font-family: "Circe-Bold";
  resize: none;
}

textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Circe-Bold";
}

textarea:-moz-placeholder {
  font-size: 16px;
  font-family: "Circe-Bold";
}

textarea::-moz-placeholder {
  font-size: 16px;
  font-family: "Circe-Bold";
}

textarea:-ms-input-placeholder {
  font-size: 16px;
  font-family: "Circe-Bold";
}

.form-banner {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 457px;
  margin-bottom: 20px;
  padding: 20px 25px;
  border-width: 1px;
  border-style: dashed;
  border-color: #fff;
  -ms-flex-align: center;
}

.form-banner__text {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Circe-Bold";
  color: #fff;
}

.form-section_theme_5 {
  color: #fff;
}

.form-section_theme_5 .form-section__title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Circe-Bold";
}

.form-section_contacts .form-section__title,
.form-section_contacts .form-section__description {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1;
  font-family: "Circe-Bold";
  text-align: center;
}

.form-section_contacts .form-section__body {
  padding-top: 23px;
}

.form-section_theme_message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
}

.form-section_theme_message .form-section__title {
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 1;
  font-family: "Circe-ExtraBold";
  text-align: center;
  color: #121a27;
}

.form-section_theme_message .form-section__description {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Circe-Regular";
  text-align: center;
  color: #121a27;
}

.form__policy-link,
.form__policy {
  margin-top: 13px;
  font-size: 12px;
  font-family: "Circe-Bold";
  color: #767575;
  text-decoration: none;
}

.form__policy.center {
  text-align: center;
}

.form_theme_5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 613px;
  -ms-flex-pack: justify;
}

.form_theme_5 .form__btn {
  width: 256px;
}

.form_theme_5 .form__input {
  width: calc(100% - 266px);
}

.form_contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 390px;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-pack: justify;
}

.form_contacts .form__input {
  width: calc(100% - 170px);
  height: 38px;
  margin-bottom: 10px;
}

.form_contacts .form__input input {
  font-size: 10px;
}

.form_contacts .form__input input::-webkit-input-placeholder {
  font-size: 10px;
}

.form_contacts .form__input input:-moz-placeholder {
  font-size: 10px;
}

.form_contacts .form__input input::-moz-placeholder {
  font-size: 10px;
}

.form_contacts .form__input input:-ms-input-placeholder {
  font-size: 10px;
}

.form_contacts .form__btn {
  width: 165px;
  height: 38px;
  font-size: 10px;
}

.form_contacts .form__policy {
  font-size: 9px;
}

.form_contacts .form__policy-link {
  font-size: 9px;
}

.form_steps {
  width: 385px;
}

.form_steps .form__input {
  width: 100%;
  margin-bottom: 10px;
}

.form_steps .form__btn {
  width: 100%;
}

.form_theme_message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 360px;
  -ms-flex-align: center;
}

.form_theme_message .form__item {
  width: 195px;
  height: 41px;
  margin-bottom: 20px;
}

.form_theme_message .form__btn {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  -ms-flex-pack: center;
}

.form_theme_message .form__btn button {
  width: 195px;
  height: 41px;
}

.form_theme_message .form__policy {
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
  color: #121a27;
}

.present {
  margin-top: 190px;
}

.present__inner {
  position: relative;
  padding: 85px 240px 80px 95px;
  overflow: hidden;
  background-color: #000;
}

.present__title {
  margin-bottom: 55px;
  font-size: 53px;
  font-family: "Circe-ExtraBold";
  color: #fff;
}

.present__title span {
  color: #ff5443;
}

.present__question {
  margin-bottom: 15px;
  font-size: 26px;
  font-family: "Circe-ExtraBold";
  color: #ff5443;
}

.present__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.present__btns button {
  -ms-flex: 1;
  flex: 1 1;
  margin-right: 12px;
}

.present__btns button:last-child {
  margin-right: 0;
}

.present__img {
  position: absolute;
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.advantages {
  position: relative;
  z-index: 2;
  padding-top: 135px;
  padding-bottom: 75px;
}

.advantages::before,
.advantages::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 190px;
  height: 278px;
  background-color: #e8e8e8;
  -webkit-transform: translateY(-50%) skewX(20deg);
  transform: translateY(-50%) skewX(20deg);
}

.advantages::before {
  right: -65px;
}

.advantages::after {
  left: -65px;
}

.advantages__items {
  padding-top: 30px;
}

.advantages__text {
  color: #000;
}

.advantages__text h3 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.1;
  font-family: "Circe-Bold";
}

.advantages__text p {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 19px;
}

.advantages-item {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #bababa;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}

.advantages-item:last-child {
  margin-bottom: 0;
}

.advantages-item__text {
  font-size: 18px;
}

.advantages-item__text span {
  display: block;
  font-size: 42px;
  font-family: "Circe-ExtraBold";
  color: #f24736;
}

.advantages-item__icon svg {
  width: 63px;
  height: 63px;
  fill: #000;
}

.reviews {
  position: relative;
  padding-top: 75px;
  padding-bottom: 120px;
}

.reviews__title {
  margin-bottom: 55px;
  font-size: 45px;
  line-height: 1;
  font-family: "Gilroy-Heavy";
  text-align: center;
}

.reviews__inner {
  position: relative;
  padding-right: 95px;
  padding-left: 95px;
}

.swiper-btn-prev,
.swiper-btn-next {
  position: absolute;
  top: 40%;
  cursor: pointer;
}

.swiper-btn-prev svg,
.swiper-btn-next svg {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #000;
}

.swiper-btn-prev svg:hover,
.swiper-btn-next svg:hover {
  fill: #f24736;
}

.swiper-btn-prev:active,
.swiper-btn-next:active,
.swiper-btn-prev:focus,
.swiper-btn-next:focus {
  outline: none;
}

.swiper-btn-prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.swiper-btn-next {
  right: 0;
}

.swiper-container,
.swiper-wrapper {
  position: relative;
  height: auto;
}

.swiper-container {
  width: 100%;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination {
  top: 100%;
  margin-top: 14px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #ff7242;
  opacity: 0.4;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet:focus,
.swiper-pagination-bullet:active {
  outline: none;
}

.swiper-pagination-bullet-active {
  background-color: #ff7242;
  opacity: 1;
}

.slider-item {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #f5f7f9;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -ms-flex-align: center;
}

.slider-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 116px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}

.slider-item__body {
  height: 250px;
  padding: 26px 40px 40px 140px;
}

.slider-item__info {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.slider-item__name {
  margin-right: 6px;
  font-size: 18px;
  font-family: "Gilroy-Bold";
}

.slider-item__year {
  font-size: 18px;
  font-family: "Gilroy-Bold";
  color: #cacaca;
}

.promo {
  background-image: url("../images/offer-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.promo__img-wrapper {
  position: absolute;
  bottom: 0;
  left: 15px;
}

.promo__img-wrapper img {
  max-width: 100%;
}

.promo__text {
  padding-top: 230px;
  padding-bottom: 230px;
  color: #fff;
}

.promo__title {
  font-size: 45px;
  line-height: 1;
  font-family: "Circe-ExtraBold";
  text-transform: uppercase;
}

.promo__subtitle {
  margin-top: 25px;
  margin-bottom: 35px;
  font-size: 19px;
  line-height: 1;
  font-family: "Circe-ExtraBold";
}

.promo__btn {
  width: 315px;
}

.contacts {
  position: relative;
  margin-top: 80px;
}

.contacts__container {
  position: relative;
}

.contacts__title {
  margin-bottom: 25px;
  font-size: 13px;
  font-family: "Circe-Bold";
  text-align: center;
}

.contacts__subtitle {
  font-size: 19px;
  font-family: "Circe-ExtraBold";
}

.contacts__info {
  width: 100%;
  padding: 40px 15px 35px 15px;
  text-align: center;
  background-color: #edf3f5;
}

.contacts__phone .phone__number {
  font-size: 47px;
  font-family: "Circe-Bold";
}

.contacts__phone .phone__icon {
  width: 37px;
  height: 37px;
  margin-right: 15px;
  fill: #f24e43;
}

.contacts__form {
  margin-top: 30px;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #edf3f5;
}

.contacts__map-wrapper {
  padding-left: 0;
}

.contacts__map {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;

}

.footer {
  overflow: hidden;
}

.footer__container {
  position: relative;
  padding-top: 38px;
  padding-bottom: 40px;
}


.footer__menu-wrapper {
  padding-left: 0;
}

.footer__menu {
  width: 60%;
}

.footer__policy {
  text-align: right;
}

.footer__policy a {
  position: relative;
  font-size: 14px;
  font-family: "Circe-Bold";
  color: #bcbcbc;
  text-decoration: none;
}

.footer__policy a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bcbcbc;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__policy a:hover {
  color: #bcbcbc;
}

.footer__policy a:hover::before {
  opacity: 0;
}

.footer__wrapper-policy {
  padding-left: 0;
}

.footer__phone-wrapper {
  padding-left: 0;
}

.footer__btn-wrapper {
  padding-left: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.footer__btn {
  width: 194px;
  margin-bottom: 12px;
}

.footer__oferta-wrapper {
  margin-top: 15px;
  padding-left: 0;
  font-size: 14px;
  text-align: center;
  font-family: "Circe-Bold";
  color: #bcbcbc;
}

.modal_theme_message .modal__dialog {
  max-width: 780px;
}

.modal_theme_message .modal__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  padding: 50px 15px;
  -ms-flex-align: center;
}

.modal_theme_message .modal__title {
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 1;
  font-family: "Circe-ExtraBold";
  text-align: center;
  color: #121a27;
}

.modal_theme_message .modal__subtitle {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 18px;
  font-family: "Circe-Regular";
  text-align: center;
}

.modal_theme_message .modal__close-btn {
  font-size: 30px;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal_theme_message .modal__close-btn:hover {
  opacity: 0.5;
}

.modal_theme_message .modal__btn-ok {
  justify-content: center;
  width: 195px;
  height: 41px;
  -ms-flex-pack: center;
}

.modal_theme_message .modal__btn-ok .button__text {
  font-size: 16px;
  font-family: "Circe-ExtraBold";
}

.modal_theme_message .modal__btn-ok .button__icon {
  width: 19px;
  height: 19px;
  margin-left: 8px;
}

.modal_theme_message .modal__btn-ok:hover .button__icon {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

@media only screen and (max-width: 1199px) {
  .header_theme_2 .header__select {
    margin-right: 15px;
    margin-left: 0;
  }

  .header_theme_2 .header__btn {
    width: 120px;
    font-size: 10px;
  }

  .main-menu_theme_2 .main-menu__link {
    font-size: 12px;
  }

  .logo_theme_2 .logo__icon {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }

  .logo_theme_2 .logo__wrapper-text {
    padding-top: 0;
  }

  .logo_theme_2 .logo__title {
    font-size: 14px;
  }

  .logo_theme_2 .logo__subtitle {
    font-size: 10px;
  }

  .guarantee::before,
  .guarantee::after {
    width: 170px;
  }

  .guarantee-item {
    height: 130px;
  }

  .repairs-item__title {
    font-size: 19px;
  }

  .repairs-item__icon {
    width: 39%;
  }

  .repairs-item__icon svg {
    width: 75px;
    height: 75px;
  }

  .steps__title::after {
    left: 41%;
    height: 55px;
  }

  .steps__title {
    padding-left: 0;
  }

  .steps__right::before {
    top: 56%;
    right: 96%;
  }

  .steps__right_two::before {
    top: auto;
    right: 149px;
    bottom: -121px;
  }

  .steps__right_three {
    padding-right: 15px;
  }

  .steps__right_three::before {
    top: 76%;
    right: 82%;
    left: auto;
  }

  .steps-item__img_one {
    top: -12px;
    left: -136px;
  }

  .steps-item__img_two {
    top: 55%;
    right: 15px;
  }

  .steps-item__img_three {
    top: 58%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .steps-item_two {
    padding: 45px 175px 75px 75px;
  }

  .steps-item_three {
    padding: 80px 33px 75px 0;
  }

  .steps-item__form {
    padding-right: 0;
  }

  .present__title {
    font-size: 40px;
  }

  .advantages::before,
  .advantages::after {
    width: 130px;
  }

  .reviews__inner {
    padding-right: 40px;
    padding-left: 40px;
  }

  .slider-item__body {
    height: 285px;
  }

  .slider-item__year {
    font-size: 16px;
  }

  .promo__text {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .promo__title {
    font-size: 40px;
  }

  .contacts__phone .phone__number {
    font-size: 35px;
  }

  .contacts__phone .phone__icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .footer__menu {
    width: 100%;
  }

  .footer__phone {
    margin-right: 15px;
    text-align: right;
  }

  .footer__policy {
    margin-top: 10px;
    text-align: right;
  }

  .footer__wrapper-policy {
    padding-left: 15px;
  }

  .footer__oferta-wrapper {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .header__mobile-menu-trigger {
    display: block;
  }

  .header_theme_2 .header__container {
    height: 60px;
  }

  .header_theme_2 .header__select,
  .header_theme_2 .header__phone {
    display: none;
  }

  .header_theme_2 {
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3);
  }

  .header_theme_2 .header__menu {
    display: none;
  }

  .header_theme_2 .header__btn {
    display: none;
  }

  .header_theme_2 .header__phone {
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
  }

  .main-menu_theme_2 {
    margin-bottom: 30px;
  }

  .main-menu_theme_2 .main-menu__link {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .main-menu_theme_2 .main-menu__list {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo_footer {
    justify-content: center;
    margin-bottom: 20px;
    -ms-flex-pack: center;
  }

  .dropdown_theme_2 .dropdown__menu {
    position: static;
  }

  .offer {
    margin-top: 60px;
  }

  .offer__text-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .offer__form-section {
    margin-top: 45px;
    padding-right: 0;
  }

  .offer__img {
    opacity: 0.5;
  }

  .offer__title {
    font-size: 40px;
    text-align: center;
  }

  .offer__subtitle {
    font-size: 22px;
    text-align: center;
  }

  .guarantee__title {
    font-size: 30px;
    text-align: center;
  }

  .guarantee__text {
    margin-bottom: 20px;
  }

  .guarantee-item {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    height: 115px;
  }

  .repairs__title {
    font-size: 30px;
  }

  .prices__title {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .steps {
    margin-top: 70px;
  }

  .steps__item_one {
    margin-bottom: 30px;
  }

  .steps__item_two {
    margin-bottom: 60px;
  }

  .steps__title::after {
    display: none;
  }

  .steps__title {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .steps__right::before {
    font-size: 120px;
  }

  .steps__right_one::before {
    top: 80%;
    right: 70%;
  }

  .steps__right_two::before {
    top: auto;
    right: -56px;
    bottom: -58px;
    z-index: 11;
  }

  .steps__right_two::after {
    top: -48px;
    bottom: auto;
    z-index: -1;
  }

  .steps-item_one {
    width: 75%;
    margin-left: auto;
    padding: 40px 45px 40px 147px;
  }

  .steps-item__img_one {
    left: 20px;
  }

  .steps-item__img_two img {
    width: 407px;
  }

  .steps-item__img_three img {
    max-width: 365px;
  }

  .steps-item_two {
    padding: 40px 0 30px 40px;
  }

  .steps-item_two::before {
    width: 200px;
  }

  .steps-item_three {
    padding: 40px 30px 40px 0;
  }

  .steps-item__title {
    font-size: 20px;
  }

  .steps-item__text {
    font-size: 16px;
  }

  .steps-item__form {
    justify-content: center;
    margin-top: 120px;
    -ms-flex-pack: center;
  }

  .table td {
    padding: 20px 20px 16px 20px;
  }

  .form-banner {
    justify-content: center;
    width: 100%;
    max-width: 457px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    text-align: center;
    -ms-flex-pack: center;
  }

  .form-section_theme_5 .form-section__title {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
  }

  .form-section_theme_5 {
    width: 100%;
    max-width: 457px;
    margin-right: auto;
    margin-left: auto;
  }

  .form__policy-link,
  .form__policy {
    text-align: center;
  }

  .form_theme_5 {
    width: 100%;
  }

  .present {
    margin-top: 70px;
  }

  .present__inner {
    padding: 60px 200px 60px 40px;
  }

  .present__title {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .present__img {
    width: 200px;
  }

  .present__img img {
    max-width: 100%;
  }

  .advantages {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .reviews {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .reviews__title {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .slider-item__body {
    height: auto;
  }

  .promo__img-wrapper img {
    max-width: 95%;
  }

  .promo__text {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .promo__title {
    font-size: 30px;
  }

  .promo__subtitle {
    margin-bottom: 25px;
    text-align: center;
  }

  .promo__btn {
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .contacts {
    margin-top: 30px;
  }

  .contacts__title {
    margin-bottom: 15px;
  }

  .contacts__phone .phone__number {
    font-size: 30px;
  }

  .contacts__phone .phone__icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }

  .contacts__form {
    margin-top: 15px;
    margin-bottom: 30px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .contacts__map {
    position: static;
    width: 100%;
    height: 450px;
  }

  .footer__menu-wrapper {
    margin-top: 10px;
    padding-left: 15px;
  }

  .footer__phone {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  .footer__policy {
    text-align: center;
  }

  .footer__phone-wrapper {
    padding-left: 15px;
  }

  .footer__btn-wrapper {
    padding-left: 15px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .footer__btn {
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .footer__oferta-wrapper {
    margin-top: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) and (max-width: 575px) {
  .form-banner {
    margin-bottom: 20px;
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {

  .dropdown_theme_2 .dropdown__menu {
    position: relative;
  }

  .modal_theme_2 .modal__dialog {
    max-width: 380px;
  }

  .modal_theme_2 .modal__content::before {
    display: none;
  }

  .modal_theme_2 .modal__form-section .form-section__title {
    font-size: 17px;
    text-align: left;
  }

  .modal_theme_2 .modal__form-section .form__policy,
  .modal_theme_2 .modal__form-section .form__policy-link {
    text-align: left;
  }

  .phone_theme_contacts .phone__icon {
    position: absolute;
    left: -30px;
  }

  .phone_footer {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .header_theme_2 {
    height: 50px;
  }

  .main-menu_theme_2 {
    margin-bottom: 15px;
  }

  .main-menu_footer .main-menu__list {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
  }

  .main-menu_footer .main-menu__item {
    padding: 8px 15px;
  }

  .mobile-menu_theme_2 {
    padding-top: 20px;
  }

  .offer {
    background-color: #e0e8ed;
  }

  .offer__text-wrapper {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .offer__form-section {
    margin-top: 0;
    padding-right: 0;
  }

  .offer__img {
    display: none;
  }

  .offer__title {
    font-size: 30px;
  }

  .repairs-item {
    padding: 35px 15px;
  }

  .repairs-item__title {
    margin-bottom: 30px;
  }

  .prices__btn {
    margin-top: 12px;
  }

  .steps__item_one {
    margin-bottom: 15px;
  }

  .steps__item_two {
    margin-bottom: 15px;
  }

  .steps__right::before {
    top: 0;
    right: 37px;
    bottom: auto;
    left: auto;
    font-size: 60px;
  }

  .steps-item_one {
    width: 100%;
  }

  .steps-item__img img {
    display: none;
  }

  .steps-item_black {
    padding: 30px 15px;
  }

  .steps-item_two::after {
    top: -25px;
  }

  .steps-item_two::before {
    display: none;
  }

  .steps-item_three::after {
    display: none;
  }

  .steps-item__title {
    margin-bottom: 15px;
  }

  .steps-item__form {
    margin-top: 15px;
  }

  .form-section_theme_5 .form-section__title {
    font-size: 17px;
    text-align: center;
  }

  .form-section_theme_message .form-section__title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .form-section_theme_message .form-section__description {
    font-size: 16px;
    line-height: 1.2;
  }

  .form_theme_5 {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form_theme_5 .form__btn {
    width: 100%;
  }

  .form_theme_5 .form__input {
    width: 100%;
    margin-bottom: 10px;
  }

  .form_theme_message {
    width: 100%;
  }

  .form_theme_message .form__item {
    width: 100%;
    margin-bottom: 10px;
  }

  .form_theme_message .form__btn button {
    width: 100%;
  }

  .form_theme_message .form__policy {
    margin-top: 15px;
  }

  .present {
    margin-top: 50px;
  }

  .present__inner {
    padding: 30px 15px;
  }

  .present__title {
    margin-bottom: 30px;
    font-size: 23px;
    text-align: center;
  }

  .present__question {
    font-size: 18px;
    text-align: center;
  }

  .present__img {
    display: none;
  }

  .slider-item {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-item__img {
    position: static;
    width: 100%;
    height: 150px;
  }

  .slider-item__body {
    padding: 20px 15px;
  }

  .promo__img-wrapper {
    display: none;
  }

  .promo__title {
    text-align: center;
  }

  .contacts__map {
    height: 350px;
  }

  .footer__phone {
    margin-top: 20px;
  }

  .modal_theme_message {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .modal_theme_message .modal__title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .modal_theme_message .modal__subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .modal_theme_message .modal__btn-ok {
    width: 100%;
  }
}


@media only screen and (max-width: 575px) {
  .main-menu_theme_2 .main-menu__link {
    font-size: 14px;
  }

  .hamburger-box {
    width: 36px;
  }

  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    width: 36px;
  }

  .header_theme_2 .header__logo.hidden {
    opacity: 0;
  }

  .header_theme_2 .header__phone {
    position: absolute;
    left: 15px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  .header_theme_2 .header__phone.show {
    opacity: 1;
  }

  .mobile-menu__btn {
    width: 100%;
  }

  .mobile-menu__btn button {
    width: 100%;
  }

  .main-menu_theme_2 .main-menu__link {
    font-size: 12px;
  }

  .offer__text-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .offer__title {
    font-size: 21px;
    line-height: 1.5;
  }

  .offer__subtitle {
    font-size: 17px;
  }

  .guarantee {
    padding: 50px 0;
  }

  .guarantee::before,
  .guarantee::after {
    display: none;
  }

  .guarantee__title {
    font-size: 22px;
  }

  .guarantee-item {
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 170px;
    padding: 5px 10px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }

  .guarantee-item:nth-child(1),
  .guarantee-item:nth-child(2) {
    margin-bottom: 10px;
  }

  .guarantee-item__title {
    margin-top: 15px;
    padding: 0;
    text-align: center;
    font-size: 12px;
  }

  .guarantee-item__icon svg {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .repairs__title {
    font-size: 22px;
  }

  .repairs__item {
    margin-bottom: 10px;
  }

  .repairs-item__icon svg {
    width: 93px;
    height: 93px;
  }

  .prices {
    padding-top: 40px;
  }

  .prices::before,
  .prices::after {
    display: none;
  }

  .prices__title {
    font-size: 23px;
  }

  .prices__btn-wrapper {
    display: block;
    width: 100%;
  }

  .prices__btn-wrapper button {
    width: 100%;
  }

  .steps {
    margin-top: 50px;
  }

  .steps__title {
    font-size: 23px;
  }

  .table th {
    padding: 10px 10px 15px 10px;
  }

  .table td {
    padding: 10px;
  }

  .table__price {
    font-size: 14px;
  }

  .table__ordered {
    font-size: 16px;
  }

  .form_contacts {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .form_contacts .form__input {
    width: 100%;
  }

  .form_contacts .form__btn {
    width: 100%;
  }

  .present__btns button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .advantages::before,
  .advantages::after {
    display: none;
  }

  .advantages {
    padding: 50px 0;
  }

  .advantages__text h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .advantages__text p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .advantages-item__text {
    font-size: 16px;
  }

  .reviews {
    padding-bottom: 70px;
  }

  .reviews__title {
    font-size: 23px;
  }

  .reviews__inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .swiper-btn-prev svg,
  .swiper-btn-next svg {
    width: 20px;
    height: 20px;
  }

  .swiper-btn-prev {
    left: -5px;
  }

  .swiper-btn-next {
    right: -5px;
  }

  .slider-item__info {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-item__name {
    margin-right: 0;
    font-size: 16px;
  }

  .promo__text {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .promo__title {
    font-size: 20px;
  }

  .promo__subtitle {
    font-size: 16px;
    text-align: center;
  }


  .promo__btn {
    width: 100%;
  }

  .contacts {
    margin-top: 15px;
  }

  .contacts__info {
    padding: 25px 15px;
  }

  .contacts__phone .phone__number {
    font-size: 20px;
  }

  .contacts__phone .phone__icon {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }

  .contacts__form {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
