@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --content-width: 1520px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --black-color: #000;
  --text-color: #323232;
  --green-color: #33A849;
  --blue-color: #2362b1;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: local("☺"), url("/styles/fonts/Gilroy-Regular.woff2") format("woff2"), url("/styles/fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: local("☺"), url("/styles/fonts/Gilroy-Bold.woff2") format("woff2"), url("/styles/fonts/Gilroy-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Heavy";
  font-display: swap;
  src: local("☺"), url("/styles/fonts/Gilroy-Heavy.woff2") format("woff2"), url("/styles/fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Black";
  font-display: swap;
  src: local("☺"), url("/styles/fonts/Gilroy-Black.woff2") format("woff2"), url("/styles/fonts/Gilroy-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Light";
  font-display: swap;
  src: local("☺"), url("/styles/fonts/Gilroy-Light.woff2") format("woff2"), url("/styles/fonts/Gilroy-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Semibold";
  font-display: swap;
  src: local("☺"), url("/styles/fonts/Gilroy-Semibold.woff2") format("woff2"), url("/styles/fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Extrabold";
  font-display: swap;
  src: local("☺"), url("/styles/fonts/Gilroy-Extrabold.woff2") format("woff2"), url("/styles/fonts/Gilroy-Extrabold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: local("☺"), url("/styles/fonts/Gilroy-Medium.woff2") format("woff2"), url("/styles/fonts/Gilroy-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: #F8F8F8;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: var(--light-color);
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.header__container {
  max-width: var(--header-container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.btn {
  position: relative;
  width: 229px;
  height: 58px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: var(--blue-color);
  border-radius: 3px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: var(--light-color);
  text-align: center;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a96e0;
  z-index: -1;
  transform: translateX(-110%);
  transition: all 0.3s ease;
}
.btn:hover::after {
  transform: none;
}

.main-title {
  position: relative;
  margin: 0;
  margin-bottom: 85px;
  font-family: "GothamPro";
  font-weight: 700;
  font-size: 70px;
  line-height: 75px;
  color: var(--text-color);
}
.main-title span {
  display: inline-block;
  width: 53px;
  height: 51px;
  background-image: url(../images/gear.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.title {
  margin: 0;
  font-weight: 900;
  font-size: 50px;
  line-height: 63px;
  color: var(--text-color);
}
.title--center {
  text-align: center;
}

@media (min-width: 480px) {
  .container {
    max-width: none;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1550px) {
  .container {
    max-width: var(--container-width);
  }
}
.nav {
  width: 100%;
  display: flex;
}
.nav__list {
  display: flex;
  align-items: center;
}
.nav__item:not(:last-child) {
  margin-right: 31px;
}
.nav__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text-color);
}

.nav-contacts {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.nav-contacts__link {
  display: block;
  margin-right: 45px;
  font-family: "Gilroy-Bold", Arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: var(--text-color);
}

.header {
  background-color: #FBFBFB;
}
.header__container {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100px;
}
.header__nav {
  margin-left: 90px;
}
.header__burger {
  position: relative;
  display: none;
  justify-content: end;
  align-items: center;
  width: 60px;
  height: 29px;
}
.header__burger-line {
  display: inline-block;
  width: 43px;
  height: 3px;
  background: #171717;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.header__burger-line::before, .header__burger-line::after {
  content: "";
  position: absolute;
  right: 0;
  width: 60px;
  height: 3px;
  background: #171717;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.header__burger-line::before {
  bottom: 0;
}
.header__burger-line::after {
  top: 0;
}

.logo {
  display: flex;
  align-items: center;
}
.logo__text {
  min-width: 145px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 17px;
  color: var(--text-color);
}

.footer {
  padding: 186px 0;
  background-color: var(--light-color);
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__link {
  display: block;
  margin-bottom: 16px;
}
.footer__link img {
  margin-bottom: 10px;
}
.footer__link span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-color);
}

.footer-phone {
  text-align: center;
}
.footer-phone__link {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: var(--text-color);
}
.footer-phone__desc {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: var(--text-color);
}

.footer-privacy {
  text-align: right;
}
.footer-privacy__link {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-decoration-line: underline;
  color: var(--text-color);
}
.footer-privacy__link:not(:last-child) {
  margin-bottom: 10px;
}

.form-popup {
  display: none;
  max-width: 980px;
  padding: 0 10px;
}
.form-popup .columns {
  display: table;
}
.form-popup .columns .dop-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.form-popup .columns .dop-container .modal-title {
  margin-bottom: 0;
}
.form-popup .columns .form-container {
  display: table-cell;
  width: 57%;
  padding: 0;
  border: none;
  max-width: 450px;
}
.form-popup .columns .form-container form {
  width: 80%;
}
@media (max-width: 576px) {
  .form-popup .columns .form-container form {
    width: 94%;
  }
}
.form-popup .columns .form-container form .button {
  max-width: 100%;
  margin: 5px auto 30px;
  padding: 0 30px;
  white-space: normal;
}
.form-popup .modal-title {
  font-family: "Gilroy-Black", Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 0 20px;
  text-align: center;
}
.form-popup .modal-title span {
  white-space: nowrap;
}
.form-popup .dop-title {
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0 15px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .form-popup .modal-title {
    margin: 20px 0;
  }
}

#order-success {
  display: none;
  max-width: 500px;
  padding: 0 10px;
  overflow-y: hidden;
}
#order-success .form-container {
  padding: 0;
  border: none;
}
#order-success .form-container form input[name=phone] {
  margin: 10px 0 20px;
}
#order-success .form-container form .button {
  max-width: 250px;
  font-size: 18px;
}
#order-success.form-popup {
  margin: 0 0 10px;
}
#order-success.form-popup .modal-title {
  margin: 20px 0;
}

#success, .popup {
  display: none;
}

.feedback__wrapper, .video__wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.feedback__item, .video__item {
  width: 100%;
  max-width: 365px;
  background-color: #fff;
}

.feedback__bottom, .video__bottom {
  background-color: #fff;
  padding: 20px;
}

.feedback__title, .video__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: var(--text-color);
  text-align: center;
  margin: 0;
  height: 46px;
  overflow: hidden;
}

