@charset "UTF-8";

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-bold/Montserrat-bold.eot");
  src: url("../fonts/Montserrat-bold/Montserrat-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-bold/Montserrat-bold.woff") format("woff"), url("../fonts/Montserrat-bold/Montserrat-bold.ttf") format("truetype"), url("../fonts/Montserrat-bold/Montserrat-bold.svg#Montserrat") format("svg");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.svg#Montserrat") format("svg");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.svg#Montserrat") format("svg");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.svg#Montserrat") format("svg");
}

@font-face {
  font-family: "Bebas Neue";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/BebasNeue-Bold/BebasNeue-Bold.eot");
  src: url("../fonts/BebasNeue-Bold/BebasNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-Bold/BebasNeue-Bold.woff") format("woff"), url("../fonts/BebasNeue-Bold/BebasNeue-Bold.ttf") format("truetype"), url("../fonts/BebasNeue-Bold/BebasNeue-Bold.svg#Bebas Neue") format("svg");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font: 400 18px/160% Montserrat, Helvetica, Arial, sans-serif;
  background: #191D23;
  min-width: 340px;
  color: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.hidden {
  display: none;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

a {
  color: #fff;
  text-decoration: none;
}

form input.error {
  border: 2px solid red !important;
}

form input.not_error {
  border: 2px solid #99FF99 !important;
}

h1 {
  font: bold 69px/100% Bebas Neue;
  text-transform: uppercase;
  color: #6EE4FE;
}

h2 {
  font: bold 53px/105% Bebas Neue;
  text-align: center;
  text-transform: uppercase;
}

h2 span {
  color: #DA2801;
}

h2.red {
  color: #DA2801;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 10px;
  width: 100%;
}

.countdownHolder {
  margin: 0 auto;
  font: 30px/1 Roboto, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.5em;
}

.countdownHolder .digit {
  position: absolute;
  display: block;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.countdownHolder .countDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.countdownHolder .countDiv {
  display: none;
  width: 10px;
  height: 1em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  background: #444;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.2em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: '';
}

.countdownHolder .countDiv:after {
  top: 0.6em;
}

.countdownHolder .textdigit {
  font-size: 15px;
  letter-spacing: 0px;
}

.fsb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form {
  background: #fff;
  max-width: 400px;
  position: relative;
  padding: 20px;
  border-radius: 2px;
}

.form label {
  display: block;
  text-align: left;
  margin-bottom: 15px;
}

.form label span {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: block;
}

.form input {
  background: #fff;
  width: 100%;
  height: 60px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 60px;
  display: block;
}

.form:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
}

.form.loading:before {
  display: block;
}

.form .intl-tel-input {
  width: 100%;
}

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 300px;
  height: 70px;
  background: #DA2801;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #EEEEEE;
  transition: 0.3s ease;
  z-index: 10;
  position: relative;
}

.btn:hover {
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(218, 40, 1, 0);
}

.subm {
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto;
}

.header {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  z-index: 10;
}

.header__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header__logo {
  display: flex;
  flex-wrap: wrap;
  margin-right: 15px;
        width: 227px;
    height: 40px;
}
.header__logo img{
    width: 100%;
}
.header__back {
  font-size: 14px;
  width: 200px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 2px solid #DA2801;
  transition: 0.3s ease;
}

.header__back:hover {
  background: #DA2801;
}

.header__phone {
  text-align: center;
  position: relative;
  padding: 0 13px;
  margin-right: 25px;
}

.header__phone:before,
.header__phone:after {
  background: #DA2801;
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.header__phone:after {
  left: auto;
  right: 0;
}

.header__phone_link {
  display: block;
  font-weight: 600;
  color: #DA2801;
  letter-spacing: 2.32px;
  line-height: 100%;
}

.header__phone_callback {
  font-weight: 500;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: 0.2s linear;
}

.header__phone_callback:hover {
  color: #DA2801;
}

.header__about {
  font: bold 36px Bebas Neue;
}

.footer {
  background: #000000;
  padding-top: 20px;
}

.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer__phone {
  text-align: center;
  position: relative;
}

.footer__phone_link {
  display: block;
  font-weight: 600;
  color: #DA2801;
  color: #DA2801;
  letter-spacing: 2.32px;
  line-height: 100%;
}

.footer__phone_callback {
  font-weight: 500;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.footer__logo {
  width: 150px;
    height: 26px;
}

.footer__logo img {
  width: 100%;
}

.footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer__social_link {
  margin-left: 25px;
}

.footer__social_link svg,
.footer__social_link path {
  transition: 0.2s linear;
}

.footer__social_link:hover svg {
  fill: #19C6E7;
}

.footer__social_link:hover path {
  fill: #19C6E7;
}

.footer__docs {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__docs .links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer__docs li {
  margin: 0 30px;
}

.footer__docs li:last-child {
  margin-right: 0;
}

.footer__docs a {
  opacity: 0.5;
  font-size: 14px;
}

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow: auto;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.modal-overlay .modal-content {
  margin-bottom: 0px;
  border-radius: 4px;
}

.modal-overlay .close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.2s linear;
}

.modal-overlay .close-button:before {
  background: #fff;
  content: '';
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(-45deg);
}

.modal-overlay .close-button:after {
  background: #fff;
  content: '';
  margin-top: -50px;
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(45deg);
  transition: 0.2s linear;
}

#modal-video .modal-content {
  height: auto;
  width: 100%;
}

#modal-video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#modal-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__container {
  justify-content: normal;
}

.header__back {
  margin-left: auto;
}

.section-form {
  padding: 150px 0;
  padding-bottom: 100px;
  text-align: center;
}

.section-form .form {
  margin: 0 auto;
  padding: 40px;
  max-width: 680px;
}

.section-form .form label span {
  color: #000;
}

.section-form .form__title {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.section-form .form__subtitle {
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 50px;
  color: #000;
}

.section-form .form .btn {
  width: 100%;
  outline: none;
  font-size: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.section-form .form .btn:hover,
.section-form .form .btn:focus {
  outline: none;
  text-decoration: none;
}

.section-form .form .cancel {
  border: none;
  margin: 0 auto;
  margin-top: 10px;
  color: #DA2801;
  text-decoration: underline;
  display: inline-block;
  font-size: 14px;
}

.section-form .form .subm {
  background: green;
}

.section-form .icons {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.section-form .icons img {
  width: 100%;
  max-width: 100px;
}

@media only screen and (max-width: 1400px) and (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 1024px) {
  .container {
    max-width: 760px;
  }

  .header {
    top: 20px;
  }

  .footer__docs li {
    margin: 0 10px;
  }

  .footer__docs {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer__docs .links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 760px) {
  .container {
    max-width: 340px;
  }

  .header {
    top: 25px;
  }

  .header__logo {
       margin-right: 0;
    order: 1;
    width: 120px;
  }

  .header__logo img {
    width: 110px;
    height: 100%;
    object-fit: contain;
  }

  .header__phone {
    margin-top: 15px;
    width: 100%;
    order: 3;
    margin-right: 0;
    padding: 0 5px;
  }

  .header__phone_callback {
    font-size: 12px;
  }

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

  .header__back {
    order: 2;
  }

  .header__about {
    position: relative;
    order: 2;
  }

  .header__about:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 43px;
    background: #DA2801;
    border-radius: 10px;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
  }

  .section-form .form {
    padding: 20px;
  }

  .section-form .form__title {
    font-size: 30px;
  }

  .section-form .form__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .section-form .icons img {
    max-width: 80px;
  }

  .footer__container {
    justify-content: center;
  }

  .footer__phone {
    margin: 20px 0;
  }

  .footer__social_link {
    margin: 0 10px;
  }

  .footer__docs {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer__docs li {
    margin: 5px 0;
  }

  .footer .links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .modal-overlay {
    color: #000;
    text-align: center;
  }
}