*, :before, :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

.container {
  margin: 0 auto;
  padding: 0 9px 0 9px;
}

.wrapper {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #3454de;
  margin-right: 3px;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.button {
  width: 269px;
  padding: 20px 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #0006dc;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  border: none;
  transition: color 0.2s ease-in-out;
cursor: pointer;
}

.button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: width 0.2s ease-in-out;
}

.button:hover {
  color: #000;
}

.button:hover::before {
  width: 100%;
}

.button:hover span {
  position: relative;
  z-index: 1;
}

.button2 {
  width: 300px;
  padding: 20px 0px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #0006dc;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  text-decoration: none !important;
  border: 2px solid #0006dc;
  -webkit-transition: 0.3s background,.3s color;
  -o-transition: 0.3s background,.3s color;
  transition: 0.3s background,.3s color;
}

.button2:hover {
  background: #fff;
  color: #0006dc;
}

.promo__header {
  margin-top: 19px;
}

.promo__header a {
  color: #fff;
  font-size: 10px;
  padding: 4px 5px 4px 6px;
  text-transform: uppercase;
  margin-right: 3px;
}

.promo__header a:nth-child(1) {
  background: #8cae23;
}

.promo__header a:nth-child(2) {
  background: #064b85;
}

.promo__header a:nth-child(3) {
  background: #b30000;
  padding-left: 3px;
}

.promo__subheader {
  margin-top: 10px;
  font-size: 12px;
  color: #b7b7b7;
}

.promo__subheader p {
  color: #989898;
}

.promo__subheader p b {
  color: black;
}

.promo__subheader p a {
  text-decoration: none;
}

.promo__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  margin-top: 17px;
}

.promo_autor {
  margin-top: 19px;
}

.promo_autor img {
  display: inline-block;
  margin-right: 8px;
}

.promo_autor div {
  display: inline-block;
}

.promo_autor div p:last-child {
  color: #989898;
}

.promo_social {
  margin-top: 10px;
}

.promo_social img {
  display: inline;
}

.promo_social a {
  text-decoration: none;
}

.promo_discr {
  margin-top: 23px;
  margin-bottom: 16px;
}

.promo_img {
  max-width: 100%;
}

.promo_img video {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background: #000;
}

.feed {
  margin-top: 16px;
  border: solid 1px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding-left: 9px;
  padding-right: 8px;
}

.feed a {
  margin-right: 0;
}

.feed__header {
  margin-top: 11px;
  position: relative;
}

.feed__header::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url("../icons/twt.png") center/cover no-repeat;
  position: absolute;
  right: 0px;
}

.feed__header img {
  display: inline-block;
  width: 33px;
  margin-right: 6px;
}

.feed__header div {
  display: inline-block;
}

.feed__header div p {
  font-size: 14px;
  line-height: 1.79;
}

.feed__header div p:nth-child(2) {
  color: #989898;
  line-height: 1;
}

.feed__descr {
  margin-top: 26px;
}

.feed__descr p {
  font-size: 17px;
}

.feed__descr p:nth-child(2) {
  color: #2052af;
  display: inline-block;
}

.feed__descr img {
  display: inline-block;
}

.feed .man {
  margin-top: 20px;
}

.feed .girl {
  font-size: 28px;
  color: #f9f9f9;
  max-width: 100%;

  margin: 0 auto;
  text-align: center;
  margin-top: 3px;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  cursor: pointer;
  position: relative;
}

.feed .girl .girl__img {
  width: 100%;
  z-index: 1000
}

.feed .girl::before {
  content: '';
  background :rgba(0, 0, 0, 0.7);
  height:100%;
  position:absolute;
  width:100%;
  top:0;
  left:0;
  z-index: 1;
}

.feed .girl .feed__eye img {
  width: auto;
  display: inline-block;
}

.feed .girl .feed__eye {
  position: absolute;
  right: 50%;
  transform: translate(50%,-50%);
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  text-align: center;
  z-index: 2;
}
.feed .girl p img {
  display: inline-block;
  /* position: relative; */
}