.feedback, .video {
  padding: 30px 0 90px;
}
@media (max-width: 576px) {
  .feedback, .video {
    padding: 30px 0 60px;
  }
}

.footer {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .footer__container {
    flex-direction: column;
  }
  .footer__item {
    text-align: center;
  }
  .footer-privacy__link {
    text-align: center;
  }
  .footer-phone__link {
    margin-bottom: 0;
  }
  .footer-phone__desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .footer {
    padding: 30px 0;
  }
  .footer__link span {
    font-size: 16px;
    line-height: 22px;
  }
  .footer__list {
    margin-bottom: 15px;
  }
  .footer-phone__link {
    font-size: 30px;
    line-height: 36px;
  }
}

.breadcrumbs {
  margin: 20px 0;
}
.breadcrumbs__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  color: #666555;
}
.breadcrumbs__arrow {
  margin: 0 5px;
}
.breadcrumbs a {
  color: #666555;
}

.subtitle {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: var(--text-color);
  text-align: center;
}

.video .more-hiden-mobile {
  display: none;
}
.video .btn-show-more {
  display: block;
}
.video__item:hover .video__btn .shape, .video__item:hover .video__btn:focus .shape {
  fill: #ff0000;
}
.video__container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  transform: translate(-50%, -50%);
  background: transparent;
  display: flex;
  border: none;
  cursor: pointer;
}
.btn-show-more {
  margin: 0 auto;
  background: #323232 !important;
  margin-top: 45px !important;
  border: none !important;
  transition: 0.4s all;
}
.btn-show-more:hover {
  background: #191919 !important;
}

.btn-order {
  background: #33A849 !important;
  border: none !important;
  transition: 0.4s all;
}
.btn-order:hover {
  background: #278138 !important;
}

.btn-otzyv {
  background: #FF7070 !important;
  border: none !important;
  transition: 0.4s all;
}
.btn-otzyv:hover {
  background: #ff3d3d !important;
}

