﻿
@font-face {
    font-family: 'Formular';
    src: url('../fonts/Formular-Black.ttf');
    src: local('../fonts/Formular Black'), local('Formular-Black'),
        url('../fonts/Formular-Black.eot') format('embedded-opentype'),
        url('../fonts/Formular-Black.ttf') format('woff2'),
        url('../fonts/Formular-Black.ttf') format('woff'),
        url('../fonts/Formular-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Formular';
    src: url('../fonts/Formular-Bold.ttf');
    src: local('../fonts/Formular Bold'), local('Formular-Bold'),
        url('../fonts/Formular-Bold-1.ttf') format('embedded-opentype'),
        url('../fonts/Formular-Bold.ttf') format('woff2'),
        url('../fonts/Formular-Bold.ttf') format('woff'),
        url('../fonts/Formular-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Formular';
    src: url('../fonts/Formular-Medium.ttf');
    src: local('../fonts/Formular Medium'), local('Formular-Medium'),
        url('../fonts/Formular-Medium.eot') format('embedded-opentype'),
        url('../fonts/Formular-Medium.ttf') format('woff2'),
        url('../fonts/Formular-Medium.ttf') format('woff'),
        url('../fonts/Formular-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Formular';
    src: url('../fonts/Formular.ttf');
    src: local('../fonts/Formular'),
        url('../fonts/Formular-1.ttf') format('embedded-opentype'),
        url('../fonts/Formular.ttf') format('woff2'),
        url('../fonts/Formular.ttf') format('woff'),
        url('../fonts/Formular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Formular';
    src: url('../fonts/Formular-Light.ttf');
    src: local('../fonts/Formular Light'), local('Formular-Light'),
        url('../fonts/Formular-Light.eot') format('embedded-opentype'),
        url('../fonts/Formular-Light.ttf') format('woff2'),
        url('../fonts/Formular-Light.ttf') format('woff'),
        url('../fonts/Formular-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;

}

:hover {
  transition: 0.3s;
}

body {
  font-family: 'Formular';
  margin: 0;
  background: #fff;
}

img {
  max-width: 100%;
}

input:focus {
  
  outline:none;
}

input {
  border: none;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}

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

h1, h2 {
  margin: 0;
}

h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #0D1C2D;
}

p {
  margin: 0;
}

.clear {clear:both;}

.container {
  padding: 0 20px;
  max-width: 1380px;
  margin: 0 auto;
}


/*topinfo*/

.topinfo {
  padding: 9px 0;
  background: #F4F8FC;
}

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

.topinfo-addres a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0D1C2D;
  opacity: 0.6;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.topinfo-addres a img {
  margin: 0 12px 0 0;
}

.topinfo-addres a:hover {
  opacity: 1;
}

.topinfo-right {
  display: flex;
  align-items: center;
}
.topinfo-link{
	margin-bottom:5px;
}

.topinfo-link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #0D1C2D;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.topinfo-link a img {
  margin: 0 11px 0 0;
}

.topinfo-link a:hover {
  color: #1F83FF;
}

.topinfo-link2 {
  padding: 0 0 0 53px;
}

.topinfo-link2 a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #0D1C2D;
  text-decoration: none;
  display: flex;
  align-items: center;
  display: none;
}

.topinfo-link2 a:hover .topinfo-link-border {
  background: #39CA3C;
  transition: 0.3s;
}

.topinfo-link2 a:hover {
  color: #39CA3C;
}

.topinfo-link2 a:hover .topinfo-link-text {
  color: #fff;
  transition: 0.3s;
}

.topinfo-link2 a:hover svg path {
  transition: 0.3s;
  fill: #fff;
}

.topinfo-link-border {
  margin: 0 14px 0 0;
  padding: 5px 6px 1px 6px;
  width: 105px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(13, 28, 45, 0.05);
  border-radius: 100px;
}

.topinfo-link-wrap {
  display: flex;
  align-items: flex-start;
}

.topinfo-link-text {
  padding: 1px 0 0 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #39CA3C;
}

/*background*/

.background {
  position: relative;
  
  margin: 5px 0 0 0;
}

.background:before {
  position: absolute;
  top: 17px;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  background: url(../images/background-bg.png) center 0 no-repeat;
}
@media(max-width:1025px){
	.background:before {
  top: -430px;
}
}

.background-zindex {
  position: relative;
  z-index: 2;
}

/*header*/

.header-fixed {
  width: 100%;

  z-index: 2;
  
}


.header-fixed.sticky {
  top: 0;
    position: fixed;
      padding: 5px 0 13px;
}

.sticky .header-bg {
  width: 100%;
}

.header-logo-img {
    margin-bottom: 50px;
    margin: 10px 0;
    width: 90px;
}

.header-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px rgba(36, 53, 62, 0.1);
  width: 0;
}

.header-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo a {
  display: flex;
  align-items: flex-end;
}

.header-logo-img2 {
  margin: 0 0 0 16px;
}

.sticky .header-logo-img {
    width: 62px;
    margin-bottom: -5px;
    margin-top: 0;
}
.sticky .header-wrap {
    align-items: flex-end;
}

.sticky .header-ul {
    margin-bottom: 13px;
}
.sticky .header-button2 {
    margin-bottom: 4px;
}

.sticky .header-logo-img2 {
  height: 0;}

.sticky .header-ul {
  padding: 0;
}

.sticky .header-button2 {
  display: flex;
}

.sticky .header-button2 > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0D1C2D;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.sticky .header-button2 a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0D1C2D;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.sticky .header-button {
  display: none;
}

.header-button2 {
  display: none;
}

.header-button2 button {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #1F83FF;
}

.header-button2 button img {
  margin: 0 10px 0 0;
}

.header-button2 button:hover {
  color: #10D7CB;
}

.burger-box {
  z-index: 1;
  position: relative;
 
  display: block;
  
  
}

.burger-box span {
  color:#000;
  position: relative;
  z-index: 111;
}

@import url("../../font-awesome/4.1.0/css/font-awesome.min.css");

.burger2 {
  content: "";
  font-size: 0px;
  user-select: none;
  position: absolute;
  top: 15px;
  left: unset;
  right: 17px;
  width: 17px;
  height: 17px;
  background: #fff;
  z-index: 1;
  
}
.burger2:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 1px;
  background: #000;
  top: -15px;
  left: 0;
  content: "";
  transform: rotateZ(-45deg);
}
.burger2:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 1px;
  background: #000;
  top: 15px;
  left: 0;
  transform: rotateZ(45deg);
  content: "";
}

 .burger2.is-open {

  transition: all 0.25s linear;
  background: transparent;

}
.burger2.is-open:before {
  top: 7px;
  
  background:#0D1C2D;
}
.burger2.is-open:after {
  top: 7px;
  background:#0D1C2D;
  
}

.sliding-panel-content {
  position: fixed;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 1150px;
  padding: 0 0 0 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #fff;
  z-index: 9999 !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sliding-panel-content ul {
  padding: 0;
  margin: 0;
  column-count: 2;
}
.sliding-panel-content li {
  list-style: none;
}
.sliding-panel-content li:first-child {
  
}
.sliding-panel-content li a {
  
}
.sliding-panel-content li a:focus {
  /*background-color: #4d4d4d;*/
}
.sliding-panel-content li a:hover {
  /*color: #fff;*/
}
.sliding-panel-content.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  
}

.sliding-panel-fade-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: black;
  opacity: 0;
  visibility: hidden;
  z-index: 997;
}
.sliding-panel-fade-screen.is-visible {
  opacity: 0.4;
  visibility: visible;
}

.sliding-panel-button {
  padding: 10px 16px;
  display: inline-block;
  position: relative;
  outline: none;
}
.sliding-panel-button img {
  height: 1.3em;
}


.header-right {
  display: flex;
  align-items: center;
}

.header-ul {
  padding: 0 0 0 55px;
  display: flex;
  align-items: center;
}

.header-li {
  cursor: pointer;
  position: relative;
  padding: 0 34px;
}

.header-li2 {
  cursor: pointer;
  position: relative;
  padding: 0 34px;
}

.header-link {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0D1C2D;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header-link2 {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0D1C2D;
  display: flex;
  align-items: center;
  z-index: 1;
}

.header-link:hover {
  color: #10D7CB;
  transition: 0.3s;
}



.header-link:hover svg {
  transform: rotate(180deg);
  transition: 0.3s;
}

.header-link:hover svg path {
  stroke: #10D7CB;
  transition: 0.3s;
}

.header-link svg {
  transition: 0.3s;
  margin: 0 0 0 9px;
}

.header-link2 svg {
  transition: 0.3s;
  margin: 0 0 0 9px;
}

.header-absolute:before {
  background: #FFFFFF;
  box-shadow: 0px -20px 40px rgba(13, 28, 45, 0.2);
  width: 163px;
  left: 0;
  top: -52px;
  height: 52px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  content: '';
}



.header-link2:hover {
  color: #10D7CB;
  transition: 0.3s;
}

.header-link2:focus svg {
  transform: rotate(180deg);
  transition: 0.3s;
}

.header-link2:hover svg path {
  stroke: #10D7CB;
  transition: 0.3s;
}

.header-absolute {
  position: absolute;
  top: 35px;
  left: 0;
  width: 231px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(13, 28, 45, 0.2);
  border-radius: 0 10px 10px 10px;
  padding: 0 0 19px 25px;
}

.hide {
  display: none;
}



.header-absolute-li {
  padding: 3px 0 0 0;
}

.header-absolute-li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 38px;
  color: #0D1C2D;
}

.header-absolute-li a:hover {
  color: rgba(31, 131, 255, 1);
}

