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;
}

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 Condensed', 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 Condensed', 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: #131415;
  opacity: 1;
}

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

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

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

.main__img {
  float: left;
}
.main__countdown {
  float: left;
  margin-top: 30px;
  margin-left: 10px;
  width: 320px;
}
.main__form {
  float: left;
}
.main__foot {
  text-align: center;
  color: #1c1c1d;
  font-size: 20px;
  line-height: 23px;
  padding-top: 10px;
}

.countdown__title {
  background: #e31f26;
  color: #ffdd00;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 15px;
}
.countdown__item {
  float: left;
  text-align: center;
}
.countdown__item:nth-of-type(2) {
  margin: 0 30px;
  position: relative;
}
.countdown__item:nth-of-type(2):before {
  content: ":";
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #a6acb4;
  position: absolute;
  left: -20px;
  top: 10px;
}
.countdown__item:nth-of-type(2):after {
  content: ":";
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #a6acb4;
  position: absolute;
  right: -20px;
  top: 10px;
}
.countdown__item:last-of-type .countdown__block {
  color: #e31f26;
}
.countdown__block {
  width: 73px;
  height: 56px;
  background: url("../img/countdown__item.png");
  background-repeat: no-repeat;
  color: #1c1d1d;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 10px;
  padding-left: 7px;
  padding-top: 3px;
}
.countdown__cap {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  padding-top: 13px;
  text-transform: uppercase;
}
.countdown__wrap {
  padding-top: 20px;
  text-align: center;
  padding-left: 40px;
}
.countdown__foot {
  background: url("../img/countdown__foot.png");
  background-repeat: no-repeat;
  font-size: 29px;
  color: #000;
  line-height: 35px;
  padding-left: 16px;
  min-height: 128px;
  padding-top: 10px;
  margin-top: 20px;
}
.countdown__foot_bold {
  font-weight: 700;
}
.countdown__foot_red {
  font-weight: 700;
  color: #e31f26;
}

.form {
  display: block;
  width: 314px;
  box-shadow: 0 0 10px rgba(0, 65, 132, 0.23);
  border-radius: 6px;
  background-color: #fff;
}
.form__title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: url("../img/form__title.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 42px;
  padding-top: 10px;
  padding-left: 10px;
}
.form__list {
  display: block;
  width: 233px;
  margin: 0 auto;
  padding-top: 15px;
}
.form__item {
  margin-bottom: 15px;
}
.form__item:nth-of-type(7) {
  margin-bottom: 5px;
}
.form__item:last-child {
  margin-bottom: 0;
}
.form__cap {
  color: #343333;
  font-size: 17px;
  font-weight: 700;
}
.form__cap span {
  color: #868686;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  float: right;
}
.form__input {
  width: 233px;
  height: 35px;
  background-color: #fff;
  color: #131415;
  padding: 0 12px;
  font-size: 16px;
  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, #fff;
  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: 32px;
  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: 15px;
  padding-bottom: 10px;
}

.header {
  height: 106px;
  box-shadow: 0 1px 5px rgba(17, 18, 17, 0.48), 0 0 0 rgba(111, 111, 111, 0.3);
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #dedede 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #dedede 100%);
}
.header__logo {
  float: left;
  padding-top: 24px;
}
.header__text {
  padding-top: 33px;
  font-size: 20px;
  color: #000;
  float: left;
  margin-left: 35px;
}
.header__btn {
  width: 150px;
  height: 100%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0 1px 1px 0;
  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: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
  cursor: pointer;
}
.header__btn:hover, .header__btn:focus {
  background-image: none;
}

