h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 0 hsla(0, 0%, 96%, .5);
}

h2 {
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
}

h3 {
  margin-top: 4px;
  margin-bottom: 10px;
  background-color: transparent;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.streambody {
  background-color: #000;
  font-family: Roboto, sans-serif;
  color: #000;
}

.head-section {
  height: 768px;
  background-image: url('../images/man-success2500.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-attachment: fixed;
}

.head-section._2 {
  background-image: url('../images/0o1a4796-1538-1920.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.head-section._3 {
  background-image: url('../images/money-finance-bills-bank-notes.jpg');
  background-size: cover;
}

.head-section._4 {
  background-image: url('../images/IMG_7367-2060-1920.jpg');
  background-size: cover;
}

.head-section.second {
  background-image: url('../images/IMG_9234-989-1920.jpg');
  background-size: cover;
}

.head-section.second-screen {
  background-image: url('../images/IMG_2350-427-1920.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.nav-bar {
  height: 100px;
  margin-bottom: 120px;
  padding: 5px 35px 10px;
  background-color: rgba(0, 0, 0, .75);
}

.brand-logo {
  width: 200px;
  margin-top: 5px;
}

.banner-no-losers {
  position: relative;
  width: 100%;
  height: 416px;
  overflow: hidden;
  background-size: 100%;
}

.banner-no-losers .div-counter-timer {
  top: calc(100% - 130px);
}

.container-block {
  display: block;
  max-width: 1200px;
  height: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
}

.container-block.head {
  width: 600px;
  margin-top: 120px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 1px;
  padding-right: 30px;
  padding-bottom: 10px;
  background-color: transparent;
  text-align: right;
}

.container-block.head._2 {
  margin-left: 60px;
  padding-top: 0px;
  padding-bottom: 9px;
}

.container-block.head._3 {
  width: 600px;
  margin-top: 130px;
}

.container-block.head._4 {
  width: 525px;
  height: 278px;
  margin-top: 100px;
  margin-left: 70px;
  padding-right: 30px;
  padding-left: 20px;
  background-color: rgba(255, 238, 0, .75);
}

.container-block.size {
  width: 99%;
  max-width: 1025px;
}

.container-block._2 {
  text-align: center;
}

.container-block.margin {
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px hsla(0, 0%, 100%, .7);
}

.container-block.circs {
  margin-bottom: 0;
}

.container-block.color-h2 {
  color: #fe0;
  line-height: 42px;
  text-shadow: 1px 1px 6px #000;
}

.container-block.color-h2.margin {
  margin-bottom: 15px;
}

.nav-menu {
  display: flex;
  align-items: flex-end;
  padding-top: 25px;
  color: #fff;
}

.nav-link {
  width: 187px;
  margin-left: 20px;
  padding: 7px 5px;
  border: 2px solid #fe0;
  color: #fe0;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #fe0;
  color: #000;
}

.nav-link.w--current {
  color: #fe0;
}

.nav-link.w--current:hover {
  color: #000;
}

.nav-link.background {
  background-color: #fe0;
  color: #000;
}

.nav-link.background:hover {
  background-color: transparent;
  color: #fe0;
}

.nav-link.simple {
  width: auto;
  margin-right: 30px;
  margin-left: 0;
  padding: 10px 5px 7px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid transparent;
  transition: .1s ease-out;
}

.nav-link.simple:hover {
  border-bottom-color: #fe0;
  background-color: transparent;
  color: #fe0;
}

.nav-menu .dropdown.lang-select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.nav-menu .dropdown .nav-link-lang {
  display: flex;
  border:1px solid #ccc;
  margin-left: 20px;
}

.nav-menu .dropdown .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #545454;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.nav-menu .dropdown .dropdown-content a {
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  box-sizing: border-box;
  width: 120px;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 14px;
}

.nav-menu .dropdown .dropdown-content a:hover {
  background-color: #464646;
}

.nav-menu .dropdown .dropdown-content a img {
  padding-right: 12px;
}

.nav-menu .dropdown .dropdown-content a input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.nav-menu .dropdown:hover .dropdown-content {
  display: block;
}

.h1-small {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  float: none;
  background-color: #fe0;
  color: #000;
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.h1-small._2 {
  margin-top: 0px;
  padding: 5px 5px 5px 20px;
  background-color: rgba(0, 0, 0, .75);
  color: #fff;
  text-align: left;
  text-shadow: none;
}

.h1-small.second {
  display: inline-block;
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgba(255, 238, 0, .75);
  line-height: 40px;
}

.block-head {
  width: 55%;
  margin-top: 180px;
  margin-right: 70px;
  float: right;
  background-color: transparent;
  text-align: center;
}

.block-head._2 {
  margin-top: 71px;
}

.block-head.centre {
  display: block;
  width: 540px;
  margin-top: 73px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.triangle {
  position: absolute;
  display: none;
  width: 600px;
  height: 400px;
}

.text-bonus {
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, .75);
  color: #fe0;
  font-size: 25px;
  line-height: 32px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.text-bonus.second {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
}

.section {
  padding-top: 50px;
  padding-bottom: 60px;
  background-image: url('../images/subtle_dots.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
  text-align: center;
}

.section.first {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.tariff {
  background-color: #f5f5f5;
  text-align: center;
}

.section.steps {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
  text-align: center;
}

.section.steps._1 {
  background-image: url('../images/second_screen2.jpg');
  background-position: 0px 100%;
}

.section.review {
  background-color: #f5f5f5;
  text-align: center;
}

.section.tournir {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fe0;
  background-image: none;
  text-align: left;
}

.section.yellow {
  padding-top: 15px;
  padding-bottom: 40px;
  background-color: #fe0;
  background-image: none;
}

.section.chance {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/IMG_4053-1265.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/IMG_4053-1265.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.plan {
  border-top: 4px solid #fe0;
  background-color: #f5f5f5;
  background-image: none;
}

.block-yellow {
  position: relative;
  z-index: 1;
  display: block;
  width: 778px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px 20px;
  background-color: rgba(255, 238, 0, .75);
  box-shadow: none;
  text-align: center;
}

.block-yellow.centre2 {
  padding-top: 25px;
  padding-bottom: 20px;
}

.button {
  display: inline-block;
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 40px;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
  color: #fe0;
}

.button.bonus {
  display: block;
  width: 300px;
  margin: 5px auto;
  padding: 15px 20px;
  float: right;
  clear: both;
  background-color: #000;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .5), inset 0 0 5px 0 hsla(0, 0%, 100%, .43);
  color: #fe0;
  font-size: 17px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.button.bonus:hover {
  background-color: rgba(255, 238, 0, .75);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .5), inset 0 0 5px 0 hsla(0, 0%, 100%, .43);
  color: #000;
}

.button.bonus.centrebutton {
  width: 50%;
  margin-top: 20px;
}

.button.tariff {
  margin-top: 5px;
  margin-bottom: 10px;
}

.button.tariff:hover {
  color: #fff;
}

.button.submit {
  display: block;
  width: 50%;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  padding-bottom: 8px;
}

.text-bonus-last {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  font-size: 15px;
  line-height: 16px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.text-bonus-last.attention {
  display: block;
  margin-top: 15px;
  color: #000;
  font-size: 14px;
  text-transform: none;
}

.text-bonus-last.attention.first {
  display: block;
  font-size: 13px;
  line-height: 17px;
}

.link-places {
  display: block;
  margin-top: 15px;
  padding: 15px 50px;
  border: 3px solid #000;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: inset 0 0 9px 1px #000;
  color: #000;
  font-size: 52px;
  line-height: 50px;
  font-weight: 900;
  letter-spacing: 3px;
  text-decoration: none;
}

.link-places.centre2 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  font-size: 50px;
  line-height: 50px;
}

.block-numbers {
  display: inline-block;
  width: 25%;
  height: 200px;
  padding: 30px 10px 10px;
  float: left;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
}

.block-numbers:hover {
  border: 1px solid #dddcdc;
  background-color: #f5f5f5;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .5);
}

.block-numbers._1 {
  border: 1px solid #d3d3d3;
}

.block-numbers._1:hover {
  position: relative;
  z-index: 2;
}

.block-numbers._2 {
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.block-numbers._3 {
  border-right: 1px solid #d3d3d3;
}

.icon-business {
  display: block;
  width: 55px;
  height: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 8px;
  float: none;
  border-radius: 10px;
  background-color: #fe0;
}

.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #000;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-footer {
  color: #fe0;
}

.colomn {
  padding-right: 10px;
  padding-left: 10px;
}

.colomn.right {
  margin-top: 21px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .1);
  border-left: 1px solid #d3d3d3;
}

.colomn.right:hover {
  z-index: 3;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .3);
  -webkit-transform: translate(0px, -3px) scale(1.01);
  -ms-transform: translate(0px, -3px) scale(1.01);
  transform: translate(0px, -3px) scale(1.01);
}

.colomn.middle-colomn {
  position: relative;
  z-index: 1;
  margin-top: 21px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-left: 1px solid rgba(0, 0, 0, .1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.colomn.middle-colomn:hover {
  z-index: 2;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .3);
  -webkit-transform: translate(0px, -3px) scale(1.01);
  -ms-transform: translate(0px, -3px) scale(1.01);
  transform: translate(0px, -3px) scale(1.01);
}

.colomn.left {
  z-index: 2;
  border-left: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.colomn.down-col {
  padding-top: 59px;
}

.block-tariff {
  padding: 10px 45px 15px;
  border-top: 4px solid #000;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fe0;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
  position: relative;
}

.block-tariff.middle {
  margin-top: 0px;
  padding-top: 14px;
  padding-right: 10px;
  padding-bottom: 13px;
  background-color: #fe0;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.block-tariff.end {
  padding: 10px 19px 15px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 4px solid #fe0;
  background-color: #000;
  color: #fe0;
  font-size: 32px;
}

.block-tariff.lost {
  padding: 5px 34px 10px;
  font-size: 17px;
  line-height: 20px;
}

.block-line-column {
  padding: 4px 35px 4px 52px;
  background-color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
}

.block-line-column.first {
  height: 100px;
  padding-top: 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.block-line-column.first.middle {
  border-right: 1px solid rgba(0, 0, 0, .1);
  border-left: 1px solid rgba(0, 0, 0, .1);
  font-size: 15px;
}

.block-line-column.first.padding {
  padding-top: 30px;
}

.block-line-column.middle {
  border-right: 1px solid rgba(0, 0, 0, .1);
  border-left: 1px solid rgba(0, 0, 0, .1);
}

.block-line-column.second {
  height: 125px;
}

.block-line-column.summ {
  line-height: 24px;
}

.block-line-column:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.link-terms {
  color: #bbaf00;
  text-decoration: underline;
}

.row-steps {
  display: block;
  max-width: 1025px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: transparent;
}

.block-steps {
  height: 358px;
  padding: 30px 14px 25px;
  background-color: rgba(0, 0, 0, .75);
}

.numver-step {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 17px;
  padding-left: 17px;
  border: 3px solid #fe0;
  border-radius: 100px;
  color: #fe0;
  font-size: 42px;
  line-height: 56px;
  font-weight: 500;
}

.p-step {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.h3-step {
  margin-bottom: 15px;
  color: #fe0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.color {
  color: #fe0;
  font-weight: 300;
}

.form-section {
  display: none;
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 4px solid #000;
  background-color: #fe0;
  text-align: left;
}

.field-label {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.text-small {
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.3px;
}

.colomn10 {
  padding-right: 0px;
}

.text-field {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 9px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.h2-form {
  padding-left: 15px;
  text-align: center;
}

.bold {
  font-weight: 900;
}

.h1 {
  display: inline;
  margin-left: 0px;
  padding: 5px 10px;
  float: none;
  background-color: #000;
  color: #fe0;
  font-size: 34px;
  line-height: 60px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  text-shadow: none;
}

.h1._3 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, .75);
  color: #fff;
  font-weight: 300;
  text-shadow: none;
}

.h1-4 {
  display: inline-block;
  width: 70%;
  margin-top: 15px;
  margin-bottom: 5px;
  background-color: transparent;
  color: #000;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
  text-shadow: none;
}

.form {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}
#email-form{
  padding: 0;
  width: 80%;
}
.ratio-button {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.ratio-label {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.row {
  display: inline-block;
}

.row._1 {
  padding-top: 20px;
}

.link-domen {
  width: 24px;
  margin-right: 50px;
  float: left;
}

.hover-link {
  position: absolute;
  left: 8px;
  z-index: 2;
  display: none;
  width: 78px;
  margin-top: 10px;
  padding: 4px;
  border-radius: 5px;
  background-color: #fe0;
  color: #000;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
}

.yellow-font {
  color: #fe0;
}

.yellow-font.background {
  display: inline-block;
  padding: 7px 25px 10px;
  background-color: rgba(0, 0, 0, .75);
  line-height: 42px;
}

.go-link {
  display: block;
  padding-left: 63px;
  float: none;
  clear: left;
  color: #fe0;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.h1-head {
  display: inline-block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgba(255, 238, 0, .75);
  font-size: 52px;
  line-height: 72px;
  text-align: center;
}

.stylefont {
  font-weight: 500;
}

.slider-review {
  height: auto;
  margin-bottom: 50px;
  padding-right: 65px;
  padding-bottom: 25px;
  padding-left: 65px;
  background-color: transparent;
}

.arrow-colomn {
  color: #000;
}

.slide {
  overflow: hidden;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.slide-nav {
  padding-top: 40px;
}

.block-review {
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 0px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
}

.head-bl {
  margin-top: 45px;
  padding: 15px 30px 15px 10px;
  border-top: 1px solid #d3d3d3;
  background-color: #fe0;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
}

.head-bl.fixed {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: -20px;
}

.text-date {
  margin-bottom: 25px;
  padding-left: 20px;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
}

.text-review {
  height: 80px;
  padding-right: 25px;
  padding-left: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: right;
}

.heading-block {
  display: block;
  width: 778px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: 0px;
  text-align: left;
}

.div-plan {
  display: block;
  margin-top: 45px;
}

.row-sp {
  display: block;
}

.row-sp.row2 {
  margin-left: 130px;
}

.row-sp.row3 {
  width: 70%;
  margin-left: 280px;
}

.span-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 2px solid #fe0;
  border-radius: 50px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
}

.span-number.smaller {
  width: 30px;
  height: 30px;
  padding: 6px 5px 5px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: -1px;
}

.row-plan {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.span-summ {
  position: relative;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.h2-link {
  display: block;
  color: #000;
}

.h2-link:hover {
  text-decoration: none;
}

.div-circs {
  display: none;
  margin-top: 35px;
}

.div-chance {
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 5px;
  padding: 15px 5px 10px;
  background-color: rgba(0, 0, 0, .85);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
  text-align: center;
}

.tab-link {
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.tab-link.w--current {
  border-bottom-color: #000;
  background-color: transparent;
}

.tabs {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #f5f5f5;
  color: #fff;
  font-size: 17px;
  line-height: 36px;
  font-weight: 400;
  text-align: right;
  letter-spacing: -0.5px;
  text-transform: none;
}

.h3._2line {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}

.h3.right {
  color: #fe0;
  font-weight: 500;
  text-align: left;
  letter-spacing: -1px;
}

.h3.right.last {
  border-bottom-style: none;
}

.h3.right.first {
  font-size: 28px;
  font-weight: 500;
}

.h3.last {
  border-bottom-style: none;
  color: #00b8ff;
  font-size: 26px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.colomn-1 {
  padding-right: 15px;
  border-right: 1px solid #f5f5f5;
}

.div-steps {
  margin-right: 10px;
  margin-bottom: 35px;
  margin-left: 10px;
  padding: 5px 45px 10px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
  text-align: left;
}

.div-steps:hover {
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .3);
}

.h4-step {
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 0px;
  float: none;
  border-bottom: 2px solid #000;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.text-step {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-align: left;
}

.text-step.last-step {
  position: relative;
  top: -20px;
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.h2-step {
  width: 187px;
  margin-top: 10px;
  padding: 20px 12px 30px 20px;
  border: 1px solid #d3d3d3;
  background-color: #fe0;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
}

.span-how {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.div-icon {
  display: block;
  width: 128px;
  height: 128px;
  margin: 10px auto 25px;
  padding: 35px;
  border-radius: 5px;
  background-color: #fe0;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .5), inset -1px -1px 4px 0 rgba(0, 0, 0, .5), inset 1px 1px 7px 0 hsla(0, 0%, 100%, .74);
}

.div-icon:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.h4-schet {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fe0;
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
}

.div-counter {
  display: block;
  width: 417px;
  margin-right: auto;
  margin-left: 0px;
  padding: 5px 10px 15px;
  float: right;
  border: 2px solid #fe0;
  border-radius: 7px;
  background-color: #fe0;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .75), 1px 1px 10px 0 rgba(0, 0, 0, .75);
}

.clear{
  clear: both;
}

.div-number {
  display: block;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 6px;
  border: 2px solid #000;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, .75);
  font-size: 32px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
}

.row-counter {
  margin-right: 20px;
  margin-left: 20px;
}

.h2-after-plan {
  display: inline-block;
  width: 850px;
  margin-top: 45px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  background-color: #000;
  color: #fe0;
  font-size: 24px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.span-cor {
  font-weight: 300;
  text-transform: none;
}

.div-plan-block {
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: #d3d3d3 #d3d3d3 #fe0;
}

.span-dol {
  font-size: 32px;
  font-weight: 800;
}

.span-dol.dop {
  display: block;
  font-size: 23px;
}

.colomn-null {
  padding-right: 0px;
  padding-left: 0px;
}

.link-sign-in {
  display: inline-block;
  border-bottom: 2px solid #00b8ff;
  color: #00b8ff;
  font-weight: 700;
  text-decoration: none;
}

.link-sign-in:hover {
  border-bottom-color: transparent;
}

.row-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.col-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.img-flag {
  position: relative;
  top: -25px;
  display: inline-block;
  width: 32px;
  margin-left: 5px;
}

.link-register {
  position: relative;
  top: -10px;
  display: inline-block;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.span-koncurs {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.color-yellow {
  margin-bottom: 15px;
  color: #fe0;
  text-shadow: 1px 1px 6px #000;
}

html.w-mod-js *[data-ix="one"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="two"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="three"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="adv"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="adv-2"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="adv-3"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}
#bonusTimer{
  margin: 0 0 0 4px;
  width: 100%;
}
.flip-clock-wrapper ul{
  margin: 5px 4px;
}
.flip-clock-divider{
  width: 21px;
}
.flip-clock-wrapper .flip{
  padding: 0;
}
.label_Timer{
  width: 72px;
  text-align: center;
  margin-left: 5px;
  margin-right: 20px;
  position: relative;
  float: left;
  min-height: 1px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 42px;
  }
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
  h3 {
    font-size: 20px;
    line-height: 20px;
  }
  p {
    font-size: 13px;
    line-height: 14px;
  }
  .head-section {
    height: 650px;
  }
  .nav-bar {
    height: auto;
    margin-bottom: 100px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .brand-logo {
    width: 150px;
  }
  .container-block.head {
    width: 300px;
    margin-top: 100px;
    padding-left: 30px;
  }
  .container-block.head._4 {
    width: 100%;
    height: auto;
    margin-top: 80px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-right: 30px;
  }
  .container-block.color-h2.margin {
    max-width: auto;
    font-size: 32px;
    line-height: 36px;
  }
  .nav-menu {
    padding-top: 15px;
  }
  .nav-link {
    width: auto;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 11px;
    line-height: 16px;
  }
  .nav-link.simple {
    margin-right: 10px;
    font-size: 11px;
  }
  .h1-small {
    display: inline-block;
    margin-top: 0px;
    font-size: 32px;
    line-height: 44px;
  }
  .h1-small.second {
    font-size: 16px;
    line-height: 24px;
  }
  .block-head {
    width: 260px;
    margin-top: 120px;
    margin-right: 20px;
  }
  .block-head.centre {
    width: 400px;
    margin-top: 15px;
  }
  .text-bonus {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .section.tariff {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.review {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.yellow {
    padding-top: 5px;
    padding-bottom: 25px;
    line-height: 14px;
  }
  .block-yellow {
    height: auto;
    padding: 20px 30px 15px;
  }
  .block-yellow.centre2 {
    padding-top: 20px;
  }
  .button.bonus {
    display: block;
    width: auto;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
  }
  .button.bonus.centrebutton {
    width: 200px;
    margin-top: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 16px;
  }
  .text-bonus-last.attention {
    margin-top: 12px;
    font-size: 12px;
    line-height: 16px;
  }
  .text-bonus-last.attention.first {
    font-size: 11px;
    line-height: 14px;
  }
  .link-places {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 40px;
    line-height: 36px;
  }
  .link-places.centre2 {
    width: 120px;
    padding-right: 28px;
    padding-left: 28px;
    font-size: 32px;
    line-height: 32px;
  }
  .block-numbers {
    height: 155px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .block-numbers._1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .block-numbers._2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon-business {
    display: block;
    width: 40px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
  }
  .footer {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .text-footer {
    font-size: 11px;
  }
  .colomn {
    padding-right: 5px;
    padding-left: 5px;
  }
  .block-tariff {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 18px;
    letter-spacing: 0.5px;
  }
  .block-tariff.lost {
    padding-right: 6px;
    padding-left: 6px;
  }
  .block-line-column {
    padding-right: 15px;
    padding-left: 15px;
  }
  .block-line-column.first {
    font-size: 15px;
    line-height: 18px;
  }
  .block-line-column.first.padding {
    font-size: 15px;
    line-height: 18px;
  }
  .block-line-column.second {
    height: 165px;
  }
  .block-steps {
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-step {
    font-size: 12px;
    line-height: 15px;
  }
  .h1 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 24px;
    line-height: 44px;
  }
  .h1-4 {
    width: 75%;
    margin-top: 0px;
    font-size: 24px;
    line-height: 28px;
  }
  .form {
    width: 90%;
  }
  .yellow-font.background {
    font-size: 24px;
  }
  .go-link {
    padding-left: 45px;
    font-size: 8.5px;
    line-height: 14px;
    letter-spacing: 0px;
  }
  .h1-head {
    font-size: 32px;
    line-height: 42px;
  }
  .slider-review {
    padding-right: 35px;
    padding-left: 35px;
  }
  .arrow-colomn {
    width: 35px;
  }
  .row-plan {
    width: 90%;
  }
  .h2-link {
    font-size: 24px;
    line-height: 32px;
  }
  .div-circs {
    display: none;
  }
  .h3 {
    font-size: 14px;
  }
  .h3.last {
    font-size: 24px;
  }
  .div-steps {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 14px;
    padding-left: 14px;
  }
  .div-icon {
    width: 100px;
    height: 100px;
    padding: 23px;
  }
  .h4-schet {
    font-size: 16px;
    line-height: 36px;
  }
  .h2-after-plan {
    width: auto;
    margin-top: 25px;
    font-size: 22px;
    line-height: 44px;
  }
  .row-steps {
    width: 95%;
    max-width: auto;
  }
  .img-flag {
    top: -20px;
    width: 24px;
  }
  .span-koncurs {
    margin-left: 0px;
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  h5 {
    font-size: 12px;
    line-height: 14px;
  }
  .head-section {
    height: auto;
    padding-bottom: 20px;
    background-position: 50% 0px;
    background-size: cover;
  }
  .nav-bar {
    margin-bottom: 20px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 5px;
  }
  .brand-logo {
    width: 150px;
    margin-top: 0px;
  }
  .container-block {
    width: 95%;
    text-align: left;
  }
  .container-block.head {
    width: auto;
    margin-top: 50px;
    margin-right: 20px;
    padding-left: 0px;
  }
  .container-block.head._4 {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding-right: 20px;
    padding-left: 15px;
  }
  .container-block.size {
    width: 95%;
  }
  .nav-menu {
    padding-top: 0;
    height: 70px;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
    margin-top: 0;
  }

  .nav-link,
  .nav-link.background {
    width: 120px;
    margin: 5px 0 0 10px;
    padding: 3px 6px;
    font-size: 10px;
    line-height: 12px;
  }
  .nav-link.background {
    float: right;
    clear: right;
  }
  .nav-link.simple {
    float: left;
    font-size: 10px;
  }
  .h1-small {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
  }
  .block-head {
    display: block;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    float: none;
    background-color: #000;
  }
  .block-head.centre {
    display: inline-block;
    width: 100%;
    margin-top: 11px;
  }
  .text-bonus {
    width: 50%;
    padding-top: 110px;
    float: left;
    font-size: 20px;
    line-height: 36px;
  }
  .text-bonus.second {
    margin-top: 60px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.first {
    padding-right: 0px;
  }
  .section.tariff {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .section.steps {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.yellow {
    padding-top: 5px;
    padding-bottom: 20px;
    text-align: center;
  }
  .section.plan {
    padding-bottom: 20px;
  }
  .block-yellow {
    width: 50%;
    padding-top: 15px;
    padding-bottom: 20px;
    float: right;
    background-color: #fe0;
  }
  .block-yellow.centre2 {
    float: right;
  }
  .button.bonus {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
  }
  .text-bonus-last {
    display: block;
    width: auto;
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 14px;
  }
  .link-places {
    margin-top: 5px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 32px;
    line-height: 32px;
  }
  .block-numbers {
    width: 50%;
    height: 150px;
  }
  .colomn {
    padding-right: 3px;
    padding-left: 3px;
  }
  .colomn.right {
    margin-top: 0;
    border: none;
  }
  .colomn.middle-colomn {
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .colomn.middle-colomn:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .block-tariff {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    line-height: 20px;
  }
  .block-tariff.middle {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 32px;
  }
  .block-tariff.lost {
    font-size: 14px;
  }
  .block-line-column {
    padding: 1px 4px;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 0px;
  }
  .block-line-column.first {
    height: auto;
  }
  .block-line-column.first.padding {
    height: auto;
    padding-top: 20px;
  }
  .block-line-column.second {
    height: auto;
  }
  .block-steps {
    height: auto;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .numver-step {
    margin-right: 10px;
    margin-bottom: 3px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    font-size: 32px;
    line-height: 48px;
  }
  .p-step {
    text-align: left;
  }
  .form-section {
    padding-bottom: 20px;
  }
  .colomn10 {
    padding-right: 10px;
  }
  .h2-form {
    padding-left: 0px;
    font-weight: 500;
  }
  .h1 {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 18px;
    line-height: 24px;
  }
  .h1-4 {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
  .form {
    width: 95%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .ratio-button {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 15px;
    text-align: left;
  }
  .ratio-label {
    font-size: 12px;
  }
  .link-domen {
    margin-right: 1px;
  }
  .yellow-font.background {
    font-size: 20px;
    line-height: 24px;
  }
  .h1-head {
    margin-top: 30px;
  }
  .block-open {
    display: block;
  }
  .link-open {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .link-open > img {
    position: absolute;
    top: calc(50% - 16px);
    right: 30px;
    margin-top: 0;
  }
  .block-open-2 {
    display: none;
  }
  .block-open-3 {
    display: none;
  }
  .slider-review {
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
  .arrow-colomn {
    font-size: 24px;
  }
  .slide {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .slide-nav {
    padding-top: 25px;
  }
  .block-review {
    padding-top: 25px;
  }
  .head-bl {
    margin-top: 20px;
    padding: 10px 10px 10px 3px;
    font-size: 14px;
    line-height: 18px;
  }
  .text-review {
    height: auto;
    padding-right: 10px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 16px;
  }
  .heading-block {
    width: auto;
    margin-bottom: 10px;
  }
  .span-number.smaller {
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 10px;
  }
  .row-plan {
    width: 100%;
  }
  .h2-link {
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .div-circs {
    display: none;
  }
  .div-chance {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .h3 {
    font-size: 12px;
    line-height: 24px;
  }
  .h3.last {
    font-size: 20px;
    line-height: 24px;
  }
  .div-steps {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .h4-step {
    margin-bottom: 10px;
    padding-bottom: 2px;
    font-size: 20px;
    line-height: 24px;
  }
  .text-step {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 18px;
  }
  .div-icon {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 12px;
    float: left;
  }
  .h4-schet {
    margin-bottom: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 20px;
  }
  .div-counter {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 6px;
    padding-left: 6px;
    float: none;
    text-align: center;
  }
  .div-number {
    width: 50px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 22px;
  }
  .row-counter {
    margin-right: 0;
    margin-left: 0;
  }
  .h2-after-plan {
    margin-top: 17px;
    margin-bottom: 17px;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 18px;
    line-height: 26px;
  }
  .span-dol.dop {
    font-size: 20px;
  }
  .row-steps {
    display: block;
  }
  .col-step {
    display: block;
  }
  .span-koncurs {
    font-size: 18px;
    line-height: 18px;
  }
  .color-yellow {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 26px;
  }
  h2 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
  h3 {
    font-size: 16px;
  }
  .head-section {
    height: auto;
    padding-bottom: 50px;
  }
  .nav-bar {
    height: auto;
    margin-bottom: 80px;
    padding: 1px 5px 2px;
  }
  .brand-logo {
    width: 150px;
    padding-left: 5px;
  }
  .container-block.head {
    margin-top: 80px;
  }
  .container-block.head._4 {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    float: left;
  }
  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-link {
    width: 120px;
    margin-left: 0px;
    padding: 2px 10px;
    font-size: 10px;
  }
  .nav-link.simple {
    margin-right: 0px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: right;
  }
  .h1-small {
    display: block;
    margin: 35px auto 5px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
  .h1-small.second {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .block-head {
    margin-top: 0px;
  }
  .block-head.centre {
    display: inline-block;
  }
  .text-bonus {
    width: 100%;
    padding-top: 20px;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
  }
  .text-bonus.second {
    margin-top: 0px;
    font-size: 16px;
  }
  .section {
    padding-top: 20px;
  }
  .block-yellow {
    width: 100%;
    padding-top: 0px;
  }
  .button.bonus {
    width: 230px;
    padding-top: 9px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 14px;
  }
  .button.submit {
    padding-right: 18px;
    padding-left: 18px;
    text-align: center;
  }
  .text-bonus-last {
    font-size: 10px;
  }
  .text-bonus-last.attention {
    font-size: 11px;
  }
  .link-places {
    display: block;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 38px;
    line-height: 40px;
  }
  .block-numbers {
    height: 190px;
  }
  .text-footer {
    font-size: 11px;
  }
  .colomn.left {
    margin-top: 20px;
    border: none;
  }
  .block-tariff {
    font-size: 18px;
  }
  .h2-form {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
  .bold {
    display: block;
    font-weight: 900;
  }
  .h1 {
    display: block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  .ratio-button {
    display: block;
    margin-bottom: 5px;
    margin-left: 20px;
    text-align: left;
  }
  .go-link {
    padding-left: 30px;
    letter-spacing: 0px;
  }
  .h1-head {
    padding-right: 10px;
    padding-left: 10px;
  }
  .link-open > img {
    right: 15px;
  }
  .stylefont {
    font-weight: 400;
  }
  .slide {
    padding-right: 5px;
    padding-left: 5px;
  }
  .head-bl {
    font-size: 13px;
  }
  .text-review {
    font-size: 13px;
    line-height: 14px;
  }
  .h3 {
    font-size: 11px;
    line-height: 18px;
  }
  .text-step {
    font-size: 13px;
    line-height: 16px;
  }
  .text-step.last-step {
    position: static;
    display: block;
  }
  .h4-schet {
    margin-top: 10px;
    line-height: 15px;
    text-align: center;
  }
  .div-counter {
    display: block;
    width: 85%;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-number {
    width: 40px;
    font-size: 16px;
    line-height: 42px;
  }
  .h2-after-plan {
    font-size: 16px;
    line-height: 24px;
  }
  .div-plan-block {
    margin-bottom: 10px;
  }
  .img-flag {
    position: static;
  }
  .color-yellow {
    margin-bottom: 5px;
  }
}