.burger2-wrap {
  display: flex;
}

.burger2-block {
  width: 24%;
  background: #1F83FF;
  padding: 20px 0 0 19px;
  height: auto;
}

.burger2-overflo {
  overflow-y: auto;
}

.burger2-block2 {
  width: 76%;
  padding: 35px 25px 50px 25px;
}

.tabs {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: space-between;
  }
}
.tabs-wrapper {
  display: none;
}

.tabs-wrapper {
    display: block;
    margin: 0 -1px 0 0; 
  }


  #accordion2 {
  padding: 0 !important;
  margin: 0 !important;
}

.tabs {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: space-between;
}

.tabs li {
  margin: 0 -1px 0 0;
    align-items: center;
    display: flex;
    height: 100%;
    padding: 15px 0 15px 23px;
    width: 100%;
}

.tabs li {
    color: #fff;
    cursor: pointer;
    transition: all 0.3s linear;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

.tabs .tab--active {
    background: #fff;
    border-radius: 10px 0 0 10px;
    color: #0D1C2D;
}

.accordion {
    
}

.accordion__title {
    display: none;
}

.accordion__content--active {
    display: block !important;
}

.accordion__content {
    border-bottom: 0;
}

.accordion__content {
    display: none;
    padding: 0 0 0 0;
}

.accordion-search-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #0D1C2D;
  opacity: 0.7;
}

.accordion-search-input {
  position: relative;
  padding: 12px 0 0 0;
}

.accordion-search-input input {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #0D1C2D;
  margin: 0 0 0 0;
  width: 100%; 
  padding: 0 0 0 55px;
  height:49px; 
  background: #ECF0F5 url(../images/accordion-search-input.svg) 26px 50% no-repeat;
  border-radius: 10px;
}

.accordion-search-input input::-webkit-input-placeholder {
 color: #0D1C2D;
}

.accordion-search-input input::-moz-placeholder {
  color: #0D1C2D;
}

.accordion-search-input input:-ms-input-placeholder {
  color: #0D1C2D;
}

.accordion-search-input input::placeholder {
  color: #0D1C2D;
}

.accordion-search-input-button {
  position: absolute;
  bottom: 16px;
  right: 154px;
}

.accordion-search-input-button button {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #0D1C2D;
  opacity: 0.7;
  display: flex;
  align-items: center;
}

.accordion-search-input-button button img {
  margin: 0 10px 0 0;
}

.accordion-search-input-button button:hover {
  opacity: 1;
}

.accordion-search-input-button2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.accordion-search-input-button2 button {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  width: 124px;
  height: 49px;
  background: #10D7CB;
  border-radius: 0px 10px 10px 0px;
}

.accordion-search-input-button2 button:hover {
  box-shadow: inset 500px 0 0 0 #0d706a;
}

.accordion-title {
  padding: 43px 0 0 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #0D1C2D;
}

.accordion-padding {
  padding: 0 25px;
}

.accordion-wrap {
  display: flex;
  padding: 8px 0 0 0;
}

.accordion-block {
  width: 100%;
  padding: 0 25px;
}

.accordion-li {
  padding: 28px 0 0 16px;
  position: relative;
}

.accordion-li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #1F83FF;
  border-radius: 50%;
  left: 0;
  top: 35px;
}

.accordion-li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #0D1C2D;
  opacity: 0.8;
}

.accordion-li a:hover {
  color: #1F83FF !important;
  opacity: 1;
  transition: 0.3s;
}

.accordion-li button {
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #0D1C2D;
  opacity: 0.8;
}

.accordion-li button:hover {
  color: #1F83FF !important;
  opacity: 1;
  transition: 0.3s;
}

.header-button {
  padding: 0 0 0 0;
}

.header-button button {
  position: relative;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #1F83FF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 230px;
  height: 43px;
}

.header-button-text {
  position: relative;
  z-index: 1;
}

.header-button button:before {
  background: #C7EEFF;
  opacity: 0.5;
  border-radius: 200px;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.header-button-img {
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, #0C71EF -0.82%, #1F83FF 100%);
  border-radius: 200px;
  margin: 0 13px 0 0;
}

.header-button-img img {
  margin: -15px 0 -5px 0;
}

.header-button button:hover:before {
  background: #10D7CB;
  opacity: 0.1;
  transition: 0.3s;
}

.header-button button:hover {
  color: #10D7CB;
  transition: 0.3s;
}

.header-button button:hover .header-button-img {
  /*background: #10D7CB;*/
  transition: 0.3s;
  box-shadow: inset 500px 0 0 0 #10D7CB;
}

/*work*/
.foto-button img {
	border-radius: 10px;
}
.work {
  padding: 70px 0 0 0;
}
.vrachi-img img {
	border-radius:50%;
}

.work-relative {
  position: relative;
}

.work-width {
  max-width: 560px;
}

.work-top {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1F83FF;
}

.work-title {
  padding: 11px 0 0 0;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.3;
  color: #0D1C2D;
}

.work-wrap {
  display: flex;
  align-items: center;
  padding: 25px 0 0 0;
}

.work-addres {
  padding: 0 0 0 21px;
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  color: #0D1C2D;
}

.work-suptitle {
  padding: 25px 0 0 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  color: #0D1C2D;
  opacity: 0.7;
}
@media(max-width:1350px){
.work-suptitle, .reestr {
    width: 450px;
}
}
@media(max-width:1200px){
.work-suptitle, .reestr {
    width: 387px;
}
}
@media(max-width:1025px){
.work-suptitle, .reestr {
    width: auto;
}
}
.work-suptitle span {
  font-weight: 700;
}

.work-inner {
  display: flex;
  padding: 40px 0 0 0;
}

.work-button {
  padding: 0 40px 0 0;
}

.work-button:last-child {
  padding: 0;
}

.work-button button {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #122484;
  border-radius: 10px;
  width: 285px;
  height: 62px;
}
.work-button .golubaya{
	background: #1F83FF;
}

.work-button button:hover {
  background: #10D7CB;
  transition: 0.3s;
}

.work-absolute {
  width: 198px;
  padding: 21px 0 28px 0;
  position: absolute;
  right: 70px;
  top: 24px;
}

.work-absolute:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 30px 40px rgba(36, 53, 62, 0.1);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.work-absolute2 {
  width: 198px;
  padding: 21px 0 28px 0;
  position: absolute;
  right: 0;
  top: 248px;
}

.work-absolute2:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 30px 40px rgba(36, 53, 62, 0.1);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.work-absolute-img {
  text-align: center;
  position: relative;
  z-index: 1;
}

.work-absolute-text {
  padding: 13px 0 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.work-absolute3 {
  width: 412px;
  padding: 16px 0 16px 15px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.work-absolute3:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 30px 40px rgba(36, 53, 62, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.work-absolute3-img {
  position: relative;
  z-index: 1;
}

.work-absolute3-text {
  padding: 0 0 0 15px;
  position: relative;
  z-index: 1;
}

.work-absolute3-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #0D1C2D;
}

.work-absolute3-position {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #0D1C2D;
  opacity: 0.7;
}

.work-absolute3-link a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #1F83FF;
  text-decoration: none;
}

.work-absolute3-link a img {
  margin: 0 9px 0 0;
}

/*prem*/

.prem {
  padding: 86px 0 0 0;
}
@media(max-width:1025px){
	.prem {
  padding: 0;
}
}

.prem-border {
  padding: 49px 33px 39px 33px;
  background: #FFFFFF;
  box-shadow: 0px 40px 100px rgba(36, 53, 62, 0.05);
  border-radius: 30px;
}

.title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1F83FF;
}

.title2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  color: #0D1C2D;
}


/*Tabs*/

ul.tabs2{
  margin: 0px;
  padding: 0px;
  list-style: none;
  transform: rotate(0.05deg);
  padding: 0 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.tabs2 li{
  padding: 0 0 25px 0;
  width: 16.666666%;
  margin: 0 7px -5px 7px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(0deg, #DEE8F2 31.65%, #E6F0FA 69.74%, #F4FAFF 100%);
  border-radius: 10px 10px 0 0;
}

ul.tabs2 li.current{
  background: #F4F8FC;
}

ul.tabs2 li.current .tabs-img {
  background: #10D7CB !important;
  box-shadow: 0px 10px 20px rgba(16, 215, 203, 0.3) !important;
}

ul.tabs2 li.current .tabs-text p {
  opacity: 1;
}

ul.tabs2 li:hover .tabs-img {
  background: #122484;
  transition: 0.3s;
  box-shadow: 0px 10px 20px rgba(18, 36, 132, 0.3);
}

.tab-content{
  position: relative;
  z-index: 1;
  display: none;
  padding: 0 7px;
}

.tab-content.current{
  display: inherit;
}

.tabs-img {
  margin: -18px auto 0 auto;
  background: #1F83FF;
  box-shadow: 0px 10px 20px rgba(31, 131, 255, 0.3);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.tabs-text {
  padding: 15px 0 0 0;
}

.tabs-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #0D1C2D;
  opacity: 0.6;
}

.prem-tabs {
  padding: 74px 0 0 0;
}

.tab-content-border {
  background: #F4F8FC;
  border-radius: 10px;
  padding: 44px 50px 47px 50px;
}

.tab-content-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #0D1C2D;
}

.tab-content-suptitle {
  padding: 15px 0 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #0D1C2D;
  opacity: 0.7;
}

/*usluga*/



.usluga {
    padding: 104px 0 80px 0;
}

.usluga-container {
  padding: 0;
}

.usluga-wrap {
  display: flex;
  padding: 56px 0 0 0;
}

.usluga-block {
  width: 33.3333333%;
  padding: 0 20px;
}

.usluga-border {
  background: #10D7CB;
  border-radius: 20px;
  padding: 20px 7px 7px 7px;
}

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

.usluga-title {
  padding: 9px 0 11px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

.usluga-border2 {
  background: #FFFFFF;
  border-radius: 15px;
  position: relative;
  margin: 5px 0 0 0;
  padding: 16px 16px 14px 19px;
}

.usluga-border2-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0D1C2D;
}

.usluga-border2-suptitle {
  padding: 3px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #0D1C2D;
  opacity: 0.7;
}

.usluga-border2-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 0 0;
}

