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

[class^="icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:after,
[class*=" icon-"]:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:hover,
[class*=" icon-"]:hover {
  text-decoration: none !important;
}

.icon-place:before {
  content: "\e900";
}

.icon-doc:before {
  content: "\e901";
  font-size: 35px;
}

.icon-find:before {
  content: "\e902";
}

.icon-ok:before {
  content: "\e903";
}

.icon-arr:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e905";
}

.icon-miniarr:after {
  content: "\e906";
}

.icon-date:before {
  content: "\e907";
}

.icon-money:before {
  content: "\e908";
}

.icon-planet:before {
  content: "\e909";
}

.icon-mail:before {
  content: "\e90a";
}

.icon-pdf:before {
  content: "\e90b";
}

.icon-link:before {
  content: "\e90c";
}

.icon-doc2:before {
  content: "\e90d";
}

.icon-time:before {
  content: "\e90e";
}

.icon-phone:before {
  content: "\e90f";
}

.icon-disabled:before {
  content: "\e910";
}

.icon-close:before {
  content: "\e911";
}

.icon-check:before {
  content: "\e912";
}

.icon-basket:before {
  content: "\e913";
}

input::placeholder {
  color: #707f92;
  font-size: 16px;
  font-style: italic;
  font-family: Jost;
}

ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 0;
}

.color1 {
  background: #0F77CB;
}

.color2 {
  background: #075EC5;
}

.color3 {
  background: #61BDF0;
}

.color4 {
  background: #325D90;
}

.color5 {
  background: #063F83;
}

.blue {
  background-color: #F2F6FB;
}

* {
  box-sizing: border-box;
  transition: 0.2s;
}

.zoom {
  cursor: pointer;
  border-radius: 15px;
}

.wrapper {
  width: 100%;
  max-width: 1400px !important;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1000px) {
  .wrapper.content {
    padding: 0px;
    max-width: 100% !important;
  }
}
@media (max-width: 480px) {
 .wrapper .wrapper{padding: 0px!important;}
}


@media (max-width: 1440px) {
  .wrapper {
    padding: 0 30px;
    max-width: 100% !important;
  }
}

.p60 {
  padding: 60px !important;
}

@media (max-width: 480px) {
  .section-title .btn {
    width: 40px !important;
    height: 40px !important;
    top: -1px !important;
  }

  #akcii .flex-row {
    margin-bottom: 0;
  }

  .p60 {
    padding: 20px !important;
  }
}

.p40 {
  padding: 40px;
}

@media (max-width: 480px) {
  .p40 {
    padding: 20px;
  }
}

.p30 {
  padding: 30px;
}

