@font-face {
  font-family: "Segoe UI Regular";
  src: url("../fonts/SegoeUI.eot");
  src: url("../fonts/SegoeUI.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SegoeUI.woff") format("woff"),
    url("../fonts/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Segoe UI Bold";
  src: url("../fonts/SegoeUI-Bold.eot");
  src: url("../fonts/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SegoeUI-Bold.woff") format("woff"),
    url("../fonts/SegoeUI-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Segoe UI Semibold";
  src: url("../fonts/SegoeUI-SemiBold.eot");
  src: url("../fonts/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SegoeUI-SemiBold.woff") format("woff"),
    url("../fonts/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Segoe UI Light";
  src: url("../fonts/SegoeUI-Light.eot");
  src: url("../fonts/SegoeUI-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SegoeUI-Light.woff") format("woff"),
    url("../fonts/SegoeUI-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

header {
  background-color: #fff;
  padding: 35px 0;
}

header .container {
  max-width: 1485px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body {
  background: #0078d4;
  font-family: "Segoe UI Semibold";
  color: #fff;
}

.la {
  display: flex;
  align-items: center;
  justify-content: flex-end !important;
  margin-bottom: 20px !important;
}

.lang {
  color: #000;
  font-size: 16px;
  font-family: "Segoe UI Bold";
}
.lang a {
  color: #000;
  font-size: 16px;
  font-family: "Segoe UI Bold";
}

@media (max-width: 480px) {
  .lang {
    font-size: 20px;
  }
  .lang a {
    font-size: 20px;
  }
}

.lang a.active {
  color: #0177d2;
}

.bg {
  /* background: url("../img/main-bg.png") no-repeat top center; */
  position: relative;
}
.bg::before {
  content: "";
  position: absolute;
  display: block;
  height: 496px;
  width: 433px;
  background: url("../img/Untitled-1.png") no-repeat top center;
  top: 220px;
  left: 0;
}
.bg::after {
  content: "";
  position: absolute;
  display: block;
  height: 476px;
  width: 398px;
  background: url("../img/Untitled-2.png") no-repeat top center;
  top: 620px;
  left: 0;
}

main {
  padding: 60px 70px;
  max-width: 1920px;
  margin: 0 auto;
}

main > div {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  margin: 0 auto;
}

.title {
  font-size: 46px;
  margin-bottom: 30px;
}

.type {
  font-family: "Segoe UI Bold";
  font-size: 28px;
  padding: 12px;
  background-color: #f2cf00;
  color: #494949;
  display: inline-block;
  margin-bottom: 20px;
}

.left-side {
  max-width: 910px;
}

.left-side p {
  font-size: 28px;
  color: #f2cf00;
  margin-bottom: 15px !important;
  text-transform: uppercase;
  margin-bottom: 0;
}

li {
  list-style-type: none;
  font-size: 28px;
  margin-bottom: 14px;
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
}

li:last-of-type {
  margin-bottom: 0;
}

li span {
  color: #f2cf00;
  margin-right: 15px;
}

.bottom-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
  margin-left: 310px;
}

.bottom-side > div:first-of-type {
  /* margin-right: 150px; */
}

.bottom-side > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-side img {
  margin-right: 20px;
  border-radius: 50%;
  width: 186px;
  height: 186px;
}

.bottom-side_type {
  font-family: "Segoe UI Regular";
  font-style: italic;
  font-size: 25px;
}

.bottom-side_title {
  font-family: "Segoe UI Bold";
  font-size: 25px;
  margin: 13px 0;
}

.bottom-side_subtitle {
  font-family: "Segoe UI Regular";
  font-size: 21px;
}

.form {
  width: 428px;
  margin-top: -5px;
  position: relative;
  z-index: 10;
  margin-left: 50px;
}

form {
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
  background: #fff;
  width: 100%;
  position: inherit;
  z-index: 10;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

input {
  margin: 8px 0;
}

input,
select {
  background: #f2f2f2;
  outline: none;
  border: none;
}

input,
select,
label,
input::placeholder {
  font-family: "Segoe UI Bold";
  font-size: 20px;
  color: #5a6b82;
}

input,
select {
  padding: 0 30px;
  height: 48px;
}

.check {
  display: flex;
  align-items: center;
}

.check input {
  min-width: 20px;
  margin: 0px 20px 0 0;
}

.check p {
  font-family: "Segoe UI Semibold";
  font-size: 15px;
  color: #5a6b82;
  text-transform: none;
  text-align: left;
  margin-bottom: 0;
}

.mktoButtonRow button,
.mktoButtonRow input[type="submit"] {
  width: 100% !important;
  margin: 0 auto !important;
  display: block !important;
  padding: 15px 0 !important;
  font-size: 18px !important;
  font-family: "Segoe UI Regular", Arial, sans-serif;
  background-image: none !important;
  border: none !important;
  overflow: hidden;
  word-break: break-word;
  white-space: normal;
  /* border: 2px solid !important; */
  color: #ffffff !important;
  background-color: #d92819 !important;
}

.mktoButtonRow {
  padding-top: 50 !important;
  padding-bottom: 0px !important;
  width: 100% !important;
}

.mktoButtonRow span.mktoButtonWrap {
  display: inline-block !important;
  margin-left: 0 !important;
  width: 100% !important;
}

.mktoButtonRow button:focus,
.mktoButtonRow button:hover,
.mktoButtonRow input[type="submit"] {
  border: 2px solid #d20606 !important;
  /* text-decoration: underline !important; */
}

.form > p {
  font-family: "Segoe UI Regular";
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.late,
.center-block_subtitle br {
  display: none;
}

.center-block {
  display: none;
}

@media (max-width: 1919px) {
  main {
    padding: 50px 55px;
    max-width: 1440px;
  }
  header .container {
    max-width: 1250px;
  }
  .left-side {
    max-width: 600px;
  }
  .form {
    width: 390px;
  }
  .bg::after {
    height: 359px;
    width: 300px;
    background-size: contain;
    top: 500px;
  }
  .bg::before {
    height: 346px;
    width: 302px;
    background-size: contain;
  }
  .title {
    font-size: 42px;
    margin-bottom: 24px;
  }
  .type {
    font-size: 29px;
    padding: 15px;
    margin-bottom: 17px;
  }
  .left-side p {
    font-size: 24px;
  }
  li {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .bottom-side > div:first-of-type {
    margin-right: 20px;
  }
  .bottom-side img {
    width: 155px;
    height: 155px;
  }
  .bottom-side_type {
    font-size: 22px;
  }
  .bottom-side_title {
    font-size: 22px;
    margin: 10px 0;
  }
  .bottom-side {
    /* margin-top: -20px; */
    margin-left: 220px;
  }
  .form > p {
    font-size: 22px;
  }
  input,
  select,
  label,
  input::placeholder {
    font-size: 18px;
  }
}

@media (max-width: 1439px) {
  header {
    padding: 25px 0;
  }
  header .container {
    max-width: 890px;
  }
  header .container img:first-of-type {
    width: 150px;
  }
  header .container img:nth-of-type(2) {
    width: 185px;
  }
  header .container img:last-of-type {
    width: 170px;
  }

  main {
    padding: 35px 15px;
    max-width: 990px;
  }
  .form > p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .form {
    width: 320px;
    margin-left: 15px;
  }
  input,
  select {
    padding: 0 15px;
    height: 42px;
  }
  input,
  select,
  label,
  input::placeholder {
    font-size: 14px;
  }
  form {
    padding: 15px;
  }
  .check p {
    font-size: 14px;
  }
  .mktoButtonRow button,
  .mktoButtonRow input[type="submit"] {
    padding: 10px 0 !important;
    font-size: 16px !important;
  }
  form p {
    font-size: 13px;
  }
  .left-side {
    max-width: 460px;
  }
  .bg::before {
    height: 197px;
    width: 172px;
    background-size: contain;
    top: 190px;
  }
  .bg::after {
    height: 206px;
    width: 172px;
    background-size: contain;
    top: 350px;
  }
  .title {
    font-size: 31px;
    margin-bottom: 15px;
  }
  .type {
    font-size: 18px;
    padding: 12px;
    margin-bottom: 15px;
  }
  .left-side p {
    font-size: 18px;
  }
  li {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .bottom-side {
    margin-top: 30px;
    margin-left: 110px;
  }
  .bottom-side img {
    width: 125px;
    height: 125px;
  }
  .bottom-side_type {
    font-size: 17px;
  }
  .bottom-side_title {
    font-size: 17px;
    margin: 7px 0;
  }
  .bottom-side_subtitle {
    font-size: 15px;
  }

}

@media (max-width: 1023px) {

  header .container img:first-of-type {
    width: 100px;
}
header .container img:nth-of-type(2) {
  width: 150px;
}
header .container img:last-of-type {
  width: 110px;
}

  header .container {
    max-width: 415px;
  }
  main > div {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .bg::before,
  .bg::after {
    display: none;
  }
  .title {
    text-align: center;
    font-size: 39px;
  }
  .title br {
    display: none;
  }
  main {
    padding: 30px 0;
  }
  .left-side {
    width: 100%;
    max-width: 480px;
    position: relative;
  }
  .left-side::before {
    content: "";
    position: absolute;
    display: block;
    height: 250px;
    width: 221px;
    background: url(../img/Untitled-1.png) no-repeat top center / contain;
    top: 100px;
    left: 0;
  }
  .left-side::after {
    content: "";
    position: absolute;
    display: block;
    height: 250px;
    width: 208px;
    background: url(../img/Untitled-2.png) no-repeat top center / contain;
    top: 295px;
    left: 0;
  }

  .block222::before {
    content: "";
    position: absolute;
    display: block;
    height: 250px;
    width: 221px;
    background: url(../img/Untitled-1.png) no-repeat top center / contain;
    top: 653px;
    left: 0;
  }

  .block222::after {
    content: "";
    position: absolute;
    display: block;
    height: 250px;
    width: 208px;
    background: url(../img/Untitled-2.png) no-repeat top center / contain;
    top: 845px;
    left: 0;
  }

  .type {
    display: block;
    width: 184px;
    margin-left: auto;
    margin-top: 25px;
    font-size: 27px;
    margin-bottom: 22px;
  }
  .late {
    display: block;
  }
  .type span {
    display: none;
  }
  .left-side p {
    font-size: 19px;
    margin-left: 294px;
  }
  .bottom-side {
    display: none;
  }
  .center-block {
    display: block;
    width: 100%;
    max-width: 480px;
    position: relative;
    margin-top: 150px;
    margin-bottom: 35px;
    font-size: 14px;
  }
  ul {
    padding-right: 10px;
  }
  li:first-of-type,
  li:nth-of-type(2),
  li:nth-of-type(3) {
    padding-left: 230px;
  }
  li:nth-of-type(4) {
    padding-left: 250px;
  }
  li:nth-of-type(5) {
    padding-left: 240px;
  }
  li:nth-of-type(6) {
    padding-left: 170px;
  }
  li:nth-of-type(7) {
    padding-left: 110px;
  }
  .center-block::before {
    content: "";
    position: absolute;
    display: block;
    height: 235px;
    width: 177px;
    background: url("../img/s-bg.png") no-repeat top center / contain;
    top: -50px;
    left: 0;
  }
  .center-block::after {
    content: "";
    position: absolute;
    display: block;
    height: 135px;
    width: 135px;
    border-radius: 50%;
    background: url("../img/sp.png") no-repeat top center / contain;
    top: -36px;
    left: 27px;
  }

  /* .center-block::after {
    content: "";
    position: absolute;
    display: block;
    height: 283px;
    width: 240px;
    background: url("../img/gift-mob.png") no-repeat top center / contain;
    top: 100px;
    left: 0;
  } */
  .center-block_left {
    padding-left: 190px;
    margin-bottom: 75px;
  }
  .center-block_subtitle br {
    display: block;
  }
  .center-block_type {
    font-family: "Segoe UI Regular";
    font-style: italic;
    margin-bottom: 5px;
  }
  .center-block_title {
    font-family: "Segoe UI Bold";
    margin-bottom: 5px;
  }
  .center-block_subtitle {
    font-family: "Segoe UI Regular";
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .center-block_right {
    padding-left: 254px;
    padding-right: 15px;
  }
  .form > p {
    text-align: right;
    font-size: 25px;
  }
  .form {
    margin-left: 0;
    width: 425px;
  }
  input,
  select {
    padding: 0 30px;
    height: 48px;
  }
  input,
  select,
  label,
  input::placeholder {
    font-size: 20px;
  }
  form {
    padding: 20px;
  }
  .check p {
    font-size: 15px;
  }
  .mktoButtonRow button,
  .mktoButtonRow input[type="submit"] {
    padding: 15px 0 !important;
    font-size: 18px !important;
  }
}


.line-top {
  margin: 30px 0;
  height: 1px;
  background: white;
}