.usluga-border2-inner {
  display: flex;
  align-items: center;
}

.usluga-border2-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #EE4564;
  opacity: 0.6;
}

.usluga-border2-price2 {
  padding: 0 6px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #EE4564;
}

.usluga-border2-link a {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #1F83FF;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
}

.usluga-border2-link a:before {
  position: absolute;
  content: '';
  width: 120px;
  height: 40px;
  background: #1F83FF;
  border-radius: 5px;
  opacity: 0.15;
}

.usluga-border2-link a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.usluga-border2-link a p {
  position: relative;
  z-index: 1;
}

.usluga-border2:hover {
  box-shadow: 0px 15px 30px rgba(13, 28, 45, 0.2);
  transition: 0.3s;
}

.usluga-border2:hover .usluga-border2-title {
  color: #1F83FF;
  transition: 0.3s;
}



.usluga-border2:hover .usluga-border2-link a:before {
  box-shadow: 0px 4px 15px rgba(31, 131, 255, 0.3);
  opacity: 1;
  transition: 0.3s;
}

.usluga-border2:hover .usluga-border2-link a {
  color: #fff;
  transition: 0.3s;
}

/*rabota*/

.rabota {
  padding: 80px 0 110px 0;
  background: #f4f8fc;
}

.rabota-container {
  max-width: 1420px;
  padding: 0;
}

.rabota-wrap {
  display: flex;
  padding: 43px 0 0 0;
}

.rabota-block {
  width: 25%;
  padding: 0 40px;
}

.rabota-number {
  background: #1F83FF;
  box-shadow: 0px 10px 20px rgba(31, 131, 255, 0.3);
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rabota-number p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.rabota-title {
  padding: 22px 0 0 0;
}

.rabota-title p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0D1C2D;
}

.rabota-suptitle {
  padding: 10px 0 0 0;
}

.rabota-suptitle p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0D1C2D;
  opacity: 0.7;
}

/*zayavka*/

.zayavka-container {
  max-width: 1920px;
  padding: 0;
}

.zayavka-wrap {
  display: flex;
}

.zayavka-block {
  position: relative;
  padding: 63px 108px 63px 290px;
  width: 50%;
  background: #1F83FF url(../images/zayavka-block-bg.png) 0 0 no-repeat;
}

.zayavka-input input {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #24353E;
  margin: 0 0 0 0;
  width: 100%; 
  padding: 0 0 0 51px;
  height:49px; 
  background: #fff url(../images/zayavka-input.svg) 26px 50% no-repeat;
  border-radius: 10px;
}

.zayavka-input input::-webkit-input-placeholder {
  opacity: 0.7;
 color: #24353E;
}

.zayavka-input input::-moz-placeholder {
  color: #24353E;
  opacity: 0.7;
}

.zayavka-input input:-ms-input-placeholder {
  color: #24353E;
  opacity: 0.7;
}



.zayavka-input2 input {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #24353E;
  margin: 0 0 0 0;
  width: 100%; 
  padding: 0 0 0 51px;
  height:49px; 
  background: #fff url(../images/zayavka-input2.svg) 26px 50% no-repeat;
  border-radius: 10px;
}

.zayavka-input2 input::-webkit-input-placeholder {
 color: #0D1C2D;
 opacity: 0.7;
}

.zayavka-input2 input::-moz-placeholder {
  color: #0D1C2D;
  opacity: 0.7;
}

.zayavka-input2 input:-ms-input-placeholder {
  color: #0D1C2D;
  opacity: 0.7;
}

.zayavka-input {
  padding: 23px 0 0 0;
}

.zayavka-input2 {
  padding: 24px 0 0 0;
}

.title3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #FFFFFF;
}

.zayavka-title {
  padding: 12px 0 0 0;
}

.zayavka-title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  opacity: 0.7;
}

.zayavka-chekbox {
  width: 360px;
  margin: -45px 0 0 0;
}

.about {
	padding: 80px 0 80px 0;
	background:#fff;
}

.about-text {
    width: 40%;
    padding-right: 25px;
}
.about-image {
    width: 60%;
}
.about-image img {
    border-radius: 15px;
}
.about-wrap {
  display: flex;
  padding: 43px 0 0 0;
  align-items: center;
}
.about-text p {
	margin-bottom: 16px;
    font-size: 19px;
    line-height: 1.4;
    color: #0D1C2D;
    opacity: 0.8;
}
@media(max-width:1350px){
	.about-text p {
		font-size: 17px;
	}
}	
@media(max-width:1210px){	
    .about-text p {
		font-size: 16px;
	}
}
@media(max-width:1145px){	
    .about-text p {
		font-size: 15px;
	}
}
@media(max-width:1080px){	
    .about-text p {
		font-size: 14px;
	}
}
@media(max-width:1160px){
.zayavka-chekbox {
    width: 260px;
    margin: -52px 0 0 0;
}
}
/*CSS ЧЕКБОКСА*/

.checkbox-main {
  display: flex;
  padding-left: 0;
  position: relative;
  height: auto;
  cursor: pointer;
  align-items: center;
  padding: 0 0 0 0;
  
  
}

.checkbox-main .checkbox {
  display: flex;
  align-items: center;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
}

.checkbox-main input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.checkbox-main input[type="checkbox"]:checked ~ .checkbox {
  background: #10D7CB url(../images/svg-chekbox.svg) 50% 50% no-repeat;
  box-sizing: border-box;
  border: 1px solid #10D7CB;
}



.chekbox-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  
}

.chekbox-title span {
opacity: 0.7;
}

.chekbox-title a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  text-decoration: none;
  opacity: 1;
}

.zayavka-suptitle {
  width: 360px;
  padding: 8px 0 0 32px;
}

.zayavka-suptitle p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.7;
}

.zayavka-button {
  width: 168px;
  margin: 0 0 0 auto;
  position: relative;
  padding: 38px 0 0 0;
  text-align: right;
}

.zayavka-button button {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  background: #122484;
  border-radius: 10px;
  width: 168px;
  height: 51px;
}

.zayavka-button button:hover {
  background: #10D7CB;
}

.zayavka-block2 {
  width: 50%;
  background: url(../images/bgalko.jpg) center  0 no-repeat;
  padding: 0 0 0 99px;
  background-size: cover;
}

.zayavka-img {
  position: relative;
  margin: -59px 0 -4px 0;
}


/*platnaya*/

.platnaya {
  padding: 112px 0 86px 0;
}

.title4 {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: #0D1C2D;
}



.platnaya p {
  padding: 15px 0 0 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #0D1C2D;
  opacity: 0.7;
}

.platnaya p span {
  color: rgba(31, 131, 255, 1);
}



.platnaya-title {
  padding: 26px 0 0 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #0D1C2D;
}

.platnaya-wrap {
  display: flex;
}

.platnaya-block {
  width: 67%;
  padding: 0 40px 0 0;
}

.platnaya-block p {
  margin:0 0 26px 0;
}

.platnaya-block2 {
  width: 33%;
  padding: 0 0 0 40px;
}

/*vrachi*/

.vrachi {
  padding: 104px 0 0 0;
  background: #F4F8FC url(../images/vrachi-bg.png) 0 0 no-repeat;
}

.vrachi-slayder {
  max-width: 1176px;
  margin: 0 auto;
}
.vrachi-slayder2 {
  max-width: 1176px;
  margin: 0 auto;
}

.vrachi-border {
  display: block;
  text-decoration: none;
  padding: 39px 42px 38px 42px;
  background: #FFFFFF;
  box-shadow: 0px 40px 30px rgba(36, 53, 62, 0.05);
  border-radius: 20px;
}

.vrachi-border:hover {
  transform: translate(0px, -10px);
  transition: box-shadow 0.3s ease-out 0.1s, transform 0.3s ease-out 0.1s, opacity 0.2s ease-out 0.1s;
}

.vrachi-name p {
  padding: 20px 0 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #0D1C2D;
}

.vrachi-position p {
  padding: 5px 0 0 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #0D1C2D;
  opacity: 0.7;
      height: 49px;
}

.vrachi-staj {
  background: rgba(16, 215, 203, 0.1);
  border-radius: 100px;
  width: 131px;
  height: 38px;
  margin: 29px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vrachi-staj p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #10D7CB;
}

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

/*vidi*/

.vidi {
  padding: 83px 0 106px 0;
}

.title5 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #0D1C2D;
}



.vidi p {
  padding: 15px 0 0 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #0D1C2D;
  opacity: 0.7;
}

.vidi ul {
  padding: 4px 0 19px 0;
}

.vidi ul li {
  position: relative;
  padding: 10px 0 0 25px;
}

.vidi ul li p {
  padding: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #0D1C2D;
  opacity: 0.7;
}

.vidi ul li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #1F83FF;
  border-radius: 50%;
  left: 0;
  top: 18px;
}

.platnaya-block ul li,
.ceni2-suptitle ul li {
  padding: 10px 0 0 30px;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #616871;
  position: relative;
}
.platnaya-block ul li:before,
.ceni2-suptitle ul li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #1F83FF;
  border-radius: 50%;
  left: 0;
  top: 18px;
}