@media (max-width: 1366px) {
  .p30 {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .p30 {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .p30 {
    padding: 15px;
  }
}

.p20 {
  padding: 20px;
}

@media (max-width: 480px) {
  .p20 {
    padding: 15px;
  }
}

.row-gap {
  row-gap: 45px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .row-gap {
    row-gap: 25px;
  }
}

@media (max-width: 480px) {
  .row-gap {
    row-gap: 15px;
  }
}

.nowrap {
  flex-wrap: nowrap;
}

.flex-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  column-gap: 30px;
  row-gap: 30px;
  max-width: 100%;
  width: 100%;
}

.flex-row.wrap {
  flex-wrap: wrap;
}

@media (max-width: 1366px) {
  .flex-row {
    column-gap: 20px;
    row-gap: 20px;
  }
}

@media (max-width: 860px) {
  .flex-row {
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
  }

  .flex-row .flex-col {
    flex: 48%;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .flex-row {
    column-gap: 10px;
  }

  .flex-row .flex-col {
    flex: 100%;
  }
}

.flex-row.dowble {
  flex-wrap: wrap;
}

.flex-row.dowble .flex-col {
  flex: 47.5%;
  max-width: 48%;
}

@media (max-width: 1000px) {
  .flex-row.dowble .flex-col {
    flex: 100%;
    max-width: 100%;
  }
}

.flex-row.three {
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

.flex-row.three .flex-col {
  flex: 31.5%;
  max-width: 31.5%;
}

@media (max-width: 1400px) {
  .flex-row.three {
    column-gap: 15px;
    row-gap: 15px;
  }
}

@media (max-width: 1200px) {
  .flex-row.three .flex-col {
    flex: 32%;
    max-width: 32%;
  }
}

@media (max-width: 1000px) {
  .flex-row.three .flex-col {
    flex: 48%;
    max-width: 48%;
  }
}

#consultation+.blue .flex-row.dowble {
  row-gap: 20px;
}

@media (max-width: 600px) {
  #consultation+.blue .flex-row.dowble {
    row-gap: 0px;
  }
}

.flex-row.grid {
  flex-wrap: wrap;

}

.flex-row.grid .flex-col {
  flex: 23%;
  max-width: 25%;

}



@media (max-width: 960px) {
  .flex-row.grid .flex-col {
    max-width: 48%;
    flex: 49%;
  }
}
@media (max-width: 1400px) {
  .previlegii{
    padding:30px!important;
  }
}


@media (max-width: 480px) {
  .flex-row.grid .flex-col {
    max-width: 100%;
    flex: 100%;
  }
}

.flex-col {
  flex: 1;
}

.flex-col.strech {
  row-gap: 30px;
  display: flex;
  flex-direction: column;
}

.flex-col.big-item {
  min-width: 40%;
}

@media (max-width: 860px) {
  .mobile-scroll {
    overflow-x: scroll;
  }

  .mobile-scroll .flex-row {
    width: 1300px;
    min-width: 1300px;
    column-gap: 20px;
  }

  .mobile-scroll .flex-row .flex-col {
    flex: 1;
  }
}

footer,
header,
section {
  flex: 100%;
  width: 100%;
  z-index: 10;
}

section .wrapper {
  row-gap: 50px;
}

body {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  color: #2C3846;
  min-width: 320px;
  margin: 0;
  padding: 0;
  display: flex;
  min-height: 100vh;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-wrap: wrap;
  height: 100%;
}

body.fix {
  overflow: hidden !important;
}

body.fix .overlay {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: #000000a1;
  z-index: 99;
}

@media (max-width: 480px) {
  body .img img {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1020px) {
  body {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 375px) {
  body {
    max-width: 100%;
    overflow-x: hidden;
    font-size: 14px;
  }
}

section {
  padding: 70px 0 60px;
}

@media (max-width: 1020px) {
  section {
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  section {
    padding: 30px 0!important;
  }
  #consultation{ margin-top: -25px!important;}
  #tecnho .box-white{ width: 100%;}#top .wrapper{row-gap: 30px;}#top{padding: 10px 0 !important;}
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0C54A0;
  font-weight: 400;
  position: relative;
  margin: auto;
}

h1 {
  font-size: 65px;
  line-height: 120%;
}

@media (max-width: 1366px) {
  h1 {
    font-size: 60px;
    line-height: 110%;
  }
}

@media (max-width: 1200px) {
  h1 {
    font-size: 50px;
    line-height: 110%;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 45px;
    line-height: 120%;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 40px;
    line-height: 130%;max-width:100%!important;
  }
}

h2 {
  color: #0C54A0;
  font-size: 48px;
  line-height: 120%;
  width: 100%;
}

@media (max-width: 600px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 375px) {
  h2 {
    font-size: 35px;
    line-height: 110%;
  }
}

h3 {
  font-size: 42px;
  line-height: 120%;
  width: 100%;
}

@media (max-width: 480px) {
  h3 {
    font-size: 32px;
  }
}

@media (max-width: 375px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 30px;
  line-height: 120%;
}

h5 {
  font-size: 20px;
  font-weight: 500;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.smalltext,
.subtext {
  font-size: 15px;
  line-height: 130%;
  color: #3A4E66;
}

@media (max-width: 600px) {

  .smalltext,
  .subtext {
    font-size: 14px;
    line-height: 120%;
  }
}

.text {
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 15px;
  margin-top: 0px;
  color: #2C3846;
}

.bitext {
  font-size: 24px;
  color: #2C3846;
}

@media (max-width: 1366px) {
  .text {
    font-size: 16px;
  }
}

.video_box {
  overflow: hidden;
}

.video_box video {
  width: 100%;
}

#content .descript {
  font-size: 24px;

}

@media (max-width: 480px) {
  #content .descript {
    font-size: 18px;
  }
}

.descript {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 10px !important;
  font-weight: 500;
  margin-top: 0;
}

@media (max-width: 1366px) {
  .descript {
    font-size: 19px;
    line-height: 115%;
  }
}

@media (max-width: 480px) {
  .descript {
    font-size: 18px;
    line-height: 115%;
  }
}

@media (max-width: 600px) {
  .descript {
    font-size: 19px;
    line-height: 115%;
  }
}

.whit-alert {
  background: #fff;
  text-align: center;
  color: #3A4E66;
  font-size: 18px;
  border: 1px solid #d5e0ec;
  border-radius: 15px;
  padding: 20px 40px;
}

.wartext {
  font-size: 20px;
  line-height: 130%;
  color: #2C3846;
}

.btn {
  max-width: 260px;
  width: 260px;
  height: 66px;
  padding: 20px;
  border-radius: 35px !important;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  column-gap: 20px;
  overflow: hidden !important;
  position: relative;
  font-size: 18px;
}

.btn.outline {
  border: 1px solid #d5e0ec;
  background: #fff;
  color: #3A4E66;
  font-size: 18px;
  font-weight: 400;
  height: 60px;
}

.btn.outline.cyan {
  padding: 0 !important;
}

.btn.outline.icon-doc {
  width: 300px;
  max-width: 300px;
}

.btn.outline::after {
  content: "\e904";
  display: block;
  float: right;
  font-family: 'icomoon' !important;
  font-size: 12px;
  margin-left: -5px;
}

.btn.outline:hover {
  background-color: #0C54A0 !important;
  color: #fff;
}

.btn.main {
  box-shadow: 2px 6px 12px #7DA6D2;
  background: #036BBF;
  background: linear-gradient(135deg, #036BBF, #035CB7) !important;
  color: #fff !important;
  border: none !important;
  display: block;
}

.btn.main:before {
  content: '';
  display: block;
  position: absolute;
  width: 60%;
  height: 500%;
  margin-top: -50%;
  background: rgba(255, 255, 255, 0.1) !important;
  top: 0;
  filter: blur(5px);
  transform: rotate(45deg) translate(-150%, 0);
  transition: all 0.5;
}

.btn.main:hover:before {
  transform: rotate(45deg) translate(450%, 0);
  margin-top: -20%;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn.main:hover {
  box-shadow: 0px 0px 0px #7DA6D2;
}

.btn.blue {
  background: #46B9FA;
  background: linear-gradient(180deg, #46B9FA, #1887DB) !important;
  color: #fff !important;
  border: 0px !important;
  min-width: 200px;
  max-width: 250px;
  box-shadow: 2px 6px 12px #2a5481;
  justify-content: flex-start;
  padding-top: 26px;
}

.btn.blue:before {
  content: url(../images/minilogo.svg);
}

.btn.blue:hover {
  box-shadow: 0px 0px 0px #2a5481;
}

.btn.round {
  border-radius: 100%;
  border: 1px solid #d5e0ec;
  color: #91a0b1;
  font-size: 12px;
  width: 56px;
  height: 56px;
}

.btn.round:hover {
  color: #fff;
  background-color: #0C54A0;
}

.btn.send {
  width: 350px;
  font-weight: 400;
  max-width: 350px;
}

.btn.white {
  background-color: #fff;
}

.tabs {
  border-radius: 15px;
  padding: 20px;
  display: flex;
  height: auto;
}

.tabs .indicator {
  display: none;
}

.tabs .tab {
  margin-left: 15px;
}

.tabs .tab a {
  padding: 12px 30px;
  border: 1px solid #d5e0ec;
  border-radius: 35px;
  line-height: 170%;
  color: #3A4E66;
  font-weight: 400;
  text-decoration: none !important;
}

.tabs .tab a:hover {
  color: #0C54A0;
  background: #E1EEFF;
}

.tabs .tab a.active {
  color: #fff;
  border: 1px solid #0C54A0;
  background-color: #0C54A0;
}

.tab-content {
  width: 100%;
  flex: 100%;
}

.tab-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 30px;
}

form {
  width: 100%;
  flex: 100%;
  display: flex;
  row-gap: 25px;
  flex-wrap: wrap;
}

.inline-form {
  column-gap: 15px;
  flex: 100%;
  width: 100%;
  position: relative;
  flex-wrap: nowrap;
}

form input[type="radio"] {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px !important;
}

@media (max-width: 860px) {
  .inline-form {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .inline-form input,
  .inline-form button,
  .inline-form .select-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
  }
}

.inline-form.blue {
  border-radius: 15px;
  padding: 15px;
}

@media (max-width: 860px) {
  .inline-form.blue {
    padding: 25px;
  }
}

.inline-form label {
  position: absolute;
  bottom: -50px;
}

@media (max-width: 600px) {
  .inline-form label {
    bottom: -60px;
  }
}

.inline-form label span {
  line-height: 100% !important;
  font-size: 14px !important;
}

form input,
form select,
form textarea {
  background: #fff !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 25px !important;
  color: #2C3846 !important;
  font-size: 18px;
  padding: 20px;
  height: 65px;
  font-weight: 300;
  box-sizing: border-box;
  padding: 10px 25px !important;
  margin: auto !important;
  width: 100%;
}

@media (max-width: 480px) {

  form input,
  form select,
  form textarea {
    padding: 10px 15px;
    border-radius: 25px;
  }
}

form input::focus-visible,
form select::focus-visible,
form textarea::focus-visible {
  outline: 0px !important;
  border: 1px solid #0C54A0 !important;
}

.select-wrapper {
  min-width: 300px;
}

.select-wrapper input {
  box-sizing: border-box !important;
  height: 65px;
}

textarea {
  width: 100%;
  resize: vertical;
  padding: 15px;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  height: 150px;
}

.dropdown-content {
  border-radius: 15px !important;
}

.select-wrapper .caret {
  right: 10px !important;
  z-index: 1 !important;
  fill: #717f91 !important;
}

@media (max-width: 480px) {
  form textarea {
    border-radius: 25px !important;
  }

  input .select-wrapper {
    flex: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
  }
}

.collapsible {
  width: 100%;
  flex: 100%;
  margin-bottom: 45px;
}

.collapsible-header {
  margin-bottom: 10px;
  position: relative;
  padding: 20px 30px;
  border-bottom: 1px solid #d5e0ec;
}

.collapsible-header:before {
  display: block;
  width: 22px;
  font-size: 16px;
  height: 30px;
  padding-left: 6px;
  line-height: 29px;
  font-family: 'icomoon' !important;
  content: "\e906";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(270deg);
}

.collapsible-body {
  border: none;
}

.collapsible.grey .collapsible-header {
  background: #F2F6FB;
  border-radius: 8px;
  border: none;
}

.collapsible.grey .collapsible-header:hover {
  background: #e7ecf3 !important;
}

.collapsible .active .collapsible-header:before {
  transform: rotate(90deg);
  padding-left: 10px;
}

ul.timeline li {
  display: flex;
  align-items: center;
}

ul.timeline li b {
  flex: 0 70px
}

ul.timeline li p {
  line-height: 120%;
  flex: 1;
  font-weight: 300;
  font-size: 20px;
  color: #2C3846
}

ul.timeline li span {
  padding-top: 5px;
  font-weight: 400;
  line-height: 120%;
  display: block;
  font-size: 15px;
  color: #727F8E
}

ul.timeline li:nth-child(odd) {
  background-color: #F2F6FB;
}

ul.pricelist li {
  border-bottom: 1px solid #d5e0ec;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

ul.pricelist li:last-child {
  border-bottom: none !important
}

ul.pricelist li a {
  color: #3A4E66;
  font-size: 18px;
}

ul.pricelist li a:hover {
  color: #0C54A0;
}

ul.pricelist li .price span {
  color: #0C54A0;
  font-size: 18px;
  white-space: nowrap;
}

ul.pricelist li .price {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

ul.pricelist li b {
  color: #3A4E66;
  white-space: nowrap;
  font-weight: 300;
  text-decoration: line-through;
}

ul.blue-list li {
  background-color: #E1EEFF;
  border-radius: 15px;
  font-size: 17px;
  line-height: 110%;
  padding: 10px 40px 10px;
  color: #3A4E66;
  margin-bottom: 15px;
}

ul.blue-list li:before {
  font-family: 'icomoon' !important;
  content: "\e903";
  color: #0C54A0;
  margin-left: -30px;
  margin-right: 10px;
}

ul.cyan-list li {
  background-color: #0C54A0;
  border-radius: 15px;
  font-size: 17px;
  line-height: 110%;
  padding: 10px 40px 10px;
  color: #fff;
  margin-bottom: 15px;
}

ul.cyan-list li:before {
  font-family: 'icomoon' !important;
  content: "\e903";
  color: #fff;
  margin-left: -30px;
  margin-right: 10px;
}

ul.white-list li {
  background-color: #fff;
  border-radius: 15px;
  font-size: 18px;
  line-height: 110%;
  padding: 10px 40px 10px;
  color: #3A4E66;
  margin-bottom: 15px;
}

ul.white-list li:before {
  font-family: 'icomoon' !important;
  content: "\e903";
  color: #3A4E66;
  margin-left: -30px;
  margin-right: 10px;
}

ul.contentlist li {
  font-size: 18px;
  color: #3A4E66;
  border-bottom: 1px solid #d5e0ec;
  padding: 15px 30px;
  line-height: 110%;
}

ul.contentlist li:before {
  font-family: 'icomoon' !important;
  content: "\e903";
  color: #0C54A0;
  margin-left: -30px;
  margin-right: 10px;
}

ol {
  color: #3A4E66;
}

ol li {
  margin-bottom: 15px;
  line-height: 120%;
  max-width: 800px;
}

ol strong {
  font-weight: 600;
}

.warning {
  font-weight: 600;
  padding-left: 30px;
  border-left: 5px solid #0C54A0;
  font-size: 18px;
  line-height: 130%;
}

.doctor {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.doctor input {
  top: 0;
  left: 0;
}

.doctor input:checked .specialist::before {
  border: 1px solid #0C54A0;
}

.doctor .specialist {
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  overflow: hidden;
}

.doctor .specialist img {
  float: left;
  margin-right: 15px;
}

.doctor .specialist .name {
  color: #0C54A0;
  font-weight: 500;
  flex: 50%;
  font-size: 16px;
  display: block;
}

.doctor .specialist .title {
  display: block;
  font-size: 15px;
}

 

.attention {
  color: #2C3846;
  font-size: 19px;
}

.attention span {
  color: #3A4E66;
}

.deposit {
  background-color: #0C54A0;
  color: #fff;
  border-radius: 15px;
  padding: 35px;
  display: flex;
  font-size: 24px;
  line-height: 130%;
  align-items: center;
  column-gap: 20px;
}

.deposit-title h2 {
  margin-bottom: 0;
}

.cyan {
  background: #0C54A0 url(../images/mountain.jpg) bottom center no-repeat;
  padding: 120px 0;
  color: #fff;
}

.cyan p {
  margin: 0;
  font-size: 18px;
}

.cyan h2 {
  color: #fff;
}

.small-text {
  color: #3A4E66;
  font-size: 17px;
}

.discount {
  max-width: 70%;
  margin: 40px 0 60px;
}

.discount-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #d5e0ec;
  padding: 15px 0 5px;
}

.discount-col .price-text {
  font-weight: 600;
  font-size: 45px;
  line-height: 80%;
  color: #2C3846;

}

.event_data {
  display: flex;
  column-gap: 20px;
  padding: 30px 0;
}

.event_data .event_block {
  border-radius: 10px;
  flex: 1;
  background-color: #E9F3FF;
  border: 1px dashed #B6C5D7;
  padding: 15px 20px;
  color: #3A4E66;
  display: flex;
  align-items: center;
}

.event_data .event_block:before {
  color: #0C54A0;
  font-size: 40px;
  font-family: 'icomoon' !important;
  margin-right: 10px;
}

.event_block.date:before {
  content: "\e907";
}

.event_block.place:before {
  content: "\e900";
}

.event_block.cost:before {
  content: "\e908";
}

.event_block strong {
  font-size: 18px;
  font-weight: 500;
}

.event_data .event_block a {
  color: #3A4E66;
}

.event_data .event_block a:hover {
  text-decoration: underline;
}

.discount-col .price-text span {
  font-size: 20px;
}

.event_data .event_block p {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0px;
}

.discount-col .discount-text {
  color: #0C54A0;
  font-weight: 600;
  line-height: 80%;
  font-size: 45px;
}

-webkit-scrollbar-button {
  background: #9FCAFF;
  width: 4px;
  height: 0px;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background-color: #EAEDFD;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #9FCAFF;
  border: 1px solid #9FCAFF;
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 7px;
}

#tecnho {
  padding: 70px 0 120px;
}

#pressa {
  padding: 20px 0 90px;
}

#pressa .flex-col {
  max-width: 325px;
}

#review {
  padding: 70px 0 50px;
}

#serv {
  padding: 20px 0 0;
}

#about {
  padding-bottom: 0;
}

.about.hivat {
  max-width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-left: 0px;
}

.about.biginfo {
  min-width: 50%;
  padding-left: 0px;
}

.hivat .contentlist li {
  border: none;
  padding: 10px 30px;
}

.about.hivat+.video_box {
  overflow: visible;
}

.about.hivat+.video_box img {
  margin-right: -54px;
  margin-top: -60px;
}

.image_box {
  max-width: 50%;
}

.image_box img {
  max-width: 100%;
}

.greygalery .flex-row,
.rowgallery .flex-row {
  justify-content: space-between;
}

#head {
  background: #0C54A0;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.videobg {
  background: #0C54A0;
  height: 600px;
  position: relative;
  overflow: hidden;
}

