/*-------------------------reset-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
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 {
  display: block; }

body {
  line-height: 1.25;
  background-color: #080808;
  color: #fff;
  overflow-x: hidden;
  font-size: 16px; }

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 * {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal; }

.containeri {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

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

a,
a:hover,
a:focus,
a:visited {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease; }

.wrapper {
  overflow-x: hidden; }

/*-------------------------topblock------------------------*/
.topblock {
  background-image: url(../images/slider1.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  min-height: 955px; }
  .topblock .containeri {
    display: flex;
    flex-wrap: wrap; }
  .topblock__left {
    flex-basis: 53%;
    padding-top: 170px; }
  .topblock__title {
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.375; }
    .topblock__title span {
      font-family: 'Montserrat', sans-serif;
      display: block;
      font-weight: 700;
      color: #fdd863; }
  .topblock__descr {
    margin-bottom: 38px;
    line-height: 1.9; }

.goldbtn {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  width: 320px;
  height: 60px;
  color: #122b45 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdd863; }
  .goldbtn:hover {
    opacity: 0.7; }

.bg {
  background-image: url(../images/bg_sec.png);
  background-size: cover;
  background-position: center top;
  position: relative;
  margin-top: 0; }

/*-------------------------secblock------------------------*/
.secblock {
  padding-bottom: 170px; }
  .secblock__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fdd863;
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px; }
  .secblock__descr {
    line-height: 1.9;
    margin-bottom: 43px;
    text-align: center;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }

.goldtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fdd863;
  font-size: 40px;
  text-align: center; }

.btnrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .btnrow .goldbtn {
    width: 190px; }

.roundor {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700; }

.borderbtn {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 60px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 2px solid #363637;
  justify-content: center;
  width: 200px;
  font-weight: 500;
  font-size: 15px; }
  .borderbtn:hover {
    background-color: #fff;
    color: #000; }

.formob {
  display: none; }

/*-------------------------thirdblock------------------------*/
.thirdblock {
  padding-bottom: 160px; }
  .thirdblock__row {
    margin-bottom: 27px;
    display: flex;
    flex-wrap: wrap; }
  .thirdblock__item {
    flex-basis: 25%;
    margin-bottom: 75px;
    text-align: center;
    padding: 0 40px; }
  .thirdblock__img {
    margin-bottom: 25px;
    height: 65px; }
  .thirdblock__title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fdd863;
    margin-bottom: 5px; }
  .thirdblock__descr {
    font-size: 16px;
    color: #888a8b;
    line-height: 1.5; }
  .thirdblock .goldtitle {
    margin-bottom: 130px; }

/*-------------------------fourblock------------------------*/
.fourblock .containeri {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.fourblock__left {
  flex-basis: 50%;
  text-align: left; }
.fourblock__right {
  flex-basis: 50%;
  padding-top: 60px; }
.fourblock__title {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 72px;
  margin-bottom: 70px; }
  .fourblock__title span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fdd863; }
.fourblock__descr {
  line-height: 1.9;
  margin-bottom: 45px; }
.fourblock__btn {
  justify-content: flex-start; }

.formobimg {
  display: none; }

/*-------------------------fifthblock------------------------*/
.bg_bottom {
  margin-top: 0 !important; }

.fifthblock {
  padding-top: 280px;
  padding-bottom: 215px; }
  .fifthblock__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .fifthblock__item {
    flex-basis: calc(100% / 3 - 30px);
    text-align: left;
    padding-top: 105px;
    padding-bottom: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 3% !important;
    text-align: center;
    padding-right: 3% !important; }
  .fifthblock__number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fdd863;
    margin-bottom: 10px;
    font-size: 60px; }
  .fifthblock__title {
    line-height: 1.9;
    font-weight: 500;
    text-transform: uppercase; }
  .fifthblock__descr {
    line-height: 1.9;
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-height: 145px; }
  .fifthblock__bottom {
    margin-top: 115px;
    justify-content: center;
    display: flex; }
  .fifthblock .goldbtn {
    width: 200px; }