.vidi ol {
  padding: 8px 0 0 0;
}

.vidi ol li {
  display: flex;
  padding: 12px 0 0 0;
}

.vidi ol,
.ceni2-suptitle ol,
.platnaya-block ol {
  counter-reset: myCounter;
  padding: 0 0 0 30px;
}

.vidi ol li:before,
.ceni2-suptitle ol li:before,
.platnaya-block ol li:before {
  counter-increment: myCounter;
  content:counter(myCounter);
  background: #10D7CB;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 5px 0 0 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  width: 31px;
  height: 30px;
  position: absolute;
  left: -30px;
}
.ceni2-suptitle ol li:before,
.platnaya-block ol li:before {
  position: absolute;
  left: -30px;
}


.vidi ol li {
  width: 97%;
  padding: 0 0 10px 17px;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #616871;
  position: relative;
  list-style: none;
}
.vidi ol li p {
  width: 97%;
  padding: 0 0 0 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #0D1C2D;
  opacity: 0.7;
}


.ceni2-suptitle ol,
.platnaya-block ol {
  padding: 0 0 0 30px;
}
.ceni2-suptitle ol li,
.platnaya-block ol li {
  width: 97%;
  padding: 0 0 10px 17px;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #616871;
  position: relative;
  list-style: none;
}


.ceni2-suptitle a, .platnaya-block a, .vidi a {
  color: #1f83ff;
  text-decoration: none;
  font-weight: 400;
}


/*otziv*/

.otziv {
  padding: 94px 0 90px 0;
  background: #F4F8FC;
}

.otziv-tabs {
  padding: 32px 0 0 0;
}


ul.tabs3 {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  width: 100%;
}

ul.tabs3 li {
  margin: 0;
  cursor: pointer;
  padding: 12px 24px;
  border: 2px solid #D3DBE2;
  border-radius: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #0D1C2D;
  margin: 0 13px;
  opacity: 0.7;
  position: relative;
}

.tab_last {  }

ul.tabs3 li:hover {
  color: #1F83FF;
  border: 2px solid #1F83FF;
}

ul.tabs3 li.active {
  background: #D3DBE2;
  color: #0D1C2D !important; 
  border: 2px solid #D3DBE2 !important;
}

ul.tabs3 li.active:before {
  content: '';
  position: absolute;
  bottom: -12px;
  width: 100%;
  height: 12px;
  left: 0;
  background:url(../images/tabs3-bg.svg) 50% 0 no-repeat;
}

.tab_container {

  border-top: none;
  clear: both;

  width: 100%;


}

.tab_content {
  padding: 52px 0 0 0;
  display: none;
}

.tab_drawer_heading { display: none; }

.otziv-container {
  max-width: 1390px;
  padding: 0;
}

.otziv-wrap {
  display: flex;
}

.otziv-block {
    width: 33.3333333%;
    padding: 0 25px;
    text-decoration: none;
}

.otziv-border {
  padding: 29px 34px 28px 34px;
  background: #FFFFFF;
  box-shadow: 0px 40px 100px rgba(36, 53, 62, 0.05);
  border-radius: 20px;
  text-align: center;
}

.otziv-zvezda {
    text-align: center;
    margin-top: 10px;
}

.otziv-title {
  padding: 10px 0 0 0;
}

.otziv-title p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0D1C2D;
  opacity: 0.7;
}

.otziv-name {
  padding: 80px 0 0 0;
}

.otziv-name p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #0D1C2D;
}

.otziv-data p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0D1C2D;
  opacity: 0.5;
}

.otziv-link {
  text-align: center;
  padding: 50px 0 0 0;
}

.otziv-link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 19px 33px;
  background: #1F83FF;
  border-radius: 10px;
}

.otziv-link a:hover {
  background: #10D7CB;
  transition: 0.3s;
}

/*licenzii*/

.licenzii {
  padding: 90px 0 113px 0;
  background: #1F83FF url(../images/licenzii-bg.png) 0 0 no-repeat;
}

.title6 {
  font-weight: 700;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
}

.licenzii-title {
  padding: 14px 0 0 0;
}

.licenzii-title p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  opacity: 0.7;
}

.licenzii-slayder {
  max-width: 1160px;
  margin: 48px auto 0 auto;
}

/*goroda*/

.goroda {
  padding: 110px 0 0 0;
}

.goroda-border {
  background: #F4F8FC;
  border-radius: 30px;
  margin: 55px 0 0 0;
  padding: 52px 60px 63px 60px;
}

.goroda-input input {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #0D1C2D;
  margin: 0 0 0 0;
  width: 100%; 
  padding: 0 0 0 63px;
  height:56px; 
  background: #fff url(../images/goroda-input.svg) 25px 50% no-repeat;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(36, 53, 62, 0.05);
}

.goroda-input input::-webkit-input-placeholder {
  opacity: 0.5;
 color: #0D1C2D;
}

.goroda-input input::-moz-placeholder {
  color: #0D1C2D;
  opacity: 0.5;
}

.goroda-input input:-ms-input-placeholder {
  color: #0D1C2D;
  opacity: 0.5;
}

.goroda-wrap {
  display: flex;
  padding: 55px 0 0 0;
}

.goroda-block {
  width: 20%;
}

.goroda-inner {
  display: flex;
}

.goroda-bukva p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #0D1C2D;
}

.goroda-ul {
  padding: 0 0 0 20px;
}

.goroda-li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #1F83FF;
  text-decoration: none;
}

.goroda-li a:hover {
  color: rgba(18, 36, 132, 1);
}

.goroda-button {
  text-align: center;
  padding: 46px 0 0 0;
}

.goroda-button button {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 19px 30px;
  background: #1F83FF;
  border-radius: 10px;
}

.goroda-button button:hover {
  background: #10D7CB;
  transition: 0.3s;
}

/*map*/

.map {
  padding: 110px 0 0 0;
}

.map-container {
  padding: 0;
  max-width: 1360px;
}

.map-wrap {
    display: flex;
    padding: 50px 0 0 0;
    justify-content: center;
    flex-wrap: wrap;
}

.map-block {
  width: 33.3333333%;
    padding: 0 25px 50px 25px;
}

.map-link a {
  display: block;
  text-decoration: none;
  background: #1F83FF;
  border-radius: 20px;
  padding: 30px 30px;
  width: 100%;
  height: 100%;
}
.map-link{
	height: 100%;
}
.map-link-img {
  text-align: center;
}

.map-link-title {
  padding: 15px 0 0 0;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.map-link-suptitle {
  padding: 4px 0 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.7;
}

.map-map {
  padding: 60px 0 0 0;
}

/*silki*/

.silki {
  padding: 51px 0 64px 0;
}

.silki-container {
  max-width: 1360px;
  padding: 0;
}

.silki-wrap {
  display: flex;
}

.silki-block {
  width: 33.3333333%;
  padding: 0 30px;
}

.silki-li {
  padding: 5px 0 0 0;
}

.silki-li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1F83FF;
  display: block;
  width: 100%;
  padding: 11px 26px;
  background: #F4F8FC;
  border-radius: 5px;
}

.silki-li a:hover {
  background: #E0EEFF;
  transition: 0.3s;
}

/*footer*/

.footer {
  padding: 50px 0;
  background: #ECF0F5;
}

.footer-wrap {
  display: flex;
}

.footer-block {
  width: 32%;
}

.footer-title p {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #0D1C2D;
}

.footer-suptitle {
  padding: 11px 0 0 0;
}

.footer-suptitle p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0D1C2D;
  opacity: 0.7;
}

.footer-block2 {
  width: 68%;
}

.footer-border {
  border: 2px solid #E0E7EF;
  border-radius: 20px;
  padding: 24px 32px 31px 32px;
}

.footer-border-title p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0D1C2D;
  opacity: 0.7;
}

.footer-links {
  padding: 28px 0 0 0;
}

.footer-link a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #1F83FF;
  text-decoration: none;
}

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



/*BURGER*/

.mt-munu-mb {
  padding: 0 0 0 0;
}



.burger {
  position: absolute;
  top: 5px;
  left: 0;
  display: none !important;
  color: #23f0ff;
  cursor: pointer;
  z-index: 12 !important;
  display: flex;
}
.burger i:nth-of-type(1) {
  display: block;
}
.burger i:nth-of-type(2) {
  display: none;
}
.burger.burger-open {
  color: #2a3255;
}
.burger.burger-open i:nth-of-type(1) {
  display: none;
}
.burger.burger-open i:nth-of-type(2) {
  display: block;
}



.mt-mobile {
  position: fixed;
  top: 0;
  z-index: 11;
  left: 0;
  height: auto;
  width: 300px;
  padding: 62px 0 40px 0;
  background-color: #ffff;
  transition: 0.5s ease all;
  clip-path: circle(100%);
}




.mt-mobile.nav-open {
  clip-path: circle(0px at 0px 0%);
}

.burger i svg {

}

.header-button-mb {
  display: none;
}

.mt-mobile-close {
  position: absolute;
  top: 20px;
  left: 20px;
}

.body-open {
  position: relative;
  overflow: auto;
}

.body-open:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 28, 45, 0.2);
  backdrop-filter: blur(15px);
  z-index: 3;
}

.burger-restagle {
  width: 3px;
  height: 313px;
  background: #1F83FF;
  position: absolute;
  top: 0;
  left: 0;
}

.burger-padding {
  padding: 0 0 30px 20px;
  border-bottom: 1px solid #F2F2F2;
}