.feed .girlw::before {
  background: rgba(0,0,0,0);
  opacity: 0.5;
  z-index: 10;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.feed .girlw .feed__eye {
  display: none;
}

.feed__footer {
  font-size: 13px;
  color: #989898;
  margin-bottom: 21px;
  position: relative;
}

.feed__footer::before {
  position: absolute;
  content: '!';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: gray;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  transform: rotate(180deg);
  line-height: 1;
  bottom: 0;
  right: 0;
}

.feed__footer .rdate {
  margin-top: 16px;
}

.feed__footer div {
  margin-top: 17px;
}

.feed__footer div a {
  display: inline-block;
  margin-right: 43px;
  margin-left: 37px;
  text-decoration: none;
  color: #989898;
  position: relative;
}

.feed__footer div a::before {
  content: '';
  position: absolute;
  background: url("../icons/like.png") center/cover no-repeat;
  width: 29px;
  height: 31px;
  top: -8px;
  left: -35px;
}

.feed__footer div a:last-child {
  margin: 0;
  position: relative;
}

.feed__footer div a:last-child::before {
  background: url("../icons/comments.png") center/cover no-repeat;
  width: 28px;
  height: 26px;
  top: -4px;
}

.evans {
  margin-top: 17px;
}

.evans a {
  margin-right: 0;
}

.evans__photo {
  margin-top: 18px;
  background-color: #000000;
  position: relative;
}

.evans__photo p {
  background-color: #000000;
  color: #ffffff;
  padding: 11px 83px 10px 15px;
  margin-bottom: 26px;
}

.evans__photo::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  background-color: #000;
  bottom: -10px;
  left: 0px;
}

.evans__question {
  font-weight: bold;
  padding-left: 34px;
  position: relative;
  margin-top: 22px;
  padding-right: 11px;
}
.evans__question:first-child {
  margin-top: 0;
  padding-top: 22px;
}
.evans__question:first-child::before {
  top: 29px;
}
.evans__bg {
  background: #fdfcf6;
  margin-top: -13px;
  padding-bottom: 29px;
}

.evans__question::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 3px;
  background-color: #000000;
  top: 9px;
  left: 12px;
}

.evans__answer {
  padding-right: 39px;
  margin-top: 27px;
  padding-left: 63px;
  position: relative;
  font-style: italic;
}
.evans__answer svg {
  width: 23px;
  height: 23px;
  fill: gray;
}
.evans__answer .finish {
  width: 23px;
  height: 23px;
  fill: gray;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  margin-bottom: -7px;
}
.evans__answer a {
  font-weight: bold;
}
.evans__img .bluestone {
  padding-left: 63px;
  margin-top: 11px;
  padding-right: 17px;
  max-width: 100%;
  display: inline-block;
  text-align: left;
}

.evans__img .bluestone:last-child {
  width: auto;
  margin-top: -2px;
}

.weeks {
  margin: 25px 0 60px;
  padding-left: 80px;
  position: relative;
  background: #F6F6F6;
  padding-bottom: 64px;
}

.weeks:before {
  content: '';
  position: absolute;
  top: 0;
  left: 27px;
  width: 16px;
  height: 93%;
  background: #000;
  z-index: 1;
}

.weeks__item {
  padding: 40px 0 20px;
  position: relative;
}

.weeks__item--finish {
  padding: 0;
}

.weeks__ico {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 5px solid #000;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  top: 25px;
  left: -70px;
  z-index: 2;
  padding-left: 3px;
}

.weeks__ico svg {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -13px;
}

.weeks__item--finish .weeks__ico {
  top: -20px;
}

.weeks__item--finish .weeks__ico svg {
  margin: -9px 0 0 -11px;
  fill: red;
}

.weeks__subtitle {
  color: #989898;
  margin-bottom: 15px;
}

