@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 300;
  src: local("Bebas Light"),local("Bebas-Light"),url("../fonts/BebasNeueLight.woff2") format("woff2"),url("../fonts/BebasNeueLight.woff") format("woff");
}

@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 400;
  src: local("Bebas Book"),local("Bebas-Book"),url("../fonts/BebasNeueBook.woff2") format("woff2"),url("../fonts/BebasNeueBook.woff") format("woff");
}

@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 500;
  src: local("Bebas Regular"),local("Bebas-Regular"),url("../fonts/BebasNeueRegular.woff2") format("woff2"),url("../fonts/BebasNeueRegular.woff") format("woff");
}

@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 700;
  src: local("Bebas Bold"),local("Bebas-Bold"),url("../fonts/BebasNeueBold.woff2") format("woff2"),url("../fonts/BebasNeueBold.woff") format("woff");
}

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

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

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

/*! 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 {
  -webkit-box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  background-color: #fff;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

p {
  margin-bottom: 15px;
}

h1 {
  font-family: "Bebas",sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
}

h2 {
  font-family: "Bebas",sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  position: relative;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

h3 {
  font-family: "Bebas",sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

strong {
  font-weight: 700;
}

.wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  position: relative;
}

.section-content {
  padding-left: 38px;
}

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

.pos-relative {
  position: relative;
}

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

.text-right {
  text-align: right;
}

.text-underline {
  text-decoration: underline;
}

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

.text-italic {
  font-style: italic;
}

.color {
  color: #950e0e;
}

.is-blocked {
  overflow: hidden;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: auto;
  margin-left: auto;
}

.container--mobile {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.d-none {
  display: none !important;
}

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

#header {
  position: absolute;
  width: 100%;
  padding: 25px 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  z-index: 9999;
  background: transparent;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__right {
  text-align: right;
}

.phone {
  display: block;
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: -1.5px;
  margin-bottom: 10px;
}

.address {
  float: right;
  max-width: 211px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -.5px;
  margin-bottom: 30px;
}

.address a {
  display: block;
  font-style: italic;
  text-decoration: underline;
}

.address a:hover {
  text-decoration: none;
}

.footer {
  padding: 48px 0 0;
  background-color: #424242;
  color: #fff;
  margin-top: auto;
  z-index: 2;
}

.footer .text-block p {
  font-size: 16px;
  line-height: 18px;
}

.footer .text-block p.big {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 35px;
}

.footer .container {
  position: relative;
}

iframe {
  display: block;
}

.btn {
  display: inline-block;
  border: 0;
  border-radius: 5px;
  outline: none;
  padding: 16px 26px 13px;
  font-family: "Bebas",sans-serif;
  font-size: 23px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: -.5px;
  background: -webkit-gradient(linear, left bottom, left top, from(#790101), color-stop(82%, #a85655));
  background: -o-linear-gradient(bottom, #790101 0%, #a85655 82%);
  background: linear-gradient(0deg, #790101 0%, #a85655 82%);
  color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  -webkit-box-shadow: 1px 15px 21px #0000003b;
  box-shadow: 1px 15px 21px #0000003b;
}

.btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#790101), color-stop(82%, #a85655));
  background: -o-linear-gradient(top, #790101 0%, #a85655 82%);
  background: linear-gradient(180deg, #790101 0%, #a85655 82%);
  -webkit-box-shadow: 1px 5px 35px #0000003b;
  box-shadow: 1px 5px 35px #0000003b;
}

.metro-label {
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
}

.metro-label::before {
  content: '';
  position: absolute;
  left: -36px;
  top: -4px;
  background: url("../images/metro-icon.png") center center/cover no-repeat;
  width: 36px;
  height: 25px;
}

.logo__title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.logo__name {
  font-size: 35px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin-bottom: 10px;
}

.logo__name span {
  font-size: 50px;
  font-weight: 400;
  text-transform: none;
}

.logo__info {
  font-size: 11px;
  line-height: 15px;
}

.info {
  text-align: right;
}

.info-mobile {
  display: none;
}

.info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-block img,
.info-block svg {
  width: 16px;
  height: 17px;
}

.info-block a {
  margin-left: 9px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.info-block a:hover {
  text-decoration: none;
}

.info-block span {
  display: block;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.info-block h5 {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #80889c;
}

.info-block--bold a {
  font-weight: 700;
}

.form-control {
  position: relative;
  margin-bottom: 24px;
  text-align: left;
}
.form-control label {
    display: inline;
    color: #000;
    text-align: left;
}
.agreement__input {
    display: inline !important;
    width: 13px;
    height: 13px;
}
.form-control span {
    display: inline;
    font-size: 15px;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.agreement__txt a {
    text-decoration: underline;
}
.form-control input,
.form-control select {
  display: block;
}

input,
select {
  padding: 18px 22px;
  border: none;
  border: 1px solid transparent;
  outline: none;
  border-radius: 6px;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  font-style: italic;
  letter-spacing: 1px;
  background-color: #dddddd;
  color: #000;
}

input.is-error,
select.is-error {
  border: 1px solid #ff0000;
  color: #ff0000;
}

input.is-correct,
select.is-correct {
  color: #00c31a;
}

input::-moz-placeholder,
select::-moz-placeholder {
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -.5px;
  color: #000;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -.5px;
  color: #000;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -.5px;
  color: #000;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -.5px;
  color: #000;
}

input::-moz-placeholder,
select::-moz-placeholder {
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -.5px;
  color: #000;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -.5px;
  color: #000;
}

input::-ms-input-placeholder,
select::-ms-input-placeholder {
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -.5px;
  color: #000;
}

input::placeholder,
select::placeholder {
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -.5px;
  color: #000;
}

textarea {
  padding: 35px 15px 15px;
  border: 1px solid #C7CFCC;
  background-color: #fff;
  outline: none;
  background: #fff;
  font-size: 15px;
  line-height: 15px;
  background-color: #fff;
  color: #9C9C9C;
  height: 100px;
  width: 100%;
  resize: none;
}

textarea::-moz-placeholder {
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -.5px;
  color: #000;
}

textarea::-webkit-textarea-placeholder {
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -.5px;
  color: #000;
}

textarea:-ms-textarea-placeholder {
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -.5px;
  color: #000;
}

textarea::-webkit-input-placeholder {
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -.5px;
  color: #000;
}

textarea::-moz-placeholder {
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -.5px;
  color: #000;
}

textarea:-ms-input-placeholder {
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -.5px;
  color: #000;
}

textarea::-ms-input-placeholder {
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -.5px;
  color: #000;
}

textarea::placeholder {
  font-family: "Peugeot",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -.5px;
  color: #000;
}

button {
  border: 0;
  outline: 0;
}

button[type=submit] {
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-form {
  border-radius: 6px;
  background-color: #fff;
  max-width: 378px;
  padding: 55px 38px 56px;
  text-align: center;
  -webkit-box-shadow: 1px 50px 25px -20px rgba(0,0,0,0.35);
  box-shadow: 1px 50px 25px -20px rgba(0,0,0,0.35);
  position: absolute;
  bottom: -110px;
  right: 0;
}

.contact-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 27px;
  border: 15px solid transparent;
  border-top: 15px solid #424242;
}

.contact-form::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 57px;
  height: 57px;
  background: url("../images/triangle.png") center center/cover no-repeat;
}

.contact-form__title {
  font-family: "Bebas",sans-serif;
  color: #950e0e;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}

.contact-form p {
  color: #000;
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 38px;
}

.contact-form .btn {
  margin-top: 25px;
}

.js-form {
  position: relative;
}

.success {
  display: none;
  color: #00c31a;
}

.success.is-active {
  display: block;
}

.faq-box {
  margin-left: 24px;
  margin-bottom: 5px;
}

.faq-box__title {
  padding: 13px;
  background-color: #dadada;
  text-transform: uppercase;
  letter-spacing: -.5px;
  padding-right: 40px;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.faq-box__title::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 0;
  height: 100%;
  width: 14px;
  background-color: #950e0e;
}

.faq-box__title:hover {
  opacity: .7;
}

.faq-box__img {
  position: absolute;
  right: 15px;
  top: 10px;
}

.faq-box__img img {
  display: block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.faq-box__content {
  position: relative;
  background-color: #dadada;
  padding: 5px 40px 10px 50px;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-animation: fadeInUp .8s ease-in-out forwards;
  animation: fadeInUp .8s ease-in-out forwards;
}

.faq-box__content .faq-box__img {
  bottom: 15px;
  top: auto;
  cursor: pointer;
}

.faq-box.is-active .faq-box__img img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-box.is-active .faq-box__content {
  display: block;
}

.faq-box--second {
  margin-left: 35px;
  margin-bottom: 20px;
}

.faq-box--second .faq-box__title {
  padding: 0 50px 0 0;
  background-color: transparent;
  border-bottom: 2px solid #8a8a8a;
}

.faq-box--second .faq-box__title::before {
  left: -35px;
  top: -2px;
  background: url("../images/check-primary.png") center center/cover no-repeat;
  width: 27px;
  height: 27px;
}

.faq-box--second .faq-box__img {
  top: -7px;
}

.faq-box--second .faq-box__content {
  background-color: transparent;
  padding: 15px 50px 0 0;
  border-bottom: 2px solid #8a8a8a;
}

.faq-box--second .faq-box__content .faq-box__img {
  bottom: 15px;
  top: auto;
}

.faq-box--second.is-active .faq-box__title {
  border-color: #fff;
}

.faq-box--third {
  margin-left: 0;
  margin-bottom: 65px;
}

.faq-box--third .faq-box__title {
  padding: 0 50px 0 0;
  background-color: transparent;
  border-bottom: 2px solid #8a8a8a;
}

.faq-box--third .faq-box__title span {
  font-family: "Bebas",sans-serif;
  font-size: 50px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
}

.faq-box--third .faq-box__title span::before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 5;
}

.faq-box--third .faq-box__title::before {
  display: none;
}

.faq-box--third .faq-box__img {
  top: -2px;
}

.faq-box--third .faq-box__content {
  background-color: transparent;
  padding: 15px 50px 0 0;
}

.faq-box--third .faq-box__content .faq-box__img {
  bottom: 0;
  top: auto;
}

.faq-box--third:last-child {
  margin-bottom: 35px;
}

.clients-box {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 1px 15px 25px rgba(0,0,0,0.2);
  box-shadow: 1px 15px 25px rgba(0,0,0,0.2);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 885px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.clients-box img {
  display: block;
  margin: 0 10px;
}

.price-box {
  margin-left: 35px;
  margin-bottom: 60px;
}

.price-box__title {
  position: relative;
}

.price-box__title::before {
  content: '';
  position: absolute;
  left: -35px;
  top: -4px;
  background: url("../images/check-primary.png") center center/cover no-repeat;
  width: 27px;
  height: 27px;
}

.price-box__title span {
  color: #950e0e;
  text-transform: uppercase;
  margin-right: 5px;
}

.text-block {
  padding: 0 0 50px;
  position: relative;
}

.text-block p {
  max-width: 885px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.text-block .row {
  max-width: 885px;
  margin: 0 auto;
}

.text-block .row>* {
  padding: 0;
}

.text-block .phone {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 48px;
  color: #fff;
}

.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
  background-color: #fff;
  width: 100%;
  max-width: 360px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 15px rgba(0,0,0,0.25);
  padding: 34px 32px 32px;
  border-radius: 6px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: fadeInUp .3s ease-in-out forwards;
  animation: fadeInUp .3s ease-in-out forwards;
  z-index: 9999995;
}

.modal-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.modal-box__title {
  font-family: "Bebas",sans-serif;
  color: #950e0e;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}

.modal-box__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.modal-box__close img {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.modal-box__close img:hover {
  opacity: .65;
}

.modal-box__content {
  text-align: center;
}

.modal-box__content .btn {
  margin-top: 25px;
}

.modal-box.is-active {
  display: block;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(212,212,212,0.3);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  z-index: 9999994;
  display: none;
  opacity: 0;
  -webkit-animation: fadeInUp .3s ease-in-out forwards;
  animation: fadeInUp .3s ease-in-out forwards;
}

.modal-overlay.is-active {
  display: block;
}
.modal-policy{
  max-width: 700px;
  z-index: 9999997;
}
.modal-policy.active{
  display: block;
}
.modal-policy p{
font-size: 12px;
text-align: left;
}
.preloader {
  position: relative;
  width: 100%;
  height: 60px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 99;
}

.preloader__inner {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  border: 3px solid #950e0e;
}

.preloader__inner::after {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  -webkit-animation: spinner 1s linear infinite;
  animation: spinner 1s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.preloader.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@keyframes fadeInLeft {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeft {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUp {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bg img {
  width: 100%;
  height: auto;
}

.bg__mobile {
  display: none;
}

.home-section {
  width: 100%;
  position: relative;
  padding: 180px 0 0;
}

.home-section__img {
  position: absolute;
  /* right: -12%; */
  right: 0;
  top: 350px;
  max-width: 67%;
}