.burger-button button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #0D1C2D;
  padding: 15px 16px 15px 23px;
  border-radius: 10px 0px 0px 10px;
  width: 100%;
}

.burger-button button:focus {
  background: #EFF6FF;
  color: #1F83FF;
}

.burger-button button:focus svg path {
  stroke: #1F83FF;
  opacity: 0.5;
}

.burger-padding2 {
  padding: 35px 20px 276px 40px;
}

/*ACCARDION2*/

.accordion2 {

  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.accordion2 .item2 {
  cursor: pointer;
  padding: 0;
  grid-template-columns: auto 1fr auto;
  column-gap: 24px;
  row-gap: 32px;
  align-items: center;
  transition: border-top 0.3s;
  
}
.accordion2 .item2.open2 {

}
.accordion2 .item2.open2 .hidden-box2 {
  display: block;
  font-size: 16px;
  line-height: 150%;
  color: #1E3301;
}


.accordion2 .text2 {
  position: relative;
  padding: 0 0 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #0D1C2D;
  opacity: 0.7;
  margin: 0;
}

.accordion2 .item2.open2 .text2 {
  transition: color 0.3s;
}
.accordion2 .icon2 {
  position: relative;
  top:0;
  right:0;
  width: auto;
  height: auto;
  margin: 0 0 0 0;
  transition: transform 0.2s ease-in;
}
.accordion2 .item2.open2 .icon2 {
  transform: rotate(90deg);
}
.accordion2 .hidden-box2 {
  grid-column: 1;
  display: none;
  transition: display 0.2 ease-in;
}

.hidden-box2 {
  padding: 0 0 0 0;
}

.acc-ul {
  padding: 0 0 0 15px;
}

.acc-li {
  padding: 10px 0 0 0;
}

.acc-li a {
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  color: #0D1C2D;
  opacity: 0.7;
}

.burger-li {
  padding: 0 0 35px 0;
}

.burger-li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 18px;
  color: #0D1C2D;
  opacity: 0.7;
}




.modal {
  position: fixed;
  top: 0px;
  z-index: 9999;
  height: 100vh;
  width: 100%;
}

.js-modal {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.js-modal .modal__inner {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease-in-out 0.1s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
.js-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.js-modal.is-open .modal__inner {
  opacity: 1;
  transform: translateY(0);
}

.modal {
  
}

.js-modal.is-open {
    overflow: auto;
}

.modal-border {
  position: relative;
  margin: 0 auto 0 300px;
  max-width: 410px;
  padding: 34px 20px 90px 20px;
  background: #EFF6FF;
  border-right: 3px solid #122484;
}

.modal-close-button {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 23px;
}

.burger-padding3 {
  padding: 0 27px 0 43px;
}

.burger-link-pd {
  padding: 22px 0 0 0;
}

.burger-link {
  padding: 22px 0 0 0;
}

.burger-link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0D1C2D;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}

.burger-link a img {
  margin: 0 11px 0 0;
}

.burger-link a span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #39CA3C;
  margin: 0 0 0 8px;
}




/*ACCARDION3*/

.accordion3 {

  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.accordion3 .item3 {
  cursor: pointer;
  margin: 11px 0 0 0;
  grid-template-columns: auto 1fr auto;
  column-gap: 24px;
  row-gap: 32px;
  align-items: center;
  transition: border-top 0.3s;
  background: linear-gradient(0deg, #DEE8F2 31.65%, #E6F0FA 69.74%, #F4FAFF 100%);
  border-radius: 20px;
  
  
}
.accordion3 .item3.open3 {
  background: #F4F8FC;
}

.accordion3 .item3.open3 .accordion3-img {
  background: #10D7CB;
  transition: 0.3s;
} 
.accordion3 .item3.open3 .hidden-box3 {
  display: block;
  font-size: 16px;
  line-height: 150%;
  color: #1E3301;
}


.accordion3 .text3 {
  position: relative;
  padding: 18px 24px 18px 16px;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #0D1C2D;
  
  margin: 0;
}

.accordion3 .text3 span {
opacity: 0.6;
}

.accordion3 .item3.open3 .text3 {
  transition: color 0.3s;
}
.accordion3 .icon3 {
  position: absolute;
  top:45px;
  right:24px;
  width: auto;
  height: auto;
  margin: 0 0 0 0;
  transition: transform 0.2s ease-in;
}
.accordion3 .item3.open3 .icon3 {
  transform: rotate(-180deg);
}
.accordion3 .hidden-box3 {
  grid-column: 1;
  display: none;
  transition: display 0.2 ease-in;
}

.hidden-box3 {
  padding: 22px 26px 22px 26px;
  border-top: 2px solid #fff;
}


.accordion3-img {
  margin: 0 22px 0 0;
  background: #1F83FF;
  box-shadow: 0px 10px 20px rgba(31, 131, 255, 0.3);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.prem-accordion {
  display: none;
}

.zayavka-img-pl {
  display: none;
}

.zayavka-img-mb {
  display: none;
}

.platnaya-block3 {
  display: none;
}


.modal-border2 {
  position: relative;
  margin: 50px auto 0 auto;
  max-width: 498px;
  padding: 36px 44px 37px 44px;
  background: #fff;
  border-radius: 30px;
}

.modal-close-button2 {
  z-index: 1;
  position: absolute;
  top: 19px;
  right: 24px;
}

.modal-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #0D1C2D;
  text-align: center;
}


.modal-input input {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #24353E;
  margin: 0 0 0 0;
  width: 100%; 
  padding: 0 0 0 51px;
  height:51px; 
  background: #ECF0F5 url(../images/zayavka-input.svg) 26px 50% no-repeat;
  border-radius: 10px;
}

.modal-input input::-webkit-input-placeholder {
  opacity: 0.7;
 color: #24353E;
}

.modal-input input::-moz-placeholder {
  color: #24353E;
  opacity: 0.7;
}

.modal-input input:-ms-input-placeholder {
  color: #24353E;
  opacity: 0.7;
}



.modal-input2 input {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #24353E;
  margin: 0 0 0 0;
  width: 100%; 
  padding: 0 0 0 51px;
  height:51px; 
  background: #ECF0F5 url(../images/zayavka-input2.svg) 26px 50% no-repeat;
  border-radius: 10px;
}

.modal-input2 input::-webkit-input-placeholder {
 color: #24353E;
 opacity: 0.7;
}

.modal-input2 input::-moz-placeholder {
  color: #24353E;
  opacity: 0.7;
}

.modal-input2 input:-ms-input-placeholder {
  color: #24353E;
  opacity: 0.7;
}

.modal-input {
  padding: 36px 0 0 0;
}

.modal-input2 {
  padding: 27px 0 0 0;
}

.modal-button {
  padding: 27px 0 0 0;
  text-align: center;
}

.modal-button button {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 16px 43px;
  background: #1F83FF;
  border-radius: 10px;
}

.modal-chekbox {
  padding: 26px 0 0 0;
}


/*CSS ЧЕКБОКСА*/

.checkbox-main2 {
  display: flex;
  padding-left: 0;
  position: relative;
  height: auto;
  cursor: pointer;
  align-items: center;
  padding: 0 0 0 0;
  
  
}

.checkbox-main2 .checkbox {
  display: flex;
  align-items: center;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #bdbfc1;
  border-radius: 3px;
}

.checkbox-main2 input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.checkbox-main2 input[type="checkbox"]:checked ~ .checkbox {
  background: #10D7CB url(../images/svg-chekbox.svg) 50% 50% no-repeat;
  box-sizing: border-box;
  border: 1px solid #10D7CB;
}



.chekbox-title2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0D1C2D;
  
}

.chekbox-title2 span {
opacity: 0.7;
}

.chekbox-title2 a {
  padding: 0 0 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #1F83FF;
  text-decoration: none;
  opacity: 1;
}

.modal-suptitle {
  padding-top: 20px;
    text-align: center;
    font-size: 12px;
}
.modal-suptitle a{
    font-weight: 500;
    line-height: 17px;
    color: #3d7eff;
    text-decoration: none;
    opacity: 1;
	}
.modal-suptitle p {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #0D1C2D;
  opacity: 0.7;
}

.modal-bg {
  background: rgba(13, 28, 45, 0.2);
  backdrop-filter: blur(15px);
}

.modal-wrap {
  padding: 23px 0 0 0;
  display: flex;
  align-items: flex-end;
}

.modal-left p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0D1C2D;
}

.modal-right {
  display: flex;
  align-items: flex-end;
  padding: 0 0 0 11px;
}

.modal-right p {
  margin: 0 0 0 7px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #39CA3C;
}

.modal-link {
  padding: 7px 0 0 0;
}

.modal-link a {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 0.05em;
  color: #0D1C2D;
  text-decoration: none;
}

.title-pd {
  padding: 12px 0 0 0;
}

/*index2*/

/*header2*/

.header2 {
  padding: 53px 0;
  background: #FFFFFF;
  box-shadow: 0px 40px 100px rgba(36, 53, 62, 0.07);
}

/*vivod*/

.vivod {
  padding: 214px 0 80px 0;
  background: url(../images/vivod-bg.png) 100% -36% no-repeat;
}

.semechki {
  display: flex;
}

.semechki-li {
  padding: 0 32px 0 0;
  position: relative;
}

.semechki-li:before {
  position: absolute;
  content: '';
  background: #24353E;
  opacity: 0.25;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  bottom: 6px;
  right: 14px;
}

.semechki-li a {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #0D1C2D;
  opacity: 0.7;
  text-decoration: none;
}

.semechki-li a:hover {
  opacity: 1;
}

.vivod-relative {
  position: relative;
  padding: 66px 0 0 0;
}

