*::-moz-selection {
  background: #58B9FF;
  color: #000;
}
*::selection {
  background: #58B9FF;
  color: #000;
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: local("Roboto"), 
       url("../fonts/Roboto-Regular.woff2") format("woff2"), 
       url("../fonts/Roboto-Regular.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: local("Roboto"), 
       url("../fonts/Roboto-Medium.woff2") format("woff2"), 
       url("../fonts/Roboto-Medium.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: local("Roboto"), 
       url("../fonts/Roboto-Bold.woff2") format("woff2"), 
       url("../fonts/Roboto-Bold.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-weight: 800;
  src: local("Roboto"), 
       url("../fonts/Roboto-Black.woff2") format("woff2"), 
       url("../fonts/Roboto-Black.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
html {
    line-height: 1.2; 
    -webkit-text-size-adjust: 100%; 
    overflow-x: hidden;
  }
  body {
    margin: 0;
  }
  
  main {
    display: block;
  }
  
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; 
    height: 0; 
    overflow: visible; 
  }
  
  pre {
    font-family: monospace, monospace; 
    font-size: 1em; 
  }
  
  a {
    background-color: transparent;
  }
  
  abbr[title] {
    border-bottom: none; 
    text-decoration: underline; 
    -webkit-text-decoration: underline dotted; 
            text-decoration: underline dotted; 
  }
  
  b,
  strong {
    font-weight: 700;
  }
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; 
    font-size: 1em; 
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }

  img {
    border-style: none;
    display: block;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; 
    font-size: 100%; 
    line-height: 1.2; 
    margin: 0; 
    padding: 0;
  }
  
  button,
  input { 
    overflow: visible;
    outline: none;
    cursor: pointer;
    border: none;
    background-color: transparent;
  }

  button,
  select { 
    text-transform: none;
  }
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    color: inherit; 
    display: table; 
    max-width: 100%; 
    padding: 0; 
    white-space: normal; 
  }
  
  progress {
    vertical-align: baseline;
  }

  textarea {
    overflow: auto;
  }
  
  [type="checkbox"],
  [type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    padding: 0; 
  }
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type="search"] {
    -webkit-appearance: textfield; 
    outline-offset: -2px;
  }
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; 
    font: inherit;
  }
  
  details {
    display: block;
  }

  summary {
    display: list-item;
  }

  template {
    display: none;
  }
  

  [hidden] {
    display: none;
  }