#head.land {
  height: 900px;
}

#head.land .offer,
.videobg .offer {
  max-width: 900px;
}

.deep {
  max-width: 300px;
  border-radius: 15px;
  border: 1px solid #d5e0ec;
  margin-right: 30px;
}

#head:before,
.videobg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: #0247AB;
  background: linear-gradient(135deg, #0247AB, #044a7f);
  mix-blend-mode: hard-light;
  top: 0;

  z-index: 10;
  opacity: .6;
}

#head video,
.videobg video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
  z-index: 2;
}

@media (max-width: 1000px) {

  #head video,
  .videobg video {
    width: auto;
    height: 100%;
  }

}

@media (max-width: 480px) {
  #head {
    height: 460px;
  }

  #head .offer,
  .videobg .offer {
    top: -50px;
  }

  #head span {
    margin-top: 20px;
    display: block;
    font-size: 40px;
  }
}

#head img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 1;
  left: 0;
  min-height: 100%;
  height: auto
}

#head .offer {
  margin: auto;
  z-index: 100;
  max-width: 90%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 0;
  height: 150px;
}

.videobg .offer {
  color: #fff;
  z-index: 100;
  max-width: 700px;
  text-align: left;
  position: absolute;
}

.videobg .offer h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.videobg .offer h2,
.videobg .offer p {
  color: #fff
}

#head .offer .btn,
.videob .offer .btn {
  margin: auto;
  margin-top: 40px;
}

#head .offer .tag {
  margin-top: -60px;
  color: #0C54A0;
  background-color: #fff;
  border-radius: 35px;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
}

#head .offer .tag+h1 {
  font-weight: 400;
  font-size: 40px !important;
}

#head h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 90%;
}

#head.land span {
  font-size: 30px;
}

#head span {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
  padding-top: 20px;
  display: block;
}

#article {
  padding: 0 0 60px;
}

#article .content {
  justify-content: center;
}

#advantages {
  padding: 0px;
  margin-top: -66px;
}

.advantages {
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #d5e0ec;
  flex: 1;
  display: flex;
  overflow: hidden;
  color: #0C54A0;
  padding-left: 25px;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 600px) {
  .advantages {
    flex: 100%;
  }

  #advantages .wrapper {
    row-gap: 20px;
  }
}

#review .title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d5e0ec;
  margin-top: -10px;
  margin-bottom: 10px;
}

#review .title h5 {
  margin-left: 0px;
}

#review .text {
  color: #3A4E66;
}

#consultation {
  padding: 0 0 100px;
}

@media (max-width: 480px) {
  #consultation {
    padding: 0 0 50px;
  }
}

#searchresult {
  flex: 100%;
  width: 100%;
  padding: 20px;
  margin-top: -30px;
  display: none;
}

.micro+#content {
  margin-top: 150px;
}

.micro.owl-carousel {
  position: relative;
  max-width: 90%;
}

.micro .owl-nav button {
  margin: 0;
}

.micro .owl-nav {
  text-align: left;
  display: block;
  width: 46px;
  margin-right: -53px;
  float: right;
  position: absolute;
  right: 6px;
  top: -18px;
}

.micro .owl-nav button {
  opacity: 1;
}

.micro .owl-nav button span {
  background-color: #0C54A0;
  color: #fff;
}

.micro .owl-prev {
  display: none;
}

header {
  position: absolute;
  z-index: 99;
  top: 150px;
  margin-top: -100px;
}

header:not(.inside).fixed {
  position: fixed;
  top: 0px;
  margin-top: 0px;
  background: #fff;
  box-shadow: 0px 7px 20px 10px #121b1e0a;
}

header:not(.inside).fixed .wrapper {
  box-shadow: 0px 0px 0px 0px #121b1e0a !important;
}

header.micro {
  padding: 60px 0;
  margin-top: -150px;
}

aside .special-block {
  height: 210px;
}

aside .special-block .text {
  margin-bottom: 0px
}

aside .special-block .outline {
  bottom: 24px;
}

header.micro .head_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

header.micro .wrapper {
  z-index: 90;
  position: relative;
}

header.inside {
  background: #fff;
  top: 100px;
  position: fixed;
  box-shadow: 0px 7px 20px 10px #121b1e0a !important;
}

header.inside .wrapper {
  box-shadow: 0 0 0 #000 !important;
}

header .wrapper {
  border-radius: 60px;align-items: center;
  flex-wrap: nowrap;
  background: #fff;
  padding: 0 15px;
  box-shadow: 0px 7px 20px 10px #121b1e0a;
}
@media (max-width:1200px) {
header {    margin-top: 0px!important; top: 0!important;}

}

@media (max-width: 1200px) {
  
 
}

@media (max-width: 768px) {
  header .wrapper {
    border-radius: 0px;
  }
}

@media (max-width: 600px) {
  header .wrapper {
    height: 80px;
  }
}

header .icon-find {
  text-align: center;
  font-size: 20px;
  min-width: 50px;
  color: #0246AA;
}

.meganenu_action {
  margin: auto;
  width: 80px;
  height: 80px;
}

.meganenu_action>li:hover {
  background: #0C54A0;
  color: #fff;
}

.meganenu_action>li {
  background: #F2F6FB;
  color: #0C54A0;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;

}

.meganenu_action>li:hover .icon-find {
  color: #fff;
}

/*
.meganenu_action>li:hover #megamenu {
  display: block !important;
  opacity: 1;
  top: 80px;
  background: #Fff;
  padding: 30px 40px 60px;
  width: 90%;
  max-width: 1300px;
  box-shadow: 0px 7px 20px 10px #121b1e0a;
}
*/

#megamenu {
  background: #Fff;
  padding: 30px 40px 60px;
  width: 90%;
  max-width: 1300px;    height: 80%;
  box-shadow: 0px 7px 20px 10px #121b1e0a;
}

#megamenu li.firstlevel {
  max-width: 230px;
  border-bottom: 1px solid #B6C5D7;
  padding: 12px;
  font-size: 20px;

}

#megamenu li:after {
  float: right;
  font-size: 14px;
  transform: rotate(180deg);
  margin-top: 10px;
}

#megamenu li.firstlevel:hover {
  background-color: #F2F6FB;
  color: #0C54A0 !important;
}

#megamenu li.firstlevel:hover .secondmenu {
  display: block;
}

#megamenu .secondlevel {
  border-bottom: 1px solid #c6d3e2;
  padding: 10px 0;
}

#megamenu .secondlevel:hover {
  color: #0C54A0 !important;
}

#megamenu .secondlevel:hover .threedmenu {
  display: block;
}

.threedmenu {
  width: 600px;
  background-color: transparent;
  position: absolute;
  position: absolute;
  display: flex;
  column-gap: 20px;
  top: 0px;
  left: 90%;
  padding-left: 45px;
}

.threedmenu li {
  flex: 48%;
}

.threedmenu a {
  line-height: 120%;
  color: #727F8E;
  font-size: 15px;
  text-decoration: underline;
}

#megamenu .threedmenu li:hover a {
  color: #0C54A0 !important;
}

.secondmenu {
  border-radius: 15px;
  background-color: #F2F6FB;
  position: absolute;
  left: 270px;
  top: 15px;
  height: auto;
  padding: 25px 25px 15px;    width: 25%;
}
#megamenu li:last-child{ border: none!important;}
.secondmenu,
.threedmenu {
  display: none;
}

#megamenu li,
#megamenu li a {
  color: #525d69 !important;
}
.secondmenu>li>a{
      color: #525d69 !important;
    overflow: hidden;
    max-width: 95%;font-size: 16px;
}
.secondmenu>li
#megamenu li:hover a,
#megamenu li:hover {
  color: #036BBF;
}

header .menu {
  display: flex;
  flex-grow: 10;
  margin: 10px 0;
  justify-content: space-evenly;
}

header .menu li {
  border-radius: 10px;
  padding: 10px 5px;
}

@media (max-width: 1200px) {
  header .menu li {
    padding: 10px 5px;
  }
}

header .menu li a {
  color: #0C54A0;
  white-space: nowrap;
  text-decoration: none;
}

header .menu li ul {
  display: none;
  min-width: 150px;
  position: absolute;
  background: #F2F6FB;
  border-radius: 15px;
  border-top-left-radius: 0;
  padding: 20px 0px;
  margin-top: 4px;
  box-shadow: 6px 8px 5px 3px rgba(0, 0, 0, 0.1);
  margin-left: -15px;
}

header .menu li ul li {
  padding: 6px 20px;
  border-radius: 0px;
  margin: 0px;
}

header .menu li ul li:hover {
  background-color: #e4edf8;
}

header .menu li:hover {
  background: #F2F6FB;
}

header .menu li.active>a {
  font-weight: bold;
}

header .menu li:hover ul {
  display: block;
}

header .logo {
  display: flex;
}

header .logo img {
  min-width: 150px;
  margin-right: 15px;
}

@media (max-width: 1280px) {
  header .logo img {
    max-width: 190px;
  }
}

@media (max-width: 480px) {
  header .logo img {
    width: 170px;
  }
  header .connect{    margin-right: -8px!important;
    margin-left: 24px!important;}
}