.vivod-width {
  max-width: 646px;
}

.vivod-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  color: #0D1C2D;
}

.vivod-wrap {
  display: flex;
  padding: 66px 0 0 0;
}

.vivod-block {
  width: 33.33333333%;
  margin: 0 50px 0 0;
}

.vivod-block:last-child {
  margin: 0;
}

.vivod-border {
  padding: 25px 20px 21px 20px; 
  background: #ECF1F5;
  opacity: 0.7;
  border-radius: 10px;
}

.vivod-border-img {
  width: 57px;
  height: 57px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #10D7CB;
  box-shadow: 0px 10px 20px rgba(16, 215, 203, 0.3);
  border-radius: 50%;
}

.vivod-border-title {
  padding: 17px 0 0 0;
}

.vivod-border-title p {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #0D1C2D;
  opacity: 0.7;
}

.vivod-inner {
  display: flex;
  align-items: center;
  padding: 46px 0 0 0;
}

.vivod-button button {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1F83FF;
  box-shadow: 0px 4px 15px rgba(31, 131, 255, 0.3);
  border-radius: 10px;
  width: 278px;
  height: 65px;
}

.vivod-button button:hover {
  background: #10D7CB;
}

.vivod-button button img {
  margin: 0 13px 0 0;
}

.vivod-price {
  display: flex;
  padding: 0 0 0 43px;
}

.vivod-price-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #EE4564;
  opacity: 0.6;
}

.vivod-price-title2 {
  margin: 0 10px;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #EE4564;
}

.vivodshag-container {
  max-width: 1390px;
  padding: 0;
}

.vivodshag {
  display: flex;
  padding: 82px 0 0 0;
}

.vivodshag-block {
  width: 20%;
  padding: 0 25px;
}

.vivodshag-block2 {
  width: 20%;
  padding: 0 25px;
}

.vivodshag-border {
  cursor: pointer;
  height: 100%;
  border: 2px solid #ECF0F5;
  border-radius: 15px;
  padding: 17px 23px 22px 23px;
}

.vivodshag-border:hover {
  transform: translate(0px, -10px);
  transition: box-shadow 0.3s ease-out 0.1s, transform 0.3s ease-out 0.1s, opacity 0.2s ease-out 0.1s;
}

.vivodshag-number p {
  font-weight: 900;
  font-size: 40px;
  line-height: 49px;
  color: #1F83FF;
}

.vivodshag-title {
  padding: 6px 0 0 0;
}

.vivodshag-title p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #0D1C2D;
  opacity: 0.7;
}

.vivod-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 644px;
}

/*ceni*/

.ceni {
  padding: 101px 0 81px 0;
  background: #F4F8FC;
}

.ceni-container {
  max-width: 1390px;
  padding: 0;
}

.ceni-wrap {
  display: flex;
  padding: 65px 0 0 0;
}

.ceni-block {
  width: 25%;
  padding: 0 25px;
}

.ceni-border {
  background: #FFFFFF;
  box-shadow: 0px 40px 100px rgba(36, 53, 62, 0.05);
  border-radius: 20px;
  padding: 0 0 20px 0;
}

.ceni-title {
  background: #10D7CB;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  padding: 18px 0 20px 0;
}

.ceni-title p {
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
}

.ceni-pd {
  padding: 0 20px;
}

.ceni-spisok ul {
  padding: 17px 0 0 0;
}

.ceni-spisok ul li {
  padding: 0 0 20px 16px;
  position: relative;
}

.ceni-spisok ul li:before {
  position: absolute;
  content: '';
  background: url(../images/ceni-li.svg) 0 0 no-repeat;
  width: 15px;
  height: 15px;
  left: 0;
  top: 7px;
}

.ceni-spisok ul li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #0D1C2D;
}

.ceni-spisok2 ul li {
  padding: 0 0 20px 16px;
  position: relative; 
}

.ceni-spisok2 ul li:before {
  position: absolute;
  content: '';
  background: url(../images/ceni-li2.svg) 0 0 no-repeat;
  width: 15px;
  height: 15px;
  left: 0;
  top: 6px;
}

.ceni-spisok2 ul li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #0D1C2D;
  opacity: 0.5;
}

.ceni-price {
  padding: 8px 0 0 0;
  display: flex;
  justify-content: center;
}

.ceni-price-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #EE4564;
}

.ceni-price-title2 {
  margin: 0 0 0 10px;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #EE4564;
  opacity: 0.6;
}

.ceni-button {
  padding: 17px 0 0 0;
}

.ceni-button button {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  height: 55px;
  background: #1F83FF;
  box-shadow: 0px 4px 15px rgba(31, 131, 255, 0.3);
  border-radius: 10px;
}

.ceni-button button:hover {
  background: #10D7CB;
}

.cenibt {
  padding: 81px 0 0 0;
}

.cenibt-border {
  background: #10D7CB;
  border-radius: 20px;
  padding: 47px 20px 46px 206px;
  position: relative;
}

.cenibt-wrap {
  display: flex;
  align-items: center;
}

.cenibt-text {
  width: 90%;
  padding: 0 0 0 22px;
}

.cenibt-title p {
  font-weight: 500;
  font-size: 22px;
  line-height: 19px;
  color: #FFFFFF;
}

.cenibt-suptitle {
  padding: 6px 0 0 0;
}

.cenibt-suptitle p {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
  opacity: 0.9;
}

.cenibt-img {
  position: absolute;
  width: 234px;
  bottom: -4px;
  left: -46px;
}

/*ceni2*/

.ceni2 {
  padding: 89px 0 113px 0;
}

.ceni2-border {
  background: #F4F8FC;
  border-radius: 30px;
  margin: 55px 0 90px 0;
}

.ceni2-wrap {
  padding: 29px 33px 25px 39px;
  border-top: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ceni2-wrap:first-child {
  border-top: none;
}

.ceni2-wrap-title p {
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  color: #0D1C2D;
}
.ceni2-wrap-title p.ceni2-wrap-title-h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #0D1C2D;
}


.ceni2-wrap-right {
  display: flex;
  align-items: center;
}

.ceni2-wrap-price {
  display: flex;
}

.ceni2-wrap-price-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #EE4564;
  opacity: 0.6;
}

.ceni2-wrap-price-title2 {
  margin: 0 6px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #EE4564;
}

.ceni2-wrap-button {
  padding: 0 0 0 31px;
}

.ceni2-wrap-button button {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #1F83FF;
  position: relative;
  width: 122px;
  height: 40px;
  border-radius: 5px;
}

.ceni2-wrap-button button:before {
  background: #1F83FF;
  opacity: 0.15;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
}

.ceni2-wrap-button button:hover {
  background: #1F83FF;
  box-shadow: 0px 4px 15px rgba(31, 131, 255, 0.3);
  color: #fff;
}

.ceni2-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #0D1C2D;
}

.ceni2-suptitle {
  padding: 15px 0 0 0;
}

.ceni2-suptitle p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #0D1C2D;
  opacity: 0.7;
  margin-top: 14px;
  margin-bottom: 20px;
}

.zayavka-title2 {
  padding: 23px 0 0 0;
}

.zayavka-title2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
}

.zayavka-button2 {
  padding: 37px 0 0 0;
}

.zayavka-button2 button {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  width: 193px;
  height: 51px;
  background: #122484;
  border-radius: 10px;
}

.zayavka-button2 button:hover {
  background: #10D7CB;
}

.zayavka-block3 {
  width: 50%;
  background: url(../images/bgnarko.jpg) center  0 no-repeat;
  padding: 0 0 0 99px;
  background-size: cover;
}

.zayavka2-licen {
    position: absolute;
    width: 341px;
    top: 90px;
    right: -171px;
}


.zayavka-img2 {
  position: relative;
  margin: -31px 0 -4px 0;
}

.vidi-border {
  margin: 59px 0 0 0;
  background: #ECF0F5;
  border-radius: 10px;
  border-left: 11px solid #10D7CB;
  padding: 23px 42px 27px 39px;
}
blockquote {
  margin: 59px 0 0 0;
  background: #ECF0F5;
  border-radius: 10px;
  border-left: 11px solid #10D7CB;
  padding: 23px 42px 27px 39px;
}

.vidi-border-title p {
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  color: #0D1C2D;
  opacity: 0.7;
}

.bgsection {
  background: #F4F8FC url(../images/bgsection-bg.png) 0 110% no-repeat;
}

.lechenie {
  padding: 94px 0 0 0;
}

.lechenie-container {
  max-width: 1390px;
  padding: 0;
}

.lechenie-wrap {
  display: flex;
  padding: 53px 0 0 0;
}

.lechenie-block {
  width: 33.333333%;
  padding: 0 25px;
}

.lechenie-border {
  background: #FFFFFF;
  box-shadow: 0px 40px 100px rgba(36, 53, 62, 0.05);
  border-radius: 20px;
  height: 743px;
  position: relative;
}

.lechenie-text {
  margin: -4px 0 0 0;
  background: #10D7CB;
  padding: 14px 32px 15px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lechenie-title p {
  font-weight: 900;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.lechenie-suptitle p {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}

.lechenie-pd {
  padding: 9px 32px 0 32px; 
}

.lechenie-spisok ul li {
  padding: 17px 0 0 16px;
  position: relative;
}

.lechenie-spisok ul li:before {
  position: absolute;
  content: '';
  background: url(../images/ceni-li.svg) 0 0 no-repeat;
  width: 15px;
  height: 15px;
  top: 24px;
  left: 0;
}

.lechenie-spisok ul li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #0D1C2D;
}

.lechenie-absolute {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 39px;
}

.lechenie-price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lechenie-price-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  color: #EE4564;
}

