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

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

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

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  background: #17140f;
}

body {
  min-width: 320px;
  margin: 0;
  color: #F7F7F7;
  font-size: 14px;
  line-height: 17px;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

/* General reset */
form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  border-style: none;
  vertical-align: top;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus, a:hover {
  outline: none;
  outline: 0;
}

a[href^="tel"],
a[href^="tel"]:hover {
  cursor: default;
  text-decoration: none;
  white-space: nowrap;
  border: none;
}

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

figure {
  margin: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
  margin: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  padding: 15px 20px;
  vertical-align: middle;
  float: left;
  color: #000;
  border: 1px solid #677788;
  border-radius: 8px;
  outline: none;
  outline: 0;
  max-width: 320px;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  transition: border 0.2s ease-in-out;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

select, button {
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  height: 45px;
  background: #FDFDFD;
}

/* placeholder input*/
input:-moz-placeholder {
  color: #060606;
  opacity: 1;
  text-transform: normal;
}

input::-moz-placeholder {
  color: #060606;
  opacity: 1;
  text-transform: normal;
}

input::-webkit-input-placeholder {
  color: #060606;
  text-transform: normal;
}

input:-ms-input-placeholder {
  color: #060606;
  text-transform: normal;
}

/* input:focus placeholder */
input:focus:-moz-placeholder {
  color: #060606;
  opacity: 1;
  text-transform: normal;
}

input:focus::-moz-placeholder {
  color: #060606;
  opacity: 1;
  text-transform: normal;
}

input:focus::-webkit-input-placeholder {
  color: #060606;
  text-transform: normal;
}

input:focus:-ms-input-placeholder {
  color: #060606;
  text-transform: normal;
}

p {
  margin: 0 0 10px;
}

.container {
  max-width: 675px;
  margin: 0 auto 0 50%;
  padding: 0 20px;
  position: relative;
  z-index: 11;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

.btn {
  text-transform: uppercase;
  background: #D22020;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  padding: 30px 0px;
  vertical-align: middle;
  border: none;
  outline: 0;
  cursor: pointer;
  transition: .4s;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}

.btn span {
  text-align: center;
}

.btn:hover {
  transition: .4s;
  box-shadow: 0px 10px 50px -5px rgba(233, 35, 0, 0.26);
}

.btn,
.btn-facebook {
  width: 100%;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
  margin-bottom: 10px;
}

/* wrapper */
#wrapper {
  overflow: hidden;
  position: relative;
  width: 1920px;
  min-height: 100%;
  margin: 0 auto;
}

.block-main {
  position: relative;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 30px 0 50px;
  min-height: 800px;
  min-height: 100vh;
}

.block-main:before {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 10;
}

.block-main h1 {
  margin: 0 0 30px;
  padding: 0;
  font-weight: 900;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #FDFDFD;
  margin-top: 64px;
}

.block-main h1 em {
  background: #EF2525;
  border-radius: 10px;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  width: 80px;
  display: block;
  margin: 15px auto 0;
  font-style: normal;
}

.block-main .under_h1 {
  padding-top: 55px;
  font-size: 36px;
  line-height: 1.33;
  font-weight: 300;
  color: #fff;
}

.form-info {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .block-main .under_h1 {
    text-align: center;
    font-size: 30px;
    padding-top: 2%;
  }
}

@media (max-width: 540px) {
  .block-main .under_h1 {
    font-size: 20px;
  }
}

.block-main hr.small_line {
  width: 2.52%;
  margin-right: auto;
  float: left;
  margin-top: 1.4%;
  bottom: 0;
  outline: 0;
  height: 2px;
  background: #fff;
}

@media (max-width: 768px) {
  .block-main hr.small_line {
    margin-top: 5%;
    width: 25%;
    float: none;
  }
}

.block-main .hold-main {
  text-align: left;
  max-width: 666px;
  width: 100%;
  margin: 0 0 25px;
  padding: 0px 38px;
}

.block-main .hold-main .box-text {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #F7F7F7;
}

.block-main .hold-main .box-text p {
  margin: 0;
}

.block-main .hold-main .hold-inputs {
  font-size: 0;
  line-height: 0;
  padding: 11px 0 0;
  margin: 0 -5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-main .hold-main .hold-inputs .box-input {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 5px;
  margin: 0;
  margin-right: 0px;
  margin-bottom: 15px;
}

.block-main .hold-main .hold-inputs .box-input:nth-child(2) {
  margin-right: 0;
}

.block-main .hold-main .hold-inputs .box-input.select {
  width: 100%;
  height: 45px;
  border: 1px solid #677788;
  padding: 0 20px;
  overflow: hidden;
}

.block-main .hold-main .hold-inputs .hold-date,
.block-main .hold-main .hold-inputs .hold-select {
  float: left;
  padding: 0 5px;
  margin: 0;
  margin-right: 0;
  margin-bottom: 15px;
}

.block-main .hold-main .hold-inputs .hold-date {
  width: 50%;
}

.block-main .hold-main .hold-inputs .hold-select {
  width: 50%;
  margin-right: 0;
  margin-bottom: 0;
}

.block-main .hold-main .hold-inputs .box-date {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-around;
  background: #fff;
  height: 45px;
  border: 1px solid #677788;
  padding: 0 20px;
}

.block-main .hold-main .hold-inputs .box-input.select {
  background: #332f32;
}

.block-main .hold-main .hold-inputs .box-input.select .checkbox {
  top: 65px;
  display: none;
  z-index: -1;
}

.block-main .hold-main .hold-inputs .box-input.select .inline {
  width: 100%;
}

.block-main .hold-main .hold-inputs .box-input.select,
.block-main .hold-main .hold-inputs .box-date {
  border-radius: 8px;
  background: #FDFDFD;
}

.block-main .hold-main .hold-inputs .box-input.select .date-placeholder,
.block-main .hold-main .hold-inputs .box-date .date-placeholder {
  position: absolute;
  color: #060606;
  text-transform: normal;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  z-index: 1;
  display: block;
  width: 100%;
  pointer-events: none;
}

.block-main .hold-main .hold-inputs .box-input.select.active .date-placeholder,
.block-main .hold-main .hold-inputs .box-date.active .date-placeholder {
  opacity: 0;
  visibility: hidden;
}

.block-main .hold-main .hold-inputs .box-input.select .inline,
.block-main .hold-main .hold-inputs .box-date .inline {
  background-color: #FDFDFD;
  background-image: url("../images/arrow.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  color: #000;
  height: 100%;
  padding: 0 20px 0 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  opacity: 0;
  visibility: visible;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.block-main .hold-main .hold-inputs .box-input.select .inline::-ms-expand,
.block-main .hold-main .hold-inputs .box-date .inline::-ms-expand {
  display: none;
}

.block-main .hold-main .hold-inputs .box-input.select.active .inline,
.block-main .hold-main .hold-inputs .box-date.active .inline {
  opacity: 1;
  visibility: visible;
}

.block-main .hold-buttons {
  display: flex;
  justify-content: space-between;
  margin: 0px auto 7px;
  padding-top: 20px;
  max-width: 458px;
}

.block-main .hold-buttons .btn-facebook {
  position: relative;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  width: 48%;
  border: 3px solid #007afc;
  transition: all .4s ease-in;
}

.block-main .hold-buttons .btn-facebook .hold-icon {
  position: absolute;
  height: 64px;
  width: 64px;
  top: 50%;
  left: 30px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.block-main .hold-buttons .btn-facebook .hold-icon img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.block-main .hold-buttons .btn-facebook:hover {
  background: #007afc;
}

.checkbox {
  position: absolute;
  outline: 0;
  left: 5px;
  top: 8px;
  margin: 0;
  opacity: 0;
}

.checkbox:checked + .label-checkbox:after {
  opacity: 1;
  visibility: visible;
}

.holder-checkbox {
  display: -ms-flexbox;
  margin: 0 0 15px;
}

.box-checkbox {
  position: relative;
  width: 100%;
  padding: 10px 10px 6px 40px;
  margin-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 480px;
}

.box-checkbox:last-child:only-child {
  margin-left: 0;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-fb-f {
  background-image: url("https://d2gmcelpu31ywr.cloudfront.net/i/social/facebook.svg");
  background-repeat: no-repeat;
  background-size: 11px 22px;
  width: 11px;
  height: 22px;
}

.icon-google-g {
  background-image: url("https://d2gmcelpu31ywr.cloudfront.net/i/social/google.svg");
  background-repeat: no-repeat;
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
}

.icon-apple-white {
  background-image: url(https://d2gmcelpu31ywr.cloudfront.net/i/social/apple-white.svg);
  background-repeat: no-repeat;
  background-size: 29px 29px;
  width: 11px;
  height: 22px;
  background-position: center;
  background-position: center calc(50% - 3px);
}

.reg-buttons__social-reg-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 4px;
  line-height: 50px;
  border: 2px solid #FFF;
  color: #ffffff;
  font-size: 14px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  margin-right: 2%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 10px;
}

.reg-buttons__social-reg-button .icon {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 5px;
}

.reg-buttons__social-reg-button:hover, .send_form .reg-buttons__social-reg-button:active {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

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

.reg-buttons__social-reg-button--google {
  background-color: #4285f4;
  border-color: #4285f4;
}

.reg-buttons__social-reg-button--google .icon {
  background-color: #ffffff;
  border-radius: 4px;
}

.reg-buttons__social-reg-button--facebook {
  background-color: #4268b2;
  border-color: #4268b2;
}

.reg-buttons__social-reg-button--facebook .icon {
  margin-right: 0;
}

.reg-buttons__social-reg-button--apple {
  background-color: #000000;
  border-color: #000000;
}

.reg-buttons__social-reg-button--apple .icon {
  margin-right: 0;
}

@media (max-width: 768px) {

}

.box-checkbox .label-checkbox {
  position: relative;
  padding: 0;
  height: 30px;
  display: flex;
  align-items: center;
}

.box-checkbox .label-checkbox br {
  display: none;
}

.box-checkbox .label-checkbox:before, .box-checkbox .label-checkbox:after {
  content: "";
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 1;
}

.box-checkbox .label-checkbox:before {
  background: #FDFDFD;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid #677788;
  border-radius: 5px;
  top: 0;
  left: -40px;
}

.box-checkbox .label-checkbox:after {
  background: url(../images/check.svg) center;
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  top: 5px;
  margin-top: 4px;
  left: -33px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.box-checkbox .label-checkbox a, .form-info a {
  position: relative;
  color: #EF2525;
  border-bottom: 1px solid #EF2525;
}

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

.hold-links .links {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #90b2b6;
  margin: 0 12px;
}

.hold-links .links:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #90b2b6;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}

.hold-links .links:hover:before {
  transform: scale(1);
}

.copyright {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 14px;
}

.reg-buttons {
  overflow: hidden;
  text-align: center;
  max-width: 546px;
  margin: 0 auto;
}

.gallery {
  margin: 40px auto 0;
  max-width: 833px;
  font-size: 0;
  text-align: justify;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 0;
  background: #ebecec;
  background: #ebececab;
  border-radius: 10px;
  flex-wrap: wrap;
}

.gallery__item {
  display: inline-block;
  margin-bottom: 10px;
}

.gallery__item img {
  width: 100px;
}

.gallery__item {border: 1px solid #677788;}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1300px) {
  .container {
    margin: 0 auto 0 43%;
  }
  .block-main {
    background-position: 0;
  }
}
@media only screen and (max-width: 1000px) {
  html, body, #wrapper {
    width: 100%;
  }
  .block-main {
    background-position: 75% top;
    padding: 30px 0 50px;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
  }
  .block-main h1 {
    margin: 0 0 10px;
  }
  .block-main h1 .sub-title {
    font-size: 54px;
    line-height: 58px;
  }
  .block-main h1 .sub-title:first-child {
    margin: 0;
  }
  .btn {
    padding: 22px 26px;
  }
  .block-main .hold-buttons .btn-facebook {
    padding: 0px 0px 0px 0px;
  }
}

@media only screen and (max-width: 1000px) {
  .block-main {
    padding: 20px 0;
  }
  .block-services .holder-services {
    text-align: center;
  }
  .block-services .holder-services .box-service {
    width: 33.3%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .block-main {
    background-position: -400px 0;
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .block-main h1 {
    padding: 0;
    text-align: center;
    transform: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }

}

/* Small Devices, Phones */
@media only screen and (max-width: 540px) {
  .block-main {
    background-position: -1000px 0;
    display: block;
  }
  .block-main h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .block-main h1 .sub-title {
    font-size: 40px;
    line-height: 44px;
  }
  .block-main h1 .sub-title:first-child {
    margin: 0 0 5px;
  }
  .block-main .hold-buttons {
    flex-direction: column;
    margin: 0;
    width: 100% !important;
  }

  .block-main .hold-main .hold-inputs .box-input,
  .block-main .hold-main .hold-inputs .hold-date,
  .block-main .hold-main .hold-inputs .hold-select {
    width: 100%;
  }
  .block-services {
    padding: 30px 0;
  }
  .block-services h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .block-services .holder-services {
    padding: 0;
  }
  .box-checkbox .label-checkbox br {
    display: none;
  }
  .btn {
    margin: 0 0 10px;
    width: 100%;
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .reg-buttons__social-reg-button {
    width: 80%;
    margin-bottom: 10px;
    float: none;
    margin-right: 0;
  }
  .block-main .hold-buttons .btn-facebook {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .holder-checkbox {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-main .hold-main .box-text p {
    margin: 0 0 50px;
  }
  .box-checkbox {
    margin-left: 0 !important;
    width: 100%;
    flex-basis: 100%;
  }
  .block-main .hold-main {
    padding: 0;
  }
  .reg-buttons {
    margin-top: 20px;
  }
  input[type="text"], input[type="email"], input[type="password"], textarea {
    max-width: 100%
  }
}

@media only screen and (max-width: 480px) {
  .block-services .holder-services .box-service {
    width: 100%;
  }
  .box-service .hold-img {
    margin: 0 auto 10px;
  }
}
@media only screen and (min-height: 1080px) {
  .block-main {
    min-height: initial;
    height: 1080px;
  }
}