header .connect {
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;    margin: 15px 0;
  max-width: 370px;
}
.mobile-fotter .modal-trigger{ color: #0360b9;}
@media (max-width: 1200px) {
  header .connect {
    width: auto;justify-content:flex-end;    margin: 10px 0;
  }
}

@media (max-width: 1024px) {
  header .icon {
    width: 45px !important;
    background-size: 29px !important;
    border-radius: 8px !important;
  }
  .connect .btn.main{display: none!important;}
}

header .wp {
  border-radius: 15px;
  background: #F2F6FB url(../images/wp.png) no-repeat center center;
  min-width: 48px;
 flex:1;
  height: 65px;
  display: block;
}

header .flex-row {
  column-gap: 10px;
}

header .tg {
  border-radius: 15px;
  background: #F2F6FB url(../images/telegramm.png) no-repeat center center;
  min-width: 48px;
   flex:1;
  height: 65px;
  display: block;
}

header .tg:hover,
header .wp:hover {
  background-color: #e6edf5
}

header .burger {
  display: none;
  flex: 1;
}
@media (max-width: 375px) {
  header .burger {
          margin-left: -15px;
        margin-right: 10px;
  }
}
header .btn {
  min-width: 230px;
  flex: 1;
  width: auto;
}

@media (max-width: 1024px) {
  header .btn {
    min-width: 180px;
  }
}

@media (max-width: 1000px) {
  header .burger {
    display: block;
  }

  header .menu {
    display: none;
  }

  header .wp,
  header .tg {
    width: 54px;
    height: 54px;
    background-size: 30px;
  }
}

@media (max-width: 600px) {
  header .modal-trigger {
    display: none !important;
  }

  .meganenu_action {
    width: 0px;
  }
}

.burger {
  position: relative;
  cursor: pointer;
}

.burger:before {
  content: '';
  border-top: 2px solid #819bb8;
  border-bottom: 2px solid #819bb8;
  height: 20px;
  display: block;
  width: 25px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.burger:after {
  content: '';
  height: 2px;
  background-color: #819bb8;
  display: block;
  width: 25px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

footer {
  border-top: 1px solid #d5e0ec;
  padding-top: 30px;
}

@media (max-width: 600px) {
  footer {
    display: none;
  }
}

footer .title {
  padding-bottom: 4px;
  margin-bottom: 20px;
}

footer .title:before {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #0C54A0;
  display: block;
  position: absolute;
  bottom: 0px;
}

footer ul {
  padding-bottom: 25px;
}

footer ul li {
  margin-bottom: 5px;
}

footer ul li a,
footer ul li p {
  color: #3A4E66;
  font-size: 18px;
  font-weight: 300;
}

footer ul li b {
  display: block;
}

.supperfooter {
  border-top: 1px solid #d5e0ec;
  padding: 25px 0;
  width: 100%;
}

@media (max-width: 600px) {
  .supperfooter {
    padding: 25px 0 100px;
  }
}

.supperfooter .wrapper {
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .supperfooter img {
    display: none;
  }
}

.mobile-fotter {
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-border-top-left-radius: 35px;
  -webkit-border-top-right-radius: 35px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #fff;
  display: none;
  justify-content: space-between;
  padding: 15px;
  z-index: 90;
  align-items: center;
  box-shadow: 0px -7px 15px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  .mobile-fotter {
    display: flex;
  }
}

@media (max-width: 480px) {
  header .connect .btn.main {
    display:none!important;
  }
}


.mobile-fotter .icon-find {
  text-align: center;
  width: 20%;
  height: 68px;
}

.mobile-fotter .icon-find:before {
  font-size: 24px;
  line-height: 250%;
  margin: auto;
}

.greygalery {
  background-color: #f7f7f7;
}

.greygalery .over_img img {
  border-radius: 15px;
  border: 1px solid #d5e0ec;
}

.depositbox {
  background: #0270C2;
  background: linear-gradient(135deg, #0270C2, #0246AA);
  border-radius: 15px;
  padding: 0px 60px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 300px;
  overflow: hidden;
}

.depositbox.grey {
  background: #F2F6FB;
  border: 1px solid #d5e0ec;
}

.depositbox.grey h4 {
  color: #0C54A0;
}

.depositbox.grey p {
  color: #2C3846;
}

.depositbox .leftside {
  margin-top: -36px;
}

.depositbox .btn {
  min-width: 230px;
  justify-content: start;
}

.depositbox input.btn[type="submit"] {
  justify-content: center;
}

.order-data {
  padding: 25px;
}

form input,
form select,
form textarea {
  border-radius: 35px;
}

.depositbox h4 {
  color: #fff;
  font-weight: 400;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 15px;
}

.depositbox img {
  margin-right: -30px;
  margin-left: 20px;
}

.depositbox p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 25px;
  font-style: 24px;
}

@media (max-width: 1024px) {
  .depositbox img {
    margin-right: -80px;
  }
}

@media (max-width: 860px) {
  .depositbox {
    padding: 30px;
    padding-bottom: 90px;
  }

  .depositbox .leftside {
    margin-top: 0px;
  }

  .depositbox img {
    display: none;
  }
}

.box {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #d5e0ec;
  overflow: hidden;
}

.box-white {
  border: none;
  padding: 5px;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.box-white img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
}

.box-grey {
  border: 1px solid #d5e0ec;
  border-radius: 15px;
  background-color: #F2F6FB;
  padding: 35px;
}

.breadcrumb {
  display: flex;
  column-gap: 10px;
  overflow: hidden;
  max-width: 100%;
}

@media (max-width: 600px) {
  .breadcrumb {
    font-size: 16px;
  }
}

.breadcrumb a {
  color: #0C54A0;
  font-weight: 500;
}

.breadcrumb span {
  display: block;
  color: #3A4E66;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 600px) {
  .breadcrumb span {
    max-width: 200px;
  }
}

.breadcrumb span.icon-miniarr {
  transform: rotate(180deg);
  line-height: 22px;
  font-size: 11px;
}

.inside-title {
  margin-top: 60px;
  flex: 100%;
  max-width: 100%;
}

@media (max-width: 600px) {
  .inside-title {
    margin-top: 80px;
    max-width: 100%;
  }
}

.inside-title h1 {
  margin-top: 20px;
  font-size: 40px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
 .inside-title h1{    font-size: 27px!important;
    line-height: 120%;}
}
@media (max-width: 600px) {
  .inside-title h1 {
    margin-top: 10px;
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.modal {
  border-radius: 15px !important;
  padding: 0px 30px;
  max-width: 700px;
}

.modal.online {
  min-height: 90%;
}

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

.modal h2 {
  text-align: center;
}

.modal .descript {
  color: #0C54A0;
  margin-bottom: 15px;
}

.modal .flex-row {
  margin-bottom: 15px;
}

.modal .kategory {
  padding: 20px 0;
  justify-content: flex-start;
}

.modal .kategory .btn {
  height: 45px;
  background-color: #fff;
  color: #3A4E66;
  max-width: 145px;
  border: 1px solid #d5e0ec;
}

.modal .kategory .btn.active {
  color: #0C54A0;
  background-color: #9FCAFF;
}

.modal .icon-close {
  display: block;
  z-index: 999;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 46px;
  height: 54px;
  color: #3A4E66;
  overflow: hidden;
  font-size: 46px;
}

.modal .icon-close:hover {
  color: #0C54A0;
}

.modal .online-frame {
  height: 160px;
  overflow-y: auto;
}

.modal .online-frame label {
  width: 100%;
  display: block;
  color: #2C3846;
  border-bottom: 1px solid #d5e0ec;
  padding: 5px 0;
}

.modal .online-frame label span {
  font-size: 18px;
}

.section-title {
  width: 100%;
  display: flex;
  padding-right: 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media (max-width: 1000px) {
  .section-title {
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .section-title {
    flex-wrap: wrap;
  }
}

.section-title h2,
.section-title h3 {
  margin: auto;
}

.section-title b {
  font-weight: 600;
  font-size: 80px;
}

.section-title span {
  display: block;
  font-weight: 300;
  font-size: 45px;
  margin-top: -10px;
}

.section-title .text {
  color: #3A4E66;
  max-width: 50%;
}

@media (max-width: 768px) {
  .section-title .text {
    max-width: 100%;
  }
}

.about {
  max-width: 50%;
  padding-left: 30px;
}

.main_logo {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .about {
    max-width: 100%;
  }
}

.about .text {
  color: #3A4E66;
}

.about .descript {
  color: #2C3846;
  font-size: 24px;
  margin: auto;
}

@media (max-width: 480px) {
  .about .descript {
    font-size: 20px;
  }
}

.specialist {
  color: #3A4E66;
}

.specialist .over_img {
  width: 100%;
  flex: 100%;
  height: 255px;
  overflow: hidden;
}

@media (max-width: 600px) {
  .specialist .over_img {
    height: 200px;
  }
}

.specialist .over_img img {
  width: 100%;
}

.specialist-content {
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
}

.specialist-header .tile {
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 10px;
  font-weight: 300;
  color: #727F8E;
}

.specialist-header {
  height: 100px;
}

.specialist-header .expert {
  font-size: 18px;
  color: #0C54A0;
  font-weight: 500;
  line-height: 110%;

}

.specialist-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 100%;
}

.specialist-footer .stage {
  white-space: nowrap;
  border-radius: 35px;
  background: #f2f6fb;
  padding: 5px 15px;
}

.gallery {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  flex: 100%;
  max-width: 650px;
  align-items: flex-start;
  align-content: flex-start;
}

@media (max-width: 480px) {
  .gallery {
    column-gap: 10px;
    row-gap: 10px;
  }

  .gallery .img {
    border-radius: 5px;
  }

  .gallery .btn {
    max-width: 100%;
    margin: 20px;
    width: 100%;
  }
}

.gallery .img {
  flex: 49%;
  max-width: 48%;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #d5e0ec;
}

.gallery .img img {
  width: 100%;
  display: block;
  height: auto;
}

.servblock {
  background: #D7E3FC;
  border-radius: 15px;
}

.servblock h5 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.servblock a {
  color: #0C54A0;
  text-decoration: none;
  font-family: Jost;
  font-size: 22px;
}

.servblock ul {
  display: flex;
  flex-wrap: wrap;
}

.servblock ul li {
  flex: 49%;
  color: #0C54A0;
  margin-bottom: 10px;
}

.servblock ul li a {
  padding-left: 15px;
  white-space: nowrap;
}

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

.blog-item {
  text-decoration: none !important;
  cursor: pointer;
}

.blog-item .over_img {
  width: 100%;
  flex: 100%;
  height: 155px;
  overflow: hidden;
}

.blog-item .over_img img {
  width: 100%;
}

.blog-item .pressa-content {
  padding: 25px 25px 25px 25px;
}

.blog-item .pressa-content p {
  margin-top: 0px;
  margin-bottom: 15px;
  text-decoration: none;
}

.blog-item .pressa-content strong {
  margin-bottom: 10px;
  display: block;
  font-size: 19px;
  line-height: 120%;
}

@media (max-width: 480px) {
  .blog-item .pressa-content {
    padding: 15px 15px 15px 15px;
  }
}

.blog-item .btn {
  font-size: 16px;
  height: 47px;
  max-width: 160px;
  margin: auto;
  margin-bottom: 20px;
}

.card-content {
  padding: 25px;
}

.card-content .descrip {
  color: #2C3846;
  font-weight: 600;

  font-size: 20px;
  margin-bottom: 10px;
}

.card-content li {
  color: #3A4E66;
}

#special {
  background: url(../images/special.jpg) no-repeat center center;
  background-size: cover;
}

.akcii-item {
  color: #fff;
  position: relative;
  border-radius: 15px;
  padding: 25px;
  height: 260px;
}

.akcii-item h3 {
  margin: auto;
  color: #fff;
}

.akcii-item .akcii-footer {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  display: flex;
  justify-content: space-between;
}

.akcii-item .akcii-footer p {
  color: #fff;
}

.akcii-item .akcii-footer .btn {
  height: 50px;
  max-width: 160px;
  color: #0C54A0;
}

.akcii-item .akcii-footer .btn:hover {
  background-color: #9FCAFF;
}

.akcii-item .descripti {
  font-size: 24px;
  line-height: 120%;
}

.akcii-item:not(.special) {
  max-width: 430px;
}

.akcii-item.special {
  height: 100%;
}

.top-block {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  border: 1px solid #d5e0ec;
  flex: 50%;
  max-width: 48%;
  height: 300px;
  background: #0C54A0;
}

.top-block.big {
  max-width: 100%;
  flex: 100%;
}

.top-block.long {
  height: 100%;
}

.top-block .top-block-cont {
  width: 100%;
  padding: 30px;
  background: #080808;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #2A3E56);
  position: absolute;
  bottom: 0;
}

.top-block .top-block-cont p {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
}

.top-block .top-block-cont h5 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #fff;
}

.top-block img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
}

@media only screen and (max-width: 1000px) {
  .top-block img {
    height: 100%;
  }

  .top-block .top-block-cont p {
    display: none;
  }

  .top-colum {
    row-gap: 20px !important;
    margin-bottom: 0px !important;
  }

  .top-colum.right-side {
    flex-wrap: wrap !important;
  }

  .top-block {
    max-width: 100%;
    flex: 100%
  }
}

@media only screen and (max-width: 480px) {
  .servblock ul li a {
    font-size: 19px;
  }

  .top-block {
    height: 200px;
  }

  .top-block img {
    height: 100%;
    width: 100%;
  }

  section .wrapper {
    row-gap: 30px
  }

  .depositbox h4 {
    margin-bottom: 15px;
    line-height: 120%;
    font-size: 29px;
  }

  .akcii-item.special {
    height: auto;
  }

  .section-title h2,
  .section-title h3 {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .servblock ul li a {
    font-size: 17px;
  }
}

.top-block:hover img {
  opacity: 0.5;
}

.top-colum {
  row-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-colum.right-side {
  column-gap: 30px;
  flex-wrap: nowrap;
}

.top-colum.right-side .top-block {
  max-width: 100%;
  flex: 100%;
  max-height: 630px;
}

.top-colum.right-side .flex-col {
  row-gap: 30px;
  display: flex;
  flex-wrap: wrap;
}

.qkcii-data {
  margin-top: 30px;
  color: #3A4E66;
  padding: 0 20px;
}

.qkcii-data p {
  color: #3A4E66;
}

.qkcii-data b {
  font-size: 20px;
}

#akcii .flex-row {
  margin-bottom: 25px;
}

#content #akcii .wrapper {
  padding: 0 !important;
  row-gap: 0 !important;
}

.data-box {
  position: relative;
  height: 250px;
  background: #fff url(../images/logo_bg.svg) no-repeat 90% center;
  background-size: 35%;
}

.data-box .descript {
  color: #0C54A0;
  font-size: 24px;
}

.data-box img {
  position: absolute;
  right: 20px;
  bottom: 0px;
}

.data-box .btn {
  position: absolute;
  left: 20px;
  bottom: 25px;
}

.previlegii {
  padding: 50px 0;
}

.previlegii .flex-col {
  border: 1px solid #d5e0ec;
  border-radius: 15px;
  padding: 25px;
}

.previlegii .descript {
  color: #0C54A0;
  font-size: 26px;
  margin-top: 20px;
  line-height: 120%;
}

.previlegii .text {
  color: #3A4E66;
}

.more-data {
  display: flex;
  column-gap: 50px;
  position: relative;
}

.more-data span {
  color: #3A4E66;
  font-weight: 300;
  max-width: 60%;
  display: block;
}

.more-data img {
  border-radius: 15px;
  border: 1px solid #d5e0ec;
  max-width: 400px;
}

.more-data h4 {
  margin: 10px 0;
}

.more-data .text {
  color: #3A4E66;
}

.more-data strong {
  font-size: 26px;
  color: #2C3846;
}

.more-data-stage {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #0C54A0;
  padding: 10px 25px;
  border-radius: 35px;
  border: 1px solid #d5e0ec;
}

.more-data-content {
  margin-top: 20px;
}

.more-data .more-footer {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}

.more-data .more-footer img {
  border: none;
  top: 0;
  position: absolute;
  right: 20px;
}

.cost {
  font-size: 22px;
  color: #2C3846;
}

.cost b {
  color: #0C54A0;
  font-size: 24px;
  font-weight: 600;
}

.btn-box {
  display: flex;
  column-gap: 20px;
}

.about-company {
  margin-top: 60px;
}

.about-company .slide-gallery {
  flex: 45%;
  overflow: hidden;
}

.slide-gallery img {
  border-radius: 15px;
  border: 1px solid #d5e0ec;
}

.order-block {
  padding: 30px;
  background: #fff url(../images/logo_bg.svg) no-repeat 90% center;
  background-size: 25%;
}

.order-block .descript {
  color: #0C54A0;
  font-size: 24px;
  width: 100%;
  margin-bottom: 25px;
}

.order-block .selectspecial {
  height: 120px;
  overflow-y: auto;
}

.order-block .selectspecial label {
  width: 100%;
  display: block;
  border-bottom: 1px solid #d5e0ec;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.order-block .selectspecial label input {
  width: 20px; position: relative; margin-top:3px!important;
  opacity: 1;
}
.order-block .selectspecial label span:before, .order-block .selectspecial label span:after{ display: none!important;}
.order-block .selectspecial label span {
  font-size: 22px;
  font-weight: 500;
  color: #3A4E66;
}

.order-block .selectspecial label i {
  font-size: 15px;
  display: block;
  font-weight: 300;
  font-style: normal;
}

.order-block .selectdate,
.order-block .selecttime {
  display: flex;
  border-radius: 15px;
  column-gap: 10px;
  margin-top: 35px;
}

.order-block .selectdate .item,
.order-block .selecttime .item {
  cursor: pointer;
  position: relative;
  max-width: 90px;
  width: 90%;
  height: 65px;
}

.order-block .selectdate .item input,
.order-block .selecttime .item input {
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0; 
}
 
.micro input:disabled+span {
 
  opacity: 0.5 !important;
  background: #ededed !important;
}

.selectdate input,
.selecttime input {
  cursor: pointer;
}

.selectdate input:disabled,
.selecttime input:disabled {
 cursor: default!important;
}

.order-block .selectdate .item input:checked+span,
.order-block .selecttime .item input:checked+span {
  background-color: #0C54A0;
  color: #fff;
}

.order-block .selectdate .item span,
.order-block .selecttime .item span {
  z-index: 8;
  background: #fff;
  padding: 0px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #d5e0ec;
  border-radius: 15px;
  color: #3A4E66;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;

}

.order-block .selectdate .item span:before,
.order-block .selecttime .item span:before {
  display: none;
}

.order-block .selectdate .item span:hover,
.order-block .selecttime .item span:hover {
  background-color: #F2F6FB;
}

.order-data {
  padding: 30px;
  border: 1px solid #d5e0ec;
  border-radius: 15px;
  background-color: #F2F6FB;
}

.order-data .select-wrapper {
  width: 100%;
}

.order-data .main {
  min-width: 262px;
}

.order-data .descript {
  color: #0C54A0;
  font-size: 24px;
  width: 100%;
  margin-bottom: 0px;
}

.order-data .flex-col {
  max-width: 47.5%;
}

.order-data .flex-col input {
  margin-bottom: 10px !important;
  width: 100%;
  max-width: 100%;
}

.checklist li {
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 30px;
  color: #3A4E66;
}

.checklist li:before {
  content: "\e903";
  margin-right: 10px;
  color: #0C54A0;
  margin-left: -30px;
  float: left;
  font-family: 'icomoon' !important;
}

.checklist2 {
  max-width: 800px;
}

.checklist2 li {
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #3A4E66;
  border-bottom: 1px solid #d5e0ec;
  line-height: 130%;
  padding-bottom: 10px;
}

.checklist2 li:before {
  content: "\e912";
  font-size: 10px;
  margin-right: 10px;
  margin-top: 0px;
  color: #0C54A0;
  margin-left: -30px;
  float: left;
  font-family: 'icomoon' !important;
}

.checklist-disabled li {
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #3A4E66;
}

.checklist-disabled li:before {
  content: "\e910";
  margin-right: 10px;
  color: #C6230C;
  margin-left: -20px;
  float: left;
  font-family: 'icomoon' !important;
}

.checklist-white li {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 130%;
  padding-bottom: 10px;
}

.checklist-white li:before {
  content: "\e912";
  font-size: 10px;
  margin-right: 10px;
  margin-top: 0px;
  margin-left: -30px;
  float: left;
  font-family: 'icomoon' !important;
}

.blog-content {
  background-color: #fff;
  border: 1px solid #d5e0ec;
  border-radius: 15px;
  margin-top: -100px;
  padding: 30px 50px;
  max-width: 1000px;
}

.blog-content h2 {
  font-size: 40px;
}

.blog-content h3 {
  font-size: 30px;
}

.blog-content p {
  color: #3A4E66;
}

.blog-content .more-data {
  border: 1px solid #d5e0ec;
  column-gap: 30px;
}

.blog-content .more-data img {
  max-width: 250px;
}

.blog-content .more-data strong {
  font-weight: 300;
  font-size: 24px;
}

.blog-content .more-data-stage {
  right: 0;
  position: relative;
  top: 0;
  background: #fff;
}

.blog-content .more-data .more-footer {
  margin-top: 20px;
}

.blog-content .more-data .text {
  font-size: 16px;
  color: #3A4E66 !important;
  margin-top: 20px;
}

.video_frame {
  max-width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}

.video_frame iframe {
  border-radius: 15px;
  width: 100%;
}

.pin {
  padding-top: 80px;
}

@media (max-width: 1024px) {
  .pin {
    display: none;
  }
}

.alert {
  color: #3A4E66 !important;
  background-color: #E9F3FF;
  border: 2px dashed #d5e0ec;
  border-radius: 15px;
  padding: 15px 30px 15px 50px;
}

.alert:before {
  content: "\e909";
  font-family: 'icomoon' !important;
  display: block;
  float: left;
  margin-left: -30px;
  color: #0C54A0 !important;
}

.special-block {
  padding: 30px;
  position: relative;
  background: #F9FCFF;
  height: 245px;
  background: linear-gradient(135deg, #F9FCFF, #F6F6F6);
}

.special-block img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.special-block .text {
  font-weight: 500;
  z-index: 10;
  position: relative;
}

.special-block .descript {
  color: #0C54A0;
  z-index: 10;
  position: relative;
}

.special-block .outline {
  width: 175px;
  z-index: 10;
  background-color: #fff !important;
  border: 1px solid #0C54A0;
  color: #0C54A0;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.special-block .outline:after {
  display: none;
}

.blue-box {
  background: #F2F6FB;
  border-radius: 15px;
  padding: 30px;
  margin-top: 30px;
  color: #3A4E66;
}

.blue-box p {
  color: #3A4E66 !important;
  margin-top: 0;
}

.owl-nav {
  margin-top: 30px;
  text-align: center;
  display: block;
}

.owl-nav button {
  margin: 0 15px;
  opacity: 0.3;
}

.owl-nav button:hover {
  opacity: 1;
}

.owl-nav button span {
  color: #0C54A0;
  font-size: 20px;
  border-radius: 100%;
  border: 1px solid #0C54A0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
  line-height: 90%;
  text-align: center;
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-dots .owl-dot {
  border: 1px solid #0C54A0 !important;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin: 0 5px;
}

.owl-dots .owl-dot.active {
  background-color: #0C54A0;
}

#fizio .section-title {
  margin-bottom: 60px;
}

.fizio-box {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.fizio-content {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fizio-content .descript {
  color: #0C54A0;
  font-size: 24px;
  min-height: 59px;
  width: 100%;
}

#fizio .grid {
  justify-content: space-between;
}

.fizio-content .text {
  color: #3A4E66;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 120%;height: 247px;
    overflow: hidden;
}

.fizio-content .btn {
  margin-top: 10px;
}

.greybox {
  background: #F2F6FB;
  border-radius: 15px;
  padding: 30px;
  color: #2C3846;
}

.greybox h4 {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .greybox {
    padding: 20px;
  }
}

.section-title .greybox {
  max-width: 45%;
}

.service-list {
  color: #fff;
  margin-top: 100px;
}

.service-list .descript {
  margin-bottom: 30px;
  font-size: 24px;
}

.vakancy {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.vakancy-title {
  color: #0C54A0;
  font-size: 40px;
  width: 100%;
}

.vakancy-price {
  color: #0C54A0;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  text-align: right;
  margin-top: -50px;
}

@media (max-width: 600px) {
  .vakancy-price {
    margin-top: 0px;
    text-align: left;
  }
}

.vakancy-data {
  padding-top: 20px;
  color: #3A4E66;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5e0ec;
}

.vakancy .icon-planet {
  font-size: 24px;
  margin-top: 20px;
}

.vakancy .icon-planet:before {
  content: "\e909";
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}

.vakancy-more {
  padding: 15px;
  text-align: center;
  color: #3A4E66;
  cursor: pointer;
  width: 100%;
}

.vakancy-more:hover {
  background-color: #f5faff;
}

.vakancy-more-data {
  max-width: 1000px;
  padding-top: 20px;
  display: none;
}

.vakancy-more-data h5 {
  margin-top: 30px !important;
  margin-bottom: 20px;
}

.mrt_down {
  padding: 50px;
  border: 1px solid #d5e0ec;
  border-radius: 35px;
}

.mrt_down h2 {
  font-size: 40px;
  color: #3A4E66;
}

.mrt_down p {
  margin: auto 0;
  color: #3A4E66;
}

.mrt_down .form_row {
  width: 100%;
}

.mrt_down .form_row label {
  color: #0C54A0;
  font-weight: 600;
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
}

.mrt_down .form_row label span {
  font-weight: 400;
}

.mrt_down .form_row textarea {
  height: 120px;
  color: #818fa1 !important;    font-family: 'Jost';
  font-size: 17px;
}

.mrt_down .form_row .send {
  float: right;
}

.mrt_down .order-data {
  flex-wrap: wrap;
  row-gap: 5px;
}

.mrt_down .upload_field {
  color: #3A4E66;
  background-color: #E9F3FF;
  margin-top: 20px;
  border-radius: 15px;
  border: 1px dashed #B6C5D7;
  padding: 20px 30px;
}

@media (max-width: 860px) {
  .order-data .flex-col {
    margin-bottom: 0px !important;
  }

  .order-data textarea {
    margin-bottom: 15px !important;
    margin-top: -10px !important;
    height: 200px;
  }
}

aside .depositbox {
  width: 100%;
  height: auto;
  padding: 50px 40px;
}

aside .depositbox .leftside {
  margin-top: 0;
}

aside .depositbox .inline-form {
  flex-wrap: wrap;
}

aside .depositbox .btn {
  width: 100%;
}

#content .wrapper {
  row-gap: 50px;
}

@media (max-width: 1360px) {
  #content .wrapper {
    row-gap: 40px;
  }
}

@media (max-width: 480px) {
  #content .wrapper {
    row-gap: 20px;
  }
}

.blog-content h2,
.blog-content h3,
.blog-content h4 {
  margin: 20px 0 30px;
}
@media (max-width: 1200px) {
.blog-content img{        max-width: 100%;}.blog-content  .gallery img{        max-width: 100%!important;}
}

@media (max-width: 1024px) {
  .blog-content {
    padding: 30px;
  }
}

.clean {
  height: 50px;
  width: 100%;
}

.doc-item {
  border: 1px solid #d5e0ec;
  border-radius: 15px;
  color: #2C3846;
  text-decoration: none !important;
  padding: 20px;
  display: flex;
  flex: 32%;
  max-width: 31%;
}

@media (max-width: 1000px) {
  .doc-item {
    max-width: 49%;
  }
}

@media (max-width: 480px) {
  .doc-item {
    max-width: 100%;
  }
}

.doc-item .descript {
  margin: 0;
}

.doc-item:hover {
  background: #F2F6FB;
}

.doc-item span {
  color: #3A4E66;
  display: block;
}

.doc-item:before {
  color: #97B0CD;
  float: left;
  font-size: 46px;
  margin-right: 20px;
}

.content {
  display: flex;
  max-width: 100%;
  flex: 1;
}

@media (max-width: 1000px) {
  .content .flex-row.three .flex-col {
    flex: 100%;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .content {
    flex-wrap: wrap;
  }
}

aside {
  margin-left: 30px;
  min-width: 300px;
  width: auto;
  max-width: 480px;
}

aside ul li {
  margin-bottom: 10px;
}

aside ul li a {
  color: #3A4E66;
  text-decoration: underline;
}

.place-block {
  text-align: center;
  border-radius: 15px;
  border: 1px solid #d5e0ec;
  flex: 50%;
}

.place-block .place-image {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  width: 100%;
  z-index: 999;
  margin-top: -50px;
  margin-bottom: 30px;
}

.place-block .place-image img {
  width: 100%;
  display: block;
}

.place-block .place-title {
  background: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 15px 25px;
  text-align: center;
  color: #0C54A0;
  position: relative;
  font-weight: 500;
  font-size: 28px;
  display: inline;
  margin: auto;
  z-index: 10;
}

.place-block .place-fotter {
  display: flex;
  text-align: left;
}

.place-block .place-fotter .place-data {
  display: flex;
  color: #3A4E66;
  flex-direction: column;
  row-gap: 15px;
  max-width: 60%;
}

.place-block .place-fotter .place-data p {
  margin: 0;
}

.place-block .place-fotter .place-data p:before {
  padding-right: 15px;
  font-size: 28px;
  float: left;
}

.place-block .place-fotter .place-data a {
  color: #3A4E66;
}

.place-block .place-fotter .place-data a:before {
  padding-right: 15px;
  color: #3A4E66;
}

.place-block .place-fotter .place-data a.icon-phone {
  color: #0C54A0;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none !important;
}

.place-block .place-fotter .place-days {
  display: flex;
}

.place-block .place-fotter .place-days .icon-time {
  color: #3A4E66;
  font-size: 26px;
  padding-right: 15px;
}

.place-block .place-fotter .place-days p {
  margin-top: 0px;
  color: #3A4E66;
  white-space: nowrap;
}

.place-block .place-fotter .place-days p span {
  display: block;
  margin-bottom: 15px;
}

.map {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #d5e0ec;
  height: 350px;
  position: relative;
}

.map .map-frame {
  position: relative;
  z-index: 9;
  margin-top: -70px;
}

.map .map-place {
  background: #fff url(../images/place.svg) no-repeat center 15px;
  background-size: 52px;
  position: absolute;
  left: -2px;
  bottom: -2px;
  border: 1px solid #d5e0ec;
  z-index: 999;
  width: 115px;
  height: 115px;
  color: #3A4E66;
  text-align: center;
  line-height: 160px;
  border-top-right-radius: 15px;
}

.map .map-place:hover {
  background-color: #F2F6FB;
  text-decoration: none;
}

.collapsible-header {
  color: #0C54A0;
  font-size: 18px;
}

.nowrap {
  flex-wrap: nowrap !important;
}

.collapsible {
  margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
}

.collapsible-header:focus {
  outline: 0;
}

.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}

.collapsible-body {
  display: none;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
}

.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
}


.tabs .tab {
  text-align: center;
  padding: 0;
  margin: 0;
  margin-right: 15px;
  text-transform: uppercase;
}

.tabs .tab a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  -webkit-transition: color .28s ease, background-color .28s ease;
  transition: color .28s ease, background-color .28s ease;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
  outline: none;
}


@media only screen and (max-width: 992px) {
  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .tabs .tab a {
    padding: 0 12px;
  }
}

.select-wrapper {
  position: relative;
}

.select-wrapper.valid+label,
.select-wrapper.invalid+label {
  width: 100%;
  pointer-events: none;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;

  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #075EC5;
}

.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

.select-wrapper+label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

select:disabledd {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabledd+label {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabledd .caret {
  fill: rgba(0, 0, 0, 0.42);
}

.select-wrapper input.select-dropdown:disabledd {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabledd,
.select-dropdown li.disabledd>span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

.prefix~.select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix~label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected>span {
  color: rgba(0, 0, 0, 0.7);
}

.select-dropdown li.optgroup>span {
  color: rgba(0, 0, 0, 0.4);
}

.select-dropdown li.optgroup~li.optgroup-option {
  padding-left: 1rem;
}


.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.dropdown-content:focus {
  outline: 0;
}

.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}

.dropdown-content li:hover,
.dropdown-content li.active {
  background-color: #eee;
}

.dropdown-content li:focus {
  outline: none;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li>a,
.dropdown-content li>span {
  font-size: 16px;
  color: #0C54A0;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.dropdown-content li>span>label {
  top: 1px;
  left: 0;
  height: 18px;
}

.dropdown-content li>a>i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

select {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

.modal:focus {
  outline: none;
}

@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}

.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}

.modal .modal-content {
  padding: 24px;
}

.modal .modal-close {
  cursor: pointer;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-small,
.modal .modal-footer .btn-flat {
  margin: 6px 0;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.sidenav-close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/close.svg) no-repeat;
  width: 45px;
  height: 45px;
  z-index: 20;
  background-size: 90%;
}

.no-link:before {
  display: none;
}

.sidenav ul li>ul {
  display: none;
}

.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}

.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}

.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

/* Radio Buttons
 ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="radio"]:not(:checked)+span,
[type="radio"]:checked+span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type="radio"]+span:before,
[type="radio"]+span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked)+span:before,
[type="radio"]:not(:checked)+span:after,
[type="radio"]:checked+span:before,
[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked)+span:before,
[type="radio"]:not(:checked)+span:after {
  border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked)+span:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked+span:before {
  border: 2px solid transparent;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
  border: 2px solid #0C54A0;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:after {
  background-color: #0C54A0;
}

[type="radio"]:checked+span:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked+span:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus+span:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* disabledd Radio With gap */
[type="radio"].with-gap:disabledd:checked+span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

[type="radio"].with-gap:disabledd:checked+span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

.sidenav {
  position: fixed;
  width: 90%;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  background: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  padding: 110px 50px 60px 50px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.sidenav:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin: auto;
  background: #fff url(../images/logo.svg) no-repeat 50px center;
  display: block;
  width: 100%;
  background-size: 50%;
  height: 100px;
}

.sidenav .collapsible {
  margin: 0;
}

.sidenav li {
  float: none;
  line-height: 48px;
  border-bottom: 1px solid #B6C5D7;
}

.sidenav .collapsible-header {
  margin-bottom: 0px;
}


.sidenav .collapsible-header a {
  font-size: 24px;
  display: block;
  color: #3A4E66;
  font-weight: 500;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
}

.sidenav .collapsible-body ul {}

.sidenav .collapsible-body ul li {
  border-bottom: 1px solid #d7e3f1;
}

.sidenav .collapsible-body ul li:last-child {
  border-bottom: none;
}

.sidenav .collapsible-body ul li a {
  padding: 0 14px 0 20px;
  white-space: nowrap;
  color: #3A4E66;
  font-weight: 400;
  font-size: 18px;
}

.sidenav li>a.btn,
.sidenav li>a.btn-large,
.sidenav li>a.btn-small,
.sidenav li>a.btn-large,
.sidenav li>a.btn-flat,
.sidenav li>a.btn-floating {
  margin: 10px 15px;
}

.sidenav li>a.btn,
.sidenav li>a.btn-large,
.sidenav li>a.btn-small,
.sidenav li>a.btn-large,
.sidenav li>a.btn-floating {
  color: #fff;
}

.sidenav li>a.btn-flat {
  color: #343434;
}

.sidenav li>a.btn:hover,
.sidenav li>a.btn-large:hover,
.sidenav li>a.btn-small:hover,
.sidenav li>a.btn-large:hover {
  background-color: #2bbbad;
}

.sidenav li>a.btn-floating:hover {
  background-color: #26a69a;
}

.sidenav li>a>i,
.sidenav li>a>[class^="mdi-"],
.sidenav li>a li>a>[class*="mdi-"],
.sidenav li>a>i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

.sidenav .divider {
  margin: 8px 0 0 0;
}

.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

.sidenav .subheader:hover {
  background-color: transparent;
}

.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

.sidenav .user-view>a {
  height: auto;
  padding: 0;
}

.sidenav .user-view>a:hover {
  background-color: transparent;
}

.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

@media (max-width: 1280px) {
  .inside-title {
    margin-top: 0;
  }
}

@media (max-width: 908px) {
  .gallery {
    max-width: 100% !important
  }

  .about {
    padding-left: 0px !important;
    max-width: 100% !important
  }

}

@media (max-width: 1100px) {
  .gallery .img {
    max-width: 47%;
  }

  .previlegii {
    justify-content: space-between !important;
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .section-title .btn {
    position: absolute;
    right: 0;
    top: 5px;
    text-indent: -10000px;
    width: 60px;
  }

  .more-data {
    width: 100%;
    flex-wrap: wrap;
  }

  .more-data img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .more-data .more-footer {
    margin-top: 20px;
    justify-content: space-around;
  }

  .more-data .more-footer .cost {
    margin-bottom: 15px;
  }

  .previlegii .descript {
    font-size: 20px;
  }

  .section-title .btn::after {
    text-indent: -12px;
  }

  .section-title .greybox {
    max-width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .gallery .img {
    max-width: 48%;
  }

  .more-data span {
    max-width: 100%;
  }

  .more-data .more-footer img {
    position: relative;
  }

  .gallery {
    order: 2;
  }

  .previlegii {
    margin-bottom: 20px;
  }

  .header.micro {
    padding: 0 !important;
  }

  .micro+#content {
    margin-top: 150px;
  }

  .deposit {
    flex-wrap: wrap;
  }

  .event_data {
    flex-wrap: wrap;
  }

  .event_data .event_block {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .akcii-item .akcii-footer {
    bottom: 0;
    left: 0;
  }

  .blog-content {
    margin-top: -20px;
  }

  #head .offer .tag {
    font-size: 14px;
  }

  #head .offer .tag+h1 {
    font-size: 20px !important;
  }

  .akcii-item .akcii-footer {
    position: relative;
  }

  .attention {
    font-size: 18px;
  }

  .deposit {
    font-size: 20px;
  }

  .greybox h4 {
    font-size: 20px;
    line-height: 120%;
    display: block;
    margin-bottom: 20px;
  }

  .checklist-disabled li {
    font-size: 16px;
  }

  .more-data-rightside {
    max-width: 100%;
  }

  .previlegii .wrapper {
    padding: 30px 0;
  }

  .more-data strong {
    line-height: 100%;
    margin-bottom: 15px;
    display: block;
    font-size: 22px;
  }

  .checklist2 li {
    line-height: 110%;
    padding-left: 30px;
    font-size: 18px;
  }

  .cost {
    font-size: 16px;
  }

  .btn-box {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .btn-box .btn {
    margin-bottom: 10px;
  }

  .more-data h4 {
    font-size: 26px;
    line-height: 110%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .more-data-stage {
    background: #fff;
    font-size: 17px;
    padding: 5px 10px;
  }

  .order-block .selectspecial label span {
    font-size: 18px;
  }

  .place-block .place-fotter .place-data a.icon-phone {
    font-size: 24px;
  }

  .flex-row .flex-col {
    margin-bottom: 10px;
  }

  .collapsible {
    margin: 0;
  }

  .map+.flex-row {
    row-gap: 0 !important;
  }

  .map+.flex-row .collapsible {
    margin: 0 !important;
  }

  .inline-form label {
    position: relative;
    bottom: 0;
  }

  .depositbox {
    padding: 30px !important;
  }

  .supperfooter {
    padding: 15px 0 120px;
  }

  .supperfooter p {
    margin: 0;
  }

  #content {
    padding-top: 45px;
  }

  #content h1 {
    margin-bottom: 10px;
  }

  .collapsible-header {

    font-size: 18px;
  }

  ul.pricelist li {

    flex-wrap: wrap;
  }

  ul.pricelist li .price {
    display: flex;
    align-items: center;
  }

  ul.pricelist li .price b {
    order: 2
  }

  ul.pricelist li .price span {
    order: 1;
    margin-right: 10px;
  }

  ul.pricelist li a {
    padding-bottom: 10px;
    line-height: 110%;
  }

  h2+.collapsible {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .collapsible-header:before {
    width: 10px;
    height: 10px;
    font-size: 14px;
  }

  .collapsible .active .collapsible-header:before {
    padding-left: 4px;
    right: -3px;
  }

  .collapsible-body {
    padding: 10px;
  }



  #head span {
            font-size: 26px;
        font-weight: 300;
        line-height: 115%;        margin-top: 0px;
  }

  .cyan {
    padding: 50px 0;
  }

  .cyan h3 {
    font-size: 32px;
    padding-bottom: 20px;
  }

  .discount {
    margin: 40px 0 30px;
    max-width: 100%;
  }

  .discount-col .price-text,
  .discount-col .discount-text {
    font-size: 30px;
  }

  .servblock ul li {
    flex: 100%;
  }

  .servblock ul li a {
    white-space: normal;
  }
}

 

.gallery .img {
    flex: 47%;
 }

.wrapper.row-gap .wrapper.flex-row,
  wrapper.row-gap .wrapper {
    padding: 0px !important;
  }

h2 {
    font-size: 40px !important;
  }

  .order-data .main {
    min-width: 230px;
  }

  .breadcrumb{    margin-top: 50px;}


@media (max-width: 375px) {
  .akcii-item .descripti {
    font-size: 24px;
  }
.breadcrumb{margin-top: 24px!important; margin-bottom: 20px!important;}
  .breadcrumb span {
    max-width: 130px;
  }

  .sidenav {
    padding: 40px;
  }

  .sidenav .collapsible-header {
    padding: 0;
    font-size: 16px;
  }

  .sidenav {
    width: 100%;
  }

  .collapsible .active .collapsible-header:before {
    padding-left: 1px;
    right: 4px;
  }

  .sidenav .collapsible-header a {
    font-size: 20px;
  }

  .box-grey {
    padding: 25px;
  }

  .place-block .place-title {
    font-size: 20px;
  }

  .place-block .place-image {
    margin-top: -30px;
  }

  .place-data a,
  .place-data p {
    font-size: 17px;
  }

  .place-fotter {
    flex-wrap: wrap;
    width: 100%;
  }

  .place-fotter .place-data {
    margin-bottom: 10px;
  }

  .place-fotter .place-data,
  .place-fotter .place-days {
    max-width: 100% !important;
  }


  #content .gallery .btn {
    margin-top: -40px;
  }
}


