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%;
  vertical-align: baseline;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html * {
  max-height: 1000000px;
}

body {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  color: #000;
  position: relative;
  min-width: 480px;
}

ol, ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

a, a:hover, a:focus {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.container {
  width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.form__input::-webkit-input-placeholder {
  color: #868686;
  opacity: 1;
}

.form__input::-moz-placeholder {
  color: #868686;
  opacity: 1;
}

.form__input:-ms-input-placeholder {
  color: #868686;
  opacity: 1;
}

.form__input::placeholder {
  color: #868686;
  opacity: 1;
}

.countdown {
  border-radius: 10px;
  background: url("../img/countdown.png");
  background-repeat: no-repeat;
  text-align: center;
  padding: 15px 13px;
}
.countdown__title {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  padding-left: 10px;
}
.countdown__item {
  float: left;
  text-align: center;
}
.countdown__item:nth-of-type(2) {
  margin: 0 20px;
  position: relative;
}
.countdown__item:nth-of-type(2):before {
  content: ":";
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #a6acb4;
  position: absolute;
  left: -15px;
  top: 10px;
}
.countdown__item:nth-of-type(2):after {
  content: ":";
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #a6acb4;
  position: absolute;
  right: -15px;
  top: 10px;
}
.countdown__item:last-of-type .countdown__block {
  color: #e31f26;
}
.countdown__block {
  width: 89px;
  height: 63px;
  background: url("../img/countdown__item.png");
  background-repeat: no-repeat;
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 20px;
  padding-left: 15px;
  padding-top: 10px;
}
.countdown__cap {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding-top: 13px;
}
.countdown__wrap {
  padding-top: 20px;
  text-align: center;
}

.form {
  display: block;
  width: 290px;
  background-color: #fff;
}
.form__title {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  background-image: -webkit-linear-gradient(183deg, #3d3d3d 0%, #191a1c 100%);
  background-image: linear-gradient(267deg, #3d3d3d 0%, #191a1c 100%);
  padding: 8px 0;
}
.form__title span {
  color: #ffdd00;
  font-weight: 700;
}
.form__subtitle {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  padding: 20px 16px;
}
.form__list {
  display: block;
  width: 233px;
  margin: 0 auto;
    padding-bottom: 30px;
}
.form__item {
  margin-bottom: 25px;
}
.form__item:nth-of-type(6) {
  margin-bottom: 40px;
}
.form__item:nth-of-type(7) {
  margin-bottom: 5px;
}
.form__cap {
  color: #131415;
  font-size: 18px;
  padding-bottom: 5px;
}
.form__input {
  width: 233px;
  height: 40px;
  background-color: #f9f3e5;
  color: #131415;
  padding: 0 12px;
  font-size: 15px;
  border: 1px solid #2b2e30;
}
.form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none;
  background: url(../img/ad.png) no-repeat, #f9f3e5;
  background-position: 200px center;
  border-radius: 0;
}
.form__btn {
  background: 0;
  border: 0;
  width: 233px;
  height: 83px;
  border-radius: 4px;
  background-color: #cf0606;
  background-image: -webkit-linear-gradient(bottom, #a50114 0%, #fb0320 100%);
  background-image: linear-gradient(to top, #a50114 0%, #fb0320 100%);
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
}
.form__btn:hover, .form__btn:focus {
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.form__btn span {
  color: #ffdd00;
  font-size: 30px;
  text-transform: uppercase;
}
.form__foot {
  text-align: right;
  font-size: 14px;
  padding-bottom: 27px;
}

.header {
  height: 155px;
  background-color: #181f3d;
}
.header__logo {
  float: left;
  padding-top: 24px;
}
.header__text {
  padding-top: 62px;
  font-size: 17px;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  float: left;
  margin-left: 35px;
  font-weight: 400;
}
.header__btn {
  margin-top: 52px;
  width: 200px;
  height: 53px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  border: 0;
  background-color: #cf0606;
  background-image: -webkit-linear-gradient(bottom, #880212 0%, #880212 0%, #fb0320 100%);
  background-image: linear-gradient(to top, #880212 0%, #880212 0%, #fb0320 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  float: right;
  cursor: pointer;
}
.header__btn:hover, .header__btn:focus {
  background-image: none;
}

.nav {
  height: 42px;
  box-shadow: 1px 1px 2px rgba(20, 21, 21, 0.5);
  background-color: #222b42;
}
.nav__menu {
  display: none;
}
.nav__link {
  font-size: 18px;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  width: 22%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.nav__link:hover, .nav__link:focus {
  text-decoration: underline;
}

.nav_fixedlg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  opacity: 0.95;
}

.hidden-lg {
  display: none;
}

.section-1 {
  background: url(../img/section-1.jpg);
  background-repeat: repeat;
  background-position: center top;
  max-height: 2024px;
}

.sec-1 {
  padding-top: 60px;
  padding-bottom: 30px;
}
.sec-1__title {
  color: #ffffff;
  font-size: 55px;
  line-height: 58px;
  text-transform: uppercase;
  text-shadow: 1px 2px 3px rgba(20, 21, 21, 0.6);
  margin-bottom: 50px;
  position: relative;
}
.sec-1__title:after {
  content: "";
  display: block;
  width: 411px;
  height: 620px;
  background: url("../img/sec-1_aft.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -100px;
}
.sec-1__title span {
  color: #ed1c29;
  font-weight: 700;
}
.sec-1__list {
  display: block;
}
.sec-1__item {
  color: #ffffff;
  font-size: 30px;
  padding-left: 65px;
  margin-bottom: 20px;
  position: relative;
}
.sec-1__item:last-child {
  margin-bottom: 0;
}
.sec-1__item:before {
  content: "";
  display: block;
  width: 33px;
  height: 30px;
  background: url("../img/check.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
}
.sec-1__item span {
  font-weight: 700;
}

.sec-2 {
  box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.57);
  background-image: -webkit-linear-gradient(270deg, #ffdd00 0%, #df1a22 100%), -webkit-linear-gradient(bottom, #c1191e 0%, #ffdc00 100%);
  background-image: linear-gradient(180deg, #ffdd00 0%, #df1a22 100%), linear-gradient(to top, #c1191e 0%, #ffdc00 100%);
  padding-top: 30px;
  padding-left: 30px;
  position: relative;
}
.sec-2__title {
  color: #d7031c;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
.sec-2__subtitle {
      color: #18191b;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin: 25px 330px 25px 0;
}
.sec-2__subsubtitle {
      color: #18191b;
    font-size: 20px;
    line-height: 24px;
    margin: 0 330px 25px 0;
}
.sec-2__img {
  display: block;
  margin-top: 10px;
  float: left;
  margin-right: 45px;
}
.sec-2__wrap {
  display: block;
  float: left;
}
.sec-2__badge {
  width: 359px;
  height: 111px;
  font-size: 24px;
  line-height: 30px;
  color: #131518;
  margin-top: 10px;
  background: url("../img/sec-2__badge.png");
  background-repeat: no-repeat;
  padding-top: 25px;
  padding-left: 10px;
}
.sec-2__badge span {
  color: #ed1c24;
  font-weight: 700;
}
.sec-2__form {
  position: absolute;
  right: 15px;
  top: -15px;
}

.sec-3 {
  margin-top: 65px;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.sec-3__title {
  color: #cd1c26;
  text-shadow: 1px 1px 2px rgba(20, 21, 21, 0.5);
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #121626;
  padding: 42px 0;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  z-index: 2;
}
.sec-3__list {
  display: block;
  padding: 43px 361px 43px 75px;
  position: relative;
}
.sec-3__list:after {
  content: "";
  display: block;
  width: 237px;
  height: 462px;
  background: url("../img/sec-3_aft.jpg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 65px;
}
.sec-3__item {
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  padding-left: 65px;
  position: relative;
}
.sec-3__item:last-child {
  margin-bottom: 0;
}
.sec-3__item:before {
  content: "";
  display: block;
  width: 33px;
  height: 30px;
  background: url(../img/check.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
}

.section-2 {
  background: url(../img/section-2.jpg);
  background-repeat: repeat;
  background-position: center top;
  max-height: 3550px;
}

.sec-4 {
  margin-bottom: 90px;
}
.sec-4__desc {
  font-size: 45px;
  color: #ffffff;
  line-height: 55px;
  text-align: center;
  padding: 20px 60px;
}
.sec-4__desc span {
  color: #ed1c29;
  font-size: 55px;
  font-weight: 700;
}
.sec-4__title {
  text-shadow: 1px 1px 2px rgba(20, 21, 21, 0.5);
  color: #1c1c1c;
  font-size: 45px;
  font-weight: 700;
  line-height: 58px;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffdc00;
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}
.sec-4__title:before {
  content: "";
  display: block;
  width: 221px;
  height: 71px;
  background: url("../img/sec-4_bef.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec-4__list {
  display: block;
  background: url(../img/sec-4_list.jpg) no-repeat, #fff;
  background-repeat: no-repeat;
  background-position: center center;
  height: 575px;
  position: relative;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.sec-4__list:after {
  content: "";
  display: block;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-color: #fff;
  background: url("../img/dragon.png"), #fff;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: -51px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec-4__item {
  font-size: 26px;
  color: #1c1c1c;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}
.sec-4__item span {
  font-weight: 700;
}
.sec-4__item:nth-child(1) {
  position: absolute;
  width: 520px;
  top: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec-4__item:nth-child(2) {
  position: absolute;
  width: 285px;
  top: 52px;
  left: 40px;
  top: 220px;
}
.sec-4__item:nth-child(3) {
  position: absolute;
  width: 265px;
  right: 40px;
  top: 220px;
}
.sec-4__item:nth-child(4) {
  position: absolute;
  width: 250px;
  left: 60px;
  top: 425px;
}
.sec-4__item:nth-child(5) {
  position: absolute;
  width: 525px;
  right: 65px;
  top: 425px;
}

.sec-5 {
  background: #fff;
  border-radius: 20px;
  position: relative;
}
.sec-5__title {
  color: #1a1a1a;
  text-shadow: 1px 1px 3px rgba(20, 21, 21, 0.7);
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ffdc00;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 55px 0;
}
.sec-5__img {
  display: block;
  position: absolute;
  left: 70px;
  top: 250px;
}
.sec-5__wrap {
  padding: 50px 80px 80px 330px;
}
.sec-5__cap {
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 30px;
}
.sec-5__cap span {
  font-weight: 700;
}
.sec-5__text {
  font-size: 25px;
  line-height: 30px;
}
.sec-5__text span {
  font-weight: 700;
}
.sec-5__subtitle {
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  background-color: #ffdc00;
  padding: 20px 80px;
  position: relative;
  z-index: 2;
}
.sec-5__subtitle span {
  font-weight: 700;
}
.sec-5__wrap-2 {
  padding: 34px 448px 84px 74px;
  position: relative;
}
.sec-5__img-2 {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec-6 {
  z-index: 11;
  margin-top: 80px;
  margin-bottom: 325px;
  background-color: #ffdc00;
  border-radius: 20px;
  box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.45);
  position: relative;
}
.sec-6__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-6__text {
  color: #1c1c1c;
  font-size: 35px;
  line-height: 40px;
  padding: 65px 90px 70px 390px;
}
.sec-6__text span {
  font-weight: 700;
}

.sec-7 {
  border-radius: 20px;
  padding-bottom: 110px;
  background: #fff;
  position: relative;
}
.sec-7:before {
  content: "";
  display: block;
  width: 332px;
  height: 328px;
  position: absolute;
  background: url("../img/sec-7_bef.png");
  background-repeat: no-repeat;
  top: -328px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec-7:after {
  content: "";
  display: block;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-color: #fff;
  background: url(../img/dragon.png), #fff;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: -51px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec-7__title {
  background-color: #ffdc00;
  font-size: 38px;
  font-weight: 700;
  line-height: 55px;
  color: #1c1c1c;
  text-align: center;
  padding: 40px 50px 55px 50px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.sec-7__title span {
  color: #df1a22;
  font-weight: 700;
}
.sec-7__btn {
  width: 200px;
  height: 53px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  border: 0;
  background-color: #cf0606;
  background-image: -webkit-linear-gradient(bottom, #880212 0%, #880212 0%, #fb0320 100%);
  background-image: linear-gradient(to top, #880212 0%, #880212 0%, #fb0320 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 232px;
}
.sec-7__btn:hover, .sec-7__btn:focus {
  background-image: none;
}

.section-3 {
  background: url(../img/section-3.jpg);
  background-repeat: repeat;
  background-position: center top;
  max-height: 1583px;
}

.sec-8 {
  padding-top: 155px;
}
.sec-8__title {
  color: #ffdc01;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.45);
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 55px;
  margin-bottom: 50px;
}
.sec-8__list {
  display: block;
}
.sec-8__item {
  float: left;
  width: 33.33%;
  margin-bottom: 30px;
}
.sec-8__img {
  display: block;
  margin: 0 auto;
}
.sec-8__cap {
  color: #ffdc01;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
}
.sec-8__text {
  font-size: 25px;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
.sec-8__text span {
  font-weight: 700;
}

.sec-9 {
      max-width: 820px;
    margin: 30px auto 0 auto;
    width: 100%;
  background-color: #ffdc00;
  box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.57);
  border-radius: 15px;
  background-image: -webkit-linear-gradient(bottom, #d1531c 0%, #ffdc00 100%);
  background-image: linear-gradient(to top, #d1531c 0%, #ffdc00 100%);
  padding-left: 200px;
  text-align: center;
  position: relative;
  bottom: -60px;
}
.sec-9__cap {
  color: #1a1a1a;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}
.sec-9__desc {
  color: #e31f26;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.sec-9__img {
  display: block;
  position: absolute;
    left: -50px;
    top: -30px;
}
.sec-9__foot{

}

.section-4 {
  background: url(../img/section-4.jpg);
  background-repeat: repeat;
  background-position: center top;
  max-height: 905px;
}

.sec-10 {
  padding-bottom: 50px;
}
.sec-10__btn {
  width: 200px;
  height: 53px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  border: 0;
  background-color: #cf0606;
  background-image: -webkit-linear-gradient(bottom, #880212 0%, #880212 0%, #fb0320 100%);
  background-image: linear-gradient(to top, #880212 0%, #880212 0%, #fb0320 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-top: 160px;
  margin-bottom: 110px;
}
.sec-10__btn:hover, .sec-10__btn:focus {
  background-image: none;
}
.sec-10__wrap {
  box-shadow: 1px 2px 5px rgba(20, 21, 21, 0.4);
  border-radius: 15px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, rgba(13, 19, 85, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-image: linear-gradient(to top, rgba(13, 19, 85, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  padding-left: 330px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sec-10__img {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 0;
}
.sec-10__cap {
  color: #1a1a1a;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.sec-10__text {
  color: #000;
  font-style: italic;
  line-height: 33px;
  font-size: 25px;
  padding-left: 70px;
  padding-bottom: 10px;
}
.sec-10__text_bold {
  font-weight: 700;
  line-height: 33px;
}
.sec-10__foot {
  color: #394165;
  font-style: italic;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  padding-left: 100px;
}

.section-5 {
  background: url(../img/section-5.jpg);
  background-repeat: repeat;
  background-position: center top;
  max-height: 968px;
}

.sec-11__title {
  text-shadow: 2px 3px 5px rgba(20, 21, 21, 0.7);
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 60px;
  padding-left: 24px;
  padding-bottom: 40px;
}
.sec-11__cap {
  color: #e31f26;
  font-size: 35px;
  font-weight: 700;
  text-decoration: underline;
  padding-left: 22px;
  padding-bottom: 10px;
  padding-right: 490px;
}
.sec-11__hr {
  display: block;
  padding-left: 97px;
}
.sec-11__text {
  color: #fff;
  font-size: 25px;
  line-height: 38px;
  padding-left: 22px;
  padding-right: 490px;
}
.sec-11__desc {
  display: block;
  width: 680px;
  margin-top: 55px;
  padding: 20px 15px;
  border-radius: 15px;
  background-color: #ffffff;
  opacity: 0.9;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  color: #0b0c0e;
}
.sec-11__desc span {
  color: #e31f26;
  font-weight: 700;
}
.sec-11__foot {
  padding: 40px 0;
  padding-left: 10px;
  color: #ffdd00;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}

.section-6 {
  background: url(../img/section-6.jpg);
  background-repeat: repeat;
  background-position: center top;
  max-height: 1715px;
}

.sec-12 {
  padding: 80px 0;
}
.sec-12__wrap {
  box-shadow: 2px 3px 12px rgba(20, 21, 21, 0.74);
  border-radius: 15px;
  background-color: #19203d;
  padding-bottom: 50px;
}
.sec-12__title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  padding: 30px 0;
  text-align: center;
}
.sec-12__list {
  display: block;
  background-color: #13192d;
  padding-bottom: 60px;
}
.sec-12__item {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
.sec-12__imgwrap {
  height: 110px;
  background: #19203d;
}
.sec-12__cap {
  color: #f5d806;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 80px;
  margin-top: 20px;
}
.sec-12__text {
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
}
.sec-12__conf {
  display: block;
  margin-top: 15px;
  position: absolute;
}
.sec-12__wrap-2 {
  margin-top: 60px;
  padding: 50px 20px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  border-radius: 15px;
  background-color: #14192e;
}
.sec-12__caption {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  display: block;
  width: 630px;
  margin-left: 280px;
  position: relative;
}
.sec-12__caption span {
  display: block;
  margin-bottom: 20px;
  color: #ffdd00;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.sec-12__img_pop {
  position: absolute;
  top: -20px;
  cursor: pointer;
}
.sec-12__caption-2 {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  display: block;
  width: 635px;
  position: relative;
}
.sec-12__caption-2:after {
  content: "";
  display: block;
  width: 235px;
  height: 332px;
  background: url("../img/sec-12__inco.png");
  background-repeat: no-repeat;
  position: absolute;
  right: -280px;
  bottom: -50px;
}
.sec-12__caption-2 span {
  display: block;
  margin-bottom: 20px;
  color: #ffdd00;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

.copyright {
  text-align: center;
  padding-bottom: 10px;
  background-color: #121626;
  padding-top: 240px;
}

.copyright__sertification {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 15px;
}

.copyright__text {
  text-align: center;
  padding: 10px 20px;
  color: #c1c1c1;
    font-size: 14px;
    line-height: 18px;
}
.confidentiality{
    text-align: center;
        color: #c1c1c1;
    font-size: 14px;
    line-height: 18px;
}
.confidentiality span{
    display: block;
    font-size: 16px;
    line-height: 20px;
}
.confidentiality a, .copyright__text a{
    color: #c1c1c1;
    text-decoration: underline;
}
.copyright__link {
  display: inline-block;
  margin: 0 10px;
  color: #e6441b;
}
.copyright__link:hover, .copyright__link:focus {
  text-decoration: underline;
}

.popap {
  width: auto;
  height: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 111111;
  display: none;
}
.popap_lock {
  overflow: hidden !important;
}
.popap__close {
  background-image: url("../img/popap__close.png");
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.popap__prev {
  background-image: url(../img/popap__close.png);
  background-position: 0 -38px;
  position: absolute;
  top: 50%;
  left: -18px;
  width: 35px;
  height: 31px;
  cursor: pointer;
  z-index: 8040;
}
.popap__next {
  background-image: url(../img/popap__close.png);
  background-position: 0 -74px;
  position: absolute;
  top: 50%;
  right: -18px;
  width: 35px;
  height: 31px;
  cursor: pointer;
  z-index: 8040;
}
.popap__overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  z-index: 5;
}
.popap__wrap {
  padding: 15px;
  width: 652px;
  height: auto;
  background: #f9f9f9;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  z-index: 111111;
}
.popap__img {
  display: none;
  width: 100%;
  z-index: 999999999;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.popap__img_active {
  display: block;
}

.comeback {
  text-align: center;
  position: fixed;
  width: auto;
  height: auto;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  z-index: 111111;
  display: none;
}
.comeback__overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
.comeback__close {
  background-image: url(../img/popap__close.png);
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.comeback .container {
  width: 780px;
  height: auto;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999999;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 60px;
  box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.57);
  background-image: -webkit-linear-gradient(270deg, #ffdd00 0%, #df1a22 100%), -webkit-linear-gradient(bottom, #c1191e 0%, #ffdc00 100%);
  background-image: linear-gradient(180deg, #ffdd00 0%, #df1a22 100%), linear-gradient(to top, #c1191e 0%, #ffdc00 100%);
}
.comeback__wrap {
  display: inline-block;
  text-align: left;
}
.comeback__title {
  font-size: 33px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 40px;
}
.comeback__title span {
  font-weight: 700;
}
.comeback__title_cover {
  background-color: #f5d806;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 10px;
}
.comeback .main__img {
  margin-right: 50px;
  float: left;
}
.comeback .form {
  float: left;
}

@media screen and (min-width: 768px) and (max-width: 1039px) {
  .container {
    width: 768px;
  }

  .nav__link {
    font-size: 17px;
    width: 33%;
  }

  .section-1 {
    background-size: cover;
    max-height: inherit;
  }

  .logo__img {
    width: 300px;
  }

  .sec-1 {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .sec-1__title {
    font-size: 47px;
    margin-bottom: 20px;
  }

  .sec-1__title:after {
    display: none;
  }

  .sec-1__item {
    margin-bottom: 20px;
  }

  .sec-2__img {
    float: none;
    margin-left: 65px;
  }

  .sec-2__wrap {
    float: none;
    position: relative;
    top: -55px;
  }

  .sec-2__form {
    top: 100px;
  }

  .sec-3__title {
    font-size: 50px;
    padding: 25px 0;
  }

  .sec-3__list {
    padding: 43px 290px 43px 75px;
  }

  .sec-4__desc {
    font-size: 40px;
  }

  .sec-4__desc span {
    font-size: 45px;
  }

  .sec-4__list {
    background-size: contain;
  }

  .sec-4__item:nth-child(2) {
    top: 190px;
  }

  .sec-4__item:nth-child(3) {
    top: 190px;
  }

  .sec-4__item:nth-child(5) {
    width: 325px;
  }

  .sec-5__img {
    left: 55px;
    top: 285px;
  }

  .sec-5__wrap-2 {
    padding: 34px 395px 50px 20px;
  }

  .sec-5__text {
    font-size: 23px;
    line-height: 24px;
  }

  .sec-6__text {
    color: #1c1c1c;
    font-size: 33px;
    line-height: 33px;
    padding: 25px 53px 27px 355px;
  }

  .sec-7__btn {
    top: 185px;
  }

  .sec-7 {
    padding-bottom: 90px;
  }

  .sec-7__title {
    font-size: 35px;
    line-height: 40px;
    padding: 20px 50px 25px 50px;
  }

  .section-3 {
    max-height: inherit;
    background-size: cover;
  }

  .sec-8 {
    padding-top: 100px;
  }
    .sec-9__foot {
    width: 100%;
  }

  .sec-10__cap {
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 0;
  }

  .sec-10__img {
    left: 0;
  }

  .sec-10__text {
    color: #000;
    font-style: italic;
    line-height: 29px;
    font-size: 24px;
    padding-right: 10px;
    padding-left: 25px;
    padding-bottom: 10px;
  }

  .sec-10__foot {
    line-height: 1;
    padding-bottom: 50px;
  }

  .sec-11__text {
    padding-right: 380px;
    line-height: 29px;
  }

  .sec-11__title {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .sec-12__conf {
    left: -30px;
  }

  .sec-12__caption {
    width: inherit;
  }

  .sec-12__wrap-2 {
    padding: 25px 20px;
  }

  .sec-12__caption span {
    font-size: 40px;
  }

  .sec-12__img_pop {
    top: 1px;
  }

  .sec-12__caption-2 {
    width: 435px;
  }

  .sec-12__caption-2 span {
    font-size: 40px;
  }

  .sec-12__caption-2:after {
    right: -265px;
    bottom: -25px;
  }

  .section-6 {
    max-height: inherit;
  }

  .copyright {
    padding-top: 40px;
  }

  .popap__wrap {
    width: 450px;
  }

  .comeback .container {
    padding: 20px;
    width: 680px;
  }
}
@media screen and (max-width: 767px) {
  section {
    max-height: inherit !important;
  }

  .popap__wrap {
    width: 350px;
  }

  .container {
    width: 480px;
    padding: 0 10px;
  }

  .logo__img {
    width: 155px;
  }

  .header__text {
    margin-left: 10px;
    padding-top: 10px;
    font-size: 15px;
  }

  .header {
    height: 60px;
  }

  .header__logo {
    padding-top: 15px;
  }

  .header__btn {
    margin-top: 3px;
    width: 150px;
    font-size: 15px;
  }

  .nav {
    height: 50px;
  }

  .nav__menu {
    display: block;
    color: #000;
    width: 30px;
    height: 40px;
    background: #ffffff url("../img/nav__menu.png") no-repeat 15px center;
    padding: 8px 10px 0 42px;
    cursor: pointer;
    border: 0;
    margin-top: 6px;
    border-radius: 10px;
    float: right;
  }
  .nav__menu_active {
    background: #d4d3d3 url("../img/nav__menu.png") no-repeat 15px center;
  }

  .nav__wrap {
    width: 100%;
    clear: both;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 400px;
    z-index: 10000;
    background: #f8f8f8;
    border: solid 1px #999;
    display: none;
  }

  .nav__link {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    opacity: 0.95;
  }

  .sec-1__title:after {
    display: none;
  }

  .sec-1 {
    padding-top: 30px;
  }

  .sec-1__title {
    text-align: center;
    font-size: 45px;
    margin-bottom: 30px;
  }

  .sec-1__item {
    font-size: 24px;
  }

  .sec-2 {
    padding-left: 0;
  }

  .sec-2__title {
    text-align: center;
  }

  .sec-2__subtitle {
    text-align: center;
      margin: 20px;
  }
    .sec-2__subsubtitle {
    margin: 0 20px 25px 20px;
        text-align: center;
}

  .sec-2__img {
    float: none;
    margin: 0 auto;
  }

  .sec-2__countdown {
    margin-top: 0;
    width: 335px;
    display: inline-block;
  }

  .sec-2__wrap {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .sec-2__badge {
    display: inline-block;
      padding-left: 0;
  }

  .sec-2__form {
    position: static;
    margin: 25px auto;
  }

  .sec-3__title {
    font-size: 38px;
    padding: 20px 0;
  }

  .sec-3__list:after {
    display: none;
  }

  .sec-3__list {
    padding: 40px 25px;
  }

  .sec-3__item {
    font-size: 23px;
  }

  .sec-4__desc {
    font-size: 40px;
    line-height: 50px;
    padding: 20px;
  }

  .sec-4__desc span {
    font-size: 45px;
  }

  .sec-4__title {
    font-size: 48px;
    line-height: 50px;
  }

  .sec-4__list {
    background-size: contain;
    height: 640px;
  }

  .sec-4__item:nth-child(1) {
    width: 100%;
    top: 45px;
  }

  .sec-4__item:nth-child(2) {
    position: absolute;
    width: 285px;
    left: 0;
    top: 150px;
    right: 0;
    margin: 0 auto;
  }

  .sec-4__item:nth-child(3) {
    position: absolute;
    width: 265px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 371px;
  }

  .sec-4__item:nth-child(4) {
    position: absolute;
    width: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 441px;
  }

  .sec-4__item:nth-child(5) {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 505px;
  }

  .sec-5__title {
    font-size: 45px;
    padding: 35px 0;
  }

  .sec-5__img {
    margin: 15px auto;
    position: static;
  }

  .sec-5__wrap {
    padding: 50px 30px 50px 30px;
    text-align: center;
  }

  .sec-5__subtitle {
    font-size: 35px;
    padding: 20px 40px;
    line-height: 40px;
  }

  .sec-5__img-2 {
    display: none;
  }

  .sec-5__wrap-2 {
    padding: 40px 50px 40px 50px;
    position: relative;
  }

  .sec-6__text {
    color: #1c1c1c;
    font-size: 30px;
    line-height: 40px;
    padding: 265px 50px 40px 50px;
    text-align: center;
  }

  .sec-7__title {
    font-size: 35px;
    line-height: 45px;
    padding: 20px 50px 20px 50px;
  }

  .sec-7__btn {
    top: 295px;
  }

  .sec-8 {
    padding-top: 85px;
  }

  .sec-8__title {
    font-size: 40px;
    line-height: 50px;
  }

  .sec-8__item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .sec-9 {
    width: 100%;
    padding: 20px 10px;
  }

  .sec-9__img {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .sec-9__desc {
    font-size: 37px;
  }

    .sec-9__foot{
        width: 100%;
    }

  .sec-10__wrap {
    padding: 30px 20px;
  }

  .sec-10__img {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 250px;
  }

  .sec-10__cap {
    font-size: 45px;
    text-align: center;
    padding-bottom: 20px;
  }

  .sec-10__text {
    padding-left: 0;
  }

  .sec-10__foot {
    padding-left: 0;
  }

  .sec-11__title {
    font-size: 48px;
    text-align: center;
  }

  .sec-11__cap {
    padding-right: 0;
  }

  .sec-11__text {
    padding-right: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .sec-11__desc {
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin-top: 20px;
  }

  .sec-11__foot {
    font-size: 33px;
  }

  .section-6 {
    background-size: cover;
  }

  .sec-12__title {
    font-size: 50px;
  }

  .sec-12__item {
    width: 50%;
  }

  .sec-12__imgwrap {
    padding-top: 15px;
  }

  .sec-12__conf {
    left: 105px;
  }

  .sec-12__text {
    padding-bottom: 20px;
  }

  .sec-12__wrap-2 {
    padding: 30px 20px;
  }

  .sec-12__img_pop {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
  }

  .sec-12__caption {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .sec-12__caption-2 {
    width: 100%;
    text-align: center;
  }

  .sec-12__caption-2 span {
    font-size: 40px;
  }

  .sec-12__caption-2:after {
    position: relative;
    right: 0;
    left: 0;
    bottom: -30px;
    margin: 0 auto;
  }

  .copyright {
    padding-top: 20px;
  }

  .copyright__sertification {
    font-size: 20px;
    line-height: 23px;
  }

  .comeback .container {
    width: 350px;
    padding: 10px;
  }

  .comeback .main__img {
    display: none;
  }

  .comeback__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .comeback .form__item {
    margin-bottom: 10px;
  }

  .comeback .form__item:nth-of-type(6) {
    margin-bottom: 20px;
  }

  .countdown__block {
    letter-spacing: 12px !important;
  }
}
:focus::-webkit-input-placeholder {color: transparent!important}
:focus::-moz-placeholder {color: transparent!important}
:focus:-moz-placeholder {color: transparent!important}
:focus:-ms-input-placeholder {color: transparent!important}
.thanks-text{
        padding: 30px;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
}