.weeks__text {
  list-style: none;
}

.weeks__text li {
  position: relative;
  margin-bottom: 10px;
}

.weeks__text li:before, .weeks__text li:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  background: #000;
  top: 9px;
  left: -15px;
}

.weeks__text li:after {
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
}

.form {
  background-color: #0e0a1e;
}

.form__item {
  padding-top: 1px;
  padding-bottom: 15px;
}

.form__item p {
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

.form__item .clock-title {
  font-weight: normal;
  line-height: 1;
  font-size: 18px;
}

.form__item p:nth-child(2) {
  margin-top: 21px;
  opacity: 0.34;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 900;
  line-height: 0.86;
  color: rgba(255, 255, 255, 0.34);
  position: relative;
}

.form__item p:nth-child(2) span {
  font-size: 14px;
}

.form__item p:nth-child(2)::before, .form__item p:nth-child(2)::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background: rgba(255, 255, 255, 0.34);
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  margin: auto;
  top: 10px;
  right: 0;
  left: 0;
}

.form__item p.note {
	font-size: 16px;
    line-height: 1;
    text-transform: none;
    font-weight: bold;
}
  .vat {
	font-size: 12px;
    color: #fff;
    padding-top: 10px;
}

.form__item p:nth-child(2)::after {
  -webkit-transform: rotate(145deg);
      -ms-transform: rotate(145deg);
          transform: rotate(145deg);
}

.form__item p:nth-child(3) {
  margin-top: 18px;
  font-size: 49px;
  font-weight: 900;
  line-height: 1.02;
  color: #0006dc;
}

.form__item p:nth-child(3) span {
  font-size: 28px;
}

.form__item p:nth-child(5) {
  margin-top: 26px;
  margin-bottom: 9px;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
}

.form__item img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.form__item .feed-form {
  margin-top: 36px;
  padding: 0 15px;
}

