@media (min-width: 767px) {
  .green-block a {
    color: #fff;
  }

  * {
    margin: 0;
    padding: 0;
  }

  html {
    height: 100%;
  }

  body {
    width: 100%;
    height: 100%;
    line-height: 150%;
    background: #fff;
    color: #686868;
  }

  a {
    color: #a47444;
    outline: none;
    text-decoration: underline;
  }

  a:hover {
    text-decoration: none;
  }

  img {
    border: 0;
    max-width: 100%;
  }

  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  button {
    cursor: pointer;
    border: 0;
    outline: none;
  }

  input {
    vertical-align: middle;
    outline: none;
    border: 0;
  }

  input[type="submit"],
  input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
  }

  textarea {
    outline: none;
    resize: none;
  }

  :invalid {
    box-shadow: none;
  }

  ol,
  ul {
    list-style-position: inside;
  }

  ::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  ::-moz-placeholder {
    color: #000;
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  :-moz-placeholder {
    color: #000;
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  :-ms-input-placeholder {
    color: #000;
    opacity: 1;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  :focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  :focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  :focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  :focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  a,
  .btn {
    transition: 0.3s;
  }

  .btn {
    display: inline-block;
    vertical-align: top;
  }

  .wrapper {
    min-height: 100%;
    height: auto;
    overflow: hidden;
  }

  .container {
    /* max-width: 1530px; */
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    /* margin: 0 auto; */
  }

  .pull-left {
    float: left;
  }

  .pull-right {
    float: right;
  }

  .align-left {
    text-align: left;
  }

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

  .align-right {
    text-align: right;
  }

  .hidden {
    overflow: hidden;
  }

  .clearfix:before,
  .clearfix:after {
    content: "";
    display: table;
  }

  .clearfix:after {
    clear: both;
  }

  .header {
    position: relative;
  }

  .header-lvl1 {
    padding-top: 0.69444vw;
    padding-bottom: 1.38889vw;
  }

  .header-lvl1 .pull-right {
    margin-top: 1.52778vw;
  }

  .slide_set3 {
    background: linear-gradient(89.85deg, #996b3e 0.11%, #c78f58 99.87%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e9133",endColorstr="#5ba24e",GradientType=1);
    color: #fff;
  }

  .slide_set3.slide_set {
    background: rgba(62, 145, 51, 0.8);
    background: linear-gradient(
      to right,
      rgba(62, 145, 51, 0.8) 0%,
      rgba(91, 162, 78, 0.8) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(62,145,51,0.8)",endColorstr="rgba(91,162,78,0.8)",GradientType=1);
    color: #fff;
    padding: 0.69444vw 0 1.38889vw;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 100;
    padding: 10px 0 20px;
  }

  .slide_set3 .title_style {
    color: #fff;
  }

  .logo-text {
    font-size: 1.04167vw;
    font-family: "FuturaDemiC";
    text-align: left;
    width: 19.23611vw;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.52778vw;
  }

  .logo-text .fs21 {
    display: inline-block;
    text-align: left;
    margin-top: 2px;
  }

  .logo {
    color: #fff;
  }

  .logo img {
    vertical-align: middle;
    margin-right: 1.38889vw;
  }

  .fs16 {
    font-size: 1.11111vw;
  }

  .fs21 {
    font-size: 1.31944vw;
  }

  .btn_style {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.11111vw;
    padding: 0.625vw 2.63889vw;
  }

  .btn_style:hover {
    background: #fff;
    color: #996b3e;
  }

  .inline-block {
    display: inline-block;
    vertical-align: top;
  }

  .link-phone {
    font-weight: 700;
    font-size: 2.08333vw;
    color: #fff;
    letter-spacing: 0.5px;
    text-decoration: none;
  }

  .text_style2 {
    opacity: 0.8;
    display: inline-block;
    margin-bottom: 0.625vw;
    letter-spacing: 0.5px;
  }

  .header-block {
    text-align: center;
    margin-left: 3.47222vw;
    margin-right: 3.47222vw;
    margin-top: -0.90278vw;
  }

  .soc-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.41667vw;
  }

  .soc-item:last-child {
    margin-right: 0;
  }

  .soc_fb {
    background-image: url(../img/sprite.png);
    background-position: -4.16667vw -6.11111vw;
    width: 2.08333vw;
    height: 2.08333vw;
    transition: none;
  }

  .soc_fb:hover {
    background-position: -4.16667vw -8.26389vw;
  }

  .soc_yt {
    background-image: url(../img/sprite.png);
    background-position: -2.08333vw -6.11111vw;
    width: 2.08333vw;
    height: 2.08333vw;
    transition: none;
  }

  .soc_yt:hover {
    background-position: -2.08333vw -8.26389vw;
  }

  .header-lvl2 {
    background: #f3f3f3;
    position: relative;
  }

  .header-lvl2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: 0.1s;
  }

  .header-lvl2:hover:before {
    visibility: hidden;
  }

  .header-lvl2.is_stuck {
    z-index: 300;
    background: #fff;
    position: fixed !important;
    bottom: auto !important;
    top: 0 !important;
    box-shadow: 0 2px 0.34722vw 0 rgba(0, 0, 0, 0.2);
  }

  .menu {
    list-style: none;
    text-align: center;
    width: calc(100% - 6.94444vw);
  }

  .menu > li {
    display: inline-block;
    vertical-align: top;
    margin-left: -0.34722vw;
    position: relative;
  }

  .menu > li:hover > a {
    background: #c9def2;
  }

  .menu > li:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  }

  .menu > li > a {
    display: inline-block;
    font-size: 1.11111vw;
    font-family: "FuturaDemiC";
    padding: 1.11111vw 1.11111vw 0.97222vw;
    color: #996b3e;
    text-decoration: underline;
  }

  .menu > li.parent-menu > a:after {
    position: relative;
    content: "";
    display: inline-block;
    width: 0.69444vw;
    height: 0.55556vw;
    margin: 0 0 0 0.34722vw;
    background: url(../../../../../images/menu_osn_str.svg) no-repeat center;
  }

  .pos-rel {
    position: relative;
  }

  .lang {
    float: right;
    margin-top: 1.11111vw;
  }

  .submenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 23.61111vw;
    background: #c9def2;
    padding-top: 1.38889vw;
    padding-bottom: 1.38889vw;
    color: #fff;
    z-index: 200;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-0.5em);
    transition:
      all 0.3s ease-in-out 0s,
      visibility 0 linear 0.3s,
      z-index 0 linear 0.01s;
  }

  .submenu2 {
    position: absolute;
    left: 100%;
    top: -1.38889vw;
    width: 23.61111vw;
    background: #c9def2;
    padding-top: 1.38889vw;
    padding-bottom: 1.38889vw;
    color: #fff;
    z-index: 200;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-0.5em);
    transition:
      all 0.3s ease-in-out 0s,
      visibility 0 linear 0.3s,
      z-index 0 linear 0.01s;
  }

  .submenu > li:hover .submenu2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  }

  .submenu .title_style2 {
    margin-bottom: 2.08333vw;
  }

  a.title_style2 {
    text-decoration: none;
    display: inline-block;
  }

  .col_set10 {
    width: 55%;
  }

  .col_set11 {
    width: 28%;
    margin-right: 2%;
  }

  .white {
    color: #fff !important;
  }

  .menu_style2 li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 0.34722vw 0 0.34722vw 0.69444vw;
  }

  .menu_style2 li a {
    font-size: 1.11111vw;
    color: #996b3e;
    text-decoration: none;
    font-weight: 400;
  }

  .menu_style2 li a:hover {
    text-decoration: underline;
  }

  .menu_one-col li {
    width: 100%;
    margin-right: 0;
  }

  .otz_item p {
    margin-bottom: 0;
  }

  .otz_item p.news-item {
    margin-bottom: 0.34722vw;
  }

  .slider-item {
    position: relative;
    height: 59.375vw;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding-top: 13.88889vw;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-item .title_style {
    max-width: 50vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.55556vw;
    color: #fff;
  }

  .pos-rel.slide1 .slider-item .title_style {
    max-width: 89.58333vw;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 2.22222vw;
    font-family: "PT Sans";
  }

  .slider-item .container {
    position: relative;
    z-index: 50;
  }

  .slide-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }

  .title_style {
    font-size: 2vw;
    line-height: 110%;
    text-align: center;
    color: #526f39;
    font-weight: 400;
    font-family: "Optima";
    margin: 7vw 0 2vw;
  }

  .slide_set.slide_set3 .title_style {
    margin-bottom: 2.08333vw;
  }

  .btn_style2 {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background: #f25916;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.11111vw;
    padding: 0.69444vw 1.38889vw 0.83333vw;
  }

  .btn_style2:hover {
    background: #e54b07;
  }

  .bx-pager_style {
    position: absolute;
    left: 0;
    bottom: 5.55556vw;
    width: 100%;
    text-align: center;
    z-index: 100;
  }

  .pos-rel.slide1 .bx-pager_style {
    position: absolute;
    left: 0;
    bottom: 18.125vw;
    width: 100%;
    text-align: center;
    z-index: 100;
  }

  .bx-pager_style li {
    display: inline-block;
  }

  .bx-pager_style li a {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0;
    margin: 0 4.16667vw;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 2.5vw;
    padding: 0 1.38889vw;
  }

  .bx-pager_style li a.active {
    border-color: #fff;
  }

  .pos-rel.slide1 .bx-pager_style li a {
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    margin: 0 4.16667vw;
    width: 20.83333vw;
    height: 4.51389vw;
    background-color: #f3f3f3;
    color: #498742;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.25vw;
    padding: 1.59722vw 0.34722vw;
    box-sizing: border-box;
    text-align: center;
    border: none;
    border-radius: 0;
  }

  .pos-rel.slide1 .bx-pager_style li a:hover,
  .pos-rel.slide1 .bx-pager_style li a.active {
    background-color: #f25916;
    color: #fff;
  }

  .pos-rel.slide1 .bx-pager_style li a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0.69444vw;
    height: 0.69444vw;
    background-color: #f25916;
  }

  .bx-prev,
  .slick-prev {
    position: absolute;
    left: 0;
    z-index: 100;
    font-size: 0;
    background-image: url(../img/sprite.png);
    background-position: 0 0;
    width: 3.19444vw;
    height: 6.11111vw;
    background-color: transparent;
  }

  .bx-next,
  .slick-next {
    position: absolute;
    right: 0;
    z-index: 100;
    font-size: 0;
    transform: rotate(180deg);
    background-image: url(../img/sprite.png);
    background-position: 0 0;
    width: 3.19444vw;
    height: 6.11111vw;
    background-color: transparent;
  }

  .bx-controls {
    position: absolute;
    left: 0;
    top: 42%;
    width: 100%;
    background: red;
  }

  .pos-rel.slide1 .bx-prev,
  .pos-rel.slide1 .slick-prev {
    position: absolute;
    left: 0;
    z-index: 100;
    font-size: 0;
    background-image: url(../img/sprite.png);
    background-position: 0 0;
    width: 1.59722vw;
    height: 3.05556vw;
    background-color: transparent;
    background-size: 5.97222vw;
  }

  .pos-rel.slide1 .bx-next,
  .pos-rel.slide1 .slick-next {
    position: absolute;
    right: 0;
    z-index: 100;
    font-size: 0;
    transform: rotate(180deg);
    background-image: url(../img/sprite.png);
    background-position: 0 0;
    width: 1.59722vw;
    height: 3.05556vw;
    background-color: transparent;
    background-size: 5.97222vw;
  }

  .pos-rel.slide1 .bx-controls {
    position: absolute;
    left: 0;
    top: calc(50% - 11.80556vw);
    width: 100%;
    background: red;
  }

  .bx-controls-direction {
    max-width: 106.25vw;
    margin: 0 auto;
    position: relative;
  }

  .col_set1 {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 1.5%;
    margin-left: 1.5%;
  }

  .preview-img {
    overflow: hidden;
    opacity: 0.5;
    transition: 0.3s;
    line-height: 0;
    display: block;
  }

  .preview-img img {
    min-width: 100%;
    width: 100%;
  }

  .desc-block {
    font-size: 1.66667vw;
    line-height: 2.08333vw;
    padding: 1.38889vw;
    color: #5d5d5d;
    box-sizing: border-box;
  }

  .item-method {
    background: #fff;
    text-decoration: none;
    margin-bottom: 2.08333vw;
    position: relative;
  }

  .item-method .podl {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #6292d3;
  }

  .item-method:hover .podl {
    background: #6292d3;
  }

  .item-method .preview-img {
    opacity: 1;
    position: relative;
  }

  .item-method .preview-img:before {
    content: "";
    display: block;
    width: 8.81944vw;
    height: 0.69444vw;
    background-color: #f25916;
    opacity: 0.82;
    left: 0;
    bottom: 0;
    position: absolute;
  }

  .slide_set {
    padding-top: 3.47222vw;
    padding-bottom: 3.47222vw;
  }

  .white {
    color: #fff;
  }

  .desc-overlay {
    width: 92%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.18056vw;
    box-sizing: border-box;
    padding: 2.29167vw 2.29167vw 2.29167vw 55%;
    line-height: 1.66667vw;
    margin: 0 auto;
    min-height: 31.04167vw;
    position: relative;
  }

  .desc-overlay p {
    margin-bottom: 1.73611vw;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.94444vw;
  }

  .desc-overlay:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 5%;
    width: 1px;
    height: 90%;
    background-color: #f25916;
    opacity: 0.82;
  }

  .desc-overlay .btn_style {
    margin-top: 1.04167vw;
  }

  .desc-overlay .btn_style2 {
    width: 15.97222vw;
    padding: 0.55556vw 1.38889vw;
    background-color: #f25916;
    opacity: 0.82;
    text-align: center;
    display: block;
  }

  .desc-overlay .btn_style2:hover {
    opacity: 1;
  }

  .slider-steps {
    min-height: 55.55556vw;
    overflow: hidden;
  }

  .pos-rel.only-pc {
    margin: 4.65278vw 0;
  }

  .slider-steps li {
    min-height: 55.55556vw;
    box-sizing: border-box;
    padding-top: 2.01389vw;
    padding-bottom: 3.47222vw;
    background-size: cover;
    background-position: center 0;
  }

  .slider-steps li .container {
    position: relative;
    z-index: 50;
  }

  .slider-steps .title_style {
    margin-bottom: 4.51389vw;
    line-height: 2.08333vw;
    font-size: 2.08333vw;
  }

  .bx-pager_set {
    width: 35%;
    text-align: left;
    margin: 0 0 0 10%;
    max-width: 28.95833vw;
  }

  .bx-pager_set li {
    display: block;
    margin-bottom: 0 !important;
  }

  .bx-pager_set li a {
    margin: 0;
  }

  .bx-pager-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
  }

  .bx-pager-wrapper .bx-pager_style {
    bottom: auto;
    top: 10.97222vw;
  }

  .slide_set2 {
    padding-top: 6.25vw;
    padding-bottom: 9.72222vw;
  }

  .slick-slide {
    outline: none;
  }

  .item-gallery {
    display: inline-block;
    background: #fff;
    width: 15.90278vw;
    text-align: left;
    margin-top: 1.04167vw;
    margin-bottom: 1.04167vw;
  }

  .item-gallery:hover {
    box-shadow: 0 0 1.73611vw 0 rgba(0, 0, 0, 0.2);
  }

  .slider-gallery {
    text-align: center;
    padding-left: 9.02778vw;
    padding-right: 9.02778vw;
    position: relative;
  }

  .desc-block_set2 {
    padding: 0.55556vw 1.38889vw 0.83333vw;
  }

  .slider_style .slick-prev,
  .slider_style .bx-prev {
    top: 3.26389vw;
    background-image: url(../img/sprite.png);
    background-position: -3.19444vw 0;
    width: 3.19444vw;
    height: 6.11111vw;
  }

  .slider_style .slick-next,
  .slider_style .bx-next {
    top: 3.26389vw;
    background-image: url(../img/sprite.png);
    background-position: -3.19444vw 0;
    width: 3.19444vw;
    height: 6.11111vw;
  }

  .slick-dots {
    text-align: center;
    margin-top: 1.04167vw;
  }

  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
  }

  .slick-dots li button {
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 100%;
    width: 0.76389vw;
    height: 0.76389vw;
    background-color: #6291d3;
    opacity: 1;
    position: relative;
    font-size: 0;
  }

  .slick-dots li.slick-active button {
    opacity: 0.53;
  }

  .vakansii_item_zag {
    color: #996b3e;
    font-weight: 700;
    margin-top: 1.04167vw;
  }

  .vakansii_item ul {
    list-style: none;
  }

  .vakansii_item li {
    color: #5a5a5a;
    font-size: 0.97222vw;
    font-weight: 400;
    margin-left: 0.69444vw;
    position: relative;
  }

  .vakansii_item li:before {
    content: ".";
    color: #996b3e;
    font-weight: 600;
    position: absolute;
    margin-left: -0.55556vw;
    margin-top: -0.27778vw;
  }

  .vakansii_item_texttrebovania {
    /* display: none; */
  }

  .vakansii_item_textright {
    display: none;
    padding: 0 0 0px;
  }

  .vak_zaya {
    display: none;
  }

  .svernyt {
    display: none;
  }

  .vakansii_item_podrobnee {
    color: #996b3e;
    font-size: 0.83333vw;
    font-weight: 700;
    width: 12.5vw;
    height: 2.98611vw;
    border: 1px solid #996b3e;
    text-align: center;
    line-height: 2.91667vw;
    margin-top: 1.25vw;
  }

  .vakansii_item {
    margin-bottom: 1.38889vw;
  }

  .vakansii_item.newhid {
    min-height: 16.31944vw;
  }

  .vakansii_item.newhiddd {
    min-height: 27.5vw;
    /* padding-bottom: 91px; */
  }

  .vakansii_item {
    position: relative;
  }

  .vakansii_item_podrobnee {
    /* position: absolute; */
    bottom: 1.38889vw;
    font-size: 0.97222vw;
  }

  .vakansii_item_podrobnee:hover {
    color: #fff;
    background: #996b3e;
  }

  .vak_zaya {
    max-width: 12.5vw;
    height: 2.98611vw;
    background-color: #996b3e;
    line-height: 2.98611vw;
    color: #fff;
    font-size: 0.83333vw;
    font-weight: 700;
    text-align: center;
    margin-top: 1.38889vw;
    width: 50%;
    /* float: left; */
  }

  .svernyt {
    /* width: 50%; */
    float: left;
    text-align: center;
    color: #996b3e;
    font-size: 0.83333vw;
    font-weight: 700;
    line-height: 2.98611vw;
    margin-top: -2.70833vw;
    float: right;
  }

  .vakansii_item.newhiddd.highlight .vakansii_item_podrobnee {
    display: none;
  }

  .vakansii_item.newhiddd.highlight .vakansii_item_texttrebovania {
    display: block;
  }

  .vakansii_item.newhiddd.highlight .vakansii_item_textright {
    display: block;
  }

  .vakansii_item.newhiddd.highlight .vak_zaya {
    display: block;
  }

  .vakansii_item.newhiddd.highlight .svernyt {
    display: block;
  }

  .vakansii_item.newhid.highlight .vakansii_item_podrobnee {
    display: none;
  }

  .vakansii_item.newhid.highlight .vakansii_item_texttrebovania {
    display: block;
  }

  .vakansii_item.newhid.highlight .vakansii_item_textright {
    display: block;
  }

  .vakansii_item.newhid.highlight .vak_zaya {
    display: block;
  }

  .vakansii_item.newhid.highlight .svernyt {
    display: block;
  }

  .mat-div.zayavka label[for*="input52"] {
    display: none !important;
  }

  .vak_zaya a {
    border: none;
    padding: 0;
    border: none !important;
    font-size: 0.83333vw;
    font-weight: 700;
    padding: 0;
    text-align: center;
  }

  .vak_zaya a:hover {
    background-color: #996b3e;
    color: #fff;
    padding: 0;
  }

  .vakansii_item {
    /* width: 50%; */
    /* float: left; */
    max-width: 26.38889vw;
    box-shadow: 0 1.73611vw 8.88889vw rgba(42, 40, 37, 0.11);
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin-right: 0.83333vw;
    padding: 1.73611vw;
    width: 100%;
    max-width: 100%;
  }

  .vakansii_wrap {
    margin-top: 2.08333vw;
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    /* max-width: 760px; */
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1vw;
    align-items: flex-start;
  }

  .vakansii_item_name {
    color: #5a5a5a;
    font-size: 0.90278vw;
    font-weight: 700;
    line-height: 1.66667vw;
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 1.38889vw;
    position: relative;
    text-align: left;
    padding-left: 4.58333vw;
  }

  .vakansii_item_name:before {
    content: "";
    position: absolute;
    width: 3.54167vw;
    height: 3.54167vw;
    background: url(../../../../../images/vaka.svg);
    left: 0;
    margin-right: 1.38889vw;
    top: -1.04167vw;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .otz_item {
    background: #f7f7f9;
    padding: 1.59722vw 3.47222vw;
    margin-bottom: 1.04167vw;
    border-left: 0.34722vw solid #cc9765;
  }

  .otz_item span.news-date-time {
    float: right;
    color: #686868;
    font-size: 1.04167vw;
    font-weight: 400;
    position: relative;
  }

  span.news-name-ime {
    position: relative;
    font-weight: 700;
    padding-left: 1.66667vw;
  }

  span.news-name-ime:before {
    content: "";
    position: absolute;
    width: 1.25vw;
    height: 1.11111vw;
    background: url(../../../../../images/Forma_name.png);
    left: 0;
    top: 2px;
  }

  .otz_item span.news-date-time:before {
    content: "";
    position: absolute;
    width: 1.25vw;
    height: 1.11111vw;
    background: url(../../../../../images/Forma_date.png);
    margin-left: -1.73611vw;
    top: 2px;
  }

  .image-popup {
    display: inline-block;
    line-height: 0;
  }

  .preview-img_set2 {
    position: relative;
    max-height: 10.48611vw;
    line-height: 0;
    overflow: hidden;
    display: block;
  }

  .preview-img_set2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0.20833vw solid #996b3e;
    box-sizing: border-box;
    background-color: rgba(68, 141, 55, 0.7);
    background-image: url(../img/loop.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    opacity: 0;
  }

  .preview-img_set2:hover:after {
    opacity: 1;
  }

  .video-block {
    display: inline-block;
    vertical-align: middle;
    width: 39.5%;
    background: #fff;
    border: 0.69444vw solid #fff;
    box-shadow: 0 0 1.73611vw 0 rgba(0, 0, 0, 0.2);
    margin: -5.55556vw 2% -5.55556vw 9.1%;
  }

  .video-block a {
    position: relative;
    display: block;
    background: #000;
  }

  .video-block a .more3dtour {
    background: transparent;
    font-size: 1.11111vw;
    font-weight: 700;
    border: 2px solid #fff;
    text-align: center;
    display: inline-block;
    padding: 0.69444vw 1.04167vw;
    color: #fff;
    position: absolute;
    left: 0;
    width: 10.41667vw;
    right: 0;
    top: calc(50% - 1.52778vw);
    margin: 0 auto;
    transition: 0.3s;
  }

  .video-block a .more3dtour:hover {
    background: #fff;
    color: #996b3e;
  }

  .title-middle {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    width: 42%;
    text-align: left;
  }

  .col_set2 {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: 2.3%;
    box-sizing: border-box;
  }

  .col_set2:nth-child(4n) {
    margin-right: 0;
  }

  .block_style {
    padding: 1.73611vw 3.81944vw 2.08333vw;
    transition: 0.3s;
  }

  .slider-advantages-img {
    width: 5.90278vw;
    height: 6.94444vw;
    border-bottom: 2px solid #f25916;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0 0 2.08333vw;
  }

  .block_style .title_style2 {
    min-height: 5.55556vw;
  }

  .block_style:hover {
    box-shadow: 0 2px 1.38889vw 0 rgba(0, 0, 0, 0.2);
  }

  .block_style .btn_style3,
  .block_style .btn_style2 {
    width: 100%;
  }

  .block_style_set2 {
    padding: 0 !important;
    margin-bottom: 2.08333vw;
  }

  .title_style2 {
    color: #996b3e;
    font-size: 1.11111vw;
    font-weight: 700;
    margin-bottom: 1.38889vw;
  }

  .list_style {
    list-style: none;
    min-height: 21.59722vw;
    margin-bottom: 1.875vw;
  }

  .list_style li {
    padding-left: 1.59722vw;
    position: relative;
    margin-bottom: 0.90278vw;
  }

  .list_style li:last-child {
    margin-bottom: 0;
  }

  .list_style li:before {
    content: "";
    position: absolute;
    left: 0.625vw;
    top: 0.27778vw;
    background-position: -10.90278vw -4.30556vw;
    width: 0.34722vw;
    height: 0.34722vw;
    background: #996b3e;
  }

  .list_style a {
    color: #5d5d5d;
  }

  .list_style a:hover {
    text-decoration: underline;
    color: #f25916;
  }

  .btn_style3 {
    display: inline-block;
    border: 1px solid #996b3e;
    font-size: 1.11111vw;
    font-weight: 700;
    text-decoration: none;
    padding: 0.69444vw 1.38889vw 0.83333vw;
    color: #996b3e;
    box-sizing: border-box;
    min-width: 15.27778vw;
    text-align: center;
  }

  .btn_style3:hover {
    background: #996b3e;
    color: #fff;
  }

  .slide_set5 {
    padding-top: 10.41667vw;
    padding-bottom: 5.55556vw;
  }

  .slide_set4 {
    background: #f25916;
    background: linear-gradient(
      to right,
      #f25916 0%,
      #ee753f 72%,
      #ee753f 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f25916",endColorstr="#ee753f",GradientType=1);
    color: #fff;
    text-align: center;
    padding-top: 4.16667vw;
    padding-bottom: 3.47222vw;
  }

  .slide_set4 .title_style {
    color: #fff;
  }

  .slide_set4 .btn_style:hover {
    color: #f25916;
  }

  .btn_set {
    padding: 1.18056vw 4.16667vw;
    box-sizing: border-box;
    min-width: 25vw;
  }

  .item-specialst {
    text-align: center;
    position: relative;
  }

  .avatar {
    width: 12.5vw;
    height: 12.5vw;
    display: inline-block;
    line-height: 0;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
  }

  .avatar span {
    height: 13.54167vw;
    width: 13.54167vw;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
  }

  .avatar img {
    max-width: 100%;
    min-height: 100%;
  }

  .btn-youtube {
    background-image: url(../img/sprite.png);
    background-position: -6.38889vw 0;
    width: 3.33333vw;
    height: 3.33333vw;
    display: inline-block;
  }

  .btn-youtube-block {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-top: -2.77778vw;
    margin-bottom: 0.41667vw;
  }

  .title_style3 {
    color: #996b3e;
    font-size: 1.66667vw;
    line-height: 1.66667vw;
    margin-bottom: 1.38889vw;
  }

  a.title_style3 {
    display: inline-block;
    text-decoration: none;
  }

  a.title_style3.fw-bold {
    font-size: 1.80556vw;
    font-weight: 800;
  }

  .text_style3 {
    color: gray;
    line-height: 1.11111vw;
  }

  .height_set2 {
    color: gray;
    font-size: 0.83333vw;
    font-weight: 400;
    padding: 0 0.69444vw;
    line-height: 1.25vw;
    min-height: 3.75vw;
    margin-bottom: 1.04167vw;
  }

  .avatar-container {
    min-height: 13.75vw;
  }

  .margin_set1 {
    margin-top: 8.33333vw;
    margin-bottom: 3.81944vw;
  }

  .margin_set2 {
    margin-bottom: 2.29167vw;
  }

  .margin_set3 {
    margin-bottom: 2.77778vw;
  }

  .margin_set4 {
    margin-right: 1.38889vw;
  }

  .margin_set5 {
    margin-bottom: 1.38889vw;
  }

  .margin_set6 {
    margin-bottom: 5.55556vw;
  }

  .margin_set7 {
    margin-bottom: 4.16667vw;
  }

  .margin_set8 {
    margin-bottom: 8.33333vw;
  }

  .padding_set {
    padding-top: 4.16667vw;
    padding-bottom: 3.47222vw;
  }

  .fs20 {
    font-size: 1.38889vw;
    line-height: 1.66667vw;
  }

  .margin_bottom_20 {
    margin-bottom: 1.38889vw;
    margin-top: 1.38889vw;
  }

  .text_style {
    color: #b5b5b5;
    font-weight: 700;
    font-size: 1.11111vw;
  }

  .views-num {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 1.875vw;
    margin-left: 1.38889vw;
  }

  .wrap_garant {
    width: 100%;
    background: url(../../../../../images/fon_garantii.png) no-repeat;
  }

  .wrap_garant p {
    padding: 2.91667vw 3.05556vw;
    width: 49%;
  }

  .wrap_garant_item {
    width: 19%;
    float: left;
    border-radius: 2px;
    border: 1px solid #d2d2d2;
    margin-right: 1%;
    height: 12.77778vw;
    text-align: center;
    margin-bottom: 1.38889vw;
  }

  .wrap_garant_item:last-child {
    margin-right: 0;
  }

  .wrap_garant_img {
    margin-top: 2.08333vw;
    margin-bottom: 1.38889vw;
  }

  .wrap_garant_text {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .wrap_garant_women img {
    float: left;
    padding: 0 3.47222vw;
  }

  .views-num:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.625vw;
    background-image: url(../img/sprite.png);
    background-position: -8.19444vw -6.11111vw;
    width: 1.52778vw;
    height: 0.90278vw;
  }

  .block_style:hover .preview-img {
    opacity: 1;
  }

  .advantages {
    text-align: center;
  }

  .advantages .inline-block {
    width: 15%;
    margin: 0 1%;
    font-size: 1.25vw;
    line-height: 1.66667vw;
  }

  .icon {
    height: 3.33333vw;
    margin-bottom: 1.18056vw;
  }

  .slider-comments {
    text-align: center;
  }

  .avatar_set {
    width: 11.45833vw;
    height: 11.45833vw;
    margin-top: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
  }

  .comments-main {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 48%;
  }

  .comments-main p {
    color: #686868;
    margin-bottom: 1.66667vw;
  }

  .fs24 {
    font-size: 1.66667vw;
    line-height: 1.66667vw;
    color: #fff;
    margin: 0;
  }

  .fs18 {
    font-size: 1.25vw;
  }

  .slider_set .bx-controls {
    top: 0;
  }

  .slide_set6 {
    color: #fff;
    line-height: 0;
    background: #6287d3;
    background: linear-gradient(to bottom, #6287d3 0%, #62a2d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6287d3",endColorstr="#62a2d3",GradientType=0);
  }

  .slide_set6 .title_style {
    color: #fff;
    margin-bottom: 1.59722vw;
  }

  .col_set3 {
    max-width: 36.80556vw;
    padding-top: 2.77778vw;
    display: inline-block;
    vertical-align: top;
    margin-left: 16.7%;
    line-height: 1.52778vw;
    margin-right: 9%;
  }

  .col_set3 .title_style {
    text-align: left;
  }

  .img-set {
    margin-top: -5.20833vw;
  }

  .fs36 {
    font-size: 2.5vw;
    line-height: 2.77778vw;
    margin: 0 0;
  }

  .slider-certificates,
  .slider-certificates-page {
    padding-left: 6.11111vw;
    padding-right: 6.11111vw;
    text-align: center;
  }

  .slider-certificates .preview-img_set2,
  .slider-certificates-page .preview-img_set2 {
    max-height: 16.25vw;
    display: inline-block;
  }

  .slider-certificates .slick-prev,
  .slider-certificates .slick-next,
  .slider-certificates-page .slick-prev,
  .slider-certificates-page .slick-next {
    top: 5.20833vw;
  }

  .slide_set7 {
    height: 35.13889vw;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
    padding-top: 14.58333vw;
  }

  .slide_set7 .title_style {
    color: #fff;
  }

  .fs50 {
    font-size: 3.47222vw;
    line-height: 3.88889vw;
  }

  .fs53 {
    font-size: 3.68056vw;
    line-height: 4.16667vw;
  }

  .breadcrumbs {
    text-align: center;
    margin-bottom: 0.625vw;
  }

  .breadcrumbs a {
    font-size: 1.80556vw;
    border-right: 1px solid #fff;
    padding-right: 0.83333vw;
    margin-right: 0.83333vw;
    color: #fff;
    font-family: "FuturaLightC";
    text-decoration: none;
  }

  .breadcrumbs a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }

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

  .col_set5 {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: 2%;
    margin-left: 0;
    background-color: #dee6f2;
  }

  .col_set5 .ajax-popup-link.btn_style4 {
    max-width: 19.16667vw;
    margin: 0 auto 2.08333vw;
    text-align: center;
    background-color: #f25916;
    color: #fff;
    font-size: 1.11111vw;
    font-weight: 700;
    line-height: 1.11111vw;
    padding: 0.83333vw 0;
    display: block;
    width: 100%;
  }

  .nav_style {
    padding: 1.38889vw 0 0.69444vw;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    list-style: none;
  }

  .nav_style li {
    width: 100%;
  }

  .nav_style a {
    color: #498742;
    font-size: 1.11111vw;
    font-weight: 400;
    line-height: 1.11111vw;
    padding: 0.83333vw 10%;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
  }

  .nav_style a:hover,
  .nav_style a.active {
    background-color: rgba(255, 255, 255, 0.45);
  }

  h1.new_title_h1 {
    margin: 1.25vw 0;
    color: #526f39;
    font-size: 2.08333vw;
    font-weight: 400;
    line-height: 2.08333vw;
    text-align: left;
    padding: 0;
  }

  .img_left_text {
    float: left;
    margin: 2.08333vw 2.08333vw 2.08333vw 0;
  }

  .img_right_text {
    float: right;
    margin: 2.08333vw 0 2.08333vw 2.08333vw;
  }

  .mb30 {
    margin-bottom: 2.08333vw;
    font-size: 1.11111vw;
    color: #686868;
  }

  .relatives_sell {
    padding: 2.08333vw 0.69444vw 2.43056vw;
    background-color: #5ba24e;
    width: 100%;
    margin: 1.38889vw 0 2.77778vw;
    text-align: center;
    box-sizing: border-box;
  }

  .relatives_sell p {
    color: #fff;
    font-size: 2.08333vw;
    font-weight: 400;
    line-height: 2.43056vw;
    text-align: center;
    margin-bottom: 1.73611vw;
  }

  .relatives_sell a.ajax-popup-link.btn_style4 {
    width: 15.97222vw;
    background-color: #f25916;
    color: #fff;
    font-size: 1.11111vw;
    box-sizing: border-box;
  }

  .btn_style4 {
    transition: 0.3s;
    background: #996b3e;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 1.25vw;
    font-weight: 700;
    padding: 0.83333vw 1.59722vw;
    text-decoration: none;
  }

  .btn_style4:hover {
    background: #0e7b00;
  }

  .col_set6 {
    display: inline-block;
    vertical-align: top;
    width: 83.1%;
    padding-right: 6.94444vw;
    box-sizing: border-box;
  }

  .col_set7 {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    margin-right: 3%;
    margin-bottom: 2.77778vw;
  }

  .inline-blocks .col_set7 {
    max-width: 24.375vw;
  }

  .block_style2 {
    position: relative;
    line-height: 0;
    max-height: 16.875vw;
    overflow: hidden;
  }

  .block_style2:hover .overlay-block {
    background: transparent;
  }

  .overlay-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    color: #fff;
    text-align: center;
    font-size: 1.80556vw;
    line-height: 1.80556vw;
    /* font-family: "FuturaLightC"; */
    padding-top: 6.94444vw;
    box-sizing: border-box;
  }

  .pagination {
    text-align: center;
  }

  .pagination a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.41667vw;
    margin-right: 0.41667vw;
    color: #b3b3b3;
    font-size: 1.18056vw;
    text-decoration: none;
    font-weight: 700;
  }

  .pagination a.active {
    color: #996b3e;
  }

  .pagination .icon-prev {
    margin-right: 1.04167vw;
  }

  .pagination .icon-next {
    margin-left: 1.04167vw;
  }

  .icon-prev {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -8.47222vw -3.33333vw;
    width: 0.625vw;
    height: 1.18056vw;
  }

  .icon-next {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -8.47222vw -3.33333vw;
    width: 0.625vw;
    height: 1.18056vw;
    transform: rotate(180deg);
  }

  .width_set {
    max-width: 45.48611vw;
    margin-left: auto;
    margin-right: auto;
  }

  .slide_set6_2 {
    line-height: 1.52778vw;
    padding-top: 5.55556vw;
    padding-bottom: 5.55556vw;
  }

  .btn_style5 {
    display: inline-block;
    background: #fff;
    color: #628bd3;
    text-decoration: none;
    font-weight: 700;
    padding: 0.97222vw 2.01389vw;
    border: 2px solid transparent;
    box-sizing: border-box;
  }

  .btn_style5:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
  }

  .col_set8 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    padding-left: 11.11111vw;
  }

  .padding_set2 {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    width: 74%;
  }

  .fs22 {
    font-size: 1.52778vw;
    line-height: 1.94444vw;
  }

  .fs15 {
    font-size: 1.04167vw;
    line-height: 1.52778vw;
  }

  .border-block {
    border-bottom: 1px solid gray;
    padding-top: 4.86111vw;
    padding-bottom: 2.77778vw;
  }

  .border-block:first-child {
    border-top: 1px solid gray;
  }

  .border-block .comments-main {
    width: 80%;
  }

  .border-block2 {
    border-bottom: 1px solid gray;
    padding-top: 4.86111vw;
    padding-bottom: 2.77778vw;
  }

  .border-block2:first-child {
    border-top: 1px solid gray;
  }

  .border-block2:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .col_set9 {
    display: inline-block;
    vertical-align: top;
    width: 83.2%;
    box-sizing: border-box;
  }

  .title_style4 {
    color: #686868;
    font-size: 2.77778vw;
    line-height: 3.05556vw;
    margin-bottom: 0.69444vw;
    font-family: "FuturaDemiC";
  }

  .title_style.align-left {
    text-align: left;
  }

  .fs15 {
    font-size: 1.04167vw;
  }

  .text-block p {
    font-size: 1.1vw;
    line-height: 120%;
    margin-bottom: 1.38889vw;
    text-align: justify;
  }

  .text-block h2,
  .text-block h1,
  .old_page h2,
  .old_page h3 {
    line-height: 1.52778vw;
    margin-bottom: 1.38889vw;
    font-weight: 400;
    font-size: 1;
    line-height: 110%;
    color: #2b4637;
    margin-bottom: 20px;
    font-family: "Optima";
    margin-top: 1.73611vw;
  }

  .text-block li {
    margin-bottom: 0.69444vw;
    font-size: 1.1111vw;
    line-height: 120%;
  }

  .text-block li:last-child {
    margin-bottom: 0;
  }

  .text-block ol span {
    color: #5d5d5d;
  }

  .text-img {
    margin-bottom: 1.73611vw;
  }

  .comment-block {
    margin-top: 5.55556vw;
    margin-bottom: 5.55556vw;
    background: #f8f8f8;
    padding-top: 0.34722vw;
    padding-bottom: 0.34722vw;
    border-radius: 4.16667vw 0 0 4.16667vw;
    font-size: 1.11111vw;
    line-height: 1.38889vw;
    font-style: italic;
  }

  .comment-block .avatar {
    vertical-align: middle;
    margin-top: -1.18056vw;
    margin-bottom: -1.18056vw;
    margin-right: 4%;
  }

  .comment-block .inline-block {
    width: 66%;
  }

  .comment-block p {
    margin-bottom: 0;
    line-height: 1.38889vw;
  }

  .comment-block .title_style2 {
    margin-bottom: 0.90278vw;
  }

  .align-middle {
    vertical-align: middle;
  }

  .note {
    color: #ababab;
    margin-top: 1.04167vw;
  }

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

  table th {
    text-align: left;
    width: 23%;
    padding-right: 2%;
    padding-bottom: 1.04167vw;
  }

  table td {
    padding-top: 1.04167vw;
    padding-bottom: 1.04167vw;
    padding-right: 3%;
  }

  table tr:first-child {
    border-bottom: 1px solid #ababab;
  }

  .box_window {
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
  }

  .box_window_in {
    position: relative;
    cursor: default;
  }

  .bw_close {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    line-height: 1.73611vw;
    width: 1.73611vw;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
  }

  .popup-style > .bw_close {
    position: absolute;
    right: -2.63889vw;
    top: -0.20833vw;
  }

  .mask {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1000;
  }

  .ajax-popup-link {
    cursor: pointer;
  }

  .popup-style {
    margin: 2.77778vw 0;
    z-index: 1200;
    display: inline-block;
  }

  .popup_set {
    position: relative;
    background: #fff;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    color: #000;
    padding: 2.77778vw 4.51389vw;
    width: 29.16667vw;
    margin-left: 1.38889vw;
    margin-right: 1.38889vw;
  }

  .popup_set .title_style {
    margin-bottom: 1.04167vw;
  }

  .error input[type="text"] {
    border-color: #ff7f7f;
    color: #ff7f7f;
  }

  .box_window > .bw_close {
    font-size: 0;
    width: 100%;
    height: 100%;
  }

  .mat-label {
    display: block;
    font-size: 1.25vw;
    transform: translateY(2.22222vw);
    color: #bbb;
    font-size: 0.97222vw;
    transition: all 0.25s;
    margin-left: 1.38889vw;
  }

  .mat-div label,
  .mat-div label.active {
    display: block;
    color: #78767a;
    font-size: 1.04167vw;
    margin-left: 0;
    margin-top: 1.04167vw;
    margin-bottom: 0.34722vw;
    width: 100%;
    color: #fff;
  }

  .mat-div label span,
  .mat-div label.active span {
    color: red;
  }

  .soglas_form {
    margin-top: 1.04167vw;
    color: #78767a;
    font-size: 0.83333vw;
    text-align: center;
    line-height: 98%;
    margin-bottom: 1.04167vw;
    color: #fff;
    width: 90%;
    margin: 2vw auto 2vw;
  }

  .soglas_form p {
    margin-bottom: 0.34722vw;
  }

  .soglas_form p span {
    color: red;
  }

  .soglas_form p a {
    color: #996b3e;
  }

  .mat-input {
    position: relative;
    background: transparent;
    width: 100%;
    border: 1px solid #d4d4d4;
    outline: none;
    padding: 0.69444vw 1.38889vw 0.83333vw;
    font-size: 1.04167vw;
    box-sizing: border-box;
    border-radius: 1.04167vw;
    color: #fff;
  }

  textarea {
    height: 10.41667vw;
  }

  .mat-div {
    position: relative;
  }

  .is-active .mat-label {
    color: #c4c4c9;
  }

  .is-completed .mat-label {
    font-size: 0.76389vw;
    transform: translateY(0);
    margin-left: 0;
    color: #686868;
  }

  .form-div {
    padding-top: 1.38889vw;
  }

  .popup-close {
    background-image: url(../img/sprite.png);
    background-position: -9.72222vw -4.30556vw;
    width: 1.18056vw;
    height: 1.18056vw;
    position: absolute;
    right: 1.73611vw;
    top: 1.73611vw;
  }

  input[type="checkbox"] {
    display: none;
  }

  input[type="checkbox"] + label {
    transition: 0.2s;
    cursor: pointer;
  }

  input[type="checkbox"] + label span {
    display: inline-block;
    box-sizing: border-box;
    width: 1.11111vw;
    height: 1.11111vw;
    margin: -0.34722vw 0.34722vw 0 0;
    border: 1px solid #996b3e;
    cursor: pointer;
    position: relative;
  }

  input[type="checkbox"] + label span:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 0.69444vw;
    height: 0.69444vw;
    background: transparent;
    transition: 0.2s;
  }

  .mat-div input[type="checkbox"]:checked + label {
    color: initial;
  }

  input[type="checkbox"]:checked + label {
    color: #fff;
  }

  input[type="checkbox"]:checked + label span {
    position: relative;
  }

  input[type="checkbox"]:checked + label span:after {
    opacity: 1;
    background: green;
  }

  .text-inline {
    display: inline-block;
    vertical-align: top;
    width: 91%;
    font-size: 0.90278vw;
  }

  .input-btn {
    margin: 1.18056vw 0;
  }

  .full-width {
    width: 100%;
  }

  .text_style4 {
    font-size: 1.11111vw;
    color: #a4a4a4;
  }

  .to-top {
    position: fixed;
    left: 1.38889vw;
    bottom: 1.38889vw;
    width: 3.47222vw;
    height: 3.47222vw;
    background: #996b3e url(../img/arrow.png) no-repeat center;
    background-size: 1.04167vw auto;
    transform: rotate(90deg);
    border-radius: 100%;
    z-index: 200;
    cursor: pointer;
  }

  .slider-gallery2 {
    margin: 0 -1.04167vw;
    padding-left: 4.16667vw;
    padding-right: 4.16667vw;
  }

  .slider-gallery2 .slick-slide {
    margin: 0;
    max-width: none;
    margin: 0 1.04167vw;
  }

  .slider-gallery2 img {
    width: 100%;
  }

  .slider-gallery2 .slick-prev,
  .slider-gallery2 .slick-next {
    top: 28%;
  }

  .slider-gallery2 .slick-prev {
    left: 0;
  }

  .slider-gallery2 .slick-next {
    right: 0;
  }

  .col_set12 {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 0.97222vw);
    min-width: 16.38889vw;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    margin: 0 0.34722vw 0.69444vw;
    padding: 1.04167vw 0 0;
  }

  .col_set12 a.title_style3.fw-bold {
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.66667vw;
    color: #686868;
    margin: 1.04167vw 0 1.38889vw;
  }

  .col_set12 a.title_style3.fw-bold span:first-child {
    font-weight: 700;
    display: block;
  }

  .col_set12 .btn_style3,
  .col_set12 .btn_style2 {
    width: 80%;
    margin-bottom: 1.31944vw;
  }

  .narko_stazh {
    width: 50%;
    float: left;
    background-color: #519c45;
    color: #fff;
    font-size: 0.83333vw;
    font-weight: 400;
    box-sizing: border-box;
    padding: 0.48611vw 0.97222vw 0.625vw;
    line-height: 1.04167vw;
    min-height: 5.90278vw;
  }

  .narko_stazh span,
  .klinika_stazh span {
    font-weight: 700;
    line-height: 1.11111vw;
    font-size: 1.11111vw;
    display: block;
    margin-bottom: 0.55556vw;
  }

  .klinika_stazh {
    width: 50%;
    float: right;
    background-color: #f25916;
    color: #fff;
    font-size: 0.83333vw;
    font-weight: 400;
    box-sizing: border-box;
    padding: 0.48611vw 0.97222vw 0.625vw;
    line-height: 1.04167vw;
    min-height: 5.90278vw;
  }

  .border-block_first:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .slider-docs {
    margin: 0 -1.38889vw;
  }

  .slider-docs__item {
    margin: 0 1.38889vw;
  }

  .slider-docs .slick-prev {
    top: 22%;
    left: -3.47222vw;
  }

  .slider-docs .slick-next {
    top: 22%;
    right: -3.47222vw;
  }

  .avatar-col {
    width: 13.54167vw;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 2%;
  }

  .avatar-col .avatar {
    margin-top: 0;
  }

  .spec-info-col {
    width: 77%;
    display: inline-block;
    vertical-align: top;
  }

  .spec-info-col p {
    margin-bottom: 1.38889vw;
  }

  .spec-info-col p:last-child {
    margin-bottom: 0;
  }

  .footer {
    background: #f3f3f3;
    padding-top: 3.81944vw;
    padding-bottom: 3.47222vw;
    font-size: 1.11111vw;
    color: #5e5e5e;
    line-height: 1.66667vw;
  }

  .footer .pull-right {
    text-align: right;
  }

  .footer .soc-item {
    margin-top: 1.04167vw;
    opacity: 0.5;
  }

  .footer .soc-item:hover {
    opacity: 1;
  }

  .footer .clearfix {
    margin-bottom: 4.16667vw;
  }

  .footer .pull-right .call_phone_new_2 a:hover,
  .footer .pull-right .call_phone_new_hide a:hover {
    color: #000;
  }

  .footer .clearfix:last-child {
    margin-bottom: 0;
  }

  .col_set4 {
    width: 25.5%;
  }

  .footer .container .clearfix .col_set4.footer_col1,
  .footer .container .clearfix .col_set4.list_style2 {
    width: 16.5%;
  }

  .lh0 {
    line-height: 0;
  }

  .list_style2 {
    list-style: none;
  }

  .list_style2 li {
    margin-bottom: 0.97222vw;
  }

  .list_style2 a {
    color: #686868;
    font-size: 1.25vw;
    font-family: "FuturaDemiC";
    text-decoration: none;
  }

  .footer .list_style2.col_set4.pull-left li {
    margin: 0;
  }

  .footer .list_style2.col_set4.pull-left li a {
    font-size: 1.18056vw;
    line-height: 2.08333vw;
  }

  .footer .list_style2.col_set4.pull-left li a.btn_style {
    border-color: #5ba24e;
    background: #5ba24e;
    color: #fff;
    max-width: 14.79167vw;
    width: 100%;
    padding: 0;
    font-weight: 400;
    margin: 0.48611vw 0 2.98611vw;
    line-height: 2.5vw;
  }

  .footer .list_style2.col_set4.pull-left li a.btn_style:hover {
    text-decoration: none;
    background: transparent;
    color: #5ba24e;
  }

  .pull-right.footer_col2 a.btn_style {
    border-color: #5ba24e;
    background: #5ba24e;
    color: #fff;
    padding: 0 3.40278vw;
    font-weight: 400;
    margin: 2.29167vw 0 0;
    line-height: 2.5vw;
    display: none;
  }

  .pull-right.footer_col2 a.btn_style:hover {
    text-decoration: none;
    background: transparent;
    color: #5ba24e;
  }

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

  .link_style {
    color: #686868;
    font-family: "FuturaDemiC";
    display: inline-block;
    margin-top: 2px;
  }

  .fs16 {
    font-size: 1.11111vw;
  }

  .soc_fb2 {
    background-image: url(../img/sprite.png);
    background-position: 0 -6.11111vw;
    width: 2.08333vw;
    height: 2.08333vw;
  }

  .soc_yt2 {
    background-image: url(../img/sprite.png);
    background-position: -6.38889vw -3.33333vw;
    width: 2.08333vw;
    height: 2.08333vw;
  }

  .soc_vk,
  .soc_vk2 {
    background-image: url(../../../../../bitrix/templates/marshak/img/vk.png);
    width: 2.08333vw;
    height: 2.08333vw;
    background-size: cover;
  }

  .soc_vk {
    opacity: 0.5;
  }

  .soc_vk:hover {
    opacity: 1;
  }

  .underline-none {
    text-decoration: none;
  }

  .link_style2 {
    color: #5e5e5e;
  }

  .link_style3 {
    color: #996b3e;
  }

  .nav-icon {
    display: none;
    width: 2.22222vw;
    height: 1.94444vw;
    position: relative;
    margin: 1.11111vw 0 0 0.55556vw;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .nav-icon span {
    display: block;
    position: absolute;
    height: 0.27778vw;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  .nav-icon span:nth-child(1) {
    top: 0;
  }

  .nav-icon span:nth-child(2),
  .nav-icon span:nth-child(3) {
    top: 0.76389vw;
  }

  .nav-icon span:nth-child(4) {
    top: 1.52778vw;
  }

  .nav-icon.open span:nth-child(1) {
    top: 1.25vw;
    width: 0;
    left: 50%;
  }

  .nav-icon.open span:nth-child(2) {
    transform: rotate(45deg);
  }

  .nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .nav-icon.open span:nth-child(4) {
    top: 1.25vw;
    width: 0;
    left: 50%;
  }

  .only-mob {
    display: none;
  }

  .table-container {
    overflow: scroll;
  }

  .table-container table {
    min-width: 53.26389vw;
  }

  .only-tab-mob {
    display: none;
  }

  .search_block_top {
    float: right;
    width: 3.47222vw;
    height: 3.47222vw;
    position: relative;
    display: block;
    margin-right: 3.47222vw;
  }

  .search_block_top_button {
    width: 1.38889vw;
    height: 1.38889vw;
    background: url(../../../../../img/search.png) no-repeat center;
    cursor: pointer;
    margin: 1.04167vw auto;
  }

  .search_block_top_cont {
    display: none;
    position: absolute;
    right: 0;
    padding-top: 0.48611vw;
    width: 25.20833vw;
    z-index: 1000;
    top: 0;
    height: 2.98611vw;
    background: transparent;
  }

  .search_block_top_cont form {
    position: relative;
  }

  .content-slider {
    position: relative;
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
  }

  .content-slider-item {
    width: 17.36111vw;
    margin: 0 2px;
  }

  .content-slider .slick-prev {
    background: url(../img/sprite.png) 2.22222vw -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 1.31944vw;
    height: 4.23611vw;
  }

  .content-slider .slick-next {
    background: url(../img/sprite.png) 2.22222vw -1px;
    top: 50%;
    width: 1.31944vw;
    height: 4.23611vw;
    transform: translateY(-50%) rotate(180deg);
  }

  .slider-methods_mob {
    text-align: center;
    overflow: hidden;
  }

  .slider-methods_mob .col_set1.item-method {
    text-align: left;
    display: block;
    float: left;
  }

  .text.new_pager {
    line-height: 3.125vw;
    font-size: 1.66667vw;
    color: #e8e8e8;
    text-align: left;
  }

  .text.new_pager span,
  .text.new_pager a {
    display: inline-block;
    padding: 0 0.69444vw;
    color: #686868;
    font-size: 1.04167vw;
    font-weight: 700;
  }

  .text.new_pager a.number_pager {
    width: 3.125vw;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    text-decoration: none;
  }

  .text.new_pager span.number_pager {
    width: 3.125vw;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    background-color: #95683c;
    color: #fff;
  }

  .text.new_pager_right {
    float: right;
    line-height: 3.68056vw;
  }

  .vip-header {
    width: 133.33333vw;
    margin: 0 -13.54167vw;
    height: 49.79167vw;
    position: relative;
    background: url(../../../../../img/vip_img_00.png) no-repeat center top;
  }

  .vip-header .title {
    color: #fff;
    font-size: 3.125vw;
    font-weight: 400;
    text-align: center;
    padding-top: 9.02778vw;
    line-height: 3.33333vw;
  }

  .vip-header > p {
    color: #fff;
    font-size: 1.04167vw;
    font-weight: 400;
    line-height: 1.52778vw;
    max-width: 73.26389vw;
    margin: 6.94444vw auto 0;
    text-align: center;
  }

  .video_frame {
    width: 133.33333vw;
    height: 32.15278vw;
    background: url(../../../../../img/video_banner_01-min.png) no-repeat center
      top;
    background-size: cover;
    display: block;
    position: relative;
    text-decoration: none;
    left: calc(50% - 66.66667vw);
    margin-bottom: 2.77778vw;
  }

  .video_frame p {
    color: #5aa24d;
    font-family: "FuturaLightC";
    font-size: 2.77778vw;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
    line-height: 2.77778vw;
    padding-top: 2.77778vw;
  }

  .video_frame div {
    display: block;
    position: absolute;
    width: 7.36111vw;
    height: 5.27778vw;
    background: url(../../../../../img/video_play_01.svg) no-repeat center top;
    background-size: cover;
    top: calc(50% - 3.68056vw);
    left: calc(50% - 2.63889vw);
    transition: 0.3s linear;
  }

  .video_frame:hover div {
    width: 8.47222vw;
    height: 5.97222vw;
    top: calc(50% - 4.23611vw);
    left: calc(50% - 2.98611vw);
  }

  .video_frame_cont {
    width: 100%;
    height: 21.45833vw;
    background: url(../../../../../img/video_banner_02-min.png) no-repeat center
      top;
    background-size: cover;
    display: block;
    position: relative;
    text-decoration: none;
    margin-bottom: 1.38889vw;
  }

  .video_frame_cont div {
    display: block;
    position: absolute;
    width: 4.58333vw;
    height: 3.19444vw;
    background: url(../../../../../img/video_play_01.svg) no-repeat center top;
    background-size: contain;
    top: calc(50% - 2.29167vw);
    left: calc(50% - 1.59722vw);
    transition: 0.3s linear;
  }

  .video_frame_cont:hover div {
    width: 5.27778vw;
    height: 3.75vw;
    top: calc(50% - 2.63889vw);
    left: calc(50% - 1.875vw);
  }

  .slider-vip {
    max-width: 76.11111vw;
    width: 100%;
    margin: 0 auto 3.47222vw;
    text-align: center;
  }

  .slider-vip.slider_style .slick-prev,
  .slider-vip.slider_style .slick-next {
    top: 4.16667vw;
  }

  .slider-vip.slider_style .slick-prev {
    left: -3.81944vw;
  }

  .slider-vip.slider_style .slick-next {
    right: -3.81944vw;
  }

  .vip_green_block {
    width: 133.33333vw;
    margin: 0 -13.54167vw 2.77778vw;
    background-color: #5aa24d;
    padding: 2.08333vw 0;
  }

  .vip_green_block .title {
    color: #fff;
    text-align: center;
    font-family: "FuturaLightC";
    font-size: 2.77778vw;
    line-height: 3.125vw;
    margin: 0 0 1.73611vw;
  }

  .vip_green_block p {
    color: #fff;
    font-size: 1.11111vw;
    font-weight: 400;
    line-height: 1.52778vw;
    margin: 0 auto 1.38889vw;
    max-width: 106.25vw;
  }

  .vip-bes-block {
    width: 133.33333vw;
    margin: 4.86111vw -13.54167vw;
    background-color: #5aa24d;
    padding: 2.77778vw 0 1.73611vw;
  }

  .vip-bes-block .vip-bes-img {
    float: right;
    position: relative;
    top: -5.76389vw;
    margin: 0;
  }

  .vip-bes-block p {
    color: #fff;
    font-size: 1.11111vw;
    font-weight: 400;
    line-height: 1.52778vw;
    margin: 0 auto 1.38889vw;
    max-width: 106.25vw;
  }

  .vip-bes-block .title {
    color: #fff;
    text-align: left;
    font-family: "FuturaLightC";
    font-size: 2.77778vw;
    line-height: 3.125vw;
    margin: 0 0 1.38889vw;
  }

  .vip-program {
    width: 133.33333vw;
    margin: 3.47222vw -13.54167vw 0;
    background-color: #f16528;
    padding: 2.43056vw 0 2.08333vw;
  }

  .vip-program p {
    color: #fff;
    font-size: 1.11111vw;
    font-weight: 400;
    line-height: 1.52778vw;
    margin: 0 auto 2.77778vw;
    text-align: center;
  }

  .vip-program .title {
    color: #fff;
    text-align: center;
    font-family: "FuturaLightC";
    font-size: 2.77778vw;
    line-height: 3.125vw;
    margin: 0 0 1.38889vw;
  }

  .vip-program-block {
    max-width: 106.25vw;
    text-align: center;
    margin: 0 auto;
  }

  .vip-program-item {
    display: inline-block;
    width: 22.5%;
    margin-right: 3%;
    vertical-align: top;
  }

  .vip-program-block .vip-program-item:last-of-type {
    margin-right: 0;
  }

  .vip-program-item ul {
    padding-left: 2.77778vw;
    text-align: left;
    margin-top: 2.08333vw;
    color: #fff;
    font-size: 1.11111vw;
    font-weight: 400;
    line-height: 1.80556vw;
    list-style-position: outside;
  }

  .covid {
    width: 100%;
    background-color: #ca1405;
    text-align: center;
  }

  .covid .covid_content {
    display: inline-block;
    color: #fff;
    font-size: 1.11111vw;
    font-weight: 400;
    line-height: 1.18056vw;
    padding: 0.83333vw 4.72222vw 0.83333vw 3.68056vw;
    background: url(../../../../../bitrix/templates/marshak/img/covid.svg)
      no-repeat left center;
    position: relative;
  }

  .covid .covid_content a {
    text-decoration: none;
    color: #fff;
    font-size: 1.11111vw;
    font-weight: 400;
    line-height: 1.18056vw;
  }

  .covid .covid_content span {
    font-weight: 700;
  }

  .covid .covid_content .covid_close {
    width: 1.04167vw;
    height: 1.04167vw;
    position: absolute;
    display: block;
    right: 0;
    top: 0.90278vw;
    cursor: pointer;
    background: url(../../../../../bitrix/templates/marshak/img/close_covid.svg)
      no-repeat center;
  }

  .sertificate__slider2 .sertificate__slide {
    max-width: 100%;
  }

  .sertificate__slider2 .sertificate__slide img {
    border: 1px solid #00000038;
  }

  .sertificate__slider2 .splide__track {
    overflow: visible;
  }

  .dimplom .section__title {
    margin: 0;
  }

  .dimplom {
    margin: 6vw 0 0;
  }

  .dimplom .arrow > div {
    opacity: 1;
  }

  .dimplom .arrow > div:before {
    opacity: 1;
  }

  .slick-slider {
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .slick-list:focus {
    outline: none;
  }

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
  }

  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }

  .slick-track:before,
  .slick-track:after {
    display: table;
    content: "";
  }

  .slick-track:after {
    clear: both;
  }

  .slick-loading .slick-track {
    visibility: hidden;
  }

  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }

  [dir="rtl"] .slick-slide {
    float: right;
  }

  .slick-slide.slick-loading img {
    display: none;
  }

  .slick-slide.dragging img {
    pointer-events: none;
  }

  .slick-initialized .slick-slide {
    display: block;
  }

  .slick-loading .slick-slide {
    visibility: hidden;
  }

  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }

  .slick-arrow.slick-hidden {
    display: none;
  }

  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
  }

  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
  }

  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 0.55556vw;
    box-sizing: border-box;
  }

  .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .mfp-align-top .mfp-container:before {
    display: none;
  }

  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
  }

  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
  }

  .mfp-ajax-cur {
    cursor: progress;
  }

  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
  }

  .mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
  }

  .mfp-auto-cursor .mfp-content {
    cursor: auto;
  }

  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .mfp-loading.mfp-figure {
    display: none;
  }

  .mfp-hide {
    display: none !important;
  }

  .mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 0.55556vw;
    right: 0.55556vw;
    z-index: 1044;
  }

  .mfp-preloader a {
    color: #ccc;
  }

  .mfp-preloader a:hover {
    color: #fff;
  }

  .mfp-s-ready .mfp-preloader {
    display: none;
  }

  .mfp-s-error .mfp-content {
    display: none;
  }

  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
  }

  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }

  .mfp-close {
    width: 3.05556vw;
    height: 3.05556vw;
    line-height: 3.05556vw;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 1.25vw 0.69444vw;
    color: #fff;
    font-style: normal;
    font-size: 1.94444vw;
    font-family: Arial, Baskerville, monospace;
  }

  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
  }

  .mfp-close:active {
    top: 1px;
  }

  .mfp-close-btn-in .mfp-close {
    color: #333;
  }

  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -0.41667vw;
    text-align: right;
    padding-right: 0.41667vw;
    width: 100%;
  }

  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 0.83333vw;
    line-height: 1.25vw;
    white-space: nowrap;
  }

  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -3.81944vw;
    padding: 0;
    width: 6.25vw;
    height: 7.63889vw;
    -webkit-tap-highlight-color: transparent;
  }

  .mfp-arrow:active {
    margin-top: -3.75vw;
  }

  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
  }

  .mfp-arrow:before,
  .mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 2.43056vw;
    margin-left: 2.43056vw;
    border: medium inset transparent;
  }

  .mfp-arrow:after {
    border-top-width: 0.90278vw;
    border-bottom-width: 0.90278vw;
    top: 0.55556vw;
  }

  .mfp-arrow:before {
    border-top-width: 1.45833vw;
    border-bottom-width: 1.45833vw;
    opacity: 0.7;
  }

  .mfp-arrow-left {
    left: 0;
  }

  .mfp-arrow-left:after {
    border-right: 1.18056vw solid #fff;
    margin-left: 2.15278vw;
  }

  .mfp-arrow-left:before {
    margin-left: 1.73611vw;
    border-right: 1.875vw solid #3f3f3f;
  }

  .mfp-arrow-right {
    right: 0;
  }

  .mfp-arrow-right:after {
    border-left: 1.18056vw solid #fff;
    margin-left: 2.70833vw;
  }

  .mfp-arrow-right:before {
    border-left: 1.875vw solid #3f3f3f;
  }

  .mfp-iframe-holder {
    padding-top: 2.77778vw;
    padding-bottom: 2.77778vw;
  }

  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 62.5vw;
  }

  .mfp-iframe-holder .mfp-close {
    top: -2.77778vw;
  }

  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
  }

  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0.55556vw rgba(0, 0, 0, 0.6);
    background: #000;
  }

  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 2.77778vw 0;
    margin: 0 auto;
  }

  .mfp-figure {
    line-height: 0;
  }

  .mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2.77778vw;
    bottom: 2.77778vw;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 0.55556vw rgba(0, 0, 0, 0.6);
    background: #444;
  }

  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 0.83333vw;
    line-height: 0.97222vw;
  }

  .mfp-figure figure {
    margin: 0;
  }

  .mfp-bottom-bar {
    margin-top: -2.5vw;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
  }

  .mfp-title {
    text-align: left;
    line-height: 1.25vw;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 2.5vw;
  }

  .mfp-image-holder .mfp-content {
    max-width: 100%;
  }

  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
  }

  .callme-ds-button {
    text-decoration: none;
    cursor: pointer;
  }

  .callme-ds-button:hover {
    text-decoration: underline;
  }

  .slide_set2.ph-gallery-list {
    padding-top: 0;
  }

  font.text,
  font.text b {
    font-size: 1.11111vw;
  }

  .gallery.catalog_detail_page {
    padding-top: 2.77778vw;
  }

  .flex-subcats-4 {
    display: flex;
    flex-wrap: wrap;
  }

  .flex-subcats-4 > div {
    margin-right: 1em;
    min-width: calc(25% - 1em);
    width: calc(25% - 1em);
  }

  .flex-subcats-4 a {
    display: block;
    margin-bottom: 0.75em;
    text-align: center;
  }

  .flex-subcats-4 img {
    max-width: 100%;
  }

  .row > div img {
    filter: invert(39%) sepia(85%) saturate(297%) hue-rotate(349deg)
      brightness(94%) contrast(88%);
  }

  .column-img-3 {
    display: flex;
  }

  .column-img-3 > a > img {
    display: block;
    max-width: 100%;
    width: calc(100% - 1em);
  }

  .search-form {
    margin-right: 0.69444vw;
    margin-top: 0.90278vw;
  }

  .search-form table,
  .search-form table tr {
    width: 20.83333vw;
    border: none;
    max-width: 100%;
  }

  .search-form .input_text,
  .search-form .input_btn {
    padding: 0;
  }

  .search-form .input_text input {
    width: 100%;
    border: 2px solid #fff;
  }

  .search-form .input_btn input {
    width: 100%;
    border: 2px solid #fff;
    background: #996b3e;
    width: 100%;
    color: #fff;
  }

  h1.title_style.fs53 {
    font-weight: 700;
  }

  .soc_inst2 {
    background-image: url(../../../../../bitrix/images/instagram.png);
    width: 2.08333vw;
    height: 2.08333vw;
  }

  .prims {
    text-align: center;
    margin-top: 1.73611vw;
    max-width: 70.83333vw;
  }

  .prim {
    width: 19%;
    height: 15.27778vw;
    float: left;
    text-align: center;
    position: relative;
    background: url(../../../../../bitrix/templates/marshak/img/prim/10.png)
      no-repeat;
  }

  .prim img {
    margin-top: 2.08333vw;
  }

  .prim .num {
    position: absolute;
    top: 0.41667vw;
    left: 6.31944vw;
  }

  .prims > .prim:nth-child(6) {
    margin-left: 6.94444vw;
  }

  .mytable {
    margin-bottom: 2.08333vw;
  }

  .mytable td {
    border-right: 1px solid #fff;
    padding: 0.69444vw 1.38889vw !important;
    box-sizing: border-box;
  }

  .mytable tr td:first-child,
  .mytable tr th:first-child {
    border-left: 1px solid #aeaeae;
  }

  .mytable tr td:last-child,
  .mytable tr th:last-child {
    border-right: 1px solid #aeaeae;
  }

  .mytable th {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #aeaeae;
    border-top: 1px solid #aeaeae;
    box-sizing: border-box;
    padding: 1.38889vw !important;
  }

  .mytable tr:first-child th,
  .mytable tr:first-child td {
    border-top: 1px solid #aeaeae;
  }

  .mytable tr:last-child th,
  .mytable tr:last-child td {
    border-bottom: 1px solid #aeaeae;
  }

  .mytable th {
    background-color: #eaeaea;
  }

  .mytable tr:nth-child(odd) {
    background-color: #f1f6fb;
  }

  .mytable td:nth-child(2),
  .mytable td:nth-child(3),
  .mytable th:nth-child(2),
  .mytable th:nth-child(3) {
    text-align: center;
    width: 20%;
  }

  .mytable td:nth-child(1) {
    width: 60%;
  }

  .mytable p {
    margin-bottom: 0;
  }

  div#accordion_faq h4 {
    padding-left: 2.2em;
    border-left: 0.27778vw solid #5ba24e;
    background: #f7f7f9;
    border: 1px solid #f7f7f9;
    border-left: 0.27778vw solid #ce9d6e;
    margin-top: 0.48611vw;
    color: #686868;
    font-size: 1.04167vw;
    font-weight: 700;
    position: relative;
    padding-right: 2.77778vw;
    padding-top: 1.38889vw;
    line-height: normal;
    padding-bottom: 1.38889vw;
  }

  div#accordion_faq .ui-accordion-content {
    border: 2px solid #f7f7f9;
    height: auto !important;
  }

  div#accordion_faq h4:focus {
    outline: none;
  }

  div#accordion_faq h4:after {
    content: "";
    position: absolute;
    width: 1.31944vw;
    height: 1.18056vw;
    background: url(../../../../../bitrix/templates/marshak/img/bok.svg);
    right: 0;
    margin-right: 1.38889vw;
    top: 1.52778vw;
    background-size: contain;
    background-repeat: no-repeat;
  }

  div#accordion_faq h4.ui-accordion-header-active.ui-state-active:after {
    content: "";
    position: absolute;
    width: 1.11111vw;
    height: 1.31944vw;
    background: url(../../../../../bitrix/templates/marshak/img/niz.svg);
    right: 0;
    margin-right: 1.38889vw;
    top: 1.38889vw;
  }

  div#accordion_faq h4:before {
    content: "";
    position: absolute;
    width: 0.76389vw;
    height: 1.04167vw;
    background: url(../../../../../bitrix/templates/marshak/img/vopr.svg);
    left: 1.04167vw;
    margin-right: 1.38889vw;
    top: 1.52778vw;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .vipclinic {
    width: 24.5%;
    float: left;
    height: 13.88889vw;
    border-bottom: 1px dashed #686868;
    border-right: 1px dashed #686868;
  }

  .clear {
    clear: both;
  }

  .vipclinic.last {
    border-right: none;
  }

  .vipclinic.bottom {
    border-bottom: none;
  }

  .vipclinic_img1 {
    background: url(../../../../../bitrix/templates/marshak/img/11.svg);
    width: 4.86111vw;
    height: 3.26389vw;
    margin: 0 auto;
    margin-top: 1.38889vw;
    margin-bottom: 1.38889vw;
  }

  .vipclinic_img2 {
    background: url(../../../../../bitrix/templates/marshak/img/22.svg);
    width: 4.16667vw;
    height: 4.02778vw;
    margin: 0 auto;
    margin-top: 1.38889vw;
    margin-bottom: 1.38889vw;
  }

  .vipclinic_img3 {
    background: url(../../../../../bitrix/templates/marshak/img/33.svg);
    width: 3.95833vw;
    height: 3.95833vw;
    margin: 0 auto;
    margin-top: 1.38889vw;
    margin-bottom: 1.38889vw;
  }

  .vipclinic_img4 {
    background: url(../../../../../bitrix/templates/marshak/img/44.svg);
    width: 4.09722vw;
    height: 4.09722vw;
    margin: 0 auto;
    margin-top: 1.38889vw;
    margin-bottom: 1.38889vw;
  }

  .vipclinic_img5 {
    background: url(../../../../../bitrix/templates/marshak/img/55.svg);
    width: 4.23611vw;
    height: 4.23611vw;
    margin: 0 auto;
    margin-top: 1.38889vw;
    margin-bottom: 1.38889vw;
  }

  .vipclinic_img6 {
    background: url(../../../../../bitrix/templates/marshak/img/66.svg);
    width: 3.75vw;
    height: 4.23611vw;
    margin: 0 auto;
    margin-top: 1.38889vw;
    margin-bottom: 1.38889vw;
  }

  .vipclinic_img7 {
    background: url(../../../../../bitrix/templates/marshak/img/77.svg);
    width: 4.02778vw;
    height: 3.88889vw;
    margin: 0 auto;
    margin-top: 1.38889vw;
    margin-bottom: 1.38889vw;
  }

  .vipclinic_img8 {
    background: url(../../../../../bitrix/templates/marshak/img/88.svg);
    width: 4.09722vw;
    height: 4.09722vw;
    margin: 0 auto;
    margin-top: 1.38889vw;
    margin-bottom: 1.38889vw;
  }

  .vipclinic p {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    line-height: normal;
  }

  .border-block_first {
    padding-top: 0;
  }

  .video_box {
    margin: 0 -0.69444vw;
  }

  .video_box:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
    height: 0;
    line-height: 0;
  }

  .video_item {
    padding: 0 0.69444vw;
    box-sizing: border-box;
    margin-bottom: 1.38889vw;
    width: 33.33333%;
    float: left;
  }

  .video_container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 47.25%;
    padding-top: 2.08333vw;
  }

  .video_container a.popup-youtube {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }

  .video_container:hover {
    background-size: 4.51389vw, cover !important;
  }

  .video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .bvi-body .prim {
    height: auto;
  }

  .bvi-body .prims > .prim:nth-child(6) {
    clear: left;
  }

  .bvi-body #dscallme_content p {
    line-height: 2.43056vw !important;
  }

  .bvi-body .ds-form form#dscallme_content-form input[type="submit"] {
    width: auto;
  }

  .bvi-body .dscallme_right_img {
    display: none;
  }

  .bvi-body .bx-pager_set {
    max-width: none;
    width: 100%;
  }

  .bvi-body .desc-overlay {
    display: none;
  }

  .test-button {
    margin-right: 2.43056vw;
  }

  .test-button:hover {
    cursor: pointer;
  }

  .menu_style2 li {
    padding: 0.34722vw 0 0.34722vw 2.77778vw;
    box-sizing: border-box;
  }

  .menu_style2 li:hover {
    background: url(../../../../../images/menu_sub_str.svg) no-repeat 1.04167vw
      center;
  }

  .api-search-title .baron__root,
  .api-search-title .api-clear-icon {
    display: none !important;
  }

  .header-mob-fix {
    display: none;
  }

  .vakansii_item_podrobnee:hover,
  .vakansii_wrap .svernyt:hover {
    cursor: pointer;
  }

  .side-sert {
    padding-top: 1.38889vw;
  }

  .side-sert .title_style {
    font-size: 2.08333vw;
    color: #526f39;
    font-weight: 700;
  }

  .side-sert .slider_style .slick-prev {
    background-image: url(../../../../../img/ar1.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 3.47222vw;
  }

  .side-sert .slider_style .slick-next {
    background-image: url(../../../../../img/ar1.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 3.47222vw;
  }

  .pre-side-sert {
    height: 2.08333vw;
    background: #fff;
  }

  .vskoraya {
    background: url(../../../../../bitrix/templates/marshak/img/istock-532866331_d_8502.jpg)
      no-repeat center bottom;
    height: 27.84722vw;
    display: block;
    width: 100%;
    max-width: 24.375vw;
  }

  .vskoraya .skoraya-ds-button {
    max-width: 15.83333vw;
    margin: 15.625vw auto 2.08333vw;
    text-align: center;
    background-color: #f25916;
    color: #fff;
    font-size: 1.11111vw;
    font-weight: 700;
    line-height: 1.11111vw;
    padding: 0.83333vw 0;
    display: block;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
  }

  .nouttext {
    display: block;
    background: #4a9a3d;
  }

  .nouttext1 {
    color: #fff;
    font-size: 2.08333vw;
    font-weight: 700;
    line-height: 1.875vw;
    text-align: center;
    padding: 1.45833vw 0.69444vw 0.69444vw;
    margin: 0;
  }

  .nouttext2 {
    margin: 0 auto;
    color: #fff;
    font-size: 1.11111vw;
    font-weight: 400;
    max-width: 20.13889vw;
    line-height: 1.18056vw;
    padding: 0 0.69444vw 1.25vw;
    text-align: center;
  }

  .textmain1 {
    margin-bottom: 3.47222vw;
    margin-top: 1.38889vw;
  }

  .textmain2 {
    margin-bottom: 3.47222vw;
  }

  .nomargbottom .pos-rel.only-pc .bx-viewport {
    height: auto !important;
  }

  .inline-blocks.margin_set1.slider-specialists {
    margin-top: 0;
  }

  .menu > li:hover .submenu + .submenu {
    transform: translateX(100%);
  }

  .slider-specialists2 .height_set2 {
    min-height: 5.20833vw;
  }

  .title_style h1.title_style {
    display: inline-block;
    margin-bottom: 0;
  }

  .height_set2 {
    min-height: 5.20833vw;
  }

  .us-middle-block {
    margin-top: 3.47222vw;
  }

  .pos-rel.only-pc {
    margin: 4.65278vw 0;
  }

  .us-middle-block .slider-gallery2 {
    padding: 0;
  }

  .prims {
    display: none;
  }

  .us-middle-block .col_set2 {
    margin-right: 1.3%;
    width: 46%;
    padding: 1.73611vw 3.81944vw 2.08333vw;
    transition: 0.3s;
  }

  .us-middle-block .block_style .btn_style3 {
    min-width: auto;
  }

  .slider-certificates img {
    max-width: 95%;
  }

  .us-middle-block .col_set2 {
    width: 46%;
  }

  .us-middle-block .list_style {
    min-height: 20.13889vw;
  }

  .us-middle-block .title_style2 {
    min-height: 4.16667vw;
    font-family: "Optima";
    font-size: 1.80556vw;
    line-height: 140%;
  }

  .srok-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.08333vw;
    margin-top: 2.08333vw;
  }

  .srok-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .srok-days {
    font-size: 3.33333vw;
    line-height: 1.66667vw;
    color: #ca9561;
    font-weight: 700;
    margin-right: 1.04167vw;
  }

  .srok-title {
    font-size: 1.25vw;
    color: #526f39;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.69444vw;
  }

  .srok-subtitle {
    font-size: 1.25vw;
    line-height: 1.66667vw;
    color: #686868;
    font-weight: 400;
  }

  .srok-days-index {
    font-size: 2.5vw;
  }

  .only-podhod .slide_set5 {
    padding-top: 0;
  }

  .price-politic {
    filter: drop-shadow(0 0 1.11111vw rgba(0, 0, 0, 0.05));
    background-color: #fff;
    border: 1px solid #e7e7e7;
    width: 100%;
    box-sizing: border-box;
    padding: 3.47222vw 6.94444vw;
    margin-bottom: 3.47222vw;
    background: url(../../../../../img/image.png);
    background-size: cover;
  }

  .price-politic-text p {
    margin-bottom: 1.38889vw;
    font-size: 1.11111vw;
    line-height: 1.80556vw;
  }

  .price-politic-text p span.fa-chevron-right {
    color: #3e9133;
  }

  .price-politic-svyz {
    margin-top: 2.77778vw;
    font-weight: 700;
  }

  .price-politic-svyz a {
    text-decoration: none;
    color: #3e9133;
    font-size: 1.38889vw;
    font-weight: 700;
  }

  .price-politic-svyz a:hover {
    text-decoration: underline;
  }

  .price-politic-button {
    font-size: 1.11111vw;
    line-height: 1.80556vw;
    color: #fff;
    font-weight: 700;
    background-color: #996b3e;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.04167vw 1.25vw;
    margin: 0 auto;
    cursor: pointer;
    opacity: 0.85;
    opacity: 1;
  }

  .header a.link-phone:hover {
    text-decoration: underline;
  }

  .foot-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .foot-flex > div:first-child {
    width: 25%;
  }

  .foot-menus {
    width: 70%;
    display: flex;
    justify-content: space-between;
  }

  .foot-menu {
    width: 20%;
  }

  .foot-menu-head {
    font-style: normal;
    font-weight: 400;
    font-size: 1.18056vw;
    line-height: 1.52778vw;
    color: #59a04e;
    margin-bottom: 1.80556vw;
  }

  .foot-menu a {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 0.97222vw;
    line-height: 1.66667vw;
    color: #686868;
    text-decoration: none;
  }

  .foot-menu a:hover {
    text-decoration: underline;
    color: #59a04e;
    cursor: pointer;
  }

  .foot-contacts {
    margin-top: 2.08333vw;
    margin-bottom: 1.73611vw;
  }

  .foot-contacts a {
    text-decoration: none;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 1.18056vw;
    line-height: 1.66667vw;
    color: #686868;
  }

  .foot-contacts a:hover {
    text-decoration: underline;
  }

  .foot-address {
    font-weight: 400;
    font-size: 0.97222vw;
    line-height: 1.66667vw;
    color: #686868;
    margin-bottom: 1.38889vw;
  }

  .foot-inn {
    font-weight: 400;
    font-size: 0.97222vw;
    line-height: 1.66667vw;
    color: #686868;
  }

  .foot-bottom {
    display: flex;
    margin-top: 1.04167vw;
  }

  .foot-buttons {
    margin-right: 1.38889vw;
  }

  .foot-buttons a {
    display: block;
  }

  .foot-soc .soc_yt2 {
    background: url(../../../../../bitrix/templates/marshak/img/icon_youtube.svg);
    margin-top: 0;
    opacity: 1;
  }

  .foot-soc .soc_vk2 {
    background: url(../../../../../bitrix/templates/marshak/img/vk.svg);
    margin-top: 0;
    opacity: 1;
  }

  .foot-soc .soc_yt2:hover,
  .foot-soc .soc_vk2:hover {
    opacity: 0.7;
  }

  .foot-buttons a.question {
    text-decoration: none;
    font-weight: 400;
    font-size: 0.97222vw;
    color: #fff;
    background: #59a04e;
    border: 1px solid #59a04e;
    padding: 0.69444vw 3.125vw;
    margin-bottom: 0.69444vw;
    text-align: center;
  }

  .foot-buttons a.program {
    text-decoration: none;
    font-weight: 400;
    font-size: 0.97222vw;
    color: #686868;
    border: 1px solid #59a04e;
    padding: 0.69444vw 1.04167vw;
    text-align: center;
  }

  .foot-buttons a.question:hover {
    background: transparent;
    color: #686868;
  }

  .foot-buttons a.program:hover {
    color: #fff;
    background: #59a04e;
  }

  .foot-pay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 10.41667vw;
    opacity: 0.5;
    position: absolute;
    right: 0;
    bottom: 0;
    flex-wrap: wrap;
  }

  .foot-pay img {
    width: 2.77778vw;
    margin-right: 0.69444vw;
  }

  .art-inner-form {
    background: #f8f8f8;
    padding: 2.77778vw;
    margin: 2.77778vw 0;
  }

  .art-inner-form .title_style {
    font-family: "Futura Md";
    font-weight: 400;
    font-size: 1.94444vw;
    line-height: 2.56944vw;
    color: #2b4637;
    font-family: "Optima" !important;
  }

  .art-inner-form form[name="iblock_add"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .art-inner-form .mat-div,
  .art-inner-form .butok {
    order: 1;
    width: 23%;
  }

  .art-inner-form .soglas_form {
    order: 2;
    width: 100%;
    margin-top: 2.08333vw;
  }

  .art-inner-form .mat-input {
    background: #fff;
    border: 1px solid #ebedec;
    height: 4.02778vw;
  }

  .art-inner-form textarea.mat-input {
    margin-bottom: -0.27778vw;
  }

  .art-inner-form .butok {
    height: 4.02778vw;
  }

  a.hlink {
    color: #a47444;
  }

  .bx-breadcrumb i {
    float: left;
  }

  .foot-min {
    display: flex;
    align-items: center;
    margin-top: 1.04167vw;
    font-size: 0.97222vw;
    flex-wrap: wrap;
  }

  .foot-min a img {
    height: 3.81944vw;
  }

  .foot-min div {
    padding: 0.34722vw 0.48611vw;
  }

  .avatar {
    border-radius: 0;
  }

  .price-politic-new {
    background: url(../../../../../img/cnfon.png);
    background-size: cover;
    background-position: right;
    padding: 2.08333vw 4.16667vw;
  }

  .price-politic-new p.price-politic-first {
    font-weight: 700;
    font-size: 1.66667vw;
    line-height: 2.15278vw;
    color: #686868;
    width: 67%;
    margin-bottom: 1.11111vw;
    font-family: "Optima";
  }

  .price-politic-flex {
    display: flex;
    width: 60%;
    margin-bottom: 2.08333vw;
  }

  .price-politic-flex > div > div:first-child {
    font-weight: 700;
    font-size: 1.11111vw;
    line-height: 1.45833vw;
    color: #686868;
    margin-bottom: 0.83333vw;
  }

  .price-politic-flex > div > div span:not(.fa) {
    background: #c58e58;
    position: absolute;
    left: 0.55556vw;
    width: 0.34722vw;
    height: 0.34722vw;
    display: block;
    top: 0.48611vw;
  }

  .price-politic-flex > div > div:not(:first-child) {
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 1.45833vw;
    color: #686868;
    margin-bottom: 0.20833vw;
    padding-left: 1.73611vw;
    position: relative;
  }

  .price-politic-bottom {
    display: flex;
    align-items: flex-start;
    width: 65%;
    flex-direction: column;
  }

  .price-politic-svyz {
    margin-top: 0;
    font-weight: 400;
    font-size: 0.97222vw !important;
    line-height: 1.25vw !important;
    color: #686868;
  }

  .price-politic-new a.price-politic-button {
    text-decoration: none;
    margin: 0;
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 1.45833vw;
    color: #fff;
    white-space: pre;
    margin-right: 1.18056vw;
  }

  .price-politic-svyz a {
    font-weight: 700;
    font-size: 0.97222vw;
    line-height: 1.25vw;
    color: #686868;
  }

  .pos-rel.slide1 .bx-pager_style.only-pc-tab {
    opacity: 0;
  }

  .new-text-block p {
    font-size: 1.111vw;
    line-height: 120%;
    color: #333;
    margin-bottom: 1.73611vw;
  }

  .new-text-block img.fright {
    float: right;
    margin-left: 1.73611vw;
  }

  .new-text-block h2 {
    font-weight: 400;
    font-size: 2.08333vw;
    line-height: 2.63889vw;
    color: #2b4637;
    margin-bottom: 1.38889vw;
    font-family: "Optima";
  }

  .new-text-block h3 {
    font-weight: 400;
    font-size: 1.73611vw;
    line-height: 2.22222vw;
    color: #5e5e5e;
    margin-bottom: 1.38889vw;
  }

  .new-text-block .price-politic-new,
  .new-text-block #accordion_faq {
    margin-bottom: 3.47222vw;
  }

  .simptom-flex,
  .kodir-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.73611vw;
  }

  .simptom-flex > div {
    width: 24%;
    border: 2px solid #d6f5d2;
    border-radius: 0.69444vw;
    padding: 1.73611vw;
    box-sizing: border-box;
  }

  .kodir-flex > div {
    width: 32%;
    border: 1px solid #2b463736;
    border-radius: 0.69444vw;
    padding: 1.73611vw;
    box-sizing: border-box;
  }

  .simptom-desc,
  .kodir-desc {
    font-size: 1.11vw;
    line-height: 140%;
    color: #333;
    margin-top: 1.38889vw;
  }

  .simptom-desc span {
    font-weight: 700;
  }

  .simptom-num,
  .kodir-num {
    font-weight: 400;
    font-size: 1.7vw;
    line-height: 6vw;
    color: #2b4637;
    background: #f5f5f5;
    width: 6vw;
    height: 6vw;
    text-align: center;
    border-radius: 100%;
  }

  .mef-why {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .mef-why-item {
    width: 24%;
    margin-bottom: 2.08333vw;
    text-align: center;
  }

  .mef-why-item span {
    display: block;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.94444vw;
    text-align: center;
    color: #333;
    margin-top: 0.83333vw;
  }

  .new-text-block h3 {
    font-weight: 700;
    font-size: 1.38889vw;
    line-height: 1.80556vw;
    color: #333;
  }

  .mef-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.73611vw;
    flex-wrap: wrap;
  }

  .mef-flex > div {
    width: 49%;
    border: 2px solid #0000000a;
    border-radius: 0.69444vw;
    padding: 1.73611vw;
    box-sizing: border-box;
    margin-bottom: 1.38889vw;
  }

  .mef-desc {
    font-size: 1.11111vw;
    line-height: 1.66667vw;
    color: #333;
    margin-top: 1.38889vw;
  }

  .mef-desc span {
    font-weight: 700;
  }

  .mef-num {
    font-weight: 400;
    font-size: 1.73611vw;
    line-height: 3.88889vw;
    color: #2b4637;
    background: #f5f5f5;
    width: 3.88889vw;
    height: 3.88889vw;
    text-align: center;
    border-radius: 100%;
  }

  .terapiya-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.47222vw;
  }

  .step-terapiya {
    width: 56%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .step-text {
    width: 41%;
    font-weight: 400;
    font-size: 1.04167vw;
    line-height: 1.80556vw;
    color: #7c7a7a;
    background: #fff;
    box-shadow: 0 0 1.42451vw rgba(0, 0, 0, 0.09);
    border-radius: 0.69444vw;
    padding: 2.08333vw 2.77778vw;
    box-sizing: border-box;
  }

  .step-terapiya > div {
    width: 48%;
    position: relative;
  }

  .step-terapiya > div:nth-child(1),
  .step-terapiya > div:nth-child(2) {
    margin-bottom: 1.73611vw;
  }

  .terapiya-num {
    font-weight: 500;
    font-size: 2.08333vw;
    line-height: 5.20833vw;
    text-align: center;
    color: #fff;
    background: linear-gradient(136deg, #996b3e 0.11%, #c78f58 99.87%);
    border-radius: 0.27778vw;
    width: 5.20833vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
  }

  .terapiya-desc {
    box-shadow: 0 0 1.42451vw rgba(0, 0, 0, 0.09);
    border-radius: 0.69444vw;
    margin-left: 3.05556vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
    font-size: 1.11111vw;
    line-height: 2.01389vw;
    color: #333;
    padding: 0 0.69444vw 0 3.47222vw;
    min-height: 8.33333vw;
    box-sizing: border-box;
  }

  .terapiya-desc span {
    font-size: 0.83333vw;
    font-weight: 400;
    line-height: 1.14583vw;
  }

  .new-sroki-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.47222vw;
  }

  .new-sroki-flex > div {
    width: 23%;
  }

  .new-sroki-flex .sroki-num {
    font-weight: 600;
    font-size: 3vw;
    line-height: 3.88889vw;
    color: #2b4637;
  }

  .new-sroki-flex .sroki-desc {
    font-weight: 400;
    font-size: 1.11vw;
    line-height: 120%;
    color: #333;
  }

  .new-sroki-flex .sroki-desc span {
    font-weight: 700;
  }

  .metod-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .metod-flex-list {
    width: 55%;
    padding: 1.38889vw;
    box-sizing: border-box;
    border-left: 2px solid #996b3e;
  }

  .metod-flex-list.metod-full {
    width: 100%;
    margin-bottom: 2.08333vw;
  }

  .metod-flex-list li {
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 2.36111vw;
    color: #333;
  }

  .metod-flex-text {
    width: 40%;
    font-weight: 400;
    font-size: 1.04167vw;
    line-height: 1.80556vw;
    color: #7c7a7a;
  }

  .metod-flex-list li::marker {
    color: #2b4637;
  }

  .green-block {
    background: #2b4637;
    border-radius: 0.69444vw;
    margin: 3.47222vw 0;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 2.01389vw;
    text-align: center;
    color: #fff;
    padding: 2.08333vw 20%;
  }

  .green-block a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 2.01389vw;
    /*color: #2B4637;*/
    text-align: left;
    font-family: "PT Sans", Arial, sans-serif;
  }

  .page-bottom-block div.title_style {
    text-align: center;
  }

  .simpe-table {
    width: 100%;
    margin-bottom: 1.38889vw;
    border: 1px solid #ddd;
    border-collapse: collapse;
  }

  .simpe-table th {
    font-weight: 700;
    padding: 0.34722vw;
    background: #efefef;
    border: 1px solid #ddd;
  }

  .simpe-table td {
    border: 1px solid #ddd;
    padding: 0.34722vw;
  }

  .step-terapiya.step-terapiya-full {
    width: 100%;
  }

  .step-terapiya.step-terapiya-full > div {
    width: 100%;
  }

  .step-terapiya-full .terapiya-desc {
    font-weight: 400;
    min-height: 10.41667vw;
  }

  .green-block.green-block-full {
    padding: 2.08333vw 15%;
  }

  .how-item {
    border: 1px solid rgba(73, 152, 61, 0.5);
    margin-bottom: 0.83333vw;
    padding: 2.08333vw 5.55556vw;
    position: relative;
  }

  .how-title {
    font-weight: 700;
    font-size: 1.11111vw;
    line-height: 1.59722vw;
    color: #2b4637;
    margin-bottom: 0.34722vw;
  }

  .how-text {
    font-weight: 400;
    font-size: 1.111vw;
    line-height: 120%;
    color: #525252;
  }

  .how-num {
    font-weight: 700;
    font-size: 6.25vw;
    line-height: 7.98611vw;
    color: rgba(164, 203, 158, 0.15);
    position: absolute;
    left: 2.08333vw;
    top: 0;
  }

  .lightgreen-block {
    background: rgba(214, 245, 210, 0.25);
    border-radius: 0.69444vw;
    padding: 2.77778vw 2.08333vw;
    margin: 3.47222vw 0;
  }

  .bx-pager_style.only-mob {
    display: none;
  }

  .naprav-text {
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 1.52778vw;
    text-align: center;
    color: #686868;
    margin-bottom: 4.51389vw;
  }

  .naprav-title {
    font-weight: 400;
    font-size: 2.70833vw;
    line-height: 3.47222vw;
    color: #5aa14d;
    text-align: center;
    margin-bottom: 0.48611vw;
  }

  .naprav-flex {
    display: flex;
    justify-content: space-between;
  }

  .naprav-item {
    width: 24%;
    border: 2px solid #d6f5d2;
    border-radius: 0.69444vw;
    padding: 2.43056vw;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 6.25vw;
  }

  .naprav-item .naprav-img {
    margin-bottom: 2.08333vw;
    min-height: 5.06944vw;
  }

  .naprav-name {
    font-weight: 450;
    font-size: 2.08333vw;
    line-height: 2.63889vw;
    color: #4a983e;
    margin-bottom: 0.69444vw;
  }

  .naprav-desk {
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 1.52778vw;
    color: #686868;
  }

  .naprav-item a {
    display: block;
    font-weight: 700;
    font-size: 1.04167vw;
    line-height: 1.66667vw;
    color: #f25916;
    text-decoration: none;
    position: absolute;
    bottom: 2.08333vw;
  }

  .naprav-item a:after {
    content: url(../../../../../img/naprav-arr.png);
    position: absolute;
    left: 110%;
  }

  .slide1 .bx-controls {
    display: none;
  }

  .methods {
    background: #f3f3f3;
    padding-bottom: 6.25vw;
  }

  .methods-title {
    font-weight: 400;
    text-align: center;
    font-size: 2.70833vw;
    line-height: 3.47222vw;
    color: #5aa14d;
    margin-bottom: 4.16667vw;
  }

  .methods-title span {
    font-weight: 700;
  }

  .methods-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .methods-item {
    width: 32%;
    background: #fff;
    text-decoration: none;
    margin-bottom: 1.875vw;
    border-radius: 0.69444vw;
    box-shadow: 0 0 1.875vw rgba(0, 0, 0, 0.04);
  }

  .methods-name {
    padding: 2.77778vw;
    font-weight: 450;
    font-size: 1.875vw;
    line-height: 2.43056vw;
    color: #333;
  }

  .methods-img {
    width: 100%;
    height: 15.41667vw;
    background-size: cover;
    background-position: top;
    border-bottom-left-radius: 0.69444vw;
    border-bottom-right-radius: 0.69444vw;
    position: relative;
  }

  .methods-img:before {
    content: url(../../../../../img/methods-hr.png);
    position: absolute;
    top: -1.04167vw;
    left: 0;
  }

  .methods-img:after {
    content: url(../../../../../img/methods-ar.png);
    position: absolute;
    top: -4.86111vw;
    right: 0;
  }

  .text-main-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .text-main-block .text-block,
  .slider-main-block {
    width: 48%;
  }

  .text-main-block .text-block h1 {
    font-weight: 400;
    font-size: 2.70833vw;
    line-height: 3.47222vw;
    color: #5aa14d;
    text-align: left;
  }

  .text-main-block .text-block p {
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 1.52778vw;
    color: #686868;
  }

  .text-main-block .text-block h2 {
    font-weight: 400;
    font-size: 2.43056vw;
    line-height: 2.77778vw;
    color: #5aa14d;
    text-align: left;
  }

  .slider-main-img {
    width: 65%;
  }

  .slider-main-item {
    height: 35.06944vw;
    border-radius: 0.69444vw;
    background-position: center;
    background-size: cover;
    margin: 0 0.69444vw;
  }

  .slider-main-img .slick-prev {
    background-image: url(../../../../../img/main-arr.png);
    width: 2.5vw;
    height: 2.5vw;
    background-repeat: no-repeat;
    background-position: center;
    transform: translatey(-50%);
    left: 1.38889vw;
    top: 50%;
  }

  .slider-main-img .slick-next {
    background-image: url(../../../../../img/main-ar.png);
    width: 2.5vw;
    height: 2.5vw;
    background-repeat: no-repeat;
    background-position: center;
    transform: translatey(-50%);
    right: 1.38889vw;
    top: 50%;
  }

  .slider-main-img .slick-disabled {
    display: none !important;
  }

  .slider-main-block {
    overflow: hidden;
  }

  .slider-main-img .slick-list {
    overflow: visible;
  }

  .slider-main-img .slick-slide:not(.slick-active) .slider-main-item {
    opacity: 0.4;
  }

  .lech-block {
    background: #f3f3f3;
  }

  .lech-block .text-block {
    text-align: center;
  }

  .lech-block .text-block,
  .lech-block .text-block p {
    text-align: center;
  }

  .lech-block .text-block p {
    width: 77%;
    margin: 0 auto 1.38889vw;
  }

  .lech-block .text-block h2 {
    font-weight: 400;
    font-size: 2.70833vw;
    line-height: 3.47222vw;
    color: #5aa14d;
  }

  .lech-block .text-block h2 span {
    font-weight: 700;
  }

  .terapiya-main-flex .step-terapiya {
    width: 80%;
    margin: 1.38889vw auto;
  }

  .terapiya-main-flex .terapiya-desc {
    text-align: left;
    min-height: 13.61111vw;
    padding: 0 1.38889vw 0 4.86111vw;
    background-color: #fff;
  }

  .terapiya-main-flex .terapiya-desc span {
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 1.66667vw;
    color: #333;
    margin-top: 1.04167vw;
  }

  .vrach-top {
    display: flex;
    align-items: center;
  }

  .vrach-top-button {
    margin-left: 5.55556vw;
  }

  .vrach-top-button,
  .vrach-bot-button {
    background-color: #509b43;
  }

  .vrach-bot-button {
    display: none;
  }

  .vrach-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .vrach-left-block {
    width: 63%;
  }

  .vrach-img-block {
    width: 25%;
    position: relative;
  }

  .vrach-water {
    position: absolute;
    left: -3.125vw;
    bottom: 3.125vw;
  }

  .vrach-title {
    font-weight: 400;
    font-size: 3.10746vw;
    line-height: 3.95833vw;
    color: #5aa14d;
    margin-bottom: 0.69444vw;
  }

  .vrach-title span {
    font-weight: 700;
    display: block;
  }

  .vrach-main {
    font-weight: 700;
    font-size: 1.18056vw;
    line-height: 1.66667vw;
    color: #333;
    margin-bottom: 2.5vw;
  }

  .vrach-text {
    background: rgba(243, 243, 243, 0.5);
    border-radius: 1.04167vw;
    padding: 3.47222vw;
    position: relative;
  }

  .vrach-text:before {
    content: "";
    width: 4.30556vw;
    height: 3.33333vw;
    display: block;
    background-image: url(../../../../../img/quote.png);
    position: absolute;
    background-repeat: no-repeat;
    right: 1.73611vw;
    top: -1.73611vw;
  }

  .vrach-text p {
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 1.66667vw;
    margin-bottom: 1.38889vw;
  }

  .vrach-text p span:first-child {
    font-weight: 700;
  }

  .vrach-text p span:nth-child(2) {
    font-weight: 700;
    color: #2b4637;
  }

  .ist-block1 {
    display: flex;
    margin-top: 2.08333vw;
    justify-content: space-between;
  }

  .ist-block1 .ist-column1 {
    width: 58%;
  }

  .ist-block1 .ist-column2 {
    width: 40%;
  }

  .ist-primer {
    padding: 0.55556vw 2.43056vw;
    margin-bottom: 1.11111vw;
    border-left: 2px solid #996b3e;
  }

  .ist-num {
    font-weight: 700;
    font-size: 1.31944vw;
    line-height: 2.01389vw;
    color: #2b4637;
  }

  .ist-name {
    font-weight: 700;
    font-size: 1.31944vw;
    line-height: 2.01389vw;
    color: #333;
    display: inline-block;
    margin-left: 1.04167vw;
  }

  .ist-primer p {
    margin-top: 1.11111vw;
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 2.01389vw;
    color: #333;
  }

  .ist-primer span.bold {
    font-weight: 700;
  }

  ul.ist-list {
    margin-bottom: 1.38889vw;
  }

  ul.ist-list li {
    font-weight: 400;
    font-size: 1.11vw;
    line-height: 120%;
    color: #333;
  }

  ul.ist-list li::marker {
    color: #2b4637;
  }

  .ist-green {
    font-weight: 700;
    font-size: 1.11111vw;
    line-height: 2.01389vw;
    color: #996b3e;
  }

  .ist-column2 img {
    max-width: 100%;
    margin-bottom: 1.38889vw;
  }

  h2.ist-h2 {
    font-weight: 400;
    font-size: 2.08333vw;
    line-height: 2.63889vw;
    color: #2b4637;
    margin-bottom: 0.69444vw;
    margin-top: 2.08333vw;
  }

  .ist-block2 p.bold {
    font-weight: 700;
    font-size: 1.11111vw;
    line-height: 2.01389vw;
    color: #333;
    margin-top: 0.69444vw;
    margin-bottom: 0.97222vw;
  }

  .ist-greybg {
    background: #f8f8f8;
    border-radius: 0.69444vw;
    margin-bottom: 0.69444vw;
    padding: 0.625vw 1.38889vw;
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 2.01389vw;
    color: #333;
  }

  .ist-greybg .bold {
    font-weight: 700;
  }

  .ist-list2 {
    padding-left: 2.08333vw;
  }

  .ist-list2 li {
    list-style: none;
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 2.43056vw;
    color: #333;
    position: relative;
  }

  .ist-list2 li::before {
    content: "";
    position: absolute;
    left: -2.08333vw;
    top: 0.83333vw;
    background: linear-gradient(89.85deg, #996b3e 0.11%, #c78f58 99.87%);
    width: 0.69444vw;
    height: 0.69444vw;
    left: -1.45833vw;
  }

  .ist-block2 p {
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 2.01389vw;
    color: #333;
  }

  .ist-block3 {
    margin-top: 2.77778vw;
    /* background:#F5FCF4; */
    border-left: 0.20833vw solid #996b3e;
    border-radius: 9;
    padding: 2.08333vw;
  }

  .ist-block3 img + h2 {
    margin-top: 0;
  }

  .ist-block3 p {
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 2.01389vw;
    color: #333;
    margin-bottom: 1.04167vw;
  }

  .ist-block3 img {
    float: right;
    margin-left: 0.69444vw;
  }

  .banner-form {
    padding: 4.86111vw 5.55556vw;
    margin-bottom: 1.38889vw;
    background-size: cover;
  }

  .banner-title {
    /* font-weight: 700; */
    font-size: 3.19444vw;
    line-height: 100%;
    color: #996b3e;
    font-family: "Optima";
  }

  .banner-subtitle {
    font-size: 2vw;
    line-height: 100%;
    color: #c78f58;
    margin-bottom: 0.55556vw;
    font-family: "Optima";
  }

  .banner-text {
    font-size: 1.11111vw;
    line-height: 2.01389vw;
    color: #333;
  }

  .banner-forma {
    margin-top: 0.69444vw;
    width: 60%;
  }

  .banner-forma .mat-input {
    background: #fff;
    border: none;
    margin-bottom: 0.69444vw;
    font-size: 1.31944vw;
    line-height: 1.875vw;
    color: #b1b1b1;
  }

  .banner-forma .butok {
    background: #996b3e;
    font-size: 1.25vw;
    line-height: 3.40278vw;
    text-align: center;
    color: #fff;
    height: 3.40278vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-forma form {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
  }

  .banner-forma form > * {
    width: 48%;
  }

  .banner-forma .mat-div:nth-child(5) {
    width: 100%;
  }

  .banner-alert {
    position: absolute;
  }

  .banner-forma .title_style {
    margin-bottom: 1.38889vw;
    margin-top: 1.38889vw;
  }

  .partner-block {
    background: #f3f3f3;
    border-radius: 1.04167vw;
    padding: 2.77778vw;
    margin-bottom: 1.38889vw;
    display: flex;
    align-items: flex-start;
  }

  .partner-block img {
    width: 13.88889vw;
    margin-right: 0.69444vw;
  }

  .partner-block p {
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 1.52778vw;
    color: #686868;
    margin-bottom: 1.04167vw;
  }

  .yakors {
    display: flex;
    flex-wrap: wrap;
  }

  .yakors a {
    background: #d6f5d2;
    border-radius: 2px;
    margin-right: 0.76389vw;
    font-weight: 700;
    font-size: 1.11111vw;
    line-height: 1.45833vw;
    text-align: center;
    color: #333;
    text-decoration: none;
    padding: 0.83333vw 2.08333vw;
    margin-bottom: 2.08333vw;
  }

  .yakors a:hover {
    background: #e9ffe7;
  }

  .info-text {
    background: #f5f5f5;
    padding: 1.38889vw;
    margin-bottom: 2.08333vw;
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 2.01389vw;
    color: #686868;
    display: flex;
  }

  .info-text:before {
    content: url(../../../../../img/icon-checkmark.png);
    margin-right: 1.38889vw;
    filter: invert(39%) sepia(85%) saturate(297%) hue-rotate(349deg)
      brightness(94%) contrast(88%);
  }

  .step-terapiya.step-terapiya-horiz {
    width: 100%;
  }

  .step-terapiya.step-terapiya-horiz > div {
    width: 31%;
  }

  .step-terapiya.step-terapiya-horiz .terapiya-desc {
    padding: 2.08333vw 0.69444vw 2.08333vw 3.47222vw;
    height: 100%;
    display: block;
  }

  .step-terapiya.step-terapiya-horiz > div:nth-child(1),
  .step-terapiya.step-terapiya-horiz > div:nth-child(2) {
    margin-bottom: 0;
  }

  .step-terapiya.step-terapiya-horiz .terapiya-desc,
  .step-terapiya.step-terapiya-horiz .terapiya-desc span {
    font-size: 1.11111vw;
    line-height: 1.52778vw;
    color: #333;
    font-weight: 400;
  }

  .grey-text {
    background: #fff;
    box-shadow: 0 0 1.42451vw rgba(0, 0, 0, 0.09);
    border-radius: 0.69444vw;
    padding: 2.08333vw;
    font-size: 1.04167vw;
    line-height: 1.80556vw;
    color: #7c7a7a;
    margin-bottom: 3.47222vw;
  }

  .kodir-flex.kodir-flex-wrap {
    flex-wrap: wrap;
  }

  .kodir-flex.kodir-flex-wrap > div {
    margin-bottom: 1.38889vw;
  }

  .otzovik-block {
    display: flex;
    justify-content: space-between;
  }

  .otzovik-block a {
    text-align: center;
    text-decoration: none;
  }

  .otz-reit {
    font-weight: 400;
    font-size: 1.38889vw;
    line-height: 1.80556vw;
    color: #303032;
    margin-top: 1.04167vw;
  }

  .otz-reit span {
    font-weight: 700;
    font-size: 2.08333vw;
    line-height: 2.63889vw;
    color: #59a04e;
  }

  .green-border {
    border: 2px solid #d6f5d2;
    border-radius: 0.69444vw;
    padding: 1.66667vw 2.36111vw;
    margin-bottom: 2.77778vw;
  }

  .right-list-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.77778vw;
  }

  .right-list-flex > div {
    width: 48%;
  }

  .right-list-flex > div:nth-child(2) {
    box-shadow: 0 0 1.42451vw rgba(0, 0, 0, 0.09);
    border-radius: 0.69444vw;
    padding: 2.08333vw;
    box-sizing: border-box;
  }

  .step-terapiya.step-terapiya-2 p {
    margin-bottom: 0;
  }

  .step-terapiya.step-terapiya-2 p.terapiya-desc-title {
    font-weight: 700;
    font-size: 1.5vw;
    color: #2b4637;
    margin-bottom: 0.48611vw;
  }

  .step-terapiya-2 .terapiya-num {
    transform: none;
    top: 0.97222vw;
  }

  .step-terapiya.step-terapiya-2 > div {
    margin-bottom: 2.08333vw !important;
  }

  .step-terapiya-full.step-terapiya-2 .terapiya-desc {
    padding-top: 1.73611vw;
    padding-bottom: 1.73611vw;
  }

  .lightgreen-block p:last-child {
    margin-bottom: 0;
  }

  .check-doctor {
    margin-top: 1.38889vw;
    background: #f8f8f8;
    padding: 2.08333vw 2.77778vw;
    display: flex;
    align-items: center;
  }

  .check-name a {
    font-size: 1.25vw;
    color: #996b3e;
    -webkit-text-decoration: dashed;
    text-decoration: dashed;
    font-family: "Optima";
  }

  .check-desc {
    margin-top: 0.69444vw;
    border-left: 2px solid #996b3e;
    padding-left: 0.69444vw;
  }

  .check-right {
    display: flex;
    align-items: center;
  }

  .check-right img {
    height: 6.94444vw;
    border-radius: 6.25vw;
    margin-right: 2.08333vw;
    width: 6.94444vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    min-width: 6.94444vw;
  }

  .check-text {
    font-size: 1.25vw;
  }

  .check-text,
  .check-right {
    width: 50%;
  }

  .del {
    color: #2b4637;
  }

  .clin-banner {
    background: url(../../../../../images/clinfon.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    margin-bottom: 3.81944vw;
    margin-top: 2.08333vw;
  }

  .clin-banner-inner {
    padding: 2.63889vw 3.47222vw;
  }

  .clin-title {
    color: #5aa14d;
    font-size: 3.19444vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.125vw;
    margin-bottom: 0.55556vw;
  }

  .clin-subtitle {
    color: #5aa14d;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.125vw;
    margin-bottom: 1.52778vw;
  }

  .clin-text {
    width: 55%;
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.01389vw;
  }

  .clin-text a {
    color: #333;
  }

  .clinic-comment {
    display: flex;
    align-items: flex-start;
    padding: 2.08333vw;
    border-radius: 0.69444vw;
    background: #fff;
    box-shadow: 0 0 1.42451vw 0 rgba(0, 0, 0, 0.09);
    margin-bottom: 2.77778vw;
  }

  .comment-right {
    margin-left: 1.38889vw;
  }

  .comment-text {
    color: #333;
    font-size: 1.04167vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    margin-bottom: 1.18056vw;
  }

  .comment-autor {
    color: #2b4637;
    font-size: 1.04167vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.77083vw;
  }

  .comment-vrach {
    color: #333;
    font-size: 1.04167vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
  }

  .comment-photo-inner {
    border-radius: 10.55556vw;
    border: 1px solid #2b4637;
    min-width: 10.55556vw;
    height: 10.55556vw;
    overflow: hidden;
  }

  .comment-photo img {
    width: 100%;
  }

  .comment-photo {
    position: relative;
  }

  .comment-photo:after {
    content: url(../../../../../images/comment.png);
    position: absolute;
    right: -0.69444vw;
    top: -0.69444vw;
  }

  .clinic-prims {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.08333vw;
  }

  .clinic-prim {
    width: 24%;
    padding: 1.875vw 1.52778vw;
    border-radius: 0.69444vw;
    border: 2px solid #d6f5d2;
    box-sizing: border-box;
  }

  .clinic-prim img {
    display: block;
    margin-bottom: 1.59722vw;
  }

  .clinic-primium {
    height: 24.58333vw;
    background-image: url(../../../../../images/clinic-premium.png);
    position: relative;
    background-position: center;
    margin-bottom: 2.08333vw;
  }

  .clinic-primium span {
    color: #fff;
    font-size: 2.08333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 2.5vw;
    left: 3.05556vw;
  }

  .clinic-reqs {
    border-radius: 0.69444vw;
    background: #f3f3f3;
    padding: 1.38889vw 2.08333vw;
  }

  .clinic-reqs-title {
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.76389vw;
  }

  .clinic-reqs p {
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.18056vw;
  }

  .banner-form.vip-form {
    background-image: url(../../../../../images/vipban.png);
    background-color: #f3f3f3;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .vip-prims {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.08333vw;
  }

  .vip-prim {
    width: 24%;
    padding: 1.875vw 1.52778vw;
    border-radius: 0.69444vw;
    border: 2px solid #d6f5d2;
    box-sizing: border-box;
  }

  .vip-prim img {
    display: block;
    margin-bottom: 1.59722vw;
  }

  .vip_video_frame {
    position: relative;
    width: 100%;
    height: 22.63889vw;
    left: 0;
  }

  .vip_video_frame p {
    color: #5d9545;
    text-align: center;
    font-size: 2.08333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 3.61111vw;
  }

  .vip_video_frame div {
    top: 45%;
    left: 50%;
    transform: translate(-50%);
    width: 4.58333vw;
    height: 3.26389vw;
  }

  .vip_video_frame:hover div {
    top: 43%;
    left: 50%;
    transform: translate(-50%);
    width: 4.58333vw;
    height: 3.26389vw;
  }

  .vipgreen {
    border-radius: 0.69444vw;
    background: #f4fcf3;
    padding: 1.38889vw 2.08333vw;
    margin-bottom: 2.08333vw;
  }

  .vipgreen p {
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .vipgreen p:last-child {
    margin-bottom: 0;
  }

  .vipspec .new-specs .item-specialst {
    width: calc(33% - 2.22222vw);
  }

  .new-text-block .vipspec a {
    color: #428b34;
  }

  .new-text-block .vipspec a.spec-url:hover,
  .new-text-block .vipspec a.btn_style3:hover {
    color: #fff;
  }

  .vipspec .margin_set1 {
    margin-bottom: 1.52778vw;
  }

  .vipspec {
    margin-bottom: 2.77778vw;
  }

  .fleft {
    float: left;
    margin-right: 1.73611vw;
  }

  .vip-programs {
    display: flex;
    justify-content: space-between;
  }

  .vipprogram {
    width: 24%;
    border-radius: 0.69444vw;
    border: 2px solid #d6f5d2;
    padding: 1.875vw 1.52778vw;
    box-sizing: border-box;
  }

  .vipprogram li::marker {
    color: #2b4637;
  }

  .vipprogram img {
    margin-bottom: 1.59722vw;
  }

  .vipprogram li {
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.76389vw;
  }

  .poch-flex {
    margin-bottom: 1.38889vw;
    border-radius: 0.69444vw;
    background: #f5f5f5;
    display: flex;
    padding: 1.38889vw 2.08333vw;
    justify-content: space-between;
    align-items: flex-start;
  }

  .poch-flex > div {
    display: flex;
    width: 30%;
    align-items: flex-start;
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .poch-flex > div img {
    margin-right: 0.83333vw;
    width: 3.47222vw;
    filter: invert(39%) sepia(85%) saturate(297%) hue-rotate(349deg)
      brightness(94%) contrast(88%);
  }

  .contact-req-title {
    color: #333;
    font-size: 1.45833vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1.04167vw;
  }

  .contact-req-text {
    color: #333;
    font-size: 1.45833vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .contact-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.77778vw;
  }

  .contact-map {
    width: 50%;
  }

  .contact-info {
    width: 45%;
  }

  .contact-block-grey {
    border-radius: 0.69444vw;
    background: #f5f5f5;
    padding: 2.77778vw;
  }

  .flex-row {
    display: flex;
    justify-content: space-between;
  }

  .contact-tel span,
  .contact-mail span,
  .contact-addr span,
  .contact-site span {
    display: block;
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0.41667vw 0;
  }

  .contact-tel,
  .contact-mail,
  .contact-addr,
  .contact-site {
    margin-bottom: 1.73611vw;
    display: flex;
  }

  .contact-tel a,
  .contact-mail a,
  .contact-site a {
    color: #996b3e;
    /* font-family: PT Sans; */
    font-size: 1.45833vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    /* font-size: 1vw; */
    display: block;
  }

  .contact-tel a:hover,
  .contact-mail a:hover,
  .contact-site a:hover {
    text-decoration: underline;
  }

  .contact-addr span.addr-string {
    color: #333;
    font-size: 1.45833vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .contact-tel:before {
    content: url(../../../../../img/Calling.svg);
    display: inline-flex;
    min-width: 3.19444vw;
    height: 3.19444vw;
    background: #c78f58;
    border-radius: 3.47222vw;
    align-items: center;
    justify-content: center;
    margin-right: 0.83333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.55556vw 0 0;
  }

  .contact-mail:before {
    content: url(../../../../../img/Mail.svg);
    display: inline-flex;
    min-width: 3.19444vw;
    height: 3.19444vw;
    background: #c78f58;
    border-radius: 3.47222vw;
    align-items: center;
    justify-content: center;
    margin-right: 0.83333vw;
    padding: 0.41667vw 0 0;
  }

  .contact-addr:before {
    content: url(../../../../../img/Location.svg);
    display: inline-flex;
    min-width: 3.19444vw;
    height: 3.19444vw;
    background: #c78f58;
    border-radius: 3.47222vw;
    align-items: center;
    justify-content: center;
    margin-right: 0.83333vw;
    padding: 0.625vw 0 0;
  }

  .contact-site:before {
    content: url(../../../../../img/Link2.svg);
    display: inline-flex;
    min-width: 3.19444vw;
    height: 3.19444vw;
    background: #e1672a;
    border-radius: 3.47222vw;
    align-items: center;
    justify-content: center;
    margin-right: 0.83333vw;
  }

  .contact-info-title {
    color: #333;
    font-size: 1.45833vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1.38889vw;
  }

  .contact-addr span.metro {
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    margin-top: 1.31944vw;
    margin-bottom: 0.69444vw;
    align-items: center;
  }

  span.metro img {
    margin-right: 0.69444vw;
  }

  .only-tel {
    align-items: center;
  }

  .contact-text-mob {
    display: none;
  }

  .new-warn-block {
    border-radius: 0.69444vw;
    background: #fff;
    box-shadow: 0 0 1.42451vw 0 rgba(0, 0, 0, 0.09);
    margin-bottom: 2.77778vw;
    padding: 1.73611vw 3.47222vw;
  }

  .new-warn-block p {
    color: #333;
    margin-bottom: 0;
  }

  .new-warn-block p:first-child {
    color: #2b4637;
    font-weight: 700;
    font-size: 1.31944vw;
    margin-bottom: 0.69444vw;
  }

  .nav_style {
    padding: 1.38889vw;
    border-radius: 0.69444vw;
    background: #f4fcf3;
  }

  .slide_set .col_set5 {
    background: none;
  }

  .side-sert {
    border-radius: 0.69444vw;
    background-color: #dee6f2;
    padding-bottom: 1.04167vw;
  }

  .slide_set .ajax-popup-link.btn_style4 {
    display: none;
  }

  .nav_style a {
    padding: 0.69444vw 0;
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .nav_style a.active,
  .nav_style a:hover {
    color: #2b4637;
    background: none;
  }

  .nav_style li {
    border-bottom: 1px solid #c6e4c2;
    display: flex;
    align-items: center;
  }

  .nav_style li:before {
    content: url(../../../../../img/Right.svg);
    margin-right: 0.76389vw;
  }

  .nav_style li:last-child {
    border-bottom: none;
  }

  .nav_style li.act-li {
    border-bottom: 1px solid #2b4637;
  }

  .header-mob-fix .call {
    color: #fff;
  }

  .smart-banner {
    background: url(../../../../../metody-lecheniya/smartrecovery/form.png);
    background-size: cover;
    padding: 4.16667vw;
    background-repeat: no-repeat;
  }

  .smart-title {
    color: #fff;
    font-size: 4.30556vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 2.77778vw;
    max-width: 27.77778vw;
  }

  .smart-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 2.77778vw;
    margin-bottom: 4.86111vw;
    flex-wrap: wrap;
  }

  .smart-flex > div:before {
    content: url(../../../../../metody-lecheniya/smartrecovery/gal.png);
    display: block;
    margin-bottom: 1.38889vw;
  }

  .smart-flex > div {
    width: 49%;
    border-radius: 0.69444vw;
    background: #dcf3d4;
    padding: 1.73611vw;
    box-sizing: border-box;
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.38889vw;
  }

  .smart-adv {
    margin-top: 4.86111vw;
  }

  .smart-adv:not(.smart-plan) {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .smart-adv:not(.smart-plan) .smart-list {
    width: 55%;
  }

  .smart-adv:not(.smart-plan) > img {
    width: 40%;
  }

  .smart-list {
    margin-bottom: 2.08333vw;
  }

  .smart-adv:not(.smart-plan) .smart-list {
    margin-bottom: 0;
  }

  .smart-list-title {
    color: #2b4637;
    font-size: 3.95833vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2.08333vw;
  }

  .smart-list-item {
    display: flex;
    align-items: center;
    border-radius: 0.69444vw;
    border: 2px solid #dcf3d4;
    margin-bottom: 1.04167vw;
    padding: 1.18056vw 1.59722vw;
  }

  .smart-list-item img {
    margin-right: 1.38889vw;
  }

  .smart-plan {
    background: #f3f3f3;
    padding: 2.08333vw;
  }

  .smart-plan .smart-list-item {
    background: #fff;
    border: none;
  }

  .smart-plan > p > img {
    border-radius: 0.69444vw;
    margin-bottom: 1.38889vw;
  }

  .smart-head {
    color: #2b4637;
    font-size: 3.95833vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 3.47222vw;
    margin-bottom: 2.08333vw;
  }

  .smart-ter-item {
    border-radius: 0.69444vw;
    background: #f3f3f3;
    padding: 1.73611vw 1.875vw;
    margin-bottom: 1.04167vw;
  }

  .smart-ter-title {
    color: #333;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1.38889vw;
  }

  .smart-ter-desc p,
  .smart-ter-desc li {
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.04167vw;
  }

  .smart-ter-desc li::marker {
    color: #2b4637;
  }

  .smart-podhod {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .smart-podhod-item {
    width: calc(33% - 0.48611vw);
    border-radius: 0.69444vw;
    background: #dcf3d4;
    margin-bottom: 1.04167vw;
    padding: 1.18056vw 1.59722vw;
    box-sizing: border-box;
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .smart-podhod-item:before {
    content: url(../../../../../metody-lecheniya/smartrecovery/gal.png);
    display: block;
    margin-bottom: 1.38889vw;
  }

  .smart-text {
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2.15278vw;
  }

  .smart-help {
    background: url(../../../../../metody-lecheniya/smartrecovery/help.jpg);
    padding: 2.77778vw;
    background-size: cover;
    margin-top: 4.86111vw;
  }

  .smart-help-title {
    color: #fff;
    font-size: 3.95833vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.47222vw;
    margin-bottom: 1.25vw;
  }

  .smart-help-desk {
    color: #fff;
    font-size: 1.38889vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.08333vw;
    margin-bottom: 1.25vw;
  }

  .smart-mob {
    display: none;
  }

  .doctor-speak {
    border-radius: 0.69444vw;
    background: #f4fcf3;
    display: flex;
    padding: 2.08333vw;
    align-items: flex-start;
    margin-bottom: 2.77778vw;
  }

  .doctor-speak img {
    margin-right: 2.77778vw;
    max-width: 15.41667vw;
    border-radius: 100%;
  }

  .doctor-speak-title {
    color: #5d9545;
    font-size: 2.08333vw;
    line-height: normal;
    margin-bottom: 0.97222vw;
  }

  .doctor-speak-text p {
    color: #333;
    font-size: 1.111vw;
    /* font-style: italic; */
    font-weight: 700;
    line-height: 120%;
  }

  .doctor-speak-autor {
    color: #333;
    text-align: right;
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.01389vw;
  }

  .contact-req {
    display: flex;
    justify-content: space-between;
    gap: 5vw;
  }

  .vspl-form-title {
    color: #333;
    text-align: center;
    font-size: 2.77778vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.61111vw;
    margin: 0 auto;
    margin-bottom: 2.22222vw;
    max-width: 43.26389vw;
  }

  .vspl-form-desk {
    color: #686868;
    text-align: center;
    font-size: 1.38889vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.80556vw;
    margin-bottom: 3.33333vw;
  }

  .vspl-form-but {
    background: #996b3e;
    display: block;
    max-width: 15.97222vw;
    margin: 0 auto;
    text-align: center;
  }

  #vspl-form {
    display: none;
    background: #fff;
    width: 62.5vw;
    max-width: 100%;
    padding: 4.16667vw 0;
    margin: 0 auto;
    position: relative;
  }

  .mfp-content #vspl-form {
    display: block;
  }

  .new-program-list {
    display: none;
    padding: 0 2vw 2vw;
    font-size: 1.11111vw;
  }

  .new-program-item {
    /* background: #F4FCF3; */
    margin-bottom: 0.69444vw;
    box-shadow: 0px 0.27778vw 1.38889vw rgba(51, 51, 51, 0.1);
    border-radius: 0.55556vw;
  }

  .new-program-name {
    padding: 1.38889vw 2.08333vw;
    color: #333;
    font-size: 1.11111vw;
    font-weight: 700;
    line-height: 1.45833vw;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .new-program-name:after {
    content: url(../../../../../img/prog.png);
    content: "";
    /* position: absolute; */
    right: -3.05556vw;
    top: 50%;
    /* transform: translate(100%, -50%); */
    width: 2.22222vw;
    height: 2.22222vw;
    background-image: url("../img/plus.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s;
    filter: invert(47%) sepia(6%) saturate(3218%) hue-rotate(348deg)
      brightness(92%) contrast(92%);
  }

  .new-program-item.open .new-program-name:after {
    transform: rotate(45deg);
  }

  .new-program-item.open .new-program-list {
    display: block;
    padding: 0.41667vw 2.08333vw 1.38889vw;
    color: #333;
    font-size: 1.11111vw;
    font-weight: 400;
    line-height: 1.45833vw;
  }

  .new-program-list-item {
    display: flex;
    margin-bottom: 0.48611vw;
  }

  .new-program-list-item:before {
    color: #2b4637;
    margin-right: 0.83333vw;
    font-size: 1.52778vw;
  }

  .new-program-block {
    margin-bottom: 3.47222vw;
  }

  .lang-mob {
    display: none;
  }

  .soc_whatsapp {
    background-image: url(../../../../../img/whatsapp.png);
    width: 2.08333vw;
    height: 2.08333vw;
    background-size: cover;
    opacity: 0.5;
  }

  .soc_whatsapp:hover {
    opacity: 1;
  }

  .footer .soc-item.soc_whatsapp2 {
    background: url(../../../../../img/whatsapp.png);
    background-size: cover;
    width: 2.08333vw;
    height: 2.08333vw;
    opacity: 1;
    margin-top: 0;
  }

  .banner-forma .mat-input::-moz-placeholder {
    color: #c0c0c0;
  }

  .banner-forma .mat-input:-ms-input-placeholder {
    color: #c0c0c0;
  }

  .banner-forma .mat-input::placeholder {
    color: #c0c0c0;
  }

  .metod-list {
    border-radius: 0.69444vw;
    border: 2px solid #dcf3d4;
    padding: 2.08333vw;
    margin-bottom: 1.11111vw;
  }

  .metod-top {
    display: flex;
    align-items: center;
  }

  .metod-top + * {
    margin-top: 1.11111vw;
  }

  .metod-top > div:first-child {
    font-weight: 400;
    font-size: 1.73611vw;
    line-height: 3.88889vw;
    color: #2b4637;
    background: #f5f5f5;
    width: 3.88889vw;
    height: 3.88889vw;
    text-align: center;
    border-radius: 100%;
    margin-right: 1.11111vw;
  }

  .metod-top > div:last-child {
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.63194vw;
  }

  .metod-list p {
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.63194vw;
  }

  .metod-green {
    border-radius: 0.69444vw;
    background: #f4fcf3;
    padding: 0.69444vw 1.38889vw;
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.63194vw;
  }

  .res-flex {
    display: flex;
    justify-content: space-between;
  }

  .res-flex > div {
    width: 19%;
    text-align: center;
    border-radius: 0.34722vw;
    background: #fff;
    box-shadow: 0px 0.20833vw 1.66667vw 0px rgba(156, 156, 156, 0.25);
    padding: 1.38889vw;
    box-sizing: border-box;
  }

  .res-flex img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1.38889vw;
  }

  h2.greyh2 {
    color: #686868;
    font-size: 1.66667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 2.77778vw 0;
  }

  .metod-grey {
    display: flex;
    justify-content: space-between;
    background: #f3f3f3;
    padding: 2.77778vw;
    box-sizing: border-box;
    margin-bottom: 1.11111vw;
    flex-wrap: wrap;
    align-items: center;
  }

  .metod-grey > img {
    width: 53%;
  }

  .metod-grey > div:first-child,
  .metod-grey > div:nth-child(2) {
    width: 45%;
  }

  .metod-grey > div:first-child div,
  .metod-grey > div:nth-child(2) div {
    color: #686868;
    font-size: 1.66667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 2.08333vw;
  }

  .metod-grey > div:first-child p,
  .metod-grey > div:nth-child(2) p {
    color: #333;
    font-size: 1.11111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.63194vw;
  }

  .metod-grey > div:first-child p:last-child,
  .metod-grey > div:nth-child(2) p:last-child {
    margin-bottom: 0px;
  }

  .metod-grey .metod-green {
    margin-top: 1.11111vw;
  }

  .lightgreen-block.min-marg {
    margin: 1.11111vw 0;
    padding: 1.38889vw 2.08333vw;
  }

  .new-program-item.active .new-program-name:after {
    transform: rotate(45deg);
  }

  .text-block li:before {
    content: "";
    width: 0.6vw;
    height: 0.6vw;
    background: #a47840;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0.35vw;
    left: 0;
    margin: auto;
  }

  .text-block li {
    position: relative;
    padding: 0 0 0 1.5vw;
  }

  .text-block ul {
    margin: 0 0 2vw;
  }

  a.image-popup img {
    width: 25vw;
    /*max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;*/
    max-width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
  }

  .video-block a img {
    filter: brightness(0.5);
  }

  .mef-why-item img {
    filter: invert(39%) sepia(85%) saturate(297%) hue-rotate(349deg)
      brightness(94%) contrast(88%);
  }

  /* Sidebar */

  .product-item-detail-info-section {
    padding: 0 1.38889vw;
  }

  /*@media (max-width: 767px){
        .product-item-detail-info-section{padding:0;}
    }*/

  .product-item-detail-info-container {
    /*outline:1px dashed #ff3c00;*/
    margin-bottom: 1.38889vw;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .product-item-detail-info-container-title {
    font-weight: bold;
    color: #000;
    font-size: 0.90278vw;
    margin-bottom: 0.20833vw;
  }

  .product-item-detail-pay-block {
    border: 1px solid #e4e4e4;
    padding: 1.38889vw 1.38889vw 0;
    border-radius: 0.20833vw;
    background-color: #fff;
    position: relative;
    margin-bottom: 1.04167vw;
  }

  .bx-retina .product-item-detail-pay-block {
    border-width: 0.5px;
  }

  /*Compare*/

  .product-item-detail-compare-container {
    font-size: 0.83333vw;
    padding: 0.27778vw 1.04167vw;
    border-top: 1px solid #e4e4e4;
    position: relative;
    margin: 0 -1.38889vw;
    background: #f3f3f3;
    line-height: 1.38889vw;
    vertical-align: middle;
    min-height: 2.08333vw;
    box-shadow: inset 0 1px 1px 0 #eee;
    /*box-shadow: 0 1px 1px 0 #eee;*/
    color: #4e4e4e;
  }

  .product-item-detail-compare .checkbox {
    margin: 0;
    padding: 0;
  }

  /* Price */

  .product-item-detail-price-current {
    font-size: 2.08333vw;
    color: #d0021b;
    line-height: 2.29167vw;
    font-weight: bold;
    white-space: nowrap;
    transition: font-size 200ms ease;
  }

  .product-item-detail-price-old {
    color: #bdbdbd;
    font-size: 0.97222vw;
    line-height: 1.18056vw;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: line-through;
  }

  /* SCU */

  .product-item-scu-container {
    padding: 0 0 2px;
  }

  .product-item-scu-container-title {
    font-size: 0.83333vw;
    color: #333;
  }

  .product-item-scu-list {
    margin: 0;
  }

  .product-item-scu-item-list {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0 0 0 -2px;
  }

  .product-item-scu-item-color-container,
  .product-item-scu-item-text-container {
    /* float: left; */
    padding: 0.34722vw 0.20833vw;
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
  }

  .product-item-scu-item-text-container {
    min-width: 3.33333vw;
  }

  .product-item-scu-item-color-container {
    max-width: 4.16667vw;
    width: 25%;
  }

  .product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    cursor: pointer;
    outline: 1px solid #c0cfda;
  }

  .bx-no-touch .product-item-scu-item-color-block {
    transition: outline 200ms ease;
  }

  .bx-retina .product-item-scu-item-color-block {
    outline-width: 0.5px;
  }

  .product-item-scu-item-color-container.selected
    .product-item-scu-item-color-block {
    outline-width: 2px;
  }

  .bx-retina
    .product-item-scu-item.selected
    .product-item-scu-item-color-block {
    outline-width: 1px;
  }

  .product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .product-item-scu-item-text-block {
    position: relative;
    cursor: pointer;
    outline: 1px solid #c0cfda;
    padding: 0 0.34722vw;
  }

  .bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
  }

  .bx-retina .product-item-scu-item-text-block {
    outline-width: 0.5px;
  }

  .product-item-scu-item-text-container.selected
    .product-item-scu-item-text-block {
    outline-width: 2px;
  }

  .bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
  }

  .product-item-scu-item-text {
    vertical-align: middle;
    text-align: center;
    font-size: 0.76389vw;
    line-height: 1.25vw;
    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
  }

  .product-item-scu-item-color-container.notallowed
    .product-item-scu-item-color-block,
  .product-item-scu-item-text-container.notallowed
    .product-item-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
    overflow: hidden;
  }

  .product-item-scu-item-color-container.notallowed
    .product-item-scu-item-color-block:after,
  .product-item-scu-item-text-container.notallowed
    .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    content: "";
    background: rgba(255, 255, 255, 0.75)
      url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=)
      no-repeat center;
    background-size: 80% 80%;
  }

  .product-item-selected-scu-container {
    word-spacing: 1px;
  }

  .product-item-selected-scu {
    display: inline-block;
    outline: 1px solid #c0cfda;
    vertical-align: middle;
    text-align: center;
    font-size: 0.76389vw;
    line-height: 1.52778vw;
    height: 1.52778vw;
    min-width: 1.52778vw;
    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0.34722vw;
  }

  .bx-retina .product-item-selected-scu {
    outline-width: 0.5px;
  }

  .product-item-selected-scu-color {
    background-position: center;
    background-size: 1.38889vw 1.38889vw;
    background-repeat: no-repeat;
  }

  /*Amount*/

  .product-item-amount {
    text-align: center;
    padding: 0 0 2px;
  }

  .product-item-amount-field-btn-plus,
  .product-item-amount-field-btn-minus {
    height: 1.52778vw;
    min-width: 1.52778vw;
    display: inline-block;
    vertical-align: middle;
    background-color: #f2f2f2;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    transition:
      background 300ms ease,
      opacity 300ms ease;
  }

  .bx-retina .product-item-amount-field-btn-plus,
  .bx-retina .product-item-amount-field-btn-minus {
    border-width: 0.5px;
  }

  .product-item-amount-field-btn-plus:hover,
  .product-item-amount-field-btn-minus:hover {
    background: #d3d3d3;
  }

  .product-item-amount-field-btn-plus:after,
  .product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    transition:
      opacity 300ms ease,
      background 300ms ease;
  }

  .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
  .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: 0.3 !important;
    cursor: default;
  }

  .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
  .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
  }

  .product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    transition: opacity 300ms ease;
  }

  .product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==)
      no-repeat center;
    background-size: 0.69444vw;
  }

  .product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
      no-repeat center;
    background-size: 0.69444vw;
  }

  .product-item-amount-field-btn-plus:hover:after,
  .product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
  }

  .product-item-amount-field {
    max-width: 3.47222vw;
    width: auto;
    color: #000;
    font-weight: bold;
    display: inline-block;
    line-height: 1.52778vw;
    vertical-align: middle;
    height: 1.52778vw;
    padding: 0;
    font-size: 1.31944vw;
    text-align: center;
    background: transparent !important;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: border 300ms ease;
  }

  .bx-retina .product-item-amount-field {
    border-width: 0.5px;
  }

  .product-item-amount-field:focus {
    outline: none !important;
  }

  .bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
  .bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .product-item-amount-description-container {
    color: #a5a5a5;
    font-size: 0.83333vw;
    white-space: nowrap;
  }

  .product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
  }

  .product-item-amount-label-container {
    font-weight: bold;
    color: #a5a5a5;
    font-size: 0.83333vw;
    margin: 0.34722vw 0;
  }

  /**/

  .product-item-quantity {
    color: #333;
    font-size: 0.83333vw;
    font-weight: normal;
  }

  /*Buy button*/

  .btn.product-item-detail-buy-button {
    width: 100%;
    max-width: 17.36111vw;
    display: block;
    font-weight: 800;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.83333vw;
    height: 3.47222vw;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto 1.38889vw;
  }

  .product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
    margin: 0;
  }

  .btn.product-item-detail-buy-button span {
    line-height: 1.11111vw;
    display: inline-block;
    min-height: 1.11111vw;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    max-width: 100%;
    white-space: normal;
    transform: translateY(-50%);
  }

  .btn-link.product-item-detail-buy-button {
    height: 1.73611vw;
  }

  /* Slider */

  .product-item-detail-slider-container {
    max-width: 100%;
    position: relative;
    background: transparent;
    transition: background 800ms ease;
  }

  .product-item-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 56.25%;
    height: 0;
  }

  .product-item-detail-slider-block.product-item-detail-slider-block-square {
    padding-top: 100%;
  }

  .product-item-detail-slider-images-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .product-item-detail-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms linear;
  }

  .product-item-detail-slider-image.active {
    opacity: 1;
    z-index: 10;
  }

  .product-item-detail-slider-image img {
    transform: translateY(-50%) translateX(-50%);
    transition:
      background-size 450ms ease,
      width 450ms ease,
      height 450ms ease,
      outline 450ms ease;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    outline: 1px solid transparent;
  }

  .product-item-detail-slider-progress-bar {
    height: 0.20833vw;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 180;
  }

  /*Slider Controls*/

  .product-item-detail-slider-controls-block {
    padding: 0.69444vw 0;
    text-align: center;
  }

  .product-item-detail-slider-controls-image {
    width: 4.51389vw;
    height: 4.51389vw;
    background-color: #fff;
    position: relative;
    text-align: center;
    display: inline-block;
    outline: 1px solid #c0cfda;
    cursor: pointer;
    overflow: hidden;
  }

  .bx-retina .product-item-detail-slider-controls-image {
    outline-width: 0.5px;
  }

  .bx-no-retina .product-item-detail-slider-controls-image.active {
    outline-width: 2px;
  }

  .bx-retina .product-item-detail-slider-controls-image.active {
    outline-width: 1px;
  }

  .product-item-detail-slider-controls-image img {
    max-width: 4.51389vw;
    max-height: 4.51389vw;
    height: auto;
    width: auto;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .product-item-detail-slider-left,
  .product-item-detail-slider-right {
    display: block;
    position: absolute;
    cursor: pointer;
    transition: all 300ms ease;
    opacity: 0.57;
    background: rgba(255, 255, 255, 0)
      url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E")
      no-repeat center;
    z-index: 111;
    top: 0;
    bottom: 0;
    width: 25%;
  }

  .product-item-detail-slider-left {
    left: 0;
  }

  .product-item-detail-slider-right {
    right: 0;
    transform: rotate(180deg);
  }

  .product-item-detail-slider-left:hover,
  .product-item-detail-slider-right:hover {
    opacity: 0.8;
    background-color: rgba(255, 255, 255, 0.4);
  }

  .product-item-detail-slider-close {
    display: none;
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-close {
    width: 3.47222vw;
    height: 3.47222vw;
    right: 7.63889vw;
    top: 0.27778vw;
    opacity: 0.27;
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E")
      no-repeat center;
    transition: all 300ms ease;
    bottom: 0;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 150;
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-close:hover {
    opacity: 1;
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-right {
    right: 7.29167vw;
  }

  /*magnified*/

  .product-item-detail-slider-container.magnified
    .product-item-detail-slider-image {
    z-index: 100;
  }

  .product-item-detail-slider-container.magnified
    .product-item-detail-slider-image
    img {
    outline-color: #ddd;
  }

  .product-item-detail-slider-container.magnified
    .product-item-detail-slider-left,
  .product-item-detail-slider-container.magnified
    .product-item-detail-slider-right {
    z-index: 50;
  }

  .product-item-detail-slider-container.magnified .product-item-label-text,
  .product-item-detail-slider-container.magnified .product-item-label-ring {
    opacity: 0;
  }

  /*	>>>	popup*/

  .product-item-detail-slider-container.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
    -webkit-animation-name: imgPopupShow;
    animation-name: imgPopupShow;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-images-container {
    right: 7.29167vw;
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-block {
    height: 100vh;
    padding-top: 0;
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-image {
    max-height: 100vh;
    position: absolute;
    top: 50%;
    width: calc(100% - 10.41667vw);
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  @-webkit-keyframes imgPopupShow {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes imgPopupShow {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-image
    img {
    width: auto;
    max-width: 100%;
    cursor: default;
    max-height: 90vh;
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-controls-block {
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1.38889vw;
    overflow-y: auto;
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-controls-image {
    display: block;
    margin-bottom: 1.38889vw;
  }

  /* Slider Mobile*/

  /*Label*/

  .product-item-label-text,
  .product-item-label-ring {
    position: absolute;
    z-index: 190;
    opacity: 1;
    transition: opacity 450ms ease;
  }

  .product-item-label-text span,
  .product-item-label-ring {
    margin-bottom: 2px;
    color: #fff;
    display: inline-block;
    clear: both;
    background: #f42c2c;
    text-align: center;
    vertical-align: middle;
    transition: all 250ms ease;
  }

  .bx-red .product-item-label-text span,
  .bx-red .product-item-label-ring {
    background-color: #fba90c;
  }

  .product-item-label-text > div,
  .product-item-label-ring > div {
    line-height: 0;
  }

  .product-item-detail-slider-container.popup .product-item-label-text,
  .product-item-detail-slider-container.popup .product-item-label-ring {
    display: none;
  }

  /* TEXT */

  .product-item-label-text span {
    padding: 2px 0.34722vw;
    font-weight: bold;
    vertical-align: middle;
  }

  .product-item-label-text.product-item-label-small span {
    line-height: 0.97222vw;
    font-size: 0.90278vw;
    padding: 2px 0.48611vw;
    margin-bottom: 1px;
    font-weight: normal;
  }

  .product-item-label-text.product-item-label-big span {
    line-height: 1.18056vw;
    font-size: 0.90278vw;
    padding: 0.27778vw 0.69444vw;
  }

  /*RING*/

  .product-item-label-ring {
    border-radius: 50%;
    font-weight: bold;
    box-sizing: border-box;
  }

  .product-item-label-ring.product-item-label-small {
    width: 2.77778vw;
    height: 2.77778vw;
    line-height: 2.77778vw;
    font-size: 0.97222vw;
  }

  .product-item-label-ring.product-item-label-big {
    width: 3.47222vw;
    height: 3.47222vw;
    line-height: 3.47222vw;
    font-size: 1.25vw;
  }

  .product-item-label-top {
    top: -0.34722vw;
  }

  .product-item-label-center {
    left: 50%;
    transform: translateX(-50%);
  }

  .product-item-label-center > div {
    text-align: center;
  }

  .product-item-label-left {
    left: -0.34722vw;
  }

  .product-item-label-left > div {
    text-align: left;
  }

  .product-item-label-bottom {
    bottom: -0.34722vw;
  }

  .product-item-label-middle {
    top: 50%;
    transform: translateY(-50%);
  }

  .product-item-label-right {
    right: -0.34722vw;
  }

  .product-item-label-right > div {
    text-align: right;
  }

  .product-item-label-center.product-item-label-middle {
    transform: translateY(-50%) translateX(-50%);
  }

  /* Tabs */

  .product-item-detail-tabs-container {
    min-height: 4.16667vw;
    background: #fff;
    border-bottom: 1px solid #ededed;
  }

  .product-item-detail-tabs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }

  .product-item-detail-tabs-list:after {
    content: "";
    clear: both;
    display: table;
  }

  .product-item-detail-tab {
    float: left;
    min-height: 4.16667vw;
  }

  .product-item-detail-tab-link {
    height: 4.16667vw;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0.69444vw 1.73611vw;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 3.125vw;
    font-weight: bold;
    font-size: 0.90278vw;
    text-transform: uppercase;
    color: #039be5;
    vertical-align: middle;
    transition: all 250ms ease;
  }

  .product-item-detail-tab-link:hover,
  .product-item-detail-tab.active .product-item-detail-tab-link {
    color: #000;
  }

  .product-item-detail-tab-link:after {
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1485ce;
    transition: all 250ms ease;
  }

  .product-item-detail-tab-link:hover:after,
  .product-item-detail-tab.active .product-item-detail-tab-link:after {
    height: 0.20833vw;
  }

  .product-item-detail-tab-link:active:after {
    height: 0.41667vw;
  }

  .product-item-detail-tab-content {
    padding: 1.73611vw 0;
  }

  /*Tab fixed*/

  .product-item-detail-tabs-container-fixed {
    position: fixed;
    top: -6.94444vw;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0.27778vw 0.97222vw 0 rgba(32, 54, 74, 0.23);
    transition: top 350ms linear;
  }

  .product-item-detail-tabs-container-fixed {
    min-height: 3.125vw;
    background: #fff;
  }

  .product-item-detail-tabs-container-fixed.active {
    opacity: 1;
    top: 0;
  }

  .product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
    max-width: 72.77778vw;
    margin: 0 auto;
  }

  .product-item-detail-tabs-container-fixed .product-item-detail-tab {
    min-height: 3.125vw;
  }

  .product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
    height: 3.125vw;
    padding: 0.69444vw 1.73611vw;
    line-height: 1.73611vw;
  }

  .bx-touch .product-item-detail-tabs-container-fixed {
    display: none !important;
  }

  /*Small Card*/

  .product-item-detail-short-card-fixed {
    position: fixed;
    top: -5.90278vw;
    left: 0;
    right: 0;
    z-index: 1010;
    background-color: #fff;
    box-shadow: 0 0.27778vw 0.97222vw 0 rgba(32, 54, 74, 0.23);
    transition: top 220ms linear;
    height: 5.90278vw;
    box-sizing: border-box;
    padding: 0.48611vw 0 0.55556vw;
  }

  .product-item-detail-short-card-fixed.active {
    opacity: 1;
    top: 0;
  }

  .product-item-detail-short-card-fixed.active
    + .product-item-detail-tabs-container-fixed.active {
    top: 5.90278vw;
  }

  .bx-touch .product-item-detail-short-card-fixed {
    display: none !important;
  }

  .product-item-detail-short-card-fixed
    .product-item-detail-short-card-content-container {
    max-width: 72.77778vw;
    margin: 0 auto;
  }

  .product-item-detail-short-card-content-container table {
    border-collapse: collapse;
    min-width: 100%;
  }

  .product-item-detail-short-card-image {
    vertical-align: middle;
    text-align: left;
    width: 5.55556vw;
    padding-right: 1.04167vw;
  }

  .product-item-detail-short-card-image img {
    height: 4.51389vw;
    max-width: none;
  }

  .product-item-detail-short-title-container {
    max-width: 45.13889vw;
  }

  .product-item-detail-short-title-text {
    display: block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.11111vw;
    color: #000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .product-item-detail-short-card-price {
    text-align: right;
    vertical-align: middle;
    padding: 0 0.69444vw;
  }

  .product-item-detail-short-card-btn {
    padding-left: 0.69444vw;
    min-width: 8.33333vw;
  }

  /*Properties */

  .product-item-detail-tab-content {
    display: none;
  }

  .product-item-detail-tab-content.active {
    display: block;
  }

  .product-item-detail-tab-content h3 {
    font-size: 0.97222vw;
    font-weight: bold;
    margin-bottom: 0.69444vw;
  }

  .product-item-detail-properties {
    color: #a5a5a5;
    font-size: 0.83333vw;
    margin: 0;
    display: block;
    overflow: hidden;
    max-width: 38.88889vw;
  }

  .product-item-detail-properties dl {
    clear: both;
  }

  .product-item-detail-properties dt {
    clear: both;
    float: left;
    font-weight: normal;
  }

  .product-item-detail-properties dd {
    margin-bottom: 0.20833vw;
    float: right;
    margin-left: 0.34722vw;
    color: #000;
  }

  .spec_detail {
    display: flex;
    justify-content: space-between;
    padding-top: 1.38889vw;
    flex-wrap: wrap;
  }

  .spec_img {
    width: 35%;
  }

  .spec_img img {
    width: 100%;
    border-radius: 1.04167vw;
  }

  .spec_info {
    width: 58%;
  }

  .spec_info h1 {
    font-weight: 700;
    font-size: 2.01389vw;
    line-height: 2.63889vw;
    /* color: #428B34; */
    margin-top: 0px;
    font-family: "Optima";
  }

  .spec_detail .slick-arrow {
    display: none !important;
  }

  .spec_list_block,
  .spec_stazh_block,
  .spec_desc_block,
  .spec_obr_block {
    padding: 1.11111vw 0px;
    border-bottom: 1px solid #e8e7e7;
  }

  .spec_desc_block {
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 1.45833vw;
    color: #686868;
  }

  .spec_list_title,
  .spec_stazh_title {
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 1.45833vw;
    color: #686868;
    font-family: "Optima";
  }

  .spec_list {
    -moz-column-count: 2;
    column-count: 2;
    position: relative;
    padding: 0;
  }

  .spec_list span {
    display: block;
    font-weight: 700;
    font-size: 1.18056vw;
    line-height: 1.52778vw;
    color: #363636;
  }

  .spec_list span:before {
    content: "";
    color: #49983d;
    margin-right: 0.48611vw;
    width: 0.34722vw;
    height: 0.34722vw;
    display: block;
    background: #49983d;
    top: 0.34722vw;
    position: absolute;
    left: 0;
    top: 0.41667vw;
  }

  .spec_stazh_block span {
    font-weight: 700;
    font-size: 1.18056vw;
    line-height: 1.52778vw;
    color: #363636;
  }

  .spec_list_block,
  .spec_stazh_block {
    position: relative;
    padding-left: 3.47222vw;
  }

  .spec_list_block:before {
    content: url(../../../../../img/newspec/spec.png);
    position: absolute;
    left: 0px;
    filter: invert(39%) sepia(85%) saturate(297%) hue-rotate(349deg)
      brightness(94%) contrast(88%);
  }

  .spec_stazh_block:before {
    content: url(../../../../../img/newspec/stazh.png);
    position: absolute;
    left: 0px;
    filter: invert(39%) sepia(85%) saturate(297%) hue-rotate(349deg)
      brightness(94%) contrast(88%);
  }

  .spec_obr_title {
    font-weight: 700;
    font-size: 1.18056vw;
    line-height: 1.52778vw;
    color: #363636;
    margin-bottom: 1.31944vw;
  }

  .spec_obr_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.69444vw;
  }

  .spec_obr_year {
    background: #ca9767;
    font-weight: 700;
    font-size: 1.11111vw;
    line-height: 1.45833vw;
    color: #ffffff;
    padding: 0.34722vw 0.48611vw;
    margin-right: 1.31944vw;
  }

  .spec_obr_name {
    font-weight: 700;
    font-size: 1.11111vw;
    line-height: 1.45833vw;
    color: #686868;
  }

  .spec_obr_deck {
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 1.45833vw;
    color: #686868;
  }

  .spec_sert_block {
    padding: 1.11111vw 0px;
  }

  .spec_sert_title {
    font-weight: 700;
    font-size: 1.18056vw;
    line-height: 1.52778vw;
    color: #363636;
    margin-bottom: 1.31944vw;
  }

  .spec_desc_block .zakazkonsult {
    font-weight: 700;
    font-size: 1.11111vw;
    line-height: 1.45833vw;
    text-align: center;
    color: #ffffff;
    background: #996b3e;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-decoration: none;
    padding: 0.76389vw 3.47222vw;
    margin-top: 1.11111vw;
    border-radius: 0.69444vw;
  }

  .spec_desc_block .zakazkonsult:hover {
    opacity: 0.7;
  }

  .advantages_block,
  .advantages_block {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    text-align: center;
    font-size: 1.1rem;
  }

  .mat-input::-moz-placeholder {
    color: #fff;
    opacity: 0.4;
  }

  .mat-input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.4;
  }

  .mat-input::placeholder {
    color: #fff;
    opacity: 0.4;
  }

  .contact-req-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .spec_list span {
    position: relative;
    padding: 0 0 0 0.69444vw;
  }

  .art-inner-form label {
    color: #78767a;
  }

  .art-inner-form .soglas_form p {
    margin: 0.34722vw 0;
  }

  .news-detail.old_page ul li,
  .news-detail.old_page ol li {
    list-style: inside;
  }

  .text-block li {
    list-style: none !important;
  }

  .art-list li {
    list-style: none !important;
  }

  .text-block h3 {
    margin: 1.11111vw 0;
  }

  .terapiya-desc li {
    font-size: 1.11vw;
    line-height: 120%;
  }

  .terapiya-desc ul {
    margin: 2vw 0 0;
  }

  @media (min-width: 981px) {
    .otzovik-block {
      width: 70%;
      margin: 0 auto;
    }

    .otzovik-block a {
      max-width: 31%;
    }
  }

  @media (max-width: 1560px) {
    .vakansii_item {
      width: 100%;
      float: none;
      max-width: 700px;
      display: block;
      margin-right: 0;
      box-sizing: border-box;
    }

    .vakansii_item_name {
      text-align: left;
      padding-left: 70px;
      padding-bottom: 0;
      border-bottom: 0 solid #eee;
      line-height: 44px;
    }

    .vakansii_item_textleft {
      /* display: none; */
    }

    .vakansii_item.newhiddd {
      min-height: 44px;
      height: auto;
    }

    .vakansii_item_podrobnee {
      bottom: 25px;
      right: 20px;
    }

    .vakansii_item_name:before {
      top: -4px;
    }

    .vakansii_item.newhid {
      min-height: 44px;
    }

    .vakansii_item.newhiddd.highlight .vakansii_item_name {
      border-bottom: 2px solid #eee;
      padding-bottom: 20px;
    }

    .vakansii_item.newhiddd.highlight .vakansii_item_textright {
      width: 50%;
      float: left;
    }

    .vakansii_item.newhiddd.highlight .vakansii_item_textleft {
      display: block;
      width: 50%;
      float: left;
    }

    .vakansii_item.newhiddd.highlight {
      height: 100%;
      display: block;
      overflow: hidden;
    }

    .vakansii_item.newhiddd.highlight .vak_zaya {
      margin-top: 50px;
    }

    .vakansii_item.newhiddd.highlight .svernyt {
      margin-top: 50px;
      max-width: 170px;
    }

    .vakansii_item.newhid.highlight .vakansii_item_name {
      border-bottom: 2px solid #eee;
      padding-bottom: 20px;
    }

    .vakansii_item.newhid.highlight .vakansii_item_textright {
      width: 50%;
      float: left;
    }

    .vakansii_item.newhid.highlight .vakansii_item_textleft {
      display: block;
      width: 50%;
      float: left;
    }

    .vakansii_item.newhid.highlight {
      height: 100%;
      display: block;
      overflow: hidden;
    }

    .vakansii_item.newhid.highlight .vak_zaya {
      margin-top: 50px;
    }

    .vakansii_item.newhid.highlight .svernyt {
      margin-top: 50px;
      max-width: 170px;
    }

    .prim {
      background-size: 95%;
    }

    .prim .num {
      left: 46%;
    }

    .wrap_garant {
      background: url(../../../../../images/fon_garantii.png) no-repeat center;
      border-left: 2px solid #5ba24e;
    }

    .wrap_garant p {
      width: 74%;
      padding: 28px 44px;
    }

    .wrap_garant_preim_tr {
      width: 600px;
      margin: 0 auto;
      text-align: center;
      display: block;
      float: none;
      position: relative;
      height: 200px;
    }

    .wrap_garant_preim_tr .wrap_garant_item {
      width: 32%;
      text-align: center;
    }

    .wrap_garant_preim_tr2 {
      width: 400px;
      margin: 0 auto;
      text-align: center;
      display: block;
      float: none;
      position: relative;
    }

    .wrap_garant_preim_tr2 .wrap_garant_item {
      width: 46%;
    }

    .vskoraya .skoraya-ds-button {
      margin: 185px auto 30px;
    }
  }

  @media (max-width: 1559px) {
    .menu > li > a {
      padding-left: 12px;
      padding-right: 12px;
    }

    .bx-prev,
    .slick-prev {
      left: 15px;
    }

    .bx-next,
    .slick-next {
      right: 15px;
    }

    .pos-rel.slide1 .bx-pager_style li a {
      padding: 8px 5px;
      margin: 10px;
      height: 40px;
    }

    .pos-rel.slide1 .bx-controls {
      top: 146px;
    }

    .pos-rel.slide1 .slider-item {
      padding-top: 120px;
    }

    .pos-rel.slide1 .slider-item .title_style {
      font-size: 28px;
      font-weight: 400;
      line-height: 34px;
    }

    .pos-rel.slide1 .bx-prev,
    .pos-rel.slide1 .slick-prev {
      left: 20px;
    }

    .pos-rel.slide1 .bx-next,
    .pos-rel.slide1 .slick-next {
      right: 20px;
    }

    .slide_set3.slide_set {
      position: relative;
      background: #3e9133;
      background: linear-gradient(to right, #3e9133 0%, #5ba24e 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e9133",endColorstr="#5ba24e",GradientType=1);
    }

    .bx-pager_style {
      bottom: 20px;
    }

    .desc-block {
      font-size: 18px;
      line-height: 22px;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .bx-pager_set {
      top: 111px !important;
    }

    .slider-steps .title_style {
      margin-bottom: 30px;
    }

    .slide_set2 {
      padding-top: 35px;
      padding-bottom: 65px;
    }

    .item-gallery {
      margin-right: 7px;
      margin-left: 7px;
    }

    .video-block {
      margin-top: -20px;
      margin-bottom: -20px;
    }

    .video-block iframe {
      height: 290px;
    }

    .block_style {
      padding-left: 20px;
      padding-right: 20px;
      margin-right: 1.3%;
      width: 23.6%;
    }

    .slide_set5 {
      padding-top: 70px;
      padding-bottom: 60px;
    }

    .block_style .fs20 {
      font-size: 15px;
      line-height: 20px;
    }

    .views-num:before {
      top: 5px;
    }

    .comments-main {
      width: 55%;
    }

    .col_set3 {
      margin-left: 7%;
      margin-right: 3%;
    }

    .slide_set7 {
      height: 354px;
      padding-top: 130px;
      background-position: center 0;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .breadcrumbs a {
      font-size: 20px;
    }

    .col_set5 {
      margin-left: 2%;
      width: 16%;
    }

    .col_set7 {
      margin-bottom: 25px;
    }

    .border-block .comments-main {
      width: 72%;
    }

    .col_set6 {
      box-sizing: border-box;
      padding-left: 7%;
      width: 78%;
    }

    .padding_set2 {
      padding-left: 7%;
    }

    .col_set9 {
      width: 80%;
    }

    .news-items .col_set7,
    .gallery-items .col_set7 {
      width: 31%;
      margin-right: 1%;
      background: #c38d56;
      min-height: 15.7vw;
    }

    .slider-item .title_style {
      padding-left: 50px;
      padding-right: 50px;
    }

    .block_style .btn_style3 {
      min-width: auto;
    }

    .menu {
      padding-left: 20px;
      padding-right: 20px;
    }

    .bx-pager_style li {
      margin-bottom: 2px;
    }

    .bx-pager_style li a {
      font-size: 16px;
    }

    .col_set6_2 {
      padding-right: 0;
    }

    .spec-info-col {
      width: 64%;
    }

    .slider-docs .slick-prev,
    .slider-docs .slick-next {
      background-image: url(../img/sprite.png);
      background-position: -140px 0;
      width: 32px;
      height: 62px;
    }

    .inline-blocks.slider-methods_mob {
      text-align: center;
      margin-bottom: 30px;
    }

    .item-method {
      display: inline-block;
      width: 31%;
      margin: 10px 1%;
      max-width: 480px;
      min-width: 346px;
    }

    .item-method .preview-img {
      height: auto;
    }

    .inline-blocks.slider-methods_mob .desc-block {
      text-align: left;
    }

    .vip-header .slide_set3.slide_set {
      position: absolute;
    }
  }

  @media (max-width: 1529px) {
    .vip-header {
      width: calc(100% + 30px);
      margin: 0 -15px;
      background-size: cover;
    }

    .vip_green_block {
      width: auto;
      margin: 0 -15px 40px;
      padding: 30px 15px;
    }

    .vip-bes-block {
      width: auto;
      margin: 60px -15px;
      padding: 30px 15px 25px;
    }

    .vip-program {
      width: auto;
      margin: 50px -15px 0;
      padding: 35px 15px 30px;
    }
  }

  @media screen and (max-width: 1501px) {
    .vipclinic {
      width: 33%;
    }

    .vipclinic.lastmob {
      border-right: none;
    }

    .vipclinic.last {
      border-right: 1px dashed #686868;
    }

    .vipclinic.bottom.bottommob {
      border-bottom: none !important;
    }

    .vipclinic.bottom {
      border-bottom: 1px dashed #686868 !important;
    }
  }

  @media (max-width: 1500px) {
    .side-sert .slider_style .slick-prev {
      left: -25px;
    }

    .side-sert .slider_style .slick-next {
      right: -25px;
    }
  }

  @media (max-width: 1450px) {
    .menu > li > a {
      padding-left: 5px;
      padding-right: 5px;
    }

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

    .search_block_top {
      margin-right: 10px;
    }
  }

  @media (max-width: 1400px) {
    .prims > .prim:nth-child(6) {
      margin-left: 0;
    }

    .prim {
      width: 25%;
    }

    .prims > .prim:nth-child(9) {
      margin-left: 38%;
    }

    .price-politic {
      margin-top: 50px;
      padding: 50px 25px;
      background-position-x: 55%;
    }

    .price-politic-new {
      background: #f8f8f8;
    }

    .price-politic-bottom,
    .price-politic-first,
    .price-politic-flex,
    .price-politic-new p.price-politic-first {
      width: 100%;
    }

    .price-politic-bottom {
      flex-wrap: wrap;
    }

    .price-politic-svyz {
      margin-top: 15px;
    }

    .price-politic-flex {
      justify-content: space-between;
    }

    .price-politic-flex > div {
      width: 47%;
    }

    .price-politic-button {
      margin: 0 auto !important;
    }

    .clin-banner {
      background-size: cover;
    }

    .clin-banner-inner {
      background: #f3f3f3bf;
    }

    .clin-text {
      width: 100%;
    }
  }

  @media (max-width: 1360px) {
    .srok-block {
      flex-wrap: wrap;
      gap: 20px 0;
    }

    .srok-item {
      width: 50%;
      justify-content: left;
    }

    .srok-days {
      width: 102px;
      text-align: center;
    }
  }

  @media screen and (max-width: 1300px) {
    .test-button {
      display: none;
    }
  }

  @media (max-width: 1300px) {
    .vrach-top-button {
      margin-left: 20px;
    }

    .banner-forma {
      margin-top: 10px;
      width: 65%;
    }
  }

  @media (max-width: 1250px) {
    .footer .container .clearfix .col_set4.footer_col1,
    .footer .container .clearfix .col_set4.list_style2 {
      width: 15%;
    }

    .desc-overlay p {
      margin-bottom: 20px !important;
      font-size: 16px !important;
      font-weight: 400;
      line-height: 22px !important;
    }

    .bx-pager_style li a {
      line-height: 30px;
    }

    .slider-vip {
      width: calc(100% - 108px);
    }

    .slider-vip .slick-slide img {
      max-width: 95%;
    }

    .slider-vip.slider_style .slick-prev,
    .slider-vip.slider_style .slick-next {
      top: calc(50% - 44px);
    }

    .vip-bes-block .vip-bes-img {
      width: 400px;
      top: 0;
      margin-bottom: 50px;
    }

    .col_set6.comment-block6 {
      padding-left: 0;
      width: 100%;
      padding-right: 0;
    }

    .narko_stazh,
    .klinika_stazh {
      min-height: 85px;
    }

    .vip-program-item {
      width: 23.5%;
      margin-right: 1.5%;
    }
  }

  @media (max-width: 1200px) {
    .us-middle-block .list_style {
      min-height: 350px;
    }

    .us-middle-block .slick-dots li {
      margin-bottom: 10px;
    }

    .terapiya-flex {
      flex-wrap: wrap;
    }

    .step-terapiya {
      width: 100%;
      margin-bottom: 20px;
    }

    .step-text {
      width: 100%;
    }

    .new-sroki-flex,
    .metod-flex {
      flex-wrap: wrap;
    }

    .metod-flex-list,
    .metod-flex-text {
      width: 100%;
      margin-bottom: 20px;
    }

    .new-sroki-flex > div {
      width: 48%;
      margin-bottom: 30px;
    }

    .green-block {
      padding: 30px;
    }

    .mef-why-item {
      width: 49%;
    }

    .spec_detail {
      flex-wrap: wrap;
    }

    .spec_img {
      width: 100%;
      text-align: center;
      margin-bottom: 40px;
    }

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

    .spec_info {
      width: 100%;
    }

    .spec_info h1 {
      text-align: center;
    }
  }

  @media (max-width: 1180px) {
    .vrach-top-button {
      display: none;
    }

    .vrach-bot-button {
      display: block;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 20px auto;
    }

    .vrach-title {
      font-size: 40px;
      line-height: 51px;
    }

    .vrach-text {
      padding: 20px;
    }

    .vrach-text p {
      font-size: 14px;
      line-height: 24px;
    }

    .vrach-text:before {
      width: 50px;
      height: 38px;
      background-size: cover;
    }

    .vrach-left-block {
      width: 58%;
    }

    .vrach-img-block {
      width: 34%;
    }
  }

  @media (max-width: 1140px) {
    .col_set3 {
      margin-left: 0;
      margin-right: 0;
      max-width: 100%;
      display: block;
    }

    .img-set {
      margin-top: 0;
    }

    .slide_download {
      text-align: center;
    }

    .slide_download .col_set3 {
      text-align: left;
    }

    .comment-block .inline-block {
      width: 61%;
    }

    .slider-gallery2 {
      padding-left: 0;
      padding-right: 0;
    }

    .slider-gallery2 .slick-prev,
    .slider-gallery2 .slick-next {
      display: none !important;
    }

    .slider-docs {
      margin: 0 -10px;
    }

    .slider-docs__item {
      margin: 0 10px;
    }

    .footer_menu {
      width: 50%;
      float: left;
    }

    .footer .container .clearfix .col_set4.list_style2 {
      width: 57%;
      margin-right: 1%;
    }

    .footer .container .clearfix .col_set4.list_style2:nth-of-type(2n + 2) {
      width: 42%;
      margin-right: 0;
      float: right;
    }

    .footer .list_style2.col_set4.pull-left li a.btn_style {
      display: none;
    }

    .pull-right.footer_col2 a.btn_style {
      display: block;
    }

    .text.new_pager_right {
      float: none;
      display: block;
    }

    .slider-methods_mob .col_set1.item-method {
      max-width: 47%;
      float: none;
      display: inline-block;
      margin: 10px 1%;
    }

    .slider-methods_mob {
      text-align: center;
    }

    .vip-program-item,
    .vip-program-block .vip-program-item:last-of-type {
      width: 47%;
      margin: 0 1% 20px;
    }

    .vip-program-item ul {
      margin-left: 6%;
    }

    .logo-text {
      display: none;
    }

    .covid .covid_content {
      padding: 12px 35px 12px 58px;
      background: url(../../../../../bitrix/templates/marshak/img/covid.svg)
        no-repeat 10px center;
    }

    .covid .covid_content .covid_close {
      right: 10px;
    }
  }

  @media (max-width: 1100px) {
    .prim {
      width: 33%;
    }

    .prims > .prim:nth-child(9) {
      margin-left: 0;
    }

    .nouttext1 {
      font-size: 27px;
    }

    .banner-form.vip-form {
      padding: 40px 50px;
    }

    .banner-form.vip-form .banner-forma {
      width: 80%;
    }

    .vipspec .new-specs .item-specialst {
      width: calc(50% - 36px);
    }

    .vipspec .new-specs .item-specialst:nth-child(3) {
      display: none;
    }

    .vip-programs {
      flex-wrap: wrap;
    }

    .vipprogram {
      width: 49%;
      margin-bottom: 7px;
    }

    .poch-flex {
      flex-wrap: wrap;
    }

    .poch-flex > div {
      width: 100%;
      margin-bottom: 15px;
    }
  }

  @media (max-width: 1050px) {
    .price-politic {
      background-position-x: 60%;
    }

    .contact-block {
      flex-wrap: wrap;
    }

    .contact-map {
      width: 100%;
      height: 364px;
    }

    .contact-info {
      width: 100%;
      margin-bottom: 20px;
    }

    .nav_style {
      padding: 3px;
    }

    .nav_style li:before {
      margin-right: 5px;
    }
  }

  @media screen and (max-width: 1024px) {
    .video_item {
      width: 50%;
    }
  }

  @media (max-width: 992px) {
    .only-pc {
      display: none;
    }

    .only-tab-mob {
      display: block;
    }

    .logo-text {
      display: none;
    }

    .bx-pager_style li a {
      margin: 0;
    }

    .desc-overlay {
      padding-top: 15px;
      padding-bottom: 15px;
    }

    .desc-overlay p {
      margin-bottom: 10px;
    }

    .news-blocks .block_style {
      width: 48%;
    }

    .advantages .inline-block {
      width: 20%;
    }

    .col_set3 {
      margin-left: 0;
    }

    .slider-advantages {
      text-align: center;
    }

    .slider-advantages .block_style {
      margin: 15px;
      min-height: 385px;
      width: 44%;
      margin: 10px 2%;
      text-align: left;
    }

    .block_style .title_style2 {
      min-height: auto;
    }

    .list_style {
      min-height: 285px;
    }

    .slide_set5 {
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .slide_set5 .title_style {
      margin-bottom: 20px;
    }

    .container_set {
      padding-left: 0;
      padding-right: 0;
    }

    .item-specialst {
      width: 44%;
      margin: 10px 2%;
    }

    .item-specialst:hover {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    }

    .height_set2 {
      min-height: auto;
    }

    .margin_set1 {
      margin-bottom: 30px;
      margin-top: 0;
    }

    .title_style {
      margin-bottom: 30px;
    }

    .slider-certificates {
      padding-left: 50px;
      padding-right: 50px;
    }

    .col_set4 {
      width: 22%;
      margin-right: 2%;
    }

    .footer-info {
      width: 45%;
    }

    .col_set7 {
      width: 46%;
      margin-right: 3%;
    }

    .breadcrumbs a {
      font-size: 14px;
    }

    .col_set5 {
      display: none;
    }

    .col_set6 {
      padding-left: 0;
      width: 100%;
      padding-right: 0;
    }

    .slide_set6 .title_style {
      font-size: 28px;
      line-height: 32px;
    }

    .slide_set6 .fs18 {
      font-size: 18px;
    }

    .col_set9 {
      padding-left: 0;
      width: 100%;
    }

    .col_set9 .col_set7 {
      margin-right: 2%;
    }

    .bx-pager_style li a {
      font-size: 14px;
    }

    .steps_mob {
      background: #3e9133;
      padding-top: 50px;
      padding-bottom: 50px;
      color: #fff;
    }

    .steps_mob .title_style {
      color: #fff;
      font-size: 20px;
      line-height: 24px;
    }

    .step-item {
      color: #fff;
      margin-bottom: 10px;
    }

    .step-item img {
      width: 100%;
    }

    .step-item.opened .step-title:after {
      transform: rotate(180deg);
    }

    .step-title {
      padding: 5px 15px;
      font-size: 16px;
      position: relative;
      padding-right: 60px;
      margin-bottom: 7px;
    }

    .step-title:after {
      content: "";
      position: absolute;
      right: 20px;
      top: 0;
      background: url(../../../../../img/str_white_down.png) no-repeat center;
      width: 30px;
      height: 30px;
      box-sizing: border-box;
      border: 1px solid #fff;
    }

    .step-main {
      padding: 25px 30px;
    }

    .step-main div {
      margin-bottom: 20px;
    }

    .step-container {
      display: none;
    }

    .slider-docs .slick-prev,
    .slider-docs .slick-next {
      display: none !important;
    }

    .vip-header .title {
      font-size: 40px;
      padding-top: 70px;
      line-height: 44px;
    }

    .vip-header > p {
      margin: 50px auto 0;
    }

    .vip-program-item ul {
      margin: 0;
    }

    .vip-bes-block .vip-bes-img {
      display: none;
    }

    .product-item-detail-info-section {
      padding: 0;
    }
  }

  @media (max-width: 991px) {
    .product-item-detail-tabs-container {
      display: none !important;
    }

    .product-item-detail-tab-content {
      display: block !important;
    }
  }

  @media (max-width: 980px) {
    .price-politic {
      background-position-x: 55%;
    }

    .naprav-flex {
      flex-wrap: wrap;
    }

    .naprav-item {
      width: 49%;
      margin-bottom: 14px;
    }

    .methods-item {
      width: 49%;
    }

    .methods-name {
      box-sizing: border-box;
      min-height: 190px;
    }

    .text-main-block {
      flex-wrap: wrap;
    }

    .text-main-block .text-block,
    .slider-main-block {
      width: 100%;
      margin-bottom: 30px;
    }

    .terapiya-main-flex .step-terapiya {
      flex-wrap: wrap;
    }

    .lech-block .text-block p {
      width: 100%;
    }

    .terapiya-main-flex .step-terapiya > div {
      width: 100%;
      margin-bottom: 15px;
    }

    .ist-block1 {
      flex-wrap: wrap;
    }

    .ist-block1 .ist-column1 {
      width: 100%;
    }

    .ist-block1 .ist-column2 {
      width: 100%;
      display: flex;
      margin-top: 30px;
      justify-content: space-between;
    }

    .ist-block1 .ist-column2 img {
      width: 48%;
    }

    .ist-block3 img {
      display: none;
    }

    .otzovik-block a img {
      max-width: 90%;
    }

    .otzovik-block .slick-prev {
      width: 40px;
      height: 40px;
      background-image: url(../../../../../bitrix/templates/marshak/components/bitrix/news.list/comments-slider-test/img/ep_arrow-up.png);
      background-position: center;
      top: 20%;
      left: 0;
    }

    .otzovik-block .slick-next {
      width: 40px;
      height: 40px;
      background-image: url(../../../../../bitrix/templates/marshak/components/bitrix/news.list/comments-slider-test/img/ep_arrow-up.png);
      background-position: center;
      top: 20%;
      right: 0;
    }

    .smart-banner {
      background-image: url(../../../../../metody-lecheniya/smartrecovery/form_pad.png);
    }

    .smart-help {
      background-image: url(../../../../../metody-lecheniya/smartrecovery/help_pad.jpg);
    }

    .smart-adv:not(.smart-plan) {
      flex-wrap: wrap;
    }

    .smart-adv:not(.smart-plan) .smart-list,
    .smart-adv:not(.smart-plan) > img {
      width: 100%;
    }

    .smart-mob {
      display: block;
    }

    .smart-pk {
      display: none;
    }

    .smart-adv:not(.smart-plan) .smart-list {
      margin-bottom: 30px;
    }

    .doctor-speak img {
      width: 125px;
    }

    .contact-req {
      flex-wrap: wrap;
    }

    .contact-req-right {
      margin-top: 20px;
    }

    .contact-req-right > div {
      width: 100% !important;
    }

    .vspl-form-title {
      font-size: 32px;
      line-height: 130%;
    }

    .vspl-form-desk {
      font-size: 16px;
      line-height: 130%;
    }

    .res-flex {
      flex-wrap: wrap;
      justify-content: center;
    }

    .res-flex > div {
      width: 30%;
      margin: 0px 10px;
      margin-bottom: 20px;
    }

    .metod-grey > img {
      display: none;
    }

    .metod-grey > div:first-child,
    .metod-grey > div:nth-child(2) {
      width: 100%;
    }

    .metod-grey {
      padding: 30px;
    }
  }

  @media all and (max-width: 900px) {
    .mfp-arrow {
      transform: scale(0.75);
    }

    .mfp-arrow-left {
      transform-origin: 0;
    }

    .mfp-arrow-right {
      transform-origin: 100%;
    }

    .mfp-container {
      padding-left: 6px;
      padding-right: 6px;
    }
  }

  @media (max-width: 900px) {
    .prim {
      height: 265px;
      background-size: 96%;
      width: 30%;
      margin: 10px 1%;
      text-align: center;
    }

    .check-doctor {
      flex-wrap: wrap;
    }

    .check-text,
    .check-right {
      width: 100%;
    }

    .check-text {
      margin-bottom: 20px;
    }
  }

  @media (max-width: 850px) {
    .show-fix.header-mob-fix {
      display: block;
      position: fixed;
      width: 100%;
      top: 0;
      background: #59a04e;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
      z-index: 305;
    }

    .fix-flex {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px;
    }

    .fix-left img {
      height: 42px;
    }

    .fix-right {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .fix-right .question {
      margin: 0 20px;
      background: #fff;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      color: #59a04e;
      border: 1px solid #fff;
    }

    .fix-right .question:hover {
      background: transparent;
      color: #fff;
    }

    .fix-right .callme-ds-button {
      border: 1px solid #fff;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      padding: 9px 38px;
      text-decoration: none;
    }

    .fix-right .callme-ds-button:hover {
      background: #fff;
      color: #59a04e;
    }

    .fix-right .soc_yt {
      background-image: url(../../../../../bitrix/templates/marshak/img/icon_youtube.svg);
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0.5;
    }

    .fix-right .soc_yt:hover {
      opacity: 1;
    }

    .fix-right .soc_vk {
      background-image: url(../../../../../bitrix/templates/marshak/img/vk.svg);
      background-repeat: no-repeat;
      background-position: center;
    }

    .fix-right .nav-icon.btn-mob-nav {
      display: inline-block;
      width: 30px;
      margin: 0;
      margin-left: 20px;
    }

    .nav-icon span {
      height: 2px;
    }

    .header-lvl2.fix-menu {
      position: fixed !important;
      width: 100%;
    }

    .header-lvl2.fix-menu:before {
      display: none;
    }

    .header-lvl2.fix-menu {
      left: 0;
      top: 64px !important;
      width: 100%;
      z-index: 250;
      box-shadow: none;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-0.5em);
      transition:
        all 0.3s ease-in-out 0s,
        visibility 0 linear 0.3s,
        z-index 0 linear 0.01s;
    }

    .header-lvl2.fix-menu.open {
      visibility: visible;
      opacity: 1;
      transform: translateY(0%);
      transition-delay: 0s, 0s, 0.3s;
    }

    .header-lvl2.fix-menu .btn_style {
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .header-lvl2.fix-menu .soc-item {
      margin-bottom: 15px;
    }

    .header-lvl2.fix-menu .submenu {
      width: 100%;
      top: 0;
    }

    .header-lvl2.fix-menu .menu {
      text-align: center;
      width: 100%;
      box-sizing: border-box;
      overflow-y: scroll;
      max-height: 400px;
    }

    .header-lvl2.fix-menu .menu > li {
      display: block;
      margin-left: 0;
      position: inherit;
      margin-bottom: 15px;
    }

    .header-lvl2.fix-menu .menu > li > a {
      color: #fff;
      padding: 0;
    }

    .header-lvl2.fix-menu .menu > li:hover > a {
      background: transparent;
      text-decoration: underline;
    }

    .header-lvl2.fix-menu .menu > li:hover > a.activelink {
      background-color: #a3aebf;
    }

    .header-lvl2.fix-menu .menu > li .submenu {
      position: relative;
      display: none;
      text-align: center;
      transition: none;
    }

    .header-lvl2.fix-menu .menu > li.open .submenu {
      opacity: 1;
      transform: translateY(0%);
      visibility: visible;
      padding-top: 0;
      padding-bottom: 0;
    }

    .header-lvl2.fix-menu .menu > li.parent-menu > a::after {
      display: none;
    }

    .header-lvl2.fix-menu .header {
      position: initial;
    }

    .header-lvl2.fix-menu {
      position: initial;
      display: none;
      background-color: #37792c;
    }

    .header-lvl2.fix-menu.open {
      display: block;
      padding: 0;
    }

    .header-lvl2.fix-menu .content {
      padding-top: 0;
    }

    .header-lvl2.fix-menu .menu_style2 li {
      padding: 0;
    }

    .header-lvl2.fix-menu .menu {
      width: 100%;
      padding: 0;
      text-align: left;
    }

    .header-lvl2.fix-menu .menu > li {
      margin-bottom: 0;
      padding: 0;
    }

    .header-lvl2.fix-menu .menu > li > a {
      padding: 8px 20px;
      border-bottom: 2px solid #996b3e;
      display: block;
    }

    .header-lvl2.fix-menu .soc-item {
      margin-bottom: 0;
    }

    .header-lvl2.fix-menu .bot-menu {
      display: flex;
      padding: 0 20px;
      align-items: center;
    }

    .header-lvl2.fix-menu .menu > li.parent-menu {
      position: relative;
    }

    .header-lvl2.fix-menu .parent-menu .toggle-menu {
      background: url(../../../../../img/ar_menu.png) center no-repeat
        transparent;
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      width: 38px;
      height: 38px;
    }

    .header-lvl2.fix-menu .parent-menu.open .toggle-menu {
      transform: rotate(90deg);
    }

    .header-lvl2.fix-menu .parent-menu.open {
      background: #996b3e;
    }

    .header-lvl2.fix-menu .submenu {
      display: none;
      list-style: none;
      background: #4c9940;
    }

    .header-lvl2.fix-menu .submenu > li > a {
      color: #fff;
      font-size: 16px;
      font-family: "FuturaDemiC";
      text-decoration: none;
      padding: 8px 40px;
      border-bottom: 2px solid #996b3e;
      display: block;
    }

    .header-lvl2.fix-menu .submenu > li {
      margin-bottom: 0;
    }

    .header-lvl2.fix-menu .menu > li:hover > a {
      text-decoration: none !important;
    }

    .header-lvl2.fix-menu .ajax-popup-link.btn_style.only-mob {
      padding: 9px 20px;
    }

    .header-lvl2.fix-menu .lang,
    .header-lvl2.fix-menu .search_block_top {
      display: none;
    }

    .header-lvl2.fix-menu .container {
      padding: 0;
    }

    .header-lvl2.fix-menu .menu > li.parent-menu > a span {
      display: none;
    }

    .foot-flex > div:first-child {
      width: 36%;
    }

    .foot-menus {
      width: 57%;
      flex-wrap: wrap;
    }

    .foot-menu {
      width: 40%;
      margin-bottom: 30px;
    }

    .foot-bottom {
      flex-wrap: wrap;
    }

    .foot-buttons {
      margin-right: 0;
      width: 80%;
    }

    .foot-soc {
      width: 100%;
      margin-top: 20px;
    }

    .foot-buttons a.program,
    .foot-buttons a.question {
      padding: 10px 0;
    }

    .foot-pay {
      position: inherit;
      margin-top: 30px;
    }

    .art-inner-form .mat-div,
    .art-inner-form .butok {
      width: 30%;
    }

    .art-inner-form .butok {
      margin: 0 auto;
      margin-top: 20px;
    }
  }

  @media screen and (max-width: 800px) and (orientation: landscape),
    screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
      padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px;
    }

    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0;
    }
  }

  @media (max-width: 800px) {
    .banner-form {
      padding: 20px;
    }

    .banner-forma {
      width: 100%;
    }

    .banner-title {
      font-size: 8vw;
      line-height: 100%;
    }

    .banner-subtitle {
      font-size: 7vw;
      line-height: 100%;
    }

    .step-terapiya.step-terapiya-horiz > div {
      width: 100%;
      margin-bottom: 30px;
    }
  }

  @media screen and (max-width: 770px) {
    .vipclinic {
      width: 100%;
      border: none !important;
      height: auto;
    }

    .vipclinic.bottom {
      border-bottom: 0 !important;
    }

    .vipclinic_img1 {
      float: left;
      background: url(../../../../../bitrix/templates/marshak/img/111.svg);
      width: 48px;
      height: 33px;
      margin-top: 0;
      margin-right: 20px;
    }

    .vipclinic_img2 {
      float: left;
      background: url(../../../../../bitrix/templates/marshak/img/222.svg);
      width: 42px;
      height: 40px;
      margin-top: 0;
      margin-right: 20px;
    }

    .vipclinic_img3 {
      float: left;
      background: url(../../../../../bitrix/templates/marshak/img/333.svg);
      width: 40px;
      height: 39px;
      margin-top: 0;
      margin-right: 20px;
    }

    .vipclinic_img4 {
      float: left;
      background: url(../../../../../bitrix/templates/marshak/img/444.svg);
      width: 41px;
      height: 41px;
      margin-top: 0;
      margin-right: 20px;
    }

    .vipclinic_img5 {
      float: left;
      background: url(../../../../../bitrix/templates/marshak/img/555.svg);
      width: 43px;
      height: 41px;
      margin-top: 0;
      margin-right: 20px;
    }

    .vipclinic_img6 {
      float: left;
      background: url(../../../../../bitrix/templates/marshak/img/666.svg);
      width: 38px;
      height: 41px;
      margin-top: 0;
      margin-right: 20px;
    }

    .vipclinic_img7 {
      float: left;
      background: url(../../../../../bitrix/templates/marshak/img/777.svg);
      width: 40px;
      height: 38px;
      margin-top: 0;
      margin-right: 20px;
    }

    .vipclinic_img8 {
      float: left;
      background: url(../../../../../bitrix/templates/marshak/img/888.svg);
      width: 41px;
      height: 41px;
      margin-top: 0;
      margin-right: 20px;
    }

    .vipclinic p {
      text-align: left;
    }
  }

  @media (max-width: 768px) {
    .vakansii_item.newhid.highlight .vak_zaya {
      margin-top: 30px;
      margin-bottom: 15px;
    }

    .vakansii_item.newhid.highlight .svernyt {
      margin-top: 30px;
      max-width: 170px;
      margin-bottom: 15px;
    }

    .vakansii_item.newhiddd.highlight .vak_zaya {
      margin-top: 30px;
      margin-bottom: 15px;
    }

    .vakansii_item.newhiddd.highlight .svernyt {
      margin-top: 30px;
      max-width: 170px;
      margin-bottom: 15px;
    }

    .vakansii_item_podrobnee {
      font-size: 0;
      border: 0;
      background: url(../../../../../images/strelka.svg) no-repeat;
      width: 12px;
      height: 8px;
    }

    .vakansii_item_name {
      line-height: 43px;
    }

    .vakansii_item_name.adap {
      line-height: normal;
      padding-top: 8px;
    }

    .vakansii_item_name:before {
      background: url(../../../../../images/vakamini2.svg) no-repeat;
      top: 7px;
    }

    .vakansii_item.newhiddd.highlight .vakansii_item_textleft {
      width: 100%;
      float: none;
    }

    .vakansii_item.newhiddd.highlight .vakansii_item_textright {
      width: 100%;
      float: none;
    }

    .vak_zaya a {
      display: block;
    }

    .vakansii_item.newhid.highlight .vakansii_item_textleft {
      width: 100%;
      float: none;
    }

    .vakansii_item.newhid.highlight .vakansii_item_textright {
      width: 100%;
      float: none;
    }

    .vakansii_item {
      width: calc(100% - 20px);
      float: none;
      max-width: unset;
      display: block;
      overflow: hidden;
      position: relative;
      margin-right: 0;
      padding: 10px;
    }

    .vakansii_item_name {
      padding-left: 42px;
    }

    .wrap_garant {
      background: #f7f7f9 url(../../../../../images/fon_garantii320.png)
        no-repeat right;
      border-left: 2px solid #5ba24e;
    }

    .wrap_garant_preim_tr {
      width: 100%;
    }

    .wrap_garant_preim_tr2 {
      width: 100%;
    }

    .wrap_garant_preim_tr .wrap_garant_item {
      width: 48%;
      margin-right: 1%;
    }

    .wrap_garant_preim_tr2 .wrap_garant_item {
      width: 49%;
      margin-right: 0;
    }

    .wrap_garant_women img {
      display: none;
    }

    .wrap_garant_preim_tr3 {
      width: 50%;
      margin: 0 auto;
      text-align: center;
    }

    .wrap_garant_preim_tr3 .wrap_garant_item {
      width: 100%;
    }

    .wrap_garant_text {
      width: 90%;
    }

    .prim {
      position: relative;
      width: 47%;
      border: 1px solid #d4d4d4;
      border-radius: 3px;
      background: transparent;
      height: auto;
      margin: 15px 1%;
      min-height: 180px;
    }

    .prim img {
      margin: 0;
    }

    .prim .num {
      top: -15px;
      background: #fff;
      line-height: 28px;
      height: 30px;
      box-sizing: border-box;
      width: 30px;
      border: 1px solid #d4d4d4;
      border-radius: 30px;
      text-align: center;
    }

    .video_frame p {
      font-size: 26px;
      line-height: 26px;
      padding-top: 20px;
    }

    .video_frame {
      width: 100%;
      height: 180px;
      left: 0;
      margin-bottom: 30px;
    }

    .video_frame div {
      width: 60px;
      height: 42px;
      top: 72px;
      left: calc(50% - 21px);
    }

    .video_frame:hover div {
      width: 70px;
      height: 50px;
      top: 67px;
      left: calc(50% - 25px);
    }
  }

  @media (max-width: 767px) {
    .flex-subcats-4 > div {
      margin-bottom: 1em;
      min-width: calc(50% - 1em);
      width: calc(50% - 1em);
    }

    .column-img-3 {
      flex-direction: column;
    }

    .column-img-3 > a > img {
      width: 100%;
    }

    .column-img-3 > a:not(:last-child) > img {
      margin-bottom: 1em;
    }

    .otz_item {
      padding: 23px 12px;
    }

    .fix-soc,
    .fix-right .question {
      display: none;
    }

    .fix-right .callme-ds-button {
      background: #fff;
      color: #59a04e;
    }

    .fix-right .callme-ds-button:hover {
      background: transparent;
      color: #fff;
    }

    .menu > li .submenu {
      position: relative;
      display: none;
      text-align: center;
      transition: none;
    }

    .menu > li.open .submenu {
      opacity: 1;
      transform: translateY(0%);
      visibility: visible;
      padding-top: 0;
      padding-bottom: 0;
    }

    .menu > li.parent-menu > a::after {
      display: none;
    }

    .header {
      position: initial;
    }

    .header-lvl2 {
      position: initial;
      display: none;
      background-color: #37792c;
    }

    .header-lvl2.open {
      display: block;
      padding: 0;
    }

    .content {
      padding-top: 0;
    }

    .menu_style2 li {
      padding: 0;
    }

    .menu {
      width: 100%;
      padding: 0;
      text-align: left;
    }

    .menu > li {
      margin-bottom: 0;
      padding: 0;
    }

    .menu > li > a {
      padding: 8px 20px;
      border-bottom: 2px solid #996b3e;
      display: block;
    }

    .header-lvl2 .soc-item {
      margin-bottom: 0;
    }

    .bot-menu {
      display: flex;
      padding: 0 20px;
      align-items: center;
    }

    .menu > li.parent-menu {
      position: relative;
    }

    .parent-menu .toggle-menu {
      background: url(../../../../../img/ar_menu.png) center no-repeat
        transparent;
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      width: 38px;
      height: 38px;
    }

    .parent-menu.open .toggle-menu {
      transform: rotate(90deg);
    }

    .parent-menu.open {
      background: #996b3e;
    }

    .submenu {
      display: none;
      list-style: none;
      background: #4c9940;
    }

    .submenu > li > a {
      color: #fff;
      font-size: 16px;
      font-family: "FuturaDemiC";
      text-decoration: none;
      padding: 8px 40px;
      border-bottom: 2px solid #996b3e;
      display: block;
    }

    .submenu > li {
      margin-bottom: 0;
    }

    .menu > li:hover > a {
      text-decoration: none !important;
    }

    .ajax-popup-link.btn_style.only-mob {
      padding: 9px 20px;
    }

    .lang,
    .search_block_top {
      display: none;
    }

    .header-lvl2 .container {
      padding: 0;
    }

    .price-politic {
      background: none;
      padding: 50px 15px;
    }

    .srok-item {
      width: 100%;
      margin-bottom: 20px;
    }

    .price-politic-new {
      padding: 30px 0;
      box-sizing: border-box;
    }

    .price-politic-first {
      font-size: 18px;
      line-height: 23px;
      padding: 0 30px;
      box-sizing: border-box;
    }

    .price-politic-flex {
      flex-wrap: wrap;
      padding: 0 30px;
      box-sizing: border-box;
    }

    .price-politic-flex > div {
      width: 100%;
      margin-bottom: 15px;
    }

    .price-politic-button {
      max-width: 100%;
      margin-right: 0;
    }

    .price-politic-svyz {
      padding: 0 30px;
      box-sizing: border-box;
    }

    .new-text-block img.fright {
      float: none;
      margin-left: 0;
      max-width: 100%;
    }

    .simptom-flex,
    .kodir-flex {
      flex-wrap: wrap;
    }

    .simptom-flex > div,
    .kodir-flex > div,
    .mef-flex > div {
      /* width: 100%; */
      margin-bottom: 20px;
    }

    .step-terapiya > div {
      width: 100%;
      margin-bottom: 25px;
    }

    .new-sroki-flex > div,
    .mef-why-item {
      /* width: 100%; */
    }

    .vrach-left-block {
      width: 100%;
    }

    .vrach-img-block {
      display: none;
    }

    .vrach-title {
      font-size: 22px;
      line-height: 28px;
    }

    .vrach-text {
      padding: 20px 10px;
    }

    .vrach-text:before {
      content: none;
    }

    .vrach-top > div {
      position: relative;
    }

    .vrach-top > div:first-child:before {
      content: "";
      width: 27px;
      height: 21px;
      display: block;
      background-image: url(../../../../../img/quote.png);
      position: absolute;
      background-repeat: no-repeat;
      background-size: cover;
      right: 20px;
      top: 0;
    }

    .vrach-top {
      position: relative;
      padding-top: 60px;
    }

    .vrach-top:after {
      content: "";
      width: 95px;
      height: 142px;
      display: block;
      background-image: url(../../../../../img/mvrach.jpg);
      position: absolute;
      background-repeat: no-repeat;
      background-size: cover;
      right: 0;
      top: 0;
    }

    .partner-block {
      flex-wrap: wrap;
    }

    .partner-block img {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
    }

    .clin-banner-inner {
      padding: 28px 20px;
      padding-bottom: 200px;
      background: none;
    }

    .clin-banner {
      background-size: contain;
      background-position: bottom;
    }

    .clinic-comment,
    .clinic-prims {
      flex-wrap: wrap;
    }

    .comment-right {
      margin-left: 0;
      margin-top: 20px;
    }

    .clinic-prim {
      width: 100%;
      margin-bottom: 20px;
    }

    .banner-form.vip-form {
      padding: 16px 22px;
      padding-bottom: 150px;
      background-position: bottom;
    }

    .banner-form.vip-form .banner-forma {
      width: 100%;
    }

    .vip-prims {
      flex-wrap: wrap;
    }

    .vip-prim {
      width: 100%;
      margin-bottom: 10px;
    }

    .vipspec .new-specs .item-specialst:nth-child(3) {
      display: block;
    }

    .fleft {
      float: none;
      width: 100%;
      margin-bottom: 15px;
    }

    .vipprogram {
      width: 100%;
    }

    .flex-row {
      flex-wrap: wrap;
    }

    .contact-tel,
    .contact-mail,
    .contact-addr,
    .contact-site {
      align-items: center;
    }

    .contact-text {
      display: none;
    }

    .contact-text-mob {
      display: block;
    }

    .contact-text-mob span {
      display: block;
      color: #333;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin: 6px 0;
    }

    .contact-text-mob span.metro {
      color: #333;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      display: flex;
      margin-top: 19px;
      margin-bottom: 10px;
    }

    .new-warn-block {
      margin-bottom: 20px;
      padding: 25px 30px;
    }

    .vspl-form-title {
      font-size: 19px;
      line-height: 130%;
    }

    .vspl-form-desk {
      font-size: 16px;
      line-height: 130%;
    }

    .lang-mob.lang {
      display: block;
      margin-top: 20px;
      margin-left: 16px;
    }

    .mainpage-step .bx-pager-wrapper .bx-pager_style,
    #yakor_etap .bx-pager-wrapper .bx-pager_style {
      top: 120px !important;
    }

    .mainpage-step .new_step .slider-steps .title_style,
    #yakor_etap .new_step .slider-steps .title_style {
      min-height: 80px;
    }

    .yakors a {
      width: 100%;
    }

    .res-flex > div {
      width: 100%;
    }

    .product-item-detail-slider-container.popup
      .product-item-detail-slider-images-container {
      right: 0;
    }

    .product-item-detail-slider-container.popup
      .product-item-detail-slider-block {
      height: calc(100vh - 111px);
      padding-top: 0;
    }

    .product-item-detail-slider-container.popup
      .product-item-detail-slider-image {
      width: 90%;
    }

    .product-item-detail-slider-container.popup
      .product-item-detail-slider-image
      img {
      width: auto;
      max-width: 100%;
      cursor: default;
      max-height: calc(100vh - 115px);
    }

    .product-item-detail-slider-container.popup
      .product-item-detail-slider-controls-block {
      border-left: none;
      border-top: 1px solid #d3d3d3;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      max-height: 111px;
      overflow-x: auto;
      white-space: nowrap;
    }

    .product-item-detail-slider-container.popup
      .product-item-detail-slider-controls-image {
      display: inline-block;
      margin-bottom: 0;
    }

    .product-item-detail-slider-container.popup
      .product-item-detail-slider-close {
      right: 10px;
      z-index: 200;
    }

    .product-item-detail-slider-left,
    .product-item-detail-slider-right {
      max-width: 75px;
    }

    .product-item-detail-slider-container.popup
      .product-item-detail-slider-right {
      right: 0;
    }

    .product-item-label-text > div {
      line-height: 0;
    }

    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover
      .product-item-label-text.product-item-label-small
      span {
      line-height: 14px;
      font-size: 10px;
      padding: 2px 7px;
      margin-bottom: 1px;
    }

    .product-item-big-card
      .product-item-label-text.product-item-label-small
      span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover
      .product-item-label-text.product-item-label-big
      span {
      margin-bottom: 1px;
      line-height: 16px;
      font-size: 14px;
      padding: 3px 12px;
    }

    .product-item-big-card
      .product-item-label-text.product-item-label-big
      span {
      line-height: 25px;
      font-size: 20px;
      padding: 3px 12px;
    }

    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover
      .product-item-label-ring.product-item-label-small {
      width: 20px;
      height: 20px;
      line-height: 20px;
      font-size: 13px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover
      .product-item-label-ring.product-item-label-big {
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 12px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
      width: 70px;
      height: 70px;
      line-height: 70px;
      font-size: 24px;
    }
  }

  @media (max-width: 680px) {
    .col_set7 {
      width: 100%;
      margin-right: 0;
    }

    .callme-ds-button {
      font-size: 13px;
    }

    .only-pc-tab {
      display: none;
    }

    .header-lvl2:before {
      display: none;
    }

    .preview-img {
      height: auto;
    }

    .news-blocks .preview-img {
      height: auto;
    }

    .header {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 151;
    }

    .content {
      padding-top: 73px;
    }

    .logo {
      width: 58px;
      display: inline-block;
    }

    .link-phone {
      font-size: 20px;
    }

    .header-block {
      margin: 4px 0 0;
    }

    .header-block .text_style2 {
      font-size: 11px;
      margin-bottom: 0;
    }

    .header-lvl1 {
      padding-bottom: 10px;
    }

    .header-lvl1 .pull-right {
      text-align: right;
      width: 80%;
      margin-top: -9px;
    }

    .nav-icon {
      display: inline-block;
    }

    .header-lvl1 .pull-right .nav-icon {
      margin-top: 24px;
    }

    .header-lvl2 {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      z-index: 250;
      box-shadow: none;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center;
      opacity: 0;
      background: rgba(91, 162, 78, 0.95);
      visibility: hidden;
      transform: translateY(-0.5em);
      transition:
        all 0.3s ease-in-out 0s,
        visibility 0 linear 0.3s,
        z-index 0 linear 0.01s;
    }

    .header-lvl2.open {
      visibility: visible;
      opacity: 1;
      transform: translateY(0%);
      transition-delay: 0s, 0s, 0.3s;
    }

    .header-lvl2 .btn_style {
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .header-lvl2 .soc-item {
      margin-bottom: 15px;
    }

    .submenu {
      width: 100%;
      top: 0;
    }

    .menu {
      text-align: center;
      width: 100%;
      box-sizing: border-box;
    }

    .menu > li {
      display: block;
      margin-left: 0;
      position: inherit;
      margin-bottom: 15px;
    }

    .menu > li > a {
      color: #fff;
      padding: 0;
    }

    .menu > li:hover > a {
      background: transparent;
      text-decoration: underline;
    }

    .menu > li:hover > a.activelink {
      background-color: #a3aebf;
    }

    .lang {
      float: none;
      margin-top: 0;
      display: inline-block;
    }

    .only-mob {
      display: block;
    }

    a.only-mob {
      display: inline-block;
    }

    .slide1 .bx-controls-direction {
      display: none;
    }

    .slide1 .bx-pager_style {
      position: absolute;
      top: 70px;
      width: 100%;
      padding-left: 0;
      bottom: auto;
      left: auto;
      overflow: visible;
    }

    .pos-rel.slide1 .bx-pager_style {
      top: 30px;
    }

    .slide1 .bx-pager_style li {
      display: block;
      margin-bottom: 15px;
    }

    .pos-rel.slide1 .bx-pager_style li {
      margin: 0;
    }

    .slide1 .bx-pager_style li a {
      font-size: 16px;
      border-radius: 0;
      padding: 12px 10px;
      box-sizing: border-box;
      border: 1px solid #fff;
      min-width: 210px;
    }

    .pos-rel.slide1 .bx-pager_style li a {
      padding: 8px 5px;
      width: 260px;
      margin: 8px 10px;
    }

    .pos-rel.slide1 .btn_style2 {
      width: 260px;
    }

    .btn-align {
      position: absolute;
      left: 0;
      bottom: 20px;
      width: 100%;
      text-align: center;
    }

    .slider-item {
      height: 422px;
      padding-top: 50px;
    }

    .pos-rel.slide1 .slider-item {
      height: 330px;
      padding-top: 50px;
    }

    .slider-item .title_style {
      display: none;
    }

    .slider-item .container {
      position: static;
    }

    .title_style {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 30px;
    }

    .bx-pager_style {
      white-space: nowrap;
      overflow: scroll;
      padding-left: 70px;
      box-sizing: border-box;
    }

    .bx-prev,
    .slick-prev {
      width: 23px;
      height: 45px;
      background: url(../img/arrow.png) no-repeat;
    }

    .bx-next,
    .slick-next {
      width: 23px;
      height: 45px;
      background: url(../img/arrow.png) no-repeat;
      transform: rotate(180deg);
    }

    .slider_style .bx-prev,
    .slider_style .slick-prev {
      width: 23px;
      height: 45px;
      background: url(../img/arrow2.png) no-repeat;
    }

    .slider_style .bx-next,
    .slider_style .slick-next {
      width: 23px;
      height: 45px;
      background: url(../img/arrow2.png) no-repeat;
      transform: rotate(180deg);
    }

    .col_set1 {
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px;
    }

    .slide_set {
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .bx-pager-wrapper .bx-pager_style {
      top: 70px;
      bottom: auto;
    }

    .bx-pager_set {
      width: 100%;
      margin-left: 0;
    }

    .bx-pager_set li {
      display: inline-block;
      margin-bottom: 0;
    }

    .desc-overlay {
      margin-left: 0;
      width: 100%;
      box-sizing: border-box;
      margin-top: 50px;
      font-size: 14px;
      padding-left: 15px;
      padding-right: 15px;
      line-height: 16px;
    }

    .slider-steps {
      height: auto;
      min-height: 500px;
    }

    .slider-steps li {
      height: auto;
      min-height: 500px;
      padding-left: 30px;
      padding-right: 30px;
    }

    .slide_set2 {
      padding-bottom: 30px;
    }

    .slider-gallery {
      padding-left: 0;
      padding-right: 0;
    }

    .item-gallery {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
      margin-left: 15px;
      margin-right: 15px;
      width: auto;
    }

    .item-gallery img {
      width: 100%;
    }

    .item-gallery:hover {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    }

    .gallery-items .col_set7,
    .news-items .col_set7 {
      width: 100%;
      margin-right: 0;
      max-width: 100%;
    }

    .video-block {
      height: 212px;
      border: 0;
      width: 100%;
      margin: 0;
      display: table-footer-group;
    }

    .video-block iframe {
      height: 212px;
    }

    .slide_video .container {
      padding-top: 25px;
      display: table;
      padding-left: 0;
      padding-right: 0;
      width: 100%;
    }

    .slide_video .title_style {
      width: 100%;
      text-align: center;
    }

    .slide_set4 {
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .btn_set {
      padding-left: 25px;
      padding-right: 25px;
      min-width: auto;
    }

    .news-blocks .block_style {
      width: 100%;
      margin-right: 0;
    }

    .advantages .inline-block {
      width: 100%;
      margin: 0 0 40px;
    }

    .fs18 {
      font-size: 16px;
    }

    .avatar {
      margin-right: 0;
      transform: scale(0.6);
    }

    .item-specialst .avatar {
      transform: none;
    }

    .comments-main {
      width: 100%;
    }

    .comments-main .title_style2 {
      text-align: center;
    }

    .comments-main p {
      font-size: 14px;
      line-height: 20px;
    }

    .comments-main a.fs18 {
      font-size: 14px;
    }

    .fs24 {
      font-size: 18px;
    }

    .btn-app {
      display: inline-block;
      margin-right: 10px;
      width: 135px;
      position: relative;
      z-index: 10;
    }

    .img-set {
      margin-top: -250px;
      max-width: 290px;
    }

    .slide_download .block {
      margin-bottom: 190px;
    }

    .footer {
      position: relative;
      padding-top: 25px;
      padding-bottom: 20px;
    }

    .footer .footer_col2 {
      position: absolute;
      right: 15px;
      top: 25px;
      width: calc(100% - 30px);
    }

    .footer .soc-item {
      margin-top: 7px;
    }

    .footer .list_style2 {
      margin-top: 50px;
    }

    .footer .clearfix {
      margin-bottom: 30px;
    }

    .footer_col1 {
      float: none;
      width: 100px;
    }

    .link-mob_set {
      font-size: 16px;
      font-family: "FuturaLightC";
      font-weight: 400;
      font-size: 13px;
    }

    .col_set4 {
      width: 48%;
      margin-right: 2%;
    }

    .list_style2 li {
      margin-bottom: 6px;
    }

    .list_style2 a {
      font-size: 14px;
    }

    .align-right_mob {
      text-align: right;
    }

    .footer-col3 {
      width: 100%;
      margin-right: 0;
      float: none;
      margin-bottom: 20px;
      text-align: center !important;
      font-size: 14px;
      line-height: 20px;
      color: #7c7c7c;
    }

    .footer-col3 br {
      display: none;
    }

    .border-block .avatar {
      display: none;
    }

    .border-block .comments-main {
      width: 100%;
    }

    .border-block .title_style2 {
      text-align: left;
    }

    .fs22 {
      font-size: 18px;
      line-height: 22px;
    }

    .news-items .col_set7 {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
    }

    .comment-block {
      border-radius: 0;
      margin-top: 90px;
      margin-bottom: 30px;
      text-align: center;
      padding: 0 20px 20px;
    }

    .comment-block .inline-block {
      width: 100%;
    }

    .comment-block p {
      text-align: left;
    }

    .comment-block .avatar {
      background: #fff;
      margin-top: -100px;
    }

    .text-block .col_set4 {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
    }

    .popup_set {
      width: auto;
      max-width: 95%;
      box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px;
      margin-right: 0;
      margin-left: 0;
    }

    .preview-img {
      opacity: 1;
    }

    .slider-gallery2 {
      margin: 0;
    }

    .slider-gallery2 .slick-slide {
      margin: 0;
    }

    .border-block2 {
      border-bottom: 0;
      padding-bottom: 20px;
    }

    .border-block2 .fs24 {
      font-size: 24px;
      text-align: center;
    }

    .avatar-col {
      display: block;
      margin: 0 auto;
    }

    .avatar-col .avatar {
      transform: none;
    }

    .spec-info-col {
      width: 100%;
    }

    .spec-info-col .title_style3 {
      text-align: center;
    }

    .align-center_mob {
      text-align: center;
    }

    .pull-right.footer_col2 a.btn_style {
      width: 286px;
      margin: 20px auto 0;
      padding: 0;
    }

    .footer_menu {
      width: 100%;
      margin-top: 90px;
    }

    .footer .container .clearfix .col_set4.list_style2 {
      float: none !important;
      margin: 0 !important;
      width: 100% !important;
      text-align: center;
    }

    .footer .container .clearfix .col_set4.footer_col1 {
      width: 100px !important;
    }

    .item-method {
      width: 100%;
      margin: 10px 0 !important;
      max-width: 480px;
      min-width: auto;
    }

    .slider-advantages .block_style {
      width: 100%;
      margin: 10px 0;
      min-height: 0;
      padding-top: 0;
      padding-bottom: 0;
    }

    .slider-advantages .slider-advantages-img {
      float: left;
      width: 32px;
      height: 40px;
      background-size: auto 35px;
      background-position: 50% 0;
      margin-right: 20px;
    }

    .slider-advantages .list_style {
      clear: both;
      min-height: 0;
      display: none;
    }

    .block_style .btn_style3 {
      display: none;
      margin-bottom: 10px;
    }

    .slider-advantages .title_style2 {
      padding-right: 30px;
      position: relative;
    }

    .slider-advantages .title_style2:after {
      content: "";
      display: block;
      width: 17px;
      height: 17px;
      background: url(../../../../../img/adv_arrow.svg) no-repeat center;
      position: absolute;
      right: 0;
      top: calc(50% - 8px);
    }

    .block_style:hover {
      box-shadow: none;
    }

    .slider-advantages .active_block .list_style {
      display: block;
    }

    .slider-advantages .active_block .title_style2:after {
      transform: rotate(270deg);
    }

    .slider-advantages .block_style .btn_style3 {
      width: calc(100% - 45px);
      margin: 0 auto 10px;
    }

    .slider-advantages .active_block .btn_style3 {
      display: block;
    }

    .vip-header .slide_set3.slide_set {
      position: relative;
    }

    .vip-header {
      height: auto;
    }

    .vip-header .title {
      font-size: 26px;
      padding: 25px 15px 0;
      line-height: 28px;
    }

    .vip-header > p {
      margin: 25px 15px 40px;
      font-size: 14px;
      line-height: 17px;
    }

    .slider-vip {
      width: calc(100% - 60px);
    }

    .slider-vip.slider_style .slick-prev,
    .slider-vip.slider_style .slick-next {
      top: calc(50% - 22px);
    }

    .slider-vip.slider_style .slick-prev {
      left: -30px;
    }

    .slider-vip.slider_style .slick-next {
      right: -30px;
    }

    .vip-bes-block {
      margin: 30px -15px 90px;
    }

    .vip_green_block .title {
      font-size: 26px;
      line-height: 30px;
      margin: 0 0 15px;
    }

    .vip_green_block p {
      font-size: 14px;
      line-height: 17px;
      margin: 0 auto 15px;
    }

    .vip-bes-block .title {
      font-size: 26px;
      line-height: 30px;
      margin: 0 0 15px;
    }

    .vip-bes-block p {
      font-size: 14px;
      line-height: 17px;
      margin: 0 auto 15px;
    }

    .vip-program .title {
      font-size: 26px;
      line-height: 30px;
      margin: 0 0 15px;
    }

    .vip-program p {
      font-size: 14px;
      line-height: 17px;
      margin: 0 auto 15px;
    }

    .vip-program-item ul {
      font-size: 14px;
      line-height: 20px;
    }

    .text-block p {
      font-size: 4vw;
    }

    .text-block li {
      font-size: 4vw;
      padding: 0 0 0 3vw !important;
    }

    .text-block li:before {
      top: 1.5vw !important;
    }

    .text-block li:before {
      width: 1.5vw !important;
      height: 1.5vw !important;
    }

    .naprav-item {
      width: 100%;
    }

    .text-block h2,
    .text-block h1,
    .old_page h2,
    .old_page h3 {
      font-size: 7vw;
    }

    .methods-item {
      width: 100%;
    }

    .slider-main-img {
      width: 85%;
    }

    .slider-main-item {
      height: 212px;
    }

    .terapiya-main-flex .step-terapiya {
      width: 100%;
    }

    .terapiya-main-flex .terapiya-desc {
      padding: 20px;
      padding-top: 60px;
      margin-left: 0;
    }

    .terapiya-main-flex .step-terapiya > div {
      margin-bottom: 60px;
    }

    .terapiya-main-flex .terapiya-num {
      transform: none;
      top: -35px;
      left: 22px;
    }

    .naprav-name,
    .naprav-title,
    .methods-title,
    .text-main-block .text-block h1,
    .lech-block .text-block h2,
    .new_step .slider-steps .title_style {
      font-size: 25px;
      line-height: 35px;
    }

    .slider-main li {
      list-style: none;
    }

    .slider-item .title_style {
      display: block;
      font-size: 20px !important;
      line-height: 24px !important;
      color: #fff !important;
    }

    .btn-align {
      bottom: -65px;
    }

    .slider-item .container {
      position: relative;
    }
  }

  @media (max-width: 676px) {
    .banner-text {
      font-size: 4vw;
      line-height: 120%;
      margin: 0 0 5vw;
    }

    .banner-forma form {
      flex-wrap: wrap;
    }

    .banner-forma form > * {
      width: 100%;
    }

    .check-text,
    .check-right {
      flex-wrap: wrap;
      gap: 4vw;
      justify-content: center;
    }

    .spec_list {
      -moz-column-count: 1;
      column-count: 1;
    }

    .green-block.green-block-full {
      padding: 5vw;
      font-size: 4vw;
      line-height: 140%;
    }

    .price-politic-new p.price-politic-first {
      font-size: 6vw;
      line-height: 130%;
      padding: 0 6vw;
      text-align: center;
    }

    .doctor-speak-text p {
      font-size: 4vw;
      line-height: 130%;
    }
  }

  @media screen and (max-width: 600px) {
    .video_item {
      width: 100%;
    }
  }

  @media (max-width: 600px) {
    .slide_set5 {
      margin-left: -15px;
      margin-right: -15px;
    }

    .us-middle-block .col_set2 {
      width: 100%;
      padding: 0 20px;
      transition: 0.3s;
    }

    .us-middle-block .list_style {
      min-height: auto;
    }

    .foot-flex {
      flex-wrap: wrap;
    }

    .foot-menus,
    .foot-menu,
    .foot-flex > div:first-child {
      width: 100%;
    }

    .foot-menus {
      margin-bottom: 140px;
    }

    .foot-inn {
      margin-bottom: 30px;
    }

    .foot-buttons {
      width: 60%;
    }

    .foot-soc {
      margin-bottom: 20px;
    }

    .foot-pay {
      position: absolute;
      bottom: -10px;
      left: 0;
      right: auto;
    }

    .art-inner-form .mat-div,
    .art-inner-form .butok {
      width: 100%;
      margin-top: 20px;
    }

    .autor-photo {
      min-width: 30%;
    }

    .autor-photo img {
      height: auto;
      min-width: 100%;
    }

    .otzovik-block a img {
      max-width: 70%;
    }

    .right-list-flex {
      flex-wrap: wrap;
    }

    .right-list-flex > div {
      width: 100%;
      margin-bottom: 30px;
    }
  }

  @media (max-width: 567px) {
    .row img {
      max-width: 50px;
    }

    .vakansii_wrap {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }

    .vip-program {
      padding: 20px 0 0;
    }

    .sertificate__slider2 {
      width: 89vw;
    }

    .sertificate__slider2 .sertificate__slide {
      max-width: 86%;
    }

    .vip-program-item,
    .vip-program-block .vip-program-item:last-of-type {
      width: 100%;
      margin: 0 0 20px;
    }

    .flex-subcats-4 > div {
      margin-bottom: 1em;
      margin-right: 0;
      min-width: 100%;
      width: 100%;
    }
  }

  @media (max-width: 560px) {
    .smart-banner {
      background-image: url(../../../../../metody-lecheniya/smartrecovery/form_mob.png);
      padding: 60px 32px;
      text-align: center;
      padding-bottom: 100%;
    }

    .smart-title {
      font-size: 32px;
    }

    .smart-help {
      background-image: url(../../../../../metody-lecheniya/smartrecovery/help_mob.jpg);
      text-align: center;
      padding: 20px;
    }

    .smart-flex > div,
    .smart-podhod-item {
      width: 100%;
    }

    .smart-list-title,
    .smart-head {
      font-size: 24px;
    }

    .smart-help-title {
      font-size: 24px;
      margin-bottom: 10px;
    }

    .smart-help-desk {
      font-size: 16px;
    }

    .doctor-speak {
      flex-wrap: wrap;
      justify-content: center;
    }

    .doctor-speak-title {
      font-size: 24px;
      text-align: center;
    }

    .doctor-speak-text,
    .doctor-speak-autor {
      text-align: center;
    }

    .doctor-speak img {
      margin-right: 0;
      margin-bottom: 40px;
    }

    .pos-rel.slide1 .slider-item .btn-align {
      padding-top: 25px !important;
    }
  }

  @media screen and (max-width: 500px) {
    .mobt {
      max-width: 100%;
      height: auto;
      overflow: scroll;
      padding-bottom: 5px;
    }

    .pos-rel.slide1 .bx-pager_style {
      bottom: auto;
    }

    .video_frame_cont {
      height: 200px;
    }
  }

  @media (max-width: 500px) {
    .text-block img {
      width: 100% !important;
      /* max-width: 50px; */
    }

    .text-block img[src="/img/prims/1.png"],
    .text-block img[src="/img/prims/2.png"],
    .text-block img[src="/img/prims/3.png"],
    .text-block img[src="/img/prims/4.png"] {
      width: auto !important;
    }

    .slider-docs .slick-track {
      display: flex;
      align-items: center;
    }
  }

  @media (max-width: 400px) {
    .prim {
      width: 100%;
      margin: 15px 0;
      height: auto;
      padding-bottom: 15px;
      min-height: 1px;
    }

    .relatives_sell p {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 15px;
    }

    .relatives_sell a.ajax-popup-link.btn_style4 {
      width: 100%;
    }
  }

  @media (max-width: 360px) {
    .vrach-title {
      font-size: 18px;
      line-height: 22px;
    }
  }

  @media screen and (max-width: 320px) {
    .content {
      padding-top: 143px;
    }
  }

  @media (max-width: 1300px) and (min-width: 768px) {
    .menu > li > a {
      padding-right: 20px;
    }

    .menu > li.parent-menu > a:after {
      display: none;
    }

    .menu > li.parent-menu > a span {
      position: absolute;
      display: inline-block;
      width: 10px;
      height: 20px;
      margin: 0 0 0 5px;
      background: url(../../../../../images/menu_osn_str.svg) no-repeat center;
    }

    .menu > li.parent-menu.active > a span {
      transform: rotate(180deg);
    }

    .menu > li:hover .submenu {
      visibility: hidden;
      opacity: 0;
    }

    .menu > li.parent-menu.active .submenu {
      visibility: visible;
      opacity: 1;
      transform: translateY(0%);
      transition-delay: 0s, 0s, 0.3s;
    }
  }

  @media (min-width: 992px) and (max-width: 1400px) {
    .articles-block .col_set2 {
      width: 29.7%;
    }

    .articles-block .preview-img {
      height: 90px !important;
    }
  }

  @media (min-width: 767px) and (max-width: 980px) {
    .header-lvl2.sticky {
      padding-top: 64px;
    }
  }
}
