@font-face {
  font-family: AdelleCyrillicExtraboldItalic;
  src: url(../fonts/AdelleCyrillic/AdelleCyrillicExtraboldItalic.eot);
  src: url(../fonts/AdelleCyrillic/AdelleCyrillicExtraboldItalic.eot) format("embedded-opentype"), url(../fonts/AdelleCyrillic/AdelleCyrillicExtraboldItalic.woff2) format("woff2"), url(../fonts/AdelleCyrillic/AdelleCyrillicExtraboldItalic.woff) format("woff"), url(../fonts/AdelleCyrillic/AdelleCyrillicExtraboldItalic.ttf) format("truetype"), url(../fonts/AdelleCyrillic/AdelleCyrillicExtraboldItalic.svg#AdelleCyrillicExtraboldItalic) format("svg");
}

@font-face {
  font-family: SegoeUI;
  src: url(../fonts/SegoeUIRegular/SegoeUIRegular.eot);
  src: url(../fonts/SegoeUIRegular/SegoeUIRegular.eot) format("embedded-opentype"), url(../fonts/SegoeUIRegular/SegoeUIRegular.woff2) format("woff2"), url(../fonts/SegoeUIRegular/SegoeUIRegular.woff) format("woff"), url(../fonts/SegoeUIRegular/SegoeUIRegular.ttf) format("truetype"), url(../fonts/SegoeUIRegular/SegoeUIRegular.svg#SegoeUIRegular) format("svg");
  font-weight: 400;
}

@font-face {
  font-family: SegoeUI;
  src: url(../fonts/segoeUISemiBold/SegoeUISemiBold.eot);
  src: url(../fonts/segoeUISemiBold/SegoeUISemiBold.eot) format("embedded-opentype"), url(../fonts/SegoeUISemiBold/SegoeUISemiBold.woff) format("woff"), url(../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf) format("truetype"), url(../fonts/segoeUISemiBold/SegoeUISemiBold.svg#segoeUISemiBold) format("svg");
  font-weight: 600;
}

@font-face {
  font-family: SegoeUI;
  src: url(../fonts/SegoeUIBold/SegoeUIBold.eot);
  src: url(../fonts/SegoeUIBold/SegoeUIBold.eot) format("embedded-opentype"), url(../fonts/SegoeUIBold/SegoeUIBold.woff2) format("woff2"), url(../fonts/SegoeUIBold/SegoeUIBold.woff) format("woff"), url(../fonts/SegoeUIBold/SegoeUIBold.ttf) format("truetype"), url(../fonts/SegoeUIBold/SegoeUIBold.svg#SegoeUIBold) format("svg");
  font-weight: 700;
}

*::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

*:-moz-placeholder {
  color: #000;
  opacity: 1;
}

*::-moz-placeholder {
  color: #000;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

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

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

p {
  padding: 0;
  margin: 0;
}

input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
          border-radius: 0;
}

html {
  height: 100%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 14px;
  min-width: 320px;
  min-height: 100%;
  position: relative;
  line-height: 1.75;
  font-family: "SegoeUI", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #FFF;
}

.ya-content {
  background-color: #000928;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../img/bg_pattern.png");
  background-position: top center;
  background-size: contain;
  padding: 55px 20px 140px;
}

.ya-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/bg_goose.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.ya-content .wrap-content {
  position: relative;
  z-index: 2;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}

.ya-content .logo {
  display: block;
  width: 332px;
  height: 184px;
  margin: 0 auto 25px;
  outline: none;
}

.ya-content .title, .ya-content .subtitle {
  font-size: 38px;
  text-align: center;
  font-family: "AdelleCyrillicExtraboldItalic", sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
}

.ya-content .title span, .ya-content .subtitle span {
  display: inline-block;
  color: #56C000;
}

.ya-content .subtitle {
  font-size: 28px;
  line-height: 1.5;
}

.ya-content .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 770px;
  width: 100%;
  margin: 0 auto 10px;
}

.ya-content .flex p {
  color: #FFAC0C;
  font-weight: 700;
  font-size: 38px;
  font-family: "AdelleCyrillicExtraboldItalic", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
}

.ya-content .flex img {
  margin-left: -60px;
  margin-right: 15px;
}

.ya-content .price-block {
  max-width: 605px;
  width: 100%;
  position: relative;
  margin: 0 auto 40px;
}

.ya-content .price-block .subtitle {
  font-size: 28px;
}

.ya-content .price-block .title {
  font-size: 44px;
  line-height: 1;
  margin-bottom: 30px;
}

.ya-content .price-block .title span {
  font-size: 55px;
}

.ya-content .price-block i {
  font-style: normal;
  display: block;
  font-size: 24px;
}

.ya-content .price-block i b {
  color: #56C000;
}

.ya-content .price-block img {
  position: absolute;
  top: -20px;
  right: -140px;
}

.ya-content .btn {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  width: 100%;
  max-width: 392px;
  height: 86px;
  text-align: center;
  margin: 0 auto 30px;
  display: block;
  line-height: 86px;
  background-color: #56c000;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  outline: none;
}

.ya-content .btn:hover {
  background-color: #3f8d00;
}

.ya-content .btn2 {
  border: 1px solid #bc8a14;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  width: 185px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  display: block;
  color: #FFAC0C;
  font-weight: 700;
  font-size: 16.25px;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  top: -15px;
}

.ya-content .btn2:hover {
  color: #fff;
  border-color: #fff;
}

.ya-content .btn2.btn-left {
  left: 0;
}

.ya-content .btn2.btn-right {
  right: 0;
}

.ya-content .desc {
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #040E1C;
  padding: 50px 40px 50px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.ya-content .desc img {
  margin-right: 30px;
}

.ya-content .desc div {
  width: 100%;
}

.ya-content .desc p {
  font-size: 22px;
  font-family: "AdelleCyrillicExtraboldItalic", sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 40px;
}

.ya-content .desc p:last-child {
  margin-bottom: 0;
}

.ya-content .desc p span {
  display: block;
  color: #FBBA05;
}

.ya-content .subtitle2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-bottom: 45px;
}

.ya-content .usloviya {
  font-size: 16px;
  max-width: 680px;
  width: 100%;
  margin: 0 auto 45px;
  padding-left: 14px;
}

.ya-content .usloviya li {
  position: relative;
}

.ya-content .usloviya li span {
  color: #FFAC0C;
}

.ya-content .usloviya li:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #FFAC0C;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 11.5px;
  left: -14px;
}

.ya-content .animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.ya-content .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ya-content .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@media only screen and (max-width: 1069px) {
  .ya-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ya-content .flex {
    max-width: 749px;
  }
  .ya-content .flex p {
    font-size: 38px;
  }
  .ya-content .price-block {
    max-width: 480px;
  }
  .ya-content .price-block .subtitle {
    font-size: 24px;
  }
  .ya-content .price-block .title {
    font-size: 38px;
  }
  .ya-content .price-block .title span {
    font-size: 48px;
  }
  .ya-content .price-block img {
    right: -115px;
  }
  .ya-content .price-block i {
    font-size: 20px;
    text-align: center;
  }
  .ya-content .desc {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 826px;
    margin: 0 auto 35px;
  }
  .ya-content .desc p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .ya-content {
    padding-top: 70px;
  }
  .ya-content .btn2 {
    width: 135px;
    top: -60px;
  }
  .ya-content .logo {
    max-width: 300px;
    height: 171px;
  }
  .ya-content .title {
    font-size: 26px;
  }
  .ya-content .subtitle {
    font-size: 22px;
  }
  .ya-content .price-block {
    text-align: center;
  }
  .ya-content .price-block .subtitle {
    font-size: 18px;
  }
  .ya-content .price-block .title {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .ya-content .price-block .title span {
    font-size: 38px;
  }
  .ya-content .price-block i {
    font-size: 18px;
  }
  .ya-content .price-block img {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 5px;
  }
  .ya-content .flex {
    display: block;
    text-align: center;
  }
  .ya-content .flex p {
    font-size: 22px;
  }
  .ya-content .flex img {
    margin: 0;
  }
  .ya-content .desc {
    padding: 10px;
    display: block;
    text-align: center;
  }
  .ya-content .desc p {
    font-size: 16px;
  }
  .ya-content .desc img {
    margin: 0;
  }
  .ya-content .subtitle2 {
    margin-bottom: 15px;
  }
}