.feedback .more-hiden-mobile {
  display: none;
}
.feedback .btn-show-more {
  display: block;
}
.feedback__img {
  position: relative;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feedback__title {
  margin-bottom: 0px;
  height: auto;
}
.feedback .button {
  margin: 0 auto;
}
.feedback__author {
  background: rgba(72, 90, 122, 0.9);
  display: inline-block;
  padding: 6px 12px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.rating {
  text-align: center;
  color: #f1b915;
  margin: 10px 0 20px;
}
.review .rating {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .review .rating {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

.order {
  height: 340px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.order__wrapper {
  display: grid;
  place-content: center;
  height: 100%;
}
.order__block {
  display: flex;
  gap: 60px;
}

.textarea {
  width: 100%;
  height: 200px;
  border: 1px solid rgba(52, 44, 41, 0.25);
  font-size: 18px;
  color: #000000;
  font-family: "Gilroy";
  font-weight: 300;
  padding: 10px;
  resize: none;
}

.file {
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.file__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
  z-index: 10;
}
.file__btn {
  position: relative;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  padding-left: 35px;
  margin-bottom: 15px;
  z-index: 5;
}
.file__btn:before {
  content: "\f0c6";
  position: absolute;
  left: 0;
  top: 0;
  font-family: fontawesome !important;
  font-size: 24px;
  line-height: 24px;
  color: var(--blue-color);
}
.file__info {
  font-weight: 300;
  font-size: 16px;
  color: #696969;
}

@media (max-width: 991px) {
  .header__container {
    flex-direction: column;
    margin: 20px 0;
    height: 130px;
  }
  .header__nav {
    margin: 0;
  }
  .nav-contacts {
    margin: 10px auto 0;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 36px;
    line-height: 40px;
  }
  .subtitle {
    font-size: 24px;
    line-height: 28px;
  }
  .order__block {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .header__container {
    height: 180px;
  }
  .logo {
    flex-direction: column;
  }
  .logo__text {
    margin-left: 0;
  }
  .nav-contacts {
    flex-direction: column;
  }
  .nav-contacts__link {
    margin-right: 0;
  }
}
.review {
  padding-bottom: 60px;
}
@media (max-width: 576px) {
  .review {
    padding-bottom: 30px;
  }
}
.review__name {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--text-color);
}
.review__title {
  margin-bottom: 20px;
}
.review__desc {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--text-color);
}
@media (max-width: 576px) {
  .review__desc {
    font-size: 18px;
    line-height: 24px;
  }
}
.review__btn {
  margin: 0 auto;
  width: 290px;
  font-size: 18px !important;
}

.otzyv-popup {
  display: none;
  max-width: 974px !important;
  padding: 35px 44px 60 !important;
}
@media (max-width: 767px) {
  .otzyv-popup {
    padding: 25px 20px 45px !important;
  }
}
.otzyv-popup__avatar {
  max-width: 120px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .otzyv-popup__avatar {
    max-width: 90px;
  }
}
.otzyv-popup__decr {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #323232;
  margin-top: 15px;
}
@media (max-width: 425px) {
  .otzyv-popup__decr {
    font-size: 14px;
    line-height: 19px;
  }
}
.otzyv-popup__title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #323232;
  margin: 40px 0 10px;
}
@media (max-width: 425px) {
  .otzyv-popup__title {
    font-size: 21px;
    line-height: 24px;
    margin: 20px 0 6px;
  }
}
.otzyv-popup__rating {
  margin-bottom: 30px;
}
@media (max-width: 425px) {
  .otzyv-popup__rating {
    margin-bottom: 15px;
  }
}
.otzyv-popup__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #323232;
}
@media (max-width: 425px) {
  .otzyv-popup__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.otzyv-popup__gallery {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 40px 0 70px;
  gap: 20px;
}
.otzyv-popup__gallery div {
  flex-shrink: 1;
}
.otzyv-popup__gallery div img {
  margin: 0;
  display: block;
}
@media (max-width: 425px) {
  .otzyv-popup__gallery {
    gap: 9px;
    margin: 25px 0 50px;
  }
}
.otzyv-popup__button a {
  margin: 0 auto;
  width: 260px;
}

.callme {
  max-width: 420px !important;
  border-radius: 4px;
}
.callme__title {
  text-transform: uppercase;
  font-family: "Gilroy-Black", sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 576px) {
  .callme__title {
    font-size: 18px;
  }
}
.callme .form-container {
  border: none;
}
.callme .button {
  font-size: 20px;
}
@media (max-width: 576px) {
  .callme .button {
    font-size: 18px;
  }
}

.form-container .offer {
  background: #fff;
  padding: 0 0 50px;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWYAAAAaBAMAAAB2n+srAAAAG1BMVEUAAAB/mKp/mKp/mKp/mKp/mKp/mKp/mKp/mKoNNQ3/AAAACXRSTlMABgwSGB4kKS57N9s1AAACxUlEQVRYw82Wi3HqMBBFcQcyHSB3IKsDmQ5sd0DSAaYDKPt5vZ9rISaYScLLGWZg+IjD9d0ddkxVM3uvNK3QMceB+TA+J+O2mUk56zHDODAd0yrBXA4s53YrnHM7cSYWZbFOKUYyPs63Rfl0ypUvxHWb8PV2uV0urDx9GANxnOmIGCMJh+ADWZNQzVQErOmxaPvDwRMhWNQJWd+FPa24fKk7rYDvOAh93xEJITcc8SpkZ0Ej61phaR+8b4kYpSF07sCM4/jAG9HfrkuoxJRzVt1RhVmXe8HSdJ0Zc0LEYHmusoZI1L6FtWj3g6ItgXlO6QpOg6K+ZCsxe2oG9wIhI+UHUS/vo4Iwqt3GzjiattUbfFJbz/eqsD2RLxKWFs9fIOjgzdQCilxQ2QaBdWjI2oimTXkb48dzli6ADkRLGLsCxrIkHiMvVpVZl2EnGkgwZJyYe1ViKH37+0403nqMZeEK4QI3X4T1NNo4Qhs7u0dRtgFdQQ4kPLc4bwXPGfFce+d0GsUa2gDizAbbPF4QsClgPOe7RRgVoYJgi0i1oR2XXRK7hLnsttLGxDUTOBHpRG1UaMVmaYzjPtcOrZBSGzGXGf2RbiUkGlEIOVQDxqZYBmv3IvQrdRrz5dfIUDYiHtGVlNIDS2mujXFWiOC1xH4dcbbdXgubi424zbtZLidpG4mV7oEjIE00eE/UhNbYbW9FuayZGhxmEHjgyF8hrOuASgDHEX8DR5D7Om0JHJHLFIUvRfF2kPuyK0X8TUhYlja8l7hFHMqiAyDaFK9aISDsOKGfgrS53BBHxbeCbDPdRRS2Pwj3TPsNdeWpKZoL6Dg++bdwDDY3sOz2BTa8enWAE2jkfxMNxdUlpLXlac3V0WFvoiLwr3szOmTI981USladwlP3Tv6Rt5N/pSMJV+c25Kf3YNm+fwjHQWus5Mf8Lc3/wz8kxVSQ8rWBGQAAAABJRU5ErkJggg==") no-repeat center bottom;
}

.form-container .offer span {
  color: #ff0000;
}

.form-container .columns p {
  display: block;
  float: left;
  width: 40%;
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
  color: inherit;
  letter-spacing: 1px;
  margin: 0 5% 20px;
}

.form-container .columns p.old-price {
  font-family: inherit;
  text-decoration: line-through;
  text-align: right;
}

.form-container .columns p.new-price {
  font-family: "Gilroy-Heavy", Arial, sans-serif;
  text-align: left;
}

.form-container form {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.form-container form input[type=text] {
  display: block;
  width: 100%;
  height: 50px;
  font-family: "Gilroy-Light", Arial, sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #000101;
  margin: 0 auto 10px;
  padding: 10px 20px 10px 40px;
  text-align: left;
  background: #fff;
  background-repeat: no-repeat;
  background-position: 10px center;
  outline: none;
  border: 1px solid #b5bbc7;
  border-radius: 0px;
}

.form-container form input[name=name] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAARCAMAAAAxIdauAAAARVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD+SSDVAAAAFnRSTlMA8uPMgkGu7One1r+7lIZ0TkkuHh1K7jwvTgAAAGBJREFUCNdNzUkSgCAMRNEGAWdmc/+jCqmU5q/6rRozZ8k6SIlmSbSwFtHKWkUbaxNdrEuUWRmSG/geum+l+c67jIMjHOPiATz9eQSlgF1ph1EyIB1uhRuo8bSGjD1jxQs21wsQXKNWEAAAAABJRU5ErkJggg==");
}

.form-container form input[name=phone] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA00lEQVQ4jZWSvwrBURTHP/0Uk8hTiIxWoxGD17EwERk8hNEDiMUgL0BiVEyShVK+lvsrXUfcW98695zO554/FwFOXcFOkH7z/VRs9AVyaoUCOm/JElwEuRDA3QNI0PsXEAFXPk/Z8NlHMPFePwnyIS3UPcAqdIiRYO1BGqFrrAie3iZKIQAEI6+Kg6AYAkgKZh7kLKi5eEGwFUyd/QFAkBEsjX+xcNuJ7w/BUJC1ykoL5gbE0v5bbyljJpYGv6ZcFWy+JVszsJQQNAVjwVFwE7Tj+AuDoENmGKcQhAAAAABJRU5ErkJggg==");
}

.form-container form input[type=submit] {
  display: block;
  width: 100%;
  height: 74px;
  padding: 24px 0;
  margin: 5px auto 20px;
  outline: none;
  -webkit-appearance: none;
}

.form-container form .custom-list, .form-container form .custom-select {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 auto 10px;
  z-index: 5;
}

.form-container form .custom-select .selectBox {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Gilroy-Light", Arial, sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #000101;
  margin: 0 auto 10px;
  padding: 10px 20px 10px 40px;
  text-align: left;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAARVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD+SSDVAAAAFnRSTlMAovlnXBS0rqVuIQgE3dHCt0hFJhoOcZJZ3AAAAFlJREFUGNOFzYsKgCAMheFpZaV2r/P+jxprFmNQ/SCOD6b012ahxmoBWCzAKajeIY+Zr56h4ykN8KlAS9zE43GtBFmPHgAfzFTaIQV6anC/oUl+0eTIFOmrE4Y4BhaUgkwhAAAAAElFTkSuQmCC") no-repeat 10px center;
  cursor: pointer;
  margin: 0;
  border: 2px solid #000;
  z-index: 5;
}

.form-container form .custom-select .selectBox:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAIBAMAAAACWGKkAAAAHlBMVEUAAAAbFBobFBobFBobFBobFBobFBobFBobFBobFBpr0HfuAAAACXRSTlMAXdEZ1GIhG08PqntJAAAAMklEQVQI12NImQkGUxmYPcEMAQYGIxA9kYGBgVkTLAAERWABsBBQAAxKpjJAAFsDkAAASpoRsJHCZJoAAAAASUVORK5CYII=");
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 8px;
  z-index: 10;
}

.form-container form .custom-select .dropDown {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  border: none;
  list-style: none;
  background: #fff;
  margin: 0;
  padding: 0;
  border: 1px solid #b5bbc7;
}

.form-container form .custom-select li {
  position: relative;
  width: 100%;
  height: auto;
  font-family: "Gilroy-Light", Arial, sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
  color: #000101;
  text-align: left;
  cursor: pointer;
  margin: 0;
  padding: 0 20px 0 40px;
}

.form-container form .custom-select li:hover {
  color: #ff0000;
}

.form-container form p.info {
  font-family: "Gilroy", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: inherit;
  text-align: center;
  margin: 0 0 5px;
}

.button {
  display: block;
  font-family: "Gilroy-Black", Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding: 20px;
  background: linear-gradient(to bottom, #5a96e0 0%, #2d6dbc 100%);
  text-align: center;
  cursor: pointer;
  outline: none;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.53);
  border-width: 1px;
  border-style: solid;
  border-color: #619ce5 #619ce5 #1d5aa6;
  border-radius: 4px;
}

.button:hover {
  background: #2a6aba;
}

a[href="#callme"] {
  height: 36px;
  padding: 12px 0;
  margin: 0 0 0 auto;
  font-size: 13px;
  line-height: 14px;
  top: 1px;
  width: 140px;
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  a[href="#callme"] {
    margin: 0 auto;
  }
}

.title {
  display: inline-block;
  width: 100%;
  font-family: "Gilroy-Heavy", Arial, sans-serif;
  font-size: 48px;
  line-height: 60px;
  color: #000;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0;
  margin: 60px 0 10px;
}
@media (max-width: 767px) {
  .title {
    margin-top: 30px;
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 576px) {
  .title {
    font-size: 26px;
    line-height: 28px;
    margin-top: 30px;
    letter-spacing: 0;
  }
}

.subtitle {
  font-family: "Gilroy-Bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .subtitle {
    margin: 0 0 20px;
  }
}
@media (max-width: 576px) {
  .subtitle {
    font-size: 22px;
    line-height: 24px;
  }
}

.custom-checkbox {
  display: none;
  position: relative;
  cursor: pointer;
  padding: 14px 0 5px;
  font-family: "Gilroy", Arial, sans-serif;
  font-size: 18px;
}
.custom-checkbox__input {
  position: absolute;
  top: 18px;
}
.custom-checkbox__input:checked + .custom-checkbox__check:after {
  background-image: url(../images/icon-tick.png);
}
.custom-checkbox__check {
  padding-left: 40px;
  user-select: none;
  line-height: 22px;
  display: block;
}
.custom-checkbox__check:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #fd1600;
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #fff;
  border-radius: 3px;
}
.custom-checkbox_modal .custom-checkbox__check {
  max-width: none;
}
.custom-checkbox_modal .custom-checkbox__check:after {
  top: 10px;
}
@media (max-width: 479px) {
  .custom-checkbox {
    padding: 12px 0;
    font-size: 15px;
  }
}

.rassrochka_checkbox-block {
  display: block !important;
}

.red {
  color: red;
}

#order-modal {
  max-width: 660px;
  width: 100%;
}

#popup-feedback {
  max-width: 450px;
}
#popup-feedback .info {
  font-family: "Gilroy-Light", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: inherit;
  text-align: center;
  margin: 0 0 5px;
}

@media (max-width: 576px) {
  .fancybox-content {
    padding: 10px !important;
  }
}

/*# sourceMappingURL=otzyvy.css.map */
