.a-first {
  background: url(/images/opt/bg_1.jpg) right center no-repeat rgb(245, 244, 244);
}

.a-first {
  padding-top: 50px;
  margin-top: 0px;
  background-size: cover !important;
}

.parallax,
.page-title-parallax {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

section {
  padding: 60px 0px;
  position: relative;
  z-index: auto;
  width: 100%;
  overflow: hidden;
  color: rgb(51, 51, 51);
}

.a-top-title {
  padding-top: 0px;
  font-size: 39px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 57px;
  text-shadow: black 0px 0px 7px;
}

.a-top-subtitle {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 50px;
  width: 100%;
  color: rgb(255, 255, 255);
  text-shadow: black 0px 0px 7px;
}

.a-first-p {
  font-size: 22px;
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
  font-weight: 400;
  text-shadow: black 0px 0px 7px;
}

.form-group > label {
  display: block;
}

.form-group label {
  color: rgb(68, 68, 68);
  cursor: pointer;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 13px;
}

.a-first-form .form-group label {
  color: #fff;
}

.a-new-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  margin: 10px 0px;
  outline: none 0px;
  padding: 16px 26px;
  position: relative;
  white-space: nowrap;
  border: 0px;
  background: rgb(255, 144, 43);
  color: rgb(255, 255, 255);
  transition: all 0.2s ease-out 0s;
  text-transform: none;
}

.btn-primary.a-new-btn {
  color: #FFFFFF;
  background-color: rgb(255, 144, 43);
  border-color: rgb(255, 144, 43);
}


.how__block {
  width: 100%;
  height: 350px;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  padding: 15px 20px;
  margin-bottom: 30px;
  position: relative;
}


.how__block-1 {
  background: url(/images/opt/how-1.jpg) center center / 100% 100% no-repeat;
}

.how__block-2 {
  background: url(/images/opt/how-2.jpg) center center / 100% 100% no-repeat;
}

.how__block-3 {
  background: url(/images/opt/how-3.jpg) center center / 100% 100% no-repeat;
}

.a-page-title {
    font-size: 36px;
    color: rgb(33, 33, 33);
}
.m-b-50 {
    margin-bottom: 50px !important;
}

.how__block .title {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 20px;
    z-index: 3;
    position: relative;
}

.how__block ul li {
    font-size: 17px;
    margin-bottom: 17px;
    z-index: 3;
    line-height: 1.4;
    position: relative;
}

.how__block ul {
  list-style-type: disc;
  margin-left: 20px;
}


.bg_3 {
    background: url(/images/opt/bg_3.jpg) right center no-repeat rgb(232, 232, 232);
  padding: 80px 0;
  background-size: 100%;
}

.product_block {
    margin-bottom: 25px;
}

.product_block .title {
    font-size: 20px;
    margin-bottom: 5px;
}

.kv_quest_link {
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    text-decoration: underline !important;
}

.a-section-p-mini {
    padding: 40px 0px;
}

.contacts {
    position: relative;
    width: 100%;
    height: 400px;
}

#map {
    width: 100%;
    height: 400px;
}

.contacts .info {
    position: absolute;
    z-index: 99;
    width: 400px;
    height: 400px;
    top: 0px;
    left: 10%;
    background: rgba(255, 255, 255, 0.86);
    padding: 30px 25px;
}

.contacts .info .block {
    margin-bottom: 33px;
}

.contacts .info .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 0px;
    width: 40px;
    height: 40px;
    color: #ff902b;
    border: 2px solid #ff902b;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.contacts .info .text {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 17px;
    width: 75%;
}

.wrapper .footer-container {
    margin-top: 0px;
}

.integrations { position: relative; padding-top: 100px;}

@media (min-width: 1400px) {
  .integrations { margin: 0 60px;}
}

.integrations__main-image { width: 400px; display: block; margin: 0px auto; }

.integrations__block { position: absolute; width: 260px; }