.form__item .feed-form #country_code_selector,
.form .feed-form .change-package-selector  {
  width: 253px;
  height: 52px;
  opacity: 0.48;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: solid 1px #ffffff;
  background-color: #0e0a1e;
  padding-left: 13px;
  color: #ffffff;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../icons/arrow_down.png") no-repeat;
  background-position: 96% 50%;
  cursor: pointer;
  color: #fff;
  margin: 0 auto;
  display: block;
  margin-top: 13px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.form__item .feed-form #country_code_selector option,
.form .feed-form .change-package-selector option {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000;
  width: 100%;
}

.form__item .feed-form #country_code_selector:hover,
.form .feed-form .change-package-selector:hover  {
  background-color: rgba(255, 255, 255, 0.16);
  border: solid 1px #ffffff;
}

.form__item .feed-form input {
  width: 253px;
  height: 48px;
  opacity: 0.48;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: solid 1px #ffffff;
  background-color: #0e0a1e;
  display: block;
  margin: 0 auto;
  margin-bottom: 13px;
  padding-left: 15px;
  color: #ffffff;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.form__item .feed-form input::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.form__item .feed-form input:-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.form__item .feed-form input::-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.form__item .feed-form input::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.form__item .feed-form input:hover {
  background-color: rgba(255, 255, 255, 0.16);
  border: solid 1px #ffffff;
}

.form__item .clock {
  margin: 0 auto;
  width: 138px;
  -webkit-border-radius: 4.8px;
          border-radius: 4.8px;
  -webkit-box-shadow: 0px 1px 0 0 rgba(255, 255, 255, 0.1), inset 0px 2px 2px 0 rgba(0, 0, 0, 0.72);
          box-shadow: 0px 1px 0 0 rgba(255, 255, 255, 0.1), inset 0px 2px 2px 0 rgba(0, 0, 0, 0.72);
  background-color: #000000;
}

.form__item .clock .flip {
  width: 36px;
  height: 55px;
}

.form__item .flip-clock-wrapper ul li a div div.inn {
  font-size: 46px;
  -webkit-box-shadow: inset 0px 1px 0 0 rgba(255, 255, 255, 0.18);
          box-shadow: inset 0px 1px 0 0 rgba(255, 255, 255, 0.18);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#292929), color-stop(#373737), color-stop(#2a2a2a), to(#414141));
  background-image: -webkit-linear-gradient(bottom, #292929, #373737, #2a2a2a, #414141);
  background-image: -o-linear-gradient(bottom, #292929, #373737, #2a2a2a, #414141);
  background-image: linear-gradient(to top, #292929, #373737, #2a2a2a, #414141);
}

.form__item .flip-clock-wrapper ul li {
  line-height: 60px;
}

.materials p {
  font-size: 14px;
  font-weight: bold;
  line-height: 3.43;
}

.materials a {
  display: block;
  font-size: 16px;
  line-height: 1.19;
  padding-left: 26px;
  margin-top: 19px;
  position: relative;
}

.materials a:nth-child(2) {
  margin-top: 0;
}

.materials a::before {
  content: '';
  position: absolute;
  background: url("../icons/arrow_right.png") center/cover no-repeat;
  width: 13px;
  height: 11px;
  top: 4px;
  left: 3px;
}

.tegs {
  margin-top: 33px;
}

.tegs p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 14px;
}

.tegs a {
  margin-top: 14px;
  background-color: #000000;
  font-size: 12px;
  line-height: 2;
  color: #ffffff;
  padding: 4px 7px;
}

.comments {
  margin-top: 33px;
  margin-bottom: 60px;
}

.comments a {
  margin-right: 0;
}

.comments__header {
  padding-left: 33px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 13px;
  border-bottom: 1px solid #c1c1c1;
  position: relative;
}

.comments__header span {
  color: #b30000;
  margin-left: 13px;
}

.comments__header::before {
  content: '';
  position: absolute;
  background: url("../icons/star.png") center/cover no-repeat;
  width: 21px;
  height: 20px;
  top: -3px;
  left: 0px;
}

.comments__item {
  margin-top: 39px;
}

.comments__item:nth-child(2) {
  margin-top: 24px;
}
@media (max-width: 765px){
.comments__item:nth-child(n + 5) {
	display: none;
}
}
.comments__item img {
  display: inline-block;
  vertical-align: top;
  /* width: auto; */
  width: 39px;
}
.comments__item_descr img {
  display: block;
  margin: 0;
}
.comments__item_descr img:first-child {
  display: inline-block
}

.comments__item_autor {
  margin-left: 7px;
  display: inline-block;
  font-weight: bold;
}

.comments__item_autor p {
  color: #bfbfbf;
  display: inline-block;
  padding-left: 15px;
  font-size: 14px;
}

.comments__item_autor .time {
  display: block;
  padding-left: 0;
  padding-bottom: 19px;
}

.comments__item_descr {
  padding-left: 50px;
}

.comments__item_descr .girl {
  margin-top: 3px;
  /* background: url("../img/18-2.png") center/cover no-repeat; */
  /* padding: 162px 0px 155px 0px; */
  font-size: 28px;
  color: #f9f9f9;
  margin: 0 auto;
  text-align: center;
  margin-top: 3px;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  cursor: pointer;
  position: relative;
}
.comments__item_descr .girl .girl__img {
  min-width: 100%;
  /* position: relative; */
}
.comments__item_descr .girl .feed__eye{
  display: inline-block;
  /* text-align: center; */
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
  width: 100px;
  vertical-align: top;
  z-index: 2;
  
}
.comments__item_descr .girl::before {
  content: '';
  background :rgba(0, 0, 0, 0.7);
  height:100%;
  position:absolute;
  width:100%;
  top:0;
  left:0;
  z-index: 1;
}
.comments__item_descr .girl .feed__eye img{
  width: auto;
  display: inline-block;
  margin-top: 9px;
}

.comments__item_descr .girl .feed__eye {
  display: inline-block;
  width: auto;
  /* vertical-align: middle; */
}

.comments__item_descr .girlw::before {
  background: rgba(0,0,0,0);
  opacity: 0;
  z-index: 1;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.comments__item_descr .girlw .feed__eye {
  display: none;
}

.comments__item .bluestone {
  width: 100%;
  margin-top: 14px;
}

.comments__item_answer {
  margin-top: 19px;
  font-size: 13px;
}

.comments__item_answer a {
  text-decoration: none;
}

.comments__item_answer a:first-child {
  font-weight: bold;
  color: #b30000;
  margin-right: 13px;
}

.comments__item_answer a:nth-child(2) {
  color: #757575;
}

.comments__item_like {
  padding-left: 33px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}

.comments__item_like svg {
  display: inline-block;
  width: 24px;
  height: 21px;
  vertical-align: middle;
  margin-right: 5px;
}

.comments__item_like p {
  position: relative;
  margin-right: 25px;
  display: inline-block;
}

.comments__item_like a {
  display: inline-block;
  color: black;
}

.comments__item_like a:nth-child(2) {
  color: black;
  margin-right: 16px;
}

.button2 {
  margin-bottom: 40px;
}
.girl svg {
  width: 33px;
  height: 18px;
  fill: #fff;
}

svg#spriteSvg {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 0;
  height: 0;
  overflow: 0;
}

@media (min-width: 320px) {
  .nav, .desktop {
    display: none;
  }
  .header {
    height: 70px;
    background-color: #131313;
    padding: 2px 0 0px 0;
  }
  .header_social, .header ul {
    display: none;
  }
}

@media screen and (min-width: 425px) {
  .container {
    width: 400px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 744px;
  }
  .feed .man {
    margin-top: 0;
    /* max-width: 50%; */
    display: inline-block;
    margin-top: 19px;
  }
  .feed .girl {
    margin-top: 0;
    max-width: 50%;
    display: inline-block;
    border: none;
    vertical-align: top;
    margin-top: 19px;
  }
  .feed .man img {
    max-height: 316px;
  }
  .feed .girl img {
    max-height: 316px;
  }
  .evans__item .bluestone {
    max-width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 63px;
    margin-top: 18px;
  }
  .evans__item .bluestone:last-child {
    max-width: 39%;
    padding-left: 0;
  }
  .evans__photo {
    background: none;
    position: relative;
    padding-bottom: 65px;
  }
  .evans__photo img {
    width: 55%;
  }
  .evans__photo p {
    padding-right: 16px;
    position: absolute;
    display: block;
    bottom: 21px;
    right: -1px;
  }
  .evans__question {
    margin-top: 34px;
  }
  .evans__question:first-child::before {
    top: 43px;
  }
  .evans__bg {
    /* background: #fdfcf6; */
    margin-top: 0;
    /* padding-bottom: 29px; */
  }
  .evans__question:first-child {
    margin-top: 0;
    padding-top: 34px;
  }
  .evans__img {
    padding-left: 63px;
  }
  .evans__img .bluestone {
    padding-right: 0;
    max-width: none;
    max-height: 376px;
    display: inline-block;
    padding-left: 0;
    margin-right: 3px;
    width: auto;
  }
  .evans__img .bluestone:last-child {
    max-height: 376px;
  }
  .form .feed-form input {
    width: 480px;
    display: block;
    margin: 0 auto;
    margin-top: 13px;
  }
  .form .feed-form #country_code_selector,
.form .feed-form .change-package-selector {
    width: 480px;
  }
  .form .feed-form .button {
    margin-top: 22px;
  }
  .comments__item .bluestone {
    max-width: none;
    margin-top: 17px;
    margin-right: 8px;
    max-height: 284px;
    width: auto;
    text-align: left;
  }
  .comments__item_descr .girl .girl__img {
    /* max-width: auto;*/
    min-width: auto;
    width: auto;
    max-height: 284px;
  }
  .comments__item_descr .girl {
    margin-top: 17px;
    max-width: none;
    width: auto;
    max-height: 284px;
    /* padding: 149px 106px 136px 105px; */
    display: inline-block;
    border: none;
    vertical-align: top;
  }
  .comments__item_descr .girl p {
    font-size: 29px;
  }
  .comments__item_answer {
    display: inline-block;
    width: 100%;
  }
  .comments__item_like {
    text-align: right;
    display: inline-block;
    width: 58%;
  }
  .button2 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 990px) {
  .container {
    width: 910px;
  }
  .mobile {
    display: none;
  }
  .header {
    display: block;
    background-color: #131313;
    padding-top: 12px;
    padding-bottom: 4px;
    width: 100%;
    height: 84px;
  }
  .header .container {
    width: 996px;
  }
  .header_logo {
    display: inline-block;
  }
  .header ul {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    margin-top: 25px;
    padding-left: 37px;
  }
  .header ul li {
    display: inline;
    margin-right: 18px;
    position: relative;
  }
  .header ul li a {
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .header ul li a:active, .header ul li a:hover {
    color: #b30000;
  }
  .header ul li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    opacity: 0.47;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    top: 9px;
    left: -15px;
  }
  .header ul li:last-child {
    margin-right: 0;
  }
  .header ul li:last-child::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    opacity: 0.47;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    top: 9px;
    right: -15px;
  }
  .header_social {
    margin-left: 45px;
    display: inline-block;
  }
  .header_social a {
    display: inline-block;
    margin-bottom: 21px;
  }
  .nav {
    display: block;
    -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.45);
            box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.45);
    background-color: #b30000;
  }
  .nav .container {
    width: 996px;
  }
  .nav .hamburger {
    display: inline-block;
    height: 20px;
    width: 29px;
    margin-right: 30px;
    vertical-align: middle;
  }
  .nav .hamburger span {
    display: block;
    width: 29px;
    height: 3px;
    background-color: #ffffff;
    margin-top: 4px;
  }
  .nav .hamburger span:first-child {
    margin-top: 0;
  }
  .nav ul {
    list-style: none;
    display: inline-block;
    padding-left: 0;
    margin: 0;
    padding-top: 19px;
    padding-bottom: 16px;
    line-height: 1;
  }
  .nav ul li {
    display: inline-block;
    margin-right: 9px;
    padding: 0 14px;
    position: relative;
    z-index: 1;
  }
  .nav ul li a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .nav ul li::after {
    content: '';
    width: 100%;
    height: 54px;
    background-color: #131313;
    opacity: 0.29;
    left: -0px;
    top: -20px;
  }
  .nav ul li:hover::after {
    position: absolute;
    z-index: -1;
  }
  .nav ul li:last-child {
    margin-right: 0;
  }
  .promo__header {
    display: inline-block;
  }
  .promo__header a {
    font-size: 11px;
  }
  .promo__subheader {
    display: inline-block;
    width: 56%;
    text-align: right;
  }
  .promo__title {
    font-size: 30px;
    line-height: 1.2;
  }
  .promo_autor {
    display: inline-block;
    margin-right: 60px;
  }
  .promo_autor div {
    vertical-align: top;
    margin-top: 8px;
  }
  .promo_autor div p {
    font-size: 16px;
  }
  .promo_social {
    display: inline-block;
  }
  .feed {
    margin: 26px 80px 0px 80px;
    padding: 0 20px;
  }
  .feed__header {
    margin-top: 19px;
  }
  .feed__header img {
    width: 48px;
  }
  .feed__header div p {
    font-size: 17px;
  }
  .feed__descr p {
    font-size: 17px;
    padding-right: 63px;
  }
  .feed__descr p:nth-child(2) {
    margin-top: 7px;
  }
  .feed .girl p {
    font-size: 29px;
  }
  .feed__footer::before {
    bottom: 0;
  }
  .feed__footer div a .desktop {
    display: inline;
  }
  .evans__photo p {
    bottom: 23px;
    right: 75px;
  }
  .evans__item {
    margin-right: 34px;
  }
  .evans__item_question {
    padding-left: 43px;
  }
  .evans__item_answer {
    padding-left: 99px;
  }
  .evans__item_answer::before {
    left: 70px;
  }
  .evans__item .bluestone {
    max-width: 425px;
    padding-left: 99px;
  }
  .evans__item .bluestone:last-child {
    max-width: 334px;
  }
  .weeks {
    margin-top: 52px;
    padding-left: 63px;
    padding-bottom: 37px;
  }
  .weeks__item {
    display: inline-block;
    width: 192px;
    vertical-align: top;
    padding-left: 46px;
  }
  .weeks__item::before {
    content: '';
    position: absolute;
    width: 105%;
    height: 16px;
    background-color: #000;
    top: 89px;
    left: 1px;
  }
  .weeks__item:nth-child(3) {
    width: 231px;
  }
  .weeks__item:last-child {
    width: 50px;
  }
  .weeks::before {
    display: none;
  }
  .weeks__subtitle {
    margin-bottom: 76px;
  }
  .weeks__ico {
    top: 72px;
    left: 41px;
  }
  .weeks__ico:last-child {
    top: 68px;
    right: 1px;
  }
  .weeks__text li::before {
    left: -19px;
  }
  .weeks__text li::after {
    left: -19px;
  }
  .evans__bg {
    padding-bottom: 63px;
  }
  .form {
    margin-top: 0px;
    padding-bottom: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    direction: rtl;
    height: 400px;
  }
  .form__item {
    display:table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    direction: ltr;
  }
  .form__item--form {
    width: 45%;
    padding: 30px 20px;
  }
  .form__item--bg {
    width: 55%;
    overflow: hidden;
    height: 100%;
    position: relative;
  }
  .form__item--bg img {
    position: absolute;
    top: 0;
    right:0;
    height: 100%;
    max-width: none;
  }
  .form__item p {
    font-size: 25px;
  }
  .form__item p:nth-child(5) {
    font-weight: normal;
    line-height: 1;
  }
  .form__item .clock-title {
    font-weight: normal;
    line-height: 1;
    font-size: 20px;
  }
  .form .feed-form {
    margin-top: 19px;
  }
  .form .feed-form input {
    max-width: 289px;
  }
  .form .feed-form #country_code_selector,
.form .feed-form .change-package-selector   {
    max-width: 289px;
  }
  .materials {
    margin-top: 33px;
  }
  .materials p, .materials a {
    font-size: 18px;
  }
  .tegs {
    margin-top: 51px;
  }
  .tegs p {
    font-size: 18px;
  }
  .tegs a {
    font-size: 14px;
  }
  .comments__header {
    font-size: 18px;
  }
  .comments__header::before {
    top: 0;
  }
  .comments__header::after {
    position: absolute;
    content: '';
    width: 84px;
    height: 1px;
    background-color: #000000;
    bottom: -1px;
    left: 0px;
  }
  .comments__item_descr .girl .girl__img {
    max-width: auto;
    max-height: 284px
  }
  .comments__item_autor {
    margin-left: 18px;
    margin-top: 12px;
  }
  .comments__item_autor p {
    font-weight: normal;
  }
  .comments__item_descr {
    padding-left: 81px;
    padding-right: 146px;
  }
  .comments__item .comments__item_descr2 {
    padding-left: 79px;
    padding-right: 0;
  }
  .comments__item_answer {
    width: 125%;
  }
  .comments__item_like {
    width: 68%;
  }
  .comments__item_descr .girl p img {
    width: 33px;
  }
  .comments__item img {
    width: auto;
  }
  .form__item p.note {
	font-size: 16px;
    line-height: 1;
    text-transform: none;
    font-weight: bold;
}
  .vat {
	font-size: 12px;
    color: #fff;
    padding-top: 10px;
}

}