@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Raleway"), url("../fonts/Raleway/Raleway-Light.woff2") format("woff2"), url("../fonts/Raleway/Raleway-Light.woff") format("woff");
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Raleway"), url("../fonts/Raleway/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway/Raleway-Regular.woff") format("woff");
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Raleway"), url("../fonts/Raleway/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway/Raleway-Medium.woff") format("woff");
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Raleway"), url("../fonts/Raleway/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway/Raleway-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Raleway"), url("../fonts/Raleway/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway/Raleway-Bold.woff") format("woff");
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local("Raleway"), url("../fonts/Raleway/Raleway-ExtraBold.woff2") format("woff2"), url("../fonts/Raleway/Raleway-ExtraBold.woff") format("woff");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("ttf");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("ttf");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("ttf");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("ttf");
}

html {
  line-height: 1.3; 
  -webkit-text-size-adjust: 100%; 
  /*overflow-x: hidden;*/
}
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.3; 
  margin: 0;
  overflow: visible;
  text-transform: none;
}
button {
	outline: none;
	cursor: pointer;
	border: none;
	background-color: transparent;
}
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 {
  display: none;
  -webkit-appearance: button; 
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
}
p{
	margin: 0;
}
ul, ol, li {
  list-style: none;
  padding: 0;
  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,
select:focus-visible { 
  outline: none;
}

body, main, footer{
  font-family: "Raleway";
  -webkit-font-feature-settings: 'lnum' 1;
          font-feature-settings: 'lnum' 1;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #012037;
  min-width: 320px;
  /*overflow-x: hidden;*/
}
header{
  font-family: "Raleway";
  -webkit-font-feature-settings: 'lnum' 1;
          font-feature-settings: 'lnum' 1;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #012037;
  min-width: 320px;
}
a{
  color: #012037CC;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color .2s ease;
  transition: -webkit-text-decoration-color .2s ease;
  -o-transition: text-decoration-color .2s ease;
  transition: text-decoration-color .2s ease;
  transition: text-decoration-color .2s ease, -webkit-text-decoration-color .2s ease;
} 
a:hover{
  -webkit-text-decoration-color: #012037CC;
          text-decoration-color: #012037CC;
}

.container{
  max-width: 1810px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
.m-b{
  margin-bottom: 100px;
}
.text-block>*{
  margin-bottom: 15px;
}
.text-block h2{
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 700;
  color: #012037;
  margin-bottom: 18px;
  margin-top: 50px;
}
.text-block h3{
  font-family: "Raleway";
  font-size: 28px;
  font-weight: 700;
  color: #012037;
  margin-bottom: 18px;
  margin-top: 50px;
}
.text-block h4{
  font-family: "Raleway";
  font-size: 24px;
  font-weight: 700;
  color: #012037;
  margin-bottom: 18px;
  margin-top: 50px;
}
.text-block h5{
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 700;
  color: #012037;
  margin-bottom: 18px;
  margin-top: 50px;
}
.text-block h6{
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 700;
  color: #012037;
  margin-bottom: 18px;
  margin-top: 50px;
}
.text-block table{
  border-spacing: 0;
  border: 1px solid #ECF5FA;
  width: 100%;
}
.text-block table td{
  padding: 5px;
  border: 1px solid #ECF5FA;
}
.text-block p{
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 500;
  color: #012037;
}
.text-block a{
  color: #2B4999;
  text-decoration: underline;
}
.text-block blockquote{
  min-height: 70px;
  padding: 16px 20px 16px 50px;
  margin: 0;
  margin-bottom: 15px;
  background: #ECF5FA;
  border-radius: 10px;
  position: relative;
}
.text-block blockquote::before{
  content: url('../img/quote.svg');
  position: absolute;
  top: 15px;
  left: 20px;
}
.text-block ul li{
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
}
.text-block ul li:last-child{
  margin-bottom: 0;
}
.text-block ul li::before{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3AB8EE;
  position: absolute;
  left: 0;
  top: 7px;
}
.text-block ol{
  counter-reset: text;
}
.text-block ol li{
  padding-left: 55px;
  margin-bottom: 10px;
  min-height: 40px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
  position: relative;
  counter-increment: text;
}
.text-block ol li:last-child{
  margin-bottom: 0;
}
.text-block ol li::before{
  content: counter(text, decimal-leading-zero);
  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;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  background: #3AB8EE;
  position: absolute;
  left: 0;
  top: 0px;
}
.text-block img{
  border-radius: 10px;
  margin: 20px;
}
.text-block>*:first-child{
  margin-top: 0;
}

.plashka{
  background: #2B4C9B;
  padding: 12px 0;
}
.plashka p{
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}
.header__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;
  gap: 10px;
  padding-top: 40px;
}
.header__logo{
  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: 50px;
}
.header__logo a{
  text-decoration: none;
}
.header__logo a img{
  height: 50px;
  width: auto;
}
.header__logo-text{
  padding-left: 15px;
  border-left: 4px solid #36B1EA;
}
.header__logo-text p{
  font-weight: 700;
  color: #2B4999;
  line-height: 1.4;
}
.header__info{
  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;
  gap: 10px;
  width: 450px;
}
.header__city,
.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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header__city p,
.header__address p{
  color: #2B4999;
  font-weight: 700;
  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__address p a{
  font-size: 18px;
  color: #2B4999;
  font-weight: 700;
  text-wrap: nowrap;
}
.header__city p img,
.header__address p img{
  height: 20px;
  width: auto;
}
.header__city span,
.header__address span{
  color: #2B4999;
  font-weight: 400;
  padding-left: 30px;
}
.header__bts{
  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;
}
.btn{
  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;
  border-radius: 8px;
  border: 2px solid #1CAB3E;
  padding: 15px 30px;
  background: #1CAB3E;
  font-weight: 700;
  color: #FFFFFF;
  text-wrap: nowrap;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.btn img{
  -webkit-filter: invert(0);
          filter: invert(0);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.btn:hover{
  background: #FFFFFF;
  color: #1CAB3E;
  text-decoration: none;
}
.btn:hover img{
  -webkit-filter: invert(0) contrast(0.8) sepia(1) hue-rotate(29deg) saturate(50) brightness(0.7);
          filter: invert(0) contrast(0.8) sepia(1) hue-rotate(29deg) saturate(50) brightness(0.7);
}
.btn_inv{
  background: #FFFFFF;
  color: #1CAB3E;
}
.btn_inv:hover{
  background: #1CAB3E;
  color: #FFFFFF;
}
.btn_inv:hover img{
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn_grad{
  border: 0;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  -webkit-transition: border 0s;
  -o-transition: border 0s;
  transition: border 0s;
}
.btn_grad span{
  margin: 2px;
  position: relative;
  z-index: 2;
  -webkit-transition: margin 0s;
  -o-transition: margin 0s;
  transition: margin 0s;
}
.btn_grad::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -o-linear-gradient(top, #1D8F38, #1CAB3E);
  background: -webkit-gradient(linear, left top, left bottom, from(#1D8F38), to(#1CAB3E));
  background: linear-gradient(180deg, #1D8F38, #1CAB3E);
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.btn_grad:hover{
  border: 2px solid #1CAB3E;
}
.btn_grad:hover span{
  margin: 0;
}
.btn_grad:hover::before{
  opacity: 0;
}
.btn_price{
  border-color: #3AB8EE;
  background: #FFFFFF;
  color: #3AB8EE;
}
.btn_price:hover{
  background: #3AB8EE;
  color: #FFFFFF;
}
.btn_p{
  padding-left: 50px;
  padding-right: 50px;
}
.btn_vaca{
  background: #3AB8EE;
  border-color: #3AB8EE;
}
.btn_vaca:hover{
  color: #3AB8EE;
}
.btn_blue{
  background: #3AB8EE;
  border-color: #3AB8EE;
}
.btn_blue:hover{
  color: #3AB8EE;
}
.header__bot{
  border-bottom: 1px solid #E5E9F2;
  background: #FFFFFF;
  -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__top{
  overflow-x: hidden;
  background: #FFFFFF;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.header__top.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;
  gap: 20px;
  padding: 15px 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: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #2B4999;
  text-wrap: nowrap;
  padding: 10px;
  position: relative;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.header__menu-txt::after{
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  rotate: 45deg;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transition: rotate .2s ease;
  -o-transition: rotate .2s ease;
  transition: rotate .2s ease;
}
.header__menu-txt:hover{
  color: #2B4999;
  text-decoration: none;
}
.header__menu-txt:hover::after{
  rotate: 225deg;
}
.header__submenu{
  padding: 20px 0;
  border-radius: 20px;
  position: absolute;
  top: 35px;
  left: 0;
  max-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: 18px;
  color: #7A8898;
  display: block;
  margin: 5px 0;
}
.header__sublink a{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #263248;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.header__sublink a:hover{
    color: #2B4999;
}
.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:hover .header__menu-txt::after{
  rotate: 225deg;
}
.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-bur{
  display: none;
}
.header__info_mob{
  display: none;
}
.header__logo-mob{
  display: none;
}
@media (max-width: 1380px){
  .header__logo-text{
    display: none;
  }
}
@media (max-width: 1220px){
  header{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
  }
  .header__wrapper{
    padding: 20px 0;
  }
  .header__mob-bur{
    display: block;
  }
  .header__city{
    display: none;
  }
  .header__info{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-burger{
    display: block;
    position: relative;
    width: 30px;
    height: 40px;
    padding: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .ham {
    scale: 1.3;
    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:#1CA93E;
    stroke-width:8;
/*    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-txt::after{
    display: none;
  }
  .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;
  }
  .header__info_mob{
    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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header__city_mob{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__address_mob{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__sb{
    margin-bottom: 20px;
  }
}
@media (max-width: 950px){
  .plashka p{
    font-size: 12px;
    line-height: 1.3;
  }
  .header__address p{
    display: block;
  }
  .header__address_mob p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__address p img{
    display: none;
  }
  .header__address span{
    padding: 0;
  }
  .header__address_mob p img{
    display: block;
  }
  .header__address_mob span{
    padding-left: 30px;
  }
  .header__logo a img{
    height: 25px;
    width: auto;
  }
  .header__logo-mob{
    display: block;
    background: #3BB9EC;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
  }
  .header__info,
  .header__address p a{
    font-size: 14px;
  }
  .header__bts .btn{
    font-size: 12px;
    padding: 10px 15px;
  }
}
@media (max-width: 660px){
  .header__wrapper{
    padding: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__logo{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__info{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header__mob-bur{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header__bts{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 10px;
  }
  .header__bts .btn{
    width: 100%;
    padding: 10px;
  }
  .header__bts .btn img{
    max-width: 15px;
    height: auto;
  }
}
@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__sb img{
  cursor: pointer;
}
.breadcrumbs{
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}
.breadcrumbs a{
  color: #012037;
  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;
}
.breadcrumbs a::after{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2B4999;
}
.breadcrumbs a:last-of-type{
  color: #040E2866;
  text-decoration: none;
}
.breadcrumbs a:last-of-type::after{
  display: none;
}
.intro{
  position: relative;
  z-index: 1;
}
.intro__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.intro__wrapper_ser{
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px;
}
.intro__main{
  background: #ECF5FA;
  padding: 70px 50px 100px 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.intro__main::before{
  content: '';
  display: block;
  width: calc(50% + 80px);
  height: 100%;
  border-radius: 20px;
  border-top-left-radius: 0;
  background: #ECF5FA;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.intro__wrapper_ser .intro__main{
  max-width: 700px;
  width: 100%;
}
.intro_dop{
  margin-bottom: 60px;
}
.intro_dop .intro__main{
  padding: 25px 0;
}
.intro_dop .intro__main::before{
  width: 100%;
  border-radius: 0;
}
.intro_cont{
  margin-bottom: 0;
}
.intro_cont .intro__main{
  padding: 25px 0;
  background: #FFFFFF;
}
.intro_cont .intro__main::before{
  display: none;
}
.intro_cont .breadcrumbs{
  margin-bottom: 0;
}
.intro_faq{
  margin-bottom: 0;
}
.intro_sm{
  margin-bottom: 0;
}
.intro__title{
  font-size: 48px;
  font-weight: 800;
  color: #2C4A99;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.intro__wrapper_ser .intro__title{
  margin-bottom: 30px;
}
.intro__subtitle{
  max-width: 600px;
  font-size: 18px;
  margin-bottom: 25px;
}
.intro__list{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 25px;
  border-radius: 10px;
  background: #FFFFFF;
  max-width: 640px;
  margin-bottom: 30px;
  padding-left: 20px;
}
.intro__list li{
  position: relative;
  padding-left: 18px;
}
.intro__list li::before{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
  background: #3AB8EE;
}
.intro__list_ser{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin-bottom: 50px;
}
.intro__list_ser li{
  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: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.intro__sot{
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 930px;
  width: 100%;
  padding: 100px 80px;
  border-radius: 20px;
  background: -o-linear-gradient(334.51deg, #2B4999, #2898D5);
  background: linear-gradient(115.49deg, #2B4999, #2898D5);
  position: relative;
  top: 30px;
  z-index: 1;
  overflow: hidden;
}
.intro__sot::before{
  content: url('../img/intro/sot1.svg');
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.intro__sot::after{
  content: url('../img/intro/sot2.svg');
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
}
.intro__sot picture{
  max-height: 530px;
  height: 100%;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.intro__sot picture img{
  height: 100%;
  width: auto;
}
.intro__sot_ser{
  margin-top: 70px;
  max-width: 900px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 30px;
  overflow: hidden;
}
.intro__form{
  width: 430px;
  padding: 40px 50px;
  background: #FFFFFF;
  border-radius: 24px;
  position: relative;
  z-index: 3;
}
.intro__form-title{
  font-size: 28px;
  font-weight: 700;
  color: #2B5BA7;
  text-align: justify;
  margin-bottom: 30px;
}
.intro__form input{
  margin-bottom: 10px;
}
.intro__form_ser{
  padding: 24px 30px;
  background: #FFFFFF;
  border-radius: 20px;
  width: 100%;
}
.intro__form_ser-title{
  margin-bottom: 20px;
}
.intro__form_ser-title a{
  font-size: 18px;
  font-weight: 700;
  color: #1CAB3E;
  text-wrap: nowrap;
}
.intro__form_ser-in{
  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;
  margin-bottom: 15px;
}
.intro__form_ser-in>*{
  width: 100%;
}
.form__input{
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #040E2833;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #040E28;
  width: 100%;
}
.form__input_trans{
  background: transparent;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  width: 100%;
}
.form__input_trans::-webkit-input-placeholder{
  color: #ffffffbf;
}
.form__input_trans::-moz-placeholder{
  color: #ffffffbf;
}
.form__input_trans:-ms-input-placeholder{
  color: #ffffffbf;
}
.form__input_trans::-ms-input-placeholder{
  color: #ffffffbf;
}
.form__input_trans::placeholder{
  color: #ffffffbf;
}
.form__textarea{
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #040E2833;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #040E28;
  width: 100%;
  resize: none;
  margin-bottom: 15px;
}
.intro__form button{
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
form .policy{
  font-size: 14px;
  font-weight: 500;
  color: #040E2899;
}
form .policy a{
  text-decoration: underline;
}
.section-head{
  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;
  gap: 20px;
}
.section-wrap{
  margin-bottom: 40px;
}
.section-wrap.center{
  text-align: center;
}
.section-subtitle{
  font-size: 32px;
  font-weight: 700;
  color: #03399E;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-title{
  font-size: 40px;
  font-weight: 800;
  color: #3AB8EE;
  text-transform: uppercase;
}
.section-bts{
  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;
}
.section-bts>*{
  height: 51px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section-bts button.btn{
  margin-right: 20px;
}
.section-bts a.btn{
  margin-right: 40px;
}
.section-bts a.btn img,
.section-bts button.btn img{
  height: 18px;
  width: auto;
}
.steps__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: 20px;
  counter-reset: steps;
}
.steps__item{
  width: 100%;
  padding: 60px 0;
  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: 16px;
  background: #ECF5FA;
  border-radius: 20px;
  position: relative;
  counter-increment: steps;
}
.steps__item::after{
  content: counter(steps, decimal-leading-zero);
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #607788;
}
.steps__item picture{
  width: 100px;
  height: 100px;
}
.steps__item picture img{
  width: auto;
  height: 100px;
}
.steps__item span{
  font-size: 24px;
  font-weight: 600;
  color: #2B4999;
  text-align: center;
}
.main-cont{
  padding: 60px 0;
  background: -o-linear-gradient(top, #187ADC, #39B5EB);
  background: -webkit-gradient(linear, left top, left bottom, from(#187ADC), to(#39B5EB));
  background: linear-gradient(180deg, #187ADC, #39B5EB);
}
.main-cont__title{
  font-size: 32px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.main-cont__text{
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
.main-cont__text a{
  color: #FFFFFF;
}
.main-cont__text a:hover{
  -webkit-text-decoration-color: #FFFFFF;
          text-decoration-color: #FFFFFF;
}
.service__wrapper{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sevice__item{
  display: block;
  height: 360px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.sevice__item-img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-filter .5s ease;
  transition: -webkit-filter .5s ease;
  -o-transition: filter .5s ease;
  transition: filter .5s ease;
  transition: filter .5s ease, -webkit-filter .5s ease;
}
.sevice__inner{
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  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;
  gap: 20px;
  padding: 17px 30px;
  background: #3AB8EE;
  border-radius: 15px;
  z-index: 1;
}
.sevice__inner p{
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  -webkit-transition: padding .2s ease;
  -o-transition: padding .2s ease;
  transition: padding .2s ease;
}
.sevice__ar{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ECF5FA;
  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;
}
.sevice__item:hover .sevice__item-img{
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.sevice__item:hover .sevice__inner p{
  padding-left: 10px;
}
.waw__wrapper{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.waw__item{
  height: auto;
}
.waw__item-title{
  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;
  margin-bottom: 20px;
}
.waw__item-title img{
  width: 44px;
  height: 44px;
}
.waw__item-title p{
  font-size: 18px;
  font-weight: 700;
  color: #2B4999;
}
.waw__item-subtitle{
  color: #012037;
}
.serkod{
  background: #F7FBFD;
}
.serkod .container{
  max-width: 1360px;
}
.serkod__wrapper{
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.serkod__top{
  padding: 60px;
  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: 60px;
  border: 2px solid #3AB8EE;
  border-radius: 24px;
  background: #FFFFFF;
}
.serkod__bot{
  padding: 60px;
  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: 60px;
  border-radius: 24px;
  background: #E7F2F9;
}
.serkod__pic{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.serkod__text{
  width: 100%;
}
.serkod__title{
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.serkod__title span{
  color: #1CAB3E;
}
.serkod__subtitle{
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.serkod__list{
  padding: 20px 30px;
  background: #ECF5FA;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 550px;
  width: 100%;
  margin-bottom: 20px;
}
.serkod__list li{
  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;
}
.serkod__ap{
  padding: 20px 30px;
  background: #3AB8EE26;
  border-radius: 10px;
  margin-bottom: 20px;
}
.serkod__opis{
  margin-bottom: 25px;
}
.serkod__opis a{
  text-wrap: nowrap;
}
.serkod__form{
  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;
  margin-bottom: 10px;
}
.serkod__form .btn{
  width: 250px;
}
.serkod__text .policy{
  font-size: 14px;
}
.serkod__text .policy a{
  -webkit-text-decoration-color: #012037CC;
          text-decoration-color: #012037CC;
}
.price__subtitle{
  color: #012037CC;
  margin-bottom: 50px;
}
.price__table{
  background: #ECF5FA33;
  border-radius: 10px;
  border: 2px solid #ECF5FA;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 10px;
}
.price__table tr.price__table-header{
  background: #ECF5FA;
  border-radius: 10px;
}
.price__table tr.price__table-header td{
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #012037;
}
.price__table tr:not(.price__table-header){
  /*display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px;*/
  position: relative;
}
.price__table tr:not(.price__table-header)::after{
  content: '';
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background: #ECF5FA;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.price__table tr:not(.price__table-header):last-of-type::after{
  display: none;
}
.price__table tr:not(.price__table-header) td{
  padding: 20px;
}
.price__table tr:not(.price__table-header) td.price__table-name{
  width: 60%;
  font-size: 18px;
  font-weight: 600;
  color: #012037;
}
.price__table tr:not(.price__table-header) td.price__table-cost{
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  color: #012037;
}
.price__table tr:not(.price__table-header) td.price__table-btn{
  float: right;
}
.calcul__wrapper{
  padding: 60px;
  background: url(../img/calcul.webp) center center no-repeat;
  background-size: cover;
  border-radius: 30px;
}
.calcul__subtitle{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.calcul__title{
  font-size: 40px;
  font-weight: 800;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.calcul__form{
  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: 10px;
  max-width: 1350px;
  width: 100%;
  margin-bottom: 30px;
}
.calcul__item{
  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;
}
.calcul__item label{
  color: #FFFFFF;
}
.calcul__item select{
  width: 300px;
  padding: 15px 20px;
  border-radius: 10px;
  border: 0;
  background: #EFEFEF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #012037;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('../img/icon/select.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
}
.installment__wrapper{
  padding: 60px;
  border-radius: 30px;
  border: 3px solid #3AB8EE;
  position: relative;
  overflow: hidden;
}
.installment__title{
  font-size: 40px;
  font-weight: 800;
  color: #012037;
  margin-bottom: 20px;
}
.installment__title span{
  color: #1CAB3E;
}
.installment__items{
  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: 40px;
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ECF5FA;
  border-radius: 10px;
  margin-bottom: 40px;
}
.installment__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;
}
.installment__item-text{
  font-size: 18px;
  color: #012037E5;
}
.installment__text{
  font-size: 18px;
  color: #012037CC;
  margin-bottom: 10px;
}
.installment__phone{
  font-size: 28px;
  font-weight: 700;
  color: #012037;
}
.installment__wrapper button{
  margin-top: 30px;
}
.installment__picture{
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: -1;
  height: 95%;
  width: auto;
}
.installment__img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.centerb{
  background: url('../img/form__center__bg.jpg') center center no-repeat;
  background-size: cover;
}
.center__wrapper{
  padding: 90px 0;
  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;
}
.center__title{
  font-size: 32px;
  font-weight: 800;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.center__subtitle{
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.center__items{
  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: 50px;
  margin-bottom: 50px;
}
.center__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: 12px;
}
.center__item-img{
  display: block;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.center__item-img img{
  width: 100%;
  height: 100%;
}
.center__item p{
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}
.center__form{
  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;
  max-width: 1030px;
  width: 100%;
  margin-bottom: 20px;
}
.center__form>*{
  width: 100%;
}
.center__wrapper p.policy{
  font-size: 14px;
  color: #FFFFFF;
}
.center__wrapper p.policy a{
  color: #FFFFFF;
  -webkit-text-decoration-color: #FFFFFF;
          text-decoration-color: #FFFFFF;
}
.table__main tbody{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}
.table__main-head,
.table__main-body{
  display: contents;
  width: 100%;
}
.table__main-head th{
  background: #3AB8EE;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
}
.table__main-head th:first-of-type{
  border-top-left-radius: 15px;
}
.table__main-head th:last-of-type{
  border-top-right-radius: 15px;
}
.table__main-body th{
  background: #ECF5FA;
  padding: 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: 18px;
  font-weight: 500;
  text-align: left;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.table__main-body th button{
  margin: auto auto 0;
}
.doctor__check{
  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;
  margin-top: 60px;
}
.doctor__check-img{
  max-width: 170px;
  min-width: 100px;
  width: 100%;
  max-height: 179px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px 0px #00000033;
          box-shadow: 0px 0px 8px 0px #00000033;
}
.doctor__check-img img{
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.doctor__check-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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  padding: 7px 0;
}
.doctor__check-tit{
  font-size: 20px;
  font-weight: 600;
  color: #012037;
}
.doctor__check-name{
  font-size: 20px;
  font-weight: 500;
  color: #2C4A99;
}
.doctor__check-name:hover{
  -webkit-text-decoration-color: #2C4A99;
          text-decoration-color: #2C4A99;
}
.doctor__check-job{
  font-size: 18px;
  font-weight: 400;
  color: #777777;
}
.doctor__check-exp{
  font-size: 16px;
  font-weight: 400;
  color: #777777;
}
.doctor__check-exp span{
  color: #000000;
}
.doctor__check-time{
  font-size: 15px;
  font-weight: 400;
  color: #9D9D9D;
}
.doctor__check-time span span{
  display: none;
}
.cons{
  padding: 100px 0;
  background: #ECF5FA;
}
.cons .container{
  max-width: 1330px;
}
.cons__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;
  background: -o-linear-gradient(348.09deg, #1676DB, #3BB9EC);
  background: linear-gradient(101.91deg, #1676DB, #3BB9EC);
  padding: 50px 60px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.cons__wrapper_before{
  position: absolute;
  display: block;
  top: 0px;
  left: -25%;
  width: 1000px;
  height: 1000px;
  mix-blend-mode: overlay;
  opacity: 0.3; 
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
  pointer-events: none;
}
.cons__wrapper_after{
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0px;
  width: 402px;
  height: 369px;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.cons__top,
.cons__bot{
  width: 47%;
}
.cons__title{
  font-size: 32px;
  font-weight: 800;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cons__subtitle{
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 36px;
}
.cons__form input{
  margin-bottom: 15px;
}
.cons__form-btn{
  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: 25px;
}
.cons__form-btn button{
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cons__form-btn p{
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFFCC;
}
.cons__form-btn p a{
  color: #FFFFFF;
  -webkit-text-decoration-color: #FFFFFF;
          text-decoration-color: #FFFFFF;
}
.cons__bquest{
  padding: 24px 32px;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 20px;
}
.cons__bquest-title{
  font-size: 32px;
  font-weight: 700;
  color: #3AB8EE;
  margin-bottom: 6px;
}
.cons__bquest-subtitle{
  font-size: 24px;
  font-weight: 600;
  color: #012037CC;
  margin-bottom: 15px;
}
.cons__bquest-text{
  font-size: 16px;
  font-weight: 400;
  color: #012037E5;
}
.cons__squest{
  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;
}
.cons__squest-item{
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  background: #FFFFFF;
}
.cons__squest-title{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #35ADE9;
}
.cons__squest-subtitle{
  font-size: 14px;
  text-align: center;
  color: #35ADE9;
}
.diff__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;
  gap: 40px;
}
.diff__top{
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 54%;
}
.diff__items{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  counter-reset: diff;
}
.diff__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: 15px;
  counter-increment: diff;
}
.diff__item::before{
  content: counter(diff, decimal-leading-zero);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
  color: #3AB8EE;
}
.diff__item p{
  font-size: 18px;
  font-weight: 600;
  color: #012037;
}
.diff__item p::after{
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: #3AB8EE;
  margin-top: 6px;
}
.diff__bot img{
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.faq{
  padding: 100px 0;
  background: #ECF5FA;
}
.faq_page{
  padding: 60px 0;
}
.faq__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: 60px;
}
.faq__items{
  width: 100%;
}
.faq__item{
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 15px;
}
.faq__title{
  font-size: 18px;
  font-weight: 600;
  color: #012037;
  padding: 25px 60px 25px 30px;
  cursor: pointer;
  position: relative;
}
.faq__title_h{
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  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;
}
.faq__title_h::after{
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  border-radius: 1px;
  background: #3AB8EE;
  position: absolute;
  right: 7px;
  -webkit-transition: rotate .2s ease;
  -o-transition: rotate .2s ease;
  transition: rotate .2s ease;
}
.faq__title_h::before{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #3AB8EE;
  position: absolute;
  -webkit-transition: rotate .2s ease;
  -o-transition: rotate .2s ease;
  transition: rotate .2s ease;
}
.faq__title.active .faq__title_h::after{
  rotate: -90deg;
}
.faq__title.active .faq__title_h::before{
  rotate: 180deg;
}
.faq__content{
  max-height: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: max-height .2s ease;
  -o-transition: max-height .2s ease;
  transition: max-height .2s ease;
}
.faq__content>div{
  padding: 20px;
  border-top: 1px solid #DEEBF2;
}
.faq__form{
  background: #DEEBF2;
  border-radius: 10px;
  padding: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 490px;
  min-width: 290px;
  width: 100%;
}
.faq__form-title{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.faq__form-subtitle{
  color: #012037E5;
  margin-bottom: 30px;
}
.faq__form input{
  margin-bottom: 12px;
}
.faq__form button{
  width: 100%;
  margin-bottom: 19px;
}
.faq__form-policy{
  font-size: 14px;
  color: #012037B2;
}
.faq__form-policy a{
  color: #012037;
  -webkit-text-decoration-color: #012037;
          text-decoration-color: #012037;
}
.patient{
  position: relative;
}
.patient_before{
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  z-index: -1;
}
.patient_before img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.patient__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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  height: 450px;
  position: relative;
}
.patient__img{
  position: relative;
  bottom: 25px;
  height: 500px;
  width: auto;
}
.patient__img img{
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.patient__title{
  font-size: 40px;
  font-weight: 800;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.patient__subtitle{
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.patient__form{
  max-width: 830px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 20px;
}
.patient__form>*{
  width: 100%;
}
.patient__form-policy{
  font-size: 14px;
  color: #FFFFFF;
}
.patient__form-policy a{
  color: #FFFFFF;
  -webkit-text-decoration-color: #FFFFFF;
          text-decoration-color: #FFFFFF;
}
.reviews{
  overflow: hidden;
}
.reviews__swiper-slide{
  height: auto;
}
.reviews__slide-wrapper{
  height: 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: #ECF5FA;
  border-radius: 20px;
  border: 5px solid #CFEBFB;
  padding: 30px;
}
.reviews__ap{
  margin-bottom: 16px;
}
.reviews__text{
  height: 144px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.reviews__text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: -o-linear-gradient(top, transparent, #ECF5FA);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ECF5FA));
  background: linear-gradient(180deg, transparent, #ECF5FA);
}
.reviews__bot{
  margin-top: auto;
}
.reviews__popup{
  padding: 0;
  color: #3AB8EE;
  margin-bottom: 10px;
}
.reviews__autor{
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.reviews__autor-name{
  font-weight: 700;
}
.reviews__autor-date{
  color: #01203780;
}
.reviews__inwrapper_page{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.reviews__inwrapper_page .reviews__text{
  height: auto;
}
.reviews__inwrapper_page .reviews__text:after{
  display: none;
}
.btn__centerPage{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.photo{
  overflow: hidden;
}
.photo__swiper-slide{
  border-radius: 30px;
  overflow: hidden;
  height: auto;
}
.photo__swiper-slide picture{
  display: block;
  height: 320px;
}
.photo__swiper-slide picture img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo__inner{
  margin-bottom: 20px;
}
.photo__pagination{
  position: static;
  display: none;
}
.photo__inwrapper_page{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.photo__inwrapper_page .photo__swiper-slide picture{
  height: 236px;
}
.doctors{
  overflow: hidden;
}
.doctors__swiper-slide{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  border-radius: 15px;
  border: 2px solid #CADCE5;
  overflow: hidden;
}
.doctors__swiper-slide .doctors__img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 400px;
  overflow: hidden;
}
.doctors__swiper-slide .doctors__img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.doctors__text{
  padding: 20px 30px 30px;
  height: 100%;
  background: #ECF5FA;
  border-top: 3px solid #3AB8EE;
  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;
}
.doctors__text>*{
  text-align: center;
}
.doctors__name{
  font-size: 20px;
  font-weight: 700;
  color: #1CAB3E;
  margin-bottom: 8px;
}
.doctors__job{
  color: #012037CC;
  margin-bottom: 15px;
}
.doctors__exp{
  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;
  margin-bottom: 25px;
}
.doctors__exp img{
  height: 18px;
  width: auto;
}
.doctors__text .btn{
  margin-top: auto;
  width: 100%;
}
.doctors__inwrapper_page{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 40px;
}
.documents{
  overflow: hidden;
}
.documents__swiper-slide picture{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 340px;
}
.documents__swiper-slide picture img{
  width: auto;
  height: 100%;
  scale: 0.9;
  -webkit-transition: scale .2s ease;
  -o-transition: scale .2s ease;
  transition: scale .2s ease;
}
.documents__swiper-slide a:hover picture img{
  scale: 1;
}
.documents-text__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: 50px;
}
.documents-text__main{
  max-width: 60%;
  width: 100%;
}
.documents-text__cont{
  margin-bottom: 40px;
}
.documents-text__main .btn{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.documents-text__pic{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.documents-text__pics{
  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: 40px;
}
.documents-text__pics picture{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 270px;
}
.documents-text__pics picture img{
  height: 100%;
  width: auto;
  scale: 0.9;
  -webkit-transition: scale .2s ease;
  -o-transition: scale .2s ease;
  transition: scale .2s ease;
}
.documents-text__pics a:hover picture img{
  scale: 1;
}
.documents__inwrapper_page{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.documents__inwrapper_page .documents__swiper-slide picture{
  max-height: 340px;
  height: 100%;
}
.documents__inwrapper_page .documents__swiper-slide picture img{
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.dop__title{
  font-size: 40px;
  font-weight: 700;
  color: #03399E;
  margin-bottom: 50px;
}
.dop__title_min{
  font-size: 32px;
  font-weight: 700;
  color: #03399E;
  margin-bottom: 30px;
}
.contacts{
  position: relative;
}
.contacts__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;
}
.contacts__cont{
  background: #ECF5FA;
  padding: 70px 60px 70px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.contacts__cont::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 610px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 40%;
  display: block;
  background: #ECF5FA;
  z-index: -1;
}
.contacts__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: 25px;
}
.contacts__item{
  padding-left: 36px;
  position: relative;
}
.contacts__item_before{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
}
.contacts__item_before img{
  width: 100%;
  height: 100%;
}
.contacts__item-title{
  font-size: 18px;
  font-weight: 700;
  color: #2B4999;
  margin-bottom: 8px;
}
.contacts__item-text{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.contacts__item .contacts__item-text:last-of-type{
  margin-bottom: 0;
}
.contacts__item-mail a{
  color: #3AB8EE;
  -webkit-text-decoration-color: #3AB8EE;
          text-decoration-color: #3AB8EE;
}
.contacts__map{
  width: 100%;
  height: 760px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  top: 15px;
}
.contacts__map-load{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contacts__map-load img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.contacts__map-load .btn{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.articles__wrapper{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 40px;
}
.articles__item{
  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;
  text-decoration: none;
}
.articles__item picture{
  height: 240px;
  border-radius: 15px;
  overflow: hidden;
}
.articles__item picture img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles__name{
  font-size: 20px;
  font-weight: 600;
  color: #2B4999;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.articles__item:hover .articles__name{
  color: #3AB8EE;
}
.articles__data{
  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-top: auto;
  line-height: 1;
}
.articles__data::before{
  content: '';
  background: url('../img/icon/stati_svg.svg');
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
}
.intro__sub{
  padding: 30px 40px;
  background: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px #0000001A;
          box-shadow: 0px 0px 15px 0px #0000001A;
}
.intro__sub-title{
  font-size: 24px;
  font-weight: 700;
  color: #012037;
  margin-bottom: 20px;
}
.intro__sub ul{
  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;
}
.intro__sub-item a{
  font-size: 18px;
  font-weight: 600;
  color: #3AB8EE;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.intro__sub-item a:hover{
  color: #03399E;
}
.intro__sub-item a::before{
  content: '— ';
}
.intro__sub-itemdop{
  padding-left: 30px;
}
.intro__sub-itemdop a{
  font-size: 16px;
  font-weight: 600;
  color: #3AB8EE;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.intro__sub-itemdop a:hover{
  color: #03399E;
}
.intro__sub-itemdop a::before{
  content: '— ';
}
.stocks__wrapper{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 40px;
}
.stocks__item{
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px #00000014;
          box-shadow: 0px 0px 5px 0px #00000014;
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  -o-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}
.stocks__item:hover{
  -webkit-box-shadow: 0px 0px 15px 0px #0000001A;
          box-shadow: 0px 0px 15px 0px #0000001A;
}
.stocks__img{
  height: 240px;
  width: auto;
}
.stocks__img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.stocks__cont{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  height: 100%;
}
.stocks__title{
  font-size: 20px;
  font-weight: 600;
  color: #2B4999;
  margin-bottom: 8px;
}
.stocks__subtitle{
  color: #3AB8EE;
  margin-bottom: 20px;
}
.stocks__link{
  margin-top: auto;
}
.stocks__link 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: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.stocks__link a::after{
  content: '';
  display: block;
  background: url('../img/icon/arrow_akcii.svg');
  width: 18px;
  height: 13px;
}
.intro_stok .intro__main{
  background: #FFFFFF;
  padding-right: 0;
  padding-top: 25px;
}
.intro_stok .intro__main::before{
  display: none;
}
.stok__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: 80px;
}
.stok__img{
  max-width: 580px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
}
.stok__img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.stok__cont .intro__title{
  margin-bottom: 18px;
}
.stok__text{
  padding: 25px;
  border-radius: 10px;
  background: #ECF5FA;
}
p.stok__text-badge{
  padding: 10px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  border-radius: 5px;
  border: 2px solid #3AB8EE;
  color: #3AB8EE;
}
.intro_doctor .intro__main{
  background: #FFFFFF;
  padding: 25px 0 40px;
}
.intro_doctor .intro__main::before{
  display: none;
}
.doctor__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: 80px;
}
.doctor__main{
  max-width: calc(100% - 410px);
}
.doctor__img{
  width: 330px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.doctor__img picture{
  margin-bottom: 20px;
  max-height: 460px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.doctor__img picture img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.doctor__img .btn{
  width: 100%;
}
.doctor__subtitle{
  font-size: 32px;
  font-weight: 700;
  color: #2B4999;
  margin-bottom: 10px;
}
.doctor__title{
  font-size: 48px;
  font-weight: 700;
  color: #3AB8EE;
  margin-bottom: 18px;
}
.doctor__badges{
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px;
}
.doctor__badge{
  padding: 12px 20px;
  background: #ECF5FA;
  border-radius: 10px;
  color: #2B4999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.text-block.doctor__text>*{
  margin-bottom: 10px;
}
.doctor__desk{
  margin-bottom: 50px;
}
.doctor__item{
  margin-bottom: 80px;
}
.doctor__item:last-of-type{
  margin-bottom: 0;
}
.doctor__time-sec{
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #3AB8EE33;
  width: 100%;
}
.doctor__time-tit{
  font-size: 20px;
  font-weight: 600;
  color: #2B4999;
}
.doctor__time-table{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.doctor__time-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  width: 100%;
  height: auto;
}
.doctor__time-item p{
  color: #2B4999;
  text-align: center;
}
.doctor__time-day{
  background: #ECF5FA;
  font-weight: 600;
  width: 100%;
  padding: 12px;
}
.doctor__time-num{
  background: #ECF5FA7A;
  width: 100%;
  height: 100%;
  padding: 12px;
}
.doctor__item-sec{
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #3AB8EE33;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.doctor__item-tit{
  font-size: 28px;
  font-weight: 600;
  color: #2B4999;
}
.doclic__swiper-slide{
  border-radius: 10px;
  overflow: hidden;
}
.doctor__doclic-link .doctor__doclic-img img{
  scale: 1;
  -webkit-transition: scale .2s ease;
  -o-transition: scale .2s ease;
  transition: scale .2s ease;
}
.doctor__doclic-link:hover .doctor__doclic-img img{
  scale: .9;
}
.doctor__doclic-img{
  height: 320px;
  width: auto;
}
.doctor__doclic-img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.doctor__pub-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;
}
.doctor__pub-item{
  padding-left: 28px;
  position: relative;
}
.doctor__pub-item::before{
  content: url('../img/icon/stati_list.svg');
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 1px;
}
.vaca__wrapper{
  border-radius: 10px;
  background: -o-linear-gradient(left, #1F87E1, #34ACEA);
  background: -webkit-gradient(linear, left top, right top, from(#1F87E1), to(#34ACEA));
  background: linear-gradient(90deg, #1F87E1, #34ACEA);
  padding: 40px;
  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: 100px;
}
.vaca__text{
  font-size: 18px;
  color: #FFFFFF;
  max-width: 650px;
  width: 100%;
}
.vaca__info{
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  max-width: 950px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
  position: relative;
}
.vaca__info-text{
  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;
}
.vaca__info-text p{
  margin-right: auto;
  font-size: 18px;
  padding-left: 36px;
  position: relative;
}
.vaca__info-text p b{
  color: #2B4999;
}
.vaca__info-text p a{
  text-wrap: nowrap;
}
.vaca__info-phone::before{
  content: '';
  background-image: url('../img/resume/phone.svg');
  background-size: contain;
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
.vaca__info-mail::before{
  content: '';
  background-image: url('../img/resume/mail.svg');
  background-size: contain;
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
.vaca__bts{
  position: relative;
  z-index: 5;
}
.vaca__bts p{
  color: #3AB8EE;
  margin-bottom: 15px;
}
.vaca__img{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.site{
  background: #ECF5FA;
}
.site__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 0 60px;
}
.site__our,
.site__service{
  max-width: 605px;
  width: 100%;
  //max-height: 725px;
}
.site__title{
  font-size: 24px;
  font-weight: 700;
  color: #03399E;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.site__our,
.site__service{
  margin-right: 20px;
  padding: 30px;
  border-radius: 10px;
  background: #FFFFFF;
}
.site__our a{
  display: block;
  width: 100%;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ECF5FA;
  position: relative;
}
.site__our a::after{
  content: '';
  background-image: url(../img/sitemap1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 4px;
  right: 0;
}
.site__our a:last-of-type{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.site__service{
  margin-right: 60px;
}
.site__item{
  margin-bottom: 14px;
}
.site__item:last-of-type{
  margin-bottom: 0;
}
.site__item-title{
  font-weight: 700;
  cursor: pointer;
  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;
}
.site__item-title::after{
  content: url(../img/sitemap1.svg);
  background-color: #ECF5FA;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  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-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.site__item-title.active::after{
  content: url(../img/sitemap2.svg);
  background: #3AB8EE;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.site__content{
  max-height: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: max-height .2s ease;
  -o-transition: max-height .2s ease;
  transition: max-height .2s ease;
}
.site__links{
  height: 380px;
  overflow-y: scroll;
}
.site__scroll{
  margin-top: 10px;
  padding: 14px 8px 14px 14px;
  border-radius: 10px;
  background: #F1F6F9;
}
.site__links::-webkit-scrollbar {
  width: 3px;
  background: #D2E4F0;
  border-radius: 10px;
}
.site__links::-webkit-scrollbar-thumb {
  width: 3px;
  background: #9ECDE4;
  border-radius: 10px;
}
.site__links{
  padding-right: 13px;
}
.site__links a{
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #60778817;
  position: relative;
}
.site__links a::after{
  content: '';
  background-image: url(../img/sitemap1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 4px;
  right: 0;
}
.site__form{
  width: 100%;
  max-width: 490px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px;
  border-radius: 10px;
  background: #DEEBF2;
}
.site__form-title{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.site__form-subtitle{
  margin-bottom: 30px;
}
.site__form input{
  margin-bottom: 12px;
}
.site__form .btn{
  width: 100%;
  margin-bottom: 19px;
}
.site__form .policy{
  font-size: 14px;
  color: #012037B2;
}
.site__form .policy a{
  -webkit-text-decoration-color: #012037B2;
          text-decoration-color: #012037B2;
}
.urinf__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: 100px;
}
.urinf__rosnad{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
.urinf__rosnad-item{
  width: 100%;
}
.urinf__rosnad-item:first-of-type{
  padding-right: 40px;
  border-right: 1px solid #CFE0EA;
}
.urinf__rosnad-item p{
  margin-bottom: 10px;
}
.urinf__rosnad-item a{
  color: #012037;
}
.urinf__form{
  padding: 60px 40px;
  background: #ECF5FA;
  border-radius: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 500px;
  width: 100%;
}
.urinf__form-title{
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.urinf__form input{
  margin-bottom: 12px;
}
.urinf__form textarea{
  margin-bottom: 25px;
}
.urinf__form .btn{
  width: 100%;
  margin-bottom: 15px;
}
.urinf__form .policy{
  font-size: 14px;
}
.urdoc__wrapper{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 60px;
}
.urdoc__link{
  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;
  gap: 10px;
  padding: 20px;
  background: #F1F6F9;
  border-radius: 10px;
  font-weight: 700;
}
.urdoc__link::after{
  content: url(../img/urdoc.svg);
  display: block;
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.urdoc__title{
  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;
  gap: 30px;
  margin-bottom: 60px;
}
.urdoc__title p{
  font-size: 24px;
  font-weight: 700;
}
.urdoc__title .btn{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.urdoc .documents__inner{
  margin-bottom: 30px;
}
.site__full{
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #FFFFFF;
  margin-right: 50px;
}
.ispr__wrapper{
  margin-top: 40px;
  margin-bottom: 0;
}
.ispr__item{
  background: #F1F6F980;
  padding: 20px 20px 0;
  margin-bottom: 10px;
  border-radius: 10px;
}
.ispr__item:last-of-type{
  margin-bottom: 0;
}
p.ispr__item-title{
  padding-bottom: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.ispr__item-title::after{
  content: url(../img/sitemap2.svg);
  background-color: #3AB8EE;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  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;
  padding-bottom: 9px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.ispr__item-title.active::after{
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0.5;
}
.ispr__content{
  max-height: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: max-height .2s ease;
  -o-transition: max-height .2s ease;
  transition: max-height .2s ease;
}
.ispr__content>div{
  padding: 20px 0;
  border-top: 1px solid #60778817;
}
.errp{
  background: #ECF5FA;
  padding-bottom: 80px;
}
.errp__text{
  margin-bottom: 30px;
}
.errp__wrapper{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 25px;
}
.errp__link{
  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;
  gap: 10px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 5px;
}
.errp__link::after{
  content: '';
  background-image: url(../img/sitemap1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
}
.btn_errp{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.search{
  background: #ECF5FA;
  padding-bottom: 80px;
}
.search input{
  padding-left: 46px;
}
.search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: url(../img/search-close.svg);
  cursor: pointer;
}
.search__input{
  margin-bottom: 25px;
  position: relative;
}
.search__input::before{
  content: url(../img/search-p.svg);
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 18px;
}
.search__wrapper{
  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;
}
.search__wrapper a{
  display: block;
  padding: 10px 20px;
  color: #2B4999;
  border: 1px solid #2B4999;
  border-radius: 5px;
}
.search__res{
  margin-bottom: 25px;
}
.search__res-title{
  padding: 8px 16px;
  margin-bottom: 2px;
}
.search__res-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #040E28;
  text-decoration: none;
  padding: 14px 16px;
  border-radius: 8px;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.search__res-item:hover{
  background: #FFFFFF66;
}
.search__res-item span{
  font-size: 14px;
  font-weight: 400;
  color: #2C4A99;
}
.search__er{
  margin-bottom: 25px;
  padding: 8px 16px;
  color: #FF0000;
}
.plashka_bot{
  padding: 15px;
  background: #2B4C9B;
}
.plashka_bot p{
  text-align: center;
  color: #FFFFFF;
}
footer{
  padding: 50px 0 30px;
  background: #ECF5FA;
}
.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: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}
.footer__logo .footer__logo-link{
  display: block;
  margin-bottom: 50px;
}
.footer__logo .footer__logo-link img{
  height: 50px;
  width: auto;
}
.footer__logo-phone{
  font-size: 18px;
  font-weight: 700;
  color: #2B4999;
}
.footer__logo-txt{
  margin-bottom: 25px;
  padding-top: 8px;
}
.footer__logo-adtitle{
  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;
  font-size: 18px;
  font-weight: 700;
  color: #040E28;
  margin-bottom: 6px;
}
.footer__logo-adtitle img{
  height: 15px;
  width: auto;
}
.footer__logo-adtxt{
  font-size: 18px;
}
.footer__links{
  max-width: 275px;
  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;
}
.footer__links-title{
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #2B4999;
  text-wrap: nowrap;
}
.footer__end{
  width: 300px;
}
.footer__end-desk{
  margin-bottom: 50px;
}
.footer__end-desk .btn{
  width: 100%;
  margin-bottom: 15px;
}
.footer__end-desk .footer__end-search{
  position: relative;
}
.footer__end-desk .footer__end-search .form__input{
  padding-right: 50px;
  width: 100%;
}
.footer__end-desk .footer__end-search button{
  position: absolute;
  top: 49%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__end-title{
  font-size: 20px;
  font-weight: 600;
  color: #2B4999;
  margin-bottom: 15px;
}
.footer__end-soc{
  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;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  background: #FFFFFF;
  margin-bottom: 40px;
}
.footer__end-soc 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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40px;
  width: 40px;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.footer__end-soc a:hover{
  background: #0120371A;
}
.footer__end-soc a img{
  max-height: 20px;
  max-width: 20px;
  height: auto;
  width: auto;
}
.footer__payment{
  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: 5px;  
}
.footer__payment-item{
  text-align: center;
  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;
}
.footer__payment-item picture{
  display: block;
  margin-bottom: 10px;
}
.footer__plashka{
  text-align: center;
  padding: 10px;
  background: #0120371A;
  border-radius: 10px;
  margin-bottom: 40px;
}
.footer__info{
  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: 10px;
}
.footer__info-item{
  max-width: 50%;
}
.footer__info-item p{
  font-size: 14px;
  margin-bottom: 10px;
}
.footer__info-item p:last-of-type{
  margin-bottom: 0;
}
.reviews__bts_mob,
.doctors__bts_mob,
.documents__bts_mob{
  display: none;
}
.contacts__map #map{
  display: none;
}
.footer__links-wrapper{
  display: contents;
}
.footer__end-mob{
  display: none;
}

.swiper{
  overflow: visible;
}
.swiper__btns{
  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;
  gap: 10px;
}
.swiper-button-next, 
.swiper-button-prev{
  position: static;
  display: block;
  margin-top: 0;
  color: #FFFFFF;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.swiper-button-next:after, 
.swiper-button-prev:after{
  font-size: 24px;
}
.swiper-button-prev{
  width: 51px;
  height: 51px;
  border-radius: 8px;
  background: #1D8F38;
  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;
}
.swiper-button-next{
  width: 51px;
  height: 51px;
  border-radius: 8px;
  background: #3AB8EE;
  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;
}
.swiper-pagination-bullet{
  background: #01c3ff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.swiper-pagination-bullet-active{
  background: #3AB8EE;
  scale: 1.1;
}
.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: 60px 30px 30px;
    position: relative;
    border-radius: 20px;
    scale: .4;
    -webkit-transition: scale .4s ease;
    -o-transition: scale .4s ease;
    transition: scale .4s ease;
    background-color: #ECF5FA;
    margin-left: auto;
    margin-right: auto;
}
.popup__content_rev{
  max-width: 700px;
  padding: 0;
}
.popup__content_rev .reviews__text{
  height: auto;
  overflow: visible;
}
.popup__content_rev .reviews__text:after{
  display: none;
}
.popup__content_vaca{
  max-width: 700px;
}
.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: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3AB8EE33;
}
.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: 15px;
  height: 2px;
  border-radius: 2px;
  background: #3AB8EE;
}
.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: 15px;
  width: 2px;
  border-radius: 2px;
  background: #3AB8EE;
}
.popup__form{
  max-width: 330px;
  width: 100%;
  padding: 0;
  border-radius: 24px;
  position: relative;
  z-index: 3;
}
.popup__form-title{
  font-size: 28px;
  font-weight: 700;
  color: #2B5BA7;
  text-align: center;
  margin-bottom: 20px;
}
.popup__form input{
  margin-bottom: 10px;
}
.popup__form button{
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
.popup__form_vaca .popup__form-title{
  color: #012037;
  margin-bottom: 10px;
}
.popup__form_vaca .popup__form-subtitle{
  color: #012037;
  text-align: center;
  margin-bottom: 30px;
}
.vaca__inp{
  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: 12px;
  margin-bottom: 10px;
}
.vaca__inp input{
  width: 100%;
}
.popup__form_vaca textarea{
  margin-bottom: 15px;
}
.vaca__file{
  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;
  margin-bottom: 25px;
}
.vaca__file label{
  display: none;
}
.vaca__file input{
  width: 180px;
  padding: 15px 25px;
  border-radius: 10px;
  border: 1px solid #3AB8EE;
  text-align: center;
  cursor: pointer;
  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;
  gap: 10px;
  color: #3AB8EE;
  background: #E0F4FF;
}
.vaca__file label::before{
  display: none;
  content: '';
  background-image: url('../img/vaca-popup.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 14px;
  height: 18px;
}
/*.vaca__file input{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}*/
.vaca__file p{
  font-size: 14px;
  color: #01203799;
}
.popup__form_vaca button{
  width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 1500px){
  .intro__title{
    font-size: 36px;
  }
  .intro__form{
    padding: 20px 30px;
    width: 350px;
  }
  .intro__form-title{
    font-size: 22px;
    text-align: center;
  }
  .installment__picture{
    right: -15%;
  }
  .contacts__cont{
    height: auto;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .contacts__cont::before{
    border-radius: 0;
    width: 100%;
    height: 100%;
  }
  .contacts__map{
    position: static;
    margin: 20px 0;
  }
  .contacts__map-load{
    position: relative;
  }
}
@media (max-width: 1400px){
  .calcul__form{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .calcul__item select{
    width: 100%;
  }
}
@media (max-width: 1220px){
  .section-subtitle{
    font-size: 26px;
  }
  .section-title{
    font-size: 32px;
  }
  .intro__sot{
    padding: 22px 15px;
    border-radius: 15px;
  }
  .intro__sot picture img{
    display: none;
  }
  .intro__form{
    width: 100%;
    border-radius: 10px;
  }
  .intro__sot::after,
  .intro__sot::before{
    display: none;
  }
  .steps__item{
    padding: 40px 10px 15px;
    gap: 12px;
  }
  .steps__item::after{
    font-size: 12px;
  }
  .steps__item picture{
    width: 38px;
    height: 38px;
  }
  .steps__item picture img{
    height: 38px;
  }
  .steps__item span{
    font-size: 14px;
  }
  .waw__wrapper{
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .installment__picture{
    display: none;
  }
  .installment__items{
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .patient__title{
    font-size: 34px;
  }
  .patient__subtitle{
    font-size: 18px;
  }
  .footer__links-wrapper{
    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__links{
    gap: 6px;
  }
  .footer__links a{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer__links-title{
    margin-bottom: 6px;
  }
  .doctors__inwrapper_page{
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .photo__inwrapper_page{
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .documents__inwrapper_page{
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .articles__wrapper{
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .stocks__wrapper{
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .stok__wrapper{
    gap: 20px;
  }
  .doctor__img{
    width: 250px;
  }
  .doctor__main {
    max-width: calc(100% - 330px);
  }
  .doctor__time-table{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .doctor__time-item{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .doctor__time-day p{
    text-align: left;
  }
  .doctor__time-num p{
    text-align: right;
  }
  .vaca__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .vaca__text{
    max-width: 100%;
  }
  .vaca__info{
    max-width: 100%;
  }
  .site__wrapper{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .site__form{
    max-width: 100%;
  }
  .site__our, 
  .site__service{
    margin-right: 0;
    width: calc(50% - 10px);
  }
  .urinf__wrapper{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .urinf__form{
    max-width: 100%;
  }
  .site__full{
    margin-right: 0;
  }
}
@media (max-width: 940px){
  .doctors__inwrapper_page{
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .documents__inwrapper_page{
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .serkod__pic{
    display: none;
  }
  .articles__wrapper{
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .stocks__wrapper{
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 850px){
  body, main, footer{
    font-size: 14px;
  }
  .m-b{
    margin-bottom: 50px;
  }
  .btn{
    width: 100%;
  }
  .form__input{
    font-size: 14px;
  }
  form .policy{
    font-size: 12px;
  }
  .intro__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__main::before{
    width: 100%;
    border-radius: 0;
  }
  .intro__main{
    padding: 20px 0;
  }
  .intro__title{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .intro__subtitle{
    font-size: 14px;
    margin-bottom: 12px;
  }
  .intro__list{
    padding: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 12px;
  }
  .intro__sot{
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
  }
  .intro__form{
    padding: 20px;
  }
  .intro__form-title{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .intro__wrapper_ser{
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__wrapper_ser .intro__main{
    max-width: 100%;
  }
  .intro__wrapper_ser .intro__title{
    margin-bottom: 15px;
  }
  .intro__form_ser-title a{
    font-size: 14px;
  }
  .intro__sot_ser{
    margin-top: 0;
    height: 250px;
  }
  .intro__sot_ser picture{
      width: 100%;
      height: 100%;
  }
  .intro__sot_ser picture img{
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
  }
  .intro__list_ser{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  .intro__form_ser-in{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .intro_dop{
    margin-bottom: 30px;
  }
  .intro_sm{
    margin-bottom: 0;
  }
  .intro_dop .intro__main{
    padding-bottom: 5px;
  }
  .breadcrumbs{
    margin-bottom: 12px;
    gap: 7px;
  }
  .breadcrumbs a{
    gap: 7px;
  }
  .section-subtitle{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .section-title{
    font-size: 20px;
  }
  .section-wrap{
    margin-bottom: 30px;
  }
  .steps__wrapper{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .main-cont{
    padding: 30px 0;
  }
  .main-cont__title{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .main-cont__text{
    font-size: 14px;
  }
  .service__wrapper{
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .sevice__item{
    height: 200px;
  }
  .sevice__inner{
    padding: 10px;
    border-radius: 8px;
    bottom: 5px;
    left: 5px;
    right: 5px;
  }
  .sevice__inner p{
    font-size: 12px;
    font-weight: 600;
  }
  .sevice__ar{
    display: none;
  }
  .waw__wrapper{
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .waw__item-title{
    margin-bottom: 10px;
    gap: 15px;
  }
  .waw__item-title p{
    font-size: 14px;
  }
  .waw__item-title img{
    width: 30px;
    height: 30px;
  }
  .waw__item-subtitle{
    font-size: 12px;
  }
  .serkod{
    background: transparent;
  }
  .serkod__wrapper{
    padding: 0;
  }
  .serkod__top,
  .serkod__bot{
    padding: 20px;
  }
  .serkod__title{
    font-size: 20px;
    margin-bottom: 8px;
  }
  .serkod__subtitle{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .serkod__list{
    padding: 15px;
    max-width: 100%;
    margin-bottom: 15px;
    gap: 10px;
  }
  .serkod__list li img{
    width: 38px;
    height: 38px;
  }
  .serkod__ap{
    padding: 15px;
    margin-bottom: 15px;
  }
  .serkod__opis{
    margin-bottom: 15px;
  }
  .serkod__text .policy{
    font-size: 12px;
  }
  .price__subtitle{
    margin-bottom: 30px;
  }
  .price__table tr.price__table-header td{
    font-size: 14px;
    width: 100%;
  }
  .price__table tr:not(.price__table-header) td{
    padding: 0;
  }
  .price__table tr:not(.price__table-header){
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .price__table tr:not(.price__table-header) td.price__table-name{
    font-size: 14px;
    width: 100%;
  }
  .price__table tr:not(.price__table-header) td.price__table-cost{
    text-align: left;
    font-size: 14px;
  }
  .btn_price{
    padding: 8px 30px;
  }
  .calcul__wrapper{
    padding: 30px 15px;
  }
  .calcul__subtitle{
    font-size: 18px;
    margin-bottom: 5px;
    gap: 8px;
  }
  .calcul__subtitle img{
    height: 15px;
    width: auto;
  }
  .calcul__title{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .calcul__item{
    gap: 8px;
  }
  .calcul__item select{
    font-size: 14px;
  }
  .calcul__form{
    margin-bottom: 20px;
  }
  .installment__wrapper{
    padding: 20px;
  }
  .installment__title{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .installment__items{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    padding: 15px;
    margin-bottom: 25px;
  }
  .installment__item-img img{
    width: 38px;
    height: 38px;
  }
  .installment__item-text{
    font-size: 14px;
  }
  .installment__text{
    font-size: 14px;
    margin-bottom: 8px;
  }
  .installment__phone{
    font-size: 18px;
  }
  .installment__wrapper button{
    margin-top: 20px;
  }
  .text-block h2{
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .text-block h3{
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .text-block h4{
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .text-block h5{
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .text-block h6{
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .text-block p{
    font-size: 14px;
  }
  .text-block img{
    max-width: 100% !important;
    width: 100% !important;
    margin: 30px 0;
  }
  .center__wrapper{
    padding: 40px 0;
  }
  .center__title{
    font-size: 20px;
    text-align: center;
  }
  .center__subtitle{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .center__items{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }
  .center__item p{
    font-size: 16px;
  }
  .center__item p br{
    display: none;
  }
  .center__item-img{
    width: 42px;
    height: 42px;
  }
  .center__form{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 10px;
  }
  .center__form .form__input{
    margin-bottom: 10px;
    width: 100%;
  }
  .center__form .form__input:last-of-type{
    margin-bottom: 15px;
  }
  .table__main tbody{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .table__main-head th{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .table__main-body th{
    padding: 20px;
  }
  .table__main-head th:first-of-type{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
            order: 1;
  }
  .table__main-body th:first-of-type{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
            order: 2;
    margin-bottom: 20px;
  }
  .table__main-head th:last-of-type{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
            order: 3;
  }
  .table__main-body th:last-of-type{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
            order: 4;
  }
  .doctor__check{
    gap: 20px;
  }
  .doctor__check-tit{
    font-size: 14px;
  }
  .doctor__check-name{
    font-size: 16px;
  }
  .doctor__check-job{
    font-size: 14px;
  }
  .doctor__check-exp{
    font-size: 14px;
  }
  .doctor__check-time{
    font-size: 12px;
    text-wrap: nowrap;
  }
  .cons{
    padding: 50px 0;
  }
  .cons__wrapper{
    padding: 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cons__wrapper_before,
  .cons__wrapper_after{
    display: none;
  }
  .cons__top, .cons__bot{
    display: contents;
  }
  .cons__tit-block{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cons__bquest{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 20px 15px;
  }
  .cons__form{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .cons__squest{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    gap: 10px;
  }
  .cons__form-btn{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .cons__title{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .cons__subtitle{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cons__bquest-title{
    font-size: 18px;
    margin-bottom: 4px;
  }
  .cons__bquest-subtitle{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cons__bquest-text{
    font-size: 14px;
  }
  .cons__form input{
    margin-bottom: 10px;
  }
  .cons__form input:last-of-type{
    margin-bottom: 15px;
  }
  .cons__squest-title{
    font-size: 20px;
  }
  .cons__squest-subtitle{
    font-size: 12px;
  }
  .diff__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .diff__top{
    width: 100%;
  }
  .diff__item::before{
    font-size: 34px;
  }
  .diff__item p{
    font-size: 14px;
  }
  .faq{
    padding: 50px 0;
  }
  .faq__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .faq__item{
    margin-bottom: 10px;
  }
  .faq__title{
    font-size: 16px;
    padding: 15px 45px 15px 20px;
  }
  .faq__title_h{
    right: 20px;
  }
  .faq__content>div{
    padding: 15px;
  }
  .faq__form{
    padding: 20px 15px;
  }
  .faq__form-title{
    font-size: 18px;
    margin-bottom: 7px;
  }
  .faq__form-subtitle{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .faq__form input{
    margin-bottom: 10px;
  }
  .faq__form input:last-of-type{
    margin-bottom: 15px;
  }
  .faq__form button{
    margin-bottom: 10px;
  }
  .faq__form-policy{
    font-size: 12px;
  }
  .patient{
    background: -o-linear-gradient(348.09deg, #1676DB, #3BB9EC);
    background: linear-gradient(101.91deg, #1676DB, #3BB9EC);;
  }
  .patient_before{
    display: none;
  }
  .patient__img{
    display: none;
  }
  .patient__wrapper{
    height: auto;
    padding: 40px 0;
  }
  .patient__title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 12px;
  }
  .patient__subtitle{
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
  }
  .patient__form-policy{
    font-size: 12px;
  }
  .section-bts{
    display: none;
  }
  .reviews__bts_mob{
    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;
    margin-top: 30px;
  }
  .reviews__bts_mob>*{
    width: 100%;
    padding: 15px 0;
  }
  .reviews__inwrapper_page{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 20px;
  }
  .photo__swiper-slide picture{
    height: 155px;
  }
  .photo__pagination{
    display: block;
  }
  .photo__inwrapper_page{
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .photo__inwrapper_page .photo__swiper-slide picture{
    height: 160px;
  }
  .doctors__swiper-slide .doctors__img{
    height: 270px;
  }
  .doctors__text{
    padding: 15px 15px 20px;
  }
  .doctors__name{
    font-size: 18px;
    margin-bottom: 6px;
  }
  .doctors__bts_mob{
    display: block;
    margin-top: 20px;
  }
  .doctors__bts_mob .btn img{
    height: 25px;
    width: auto;
  }
  .doctors__bts_mob>*{
    width: 100%;
  }
  .documents__bts_mob{
    display: block;
    margin-top: 20px;
  }
  .documents__bts_mob>*{
    width: 100%;
  }
  .documents__bts_mob .btn img{
    height: 25px;
    width: auto;
  }
  .documents__inwrapper_page .documents__swiper-slide picture img{
    scale: 1;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  .documents-text__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .documents-text__main{
    display: contents;
  }
  .documents-text__cont{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 50px;
  }
  .documents-text__pic{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    margin-bottom: 30px;
  }
  .documents-text__pics picture img{
    scale: 1;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  .documents-text__pics{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 15px;
  }
  .documents-text__main .btn{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-wrap: wrap;
  }
  .contacts__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__cont{
    padding: 40px 0;
    width: 100%;
  }
  .contacts__map{
    margin: 0;
    height: 240px;
    width: calc(100% + 30px);
    border-radius: 0;
    position: relative;
    left: -15px;
  }
  .contacts__map-load .btn{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .contacts__items{
    gap: 20px;
  }
  .contacts__item-title{
    font-size: 16px;
    margin-bottom: 8px;
  }
  .contacts__item-text{
    font-size: 14px;
  }
  .footer__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .footer__logo .footer__logo-link{
    margin-bottom: 30px;
  }
  .footer__logo-phone{
    font-size: 16px;
  }
  .footer__logo-adtitle{
    font-size: 16px;
  }
  .footer__logo-adtxt{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .footer__end-mob{
    display: block;
  }
  .footer__end-desk{
    display: none;
  }
  .footer__end-mob .btn{
    width: 100%;
    margin-bottom: 15px;
  }
  .footer__end-mob .footer__end-search{
    position: relative;
  }
  .footer__end-mob .footer__end-search .form__input{
    padding-right: 50px;
    width: 100%;
  }
  .footer__end-mob .footer__end-search button{
    position: absolute;
    top: 49%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer__links-title{
    font-size: 20px;
  }
  .footer__end{
    max-width: 300px;
    width: 100%;
  }
  .footer__info{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__info-item{
    width: 100%;
    max-width: 100%;
  }
  .footer__info-item p{
    font-size: 12px;
  }
  .dop__title,
  .dop__title_min{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .articles__item{
    gap: 12px;
  }
  .articles__item picture{
    height: 160px;
  }
  .articles__name{
    font-size: 16px;
  }
  .articles__data{
    font-size: 14px;
  }
  .intro__sub{
    padding: 20px;
  }
  .intro__sub-title{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .intro__sub ul{
    gap: 8px;
  }
  .intro__sub-item a{
    font-size: 16px;
  }
  .intro__sub-itemdop{
    padding-left: 20px;
  }
  .intro__sub-itemdop a{
    font-size: 14px;
  }
  .stocks__img{
    height: 200px;
  }
  .stocks__cont{
    padding: 15px;
  }
  .stocks__title{
    font-size: 18px;
    margin-bottom: 6px;
  }
  .stocks__subtitle{
    margin-bottom: 15px;
  }
  .stok__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .stok__img{
    max-width: 100%;
    width: 100%;
    height: 200px;
  }
  .stok__cont{
    display: contents;
  }
  .stok__cont .intro__title{
    margin-bottom: 0;
  }
  .stok__text{
    padding: 15px;
  }
  .intro_doctor .intro__main{
    padding-bottom: 0;
  }
  .doctor__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .doctor__main{
    max-width: 100%;
    display: contents;
  }
  .doctor__intro{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .doctor__img{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .doctor__badges{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .doctor__desk,
  .doctor__item{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .doctor__subtitle{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .doctor__title{
    font-size: 28px;
    margin-bottom: 15px;
  }
  .doctor__img{
    margin-bottom: 20px;
    width: 100%;
  }
  .doctor__img picture {
    margin-bottom: 15px;
    max-height: 270px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
  }
  .doctor__img picture img{
    max-width: 380px;
    -o-object-position: center top;
       object-position: center top;
  }
  .doctor__img .btn{
    width: 100%;
  }
  .doctor__badges{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
  }
  .doctor__badge{
    width: 100%;
    padding: 10px 20px;
  }
  .doctor__desk{
    margin-bottom: 40px;
  }
  .doctor__time-sec{
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .doctor__item-sec .swiper__btns{
    display: none;
  }
  .doctor__time-tit{
    font-size: 18px;
  }
  .doctor__item-sec{
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .doctor__item-tit{
    font-size: 20px;
  }
  .doctor__item{
    margin-bottom: 40px;
  }
  .vaca__wrapper{
    padding: 15px;
  }
  .vaca__img{
    display: none;
  }
  .vaca__text{
    font-size: 14px;
  }
  .vaca__bts p{
    text-align: center;
  }
  .vaca__info{
    padding: 15px;
  }
  .vaca__info-text{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .vaca__info-text p{
    font-size: 16px;
    padding-left: 32px;
  }
  .vaca__info-text p a{
    font-size: 14px;
  }
  .vaca__info-phone::before,
  .vaca__info-mail::before{
    width: 22px;
    height: 22px;
  }
  .site__our, 
  .site__service{
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  .site__title{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .site__form{
    max-width: 100%;
    padding: 20px 15px;
  }
  .site__form-title{
    font-size: 18px;
    margin-bottom: 7px;
  }
  .site__form-subtitle{
    margin-bottom: 20px;
  }
  .site__form .policy{
    font-size: 12px;
  }
  .urinf__rosnad{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .urinf__rosnad-item:first-of-type {
    padding-right: 0;
    border-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #CFE0EA;
  }
  .urinf__form{
    padding: 40px 20px;
  }
  .urinf__form-title{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .urinf__form input{
    margin-bottom: 8px;
  }
  .urinf__form .btn{
    margin-bottom: 8px;
  }
  .urinf__form .policy{
    font-size: 12px;
  }
  .urdoc__wrapper{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .urdoc__title{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .urdoc__title p{
    font-size: 18px;
  }
  .urdoc__title .btn{
    width: 100%;
  }
  .urdoc .swiper__btns{
    display: none;
  }
  .site__full{
    padding: 16px;
  }
  .ispr__item-title::after{
    padding-bottom: 2px;
  }
  .errp{
    padding-bottom: 15px;
  }
  .errp__wrapper{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .errp__link{
    padding: 14px;
  }
  .search__wrapper{
    display: none;
  }
  .search__res-item{
    padding: 14px 16px;
    gap: 8px;
    font-size: 14px;
  }
}
@media (max-width: 600px){
  .doctors__inwrapper_page{
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .documents__inwrapper_page{
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .popup__form_vaca .popup__form-title{
    font-size: 20px;
    margin-bottom: 6px;
  }
  .popup__form_vaca .popup__form-subtitle{
    margin-bottom: 20px;
  }
  .vaca__inp{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
  }
  .popup__form_vaca textarea{
    margin-bottom: 12px;
  }
  .vaca__file{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .vaca__file input{
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .vaca__file p{
    font-size: 12px;
  }
  .vaca__file p br{
    display: none;
  }
}
@media (max-width: 500px){
  .waw__wrapper{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .waw__item{
    padding-bottom: 20px;
    border-bottom: 1px solid #CFE0EA;
  }
  .calcul__form{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .installment__items{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .diff__items{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .patient__form{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .patient__form input{
    margin-bottom: 10px;
  }
  .patient__form input:last-of-type{
    margin-bottom: 15px;
  }
  .patient__form button{
    margin-bottom: 10px;
  }
  .photo__inwrapper_page{
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .documents__inwrapper_page{
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .serkod__list{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .serkod__form{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .serkod__form .btn{
    width: 100%;
  }
  .articles__wrapper{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .stocks__wrapper{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  /*.text-block table tr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }*/
}
@media (max-width: 400px){
  .doctors__inwrapper_page{
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .documents__inwrapper_page{
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.toTop{
    position: fixed;
    z-index: 100;
    bottom: -400px;
    left: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #187adc;
    -webkit-transition: background-color .2s ease, bottom .3s ease;
    -o-transition: background-color .2s ease, bottom .3s ease;
    transition: background-color .2s ease, bottom .3s ease;
}
.toTop:hover{
    background-color: #187adc;
}
.toTop svg{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.toTop:hover svg{
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

.btn.refreshButton{
  background: #FFFFFF;
  text-decoration: none;
}