.home-section__img img {
  width: 100%;
  height: auto;
  display: block;
}

.home-offer {
  max-width: 610px;
}

.home-offer .btn {
  margin-top: 70px;
}

.related-box {
  padding: 90px 0 0;
}

.info-section {
  padding: 0 0 50px;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1045px;
  }
}

@media only screen and (min-width: 1400px) {
  .home-section__img {
    top: 330px;
  }
}

@media only screen and (min-width: 1500px) {
  .home-section__img {
    top: 310px;
  }
}

@media only screen and (min-width: 1600px) {
  .home-section__img {
    top: 280px;
  }
}

@media only screen and (min-width: 1900px) {
  .home-section__img {
    top: 270px;
    max-width: 62%;
  }
}

@media only screen and (max-width: 1400px) {
  .contact-form {
    right: 30px;
  }
}

@media only screen and (max-width: 990px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .footer .text-block p.big {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .footer .text-block {
    padding-right: 50px;
  }

  .faq-box--third .faq-box__title span {
    font-size: 40px;
    line-height: 48px;
  }

  .text-block .phone {
    font-size: 30px;
    line-height: 38px;
  }

  .home-offer h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .modal-box__content {
    max-height: 82svh;
    overflow-y: scroll;
}

  .modal-policy .modal-box__content {
    max-height: 70svh;
    overflow-y: scroll;
}
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .text-right {
    text-align: left;
  }

  .phone {
    font-size: 28px;
    line-height: 28px;
  }

  .footer .text-block {
    padding-bottom: 10px;
  }

  .contact-form {
    position: relative;
    left: 0;
    right: auto;
    bottom: -30px;
  }

  .faq-box--third .faq-box__title span {
    font-size: 30px;
    line-height: 38px;
  }

  .clients-box img {
    max-width: 45px;
  }

  .home-offer h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .home-offer .btn {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  p {
    word-break: break-word;
  }

  .section-content {
    padding-left: 0;
  }

  #header {
    padding: 15px 0;
  }

  .header__right {
    text-align: left;
  }

  .header {
    display: block;
  }

  .address {
    float: none;
  }

  .footer .text-block p.big span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }

  .footer .text-block {
    padding-right: 0;
  }

  .metro-label {
    margin-left: 36px;
    font-size: 18px;
  }

  .logo__info {
    display: none;
  }

  .logo {
    margin-bottom: 20px;
  }

  .contact-form::after {
    width: 40px;
    height: 40px;
  }

  .contact-form p {
    margin-bottom: 20px;
  }

  .contact-form .btn {
    margin-top: 10px;
  }

  .contact-form {
    bottom: -15px;
    padding: 40px 22px 40px;
  }

  .faq-box__content {
    padding: 5px 40px 10px 16px;
  }

  .faq-box {
    margin-right: 30px;
  }

  .faq-box--second {
    margin-right: 0;
  }

  .faq-box--third {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .clients-box img {
    max-width: 38px;
    margin: 0 5px;
  }

  .clients-box {
    margin-top: 20px;
    margin-bottom: 35px;
    border-radius: 0;
  }

  .price-box {
    margin-bottom: 30px;
  }

  .text-block .phone {
    margin-top: 25px;
    font-size: 33px;
    line-height: 38px;
  }

  .text-block {
    padding: 0 0 20px;
  }

  .bg img {
    display: none;
  }

  .bg__mobile {
    display: block !important;
  }

  .home-section__img {
    max-width: 100%;
    top: 375px;
  }

  .home-section {
    padding: 225px 0 0;
  }

  .home-offer .btn {
    margin-top: 170px;
  }

  .related-box {
    padding: 50px 0 0;
  }

  .info-section {
    padding: 0 0 20px;
  }
}