.lechenie-price-title2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  color: #EE4564;
  opacity: 0.6;
  margin: 0 0 0 10px;
}

.lechenie-button {
  text-align: center;
  padding: 17px 0 0 0;
}

.lechenie-button button {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  background: #1F83FF;
  box-shadow: 0px 4px 15px rgba(31, 131, 255, 0.3);
  border-radius: 10px;
  width: 257px;
  height: 55px;
}

.lechenie-button button:hover {
  background: #10D7CB;
}

.lechenie-absolute2 {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  top: 18px;
}

.lechenie-popular {
  background: #FFFFFF;
  border-radius: 100px;
  padding: 11px 19px 10px 19px;
  width: 140px;
  display: flex;
  align-items: center;
}

.lechenie-popular-title {
  padding: 0 0 0 8px;
}

.lechenie-popular-title p {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #EE4564;
}

.preim {
  padding: 117px 0 166px 0;
}

.preim-container {
  max-width: 1390px;
  padding: 0;
}

.preim-wrap {
  display: flex;
  flex-wrap: wrap;
}

.preim-block {
  width: 25%;
  padding: 50px 25px 0 25px;
}

.preim-border {
  background: #FFFFFF;
  box-shadow: 0px 40px 100px rgba(36, 53, 62, 0.05);
  border-radius: 10px;
  padding: 27px 23px 33px 23px;
}

.preim-title {
  padding: 11px 0 0 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #0D1C2D;
}

.preim-suptitle {
  padding: 10px 0 0 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #0D1C2D;
  opacity: 0.7;
}

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

.zayavka-block4 {
  width: 50%;
  background: url(../images/zayavka-block4-bg.png) 0 0 no-repeat;
  padding: 0 0 0 99px;
}

.garantii {
  padding: 112px 0 62px 0;
}

.garantii-container {
  max-width: 1390px;
  padding: 0;
}

.garantii-wrap {
  display: flex;
}

.garantii-block {
  width: 33.33333333%;
  padding: 0 25px;
}

.garantii-block2 {
  width: 66.666666666%;
}

.garantii-border {
  background: #1F83FF url(../images/garantii-border-bg.png) 0 0 no-repeat;
  border-radius: 15px;
  padding: 0 0 47px 0;
}

.garantii-title {
  padding: 28px 0 0 0;
  font-weight: 900;
  font-size: 35px;
  line-height: 55px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.garantii-suptitle {
  padding: 8px 0 0 0;
  font-weight: 400;
  font-size: 19px;
  line-height: 32px;
  color: #FFFFFF;
}

.garantii-suptitle span {
  font-weight: 700;
}

.garantii-pd {
  padding: 0 42px;
}

.garantii-inner {
  display: flex;
  flex-wrap: wrap;
}

.garantii-inner-block {
  width: 50%;
  padding: 0 25px 50px 25px;
}

.garantii-inner-border {
  background: #ECF0F5;
  border-radius: 15px;
  padding: 0 0 25px 0;
  height: 100%;
}

.garantii-inner-title {
  padding: 14px 35px 0 35px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #0D1C2D;
  opacity: 0.7;
}

.fag {
  position: relative;
  padding: 89px 0 67px 0;
}

.fag-zindex {
  position: relative;
  z-index: 1;
}

.fag:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 422px;
  right: 200px;
  background: url(../images/fag-bf.png) 100% 0 no-repeat;
}

.fag-wrap {
  display: flex;
  padding: 40px 0 0 0;
}

.fag-block {
  width: 63%;
  padding: 0 25px 0 0;
}

.fag-block2 {
  width: 37%;
  padding: 0 0 0 25px;
}


.expand {

  float: right; 
  display: inline; 
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  margin: 0 10px;
}





.sidebar-1 {
  /* these are the styles for the container around the menu */
  width: 100%;
  padding: 0px;
  display:inline-block;
  
  
}

.sidebar-menu {
  margin: 0 0 22px 0;
  /*this style impacts the look of the heading containers. */
  cursor: pointer;
  padding: 18px 94px 18px 39px; 
  position: relative;
  color:$maincolor;
  background: #F4F8FC;
  border-radius: 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  text-rendering: optimizeLegibility;
  letter-spacing: .5px;
}
  .sidebar-menu:before {
    content: "";
    width: 3px;
    height: 21px;
    background: #10D7CB;
    position: absolute;
    right: 33px;
    border-radius: 5px;
    top: 34%;
    transition: all .2s ease;
  }

  .sidebar-menu:after {
    content: "";
    width: 3px;
    height: 21px;
    background: #10D7CB;
    position: absolute;
    right: 33px;
    border-radius: 5px;
    top: 34%;
    transition: all .2s ease;
  }

  

  .sidebar-menu:after {
    transform: rotate(90deg);
  }


.open {
  margin: 0 !important;
  background: #1F83FF !important;
  color: #fff;
  border-radius: 15px 15px 0px 0px;
}



.open:before {
  background: #fff;
  animation: turn-plus;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

.open:after {
 background: #fff;
  animation: turn-crossbar;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

@keyframes turn-plus {
  0% {
    transform: translate(0,0);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

@keyframes turn-crossbar {
  0% {
    transform:none;
    transform: rotate(90deg)
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}





.sub-menu {
  /*this style is for the sub-menu box*/
  color: darken($maincolor,30%);
  padding: 26px 33px 40px 39px;
  margin: 0 0 22px 0;
  font-size: 1em;
  display: none;
  background: #F4F8FC;
  border-radius: 0 0 15px 15px;
  &:last-child {
    border-bottom: 0;
  }
}

.sub-menu p {
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: #0D1C2D;
  opacity: 0.7;
}

.platnaya-suptitle-mb {
  display: none;
}

.lechenie-img-mb {
  display: none;
}

.garantii-img-mb {
  display: none;
}

.fag-block3 {
  display: none;
}

/*inex3*/

.spec {
  padding: 214px 0 0 0;
}

.semechki-li2 {
  padding: 0 32px 0 0;
  position: relative;
}

.semechki-li2:before {
  position: absolute;
  content: '';
  background: #24353E;
  opacity: 0.25;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  bottom: 6px;
  right: 14px;
}

.semechki-li2 a {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #0D1C2D;
  opacity: 0.7;
  text-decoration: none;
}

.semechki-li2 a:hover {
  opacity: 1;
}

.spec-wrap {
  padding: 70px 0 0 0;
  display: flex;
}

.spec-border {
  height: 100%;
  background: #1F83FF;
  border-radius: 20px;
  padding: 25px 33px 30px 33px;
}

.spec-block {
  width: 76%;
  padding: 0 24px 0 0;
}

.spec-block2 {
  width: 24%;
  padding: 0 0 0 24px;
}

.spec-inner {
  display: flex;
}

/*
.spec-img {
  margin: -59px 0 -144px -100px;
  width: 51%;
}
*/

.spec-img img {
  object-fit: cover;
  object-position: center;
  width: 300px;
}

.spec-info {
  //margin: 0 0 0 -109px;
  width: 70%;
  padding: 0 0 0 50px;
}

.spec-name {
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  color: #0D1C2D;
}

.spec-ul {
  display: flex;
  padding: 17px 0 0 0;
}

.spec-li {
  padding: 0 0 0 30px;
  margin: 0 51px 0 0;
  position: relative;
}

.spec-li:last-child {
  margin: 0;
}

.spec-li:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background: #10D7CB url(../images/spec-li.svg) 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.spec-li p {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #0D1C2D;
  opacity: 0.7;
}

.spec-suptitle {
  padding: 45px 0 0 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #0D1C2D;
}

.spec-suptitle2 {
  padding: 38px 0 0 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #0D1C2D;
  opacity: 0.7;
}

.spec-bottom {
  padding: 80px 0 0 0;
  display: flex;
  align-items: center;
}

.spec-button button {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #1F83FF;
  border-radius: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 219px;
  height: 45px;
}

.spec-button button:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #1F83FF;
  opacity: 0.15;
  border-radius: 100px;
}

.spec-button button:hover {
  background: #10D7CB;
  color: #fff;
}

.spec-button button:hover .spec-bottom-img {
  background: #122484;
}

.spec-bottom-img {
  background: #1F83FF;
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 11px 0 0;
}

.spec-social {
  padding: 0 0 0 26px;
}

.spec-social-ul {
  display: flex;
  align-items: center;
}

.spec-social-li {
  margin: 0 15px 0 0;
}

.spec-social-li:last-child {
  margin: 0;
}

.spec-border-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  color: #FFFFFF;
}

.spec-border-pd {
  padding: 4px 0 0 0;
}

.spec-border-wrap {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 0 0;
  align-items: flex-end;
}

.spec-border-suptitle {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
}

.spec-border-rest {
  width: 40%;
  padding: 0 3px 3px 3px;
}

.spec-border-rest2 {
  width: 45%;
  padding: 0 3px 3px 3px;
}

.spec-border-restagle {
  width: 100%;
  opacity: 0.15;
  height: 2px;
  background: #fff;
}

.spec-border-suptitle2 {
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
}

.spec-border-button {
  padding: 38px 0 0 0;
}

.spec-border-button button {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  width: 100%;
  height: 57px;
  background: #122484;
  border-radius: 10px;
}

.spec-border-button button:hover {
  background: #10D7CB;
}

.spec-border-link {
  padding: 27px 0 0 0;
}

.spec-border-link a {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.spec-border-link a img {
  margin: 0 11px 0 0;
}

.cpecinfo {
  padding: 69px 0 80px 0;
}

.cpecinfo-wrap {
  display: flex;
}

.cpecinfo-block {
  width: 50%;
  padding: 0 24px 0 0;
}

.cpecinfo-block2 {
  width: 50%;
  padding: 0 0 0 24px;
}

.cpecinfo-border {
  background: #F4F8FC;
  border-radius: 20px;
  padding: 27px 34px 50px 34px;
  height: 100%;
}

.cpecinfo-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #0D1C2D;
}

.cpecinfo-suptitle {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #0D1C2D;
  padding: 5px 0 0 0;
}

.cpecinfo-spisok ul li {
  padding: 14px 0 0 27px;
  position: relative;
}

.cpecinfo-spisok ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 16px;
  background: url(../images/cpecinfo-li.svg) 0 0 no-repeat;
  width: 15px;
  height: 15px;
}

.cpecinfo-spisok ul li p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #0D1C2D;
  opacity: 0.7;
}