h1, h2, h3, h4, h5, blockquote{
  margin: 0;
}
p{
  margin: 0;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html.burger-lock, html.lock {
    overflow: hidden;
}
body.burger-lock, body.lock {
    overflow: hidden;
}
button:focus-visible,
input:focus-visible,
textarea:focus-visible { 
    outline: none;
}
ul, ol, li{
  list-style: none;
  padding: 0;
  margin: 0;
}
body, header, main, footer{
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  text-decoration: none;
  margin: 0;
  padding: 0;
  min-width: 280px;
}
main, footer{
  overflow: hidden;
  background: #f2f4f5;
}
main.main_grad{
  background: -o-linear-gradient(top, #fff 60px, #f2f4f5);
  background: linear-gradient(to bottom, #fff 60px, #f2f4f5);
}
a, a:hover{
  color: #212529;
  text-decoration: none;
}
a[href]{
  color: #212529;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
a[href]:hover{
  color: #048eff;
}

header{
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.container {
    padding: 0 10px;
    max-width: 1420px;
    margin: 0 auto;
    width: 100%;
}
.container_min {
    padding: 0 10px;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}
.mb{
  margin-bottom: 60px;
}
.section-title{
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  color: #212529;
  margin-bottom: 48px;
}
.section-subtitle{
  text-align: center;
  width: 100%;
  margin: 0 auto 64px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #212529;
}
.section-text p{
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 28px;
  text-align: justify;
}
.section-text h2{
  font-weight: 700;
  font-size: 32px;
  color: #282e39;
  line-height: 1;
  margin-bottom: 24px;
}
.section-text h3{
  font-weight: 700;
  font-size: 30px;
  color: #282e39;
  line-height: 1;
  margin-bottom: 24px;
}
.section-text h4{
  font-weight: 700;
  font-size: 28px;
  color: #282e39;
  line-height: 1;
  margin-bottom: 24px;
}
.section-text h5{
  font-weight: 700;
  font-size: 26px;
  color: #282e39;
  line-height: 1;
  margin-bottom: 24px;
}
.section-text h6{
  font-weight: 700;
  font-size: 24px;
  color: #282e39;
  line-height: 1;
  margin-bottom: 24px;
}
.section-text ol{
  counter-reset: text-ol;
  margin-bottom: 30px;
}
.section-text ul{
  margin-bottom: 30px;
}
.section-text ol li{
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #202a37;
}
.section-text ul li{
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #202a37;
}
.section-text ol li::before {
  position: absolute;
  counter-increment: text-ol;
  content: counter(text-ol);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #58b9ff;
  left: 0;
  top: 0;
}
.section-text ul li::before {
/*  background: url(../img/icons/its-arrow.png) no-repeat center center / 100% auto;*/
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  background: #58b9ff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
/*.section-text li::after {
  background: #e2e2e3;
  width: 95%;
  height: 1px;
  position: absolute;
  content: "";
  right: 0;
  bottom: -15px;
}*/
.section-text blockquote{
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
  position: relative;
  border: 2px solid #58b9ff;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding: 15px 45px 15px 15px;
  width: 100%;
}
/*.section-text blockquote{
  max-width: 932px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px 15px 150px;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #282e39;
  text-align: justify;
}*/
.section-text blockquote::after{
  background: url(../img/f12a.svg) no-repeat center center / 15px auto;
  content: "";
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;*/
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background-color: #58b9ff;
}
.section-text a{
  color: #58b9ff;
}
.section-text img{
    margin: 10px 15px;
    float: right;
    max-width: 350px;
    max-height: 233px;
}
.section-text__img{
    width: 100%;
    max-height: 430px;
    margin-bottom: 28px;
}
.title-wrapper .section-title{
  margin-bottom: 24px;
}
.key .section-subtitle{
  max-width: 643px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-center{
  text-align: right;
}
.plashka_top{
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background: #0374dd;
  color: #fff;
  padding: 10px 15px;
}
.plashka_bot{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 10px 15px;
  background: #58b9ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.plashka_bot img{
  width: 15px;
  height: 15px;
}
.header__top-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
}
.header__logo{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo img{
  width: 55px;
  height: 55px;
}
.header__logo-txt p{
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.header__logo-txt span{
  font-size: 16px;
}
.header__age{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__age img{
  width: 35px;
  height: 35px;
}
.header__age-txt p{
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #58B9FF;
}
.header__age-txt span{
  color: #2125298c;
  font-size: 14px;
}
.header__phone{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.header__phone a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  color: #58B9FF;
  font-size: 20px;
  font-weight: 700;
}
.header__phone span{
  font-size: 14px;
}
.header__address{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.header__address button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #58B9FF;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.header__address button:hover{
  color: #048eff;
}
.header__address p{
  font-size: 14px;
}
.header__btns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.btn{
  background: #58b9ff;
  border: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  max-width: 100%;
  width: 100%;
  height: 55px;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 rgba(0, 66, 119, .25);
          box-shadow: 0 1px 0 rgba(0, 66, 119, .25);
  text-align: center;
  white-space: nowrap;
  padding: 10px;
}
.btn_inv{
  background: #58b9ff25;
  color: #58b9ff;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.btn_inv:hover{
  color: #fff;
}
.btn span{
  font-weight: 500;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.btn::after {
  background: #25a4ff;
  position: absolute;
  content: "";
  z-index: 1;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  opacity: 0;
}
.btn:hover::after {
    border-radius: 8px;
    width: 100%;
    left: 0;
    opacity: 1;
}
.header__bot{
  background: #F2F4F5;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.header__bot.fixed {
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,.12);
          box-shadow: 0 0 7px rgba(0,0,0,.12);
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.header__nav-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
}
.header__menu{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu-txt{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 400;
  color: #202a37;
  padding: 10px;
  position: relative;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.header__menu-txt:hover{
  color: #3E7FFF;
}
.header__submenu{
  padding: 20px 0;
  border-radius: 20px;
  position: absolute;
  top: 35px;
  left: 0;
  min-width: 340px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px #00000040;
          box-shadow: 0px 4px 10px 0px #00000040;
  z-index: 100;
  -webkit-transition: opacity .2s ease;
       -o-transition: opacity .2s ease;
          transition: opacity .2s ease;
}
.header__submenu-inside{
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 320px;
  height: auto;
  max-height: 350px;
  overflow-y: auto;
}
.header__submenu-inside::-webkit-scrollbar{
  width: 4px;
}
.header__submenu-inside::-webkit-scrollbar-track{
  background: #5454541A;
  border-radius: 10px;
}
.header__submenu-inside::-webkit-scrollbar-thumb{
  background: #048eff;
  border-radius: 10px;
}
.header__submenu-title {
  font-size: 16px;
  color: #7A8898;
  display: block;
  margin: 5px 0;
}
.header__sublink a{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #263248;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.header__sublink a:hover{
    color: #048eff;
    text-decoration: none;
}
.header__menu .header__menu-txt img{
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}
.header__menu:hover .header__menu-txt img{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.header__menu:hover .header__submenu{
    opacity: 1;
    pointer-events: auto;
}
.header__menu-btn{
  display: none;
}
.header__nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.header__mob{
  display: none;
}
.header__mob-items{
  display: none;
}
@media (max-width: 1220px){
  header{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
  }
  .header__top-wrapper{
    padding: 15px 0;
  }
  .header__age{
    display: none;
  }
  .header__phone{
    display: none;
  }
  .header__address{
    display: none;
  }
  .header__btns{
    display: none;
  }
  .header__mob{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .header__mob a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    background: #58B9FF;
    border-radius: 5px;
  }
  .menu-burger{
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #EEF8FF;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  /*.menu-burger::after{
    content: "";
    position: absolute;
    display: block;
    top: 12px;
    left: 10px;
    width: 20px;
    height: 2px;
    background: #58B9FF;
    border-radius: 2px;
    -webkit-transition: rotate .2s ease, top .2s ease;
    -o-transition: rotate .2s ease, top .2s ease;
    transition: rotate .2s ease, top .2s ease;
  }
  .menu-burger span{
    content: "";
    position: absolute;
    display: block;
    top: 19px;
    left: 10px;
    width: 20px;
    height: 2px;
    background: #58B9FF;
    border-radius: 2px;
    opacity: 1;
    -webkit-transition: width .2s ease, opacity .2s ease;
    -o-transition: width .2s ease, opacity .5s ease;
    transition: width .2s ease, opacity .2s ease;
  }
  .menu-burger::before{
    content: "";
    position: absolute;
    display: block;
    bottom: 12px;
    left: 10px;
    width: 20px;
    height: 2px;
    background: #58B9FF;
    border-radius: 2px;
    -webkit-transition: rotate .2s ease, bottom .2s ease;
    -o-transition: rotate .2s ease, bottom .2s ease;
    transition: rotate .2s ease, bottom .2s ease;
  }
  .menu-burger.active::after{
    rotate: 45deg;
    top: 19px;
  }
  .menu-burger.active span{
    width: 0;
    opacity: 0;
  }
  .menu-burger.active::before{
    rotate: -45deg;
    bottom: 19px;
  }*/
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamRotate180.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.line {
  fill:none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#58B9FF;
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
.ham2 .top {
  stroke-dasharray: 40 121;
}

  .header__bot{
    height: 0;
    overflow-x: hidden;
    background: #fff;
  }
  .header__bot.active{
    display: block;
    overflow-x: hidden;
    border: none;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  }
  .header__menu{
    width: 100%;
  }
  .header__link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    //gap: 10px;
  }
  .header__menu-txt{
    padding: 10px 0;
  }
  .header__menu-btn{
    padding-inline: 0;
    border: none;
    width: 25px;
    padding-block: 0;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    background: none;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: 10px;
  }
  .header__menu-btn::before {
      display: block;
      content: "";
      width: 7px;
      height: 7px;
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      -webkit-transition: -webkit-transform .15s linear;
      transition: -webkit-transform .15s linear;
      -o-transition: transform .15s linear;
      transition: transform .15s linear;
      transition: transform .15s linear, -webkit-transform .15s linear;
  }
  .header__menu-btn.active::before{
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .header__submenu.active{
    opacity: 1;
    pointer-events: auto;
  }
  .header__nav{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    width: 100%;
    padding-bottom: 10px;
  }
  .header__submenu{
    padding-top: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    pointer-events: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
  }
  .header__submenu-inside{
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
    padding-left: 10px;
  }
  .header__submenu.active{
    display: block;
    pointer-events: auto;
  }
  .header__nav-wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 75px;
  }
  .header__mob-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }
  .header__mob-items .header__phone{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__mob-items .header__address{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__mob-items .header__btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__logo-txt p{
    font-size: 18px;
  }
}
@media (max-width: 400px){
  .header__mob-items{
    width: 100%;
  }
  .header__mob-items .header__btns{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__mob-items .header__btns button{
    width: 100%;
  }
  .header__logo img{
    width: 35px;
    height: 35px;
  }
  .header__logo-txt p{
    font-size: 16px;
  }
  .header__logo-txt span{
    font-size: 12px;
  }
}
.header__social{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header__social a{
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: -webkit-filter .2s ease;
  transition: -webkit-filter .2s ease;
  -o-transition: filter .2s ease;
  transition: filter .2s ease;
  transition: filter .2s ease, -webkit-filter .2s ease;
}
.header__social a:hover{
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.breadcrumb{
/*  background: #fff;*/
  color: #fff;
  position: relative;
  z-index: 2;
}
.breadcrumb__wrapper{
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.breadcrumb__item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.breadcrumb__item:not(:nth-child(1))::before{
  content: '→';
  display: block;
}
.breadcrumb__item a{
  color: #fff;
  text-shadow: 0 0 10px black;
}
.breadcrumb.light_bc {
    color: #000;
}
.breadcrumb.light_bc .breadcrumb__item a {
    color: #000;
    text-shadow: none;
}

.beton{
  background: url('../img/beton-2.webp');
  background-repeat: repeat;
  position: relative;
  margin-bottom: 65px;
}
.beton::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}
.beton_s{
  background: url('../img/beton-1.webp');
  background-repeat: repeat;
  position: relative;
/*  margin-bottom: 65px;*/
}
.beton_s::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}
.banner__wrapper{
  position: relative;
  overflow: hidden;
}
.banner__img{
  position: absolute;
  right: 0;
  bottom: -170px;
  z-index: 1;
}
.banner__title{
  width: 100%;
  max-width: 800px;
  padding: 70px 0;
  position: relative;
  z-index: 2;
}
.banner__title h1{
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  color: #FFFFFF;
}
.banner__title .btn_banner{
  max-width: 300px;
}
.banner__wrapper_s{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  padding-bottom: 40px;
}
.banner__title_s{
  width: calc(60% - 10px);
  padding: 70px 0;
  position: relative;
  z-index: 2;
}
.banner__title_s h1{
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  color: #eefbff;
  text-shadow: 0px 0px 50px #000;
  margin-bottom: 30px;
}
.banner__title_s p{
  margin-bottom: 52px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #eefbff;
  text-shadow: 0px 0px 20px #000;
}
.hero__row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.hero__row::before {
  background: rgba(255, 255, 255, .48);
  top: -11px;
  left: 0;
  position: absolute;
  content: "";
  height: 1px;
  width: 32px;
}
.hero__span{
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}
a.hero__tel{
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: #7db8fd;
  text-shadow: 0 0 80px #0c0c0c;
  width: fit-content;
}
.banner__title-adv{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0;
}
.banner__title-adv li{
  position: relative;
}
.banner__title-adv li::before{
  content: '';
  display: block;
  background: url('../img/iconlist.png');
  -webkit-filter: drop-shadow(0px 0px 5px #fff);
          filter: drop-shadow(0px 0px 5px #fff);
  width: 28px;
  height: 22px;
  position: absolute;
  top: 8px;
  left: 0;
}
.banner__title-adv li p{
  padding-left: 36px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: #FFFFFF;
}
.banner__adv{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
/*  align-items: center;*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
  padding: 10px;
  position: relative;
  z-index: 2;
  overflow-x: auto;
}
.banner__adv li{
  background: #ffffff9e;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: 0px 0px 21px rgba(200, 203, 207, 0.69);
          box-shadow: 0px 0px 21px rgba(200, 203, 207, 0.69);
  border-radius: 4px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.banner__adv li:nth-child(1){
  -webkit-animation: bgS1 3s backwards infinite;
          animation: bgS1 3s backwards infinite;
}
.banner__adv li:nth-child(2){
  -webkit-animation: bgS2 3s backwards infinite;
          animation: bgS2 3s backwards infinite;
}
.banner__adv li:nth-child(3){
  -webkit-animation: bgS3 3s backwards infinite;
          animation: bgS3 3s backwards infinite;
}
.banner__adv li:nth-child(4){
  -webkit-animation: bgS4 3s backwards infinite;
          animation: bgS4 3s backwards infinite;
}
@-webkit-keyframes bgS1 {
  0% {
    background: #ffffff9e;
  }
  30% {
    background: #ffffff;
  }
  60% {
    background: #ffffff9e;
  }
  100% {
    background: #ffffff9e;
  }
}
@keyframes bgS1 {
  0% {
    background: #ffffff9e;
  }
  30% {
    background: #ffffff;
  }
  60% {
    background: #ffffff9e;
  }
  100% {
    background: #ffffff9e;
  }
}
@-webkit-keyframes bgS2 {
  0% {
    background: #ffffff9e;
  }
  20% {
    background: #ffffff9e;
  }
  50% {
    background: #ffffff;
  }
  80% {
    background: #ffffff9e;
  }
  100% {
    background: #ffffff9e;
  }
}
@keyframes bgS2 {
  0% {
    background: #ffffff9e;
  }
  20% {
    background: #ffffff9e;
  }
  50% {
    background: #ffffff;
  }
  80% {
    background: #ffffff9e;
  }
  100% {
    background: #ffffff9e;
  }
}
@-webkit-keyframes bgS3 {
  0% {
    background: #ffffff9e;
  }
  40% {
    background: #ffffff9e;
  }
  70% {
    background: #ffffff;
  }
  100% {
    background: #ffffff9e;
  }
}
@keyframes bgS3 {
  0% {
    background: #ffffff9e;
  }
  40% {
    background: #ffffff9e;
  }
  70% {
    background: #ffffff;
  }
  100% {
    background: #ffffff9e;
  }
}
@-webkit-keyframes bgS4 {
  20% {
    background: #ffffff9e;
  }
  60% {
    background: #ffffff9e;
  }
  90% {
    background: #ffffff;
  }
}
@keyframes bgS4 {
  20% {
    background: #ffffff9e;
  }
  60% {
    background: #ffffff9e;
  }
  90% {
    background: #ffffff;
  }
}
.banner__adv li p{
  font-weight: 400;
  font-size: 23px;
  line-height: 1.4;
}

.banner__form{
  width: calc(40% - 10px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  background: #f2f4f5;
  border-radius: 4px;
  padding: 35px 40px 10px 40px;
  margin: 70px 0;
}
.banner__form-title{
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.banner__form input{
  font-size: 15px;
  width: 100%;
  height: 60px;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #61869F;
  background: #FFF;
  border: 1px solid #e4e6eb;
  border-radius: 4px;
  cursor: text;
}
.banner__form-chek{
  margin-bottom: 15px;
}
.banner__form-chek input{
  width: unset;
  height: unset;
  cursor: pointer;
}
.banner__form-chek span a{
  color: #048eff;
}
.btn_banner-form{
  margin-bottom: 15px;
}
.serv__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
.min-tiles{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
.serv__item.big-tile{
  height: 350px;
  width: 46%;
}
.serv__item.min-tile{
  width: calc(50% - 15px);
  height: 160px;
}
a.serv__item{
  -webkit-box-shadow: 0px 0px 21px rgba(200, 203, 207, 0.69);
          box-shadow: 0px 0px 21px rgba(200, 203, 207, 0.69);
  position: relative;
  overflow: hidden;
  padding: 30px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-41.72%, #58B9FF), color-stop(50%, #FFFFFF));
  background: -o-linear-gradient(right, #58B9FF -41.72%, #FFFFFF 50%);
  background: linear-gradient(270deg, #58B9FF -41.72%, #FFFFFF 50%);
  background-size: 140%;
  border-radius: 10px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
a.serv__item:hover{
  background-position: -100px;
}
.serv__item p{
  font-size: 30px;
  position: relative;
  z-index: 5;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: #ffffff5e;
  -webkit-box-shadow: 0 0 5px 10px #ffffff5e;
          box-shadow: 0 0 5px 10px #ffffff5e;
}
.serv__tile-img{
  width: auto;
  max-height: 160px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.key__wrapper{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  counter-reset: key;
}
.key__item{
  height: 100%;
  min-height: 130px;
  padding: 24px 50px 24px 24px;
  background: -o-linear-gradient(315deg, transparent 20%, #fff 100%);
  background: linear-gradient(135deg, transparent 20%, #fff 100%);
  -webkit-box-shadow: inset -1px 1px rgba(255, 255, 255, .78), 0 0 21px rgba(200, 203, 207, .69);
          box-shadow: inset -1px 1px rgba(255, 255, 255, .78), 0 0 21px rgba(200, 203, 207, .69);
  position: relative;
  counter-increment: key;
}
.key__item::before{
  content: counter(key);
  position: absolute;
  top: -50px;
  left: 0;
  color: #048EFF;
  line-height: 1;
  font-size: 80px;
}
.key__item p{
  font-size: 18px;
  line-height: 1.5;
}
.key__item img{
  position: absolute;
  bottom: 0;
  right: 0;
}
.key__plashka{
  background: #0374DD;
  margin-top: 60px;
}
.key__pw{
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.key__pw p{
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  color: #FFFFFF;
}
.we-res__wrapper{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.we-res__item{
  height: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.we-res__item p{
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #202a37;
}
.we-res__item picture{
  height: 74px;
  width: 74px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.we-res__item img{
  -o-object-fit: cover;
     object-fit: cover;
}
.no-error{
  position: relative;
}
.no-error::before{
  content: '';
  position: absolute;
  top: 45%;
  left: -115px;
  display: block;
  width: calc(100% + 115px);
  height: 100%;
  background: url('../img/steps__decoration.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.no-error__wrapper{
  position: relative;
  z-index: 3;
  padding-bottom: 60px;
}
.no-error__wrapper img{
  position: absolute;
  right: 0;
  bottom: 0;
  height: 95%;
  width: auto;
  z-index: 3;
}
.no-error__inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  max-width: 700px;
  position: relative;
  z-index: 4;
  counter-reset: er;
}
.no-error__item{
  padding: 24px 32px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 21px rgb(188 227 255);
          box-shadow: 0px 0px 21px rgb(188 227 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 5;
  counter-increment: er;
}
.no-error__item .title{
  max-width: 223px;
  width: 100%;
  position: relative;
  z-index: 5;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
.no-error__item .title::before{
  content: counter(er);
  position: absolute;
  top: -20px;
  left: -20px;
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  color: #58B9FF;
  opacity: 0.4;
  z-index: -1;
}
.no-error__item .subtitle{
  font-size: 20px;
  line-height: 1.4;
}
.creator{
  padding: 60px 0;
  background: #E0F2FF;
  position: relative;
  z-index: 10;
}
.creator__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 35px;
}
.creator__anot{
  max-width: 600px;
  padding: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 21px rgba(200, 203, 207, 0.69);
          box-shadow: 0px 0px 21px rgba(200, 203, 207, 0.69);
  border-radius: 5px;
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 1.4;
  color: #212529;
}
.creator__text{
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.creator__text span{
  font-weight: 700;
  color: #58B9FF;
}
.btn_creator{
  max-width: 420px;
}
.creator__picture img{
  width: 100%;
  height: auto;
}
.creator__picture p{
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.015em;
    color: #5d677a;
    margin-top: 16px;
}
.price__wrapper{
  margin-bottom: 30px;
}
.price__tabs-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.price__tabs-wrapper .tab{
  width: 182px;
  height: auto;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: color .2s ease, background .2s ease;
  -o-transition: color .2s ease, background .2s ease;
  transition: color .2s ease, background .2s ease;
}
.price__tabs-wrapper .tab:hover{
  color: #58B9FF;
}
.price__tabs-wrapper .tab.active{
  background: #58B9FF;
  color: #fff;
}
.price__tabs-table{
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height .6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height .6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height .6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0px 0px 21px rgba(200, 203, 207, 0.69);
          box-shadow: 0px 0px 21px rgba(200, 203, 207, 0.69);
}
.tab__content .price__tabs-table{
  height: 0;  
}
.price__tabs-table.active{
  display: block;
}
.price__tabs-tbody{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.price__tabs-tbody tr{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.price__tabs-tbody tr:nth-child(odd){
  background: #E0F2FF;
}
.price__tabs-tbody td{
  padding: 15px;
}
.price__tabs-name{
  font-size: 20px;
  line-height: 1.6;
}
.price__tabs-cost{
  margin-left: auto;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  text-align: right;
}
.btn_price{
  height: auto;
  background: transparent;
  border: 1px solid #58b9ff;
  color: #58b9ff;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.btn_price span{
  font-size: 22px;
}
.btn_price:hover{
  color: #fff;
}
.price__all{
  margin: 0 auto;
  max-width: 320px;
}
.price__all a{
  width: 100%;
}
.price__all a span{
  color: #fff;
  font-size: 22px;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.price__all a span:hover{
  color: #fff;
}
.much{
  padding: 60px 0;
  position: relative;
}
.much::after{
  content: '';
  background: url(../img/much-image.png) no-repeat center center / 100% auto;
  position: absolute;
  z-index: 1;
  width: 615px;
  height: 323px;
  left: 10%;
  top: 90px;
}
.much .container{
  position: relative;
  z-index: 5;
}
.much__title{
  text-align: center;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: #202a37;
  margin-bottom: 10px;
}
.much__subtitle{
  font-weight: 400;
  text-align: center;
  font-size: 32px;
  line-height: 1;
  color: #202a37;
  margin-bottom: 40px;
}
.much__btn{
  margin: 0 auto;
  max-width: 340px;
}
.much__btn span{
  font-size: 22px;
}
.garant{
  padding-top: 60px;
}
.garant .container{
  position: relative;
  overflow: hidden;
}
.garant__doc{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 650px;
  height: auto;
}
.garant__fon{
  position: absolute;
  left: 50%;
  bottom: -263px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: auto;
  height: calc(100% + 200px);
}
.garant__wrapper{
  max-width: 680px;
  width: 100%;
  margin: 15px 15px 60px auto;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 21px rgba(200, 203, 207, 0.69);
          box-shadow: 0px 0px 21px rgba(200, 203, 207, 0.69);
  border-radius: 5px;
  position: relative;
  z-index: 5;
}
.garant__title{
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.garant__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.garant__item{
  padding-left: 60px;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
}
.garant__item::before{
  content: '';
  display: block;
  background: url(../img/iconlist.png);
  width: 28px;
  height: 22px;
  position: absolute;
  top: 8px;
  left: 0;
}
.documents{
  padding: 60px 0;
  background: #E0F2FF;
}
.documents__items{
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}
.documents__slide{
  height: 400px;
  max-width: 608px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.documents__slide-img img{
  width: auto;
  height: 100%;
}
.slider-button__wrapper{
  position: relative;
}
.documents__nav-slider-button_prev{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 1px 81px rgba(7, 11, 53, .48);
          box-shadow: 0 1px 81px rgba(7, 11, 53, .48);
  position: absolute;
  top: 50%;
  left: -100px;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.documents__nav-slider-button_prev:hover{
  background: #58b9ff;
}
.documents__nav-slider-button_prev img{
  rotate: 180deg;
  margin: auto;
}
.documents__nav-slider-button_next{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 1px 81px rgba(7, 11, 53, .48);
          box-shadow: 0 1px 81px rgba(7, 11, 53, .48);
  position: absolute;
  top: 50%;
  right: -100px;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.documents__nav-slider-button_next:hover{
  background: #58b9ff;
}
.documents__nav-slider-button_next img{
  margin: auto;
}
.all_documents{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}
.all_documents a.btn{
  padding: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.all_documents a.btn span{
  font-size: 22px;
}
.all_documents a.btn,
.all_documents a.btn:hover{
  color: #fff;
}
.review{
  padding: 60px 0;
  background: #E0F2FF;
}
.review__items{
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}
.review__slide{
  height: 400px;
}
.review__slide-img img{
  width: 100%;
  height: auto;
}
.review__nav-slider-button_prev{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 1px 81px rgba(7, 11, 53, .48);
          box-shadow: 0 1px 81px rgba(7, 11, 53, .48);
  position: absolute;
  top: 50%;
  left: -100px;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.review__nav-slider-button_prev:hover{
  background: #58b9ff;
}
.review__nav-slider-button_prev img{
  rotate: 180deg;
  margin: auto;
}
.review__nav-slider-button_next{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 1px 81px rgba(7, 11, 53, .48);
          box-shadow: 0 1px 81px rgba(7, 11, 53, .48);
  position: absolute;
  top: 50%;
  right: -100px;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.review__nav-slider-button_next:hover{
  background: #58b9ff;
}
.review__nav-slider-button_next img{
  margin: auto;
}
.all_review{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}
.all_review a.btn,
.all_review button.btn{
  padding: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.all_review a.btn span{
  font-size: 22px;
}
.all_review a.btn,
.all_review a.btn:hover{
  color: #fff;
}
.bmade__bg{
  background: url(../img/main/form/form_image.jpg) no-repeat center center / cover;
  width: 100%;
  overflow: hidden;
}
.bmade{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.bmade__img{
  position: relative;
  top: 50px;
}
.bmade__title{
  font-weight: 500;
  font-size: 56px;
  line-height: 1.2;
  position: relative;
  top: 80px;
  left: -100px;
  z-index: 1;
}
.bmade__title span{
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  color: #0056B3;
}
.bmade__title::before{
  background: url(../img/icons/quote.png) no-repeat center center / 100% auto;
  position: absolute;
  content: "";
  width: 164px;
  height: 130px;
  top: -52px;
  left: 0px;
  z-index: -1;
}
.fmade{
  position: relative;
  background: #fff;
  max-width: 1112px;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: -5px 0 27px rgb(0 0 0 / 40%);
          box-shadow: -5px 0 27px rgb(0 0 0 / 40%);
  z-index: 2;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0;
  left: 0;
  margin: -300px auto 0;
}
.fmade__title{
  text-align: center;
  margin: 0 auto 30px;
  max-width: 659px;
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
  color: #282e39;
  font-weight: 700;
}
.fmade__title span{
  color: #048eff;
}
.fmade__wrapper{
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 23px 1fr 23px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px 23px;
}
.fmade__item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.fmade__item label,
.fmade__item .fmade__tit{
  padding-left: 15px;
  margin-bottom: 6px;
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #282e39;
}
.fmade__item input{
  font: normal 15px / 46px OpenSans, sans-serif;
  width: 100%;
  height: 46px;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  background: #f2f4f7;
  border: 1px solid #e4e6eb;
  border-radius: 4px;
  cursor: text;
}
.fmade__chek{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fmade__rad{
  width: 100%;
}
.fmade__rad input{
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
  z-index: -10;
}
.fmade__rad label{
  padding: 0;
  margin: 0;
  background: #f2f4f7;
  width: 100%;
  height: 100%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e4e6eb;
  font-weight: 400;
  font-size: 15px;
  color: #a9a9a9;
  line-height: 1;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.fmade__rad input:checked ~ label {
    background: #576379;
    color: #fff;
}
.btn_fmade{
  padding: 0;
  height: 46px;
}
.friends{
  padding-top: 60px;
}
.friends__item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
.friends__item:first-child {
  margin-bottom: 48px;
}
.friends__title{
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 48px;
}
.friends__info{
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 26px;
  color: #282e39;
  text-align: justify;
}
.friends__info_bold{
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
.friends__info:last-child {
  margin-bottom: 0;
}
.friends__img{
  max-width: 680px;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.email{
  padding: 60px 0;
}
.email__wrapper{
  margin: 65px 0;
  background: #FFFFFF;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 0px 21px rgba(200, 203, 207, 0.69);
          box-shadow: 0px 0px 21px rgba(200, 203, 207, 0.69);
  border-radius: 8px;
  position: relative;
}
.email__item{
  padding: 32px;
  position: relative;
  z-index: 5;
}
.email__img{
  position: absolute;
  z-index: 1;
  display: block;
  top: -88px;
  right: -70px;
}
.email__title{
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  position: relative;
  z-index: 3;
  text-shadow: 0px 0px 5px #fff;
  margin-bottom: 25px;
}
.email__title span{
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  text-shadow: 0px 0px 5px #fff;
  margin-bottom: 8px;
}
.email__form{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 3;
}
.email__inp{
  font: normal 15px / 46px OpenSans, sans-serif;
  width: 100%;
  height: 46px;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  background: #f2f4f7;
  border: 1px solid #e4e6eb;
  border-radius: 4px;
  height: 56px;
  margin-bottom: 9px;
  max-width: 482px;
  width: 100%;
  margin-right: 16px;
  cursor: text;
}
.email__btn{
  max-width: 274px;
  width: 100%;
  height: 56px;
}
.email__garant{
  padding-left: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #212529;
}
.email__garant img{
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.about__subtitle{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 16px;
}
.about__title{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 32px;
}
.about__wrapper{
  counter-reset: about;
}
.about__slide{
  height: 200px;
  padding: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 21px rgba(200, 203, 207, 0.69);
          box-shadow: 0px 0px 21px rgba(200, 203, 207, 0.69);
  border-radius: 4px;
  position: relative;
  counter-increment: about;
}
.about__slide::before{
  content: counter(about);
  position: absolute;
  bottom: 0;
  left: 10px;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  color: #048EFF;
  opacity: 0.6;
}
.about__text{
  font-size: 14px;
}
.about__text a,
.about__text button{
  color: #048EFF;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.about__text a:hover,
.about__text button:hover{
  color: #0056B3;
}
.about__pagination{
  position: relative;
  margin-top: 20px;
}
.botform__wrapper{
  padding: 65px 0;
}
.botform__item{
  background: -webkit-gradient(linear, right top, left top, color-stop(-41.72%, #58B9FF), color-stop(50%, #FFFFFF));
  background: -o-linear-gradient(right, #58B9FF -41.72%, #FFFFFF 50%);
  background: linear-gradient(270deg, #58B9FF -41.72%, #FFFFFF 50%);
  -webkit-box-shadow: 0px 0px 21px rgba(200, 203, 207, 0.69);
          box-shadow: 0px 0px 21px rgba(200, 203, 207, 0.69);
  border-radius: 8px;
  position: relative;
  padding: 30px;
}
.botform__text p{
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #212529;
}
.botform__text p.bold{
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #212529;
}
.botform__text p.bold a{
  color: #048EFF;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.botform__text p.bold a:hover{
  color: #0056B3;
}
.botform__btn{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.botform__img{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
footer.footer{
  padding: 40px 0 45px;
  color: #4f5868;
}
footer.footer a{
  color: #4f5868;
}
.footer__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin-bottom: 35px;
}
.footer__osn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.footer__osn a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer__osn img{
  width: 79px;
  height: 79px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.payments__title{
  margin-bottom: 8px;
  font-size: 20px;
}
.payments__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  gap: 10px;
}
.payments__item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.payments__item p{
  font-size: 14px;
  text-align: center;
}
.payments__item img{
  height: 100%;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__menu a.footer__link{
  font-size: 18px;
  line-height: 1.6;
}
footer.footer a.footer__tel{
  color: #58B9FF;
  font-size: 20px;
}
.footer__col p{
  font-size: 18px;
}
.footer__btn{
  margin: 20px 0 24px;
}
.footer__social{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.footer__social a{
  -webkit-transition: scale .2s ease;
  -o-transition: scale .2s ease;
  transition: scale .2s ease;
}
.footer__social a:hover{
  scale: 1.2;
}
footer.footer a.footer__reglink{
  font-size: 18px;
}
.footer__info{
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
.footer__info p{
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.footer__info p a{
  font-size: 14px;
  text-decoration: underline;
}
.footer__info p.cookies{
  font-size: 12px;
}
.addiction{
  background: transparent;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  z-index: 2;
}
.addiction__wrapper{
  background: linear-gradient(to top, #fff 60px, #f2f4f5);
  position: relative;
  padding: 42px 36px 38px 24px;
  top: -70px;
  margin-bottom: -70px;
}
.addiction__wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  z-index: -1;
  -webkit-box-shadow: 0 0 55px rgba(9, 24, 45, .15);
          box-shadow: 0 0 55px rgba(9, 24, 45, .15);
}
.addiction__title{
  font-weight: 700;
  text-align: center;
  font-size: 32px;
  color: #202a37;
  line-height: 1.2;
  margin-bottom: 25px;
}
.addiction__items{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.addiction__item{
  height: auto;
  padding: 20px 0 36px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.addiction__item:nth-child(1), .addiction__item:nth-child(4) {
  padding-left: 0
}
.addiction__item:nth-child(3), .addiction__item:nth-child(6) {
  border-right-width: 0
}
.addiction__item:nth-child(4), .addiction__item:nth-child(5), .addiction__item:nth-child(6) {
  border-bottom-width: 0
}
.addiction__img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95px;
  height: 95px;
  margin-right: 17px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: -o-linear-gradient(45deg, #fff 0, #dedfe0 100%);
  background: linear-gradient(45deg, #fff 0, #dedfe0 100%);
  -webkit-box-shadow: inset -2px 2px 0 0 #fff, -17px 17px 21px 0 rgba(200, 203, 207, .69);
          box-shadow: inset -2px 2px 0 0 #fff, -17px 17px 21px 0 rgba(200, 203, 207, .69);
}
.addiction__text{
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #202a37;
}
.addiction__text button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  color: #038eff;
}
.split__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
.sidebar__title{
  background: #0374DD;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 5px 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar__title a,
.sidebar__title a:hover{
  color: #fff;
}
.sidebar__btn{
  background: #15659780;
  position: relative;
  height: 33px;
  width: 38px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sidebar__btn::before {
  display: inline-block;
  background: transparent;
  border-style: solid;
  border-width: 7px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-color: transparent;
  border-top-color: #fff;
  content: '';
  height: 0;
  -webkit-transform: translate(-50%, -25%);
      -ms-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
}
.sidebar__btn.active::before{
  rotate: 180deg;
  top: 10%;
  left: 25%;
}
.sidebar__content{
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .2s ease;
  -o-transition: max-height .2s ease;
  transition: max-height .2s ease;
}
.sidebar__list{
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background: #E0F2FF;
}
.sidebar__list li a{
  font-size: 16px;
}
.sidebar__list li.active a{
  color: #048eff;
}
.split__content{
  width: 75%;
}
.split__art{
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.sprice-table{
  -webkit-filter: drop-shadow(0px 0px 21px rgba(200, 203, 207, 0.69));
          filter: drop-shadow(0px 0px 21px rgba(200, 203, 207, 0.69));
  border-radius: 4px;
  margin-bottom: 50px;
}
.sprice-title{
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #212529;
  margin-bottom: 38px;
}
.sprice-table-title{
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  color: #212529;
  background: -o-linear-gradient(45deg, #fff 0, #f0f1f2 100%);
  background: linear-gradient(45deg, #fff 0, #f0f1f2 100%);
  padding: 16px;
}
.svideo{
  padding: 60px 0;
}
.svideo__title{
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #202a37;
  text-align: center;
}
.svideo__subtitle{
  margin: 35px 0;
  text-align: center;
}
.svideo__slide .video__link img{
  width: 100%;
  height: auto;
}
.svideo__slide .video__link::before{
  content: '';
  background-image: url(../img/new_main/youtube-play.png);
  opacity: 0;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.svideo__slide:hover .video__link::before{
  opacity: 1;
}
.svideo__pagination{
  position: relative;
  margin-top: 20px;
}
.stext__navigation{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navigation-article__title{
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #282e39;
  margin: 20px 0;
}
.navigation-article__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  counter-reset: nav;
}
.navigation-article__link{
  counter-increment: nav;
  font-size: 18px;
}
.navigation-article__link::before{
  content: counter(nav) ".";
  padding-right: 5px;
}
.stext__modal{
  background: #e5e8ea;
  border-radius: 5px;
  max-width: 394px;
  width: 100%;
  height: fit-content;
  padding: 23px 22px 23px 24px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.stext__modal-title{
  font-size: 20px;
  line-height: 1.4;
  color: #282e39;
  margin-bottom: 21px;
}
.stext__modal-title span,
.stext__modal-title a{
  color: #1a64c4;
}
.stext__modal-subtitle{
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #282e39;
  margin-bottom: 25px;
  position: relative;
}
.stext__modal-subtitle::after {
  background: url(../img/icons/table-arrow.png) no-repeat center center / 100% auto;
  position: absolute;
  content: "";
  left: 150px;
  top: 26px;
  width: 86px;
  height: 35px;
}
.reviewer__wrapper{
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  margin-top: 90px;
  padding: 40px;
}
.reviewer__wrapper::after {
  content: '';
  position: absolute;
  border-radius: 493px;
  background: #58B9FF;
  width: 493px;
  height: 493px;
  right: -210px;
  bottom: -200px;
}
.reviewer__info{
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #212529;
  margin-bottom: 25px;
  z-index: 1;
  position: relative;
}
.reviewer__info span{
  color: #58B9F2;
}
.reviewer__date{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
  text-shadow: 0px 0px 20px #fff;
}
.reviewer__published,
.reviewer__edit{
  color: #90929b;
}
.reviewer__published span,
.reviewer__edit span{
  color: #212529;
}
.reviewer__link-img img{
  width: 226px;
  height: 25px;
}
.articles{
  margin-top: 20px;
}
.articles__item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #00A6C0;
  background: #fff;
  margin-bottom: 20px;
  scale: 0.9;
  -webkit-transition: scale .4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-transition: scale .4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: scale .4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.articles__item:hover{
  scale: 1;
}
.articles__item-img{
  width: 480px;
  height: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.articles__item-img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles__item-txt{
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 100%;
}
.articles__item-title{
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}
.articles__item-subtitle{
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.articles__item-link{
  margin: auto 0 0 auto;
}
a.articles__item-link{
  color: #00A6C0;
  -webkit-transition: .4s ease all;
  -o-transition: .4s ease all;
  transition: .4s ease all;
  position: relative;
}
a.articles__item-link::before{
    position: absolute;
    bottom: -5px;
    content: '';
    background-color: #007bffb8;
    height: 1px;
    width: 0;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
}
a.articles__item-link:hover::before{
  width: 100%;
}
.recommendation__content{
  max-width: 1140px;
  margin: 0 auto;
}
.recommendation__nav-slider-button_prev{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 1px 81px rgba(7, 11, 53, .48);
          box-shadow: 0 1px 81px rgba(7, 11, 53, .48);
  position: absolute;
  top: 50%;
  left: -100px;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.recommendation__nav-slider-button_prev:hover{
  background: #58b9ff;
}
.recommendation__nav-slider-button_prev img{
  rotate: 180deg;
  margin: auto;
}
.recommendation__nav-slider-button_next{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 1px 81px rgba(7, 11, 53, .48);
          box-shadow: 0 1px 81px rgba(7, 11, 53, .48);
  position: absolute;
  top: 50%;
  right: -100px;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.recommendation__nav-slider-button_next:hover{
  background: #58b9ff;
}
.recommendation__nav-slider-button_next img{
  margin: auto;
}
.recommendation__slide{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
  height: auto;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 21px 0px #C8CBCFB0;
          box-shadow: 0px 0px 21px 0px #C8CBCFB0;
  scale: 0.9;
  -webkit-transition: scale .2s ease;
  -o-transition: scale .2s ease;
  transition: scale .2s ease;
}
.recommendation__slide.swiper-slide-active{
  scale: 1;
}
.recommendation__img{
  height: 170px;
  width: 100%;
  margin-bottom: 25px;
}
.recommendation__img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommendation__title{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.recommendation__subtitle{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 25px;
}
a.recommendation__btn{
  margin: auto auto 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #58b9ff;
}
a.recommendation__btn:hover{
  color: #fff;
}
.all_recommendation{
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all_recommendation a.btn{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 10px 15px;
}
.all_recommendation a.btn:hover{
  color: #fff;
}
.mepage{
  margin-top: 20px;
  background: url(../img/main/why/why-bg.webp) no-repeat center bottom / cover;
}
.mepage__banner-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mepage__banner-img{
  height: 700px;
  width: 50%;
}
.mepage__banner-img img{
  height: 100%;
  width: 100%;
  -o-object-position: right;
     object-position: right;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: visible;
}
.mepage__banner-txt{
  width: 50%;
  margin-top: 150px;
}
.mepage__banner-title{
  font-size: 32px;
  font-weight: 800;
  max-width: 400px;
  color: #f4f5f9;
  margin-bottom: 30px;
}
.mepage__banner-title span{
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 5px 5px;
  background: #282e39;
}
.mepage__banner-subtitle p{
  padding-left: 5px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
}
.mepage__banner-subtitle p b{
  font-size: 24px;
  font-weight: 800;
}
.story{
  padding: 40px 0 60px;
}
.story__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.story__column,
.story__column_right{
  width: 50%;
}
.story__item{
  padding-left: 34px;
  position: relative;
  margin-bottom: 40px;
}
.story__column_right .story__item{
  margin-left: 60px;
}
.story__item::before {
  background: #c3c3c3;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid #e7e7e7;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  left: 0;
  top: 3px;
}
.story__item::after {
  background: #c3c3c3;
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 26px + 38px);
  top: 26px;
  left: 9px;
}
.story__text{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.story__text:last-child {
  margin-bottom: 0;
}
.story__text .story__title{
  display: block;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 7px;
}
.story__img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  padding: 20px;
}
.story__img img{
  max-width: 578px;
  width: 100%;
  height: 100%;
}
.story__photo{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  padding: 20px;
  margin-top: -200px;
}
.story__photo img{
  width: 100%;
  height: 100%;
}
.what{
  background: url(../img/main/what/what-bg.jpg) no-repeat center bottom / 100% 581px;
}
.what__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.what__items{
  max-width: 500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  margin-left: 25px;
  -webkit-box-shadow: inset -1px 1px 0 rgba(255, 255, 255, .78), 15px 15px 100px rgba(0, 0, 0, .3);
          box-shadow: inset -1px 1px 0 rgba(255, 255, 255, .78), 15px 15px 100px rgba(0, 0, 0, .3);
  counter-reset: what;
}
.what__item{
  padding: 15px 0 15px 30px;
  margin: 0px 30px 0 70px;
  counter-increment: what;
  border-bottom: 1px solid #e2e2e3;
  position: relative;
}
.what__item>*{
  font-size: 18px;
  line-height: 1.4;
}
.what__item:first-child{
  padding-top: 30px;
}
.what__item:last-child{
  padding-bottom: 30px;
  border-bottom: none;
}
.what__item::before {
  position: absolute;
  content: counter(what);
  background: -o-linear-gradient(135deg, #0290ff 0, #41c1ff 100%);
  background: linear-gradient(-45deg, #0290ff 0, #41c1ff 100%);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 1px solid rgba(225, 227, 227, .88);
  -webkit-box-shadow: -10px 7px 21px rgba(200, 203, 207, .69);
          box-shadow: -10px 7px 21px rgba(200, 203, 207, .69);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -90px;
}
.what__img img{
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.meprice__table{
  -webkit-filter: drop-shadow(0px 0px 21px rgba(200, 203, 207, 0.69));
          filter: drop-shadow(0px 0px 21px rgba(200, 203, 207, 0.69));
  border-radius: 4px;
  margin-bottom: 60px;
}
.meprice__table-title{
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  color: #212529;
  background: -o-linear-gradient(45deg, #fff 0, #f0f1f2 100%);
  background: linear-gradient(45deg, #fff 0, #f0f1f2 100%);
  padding: 16px;
}
.infopage{
  margin-top: 25px;
}
.grid-3{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 40px;
}
.grid-2{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 40px;
}
.infopage__video-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 22px rgb(0 0 0 / 20%);
          box-shadow: 2px 2px 22px rgb(0 0 0 / 20%);
  background: #fff;
  max-width: 330px;
  width: 100%;
  -webkit-transition: scale .2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-transition: scale .2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: scale .2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.infopage__video-wrapper:hover{
  scale: 1.05;
}
.infopage__video-img{
  position: relative;
}
.infopage__video-img::before{
  content: '';
  background-image: url(../img/new_main/youtube-play.png);
  -webkit-filter: contrast(0.5);
          filter: contrast(0.5);
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  -webkit-transition: -webkit-filter .2s ease;
  transition: -webkit-filter .2s ease;
  -o-transition: filter .2s ease;
  transition: filter .2s ease;
  transition: filter .2s ease, -webkit-filter .2s ease;
}
.infopage__video-wrapper:hover .infopage__video-img::before{
  -webkit-filter: contrast(1);
          filter: contrast(1);
}
.infopage__video-img img{
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.infopage__video-text{
  padding: 25px;
}
.infopage__video-title{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.infopage__video-subtitle{
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.infopage__news-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 22px rgb(0 0 0 / 20%);
          box-shadow: 2px 2px 22px rgb(0 0 0 / 20%);
  background: #fff;
  max-width: 330px;
  width: 100%;
  -webkit-transition: scale .2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-transition: scale .2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: scale .2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.infopage__news-wrapper:hover{
  scale: 1.05;
}
.infopage__news-img{
  position: relative;
}
.infopage__news-img img{
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.infopage__news-text{
  padding: 25px;
}
.infopage__news-title{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.infopage__news-subtitle{
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.gar__wrapper>*{
  font-size: 18px;
}
.gar__wrapper ul li {
  margin-left: 15px;
  position: relative;
  margin-top: 10px;
}
.gar__wrapper ul li:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #58b9ff;
  left: -15px;
  top: 10px;
}
.gar__blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 2px solid #58b9ff;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  margin: 25px 0;
  min-height: 80px;
}
.gar__blockquote blockquote {
  padding: 15px 45px 15px 15px;
  width: 100%;
}
.gar__blockquote-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  background-color: #58b9ff;
}
.gar__blockquote-img img{
  width: 25px;
  height: 80px;
}
.part__item{
  background: #fff;
  -webkit-box-shadow: 2px 2px 20px rgb(0 0 0 / 20%);
          box-shadow: 2px 2px 20px rgb(0 0 0 / 20%);
  border-radius: 5px;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  padding: 25px;
  -webkit-transition: scale .2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-transition: scale .2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: scale .2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.part__item:hover{
  scale: 1.05;
}
.part__img{
  position: relative;
}
.part__img img{
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 5px;
}
.part__text{
  margin-top: 25px;
}
.part__clinic{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
}
.part__clinic::before{
  content: "";
  background: url(../img/part-loc.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
  padding-right: 5px;
}
.part__city{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
}
.part__city::before{
  content: "";
  background: url(../img/part-pin.svg);
  background-size: 35px 35px;
  background-repeat: no-repeat;
  width: 40px;
  height: 35px;
  padding-right: 5px;
}
.rvideo{
  margin-bottom: 60px;
}
.rvideo__slide .video__link img{
  width: 100%;
  height: auto;
}
.rvideo__slide_center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rvideo__pagination{
  position: relative;
  margin-top: 20px;
}
.rvideo__slide .video__link::before{
  content: '';
  background-image: url(../img/new_main/youtube-play.png);
  opacity: 0;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.rvideo__slide:hover .video__link::before{
  opacity: 1;
}
.reviews__item_link{
  display: block;
  width: 270px;
  height: 220px;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 15px 50px 5px rgb(217 217 217 / 50%);
          box-shadow: 0px 15px 50px 5px rgb(217 217 217 / 50%);
  overflow: hidden;
}
.review__wrapper_page{
    height: 500px;
    overflow: hidden;
}
.reviews__page_item{
  scale: 1;
  -webkit-transition: scale .2s ease;
  -o-transition: scale .2s ease;
  transition: scale .2s ease;
}
.reviews__page_item:hover{
  scale: 1.05;
}
.reviews__img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.reviews__img img{
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.faq__title{
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: 32px;
}
.faq__subtitle{
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #485369;
  margin-bottom: 30px;
}
.faq__item{
  border: 1px solid #e7e9ed;
}
.faq__item:not(:last-child){
  border-bottom: none;
}
.faq__content{
  height: 100%;
  overflow: hidden;
  padding: 0 60px 0 20px;
  font-size: 18px;
  -webkit-transition: max-height .2s ease, background .2s ease;
  -o-transition: max-height .2s ease, background .2s ease;
  transition: max-height .2s ease, background .2s ease;
  background: #ffffff4d;
}
.faq__btn{
  font-size: 18px;
  font-weight: 400;
  color: #282E39;
  cursor: pointer;
  padding: 20px 60px 20px 20px;
  background: #ffffff4d;
  position: relative;
  -webkit-transition: background .2s ease, color .3s ease;
  -o-transition: background .2s ease, color .3s ease;
  transition: background .2s ease, color .3s ease;
}
.faq__btn:hover{
  color: #58b9ff;
}
.faq__btn.active{
  color: #1a64c4;
}
.faq__btn::after {
  background: url(../img/icons/wiki-arrow.png) no-repeat center center / 100% auto;
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  top: 50%;
  right: 28px;
  -webkit-transform: scale(1, 1) translateY(-50%);
      -ms-transform: scale(1, 1) translateY(-50%);
          transform: scale(1, 1) translateY(-50%);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}
.faq__btn.active::after{
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.faq__content.active,
.faq__btn.active{
  background: #fff;
}
.faq__content p{
  padding-bottom: 20px;
  text-align: justify;
}
.end__top{
  padding: 60px 0 55px;
  position: relative;
  -webkit-box-shadow: 0 0 38px rgba(200, 202, 205, .69);
          box-shadow: 0 0 38px rgba(200, 202, 205, .69);
}
.end__top::after {
  background: #fff;
  position: absolute;
  content: "";
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
}
.end__top-title{
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}
.end__top-subtitle{
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6;
}
.end__top-subtitle a{
  color: #0054c2;
}
.end__bot{
  padding: 90px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.end__bot-img{
  margin-right: 25px;
}
.end__bot-text{
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}
.end__bot-text span{
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
.end__btn{
  margin-left: auto;
  max-width: 245px;
  width: 100%;
}
.licences__item{
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 22px rgb(0 0 0 / 20%);
          box-shadow: 2px 2px 22px rgb(0 0 0 / 20%);
  cursor: pointer;
  scale: 1;
  -webkit-transition: scale .3s ease;
  -o-transition: scale .3s ease;
  transition: scale .3s ease;
}
.licences__item:hover{
  scale: 1.05;
}
.licences__item a{
  display: block;
  padding: 15px;
  width: 100%;
}
.licences__item-img{
  width: 100%;
  height: 100%;
}
.licences__item-img img{
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.pricepage-title{
  color: #202a37;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
}
.pricepage-title span{
  background: #58b9ff;
  color: #fff;
  padding: 3px 7px;
  border-radius: 6px;
}
.pricepage__item{
  border-radius: 5px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 0px 21px rgba(200, 203, 207, 0.69));
          filter: drop-shadow(0px 0px 21px rgba(200, 203, 207, 0.69));
  margin-bottom: 20px;
}
.pricepage__content{
  height: 100%;
  overflow: hidden;
  -webkit-transition: max-height .2s ease;
  -o-transition: max-height .2s ease;
  transition: max-height .2s ease;
}
.pricepage__btn{
  font-size: 20px;
  font-weight: 400;
  color: #282E39;
  cursor: pointer;
  padding: 20px;
  background: -o-linear-gradient(45deg, #fff 0, #f0f1f2 100%);
  background: linear-gradient(45deg, #fff 0, #f0f1f2 100%);
  position: relative;
  -webkit-transition: background .2s ease, color .3s ease;
  -o-transition: background .2s ease, color .3s ease;
  transition: background .2s ease, color .3s ease;
}
.pricepage__btn::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-left: 10px;
  float: right;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  scale: 1.2;
  -webkit-transition: rotate .2s ease;
  -o-transition: rotate .2s ease;
  transition: rotate .2s ease;
}
.pricepage__btn.active::before {
  rotate: 135deg;
}
.pricepage__btn:hover{
  color: #58b9ff;
}
.maps__wrapper{
  position: relative;
}
.maps__block{
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 30px 30px 30px 80px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 22px rgb(0 0 0 / 10%);
          box-shadow: 2px 2px 22px rgb(0 0 0 / 10%);
  background-color: #fff;
}
.maps__item{
  margin-top: 30px;
}
.maps__item:first-child{
  margin: 0;
}
.maps__title{
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
.maps__title img{
  width: 30px;
  height: 30px;
  position: absolute;
  left: -50px;
}
.maps__line{
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 20px;
}
.sitemap__wrapper ul{
  font-size: 18px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.sitemap__wrapper > ul > li{
  font-size: 22px;
  text-align: left;
}
.city-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.city-list li::marker {
    color: #58B9FF;
}
.inside_city {
  width: 25%;
  padding-right: 10px;
  margin-bottom: 5px;
  list-style: inside;
  font-size: 16px;
}
.regions__input{
  font-size: 16px;
  width: 100%;
  padding: 0 10px;
  border-bottom: 1px solid #212529;
  height: 40px;
  color: #212529;
  margin-bottom: 20px;
  cursor: text;
}

.popup {
    background: rgba(0, 0, 0, .4);
    height: 100%;
    left: 50%;
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 10000;
}
.popup.open {
    opacity: 1;
    pointer-events: all;
}
.popup__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    padding: 50px 15px 20px;
    width: 100%;
}
.popup__content {
    max-width: 500px;
    min-height: auto;
    padding: 0 40px 40px;
    position: relative;
    border-radius: 6px;
    scale: .4;
    -webkit-transition: scale .4s ease;
    -o-transition: scale .4s ease;
    transition: scale .4s ease;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.popup__content_cost {
    max-width: 650px;
    padding: 40px;
}
.popup__content_city{
  max-width: 900px;
  padding: 40px;
}
.popup.open .popup__content {
    scale: 1;
}
.close-popup {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: scale .2s ease, -webkit-transform .2s ease;
  transition: scale .2s ease, -webkit-transform .2s ease;
  -o-transition: transform .2s ease, scale .2s ease;
  transition: transform .2s ease, scale .2s ease;
  transition: transform .2s ease, scale .2s ease, -webkit-transform .2s ease;
  width: 16px;
  height: 16px;
}
.close-popup:hover{
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  scale: 1.2;
}
.close-popup::after{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #B6BFD3;
}
.close-popup::before{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  height: 20px;
  width: 2px;
  border-radius: 2px;
  background: #B6BFD3;
}
.popup__form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.popup__form .error-message{
    font-size: 12px;
    color: red;
}
.popup__picture{
  position: relative;
  top: -30px;
}
.popup__title{
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
.popup__subtitle{
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  max-width: 300px;
  margin: 0 auto 15px;
}
.popup__input{
  font: normal 15px / 46px OpenSans, sans-serif;
  width: 100%;
  padding: 0 14px;
  background: #f2f4f7;
  border: 1px solid #e4e6eb;
  border-radius: 4px;
  height: 60px;
  background-color: #EEF8FF;
  color: #61869F;
  margin-bottom: 5px;
  cursor: text;
}
.popup__textarea{
  background-color: #EEF8FF;
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #e4e6eb;
  min-height: 150px;
  width: 100%;
  font-size: 16px;
  resize: none;
  max-height: 150px;
  overflow-y: auto;
  color: #61869F;
}
.popup__politic{
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
.popup__politic a{
  color: #58b9ff;
}
.calcModal-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 8px;
}
.popup__content_cost .btn{
  white-space: break-spaces;
}
.calcModal-block p{
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  -ms-flex-line-pack: end;
      align-content: end;
}
.calcModal-block p.color--style {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.calcModal-block input{
  margin-top: 8px;
  max-width: 280px;
  padding: 14px 10px;
  background: #F2F4F7;
  border-radius: 8px;
  border: none;
  text-align: left;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  cursor: text;
}
.calcModal-block p.color--style span{
  margin-top: 10px;
  max-width: 280px;
  padding: 14px 10px;
  background: #F2F4F7;
  border-radius: 8px;
  border: none;
  text-align: left;
  width: 100%;
}
.city__input{
  cursor: text;
  width: 100%;
  background: #fff;
}
.city__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: flex-start;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 140px;
  width: 820px;
  overflow-x: hidden;
}
.city__wrapper li{
  width: calc(33.33333% - 7px);
  height: fit-content;
}
button.scroll-top{
  position: fixed;
  z-index: 10000;
  left: 130px;
  bottom: -400px;
  -webkit-transition: bottom .3s ease;
  -o-transition: bottom .3s ease;
  transition: bottom .3s ease;
  padding: 8px 10px 12px;
  background: #58B9FF;
  -webkit-box-shadow: 0px 0px 21px #7c7c7cb0;
          box-shadow: 0px 0px 21px #7c7c7cb0;
  border-radius: 50%;
}
button.scroll-top img{
  width: 30px;
  height: 30px;
}
@media (max-width: 1370px){
  .recommendation__nav-slider-button_prev{
    left: -70px;
  }
  .recommendation__nav-slider-button_next{
    right: -70px;
  }
}
@media (max-width: 1300px){
  .recommendation__nav-slider-button_prev,
  .recommendation__nav-slider-button_next{
    display: none;
  }
}
@media (max-width: 1250px){
  .banner__img img{
    height: 700px;
    width: auto;
  }
  .banner__title{
    max-width: 100%;
  }
  .banner__title-adv{
    max-width: 800px;
  }
  .no-error__wrapper img{
    right: -150px;
  }
}
@media (max-width: 1220px){
  .fmade{
    margin-top: -180px;
  }
  .email__img{
    display: none;
  }
}
@media (max-width: 1100px){
  .banner__img img{
    display: none;
  }
  .banner__title-adv{
    display: none;
  }
  .banner__title h1{
    font-size: 42px;
    margin-bottom: 25px;
  }
  .banner__title{
    padding: 25px 0;
  }
  .beton{
    background: #005188;
  }
  .beton::before{
    display: none;
  }
  .beton_s{
    background: #005188;
  }
  .beton_s::before{
    display: none;
  }
  .banner__adv{
/*    flex-wrap: wrap;*/
    padding: 10px;
  }
  .banner__adv li{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 15px);
            flex: 0 1 calc(50% - 15px);
    padding: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0px 0px 10px #c8cbcfb0;
            box-shadow: 0px 0px 10px #c8cbcfb0;
  }
  .banner__adv li p{
    font-size: 18px;
  }
  .no-error__wrapper picture{
    display: none;
  }
  .no-error__inner{
    max-width: 100%;
  }
  .garant__doc{
    left: -150px;
  }
  .documents__nav-slider-button_prev{
    left: -60px;
  }
  .documents__nav-slider-button_next{
    right: -60px;
  }
  .friends__item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .friends__item:last-child{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .friends__img{
    max-width: 100%;
  }
  .friends__img img{
    width: 100%;
    height: auto;
  }
  .banner__form{
    padding: 15px 20px 10px 20px;
  }
  .addiction__item{
    width: 50%;
  }
  .addiction__item:nth-child(1), 
  .addiction__item:nth-child(3),
  .addiction__item:nth-child(5){
    padding-left: 0;
    border-right-width: 1px;
  }
  .addiction__item:nth-child(4){
    border-bottom-width: 1px;
    padding-left: 20px;
  }
  .addiction__item:nth-child(5),
  .addiction__item:nth-child(6){
    border-bottom-width: 0;
  }
  .addiction__item:nth-child(2), 
  .addiction__item:nth-child(4),
  .addiction__item:nth-child(6){
    border-right-width: 0;
  }
  .sidebar{
    display: none;
  }
  .split__content{
    width: 100%;
  }
  .split__art .svideo__title{
    padding-top: 40px;
  }
  .grid-3{
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 970px){
  .documents__nav-slider-button_prev,
  .documents__nav-slider-button_next{
    display: none;
  }
  .bmade__img{
    display: none;
  }
  .bmade__title{
    position: static;
    font-size: 32px;
    padding: 30px 0;
    text-align: center;
  }
  .bmade__title span{
    font-size: 32px;
  }
  .fmade{
    margin-top: 0;
  }
  .bmade__title::before{
    display: none;
  }
  .botform__img{
    display: none;
  }
  .botform__text p br{
    display: none;
  }
  .footer__menu:nth-child(4){
    display: none;
  }
}
@media (max-width: 900px){
  .serv{
    display: none;
  }
  .section-title{
    font-size: 32px;
    margin-bottom: 30px;
  }
  .section-subtitle{
    font-size: 18px;
    margin-bottom: 24px;
  }
  .key__wrapper{
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .key__item::before{
    font-size: 60px;
    top: -30px;
  }
  .no-error::before{
    display: none;
  }
  .creator__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .creator__anot{
    max-width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .creator__anot b{
    font-size: 20px;
  }
  .creator__text{
    font-size: 16px;
  }
  .btn_creator{
    max-width: 100%;
  }
  .garant picture{
    display: none;
  }
  .garant__wrapper{
    max-width: 100%;
  }
  .review__nav-slider-button_prev{
    left: -60px;
  }
  .review__nav-slider-button_next{
    right: -60px;
  }
  .banner__title_s{
    padding-top: 40px;
  }
  .banner__title_s h1{
    font-size: 32px;
  }
  .banner__title_s p{
    font-size: 18px;
  }
  .banner__title_s h1,
  .banner__title_s p,
  a.hero__tel{
    text-shadow: none;
  }
  .breadcrumb__wrapper{
    padding: 10px 0;
  }
  .breadcrumb__item{
    font-size: 14px;
  }
  .reviewer__wrapper::after{
    left: 210px;
    bottom: -410px;
  }
  .mepage__banner-wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mepage__banner-img{
    height: 375px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mepage__banner-img img{
    -o-object-position: center;
       object-position: center;
    width: auto;
  }
  .mepage__banner-txt{
    width: 100%;
    margin-top: 20px;
  }
  .story__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .story__column, .story__column_right {
    width: 100%;
  }
  .story__column_right .story__item {
    margin-left: 0;
  }
  .story__photo{
    margin: 0;
    padding: 0 20px;
  }
  .what__img{
    display: none;
  }
  .what__items{
    max-width: 100%;
  }
  .what{
    background: transparent;
  }
}
@media (max-width: 800px){
  .review__nav-slider-button_prev,
  .review__nav-slider-button_next{
    display: none;
  }
  .footer__menu:nth-child(3){
    display: none;
  }
  .banner__wrapper_s{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner__form{
    width: 100%;
    margin-top: 0;
  }
  .banner__title_s{
    width: 100%;
  }
  .svideo{
    padding: 0;
  }
  .stext__navigation{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stext__modal{
    margin: 0 auto;
  }
  .end__top-title{
    font-size: 24px;
  }
  .end__top-subtitle{
    font-size: 18px;
  }
  .end__bot-text{
    font-size: 18px;
  }
  .end__bot-text span{
    font-size: 16px;
  }
  .maps__block{
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 20px 0;
  }
  .inside_city{
    width: 33.33333%;
  }
  .grid-2{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px){
  .grid-3{
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 690px){
  .key__pw{
    padding: 15px;
  }
  .key__pw picture{
    display: none;
  }
  .key__pw p{
    font-size: 20px;
  }
  .we-res__wrapper{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .no-error .section-title br{
    display: none;
  }
  .price__tabs-wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .price__tabs-wrapper .tab{
    width: 100%;
  }
  .price__tabs-wrapper .tab br{
    display: none;
  }
  .price__tabs-tbody tr{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price__tabs-name{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    font-size: 14px;
  }
  .price__tabs-cost{
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 150px);
            flex: 0 1 calc(100% - 150px);
    font-size: 20px;
  }
  .price__tabs-btn{
    width: 150px;
  }
  .btn_price span{
    font-size: 16px;
  }
  .much{
    padding: 30px 0 0;
  }
  .much::after{
    display: none;
  }
  .much__title{
    font-size: 32px;
  }
  .much__subtitle{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .garant__wrapper{
    padding: 15px;
  }
  .garant__title{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .garant__item{
    font-size: 16px;
    padding-left: 40px;
  }
  .documents__slide{
    height: 200px;
  }
  .review__items{
    max-width: 100%;
  }
  .made{
    display: none;
  }
  .email__title{
    font-size: 32px;
  }
  .email__title span{
    font-size: 18px;
  }
  .popup__title{
    font-size: 24px;
  }
  .addiction{
    display: none;
  }
  .banner__form{
    margin-bottom: 0;
  }
  .sprice{
    padding-top: 40px;
  }
  .sprice-title{
    font-size: 24px;
  }
  .navigation-article__title{
    margin-top: 0;
  }
  .section-text h2{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .section-text h3{
    font-size: 22px;
    margin-bottom: 15px;
  }
  .section-text h4{
    font-size: 22px;
    margin-bottom: 15px;
  }
  .section-text h5{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .section-text h6{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .section-text p{
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section-text ol{
    margin-bottom: 15px;
  }
  .section-text ul{
    margin-bottom: 15px;
  }
  .section-text ul li,
  .section-text ol li{
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .section-text li::after{
    bottom: -10px;
  }
  .section-text blockquote{
    margin-bottom: 15px;
  }
  .section-text blockquote span{
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 10px 10px 50px;
  }
  .section-text blockquote span::before{
    left: -20px;
    width: 100px;
  }
  .articles__item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .articles__item-img{
    width: 100%;
  }
  .plashka_top{
    font-size: 10px;
  }
  .plashka_bot{
    font-size: 10px;
  }
  .email__wrapper{
    margin: 0;
  }
}
@media (max-width: 620px){
  .footer__menu{
    display: none;
  }
  .end__top{
    padding: 40px 0;
  }
  .end__bot{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
  }
  .end__bot>*{
    margin: 0;
  }
  .end__bot-text{
    margin: 10px 0 20px;
    text-align: center;
  }
}
@media (max-width: 560px){
  /*.banner__adv{
    display: none;
  }*/
  .banner__title h1{
    font-size: 32px;
  }
  .section-title{
    font-size: 24px;
  }
  .section-subtitle{
    font-size: 16px;
  }
  .section-text img{
    width: 100% !important;
    max-height: -webkit-fill-available !important;
    margin: 0 0 10px 0 !important;
    float: none !important;
  }
  .key__wrapper{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .we-res__item{
    padding: 20px 15px;
    gap: 0;
  }
  .no-error__item .title{
    font-size: 18px;
  }
  .no-error__item .subtitle{
    font-size: 16px;
  }
  .email__form{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .email__inp{
    margin-right: 0;
  }
  .email__btn{
    max-width: 100%;
    margin-bottom: 10px;
  }
  .email__title{
    font-size: 24px;
  }
  .email__title span{
    font-size: 16px;
  }
  .botform__text p{
    font-size: 16px;
  }
  .botform__text p.bold{
    font-size: 18px;
  }
  .friends__title{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .friends__info{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .friends__info_bold{
    font-size: 16px;
  }
  .popup__content{
    padding: 0 20px 20px;
  }
  .popup__content_cost{
    padding-top: 40px;
  }
  .popup__content_city{
    padding: 60px 20px 20px;
  }
  .popup__input,
  .btn_popup{
    height: 45px;
  }
  .btn_popup span{
    font-size: 16px;
  }
  .mepage__banner-title{
    font-size: 24px;
  }
  .mepage__banner-subtitle p b{
    font-size: 20px;
  }
  .mepage__banner-subtitle p{
    font-size: 16px;
  }
  .story__text .story__title{
    font-size: 20px;
  }
  .story__text{
    font-size: 16p;
  }
  .what__item>*{
    font-size: 16px;
  }
  .svideo__title{
    font-size: 24px;
  }
  .faq__title{
    font-size: 24px;
  }
  .inside_city{
    width: 50%;
  }
  .city__wrapper li{
    width: calc(50% - 5px);
  }
  .part__clinic{
    font-size: 16px;
  }
  .part__city{
    font-size: 24px;
  }
}
@media (max-width: 500px){
  .footer__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__osn{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__col{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__menu{
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__menu:nth-child(3){
    display: block;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer__menu:nth-child(4){
    display: block;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .payments__wrapper{
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .footer__social{
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .what__item{
    margin-left: 20px;
  }
  .what__item::before{
    left: -40px;
  }
  .faq__content{
    font-size: 16px;
    padding-right: 20px;
  }
  .faq__btn{
    font-size: 16px;
  }
}
@media (max-width: 440px){
  .no-error__item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .no-error__item .title br{
    display: none;
  }
  .no-error__item .subtitle{
    z-index: 5;
  }
  .reviewer__date{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .reviewer__wrapper::after{
    display: none;
  }
  .inside_city{
    width: 100%;
  }
  .city__wrapper li{
    width: 100%;
  }
  .calcModal-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .calcModal-block p br{
    display: none;
  }
  .calcModal-block input,
  .calcModal-block p.color--style span{
    max-width: 100%;
  }
  .part__item{
    max-width: 100%;
  }
}
@media (max-width: 360px){
  .btn_creator span{
    font-size: 16px;
    text-wrap: wrap;
  }
}

.error-page{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 30px;
    justify-content: center;
}
.error-page__cont{
    max-width: 450px;
}
.error-page__cont h1{
    font-size: 180px;
    font-weight: 700;
    color: #0374DD;
    margin-bottom: 10px;
}
.error-page__cont p{
    font-size: 18px;
    font-weight: 400;
    color: #212529;
    margin-bottom: 30px;
}
.error-page_bts{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.error-page_bts a span{
    color: #fff;
}
@media (max-width: 950px){
    .error-page{
        flex-direction: column-reverse;
        align-items: center;
    }
    .error-page_bts{
        flex-direction: column;
    }
    .error-page__cont h1{
        text-align: center;
    }
}
#specialButton{
    display: flex;
    align-items: center;
    margin-top: 8px;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    left: 30px;
    z-index: 9;
    background: #a74600;
    padding: 11px;
    border-radius: 50%;
    filter: invert(1);
}