.nav {
  height: 42px;
  box-shadow: 0 1px 5px rgba(17, 18, 17, 0.48);
  background-image: -webkit-linear-gradient(bottom, #22356a 0%, #0272ba 100%);
  background-image: linear-gradient(to top, #22356a 0%, #0272ba 100%);
}
.nav__menu {
  display: none;
}
.nav__link {
  font-size: 18px;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  width: 25%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.nav__link:hover, .nav__link:focus {
  text-decoration: underline;
}

.sec-1 {
  background-image: -webkit-linear-gradient(bottom, rgba(185, 184, 184, 0.25) 0%, rgba(197, 197, 197, 0) 100%);
  background-image: linear-gradient(to top, rgba(185, 184, 184, 0.25) 0%, rgba(197, 197, 197, 0) 100%);
  position: relative;
}
.sec-1:after {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  background: #fff;
  position: absolute;
  bottom: -100px;
}
.sec-1__title {
  font-size: 60px;
  color: #e31f26;
  text-align: left;
  font-weight: 700;
  padding-top: 45px;
  margin-bottom: 28px;
}
.sec-1__title span {
  font-size: 54px;
  color: #000;
  font-weight: 400;
}
.sec-1__subtitle {
  font-size: 48px;
  color: #050809;
  display: inline-block;
  background: #ffdd00;
  margin-bottom: 10px;
}
.sec-1__subtitle:first-of-type {
  margin-top: 55px;
}
.sec-1__subtitle:last-of-type {
  margin-bottom: 30px;
}
.sec-1__subtitle span {
  font-weight: 700;
}
.sec-1__list {
  display: none;
  margin-bottom: 40px;
}
.sec-1__item {
  font-size: 24px;
  line-height: 27px;
  color: #000;
  float: left;
}
.sec-1__item span {
  font-weight: 700;
}
.sec-1__item:nth-of-type(2) {
  margin: 0px 100px;
}
.sec-1__cap {
  color: #13508e;
  font-size: 30px;
  line-height: 24px;
  padding-left: 45px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 700;
}
.sec-1__cap:before {
  content: "";
  display: block;
  width: 28px;
  height: 32px;
  background: url("../img/sec-1__check.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-1__main {
  padding-bottom: 25px;
  position: relative;
  z-index: 12312;
}

.sec-2 {
  background-image: -webkit-linear-gradient(bottom, rgba(197, 197, 197, 0) 0%, rgba(150, 149, 149, 0.6) 100%);
  background-image: linear-gradient(to top, rgba(197, 197, 197, 0) 0%, rgba(150, 149, 149, 0.6) 100%);
}
.sec-2__wrap {
  background: #fff;
  background-image: url("../img/sec-2__bg.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  padding-top: 25px;
  padding-bottom: 30px;
}
.sec-2__title {
  font-size: 60px;
  color: #141516;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
}
.sec-2__title span {
  color: #e31f26;
}
.sec-2__list {
  display: block;
  margin-bottom: 25px;
  margin-left: 50px;
}
.sec-2__item {
  color: #000;
  font-size: 25px;
  margin-bottom: 10px;
  padding-left: 41px;
  position: relative;
}
.sec-2__item:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border: 3px solid #e9031d;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-2__item:last-child {
  margin-bottom: 0;
}
.sec-2__desc {
  color: #fff;
  font-size: 45px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 15px 0;
  text-align: center;
  margin: 0 30px;
}
.sec-2__desc_yellow {
  color: #ffdd00;
}
.sec-2__desc_red {
  color: #fe0010;
  font-weight: 700;
}
.sec-2__wrap-2 {
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #f5edbd 64%, #f5edbd 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #f5edbd 64%, #f5edbd 100%);
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.43);
  margin-left: 20px;
  margin-top: 18px;
  padding-left: 110px;
  position: relative;
}
.sec-2__wrap-2:before {
  content: "";
  display: block;
  width: 103px;
  height: 186px;
  background: url("../img/sec-2__cap.png");
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: -18px;
}
.sec-2__cap {
  font-size: 50px;
  color: #000;
  padding-top: 40px;
  margin-bottom: 20px;
}
.sec-2__cap span {
  font-weight: 700;
  color: #ed1c29;
}
.sec-2__subcap {
  color: #000;
  font-size: 30px;
  padding-bottom: 50px;
}
.sec-2__subcap span {
  color: #ed1c29;
  font-size: 35px;
  font-weight: 700;
}
.sec-2__items {
  display: block;
  margin-top: 18px;
  margin-bottom: 38px;
}
.sec-2__items li {
  display: block;
  float: left;
  color: #fe0010;
  font-size: 47px;
  text-shadow: 0 1px 5px #000000;
  text-align: center;
  width: 330px;
  height: 240px;
  border-radius: 6px;
  padding-top: 97px;
}
.sec-2__items li:nth-child(1) {
  background: url("../img/sec-2__items-1.jpg");
  background-repeat: no-repeat;
}
.sec-2__items li:nth-child(2) {
  background: url("../img/sec-2__items-2.jpg");
  background-repeat: no-repeat;
  margin: 0 5px;
}
.sec-2__items li:nth-child(3) {
  background: url("../img/sec-2__items-3.jpg");
  background-repeat: no-repeat;
}

.sec-3 {
  position: relative;
}
.sec-3:before {
  content: "";
  display: block;
  width: 100%;
  height: 227px;
  background-image: -webkit-linear-gradient(bottom, rgba(245, 237, 187, 0) 0%, #f5edbb 100%);
  background-image: linear-gradient(to top, rgba(245, 237, 187, 0) 0%, #f5edbb 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.sec-3:after {
  content: "";
  display: block;
  width: 100%;
  height: 227px;
  background-image: -webkit-linear-gradient(top, rgba(245, 237, 187, 0) 0%, #f5edbb 100%);
  background-image: linear-gradient(to bottom, rgba(245, 237, 187, 0) 0%, #f5edbb 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sec-3 .container {
  z-index: 10;
}
.sec-3__title {
  font-size: 60px;
  color: #000;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 50px;
}
.sec-3__title span {
  color: #e31f26;
  font-weight: 700;
}
.sec-3__desc {
  width: 470px;
  font-size: 30px;
  line-height: 38px;
  color: #000;
  padding-left: 30px;
  padding-bottom: 60px;
  position: relative;
}
.sec-3__desc:after {
  content: "";
  display: block;
  width: 419px;
  height: 209px;
  background: url("../img/sec-3__desc.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  right: -435px;
}
.sec-3__desc_bold {
  font-weight: 700;
}
.sec-3__desc_green {
  color: #66b117;
  font-weight: 700;
}
.sec-3__wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sec-3__list {
  display: block;
}
.sec-3__item {
  font-size: 26px;
  line-height: 32px;
  color: #000;
  float: left;
  width: 33.33%;
  text-align: center;
}
.sec-3__item:nth-of-type(4) {
  padding-top: 100px;
}
.sec-3__item:nth-of-type(5) {
  padding-top: 10px;
}
.sec-3__item:nth-of-type(6) {
  padding-top: 100px;
}
.sec-3__item span {
  color: #13508e;
  font-weight: 700;
}
.sec-3__foot {
  font-size: 33px;
  line-height: 38px;
  width: 640px;
  color: #000;
  padding-left: 32px;
  padding-bottom: 30px;
  position: relative;
}
.sec-3__foot:after {
  content: "";
  display: block;
  width: 245px;
  height: 167px;
  background: url("../img/sec-3__foot.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: -300px;
}
.sec-3__foot span {
  color: #13508e;
  font-weight: 700;
}

.sec-4 {
  margin: 50px 0;
}
.sec-4__desc {
  display: block;
  margin-left: 30px;
  padding-left: 90px;
  font-size: 40px;
  color: #000;
  line-height: 43px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.43);
  border-radius: 6px;
  background-color: #fddd00;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sec-4__desc:before {
  content: "";
  display: block;
  width: 103px;
  height: 186px;
  background: url(../img/sec-2__cap.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 25px;
}
.sec-4__desc_red {
  color: #e31f26;
  font-weight: 700;
}
.sec-4__desc_bold {
  font-weight: 700;
}
.sec-4__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: 32px;
  font-weight: 700;
  margin: 0 auto;
  display: block;
  margin-top: 45px;
}
.sec-4__btn:hover, .sec-4__btn:focus {
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.sec-4__btn span {
  color: #ffdd00;
  font-size: 30px;
  text-transform: uppercase;
}

.sec-5 .container {
  background: url("../img/sec-5.png");
  background-repeat: no-repeat;
  background-position: -30px bottom;
}
.sec-5__img {
  display: block;
  margin: 0 auto;
}
.sec-5__title {
  font-size: 60px;
  color: #000;
  text-align: left;
  padding-top: 35px;
  padding-bottom: 50px;
  padding-left: 250px;
}
.sec-5__title span {
  color: #e31f26;
  font-weight: 700;
}
.sec-5__list {
  display: block;
}
.sec-5__item {
  color: #000000;
  font-size: 24px;
  margin-bottom: 32px;
  text-align: left;
  position: relative;
}
.sec-5__item_orange {
  color: #fc7201;
  font-weight: 700;
}
.sec-5__item_red {
  color: #f52302;
  font-weight: 700;
}
.sec-5__item_green {
  color: #459c32;
  font-weight: 700;
}
.sec-5__item_yellow {
  color: #ffb802;
  font-weight: 700;
}
.sec-5__item_red-2 {
  color: #d0150a;
  font-weight: 700;
}
.sec-5__item_red-3 {
  color: #c9000a;
  font-weight: 700;
}
.sec-5__item_bold {
  font-weight: 700;
}
.sec-5__item:nth-of-type(1) {
  padding-left: 525px;
}
.sec-5__item:nth-of-type(1):before {
  content: "";
  display: block;
  width: 188px;
  height: 126px;
  background: url("../img/sec-5__item-1.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 330px;
  top: -15px;
}

.ua .sec-5__item:nth-of-type(1):before {
  background: url("../img/ua/sec-5__item-1.png");
}

.sec-5__item:nth-of-type(2) {
  padding-left: 575px;
}
.sec-5__item:nth-of-type(2):before {
  content: "";
  display: block;
  width: 144px;
  height: 130px;
  background: url("../img/sec-5__item-2.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 405px;
  top: -15px;
}
.ua .sec-5__item:nth-of-type(2):before {
  background: url("../img/ua/sec-5__item-2.png");
}
.sec-5__item:nth-of-type(3) {
  padding-left: 620px;
}
.sec-5__item:nth-of-type(3):before {
  content: "";
  display: block;
  width: 161px;
  height: 107px;
  background: url("../img/sec-5__item-3.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 420px;
  top: 10px;
}
.ua .sec-5__item:nth-of-type(3):before {
  background: url("../img/ua/sec-5__item-3.png");
}
.sec-5__item:nth-of-type(4) {
  padding-left: 620px;
  padding-bottom: 25px;
}
.sec-5__item:nth-of-type(4):before {
  content: "";
  display: block;
  width: 119px;
  height: 107px;
  background: url("../img/sec-5__item-4.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 465px;
  top: -10px;
}
.ua .sec-5__item:nth-of-type(4):before {
  background: url("../img/ua/sec-5__item-4.png");
}
.sec-5__item:nth-of-type(5) {
  padding-left: 620px;
}
.sec-5__item:nth-of-type(5):before {
  content: "";
  display: block;
  width: 157px;
  height: 115px;
  background: url("../img/sec-5__item-5.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 450px;
  top: -18px;
}
.ua .sec-5__item:nth-of-type(5):before {
  background: url("../img/ua/sec-5__item-5.png");
}
.sec-5__item:nth-of-type(6) {
  padding-left: 545px;
  margin-bottom: 0;
  padding-bottom: 0px;
}
.sec-5__item:nth-of-type(6):before {
  content: "";
  display: block;
  width: 148px;
  height: 95px;
  background: url("../img/sec-5__item-6.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 380px;
  top: -5px;
}
.ua .sec-5__item:nth-of-type(6):before {
  background: url("../img/ua/sec-5__item-6.png");
}

.sec-6 {
  background-image: -webkit-linear-gradient(bottom, #38465f 0%, #38465f 1%, #ffffff 100%);
  background-image: linear-gradient(to top, #38465f 0%, #38465f 1%, #ffffff 100%);
  padding: 35px 0;
}
.sec-6__wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  background-image: -webkit-linear-gradient(bottom, #f7efbb 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #f7efbb 0%, #ffffff 100%);
  padding-top: 50px;
  padding-bottom: 70px;
  padding-left: 35px;
  padding-right: 35px;
}
.sec-6__title {
  font-size: 60px;
  color: #000;
  text-align: left;
  padding-bottom: 50px;
  text-align: center;
  text-decoration: underline;
}
.sec-6__title span {
  color: #e31f26;
  font-weight: 700;
  text-decoration: underline;
}
.sec-6__lists {
  display: block;
  float: left;
  margin-top: 45px;
}
.sec-6__img {
  display: block;
  float: left;
  margin-left: 50px;
}
.sec-6__items {
  display: block;
  float: right;
  margin-top: 95px;
}
.sec-6__list {
  color: #000;
  font-size: 21px;
  line-height: 22px;
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: right;
  padding-right: 35px;
  position: relative;
}
.sec-6__list:after {
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  background: url("../img/sec-6__check.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.sec-6__list:last-of-type {
  margin-bottom: 0;
}
.sec-6__list span {
  font-weight: 700;
}
.sec-6__item {
  color: #000;
  font-size: 21px;
  line-height: 22px;
  margin-bottom: 30px;
  text-align: left;
  padding-left: 35px;
  position: relative;
}
.sec-6__item:before {
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  background: url("../img/sec-6__check.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-6__item:last-of-type {
  margin-bottom: 0;
}
.sec-6__item span {
  font-weight: 700;
}

.sec-7 {
  background: url(../img/sec-7.jpg);
  background-size: cover;
  background-repeat: repeat;
  padding-bottom: 30px;
}
.sec-7__title {
  color: #e31f26;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  padding: 65px 0;
}
.sec-7__wrap {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  padding: 40px 320px 40px 35px;
  position: relative;
}
.sec-7__wrap:before {
  content: "";
  display: block;
  width: 304px;
  height: 382px;
  background: url("../img/sec-7__wrap.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec-7__text {
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-style: italic;
}
.sec-7__text span {
  font-weight: 700;
}
.sec-7__text_foot {
  font-weight: 700;
  text-align: right;
  margin-top: 15px;
  display: block;
}

.sec-8 {
  background: url("../img/sec-8.jpg");
  background-size: cover;
  background-repeat: repeat;
}
.sec-8__title {
  color: #e31f26;
  font-size: 60px;
  font-weight: 700;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}
.sec-8__list {
  display: block;
  padding-bottom: 30px;
}
.sec-8__item {
  background: #f6efc7;
  box-shadow: 9px 15px 27px rgba(21, 22, 21, 0.39);
  margin-bottom: 20px;
  padding: 35px 40px;
  border-radius: 9px;
}
.sec-8__item:last-of-type {
  margin-bottom: 0;
}
.sec-8__img {
  display: block;
  float: left;
  margin: 0 25px;
}
.sec-8__text {
  display: block;
  width: 610px;
  float: left;
  color: #000000;
  font-size: 25px;
  line-height: 28px;
  padding-top: 25px;
}
.sec-8__text span {
  font-weight: 700;
}
.sec-8__text_foot {
  display: block;
  margin-bottom: 10px;
  text-align: right;
}

.sec-9 {
  background-image: -webkit-linear-gradient(bottom, #38465f 0%, #38465f 1%, #ffffff 100%);
  background-image: linear-gradient(to top, #38465f 0%, #38465f 1%, #ffffff 100%);
  padding: 30px 0;
}
.sec-9__wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  background-color: #ffffff;
  padding-bottom: 110px;
}
.sec-9__title {
  color: #e31f26;
  font-size: 60px;
  font-weight: 700;
  padding: 30px 0;
  text-align: center;
}
.sec-9__list {
  display: block;
  background-color: #ffdd00;
  background-image: -webkit-linear-gradient(217deg, #0173bb 0%, #1f3a70 100%);
  background-image: linear-gradient(233deg, #0173bb 0%, #1f3a70 100%);
  padding-top: 25px;
  padding-bottom: 40px;
}
.sec-9__item {
  width: 25%;
  float: left;
  text-align: center;
}
.sec-9__imgwrap {
  height: 85px;
}
.sec-9__cap {
  color: #f5d806;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 80px;
}
.sec-9__text {
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
}
.sec-9__conf {
  display: block;
  margin-top: 15px;
}
.sec-9__form {
  width: 940px;
  background: url("../img/sec-9__form.png");
  background-position: center top;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.43);
  position: absolute;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  top: 456px;
}
.sec-9__form .form__list {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  position: relative;
}
.sec-9__form .form__select {
  background-position: 165px center;
}
.sec-9__form .form__item {
  float: left;
  margin-bottom: 0;
  margin-right: 30px;
}
.sec-9__form .form__item:last-of-type {
  margin-right: 0;
  margin-top: -10px;
}
.sec-9__form label {
  position: absolute;
  top: 35px;
}
.sec-9__form .form__input {
  width: 190px;
  height: 36px;
}
.sec-9__form .form__btn {
  width: 178px;
  height: 60px;
  line-height: 24px;
}
.sec-9__wrap-2 {
  margin-top: 45px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  background-image: -webkit-linear-gradient(bottom, #f5edbb 0%, #fffffe 98%, #ffffff 100%);
  background-image: linear-gradient(to top, #f5edbb 0%, #fffffe 98%, #ffffff 100%);
  padding: 50px 20px;
  position: relative;
}
.sec-9__caption {
  color: #000;
  font-size: 22px;
  line-height: 28px;
  display: block;
  width: 655px;
  margin-left: 250px;
  position: relative;
}
.sec-9__caption span {
  display: block;
  margin-bottom: 20px;
  color: #e23137;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.sec-9__img_pop {
  position: absolute;
  top: -25px;
  cursor: pointer;
}
.sec-9__caption-2 {
  color: #000;
  font-size: 22px;
  line-height: 28px;
  display: block;
  width: 635px;
  position: relative;
}
.sec-9__caption-2:after {
  content: "";
  display: block;
  width: 296px;
  height: 281px;
  background: url("../img/sec-9__inco.png");
  background-repeat: no-repeat;
  position: absolute;
  right: -342px;
  top: -45px;
}
.sec-9__caption-2 span {
  display: block;
  margin-bottom: 20px;
  color: #e23137;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

.sec-10 {
  background-image: -webkit-linear-gradient(bottom, #cdcdcd 0%, #cdcdcd 1%, #ffffff 100%);
  background-image: linear-gradient(to top, #cdcdcd 0%, #cdcdcd 1%, #ffffff 100%);
  padding: 30px 0;
}
.sec-10__main {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  background-color: #ffffff;
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 15px;
}

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

.hidden-lg {
  display: none;
}

.copyright {
  text-align: center;
  padding-bottom: 10px;
}

.copyright__text {
  text-align: center;
  padding: 10px 20px;
}

.copyright__link {
  display: inline-block;
  margin: 0 10px;
}
.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: 810px;
  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: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.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;
}

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

  .nav__link {
    font-size: 17px;
  }

  .sec-1__title {
    font-size: 50px;
    padding-top: 25px;
    margin-bottom: 20px;
  }

  .sec-1__subtitle {
    font-size: 33px;
  }
  .sec-1__subtitle span {
    font-size: 35px;
  }

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

  .sec-1__cap {
    font-size: 28px;
  }

  .sec-1__item:nth-of-type(2) {
    margin: 0px 20px;
  }

  .main__img {
    margin-left: 240px;
    width: 230px;
  }

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

  .sec-2__list {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.75);
  }

  .sec-2__wrap {
    padding-bottom: 15px;
  }

  .sec-2__desc {
    font-size: 38px;
  }

  .sec-2__cap {
    font-size: 40px;
  }

  .sec-2__subcap {
    font-size: 25px;
  }
  .sec-2__subcap span {
    font-size: 30px;
  }

  .sec-2__wrap-2:before {
    top: -7px;
  }

  .sec-2__items li:nth-child(1) {
    margin-left: 30px;
  }

  .sec-2__items li:nth-child(3) {
    margin-left: 195px;
    margin-top: 5px;
  }

  .sec-3__title {
    font-size: 45px;
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .sec-3__desc {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .sec-3__desc:after {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
  }

  .sec-3__item {
    font-size: 22px;
    line-height: 25px;
  }

  .sec-3__img {
    width: 100%;
  }

  .sec-3__item:nth-of-type(4) {
    padding-top: 88px;
  }

  .sec-3__item:nth-of-type(6) {
    padding-top: 88px;
  }

  .sec-3__foot {
    font-size: 23px;
    width: 450px;
    line-height: 28px;
  }

  .sec-3__foot:after {
    top: -14px;
    left: 487px;
  }

  .sec-4 {
    margin: 20px 0;
  }

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

  .sec-4__btn {
    margin-top: 20px;
  }

  .sec-5__img {
    width: 100%;
  }

  .sec-5 .container {
    background: url(../img/sec-5-2.png);
    background-repeat: no-repeat;
    background-position: -30px bottom;
  }

  .sec-5__title {
    font-size: 35px;
    padding-top: 0px;
    padding-bottom: 25px;
  }

  .sec-5__item {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sec-5__item:nth-of-type(1) {
    padding-left: 405px;
  }

  .sec-5__item:nth-of-type(2) {
    padding-left: 435px;
  }

  .sec-5__item:nth-of-type(3) {
    padding-left: 490px;
  }

  .sec-5__item:nth-of-type(4) {
    padding-left: 505px;
  }

  .sec-5__item:nth-of-type(5) {
    padding-left: 530px;
  }

  .sec-5__item:nth-of-type(6) {
    padding-left: 515px;
  }

  .sec-5__item:nth-of-type(1):before {
    left: 210px;
  }

  .sec-5__item:nth-of-type(2):before {
    left: 267px;
  }

  .sec-5__item:nth-of-type(3):before {
    left: 325px;
  }

  .sec-5__item:nth-of-type(4):before {
    top: 0;
    left: 375px;
  }

  .sec-5__item:nth-of-type(5):before {
    left: 370px;
    top: 0px;
  }

  .sec-5__item:nth-of-type(6):before {
    left: 345px;
    top: -5px;
  }

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

  .sec-6__title {
    font-size: 50px;
    padding-bottom: 30px;
  }

  .sec-6__items {
    margin-top: 65px;
  }

  .sec-6__lists {
    margin-top: 10px;
  }

  .sec-6__list {
    font-size: 18px;
    padding-right: 30px;
  }

  .sec-6__item {
    font-size: 18px;
  }

  .sec-6__img {
    width: 130px;
    margin-left: 10px;
    margin-top: 45px;
  }

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

  .sec-7__wrap {
    padding: 35px 310px 35px 35px;
  }

  .sec-8__title {
    font-size: 50px;
    padding-top: 30px;
  }

  .sec-8__item {
    padding: 20px;
  }

  .sec-8__img {
    margin: 0 15px;
    width: 175px;
  }

  .sec-8__text {
    width: 450px;
    font-size: 20px;
  }

  .sec-9__title {
    font-size: 50px;
    padding: 20px 0;
  }

  .sec-9__conf {
    width: 180px;
  }

  .sec-9__form {
    top: 440px;
    width: 650px;
    box-shadow: none;
  }

  .sec-9__form .form__list {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .sec-9__form .form__item {
    margin-right: 30px;
  }

  .sec-9__form .form__item:nth-of-type(3) {
    margin-right: 0;
  }

  .sec-9__form .form__item:last-of-type {
    float: none;
    text-align: center;
    margin-top: 0;
  }

  .sec-9__form .form__btn {
    margin-top: 10px;
  }

  .sec-9__form label {
    display: none;
  }

  .sec-9__caption span {
    font-size: 35px;
  }

  .sec-9__caption {
    font-size: 22px;
    width: 450px;
  }

  .sec-9__caption-2 span {
    font-size: 35px;
  }

  .sec-9__caption-2 {
    width: 460px;
    font-size: 22px;
  }

  .sec-9__caption-2:after {
    right: -245px;
    top: -57px;
  }

  .popap__wrap {
    width: 450px;
  }

  .comeback .container {
    padding: 20px;
    width: 680px;
  }

  .comeback .main__img {
    margin: 0 auto;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 480px;
    padding: 0 10px;
  }

  .logo__img {
    width: 180px;
  }

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

  .header {
    height: 60px;
  }

  .header__logo {
    padding-top: 15px;
  }

  .header__btn {
    margin-top: 8px;
  }

  .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 {
    font-size: 33px;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .sec-1__title span {
    font-size: 35px;
  }

  .sec-1__subtitle {
    font-size: 30px;
    text-align: center;
    padding-left: 0;
  }

  .sec-1__subtitle span {
    font-size: 31px;
  }

  .sec-1__list {
    margin-bottom: 15px;
  }

  .sec-1__item {
    float: none;
    margin-bottom: 10px;
    margin-left: 30px;
  }

  .sec-1__item:nth-of-type(2) {
    margin: 0px;
    margin-left: 190px;
    margin-bottom: 10px;
  }

  .sec-1__cap {
    text-align: left;
  }

  .main__img {
    float: none;
    width: 210px;
    display: block;
    margin: 0 auto;
  }

  .main__countdown {
    float: none;
    margin-top: 20px;
    margin-left: 70px;
    margin-right: 45px;
  }

  .form {
    margin: 0 auto;
    float: none;
    margin-top: 20px;
  }

  .sec-2__title {
    font-size: 33px;
  }

  .sec-2__list {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.75);
  }

  .sec-2__desc {
    font-size: 26px;
  }

  .sec-2__cap {
    font-size: 33px;
    padding-top: 25px;
  }

  .sec-2__subcap {
    font-size: 22px;
  }

  .sec-2__subcap span {
    font-size: 24px;
  }

  .sec-2__items li {
    float: none;
    margin: 0 auto;
    margin-bottom: 5px;
  }

  .sec-2__items li:nth-child(2) {
    margin: 0 auto;
    margin-bottom: 5px;
  }

  .sec-2__items {
    margin-bottom: 15px;
  }

  .sec-3__title {
    font-size: 38px;
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .sec-3__desc {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 26px;
    padding-left: 0;
  }

  .sec-3__desc:after {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    display: inline-block;
  }

  .sec-3__item {
    font-size: 16px;
    line-height: 20px;
  }

  .sec-3__img {
    width: 100%;
  }

  .sec-3__item:nth-of-type(4) {
    padding-top: 48px;
  }

  .sec-3__item:nth-of-type(6) {
    padding-top: 53px;
  }

  .sec-3__foot {
    font-size: 23px;
    line-height: 28px;
    width: 450px;
    padding-left: 0;
    text-align: center;
    padding-bottom: 0;
  }

  .sec-3__foot:after {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    display: inline-block;
  }

  .sec-4 {
    margin: 20px 0;
  }

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

  .sec-4__btn {
    margin-top: 20px;
  }

  .sec-5 .container {
    background: none;
  }

  .sec-5__img {
    width: 100%;
  }

  .sec-5__title {
    font-size: 33px;
    padding-left: 0;
    text-align: center;
    padding-bottom: 40px;
  }

  .sec-5__item {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sec-5__item:nth-of-type(1) {
    padding-left: 190px;
  }

  .sec-5__item:nth-of-type(2) {
    padding-left: 190px;
  }

  .sec-5__item:nth-of-type(3) {
    padding-left: 190px;
  }

  .sec-5__item:nth-of-type(4) {
    padding-left: 190px;
  }

  .sec-5__item:nth-of-type(5) {
    padding-left: 190px;
  }

  .sec-5__item:nth-of-type(6) {
    padding-bottom: 25px;
    padding-left: 190px;
  }

  .sec-5__item:nth-of-type(1):before {
    left: 0px;
    top: 10px;
  }

  .sec-5__item:nth-of-type(2):before {
    left: 20px;
    top: 0;
  }

  .sec-5__item:nth-of-type(3):before {
    left: 0px;
  }

  .sec-5__item:nth-of-type(4):before {
    top: -5px;
    left: 35px;
  }

  .sec-5__item:nth-of-type(5):before {
    left: 12px;
    top: -8px;
  }

  .sec-5__item:nth-of-type(6):before {
    left: 15px;
    top: 10px;
  }

  .sec-6__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sec-6__title {
    font-size: 33px;
    text-decoration: none;
    padding-bottom: 10px;
  }
  .sec-6__title span {
    text-decoration: none;
  }

  .sec-6__lists {
    float: none;
  }

  .sec-6__img {
    float: none;
    margin: 0 auto;
    width: 100px;
  }

  .sec-6__items {
    float: none;
    margin-top: 25px;
  }

  .sec-6__list {
    padding-right: 0;
    padding-left: 35px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .sec-6__list:after {
    left: 0;
    right: inherit;
  }

  .sec-6__item {
    margin-bottom: 15px;
    margin-top: 15px;
  }

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

  .sec-7__wrap:before {
    content: "";
    display: block;
    width: 304px;
    height: 382px;
    background: url(../img/sec-7__wrap.png);
    background-repeat: no-repeat;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .sec-7__wrap {
    padding: 35px;
  }

  .sec-7__text {
    font-size: 23px;
    margin-top: 10px;
  }

  .sec-8__title {
    font-size: 38px;
    padding-top: 35px;
  }

  .sec-8__text {
    width: 100%;
    font-size: 24px;
  }

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

  .hidden-sm {
    display: none;
  }

  .hidden-lg {
    display: block;
  }

  .sec-9__title {
    font-size: 38px;
    padding: 15px 0;
  }

  .sec-9__cap {
    font-size: 17px;
    min-height: 60px;
  }

  .sec-9__text {
    font-size: 16px;
    line-height: 18px;
  }

  .sec-9__conf {
    display: block;
    margin-top: 0;
    position: absolute;
    left: 250px;
    width: 200px;
    top: 352px;
  }

  .sec-9__form {
    width: 293px;
    background: #fff;
    background-position: center top;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.43);
    position: static;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    top: 456px;
    padding-bottom: 10px;
  }

  .sec-9__wrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
    border-radius: 6px;
    background-color: #ffffff;
    padding-bottom: 30px;
  }

  .sec-9__form .form__item {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .sec-9__form .form__input {
    width: 233px;
    height: 35px;
  }

  .sec-9__form .form__select {
    background-position: 200px center;
  }

  .sec-9__form .form__item:last-of-type {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sec-9__form label {
    display: none;
  }

  .sec-9__form .form__btn {
    width: 100%;
  }

  .sec-9__img_pop {
    position: relative;
    top: inherit;
    display: block;
    margin: 0 auto;
  }

  .sec-9__wrap-2 {
    padding: 30px 20px;
    padding-bottom: 0;
  }

  .sec-9__caption {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding-bottom: 20px;
  }

  .sec-9__caption span {
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 33px;
  }

  .sec-9__caption-2 {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .sec-9__caption-2 span {
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 33px;
  }

  .sec-9__caption-2:after {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
  }

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

  .main__foot {
    font-size: 16px;
  }

  .popap__wrap {
    width: 350px;
  }

  .comeback .main__img {
    display: none;
  }

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

  .comeback__title {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 0px;
  }
}

:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}