.cpecinfo-spisok p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #0D1C2D;
  opacity: 0.7;
  margin-bottom: 20px;
}

.cpecinfo-spisok ul + h2 {
  margin-top: 40px;
}

.cpecinfo-padding {
  padding: 69px 0 0 0;
}

.tele {
  padding: 63px 0 91px 0;
  background: #F4F8FC;
}

.tele-wrap {
  display: flex;
  padding: 36px 0 0 0;
}

.tele-container {
  max-width: 1390px;
  padding: 0;
}

.tele-block {
  width: 33.3333333%;
  padding: 0 25px;
}

.tele-border {
  position: relative;
}

.tele-link {
  padding: 20px 0 0 0;
}

.tele-link a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}

.tele-link a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.tele-link-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #0D1C2D;
  opacity: 0.7;
}

.tele-link-time {
  margin: 0 11px 0 0;
  text-align: center;
  display: inline-block;
  background: #1F83FF;
  border-radius: 5px;
  padding: 4px 8px;
}

.tele-link-time p {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.7;
}

.tele2 {
  padding: 63px 0 91px 0;
  background: #ECF0F5;
}

.otziv2-block {
  padding: 0 25px 35px 25px;
}

.otziv-link-new {
  padding: 20px 0 0 0;
}

.otziv-name-new {
  padding: 14px 0 0 0;
}

.spec-img-lg {
  display: none;
}

.spec-img-mb {
  display: none;
}



.modal-border3 {
  position: relative;
  margin: 50px auto 0 auto;
  max-width: 498px;
}

.modal-licenziya img {
  width: 100%;
}

.modal-border4 {
  position: relative;
  margin: 50px auto 0 auto;
  max-width: 700px;
}

.modal-foto img {
  width: 100%;
}



.vivod-page-vc {
  background: #fdfeff;
  padding-bottom: 40px;
}
.ceni2-page-vc {
  padding-top: 0;
}





.title-page {
  margin-top: 30px;	
  font-weight: 700;
  font-size: 45px;
  line-height: 45px;
  color: #0D1C2D;
}
#map22 {
  height: 450px;
}


.vivod-relative .vivod-banner {
  position: absolute;
  top: 40px;
  right: -40px;
  border-radius: 20px;
  width: 700px;
  object-fit: cover;
  height: 540px;
}
.spec-list4 {
  background: #F4F8FC url(../images/vrachi-bg.png) 0 0;
  padding-bottom: 100px;
}
.spec-listT {
  padding-bottom: 100px;
}
.spec-block-listed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.spec-block-listed .vrachi-border {
  width: 300px;
  height: 420px;
  margin: 0 12px 24px 12px;
}
.spec-block-listed .litsenzii-slayder-block {
  width: 300px;
  margin: 0 12px 24px 12px;
}
.spec-block-listed .otziv-wrap {
    margin-bottom: 90px;
    width: 100%;
}
.spec-block-listed .otziv-zagolok1 h2 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 14px;
}
.spec-block-listed .otziv-btn1 {
  display: flex;
  justify-content: end;
}
.spec-block-listed .otziv-text1 {
  height: 56px;
  margin-top: 12px;
  margin-bottom: 10px;
}
.spec-block-texter p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0D1C2D;
  opacity: 0.7;
  margin: 14px 0 8px 0;
}
.map-contacts {
	padding: 30px 0 0 0;
}


@media (max-width: 2450px) {
	.vivod {
	    background-position: 100% 10%;
		background-size: 60%;
	}
}
@media (max-width: 1450px) {
	.vivod-relative .vivod-banner {
		  right: 0;
		  top: 60px;
		  width: 680px;
		  height: 440px;
	}
	.vivod-relative .vivod-title {
		  font-size: 44px;
		  padding-right: 60px;
	}
}
@media (max-width: 1200px) {
	.vivod-relative .vivod-banner {
	      width: 480px;
		  height: 360px;
	}
}
@media (max-width: 1000px) {
	.vivod-relative .vivod-banner {
	      width: 460px;
		  height: 300px;
		  top: 20px;
	}
	.vivod-relative .vivod-title {
		  font-size: 32px;
		  padding-right: 0;
	}
}
@media (max-width: 680px) {
	.vivod-relative .vivod-banner {
	      width: 100%;
		  height: 300px;
		  top: 10px;
	}
	.spec-block-listed .otziv-wrap {
    margin-bottom: 50px;
}
}




.silki-block-maps li a {
  color: #1F83FF;
  text-decoration: none;
}
.silki-block-maps .silki-lvl-1 {
  margin: 15px 10px 5px 15px;
}
.silki-block-maps .silki-lvl-2 {
  margin: 15px 10px 5px 30px;
}
.modal-supcity-list-filter a {
  display: block;
  text-align: center;
  margin: 7px 0 4px 0;	
}
.zayavka2-licen-sm img {
  padding: 30px;
}



.accordion-search-filter .search-service {
  display: block;
  text-decoration: none;
  color: #0D1C2D;
  margin: 25px 0 6px 0;
  position: relative;
  padding-left: 20px;
}
.accordion-search-filter .search-service:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #1F83FF;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.accordion-sohide.sohide {
  display: none;
}
.accordion2.accordion33 {
  padding-bottom: 30px;
}
.accordion2.accordion33 .item2 > .text2 {
  font-weight: 500;
}
.accordion-search-input.accordion-search-shadow {
  width: 264px;
  box-shadow: 0px 40px 100px rgba(36, 53, 62, 0.05);
}
.modal-supcity-list {
  display: flex;
  flex-wrap: wrap;	
  padding: 8px 22px;
}
.modal-supcity-list a {
  color: #1F83FF;
  text-decoration: none;
  width: 50%;
  margin: 12px 0 6px 0;
}
.form8-main .result_wrapper {
  text-align: center;	
}
.form8-main .result_wrapper .tpl-block-add-form {
  display: none;
}

.form8-main .result_wrapper.white8 h2 {
  font-size: 18px;
  color: #FFF;
}
.form8-main .result_wrapper.white8 h3 {
  color: #FFF;
  font-size: 15px;
  margin: 0;
  margin-top: 15px;
}
.form8-main .result_wrapper.white8 .decorate_line,
.form8-main .result_wrapper.white8 .title_decor {
  color: #FFF;
  margin-top: 18px;
  font-size: 20px;
}
.form8-main .result_wrapper.white8 p {
  color: #FFF;
  font-size: 14px;
}



#toTop {
  width: 60px;
  padding: 5px;
  position: fixed;
  bottom: 12px;
  left: 8px;
  cursor: pointer;
  display: none;
  color: #333;
  font-family: verdana;
  font-size: 11px;
  z-index: 90;
}
#toTop img {
  width: 50px;
}



.modal-WhatsAppN, section.goroda {
  display: none;
}
button.hide-btn {
  display: none;
}

.reestr {
    display: flex;
    align-items: center;
	max-width: 450px;
}
.reestr-logo {
width: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	    align-items: center;
    padding-right: 20px;
}
.reestr-logo img {
	width: 80px;
}
.reestr-logo a {
	font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    color: #1b7bf1;
}
.reestr-text {
	width: 100%;
    opacity: 0.7;
}
.reestr-title {
	    color: #0D1C2D;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 7px;
}
.reestr-desc {
	color: #0D1C2D;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
}

@media screen and (max-width: 1025px) {
.reestr {
    display: flex;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
}
@media screen and (max-width: 640px) {
	.reestr-title {
    font-size: 15px;
	}
	.reestr-desc {
    font-size: 14px;
	}
	.reestr-logo {
    width: 90px;
	}
	.reestr-logo a {
    font-size: 12px;
	}
}

.cookie-notice {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    max-width: 415px;
    border-radius: 7px;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(25, 25, 25, .15);
    background-color: #fff;
    z-index: 5000;
    opacity: 0.95;
    color: #373737;
}
.cookie-notice a:hover{
   text-decoration:none;	
}
@media (max-width: 768px) {
    .cookie-notice {
        font-size: 11px;
        max-width: 100%;
        left: 0;
        padding: 15px;
        right: 0;
        opacity: 0.95;
        box-shadow: 0 0 10px rgba(25, 25, 25, .15);
        bottom: 0;
		border-radius: 0;
    }
}
.cookie-notice__buttons {
    margin-top: 8px;
}
.cookie-notice__confirm {
    background-color: #fff;
    border: 0.15px solid #1F83FF;
    color: #1F83FF;
    height: 35px;
    width: 100%;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 12px;
}
@media (max-width: 768px) {
    .cookie-notice__confirm {
        font-size: 11px;
        height: 30px;
    }
}
.cookie-notice__text {
    line-height: 1.5;
}
.cookie-notice__text a, .polconf a {
    color: #1F83FF;
}