.spiral img {
  border: 1px solid #B6C5D7;
  border-radius: 15px;
  margin-right: 35px;
}

.spiral .warning {
  font-weight: 400;
  margin-top: 30px;
}

.spiral+.whit-alert {
  text-align: left;
}

.effective img {
  border-radius: 15px;
}

.effective h2 {
  font-size: 49px;
}

.effective {
  font-size: 24px;
}

.effective .blue {
  border-radius: 15px;
  background-color: #9FCAFF;
  color: #0C54A0;
  font-size: 20px;
  padding: 30px;
}

.record .about {
  padding-left: 0;
  padding-right: 50px;
}

.content_video {
  overflow: hidden;
  border: 1px solid #B6C5D7;
  border-radius: 15px;
  max-height: 382px;
}

.content_video video {
  width: 100%;
}

.better_clinic {
  max-width: 500px;

}

.better_clinic-box {
  border-radius: 15px;
  padding: 25px 30px;
  background: #0270C2;
  margin-bottom: 20px;
  background: linear-gradient(315deg, #0270C2, #0246AA);
}

.better_clinic h5 {
  font-size: 30px;
}

.better_clinic h4,
.better_clinic li {
  color: #fff;
}

.better_clinic-box li:before {
  color: #fff;
  margin-top: 5px;
}

.better_clinic h5 {
  padding-left: 20px;
}

.about_ortopedia {
  flex: 60%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  align-content: flex-start;
}

.about_ortopedia .col {
  border: 1px solid #B6C5D7;
  border-radius: 15px;
  padding: 20px;
  flex: 48%;
  margin-bottom: 30px;
}

.about_ortopedia h5 {
  margin-left: 0px;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 30px;
}

h2+.wartext {
  margin: 0;
}

.blue-line {
  background: #9FCAFF url(../images/blue-line.jpg);
}

.owl-stage-outer {
  overflow: hidden;
  max-width: 100%;
}

.analiz_form {
  display: flex;
  flex-wrap: wrap;
  background: #F2F6FB;
  border: 1px solid #B6C5D7;
  border-radius: 35px;
  padding: 50px;
  row-gap: 20px;
  flex: 100%;
}

.search-block {
  background: #fff;
  border: 1px solid #B6C5D7;
  display: flex;
  border-radius: 35px;
  width: 100%;

}

.search-block input[type="text"]:not(.select-dropdown) {
  border: none !important;
  border-right: 1px solid #dce6f3 !important;
  border-radius: 0px !important;
  border-top-left-radius: 35px !important;
  border-bottom-left-radius: 35px !important;
}

.search-block input.select-dropdown {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.analiz_form input.select-dropdown {
  font-size: 15px !important;
  color: #727F8E !important;
}

.analiz_form .dropdown-content {
  outline: 1px solid #B6C5D7;
  top: 70px !important;
}


.analiz_form .row {
  flex: 100%;
  row-gap: 20px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
}

.reslut_search {
  width: 100%;
}

.alphabet {
  display: flex;
  flex-wrap: wrap;
}

.alphabet li {
  flex: 25%;
}

.alphabet .num {
  color: #0C54A0;
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
  background-color: #F2F6FB;
  border-radius: 5px;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 10px;
}

.alphabet a {
  display: block;
  color: #0C54A0;
  line-height: 120%;
  margin-bottom: 5px;
}

.result_analiz {
  background-color: #F2F6FB;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 25px 30px;
  display: flex;
}

@media (max-width: 600px) {
  .result_analiz {
    flex-wrap: wrap;
  }

  .result_title {
    border-bottom: 1px solid #B6C5D7;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .result_analiz .result_option {
    width: 100%;
  }

  .result_analiz .tame_work {
    margin-left: 20px;
  }

  .analiz_form .row {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .analiz_form {
    padding: 30px;
  }
}


.result_analiz .result_title {
  padding-right: 20px;
}

.result_analiz .article {
  color: #727F8E;
  font-size: 13px;
}

.result_analiz .result_name {
  color: #0C54A0;
  font-size: 24px;
  font-size: 120%;
}

.result_analiz .result_option {
  display: flex;
  justify-content: space-between;
  min-width: 320px;
  align-items: center;
}

.result_analiz .add_shop {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  min-width: 60px;
  border: none;
  background-color: #0C54A0;
}

.result_analiz .add_shop:before {
  content: "\e913";
  font-family: "icomoon";
  display: block;
  font-size: 20px;
  color: #fff;
}

.result_analiz .result_prise {
  color: #0C54A0;
  font-weight: 500;
  font-size: 24px;
  padding: 0 15px;
  white-space: nowrap;
}

.result_analiz .tame_work {
  position: relative;
  color: #607B9D;
  padding-left: 25px;
  line-height: 100%;
  font-size: 15px;
  white-space: nowrap;
}

.result_analiz .tame_work:before {
  font-family: "icomoon";
  content: "\e907";
  margin-left: -35px;
  font-size: 27px;
  position: absolute;
  margin-top: 5px;
}

.result_analiz .tame_work span {
  font-weight: 600;
  display: block;
  font-size: 18px;
  padding-top: 5px;
}

.swicht_chek {
  display: flex;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  border: 1px solid #B6C5D7;
}

.swicht_chek label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #727F8E;
  font-size: 15px;
  justify-content: center;
  height: 100%;
}

.swicht_chek input:checked+span {
  background-color: #0C54A0;
  color: #fff;
}

.swicht_chek label span {
  background: #fff;
  width: 100%;
  height: 100% !important;
  display: block;
  line-height: 42px !important;
  padding: 10px !important;
  text-align: center;
}

.swicht_chek label span:before,
.swicht_chek label span:after {
  display: none;
}

.swicht_chek label input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.swicht_chek label:first-child {

  border-right: 1px solid #dce6f3;
}

.swicht_chek label:first-child span {
  padding-left: 20px !important;
}

.swicht_chek label:last-child span {
  padding-right: 30px !important;
}

.swicht_chek label:last-child {

  border-left: 1px solid #dce6f3;
}


.switch {
  display: flex;
  align-items: center;
}

.switch label {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;

}

.switch .lever {
  background: #fff;
  border-radius: 35px;
  display: block;
  border: 1px solid #B6C5D7;
  height: 35px;
  width: 60px;
  padding: 2px;
  margin-right: 10px;
}

.switch .lever:before {
  content: '';
  background: #0C54A0;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  transition: .2s;
}

.switch input:checked+.lever:before {
  float: right;
}

.switch input {
  opacity: 0;
  position: absolute;
}

.reslut_search .tabs {
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 30px;
}

.callto {
  background: url(../img/laser_2.jpg);
  position: relative;
  text-align: center;
  color: #fff;
}

.calltogame {
  background: url(../img/bg-game-ready-1.webp);
  position: relative;
  background-size: 100%;
  text-align: center;
  height: 400px;
  color: #fff;
}

.callto .btn,
.calltogame .btn {
  color: #0246AA;
}

.callto .wrapper,
.calltogame .wrapper {
  position: relative;
  z-index: 20;
  row-gap: 20px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.callto h2,
.calltogame h2 {
  color: #fff;
}

.callto p,
.calltogame p {
  color: #fff;
  width: 100%;
  display: block;
  font-size: 20px;
}

.callto::before,
.calltogame::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: #0247AB;
  background: linear-gradient(135deg, #0247AB, #0270C2);
  mix-blend-mode: hard-light;
  top: 0;
  z-index: 10;
  opacity: .6;
}

.calltogame::before {
  opacity: .8;
}

.cyan p,
.cyan h4 {
  color: #fff;
}

.cyan h4 {
  margin-bottom: 30px;
}


.cyan.who {
  padding: 70px 0 60px;
}

.npadd h4 {
  color: #fff;
  margin-bottom: 20px;
}

.cyan.npadd {
  padding: 70px 0 50px;
}

.cyan.npadd .wartext {
  color: #fff;
  font-size: 20px;
}

.laser {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  padding-bottom: 0px;
}

.mio {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;

}

.mio .img_box {
  max-width: 65%;
  margin-left: -0%;
  overflow: hidden;
  margin-bottom: -120px;
}

.laser .img_box {
  max-width: 65%;
  margin-left: -10%;
  overflow: hidden;
  margin-top: -120px;
}

.mio .img_box img {
  width: 100%;
}

.laser .img_box img {
  width: 100%;
}

.mechanizm {
  margin-top: 30px;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.mechanizm img {
  margin-right: 20px;
  max-width: 200px;
  border: 1px solid #d7d7d7;
  border-radius: 100%;
}

.laser .about {
  max-width: 40%;
}

.laser1 .about {
  flex: 50%;
  max-width: 50%;
}

.laser1 .img_box {
  flex: 50%;
  max-width: 50%;
  overflow: hidden;
  margin-top: -50px;
}

.laser1 .img_box img {
  width: 120%;
}

.laser1 .about strong {
  color: #0246AA;
  font-size: 20px;
  margin-top: 20px;
}

.imuno_healf {
  width: 100%;
  height: 220px;
  background: url(../img/ImmunoHealth.jpg) no-repeat center center;
}


.cost .wrapper {
  justify-content: center;
  row-gap: 0px;
}

.cost h2 {
  text-align: center;
  width: 100%;
}

.cost p {
  display: block;
  width: 100%;
  margin-top: 0px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.cost .main_price {
  margin: 15px;
  color: #035fb9;
  font-size: 40px;
}

.cost .wartext {
  font-size: 25px
}

.man {
  background: url(../images/man.jpg) no-repeat center center;
  background-size: 100%;
  height: 750px;
}

.control {
  justify-content: space-between;
}

.control .flex-col {
  max-width: 25%;
}

.wave-terapia {
  background: url(../img/udr1.jpg) no-repeat 50px top, url(../img/bedro.jpg) no-repeat 90% top;
  height: 900px;
}

.wave-terapia .flex-row {
  justify-content: center;
}

.wave-terapia .about {
  margin-top: 200px;
}


/* формы обратной связи */
input.error,
textarea.error,
select.error {
  border-color: red !important;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.form-success {
  background: #d4edda;
  color: #155724;
  padding: 15px;
  border-radius: 4px;
  margin: 15px 0;
  text-align: center;
  border: 1px solid #c3e6cb;
}

/* Стили для файлов */
.file-info {
  margin-top: 10px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 4px;
}

.file-info span {
  display: block;
  margin: 5px 0;
  font-size: 14px;
}
/* end формы обратной связи */


input.with-gap{float: left; height: auto!important;
    width: auto;
    margin-right: 5px !important;
    margin-top: 5px !important;}