.integrations__block .round { float: left; width: 40px; height: 40px; text-align: center; line-height: 40px; border-radius: 50%; background: rgb(38, 184, 243); color: rgb(255, 255, 255); cursor: pointer; margin-right: 10px; font-size: 24px; }

.integrations__block .text { float: left; width: 260px; }

.integrations__block .text .link { display: inline-block; margin-bottom: 10px; padding-top: 6px; font-family: MullerMedium; font-size: 16px; }

.integrations__ul { display: none; }

.integrations__ul_visible { display: block; }

.integrations__ul li { font-weight: 400; }

.integrations__block .arrow { position: absolute; height: 2px; background: rgb(38, 184, 243); }

.integrations__block .triangle { width: 0px; height: 0px; border-style: solid; border-width: 5px 0px 5px 7px; border-color: transparent transparent transparent rgb(38, 185, 243); position: absolute; right: -7px; top: -4px; }

.integrations__block-1 { top: 68px; left: 132px; }

.integrations__block-1 .arrow { bottom: -2px; right: -17px; width: 38px; transform: rotate(63deg); transform-origin: 0px 0px; }

.integrations__block-2 { top: 68px; left: 743px; }

.integrations__block-2 .arrow { bottom: -2px; right: 206px; width: 38px; transform: rotate(117deg); transform-origin: 0px 0px; }

.integrations__block-3 { top: 290px; left: 840px; }

.integrations__block-3 .arrow { top: 22px; left: -19px; width: 38px; transform: rotate(180deg); transform-origin: 0px 0px; }

.integrations__block-4 { top: 475px; left: 840px; }

.integrations__block-4 .arrow { top: 22px; left: -6px; width: 38px; transform: rotate(180deg); transform-origin: 0px 0px; }

.integrations__block-5 { top: 475px; left: 840px; }

.integrations__block-5 .arrow { top: 22px; left: -6px; width: 38px; transform: rotate(180deg); transform-origin: 0px 0px; }

.integrations__block-6 { top: 475px; left: 70px; }

.integrations__block-6 .arrow { top: 22px; right: -16px; width: 38px; transform: rotate(0deg); transform-origin: 0px 0px; }

.integrations__block-7 { top: 290px; left: 70px; }

.integrations__block-7 .arrow { top: 22px; right: -41px; width: 38px; transform: rotate(0deg); transform-origin: 0px 0px; }

.integrations__block-8 { top: 150px; left: 70px; }

.integrations__block-8 .arrow { top: 22px; right: -16px; width: 38px; transform: rotate(0deg); transform-origin: 0px 0px; }

.integrations-subtext { text-align: center; font-weight: 300; font-size: 30px; margin-top: 30px; line-height: 1.5; }


.m-b-30 {
    margin-bottom: 30px!important;
}

.a-bg-gray {
    background-color: #f5f4f4;
}

.k-who {
    margin-bottom: 80px;
}

.k-who .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.k-who .title .num {
    border: 2px solid #212121;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.k-who .title .title-text {
    display: inline-block;
    vertical-align: middle;
    width: 82%;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
  }
}

.try-title {
    font-size: 36px;
    line-height: 1.4;
    color: #212121;
}

.m-adv {
    margin-top: 40px;
    list-style-type: none;
}

.m-adv li {
    font-size: 18px;
    margin-bottom: 25px;
}

.m-adv li span {
    font-size: 26px;
}

.m-adv-img {
    width: auto;
    height: auto;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 11px 0px rgb(50 50 50 / 75%);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 11px 0px rgb(50 50 50 / 75%);
}

