html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "pts55f";
  src: url("../fonts/pts55f.eot");
  src: url("../fonts/pts55f.eot?#iefix") format("embedded-opentype"), url("../fonts/pts55f.woff2") format("woff2"), url("../fonts/pts55f.woff") format("woff"), url("fonts/pts55f.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pts56f";
  src: url("../fonts/pts56f.eot");
  src: url("../fonts/pts56f.eot?#iefix") format("embedded-opentype"), url("../fonts/pts56f.woff2") format("woff2"), url("../fonts/pts56f.woff") format("woff"), url("fonts/pts56f.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pts75f";
  src: url("../fonts/pts75f.eot");
  src: url("../fonts/pts75f.eot?#iefix") format("embedded-opentype"), url("../fonts/pts75f.woff2") format("woff2"), url("../fonts/pts75f.woff") format("woff"), url("fonts/pts75f.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pts76f";
  src: url("../fonts/pts76f.eot");
  src: url("../fonts/pts76f.eot?#iefix") format("embedded-opentype"), url("../fonts/pts76f.woff2") format("woff2"), url("../fonts/pts76f.woff") format("woff"), url("fonts/pts76f.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #FFF;
  font-size: 16px;
  line-height: 1.4;
}




/*MOBILE MENU*/

.open-mob-menu {
    width: 40px;
    height: 40px;
    float: right;
    background-image: url(bgs/open-menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1200;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    display: none;
}

.open-mob-menu.close {background-image: url(bgs/close-menu.svg);}

.open-mob-menu:hover {opacity: 1;}

.mob-menu {
    position: fixed;
    width: 100%;
    height: 270px;
    background: rgba(255, 255, 255, 0.95);
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 1000;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: none;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(49, 79, 77, 0.22);
          box-shadow: 0px 7px 16px 0px rgba(49, 79, 77, 0.22);
}

.mob-menu__list {
    text-align: center;
    margin-top: 50px;
}

.mob-menu__list li {
    margin-bottom: 50px;
    padding: 0;
    line-height: 0;
    position: relative;
}

.mob-menu__list li::after {
  content: '';
  border-bottom: 1px solid #505050;
  width: 92px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.mob-menu__list li:last-child::after {
  display: none;
}

.mob-menu__list a {
    font-family: "pts75f", Arial, sans-serif;
    color: #505050;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mob-menu__list a:hover {color: #f05f34;}

.mob-menu.opened {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 75px;
}


.button {cursor: pointer;}

.error, .success {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
    border-radius: 20px;
}
.error {
    color: #7F1717;
    border: 1px solid #7F1717;
    background-color: #D15959;
}
.success {
    color: #255120;
    border: 1px solid #255120;
    background-color: #65AA5E;
}


.out {
  width: 100%;
  font-family: "pts55f", Arial, sans-serif;
  font-size: 16px;
  color: #3a3a3a;
}

.header {
  text-align: center;
  width: 100%;
  line-height: 65px;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.container {
  width: 960px;
  margin: 0 auto;
  *zoom: 1;
}

.container:after {
  content: " ";
  display: table;
  clear: both;
}

.h1 {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  float: left;
}

.menu {
  display: inline-block;
}

.menu li {
  display: inline-block;
  position: relative;
}

.menu li:last-of-type::after {
  display: none;
}

.menu li::after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background-color: #505050;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.menu a {
  padding: 0 8px;
  font-family: "pts75f", Arial, sans-serif;
  color: #505050;
  letter-spacing: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu a:hover {color: #f05f34;}

.menu a.is-active {
  color: #f05f34;
  position: relative;
}

.menu a.is-active::after {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #f05f34;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -7px;
}

.phone-number {
    display: block;
  float: right;
  color: #f05f34;
  font-family: "pts75f", Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
}

.instrument {
  padding: 65px 0 0 0;
  display: none;
}

.instrument__inner {
  background-image: url("../img/img-4.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 80px 0 160px 0;
  text-align: center;
}

.instrument__title {
  font-size: 28px;
  text-transform: uppercase;
  font-family: "pts75f", Arial, sans-serif;
  color: #2ea6a2;
  line-height: 1.8em;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.instrument__content {
  width: 550px;
  float: left;
  position: relative;
}
.harry{
  position: absolute;
  left: 0;
  bottom: -245px;
}
.who-is-harry {
  position: absolute;
  left: 0;
  bottom: -135px;
  text-align: left;
  text-transform: uppercase;
  color: #f05f34;
}
.instrument__form {
  float: right;
  width: 410px;
  background-color: #2ea6a2;
  padding: 30px 50px;
}

.instrument-form {
  border: solid 1px #1b8e8a;
  border-radius: 4px;
  background-image: linear-gradient(53deg, #1a9c98 0%, #2ea6a2 100%);
  -webkit-box-shadow: 0px 5px 12px 0px rgba(14, 43, 42, 0.22);
          box-shadow: 0px 5px 12px 0px rgba(14, 43, 42, 0.22);
  text-align: center;
  position: relative;
}

.instrument-form__title {
  font-family: "pts75f", Arial, sans-serif;
  font-size: 18px;
  color: #ffda5b;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.6;
}

.instrument-form__title span {
  font-size: 22px;
}

.instrument-form__input {
  margin: 20px 0 0 0;
  width: 100%;
  border: solid 1px #1b8e8a;
  background-color: #f3fffe;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(26, 79, 77, 0.55);
          box-shadow: inset 0px 0px 6px 0px rgba(26, 79, 77, 0.55);
  line-height: 40px;
  border-radius: 20px;
  padding: 0 0 0 27px;
}

.instrument-form__input:-ms-input-placeholder {
  font-family: "pts56f", Arial, sans-serif;
  font-size: 18px;
  color: #6f6f6f;
  letter-spacing: 1px;
}

.instrument-form__input::-webkit-input-placeholder {
  font-family: "pts56f", Arial, sans-serif;
  font-size: 18px;
  color: #6f6f6f;
  letter-spacing: 1px;
}

.instrument-form__input::placeholder {
  font-family: "pts56f", Arial, sans-serif;
  font-size: 18px;
  color: #6f6f6f;
  letter-spacing: 1px;
}

.instrument-form__flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0 0;
}

.instrument-form__btn {
    -webkit-appearance: none;
  display: inline-block;
  margin: 30px 0 0 0;
  width: 250px;
    padding: 15px 0;
  border-radius: 25px;
  background-color: #f05f34;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  font-family: "pts55f", Arial, sans-serif;
}

.instrument-form__btn:disabled {
  background-color: #b65b40;
}


.advantege {
  clear: both;
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  padding: 0 0 30px 30px;
  position: relative;
  line-height: 1.7em;
  font-family: "pts75f", Arial, sans-serif;
  letter-spacing: 1px;
}

.advantege::before {
  content: '';
  display: block;
  background-image: url("../img/sprite.png");
  width: 14px;
  height: 55px;
  background-position: -251px 0px;
  position: absolute;
  left: 0;
  top: 0;
}

.advantege_photo {
  display: inline-block;
  max-width: 750px;
  font-size: 26px;
  margin-left: 10px;
  line-height: 1.3;
  text-transform: none;
  vertical-align: bottom;
}

.advantege_photo::before {
  background-image: url("../img/sprite.png");
  width: 22px;
  height: 94px;
  background-position: -131px 0px;
}

.advantege_red {
  text-transform: none;
  font-size: 30px;
  line-height: 1em;
}

.advantege_red::before {
  background-image: url("../img/sprite.png");
  width: 14px;
  height: 55px;
  background-position: -251px -65px;
}

.advantege_blue {
  text-transform: none;
  font-size: 30px;
  line-height: 1em;
}

.advantege_blue::before {
  background-image: url("../img/sprite.png");
  width: 14px;
  height: 55px;
  background-position: -251px -130px;
}

.advantege strong {
  color: #f05f34;
  font-weight: normal;
}

.advantege strong span {
  font-size: 24px;
}

.advantege_white {
  color: white;
}

.advantege_thin {
  font-family: "pts55f", Arial, sans-serif;
}

.section-header {
  height: 225px;
  background-color: white;
  padding-top: 80px;
  position: relative;
}

.title, .form__title {
  text-transform: uppercase;
  font-family: "pts75f", Arial, sans-serif;
  font-size: 36px;
  padding: 0 0 25px 15px;
  position: relative;
  z-index: 1;
}

.title_red, .form__title {
  color: #f05f34;
}

.sub-title {
  padding-left: 15px;
  margin-top: -15px;
  position: relative;
  font-size: 30px;
  font-family: "pts75f", Arial, sans-serif;
  color: #2ea6a2;
  line-height: 1em;
  z-index: 2;
}

.first-letter {
  z-index: -1;
  position: absolute;
  bottom: 0;
  font-size: 72px;
  text-align: left;
  -webkit-transform: matrix(1.60483, 0, 0, 1.60483, 0, 0);
  transform: matrix(1.60483, 0, 0, 1.60483, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#bef5b9), to(#f7c6cc));
  background: linear-gradient(#bef5b9, #f7c6cc);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  color: transparent;
}

.first-letter::before {
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  left: 4px;
  width: 30px;
  height: 30px;
  border: solid 1px #2ea6a2;
  border-right: none;
  border-bottom: none;
}

.how-up {
  width: 100%;
  background-color: #2ea6a2;
  padding: 30px 0;
  position: relative;
}

.how-up::before, .how-up::after {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
}

.how-up::before {
  top: -50px;
  background-image: url("../img/sprite.png");
  width: 20px;
  height: 60px;
  background-position: -221px -70px;
}

.how-up::after {
  bottom: -50px;
  background-image: url("../img/sprite.png");
  width: 20px;
  height: 60px;
  background-position: -221px 0px;
}

.how-up__image {
  background-image: url("../img/how_up.png");
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.doing {
  padding: 60px 0 0 0;
  text-align: center;
}

.doing__img {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  text-align: center;
}

.doing__img img {
  display: inline-block;
}

.description {
  text-align: center;
  display: inline-block;
  max-width: 305px;
  vertical-align: top;
}

.description_big {
  max-width: 630px;
}

.description_big .circle {
  margin: 0 32px;
}

.description_big .description__title {
  text-align: center;
}

.description_right {
  float: right;
}

.description__title {
  text-align: left;
  text-transform: uppercase;
  color: #2ea6a2;
  padding: 0 0 30px 0;
  font-size: 16px;
}

.description__circles {
  display: inline-block;
  *zoom: 1;
  padding: 0 0 15px 0;
}

.description__circles:after {
  content: " ";
  display: table;
  clear: both;
}

.description__table {
  display: inline-block;
}

.circle {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: relative;
  display: table;
  text-align: center;
  float: left;
  margin: 0 15px;
}

.circle span {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-family: "pts75f", Arial, sans-serif;
  font-size: 12px;
}

.circle_green {
  background-color: #9fbb83;
}

.circle_dark-yellow {
  background-color: #ef8129;
}

.circle_yellow {
  background-color: #f9b00a;
}

.circle_blue {
  background-color: #2ea6a2;
}

.results {
  background-color: #f4f6f7;
  padding: 40px 0 20px 0;
}

.results__summ {
  text-align: center;
  border-top: dotted 2px #2ea6a2;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

.results__summ span:not(.number) {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2em;
}

.results__list {
  display: block;
  width: 305px;
  margin: 30px auto 0 auto;
}

.results__list li {
  position: relative;
  padding: 0 0 25px 0;
  font-size: 14px;
  line-height: 1.2em;
}

.results__list li::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url("../img/sprite.png");
  width: 11px;
  height: 34px;
  background-position: -275px -36px;
  bottom: 5px;
  left: -16px;
}

.results__list li:last-of-type::after {
  display: none;
}

.results__list span {
  display: inline-block;
}

.h3 {
  font-size: 24px;
  color: #2ea6a2;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 5px 0;
}

.h3 a {
  text-transform: lowercase;
    color: #2ea6a2;
}

.h3 a:hover {text-decoration: underline;}

.sprite {
    background-image: url("../img/spritesheet.png");
    background-repeat: no-repeat;
    display: block;
}

.sprite-context {
    width: 24px;
    height: 24px;
    background-position: -5px -5px;
}

.sprite-marketolog-graph {
    width: 36px;
    height: 28px;
    background-position: -39px -5px;
}

.sprite-marketolog-human {
    width: 37px;
    height: 40px;
    background-position: -85px -5px;
}

.sprite-marketolog-lists {
    width: 36px;
    height: 36px;
    background-position: -5px -55px;
}

.sprite-prodaj-calendaer {
    width: 29px;
    height: 29px;
    background-position: -51px -55px;
}

.sprite-prodaj-human {
    width: 37px;
    height: 37px;
    background-position: -90px -55px;
}

.sprite-prodaj-meet {
    width: 36px;
    height: 31px;
    background-position: -5px -102px;
}

.sprite-rukovod-human {
    width: 35px;
    height: 37px;
    background-position: -51px -102px;
}

.sprite-rukovod-money {
    width: 33px;
    height: 33px;
    background-position: -96px -102px;
}

.sprite-rukovod-stat {
    width: 35px;
    height: 35px;
    background-position: -132px -5px;
}

.sprite-seo {
    width: 24px;
    height: 24px;
    background-position: -137px -50px;
}

.sprite-site {
    width: 24px;
    height: 24px;
    background-position: -171px -50px;
}

.sprite-small-price {
    width: 16px;
    height: 11px;
    background-position: -177px -5px;
}

.sprite-youtube {
    width: 55px;
    height: 39px;
    background-position: -139px -84px;
}

.icon {
  display: inline-block;
}

.icon_rub {
  background-image: url("../img/sprite.png");
  width: 20px;
  height: 22px;
  background-position: -110px -196px;
}

.icon_purse {
  background-image: url("../img/sprite.png");
  width: 32px;
  height: 28px;
  background-position: -163px -102px;
}

.icon_hand {
  background-image: url("../img/sprite.png");
  width: 17px;
  height: 26px;
  background-position: -275px 0px;
}

.icon_man {
  background-image: url("../img/sprite.png");
  width: 21px;
  height: 25px;
  background-position: -33px -233px;
}

.icon_sale {
  background-image: url("../img/sprite.png");
  width: 26px;
  height: 23px;
  background-position: -74px -196px;
}

.icon_rub_blue {
  background-image: url("../img/sprite.png");
  width: 23px;
  height: 26px;
  background-position: 0px -233px;
}

.icon_comp {
  background-image: url("../img/sprite.png");
  width: 61px;
  height: 50px;
  background-position: 0px 0px;
}

.icon_table {
  background-image: url("../img/sprite.png");
  width: 50px;
  height: 50px;
  background-position: -71px 0px;
}

.icon_graf {
  background-image: url("../img/sprite.png");
  width: 50px;
  height: 50px;
  background-position: 0px -60px;
}

.icon_money {
  background-image: url("../img/sprite.png");
  width: 50px;
  height: 50px;
  background-position: -60px -60px;
}

.icon_pay1 {
  background-image: url("../img/sprite.png");
  width: 40px;
  height: 40px;
  background-position: 0px -146px;
}

.icon_pay2 {
  background-image: url("../img/sprite.png");
  width: 39px;
  height: 39px;
  background-position: -50px -146px;
}

.icon_pay3 {
  background-image: url("../img/sprite.png");
  width: 43px;
  height: 43px;
  background-position: -163px -49px;
}

.number {
  font-size: 30px;
  font-family: "pts75f", Arial, sans-serif;
  color: #f05f34;
  text-transform: uppercase;
  text-align: left;
  padding: 0 5px;
}

.number_blue {
  font-size: 40px;
  color: #2ea6a2;
}

.services {
  padding-bottom: 60px;
}

.services__inner {
    margin: 0;
    text-align: center;
}

.about-us-services:first-of-type {
  margin-left: 0;
}

.about-us-services {
  text-align: center;
  position: relative;
  padding: 0 5px 0 5px;
  display: inline-block;
  vertical-align: top;
}

.about-us-services__inner {
  padding: 0 0 0 10px;
  background-color: white;
  width: 306px;
  height: 220px;
  border: solid 5px transparent;
      border-image-source: none;
      border-image-slice: 100%;
      border-image-width: 1;
      border-image-outset: 0;
      border-image-repeat: stretch stretch;
  moz-border-image: -moz-linear-gradient(top, #bef5b9 0%, #f7c6cc 100%);
  -o-border-image: linear-gradient(to bottom, #bef5b9 0%, #f7c6cc 100%);
  border-image: -webkit-gradient(linear, left top, left bottom, from(#bef5b9), to(#f7c6cc));
  border-image: linear-gradient(to bottom, #bef5b9 0%, #f7c6cc 100%);
      border-image-slice: 100%;
  border-image-slice: 1;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(14, 43, 42, 0.22);
          box-shadow: 0px 0px 7px 0px rgba(14, 43, 42, 0.22);
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-us-services__row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us-services__row > div i {
  margin-right: 10px;
}

.about-us-services__row p {
  text-align: left;
  color: #2ea6a2;
}

.about-us-services__row p font {
  color: #f05f34;
  font-weight: bold;
}

.about-us-services__row.small p {
  font-size: 14px;
}

.about-us-services__row.orange p {
  color: #f05f34;
}

.popular {
  padding-top: 100px;
  padding-bottom: 40px;
}

.popular h2 {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 40px;
}

.popular-block {
  background-color: rgb(244, 246, 247);
  -webkit-box-shadow: 8.5px 14.722px 11px 0px rgba(21, 47, 46, 0.09);
          box-shadow: 8.5px 14.722px 11px 0px rgba(21, 47, 46, 0.09);
  width: 308px;
  text-align: center;
  margin: 0 4px 20px 4px ;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.popular-block.video {
  margin-top: 20px;
  line-height: 0;
  -webkit-box-shadow: 8.5px 6.722px 11px 0px rgba(21, 47, 46, 0.12);
  box-shadow: 8.5px 6.722px 11px 0px rgba(21, 47, 46, 0.12);
}
@media (min-width: 750px) {
  .popular-block.video {width: 48%;}
}
.popular-block__border-top {
  position: absolute;
  top: 0px;
  width: 100%;
}

.popular-block__border-top.orange {
  border-top: 4px solid #f05f34;
}

.popular-block__border-top.orange-lite {
  border-top: 4px solid #de8d2a;
}

.popular-block__border-top.blue {
  border-top: 4px solid #4ab4b0;
}

.popular-block .popular-block__inner {
  padding-top: 20px;
}

.popular__inner {
  text-align: center;
}

.popular-block .popular-block__inner > div > i {
  margin: 0 auto;
  margin-bottom: 15px;
}

.popular-block span {
  display: block;
}

.popular-block .popular-block__title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 20px;
}

.popular-block.orange .popular-block__title {
  color: #f05f34;
}

.popular-block.orange-lite .popular-block__title {
  color: #de8d2a;
}

.popular-block.blue .popular-block__title {
  color: #4ab4b0;
}

.popular-block .popular-block__text {
  color: #1a3736;
  margin-bottom: 15px;
  font-size: 15px;
}

.popular-block .popular-block__text-footer {
  color: #1a3736;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}

.popular-block .popular-block__price {
  color: #f05f34;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}

.popular-block .popular-block__price i {
  margin-right: 10px;
}

.popular-block .popular-block__inner .form__btn {
  background: #f05f34;
  margin: 0 auto;
  margin-bottom: 25px;
  width: 85%;
  font-size: 15px;
  padding-top: 11px;
}

.best {
  padding: 0 0 40px 0;
  background-image: url("../img/best.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.best__inner {
  margin: 0;
  text-align: center;
}

.about-us {
  text-align: center;
  position: relative;
  padding: 25px 3px 0 3px;
  display: inline-block;
  vertical-align: top;
}

.about-us__inner {
  padding: 25px 0 0 0;
  background-color: white;
  width: 227px;
  height: 227px;
  border: solid 5px transparent;
  moz-border-image: -moz-linear-gradient(top, #bef5b9 0%, #f7c6cc 100%);
  -o-border-image: linear-gradient(to bottom, #bef5b9 0%, #f7c6cc 100%);
  border-image: -webkit-gradient(linear, left top, left bottom, from(#bef5b9), to(#f7c6cc));
  border-image: linear-gradient(to bottom, #bef5b9 0%, #f7c6cc 100%);
  border-image-slice: 1;
}

.about-us:first-of-type {
  margin-left: 0;
}

.about-us__number {
  display: block;
  font-size: 24px;
  color: #f05f34;
}

.about-us__description {
  font-size: 14px;
  color: #2ea6a2;
  line-height: 1em;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

.block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.form {
  padding: 70px 0 0 0px;
}

.form__img {
  width: 141px;
  height: 162px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: inline-block;
  margin-bottom: 20px;
}

.form_bord .form__inner {
  border: none;
}

.form__inner {
  position: relative;
  border: solid 3px #f9b00a;
  padding: 40px 30px 30px;
}

.form__title {
  display: inline-block;
  line-height: 1em;
  position: absolute;
  background-color: #fff;
  padding: 0 5px;
  top: -16px;
}

.form__box {
  border-style: solid 1px #df4f24;
  border-radius: 3px;
  background-color: #f05f34;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(33, 73, 72, 0.17);
          box-shadow: 0px 0px 8px 0px rgba(33, 73, 72, 0.17);
  padding: 30px 10px;
}

.form__box__flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 10px;
}

.form__box__flex-block label {
  margin-left: 5px;
}

.form__btn {
    -webkit-appearance: none;
  color: #fff;
  font-size: 18px;
  background: #f9b00a;
    padding: 9px 0;
  width: 230px;
  text-transform: uppercase;
  border-radius: 20px;
  display: inline-block;
}
.form__btn:disabled {
  background: #BC9828;
}

.input {
  border-style: solid 1px #d8dcde;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: inset 0px 0px 7px 0px rgba(146, 146, 146, 0.25);
          box-shadow: inset 0px 0px 7px 0px rgba(146, 146, 146, 0.25);
  width: 290px;
  line-height: 40px;
  margin: 0 5px;
  padding: 0  0 0 18px;
}

.input:-ms-input-placeholder {
  font-family: "pts56f", Arial, sans-serif;
  font-size: 18px;
  color: #adadad;
}

.input::-webkit-input-placeholder {
  font-family: "pts56f", Arial, sans-serif;
  font-size: 18px;
  color: #adadad;
}

.input::placeholder {
  font-family: "pts56f", Arial, sans-serif;
  font-size: 18px;
  color: #adadad;
}

.project {
  width: 100%;
  *zoom: 1;
}

.project:after {
  content: " ";
  display: table;
  clear: both;
}

.project__description {
  width: 100%;
  max-width: 797px;
  float: left;
  position: relative;
  background-color: #2ea6a2;
  padding: 30px 165px 50px 40px;
}

.project__title {
  color: #f9b00a;
  font-family: "pts75f", Arial, sans-serif;
  font-size: 36px;
}

.project__text {
  font-size: 24px;
  color: white;
  line-height: 1.3em;
  letter-spacing: 2px;
}

.project__text span {
  color: #f9b00a;
  font-size: 30px;
}

.project__text p {
  padding-bottom: 20px;
}

.project__link {
  display: block;
  width: 307px;
  height: 202px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -160px;
  top: 50px;
}

.comment {
  padding: 30px 0 35px 0;
}

.comment__title {
  color: #2ea6a2;
  font-weight: normal;
  font-family: "pts55f", Arial, sans-serif;
  font-size: 30px;
  position: relative;
}

.comment__title::before {
  content: '';
  display: inline-block;
  background-image: url("../img/sprite.png");
  width: 48px;
  height: 39px;
  background-position: -163px 0px;
  margin-right: 5px;
}

.comment__title::after {
  content: '';
  display: inline-block;
  background-image: url("../img/sprite.png");
  width: 100px;
  height: 16px;
  background-position: 0px -120px;
  position: absolute;
  right: 0;
  top: 12px;
  display: none;
}

.comment__text {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  padding: 0 10px 0 0;
}

h2, h3 {
  letter-spacing: 2px;
}

.clients {
  width: 100%;
  background-color: #eceeef;
  padding: 15px 0 35px 0;
}

.clients__title {
  text-align: center;
  font-family: "pts75f", Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.clients__inner {
  margin: 0;
}

.client {
  display: inline-block;
  text-align: center;
  padding: 8px;
}

.client__inner {
  display: block;
  border: solid 1px white;
  border-radius: 2px;
  width: 220px;
  height: 100px;
  line-height: 98px;
}

.client img {
  vertical-align: middle;
  display: inline-block;
}

.payback {
  width: 100%;
  background-color: #fff;
}

.payback__images {
  height: 100%;
  position: relative;
}

.payback__image {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 80px;
  height: 80px;
  border: solid 2px #f05f34;
  background-color: white;
  border-radius: 50%;
}

.payback__image i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.payback__inner {
  padding: 20px 0 20px 0;
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 170px;
  column-gap: 170px;
  -webkit-column-rule: 2px solid #f05f34;
  column-rule: 2px solid #f05f34;
  position: relative;
    margin-left: -20px;
}
.payback__inner::before, .payback__inner::after {
  content: '';
  display: block;
  background-image: url("../img/sprite.png");
  width: 10px;
  height: 22px;
  background-position: -275px -139px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

.payback__inner::before {
  top: 0;
}

.payback__inner::after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list {
  text-align: left;
  padding: 0 0 20px 30px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.list__title {
  color: #2ea6a2;
  font-size: 18px;
  font-family: "pts75f", Arial, sans-serif;
}

.list li {
  font-size: 14px;
  position: relative;
}

.list li::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f05f34;
  left: -13px;
  top: 3px;
}

.pay1 {
  top: 5%;
}

.pay2 {
  top: 30%;
}

.pay3 {
  top: 60%;
}

.busines {
  width: 100%;
  padding: 20px 0;
    background: #F7F7F7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.busines__inner {
  margin: 0;
}

.proposition {
  padding: 0 3px;
  display: inline-block;
    vertical-align: bottom;
}

.proposition__letter {
  margin: 0 auto -30px auto;
  position: relative;
  z-index: 1;
  color: white;
  background-color: #2ea6a2;
  font-size: 48px;
  font-family: "pts75f", Arial, sans-serif;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
}

.proposition_red .proposition__letter {
  width: 62px;
  height: 62px;
  border: solid 2px white;
  background-color: #f9b00a;
}

.proposition_red .proposition__inner {
  background-color: #f05f34;
  color: white;
  padding-bottom: 5px;
}

.proposition_red .proposition__title {
  color: white;
}

.proposition_red .proposition__sub-title {
  color: white;
}

.proposition_red .proposition__list > li, .proposition_red p {
  font-size: 12px;
}

.proposition_red .proposition__footer {
  background-color: #f9b00a;
}

.proposition_red .proposition__footer p {
  text-align: center;
  font-size: 14px;
  font-family: "pts75f", Arial, sans-serif;
  line-height: 1.2em;
}

.proposition_red .proposition__price span {
  color: #2ea6a2;
}

.proposition_pink .proposition__letter {
  background-color: #f05f34;
}

.proposition_pink .proposition__list > li, .proposition_pink p {
  font-size: 12px;
}

.proposition_pink .proposition__inner {
  background-color: #fffaf0;
}

.proposition_pink .proposition__footer {
  background-color: #f05f34;
}

.proposition_pink .proposition__footer p {
  text-align: center;
}

.proposition_pink .proposition__price span {
  color: #f9b00a;
}

.proposition__inner {
  width: 306px;
  padding: 50px 28px 30px 14px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.22);
}

.proposition__title {
  color: #2ea6a2;
  text-transform: uppercase;
  font-family: "pts75f", Arial, sans-serif;
  text-align: center;
}

.proposition__sub-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #f05f34;
  padding: 10px;
}

.proposition__sub-title::before {
  content: '';
  display: inline-block;
  background-image: url("../img/sprite.png");
  width: 29px;
  height: 39px;
  background-position: -99px -146px;
  margin: 0px 10px -10px 0;
}

.proposition__sub-title_blue {
  color: #2ea6a2;
}

.proposition__sub-title_blue::before {
  background-image: url("../img/sprite.png");
  width: 27px;
  height: 27px;
  background-position: 0px -196px;
  margin: 0 5px -2px 0;
}

.proposition__sub-title_yel::before {
  background-image: url("../img/sprite.png");
  width: 29px;
  height: 39px;
  background-position: -138px -146px;
}

.proposition__sub-title_mon::before {
  background-image: url("../img/sprite.png");
  width: 27px;
  height: 27px;
  background-position: -37px -196px;
}

.proposition__list {
  padding: 0 0 0 15px;
}

.proposition__list li {
  font-size: 12px;
  position: relative;
  padding: 0 0 8px 0;
}

.proposition__list li::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 5px;
  width: 6px;
  height: 6px;
  background-color: #2ea6a2;
}

.proposition p {
  padding: 0 0 5px 15px;
    font-size: 12px;
}

.proposition__footer {
  width: 306px;
  background-color: #2ea6a2;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.22);
}

.proposition__price {
  color: white;
  font-size: 14px;
}

.proposition__price strong {
  font-size: 18px;
  font-family: "pts75f", Arial, sans-serif;
}

.proposition__price span {
  font-size: 30px;
  color: #f9b00a;
}
.strikethrough strong{font-size: 18px;color:white;}
.strikethrough span{font-size: 25px;color: #f9b00a;margin-right:10px;}

.footer {
  background-color: #2ea6a2;
  padding: 35px 0 40px 0;
}

.footer__text {
  float: left;
}

.footer__text span {
  display: block;
  cursor: pointer;
}

.contacts {
  color: white;
  font-size: 18px;
  font-family: "pts75f", Arial, sans-serif;
}

.contacts__list {
  line-height: 2em;
  margin-top: 20px;
}

.contacts__list li {
  position: relative;
  padding: 0 0 0 25px;
}

.contacts__list li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 12px;
}

.contacts__phone::before {
  background-image: url("../img/sprite.png");
  width: 16px;
  height: 16px;
  background-position: -275px -113px;
}

.contacts__adress::before {
  background-image: url("../img/sprite.png");
  width: 16px;
  height: 23px;
  background-position: -275px -80px;
}

.contacts__mail::before {
  background-image: url("../img/sprite.png");
  width: 16px;
  height: 13px;
  background-position: -275px -171px;
}

.map {
  width: 470px;
  height: 290px;
  float: right;
  background-color: silver;
}

#overlay {
  z-index:11; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
  position:fixed; /* всегдa перекрывaет весь сaйт */
  background-color:#000; /* чернaя */
  opacity:0.8; /* нo немнoгo прoзрaчнa */
  -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
  filter:alpha(opacity=80);
  width:100%;
  height:100%; /* рaзмерoм вo весь экрaн */
  top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
  left:0;
  cursor:pointer;
  display:none; /* в oбычнoм сoстoянии её нет) */
}

.modal {
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 70%;
  height: 70%;
  display: none;
  opacity: 0;
  z-index: 12;
  overflow: auto;
}

.modal .close-modal {
  position: fixed;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.modal .wrapper {
  padding: 30px;
}

.modal .wrapper p {
  line-height: 1.7;
}

.modal-callback {
  width: 470px;
  height: auto;
  background: #ECEEEF;
  -webkit-box-shadow: 8.5px 14.722px 11px 0px rgba(21, 47, 46, 0.09);
          box-shadow: 8.5px 14.722px 11px 0px rgba(21, 47, 46, 0.09);
}

.modal-callback .close-modal {
  right: 10px;
  top: 10px;
}

.modal-callback .wrapper span {
  color: #2EA6A2;
  text-align: center;
  display: block;
  font-size: 17px;
  font-family: sans-serif;
  font-weight: bold;
}

.modal-callback form {
  text-align: center;
}

.modal-callback form > input {
  margin: 0 auto;
  margin-top: 25px;
  display: block;
}

.modal-callback input[type="text"], .modal-callback input[type="tel"] {
  border: 2px solid #2EA6A2;
}

.modal-callback .instrument-form__flex-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-callback .form__btn {
  width: 290px;
  background: #f05f34;
}

.modal-callback .form__btn:disabled {
  background: #a46553;
}


/*MEDIA*/

@media (max-width: 1000px) {

    .container {width: 100%;}
    .main-menu {display: none;}
    .mob-menu, .open-mob-menu {display: inline-block; vertical-align: middle; margin-top: 35px;margin-right: 20px;}
    .phone-number {display: inline-block; vertical-align: middle;float: left;}
    .header-container {text-align: center;}
    .logo-block {
        display: inline-block;
        vertical-align: middle;
    }

    .instrument__inner {
        /*background-image: url("../img/laptop.jpg");*/
        padding: 80px 0;
    }

    .instrument__content, .instrument__form {
        display: block;
        width: 96%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .instrument__form {background: rgba(27, 142, 138, 0.8);}

    .first-letter {display: none;}

    .title {padding: 0; text-align: center; margin-bottom: 20px;}
    .sub-title {padding: -; text-align: center;}

    .advantege::before {display: none;}
    .advantege.advantege_thin {color: #000; text-align: center; width: 50%;text-align: left; font-size: 10px;}
    .advantege.advantege_thin strong {font-weight: bold;}
    .advantege strong span {
      font-size: 18px;
    }
    .instrument__title {color: #000; text-align: center; width: 55%;text-align: left;font-size: 15px;margin-bottom: 60px;}

    .advantege {text-align: center; padding: 0; margin-bottom: 30px;}
    .doing__img {display: none;}
    .description__title {text-align: center;}
    .description {
        display: inline-block;
        width: 50%;
        float: left;
        max-width: 10000px;
        margin-bottom: 30px;
    }
    .description.description_big {
        display: block;
        float: none;
        width: 100%;
    }

    .form {text-align: center;}
    .form__title {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 23px;
        width: 280px;
        top: -8px;
    }
    .advantege.advantege_red {font-size: 22px;}
    .form__box {padding: 30px;}
    .form__box .input {
        width: 48%;
        margin: 0;
        margin-left: 2%;
    }
    .form__box .input.nm {margin-left: 0;}
    .form__btn {margin-top: 20px; display: block; width: 100%;}


    .project__link {display: none;}
    .project__description {max-width: 10000px; float: none; padding: 30px;}
    .comment {padding: 30px;}
    .clients__title {margin: 20px 0;}
    .clients__inner {text-align: center;}

    .payback__inner {
        -webkit-column-gap: 80px;
        column-gap: 80px;
        margin-left: 0;
    }
    .payback__image {display: none;}
    .payback__inner:before, .payback__inner:after {display: none;}

    .proposition {
        float: left;
        width: 32%;
        margin-right: 2%;
        vertical-align: bottom;
        padding: 0;
    }
    .proposition.proposition_pink {margin-right: 0;}

    .proposition__inner {
        width: 100%;
        padding: 40px 20px 20px 20px;
        max-width: 10000px;
    }
    .proposition__footer {width: 100%;}

    .form.form_bord {padding: 0;}

    .footer__text {
        float: none;
        width: 100%;
        text-align: center;
    }

    .contacts__list li:before {display: none;}
    .contacts__list li {padding: 0;}
    .contacts__mail {margin-bottom: 20px;}
    .map {
        float: none;
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 350px;
    }

    .footer {padding-bottom: 0;}

    .advantege_photo {font-size: 20px;}
    .harry{ right: 0px;bottom: 30px;width: 290px; left: auto;}
    .phone-number{margin-left: 20px;}
    .about-us-services {
      width: 95%;
    }
    .about-us-services__inner {
      width: 100%;
      margin-bottom: 25px;
    }
    .popular-block {
      width: 95%;
    }
    .popular-block .popular-block__inner > div {
      display: inline-block;
      width: 49%;
    }

    .who-is-harry {
      position: absolute;
      left: 0;
      bottom: -65px;
      text-align: left;
      text-transform: uppercase;
      color: #f05f34;
      bottom: auto;
      top: -50px;
      right: 20px;
      left: auto;
      font-size: 14px;
    }

    .popular-block__border-top {
      width: 50%;
    }
}

@media (max-width: 830px) {
    .how-up__image {height: 250px;}
}

@media (max-width: 700px) {
    .proposition {
        display: block;
        float: none;
        width: 90%;
        margin: 0 auto 30px auto;
    }
    .proposition.proposition_pink {margin-right: auto;}
    .modal {
      width: 100%;
    }
    .modal .wrapper p {
      font-size: 12px;
    }
}

@media (max-width: 670px) {
    .how-up__image {height: 180px;}
    .section-header {height: auto; padding: 60px 0;}

    .section-header.proj {padding: 40px 0 20px 0;}

    .description__table {display: block;}
    .description.description_big .description__table {width: 100%;}
    .description.description_big .description__table img {width: 100%; height: auto;}
    .description.description_big .description__circles {display: none;}
    .description {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .form__box .input {width: 100%; margin-left: 0;}
    .form__box .input.nm {margin-bottom: 20px;}

    .comment__title {font-size: 24px;}

    .payback__inner {
        -webkit-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
    }
    .list, .list-title {text-align: center;}
    .list {padding: 0; margin-bottom: 30px;}

    .list li:before {display: none;}

}
@media (max-width: 560px) {
  .harry{
    display:block;
    position: static;
    margin: auto;
  }
  .advantege{margin-bottom:10px;}
  .instrument__title { width: auto; font-size: 24px; margin-bottom: 15px;}
  .advantege.advantege_thin { width: auto; font-size: 18px;}
  .instrument__form {
    margin-top: 40px;
  }
  .who-is-harry {
    left: 0;
  }
}


@media (max-width: 480px) {
    .instrument__title {font-size: 20px;}
    .instrument-form__title {font-size: 16px;}
    .instrument-form__btn {width: 100%;}

    .how-up__image {
        background-image: url("../img/how_up_plan.png");
        height: 400px;
        background-size: contain;
        background-position: top;
    }

    .title {font-size: 24px;}
    .sub-title {font-size: 20px;}

    .project__title {font-size: 26px;}
    .project__text {font-size: 18px;}
    .project__text span {display: block; margin: 10px 0;}
    .comment__title {margin-bottom: 10px;}
    .comment__title:before {display: none;}

    .advantege.advantege_blue {font-size: 24px;}

    /*.logo-block {
        float: right;
        margin-top: -5px;
        padding: 20px 20px 20px 0;
    }*/
    .popular-block {
      width: 95%;
    }
    .popular-block .popular-block__inner > div {
      display: block;
      width: 100%;
    }
    .popular-block__border-top {
      width: 100%;
    }
}
@media (max-width: 420px) {
    .header{
      line-height: 55px;
    }
    .mob-menu{
      margin-top: 50px;
    }
    .open-mob-menu{
      width: 30px;
      height: 30px;
      margin-top: 25px;
    }
    .logo img{
      width: 130px;
    }
}
@media (max-width: 370px) {
    /*.open-mob-menu{
      float: right;
    }*/
    .phone-number{
      /*display: block;*/
      font-size: 15px;}
}
@media (max-width: 350px) {
    .phone-number{font-size: 15px;
         display: block;
         text-align: center;
    }
    .logo img {width: 100px;}
    .header{
      line-height: 43px;
    }
    .mob-menu{
      margin-top: 35px;
    }
    .open-mob-menu{
      margin-top: 20px;
      width: 25px;
      height: 25px;
    }
}
@media (max-width: 300px) {
    .phone-number{
      font-size: 15px;
      display: block;
      float: none;
      text-align: center;
      clear: both;
    }
    .logo img {width: 100px;}
    .header{
      line-height: 25px;
    }
    .mob-menu{
      margin-top: 35px;
    }
    .open-mob-menu{
      margin-top: 20px;
      width: 25px;
      height: 25px;
      float: right;
      margin-right: 10px;
    }
}
@media (max-width: 280px) {
    .how-up__image {height: 300px;}
    .section-header {padding: 40px 0;}
    .harry{
      display: none;
    }
    .phone-number{font-size: 15px;}
}
.icon_yandex{
    background-image: url("../img/sertifikat_yandex.png");
    width: 69px;
    height: 69px;
}
.strikethrough::before {
    border-bottom: 3px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-3deg);
    top: 0px;
    width: 90px;
}
.strikethrough {
    position: relative;
    left: 35px;
    font-size: 25px;
    color: #f9b00a;
    font-weight: bold;
}
.tncont {
    width: 64%;
    margin-left: 18%;
    margin-right: 18%;
}
.quest{
  width: 20%;
  float: left;
  margin: 5%;
  border: 2px solid red;
}
.answer{
    margin: 5%;
  width: 60%;
  float: right;
  border: 2px solid red;
}
.b24-widget-button-position-bottom-right {
    right: 50px;
    bottom: 70px !important;
}
.endp{
  margin-left: 8%;
  margin-top: 30px;
  margin-right: 8%;
}