/*-------------------------footer------------------------*/
.footer {
  background-color: #2d394d; }
  .footer__text {
    color: #8693aa;
    font-size: 14px;
    text-align: center;
    padding: 35px 0;
    line-height: 1.7; }

/*-------------------------popup------------------------*/
.popupopen {
  max-width: 560px;
  width: 100%;
  height: 100%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.popupopen__close {
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 0.7;
  position: absolute;
  right: 40px;
  top: 25px;
  cursor: pointer; }
  .popupopen__close:hover {
    opacity: 1; }

.popupblock {
  padding: 95px 40px 35px;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-image: url(../images/popup_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #122b45; }
  .popupblock__title {
    margin-bottom: 45px;
    text-align: center;
    color: #122b45;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-left: -10px;
    margin-right: -10px; }
  .popupblock__row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .popupblock__left {
    flex-basis: 22%; }
  .popupblock__right {
    flex-basis: 74%; }
  .popupblock__label label {
    display: block;
    margin-bottom: 10px; }
    .popupblock__label label span.checkk {
      position: relative;
      font-size: 12px;
      display: flex;
      align-items: flex-start;
      opacity: 0.5;
      cursor: pointer; }
      .popupblock__label label span.checkk::before {
        content: "";
        display: inline-block;
        background-image: url(../images/check.png);
        width: 22px;
        height: 22px;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 10px;
        flex-basis: 22px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
      .popupblock__label label span.checkk span {
        flex-basis: calc(100% - 32px); }
    .popupblock__label label input {
      display: none; }
      .popupblock__label label input:checked + span.checkk {
        opacity: 1; }
  .popupblock button {
    max-width: 320px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 60px;
    background-color: #000;
    justify-content: center;
    color: #fff !important;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 500;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-bottom: 30px;
    -o-border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .popupblock button:hover {
      background-color: #122b45; }

.inputi {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 0;
  -o-border-radius: 10px;
  outline: none;
  height: 60px;
  padding: 0 30px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #fff;
  font-size: 17px; }
  .inputi::placeholder {
    color: #aeaeae; }

.mfp-close-btn-in .mfp-close {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: transparent !important;
  background-image: url(../images/closebtn.png);
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  right: 40px;
  top: 25px; }

.fixedlink {
  display: none; }

.thank {
  position: fixed;
  top: calc(50% - 100px);
  left: calc(50% - 300px);
  z-index: 77;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #ffcd4b;
  text-align: center;
  font-size: 18px;
  color: #13223a;
  width: 600px;
  display: none;
  height: 200px; }
  .thank strong {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: #13223a;
    font-size: 30px; }

.thank__inside {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%; }

.popupopenbef {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none; }

/*-------------------------adaptive------------------------*/
@media screen and (max-width: 1700px) {
  .bg {
    margin-top: -100px; } }
@media screen and (max-width: 1500px) {
  .topblock {
    min-height: 825px; }

  .bg {
    margin-top: -30px; }

  .thirdblock .goldtitle {
    margin-bottom: 60px; }

  .thirdblock__item {
    padding: 0 10px; }

  .fourblock__title {
    margin-bottom: 50px; }

  .fourblock__right {
    padding-top: 30px; }

  .fifthblock {
    padding-top: 180px;
    padding-bottom: 115px; } }
@media screen and (max-width: 1300px) {
  .containeri {
    padding: 0 15px; }

  .topblock__title {
    font-size: 38px; }

  .topblock__left {
    flex-basis: 55%;
    padding-top: 170px; }

  .topblock {
    min-height: 740px; }

  .bg {
    margin-top: 0; } }
@media screen and (max-width: 1180px) {
  .topblock__title {
    font-size: 38px; }

  .topblock__left {
    flex-basis: 53%; }

  .thirdblock__title {
    font-size: 16px; }

  .thirdblock__descr {
    font-size: 14px; }

  .fourblock__title {
    font-size: 50px; }

  .fourblock__descr {
    line-height: 1.6;
    font-size: 14px; }

  .fifthblock {
    padding-top: 80px;
    padding-bottom: 70px; }

  .fifthblock__bottom {
    margin-top: 30px; }

  .footer__text {
    font-size: 12px; }

  .fifthblock__item {
    padding: 70px 5px 25px 140px; }

  .fifthblock__title {
    line-height: 1.6; }

  .topblock__left {
    padding-top: 90px; } }
@media screen and (max-width: 980px) {
  .topblock__left {
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px; }

  .topblock__left {
    flex-basis: 100%;
    text-align: center; }

  .topblock {
    min-height: 0; }
    .topblock .containeri {
      padding: 0; }
    .topblock .goldbtn {
      margin-left: auto;
      margin-right: auto; }

  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }

  .fordesc {
    display: none; }

  .formob {
    display: block;
    margin-bottom: 30px;
    margin-top: 20px;
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

  .secblock {
    padding-bottom: 30px; }

  .thirdblock__item {
    flex-basis: 50%;
    margin-bottom: 50px; }

  .thirdblock {
    padding-bottom: 0; }

  .fourblock__title {
    font-size: 44px;
    margin-bottom: 20px; }

  .fourblock__left img {
    max-width: 90%; }

  .fifthblock {
    padding-top: 0;
    padding-bottom: 25px; }

  .fifthblock__number {
    font-size: 50px; }

  .fifthblock__item {
    padding: 50px 15px 10px; }

  .fixedlink {
    display: block;
    position: fixed;
    bottom: 5px;
    left: calc(50% - 160px);
    z-index: 44;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 0; }
    .fixedlink.active {
      opacity: 1; }

  .popupblock {
    padding: 55px 40px 35px; }

  .topblock__title {
    margin-bottom: 40px; }

  .fifthblock__item {
    background-image: none !important;
    text-align: center; } }
@media screen and (max-width: 760px) {
  .topblock__title,
  .popupblock__title {
    font-size: 26px; }

  .popupblock__label label span.checkk span {
    text-align: left; }

  .popupblock {
    padding: 55px 30px 35px; }

  .inputi {
    padding: 0 15px; }

  .fourblock__left {
    flex-basis: 100%;
    text-align: center; }
    .fourblock__left img {
      max-width: 300px; }

  .fourblock__right {
    flex-basis: 100%;
    text-align: center; }

  .fifthblock__item {
    flex-basis: 100%; }

  .fifthblock__row {
    background-image: none; }

  .fifthblock__item {
    padding: 20px 15px 20px; }

  .fifthblock__number {
    color: #ffcd4b; }

  .fifthblock__descr {
    min-height: 0; }

  .thank {
    max-width: 90%;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    left: 0;
    height: auto;
    padding: 20px;
    font-size: 15px; }

  .formobimg {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center; }

  .topblock {
    background-image: none; }

  .topblock__left {
    padding-top: 0 !important; }

  .topblock__title {
    margin-top: -300px; }

  .fifthblock__descr {
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 460px) {
  .topblock__left {
    padding-top: 60px; }

  .thirdblock__item {
    flex-basis: 100%;
    max-width: 340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

  .topblock__title,
  .popupblock__title,
  .goldtitle {
    font-size: 20px; }

  .popupblock {
    padding: 55px 10px 35px; }

  .secblock__descr,
  .topblock__descr {
    font-size: 14px; }

  .fourblock__title {
    font-size: 38px; }

  .popupblock__title {
    margin-bottom: 15px; }

  .formobimg {
    margin-top: 0; }

  .topblock__title {
    margin-top: -255px; }

  .formob {
    position: relative;
    z-index: 1; }

  .topblock__title {
    margin-bottom: 25px; }

  .popupblock {
    padding: 35px 10px 35px; } }
@media screen and (max-width: 410px) {
  .popupblock {
    padding: 30px 5px 30px; }

  .containeri {
    padding: 0 10px; }

  .inputi {
    padding: 0 10px;
    font-size: 15px; }

  .thirdblock__item {
    flex-basis: 100%; }

  .fourblock__title {
    font-size: 32px; }

  .bg_bottom .popupblock {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px); }

  .thank strong {
    font-size: 25px; } }
@media screen and (max-width: 360px) {
  .topblock__title,
  .popupblock__title,
  .goldtitle {
    font-size: 17px; }

  .popupblock__title {
    font-size: 17px; }

  .topblock__title {
    margin-top: -205px; } }

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