.a-four {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.m-b-20 {
    margin-bottom: 20px!important;
}

.bg_4 {
    background: #ffe6d0;
}

h4 {
    font-size: 18px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-control, .input-group-addon {
    border: 2px solid #d0cbcb;
}
.form-control {
    box-shadow: none;
    height: auto;
    line-height: 1.33333;
    padding: 12px 18px;
}

.bg_2 {
    background: #fff url(/images/opt/bg_2.jpg) no-repeat right center;
}

.try-subtitle {
    color: #212121;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.better-title {
    font-size: 46px;
    line-height: 60px;
}

.better-text {
    font-size: 20px;
    margin-top: 10px;
}

.better-block {
    margin-bottom: 70px;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

@media only screen and (max-width: 992px) {
  .bg_3 {
      background: rgb(232, 232, 232);
  }
}

@media only screen and (max-width: 1200px) {
  .a-top-title {
    font-size: 52px;
    line-height: 65px;
  }
  .integrations__block-1 {
      left: 165px;
  }
  .how__block-1 {
    background-size: auto 100%;
  }

  .how__block {
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .integrations__block-1 { left: 165px; }
  .integrations__block-2 { left: 566px; }
  .integrations__block-3 { left: 750px; }
  .integrations__block-4 { left: 750px; }
  .integrations__block-5 { left: 750px; }
  .integrations__block-6 { left: -20px; }
  .integrations__block-7 { left: -20px; }
  .integrations__block-8 { left: -20px; }
  .a-how-left { height: 668px; }
  .how__block-mini { padding: 20px; }
  .how__block-mini .title { font-size: 25px; }
  .how__block-1 { background-size: auto 100%; }
  .how__block-4 { background-size: auto 100%; }
  .how__block-6 { background-size: auto 100%; }
  .how__block-7 { background-size: auto 100%; }
  .form-inline .form-control.bigger { width: auto; }
  .diplom img { width: 200px; }
  .a-land-preim-2 p { font-size: 15px; }
  .a-top-form-title { line-height: 25px; }
  .a-top-form-button { padding: 18px 10px; }
  .a-top-title { font-size: 52px; line-height: 65px; }
  .a-block-results-side-left h1 { font-size: 40px; }
  .a-block-results-side-left { padding-top: 290px; }
  .a-about .block.bleft .a-icon { display: none; }
  .a-about .block.bleft .a-icon.hid { display: block; }
  .a-about .block .text { width: 100%; margin-right: 0px; }
  .a-about .block .a-icon { margin-bottom: 10px; text-align: left; }
  .a-top-title-2 { width: 100%; }
  .a-top-subtitle-2 { width: 100%; margin-top: 20px; }
  .a-advice a { margin-top: 160px; }
  .a-scheme-block .text { position: relative; width: auto; border-bottom: 0px; margin-bottom: 10px; inset: initial !important; }
  .a-scheme-block .arrow { display: none; }
  .a-scheme-block .text .fa { display: inline-block; vertical-align: top; margin-top: 3px; }
  .a-scheme-block .text span { display: inline-block; vertical-align: top; width: 90%; }
  .descriptor { display: none; }
  .a-land-dog-right { padding-left: 120px; padding-top: 137px; }
  .accordion.radius .ac-item .ac-title { line-height: 28px; }
  .k_about-left { padding-top: 0px; }
  .k_for h5 { font-size: 12px; }
  .a-land-dog-right { padding-top: 122px; }
  .contacts-str .info { width: 80%; }
  .free .sert { width: 150px; }
  .free .plus { width: 95px; padding-top: 86px; }
  .modal-text { padding: 0px 50px; }
  .modal-text p { font-size: 16px; line-height: 1.5; }
  .how__block { padding: 15px 10px; }
  .how__block-2 { background-size: cover; }
  .how__block-3 { background-size: cover; }
  .better-title { font-size: 46px; line-height: 46px; }
  .better-title span { font-size: 18px; }

.integrations__main-image {
    width: 400px;
    padding-top: 90px;
    padding-left: 60px;
  }
}

@media only screen and (max-width: 992px) {
  .contacts-right-title { font-size: 21px; }
  .cont-form-label { padding-top: 0px; margin-bottom: 5px; font-size: 16px; }
  .integrations { padding-top: 0px; }
  .integrations__main-image { max-width: 100%; margin-bottom: 40px; display: none; }
  .integrations__block { position: static; margin: 0px auto 20px; }
  .integrations__ul { display: block; }
  .integrations__block .arrow { display: none; }
  .history-nums { margin-bottom: 30px; }
  .a_projects__item-back-title { font-size: 32px; padding-top: 40px; }
  .a_projects__item-back-subtitle { font-size: 16px; }
  .a_projects__item-back-link { margin-bottom: 10px; }
  .a_projects__item-back-description ul li { margin-bottom: 8px; font-size: 15px; }
  .how__block-1 { background-size: cover;
    background-position: top; }
  .how__block-4 { background-size: cover;
    background-position: top; }
  .how__block-6 { background-size: cover;
    background-position: top; }
  .how__block-7 { background-size: cover;
    background-position: top; }
  .diplom { position: relative; right: 0px; top: 0px; margin: 10px auto 0px; }
  .a-land-preim-2 { text-align: center; }
  .a-land-form { padding-top: 0px; text-align: center; margin-bottom: 50px; }
  .a-land-form p { width: 100%; }
  .a-land-forms .block { width: 100%; }
  .a-land-form-2 { text-align: center; }
  .a-land-form-2 p { width: 100%; }
  .a-land-form-2 img { margin-left: 0px; width: 60%; }
  .a-carousel-nav .owl-nav .owl-prev { left: 0px !important; }
  .a-carousel-nav .owl-nav .owl-next { right: 0px !important; }
  .a-land-form { padding-top: 0px; text-align: center; margin-bottom: 50px; }
  .a-land-form p { width: 100%; }
  .a-top-title { padding-top: 0px; text-align: left; width: 100%; }
  .a-top-subtitle { text-align: center; margin-bottom: 30px; }
  .a-block-results-side-left h1 { font-size: 35px; text-align: center; margin-bottom: 30px; }
  .a-block-results-side-left { padding-top: 60px; text-align: center; }
  .what_know .main-title { font-size: 30px; }
  .a-data-block { margin-bottom: 30px; }
  .a-action { background: rgb(21, 206, 220); text-align: center; }
  .a-advice a { margin-top: 40px; }
  .video-bg-h1 { font-size: 37px; }
  .a-address-text { width: 50%; }
  .map__wrap { width: 65%; }
  .a-remontista-left { padding-top: 0px; text-align: center; }
  .a-land-dog-right { padding-left: 430px; }
  .a-land-forms .block { width: 100%; }
  .k_for { margin-bottom: 40px; }
  .k_types__item { margin-bottom: 40px; }
  .k_for h5 { font-size: 14px; height: 20px; }
  .a-land-form ul { list-style-type: none; }
  .objects-left { width: 40%; }
  .objects-map { width: 60%; }
  .a-top-subtitle { width: 100%; }
  .suit p { height: auto; }
  .free .plus { width: 135px; }
  .free .price { float: none; text-align: center; }
  .clear_992 { display: block; }
  .free .price .old { margin: 40px 0px; }
  .free .price .current { margin-left: 0px; }
  .how__block-mini { background-size: cover; }
  .modal-text { padding: 0px 50px 0px 20px; width: 60%; }
  .modal-photo { width: 40%; }
  .ekv-img { display: none; }
  .bg_2 { background: rgb(255, 255, 255); }
  .a-top-title { font-size: 36px; line-height: 50px; }
  .ekv-title, .try-title { font-size: 36px; }
  .bg_3 { background: rgb(232, 232, 232); }
  .better-title { font-size: 50px; line-height: 50px; }
  .contacts-new .title-right { margin-top: 25px; }
}

@media only screen and (max-width: 768px) {
  .history_title { font-size: 28px; }
  .a_projects__item { width: 100%; }
  .a-land-preim-2 img { width: 100%; }
  .kv_quest_phone { font-size: 30px; }
  .k_princip-left img { padding-top: 0px; }
  .a-land-dog-right { padding-left: 0px; padding-top: 0px; margin: 40px auto; text-align: center; }
  .a-top-title { font-size: 30px; line-height: 42px; }
  .a-top-subtitle { font-size: 22px; }
  .jumbotron h3, .jumbotron p { text-align: center; }
  .a-top-title-2 { font-size: 29px; }
  .a-top-subtitle-2 { font-size: 20px; }
  .a-advice { text-align: center; }
  .accordion.radius .ac-item .ac-title { line-height: 22px; }
  .video-bg-h1 { font-size: 29px; }
  .map__wrap { position: relative; top: 0px; left: 0px; width: 100%; margin: 0px; }
  .a-address-text { width: 100%; }
  .a-land-dog-img { width: 100%; }
  .a-first-form { margin-top: 20px !important; }
  .a-land-forms .title { font-size: 27px; width: 80%; }
  .a-land-forms input { width: 300px; }
  .objects-left { width: 100%; float: none; margin-bottom: 30px; }
  .objects-map { width: 100%; float: none; }
  .a-land-dog-right { padding-top: 15px; }
  .k_about-right img { max-width: 100%; }
  .quote { width: 100%; float: none; }
  .form-inline .form-control.bigger { width: 100%; }
  .a-first-p { margin-bottom: 30px; line-height: 30px; }
  .contacts { height: auto; }
  .contacts .info { position: relative; width: 100%; height: auto; top: 0px; left: 0px; padding: 50px 25px; }
  .contacts .info .block { margin-bottom: 13px; }
  .footer-section { text-align: center; }
  .footer-section .cr { margin-top: 15px; }
  .modal-text { padding: 0px 20px; width: 100%; float: none; }
  .modal-photo { width: 100%; float: none; height: 200px; background-size: auto 100%; background-position: center center; display: none; }
  .free .plus { float: none; margin: 20px auto; padding-top: 0px; }
  .free .sert { float: none; margin: 0px auto; }
  .free .price .old { margin: 30px 0px; font-size: 32px; }
  .free .price .current { font-size: 34px; }
  .a-serts-section { background-size: cover !important; }
  #logo img { height: 75px; }
  .menu-phone { display: none; font-size: 14px; }
  .ekv-title, .try-title { font-size: 30px; line-height: 42px; }
  .a-page-title { font-size: 30px; line-height: 42px; }
  .try-subtitle { font-size: 21px; line-height: 1.5; margin-bottom: 20px; }
  .for-block .block .text { max-width: 80%; }
  .contacts-new .title-right { font-size: 18px; }
}

@media only screen and (max-width: 480px) {
  .integrations-subtext { font-size: 20px; }
  .a-page-title-margin { margin-bottom: 0px; }
  .a-land-preim-2 h3 { padding-top: 40px; }
  .a-land-form-block { padding: 15px; }
  .a-land-forms .title { width: 95%; }
  .a-land-forms select { width: 90%; min-width: 0px; }
  .contacts-str .info { width: 72%; }
  .a-block-results-side-left h1 { font-size: 24px; }
  .a-block-results-block { padding: 20px; }
  .contacts-str .info a, .contacts-str .info span { font-size: 16px; }
  .a-block-results-block .a-block-results-nums .col-md-6 { width: 50%; float: left; clear: none; }
  .jumbotron.jumbotron-fullwidth { padding: 30px 0px; }
  .a-page-title { font-size: 24px; }
  .what_know .main-title { font-size: 24px; }
  .a-big-btn { width: 100%; font-size: 13px; padding: 18px 10px; }
  .a-bold { font-size: 15px; }
  .a-block-results-block { border-width: 0px 0px 1px; border-top-style: initial; border-top-color: initial; border-left-style: initial; border-left-color: initial; border-right-style: initial; border-right-color: initial; border-bottom-style: solid; border-bottom-color: rgb(21, 206, 220); }
  .a-block-results-block-last { border-bottom: 0px; }
  .a-block-diff-bottom-title { font-size: 17px; margin-bottom: 30px; }
  .a-first-two-h2 { font-size: 22px; }
  .a-top2-str .text { font-size: 16px; }
  .a-whyfree p { font-size: 16px; }
  .a-advice-h1 { font-size: 27px; }
  .a-advice h3 { font-size: 20px; }
  .a-scheme-block .title { font-size: 18px; margin-bottom: 10px; }
  .a-scheme-block .title span { font-size: 25px; }
  .a-scheme-block img { margin-bottom: 20px; }
  .menu-phone { font-size: 13px; margin-left: 10px; display: none; }
  .video-bg-h3 { font-size: 20px; }
  .a-remontista-left h2 { font-size: 19px; }
  .a-landing-subtitle { font-size: 15px; }
  .a-land-forms .block { padding: 80px 0px 80px 20px; }
  .a-land-forms input { width: 235px; }
  .a-land-forms label { font-size: 12px; }
  .a-how-left { height: 263px; }
  .a-top-title { font-size: 27px; line-height: 41px; }
  .a-top-subtitle { font-size: 16px; }
  .a-first-p { font-size: 17px; line-height: 26px; }
  .first_places { font-size: 15px; }
  .a-first-btn { margin-top: 20px !important; }
  .contacts .info .text { font-size: 16px; width: 75%; }
  .ekv-title, .try-title { font-size: 27px; line-height: 41px; }
  .a-page-title { font-size: 27px; line-height: 41px; }
  .better-title { font-size: 34px; line-height: 34px; }
  .better-text { font-size: 17px; }
  .better-block { margin-bottom: 35px; }
  .revs .item { padding: 0px; }
  .revs .text { font-size: 15px; }
  .for-block .block .text { max-width: 70%; font-size: 16px; }
  .price-card p { font-size: 14px; }
  .price-card ul { font-size: 14px; }
  .price-card .subtitle { line-height: 1.5; }
  .try-subtitle { font-size: 18px; }
  .m-adv li { font-size: 16px; }
}

@media only screen and (max-width: 420px) {
  .a-top2-str .text { font-size: 15px; width: 72%; margin-left: 10px; }
  #logo img { height: 50px; margin-top: 0px; }
  .menu-phone { font-size: 11px; display: none; }
  .systems_img:nth-child(2n) { margin-right: 0px; }
}

@media only screen and (max-width: 400px) {
  .a-top-title { font-size: 24px; line-height: 32px; }
  .a-top-form-title { font-size: 18px; }
  .a-top-form-button { padding: 18px 7px; font-size: 9px; width: 100%; }
  #book { padding: 20px; }
  .pricing-table .plan .plan-header .plan-price { font-size: 40px; }
  .a-top-title-2 { font-size: 22px; }
  .a-top-subtitle-2 { font-size: 16px; }
  .a-advice a { font-size: 10px; }
  .modal-new .modal-dialog { top: 35px; }
  .modal-info-body { top: 50px; transform: none; }
  .ekv-title, .try-title { font-size: 24px; line-height: 32px; }
  .a-page-title { font-size: 24px; line-height: 32px; }
  .a-top-subtitle { font-size: 16px; }
  .content__container { overflow: hidden; height: 48px; }
  .content__container__list__item { line-height: 24px; height: 48px; margin: 0px; }
}

@media only screen and (max-width: 380px) {
  .a-block-diff li span { font-size: 14px; width: 85%; }
  .a-top-2-link { font-size: 14px; }
  .a-advice-h1 { font-size: 24px; }
}

@media only screen and (max-width: 340px) {
  .how__block ul li { font-size: 14px; }
}

@media only screen and (max-width: 320px) {
  .menu-phone { font-size: 11px; margin-left: 5px; display: none; }
}

@media only screen and (max-width: 310px) {
  .a-right-nums { width: 77%; }
  .contacts .info .text { font-size: 14px; width: 65%; }
}

