html:root {
  --title-color: #4b1d1d;
  --footer-color: #1C2132;
  --base-color: #253238;
  --social-color: #3399cc;
  --lightblue-color: #eefbff;
  --base-color30: rgba(9, 98, 187, 0.1);
  --text-color: #353535;
  --grey-color: #79797A;
  --light-color: #fff;
  --header-color: #fff;
  --before-shadow: 0 3px 5px 5px rgba(0,0,0,.02);
  --text-font: 0 3px 5px 5px rgba(0,0,0,.02);
  --after-shadow: none;
  --title-font: 'Montserrat', sans-serif;
  --text-font: 'Merriweather', arial, serif;
}

html {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol[class],
ul[class] {
  padding: 0;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
  margin: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* min-height: 100vh; */
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-family: 'Roboto', sans-serif;
  background: var(--light-color);
  color: var(--text-color);
}

.body.open {
  overflow: hidden;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
div:focus,
input:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
  border: none;
}

label {
  margin-bottom: .5em;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
ul, ol {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: var(--title-font);
  line-height: 1.2;
}
ul, ol {
  list-style-position: inside;
}
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: bold;
}

.h1 {
  font-size: 3.2em;
}

.h2 {
  font-size: 2.5em;
}

.h3 {
  font-size: 1.7em;
}

.h4 {
  font-size: calc(20px + 20 * (100vw / 1920));
}
@media (max-width: 768px) {
  .h4{
    font-size: calc(20x + 20 * ((100vw - 320px) / (1280 - 320)));;
  }
}

.h5 {
  font-size: 1em;
}

.b {
  font-weight: 700;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.up {
  text-transform: uppercase;
}

.grey {
  color: var(--grey-color);
}
.mail {
  color: #000;
}
.link__arrow {
  margin-left: .625em;
}

a {
  color: inherit;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a:hover, 
a:focus {
  color: var(--base-color);
  text-decoration: none;
}

p {
  line-height: 1.5;
  margin-bottom: 0;
}

.btn__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 1em 0;
}

.btn__block.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn__common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 227px;
  padding: 0 30px;
  font-weight: bold;
  border: none;
  font-size: 1em;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-radius: 10px;
  -webkit-box-shadow: var(--after-shadow);
  box-shadow: var(--before-shadow);
}

.btn__common:hover,
.btn__common:focus {
  transform: translateY(2px);
  -webkit-box-shadow: var(--after-shadow);
  box-shadow: var(--after-shadow);
}

.btn__red {
  background: var(--base-color);
  color: var(--header-color);
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid var(--base-color);
}

.btn__red:active, .btn__red:focus, .btn__red:hover {
  color: var(--base-color);
  background: var(--header-color);
}

.btn__red:disabled {
  opacity: .5;
}

.btn__white {
  background: none;
  color: var(--base-color);
  border: 1px solid var(--base-color);
}

.btn__white:active, .btn__white:focus, .btn__white:hover {
  color: #fff;
  background: var(--base-color);
  -webkit-box-shadow: 0px 10px 25px rgba(58, 64, 91, 0.15);
  box-shadow: 0px 10px 25px rgba(58, 64, 91, 0.15);
}

.btn__white:disabled {
  opacity: .5;
}
.form__search {
  position: relative;
}
.form__search .form-control {
  height: 30px;
  width: 30px;
  /* width: 200px; */
  position: relative;
  transition: .3s;
  background: none;
  padding: 0 1em;
}
.form__search .search__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
/* .form__search .search__icon:hover +.form-control,
.form__search .search__icon:focus +.form-control,
.form__search .search__icon:focus-within +.form-control,
.form__search .search__icon:active +.form-control {
  width: 200px;
} */
.form__search .form-control:hover,
.form__search .form-control:focus,
.form__search .form-control:focus-within,
.form__search .form-control:active {
  width: 200px;
}
.form__search .form-control:hover,
.form__search .form-control:focus,
.form__search .form-control:focus-within,
.form__search .form-control:active {
  width: 200px;
}

.form__search .form-control:focus + .search__icon,
.form__search .form-control:focus-within + .search__icon,
.form__search .form-control:hover + .search__icon,
.form__search .form-control:visited + .search__icon,
.form__search .form-control:active + .search__icon {
  display: none;
}
.form__search .search__icon:focus,
.form__search .search__icon:focus-within,
.form__search .search__icon:hover,
.form__search .search__icon:visited,
.form__search .search__icon:active {
  display: none;
}

.form__search .form-control::-webkit-input-placeholder, 
.form__search .form-control::-moz-placeholder, 
.form__search .form-control:-ms-input-placeholder,
.form__search .form-control::placeholder  {
  color: inherit
}

.list__block {
  margin-bottom: 4em;
}
.section__title {
  color: #253238;
  margin-bottom: 3em;
}

.section__title .h2, .section__title .h4 {
  margin-bottom: 20px;
}

.section__title .h3 {
  font-weight: normal;
}

.section__title .date {
  display: inline-block;
  background: var(--light-color);
  padding: 21px 17px;
  border-radius: 8px;
}

.section__item {
  padding: 3em 0 0 0;
}

.main .section__item:last-child,
.main .section__item.section__news,
.main__content .section__item:last-child,
.rightside .section__item:last-child {
  padding-bottom: 4em;
}

.section__content {
  padding: 0 0 3em 0;
}
.spec{
      display: flex;
    flex-direction: column;
    gap: 20px;
}
.breadcrumb__block {
  padding: 1.5em 0;
}

.breadcrumb__block .breadcrumb {
  margin: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  background: inherit;
  /* height: 3em; */
  color: var(--grey-color);
  line-height: 1.2;
}

.breadcrumb__separator {
  margin: 0 1em;
}
.page__item .page__link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DADADA;
}
.page__item .page__link:hover,
.page__item .page__link:focus,
.page__item.active .page__link {
  background: var(--base-color);
  color: #fff;
  border: 1px solid var(--base-color);
}
.page__item svg path {
  fill: var(--base-color);
}
.page__item .page__link:hover svg path,
.page__item .page__link:focus svg path,
.page__item.active .page__link svg path {
  fill: var(--header-color);
}
.page__item.next {
    transform: scale(-1);
}
.main__content {
  background: var(--light-color);
  /* padding-bottom: 72px; */
}
.main__block {
  grid-template-columns: 1fr 300px;
  grid-gap: 30px;
}

.content__block {
  position: relative;
  -ms-grid-columns: 300px 1fr;
      grid-template-columns: 300px 1fr;
  grid-gap: 3em;
}

.content__inner {
  width: 100% !important;
  word-break: break-word;
  background-color: var(--header-color);
  padding: 1.5em;
  border-radius: 5px;
  box-shadow: var(--before-shadow);
}

.content__inner .title__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5em;
}
.content__inner .title__img {
  flex: 0 0 130px;
  margin-right: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content__inner .title__img img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.content__inner .title__text p {
  margin-bottom: 0;
}
.content__inner .title__text p,
.content__inner .content__title p,
.content__inner .content__desc p,
.content__inner ol,
.content__inner ul,
.content__inner a:link {
  color: var(--base-color);
  line-height: 1.2;
  transition: .25s;
}
.content__inner .title__text .h2,
.content__inner .content__title .h2, 
.content__inner .content__desc .h4,
  .content__inner .content__date .p { 
  font-family: var(--title-font) !important;
}

.content__inner a:visited {
  color: var(--text-color);
}
.content__inner a:hover,
.content__inner a:focus,
.content__inner a:active {
  text-decoration: underline;
}
.content__inner li {
  margin-bottom: 1em;
}



.content__inner .content__desc .h2, .content__inner .content__desc .h3, .content__inner .content__desc .h4 {
  font-weight: 200;
}

.content__inner img {
  margin: 1em 0;
  max-width: 100%;
  height: auto;
}
.content__inner video {
  max-width: 100%;
  height: auto;
}

.content__inner iframe {
  max-width: 100% !important;
}
/* .content__inner, */
.content__inner p {
  line-height: 1.5;
  font-family: var(--text-font);
  color: var(--text-color);
  margin-bottom: 1em;
}
.line{
    background: #426a72;
}
.marquee a:hover{
    color: #fff;
}
.line__inner{
    display: flex;
    gap:30px;
    color: #fff;
    padding: 25px 0;
}
.marquee-wrapper img{
    padding-right: 30px;
}
.marquee {
    display: flex;
    gap: 20px;
    padding: 0 5px;
    
    animation: marquee 15s infinite linear;
    
}
.marquee .item{
    white-space: nowrap;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.content__inner h1,
.content__inner h2,
.content__inner h3,
.content__inner h4, 
.content__inner h5 {
  margin: 1em 0;
  margin-top: 0;
  color: var(--base-color) !important;
}

.content__inner table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  margin-bottom: 1.25em;
  width: 100% !important;
  max-width: 100% !important;
  border-spacing: 0;
  border: 1px;
}
.content__inner tbody {
  width: 100%;
}
.content__inner tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100% !important;
  height: auto !important;
}
.content__inner tr th,
.content__inner tr td {
  flex: 1 1;
  padding: .5em;
  vertical-align: baseline;
  height: auto !important;
  border: 1px;
}

.content__inner table p {
  margin-bottom: 0 !important;
}

.content__inner table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}


.content__inner tr th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rightside {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-row-gap: 3.75em;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}
.mainbtn__item {
  box-shadow: var(--before-shadow);
}
.mainbtn__item:not(:last-child) {
  margin-bottom: 1em;
}
.mainbtn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.5em 1.5em;
  background: var(--header-color);
  background: var(--lightblue-color);
  border: 2px solid var(--base-color);
  box-shadow: var(--before-shadow);
  position: relative;
  color: var(--base-color);
  transition: .3s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
}
.mainbtn__link.mainbtn__img {
  color: #fff;
  padding: 0 0;
  background: none;
}
.mainbtn__link.mainbtn__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.mainbtn__link:hover {
  transform: translateY(3px);
  color: #fff;
  background: var(--base-color);
}
.mainbtn__link.mainbtn__img:hover {
  background: none;
}
.mainbtn__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.25em;
  width: 52px;
  height: 52px;
}
.mainbtn__icon svg {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.mainbtn__icon svg path {
  transition: .3s;
  fill: var(--base-color);
}
.mainbtn__link:hover svg path {
  fill: #fff;
}
.aside__block {
  position: relative;
  height: 100%;
}
.aside__block #pdopagebase {
  position: sticky;
  display: block;
  width: 100%;
  /* height: auto; */
  top: 50px;
  left: 0;
} 
.aside__list {
  background: var(--header-color);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: var(--before-shadow);
}
.aside__more {
  display: flex;
  justify-content: center;
  padding: 1em 0;
}
.aside__item {
  /* background: var(--header-color); */
  border-bottom: 1px solid var(--light-color);
  color: var(--text-color);
}

.aside__item.active {
  background: var(--base-color);
  color: var(--header-color);
  border-bottom: none;
}
.aside__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em 2em;
}
/* infolinetwo */
 .infolinetwo{
  background: #253238;
  padding: 10px 0;
 }
 .infolinetwo{
  color: #fff;
 }
 .infolinetwo a{
  color: #fff;
 }
 .infolinetwo__inner{
  display: flex;
  gap: 50px;
 }
 .infolinetwo{
  position: relative;
 }
 .infolinetwo__item:nth-child(1){
  position: absolute;
 }
 .infolinetwo__item:nth-child(2){
  margin-left: 100px;
 }
 .infolinetwo__item:nth-child(4){
  margin-left: auto;
 }

 /* inputsearch */
 .inputsearch{
  border: none;
  background: transparent;
  color: #253238;
 }

 /* nav */
 .headertwo{
  padding: 15px 0;
 }
 .headertwo__inner{
  display: flex;
  align-items: center;
 }
 .headertwo__item:nth-child(2){
  margin-left: auto;
 }
 .inputsearch{
  font-size: 14px;
  color: #253238;
  transition-property: width;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: 1s;
  width: 55px;
 }
.inputsearch:focus{
  width: 150px;
  border-bottom: 1px solid #253238;
 }
 .headertwo__item nav > ul{
  display: flex;
  gap: 50px;
  align-items: center;
}
 .headertwo__item nav > ul li a{
  font-size: 14px;
  font-weight: 900;
  color: #253238;
  transition: color .3s;
  padding: 15px 0;
}
.headertwo__item nav > ul li a:hover{
  color:  #FF8049 !important;
}

.headertwo__item nav{
  margin-left: 100px;
}
/* sbunav */
.subnav{
  position: absolute;
  top: 180%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  padding: 15px !important;
  column-gap: 1em;
  column-width: auto;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  border-top: 1px solid #000;
  -webkit-box-shadow: 0 4px 14px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 4px 14px 0 rgb(0 0 0 / 20%);
}
.subnav > ul{
  display: flex;
  flex-direction: column;
  gap:10px;
}
.subnav li a{
  padding: 0 !important;
  background: none !important;
}
.subnav li.active a{
  border-top:none !important;
}
.subnav li a{
  border-top:none !important;
}
.subnav li a:hover{
  color: #000 !important;
}
.headertwo__item nav > ul li:hover > .subnav {
  display: flex !important;
  flex-direction: column;
  gap: 15px;
}
.headertwo__item nav > ul li{
  position: relative;
}
.has-subnav {
  padding-right: 0;
}
.subnav_active{
  display: block;
}
/* bannertwo */
.bannertwo{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 65vh;
}
.bannertwo__content{
  color: #fff;
}
.bannertwo__content .subtitle{
  font-weight: 400;
  font-size: 14px;
}
.bannertwo__content .title{
  font-weight: 600;
  font-size: calc(25px + 25 * (100vw / 1920));
  max-width: 800px;
}

@media (max-width: 768px) {
  .bannertwo__content .title{
    font-size: calc(28px + 25 * ((100vw - 320px) / (1280 - 320)));;
  }
  
}

.bannertwo__content .btn-bannertwo{
  color: #fff;
  padding: 30px 60px;
  font-size: 14px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  transition: all .3s;
  text-transform: uppercase;
}
.bannertwo__content .btn-bannertwo:hover{
  background: rgba(255, 255, 255, 0.5);
}
/* appeal */
.appeal{
  position: relative;
  z-index: 2;
}
.appel-bg{
  position: relative;
}
.appeal__bg{
  position: absolute;
  top: -505px;
  z-index: 1;
}
.appeal__content{
  z-index: 10;
  background: #fff;
  padding: 50px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  color: #253238;
}
.appeal__inner{
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 90px;
}
.appeal__item .title{
  font-weight: 600;
  font-size: 20px;
  color: #253238;
}
.appeal__item .subtitle{
  font-weight: 400;
  font-size: 14px;
  color: #253238;
  opacity: 0.5;
}
.appeal__item .text p{
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 30px;
  color: #253238;
}
.appeal__item .text p:last-child{
  margin-bottom: none;
}
.btns__inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.btns__item{
  padding: 30px;
  background: rgba(255, 255, 255, 0.3);
  
  box-shadow: 4px 4px 10px 0px #00000026;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  
}
.btns{
  position: relative;
  z-index: 10;
  margin-top: 50px;
}
.btns__item img{
  max-width: 30px;
}
.btns__item .title{
  font-weight: 600;
  font-size: 20px;
  transition: color .3s;
}
.btns__item .text{
  font-size: 14px;
  color: #253238;
  opacity: 0.5;
}
.btns__item .title:hover{
  color: #FF8049 !important;
}
.btns__item a{
  transition: color .3s;
  color: #000;
}
.btns__item a:hover{
  color: #FF8049 !important;
}
.btns__inner a:hover{
  color: #FF8049 !important;
}
/* footertwo */
.footertwo{
  background: #253238;
  color: #fff;
  padding: 30px 0;
}
.footertwo__item:nth-child(1) .logo{
  font-size: 20px;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: center;
}
.footertwo__item:nth-child(2) ul li ul{
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footertwo__inner{
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 90px;
}
.footertwo__item:nth-child(2){
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.footertwo__item ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footertwo__item ul li a{
  font-size: 12px;
}
.footertwo__item:nth-child(2) .item .title ul{
  gap: 15px;
}
.footertwo__item:nth-child(2) .item .title ul li a{
  font-weight: 600;
  font-size: 14px;
}
/* nav-toggle */
.nav-toggle {
  position: relative;
  border: none;
  background: none;
  margin-left: auto;
}

.nav-toggle:focus {
  outline-width: 0;
}

.nav-toggle [class*='bar-'] {
  background: var(--white);
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  border-radius: 8px;
  height: 3px;
  width: 37px;
  margin-bottom: 6px;
}

.nav-toggle .bar-bot {
  margin-bottom: 0;
}

.bar1 {
  margin-bottom: 4px !important;
  margin-top: 4px !important;
}

.bar1, .bar2, .bar3 {
  width: 24px;
  height: 2px;
  background-color: #000;
  margin: 4px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 2px);
  transform: rotate(-45deg) translate(-5px, 2px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
  transform: rotate(45deg) translate(-7px, -4px);
}

/* spec class */
.db {
  display: block !important;
  margin-bottom: 20px;
}
.open-serv{
  display: block !important;
}
/* .no-scroll {
  overflow: hidden !important;
} */
.service-nav {
  background: #fff;
  border-radius: 1px;
}
.service-nav > ul {
  border: solid 1px rgba(255,255,255,0.1);
}
.service-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.service-nav li.level-1 {
  border-bottom: solid 1px rgba(255,255,255,0.1);
}
.service-nav li {
  position: relative;
}
.service-nav li.level-1 > a {
  display: block;
  margin-right: 30px;

  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.service-nav li.level-1 > a:hover{
  color: #000;
}
.service-nav li.level-2:hover{
  background: rgba(255, 255, 255, 0.2);
}
.service-nav li a {
  display: block;
  color: #000;
}
.service-nav a {
  color: #000;
  transition: .2s all;
}
.service-nav li.parent span.toggler {
  display: block;
  position: absolute;
  text-align: center;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 10px;
  cursor: pointer;
  background: url(/assets/img/web/1.png) center 5px no-repeat;
}
.service-nav ul ul {
  display: none;
}
.service-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.service-nav li.level-2 {
  padding-left: 15px;
}
.service-nav li.level-2 > a {
  padding: 10px 15px;
  margin-right: 30px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.open {
  opacity: 1 !important;
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
  overflow-y: auto !important;
  max-height: calc(100vh - 134px) !important;
}
.menu {
  position: relative;
  top: 5px;
  z-index: -1;
}
.menu .menu__inner {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  border-bottom: 3px solid #000;
}
.headertwo__inner .headertwo__item:nth-child(3){
  display: none;
  max-width: 50px;
}
.headertwo__inner .headertwo__item:nth-child(3) img{
  width: 100%;
}
.headertwo__inner .headertwo__item:nth-child(4){
  display: none;
  margin-left: auto;
}
.menu-index{
  z-index: 10;
}
.menu__content{
  padding: 30px 0;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page{
  overflow: hidden;
}

.newstwo__block{
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.newstwo__item{
  background: #F5F5F5;
  border-radius: 20px;
  padding: 30px;
  max-width: 410px;
  width: 100%;
}
.newstwo___content .inner img{
  border-radius: 10px;
  width: 100%;
}
/* .newstwo__block .newstwo__item:nth-child(1){
  max-width: 840px;
}
.newstwo__block .newstwo__item:nth-child(1) .newstwo___content{
  flex-direction: initial;
  gap: 20px;
}
.newstwo__block .newstwo__item:nth-child(1) .newstwo___content .inner img{
  height: 100%;
} */
.newstwo___content{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.newstwo___content .inner:nth-child(2){
  display: flex;
  flex-direction: column;
  height: 100%;
}
.item-two{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.newstwo___content .inner:nth-child(2) .item-one{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newstwo___content .inner:nth-child(2) .item-one .item__theme{
  margin-top: 20px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  color: #000;
}
.newstwo___content .item-two .title{
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
  color: #253238;
}
.newstwo___content .item-two .item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.introbase{
  background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 30vh;
}
.introbase__content{
  padding: 120px 0;
}
.introbase__content h2{
  color: #fff;
  font-size: calc(25px + 25 * (100vw / 1920));
}
@media (max-width: 768px) {
  .introbase__content h2{
    font-size: calc(25px + 25 * ((100vw - 320px) / (1280 - 320)));;
  }
}
@media (max-width: 550px) {
  .introbase__content{
    padding: 60px 0;
  }
  .introbase{
    min-height: 17vh;
  }
}
.appeal__img{
  max-width: 255px;
}
.appeal__img img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.appeal__inner .appeal__item:nth-child(1){
  display: flex;
  flex-direction: column;
  align-items: center;
}



@media (max-width: 1330px) {
  .newstwo__item{
    max-width: 355px;
  }
  .newstwo__block .newstwo__item:nth-child(1){
    max-width: 730px;
  }
}
@media (max-width: 1135px) {
  .newstwo__item{
    max-width: 100%;
  }
  .newstwo__block .newstwo__item:nth-child(1) .newstwo___content{
    flex-direction: column;
  }
  .newstwo__block .newstwo__item:nth-child(1){
    max-width: 100%;
  }
  .newstwo__block{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 875px) {
  .newstwo__block{
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .newstwo__block{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1200px) {
  .footertwo__inner{
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .footertwo__item:nth-child(2){
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1110px) {
  .appeal__inner{
    grid-template-columns: 1fr;
  }
  .infolinetwo{
    display: none;
  }
  .headertwo__inner .headertwo__item:nth-child(1){
    display: none;
  }
  .headertwo__inner .headertwo__item:nth-child(2){
    display: none;
  }
  .headertwo__inner .headertwo__item:nth-child(3){
    display: block;
  }
  .headertwo__inner .headertwo__item:nth-child(4){
    display: block;
  }
  .headertwo{
    padding: 5px 0;
  }
}

@media (max-width: 768px) {
  .bannertwo{
    min-height: 40vh;
    border-radius: 0;
  }
  .appeal__bg img{
    width: 100%;
  }
  .btns__inner{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 550px) {
  .bannertwo__content .btn-bannertwo{
    padding: 20px 30px;
  }
}
















.infoline__block, .header__block, .navblock .menu__list .navbar-nav {
  background: var(--header-color);
  box-shadow: var(--before-shadow);
}

.infoline__block {
  padding: .5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.infoline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.infoline__item:not(:last-child) {
  margin-right: 2.5em;
}

.infoline__item.social__block {
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.infoline__item .social__link:not(:last-child) {
  margin-right: 10px;
}

.head__bookmark-icon {
  margin-right: 10px;
}

header {
  background: var(--light-color);
}

.header__block {
  -ms-grid-columns: 1fr 255px;
      grid-template-columns: 1fr 255px;
  grid-gap: 20px;
  padding: 1em 0;
}

.header__item {
  margin: 0;
  padding: 0 2em;
  border-right: 1px solid #F3F3F5;
}
.header__info {
  display: flex;
  flex-direction: column;
}
.header__info .info__item p {
  text-align: right;
}

.header__item .info__title {
  font-size: 1.2em;
  font-weight: bold;
  color: var(--base-color);
}

.header__logo {
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.header__logo .logo__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.header__logo .logo__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__logo .logo__text {
  padding-left: 1.5em;
}
.header__logo .logo__title h1 {
  font-size: 28px;
}

.navblock {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 4;
}
.navblock .menu__list {
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 0 0 5px 5px;
  padding: 0;
}
.navblock .menu__list .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 0 0 5px 5px;
}


.navblock .container {
  position: relative;
}

.navblock .nav-item .nav-link {
  padding: 1em .5em 1em .5em;
  font-size: 1.1em;
  color: var(--text-color);
  background: #fff;
}
.navblock .nav-item .nav-link:hover {
  background: #dce1e6;
} 

.dropdown > .dropdown-menu {
  position: absolute;
  font-size: 1em;
  max-height: 0px;
  overflow: hidden;
  transition: .3s ease-in-out;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (auto)[8];
  grid-template-rows: repeat(8, auto);
  grid-auto-flow: column;
  border-radius: 0;
  border: none;
}

.dropdown:hover > .dropdown-menu {
  max-height: 100vh;
}

.dropdown > .dropdown-menu .nav-item {
  height: 100%;
  border-left: none;
  border-right: none;
  min-width: 15em;
  border-bottom: 1px solid var(--light-color);
  border-right: 1px solid var(--light-color);
}

.dropdown > .dropdown-menu .nav-link {
  height: 100%;
}



.dropdown:last-child:hover > .dropdown-menu {
  left: auto;
  right: 0;
}

.nav__toggler {
  display: none;
}
.navbar-toggler {
  padding: 0;
  width: 53px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--title-color);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

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

.nav-icon span:nth-child(2) {
  top: 6px;
}

.nav-icon span:nth-child(3) {
  top: 12px;
}

.nav-icon.open {
  top: -10px;
}

.nav-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.nav-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}



.banner__block {
  position: relative;
}
.banner__block .swiper-container {
    width: 100%;
}
.banner__arrow {
  width: 40px;
  height: 40px;
}
.banner__arrow.prev {
  transform: scaleX(-1);
}
.banner__arrow .arrow__icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, .5);
}
.banner__slide {
  position: relative;
  width: 100%;
  height: calc(100vh - 222px);
  height: calc(100vh - 320px);
  color: #fff;
}

.banner__slide .banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
}
.banner__slide .banner__bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear-gradient(0deg, rgba(43, 42, 41, 0.6), rgba(43, 42, 41, 0.6)));
  background: linear-gradient(0deg, rgba(43, 42, 41, 0.6), rgba(43, 42, 41, 0.6));
  z-index: 2;
}


.banner__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2em;
  z-index: 3;
}

.banner__title {
  display: block;
  padding: 1.5em;
  max-width: 300px;
  text-align: left;
  padding: 1em;
  background: rgba(0,0,0,.6);
  border-radius: 8px;
  font-weight: bold;
  font-size: 1em;
}
.banner__btn {
  margin-top: 1em;
}
.panel {
  position: absolute;
  bottom: 1.5em;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 1;
}

.panel__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panel__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: var(--title-color);
  font-weight: bold;
  width: 220px;
  height: 90px;
  padding: 1.5em 0;
  padding-left: 2em;
}

.panel__item .item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.panel__item .item__title p {
  line-height: 1.2;
}
.panel__item::after {
  content: "";
  display: block;
  height: 100%;
  border-right: 1px solid rgba(254, 83, 57, 0.2);
}

.panel__item:first-child {
  border-radius: 100px 0 0 100px;
}

.panel__item:last-child {
  border-radius: 0 100px 100px 0;
  background: var(--base-color);
  color: #fff;
}

.panel__item .item__img {
  margin-right: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel__item .item__img img {
  max-width: 40px;
  height: auto;
}

.speech__block {
  display: flex;
  flex-direction: row;
  background: var(--header-color);
  box-shadow: var(--before-shadow);
}
.speech__content {
  padding: 2em;
}
.speech__content .content__inner {
  background-color: inherit;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.speech__img {
  flex: 0 0 255px;
}
.speech__img .img__block {
  width: 100%;
  height: 100%; 
}
.speech__block .speech__img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin: 0 0;
}

.section__news {
  background: var(--light-color);
}

.newsblock__title {
  display: flex;
  justify-content: space-between;
}
.newsblock__title .title__filter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.newsblock__title .filter__item {
  margin: .5em 0;
  margin-left: 1em;
}
.newsblock__title .filter__item label {
  margin-bottom: 0;
}
.newsblock__title .filter__item .item__title {
  font-weight: bold;
  font-size: .875em;
}
.newsblock__title .filter__item input {
  display: none;
}
.news__block {
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 1.5em;
}
.mediacenter__block {
  -ms-grid-columns: (minmax(255px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 1.5em;
}
.newsbtns__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--header-color);
  border-radius: 0 0 8px 8px;
  transition: .25s;
  box-shadow: var(--before-shadow);
}
.news__item:hover {
  transform: translateY(3px);
  box-shadow: var(--after-shadow);
}
.news__item .item__img {
  display: flex;
  flex-direction: column;
  height: 160px;
  width: 100%;
}
.news__item .item__img .img__link {
  display: block;
  width: 100%;
  height: 100%;
}
.news__item .item__img img {
  margin: 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__item .item__theme {
  position: absolute;
  top: .5em;
  right: .5em;
  display: inline-block;
  align-self: flex-end;
  background: var(--base-color);
  color: var(--light-color);
  padding: .2em .3em;
  border-radius: 5px;
  font-size: .9em;
}
.news__item .item__text {
  display: flex;
  flex-direction: column;
  padding: 1em;
  height: 100%;
}
.news__block .news__item img,
.news__block .news__item p {
  margin: 0 0;
}
.news__item .item__desc {
  margin-bottom: 1em;
}
.news__item .item__btn p {
  margin-bottom: 0;
}

.news__item .item__date {
  display: inline-block;
  align-self: flex-end;
  background: var(--base-color);
  color: var(--light-color);
  padding: .3em .5em;
  border-radius: 10px;
  margin-top: auto;
}

.news__item .item__btn {
  margin-top: auto;
  padding: 0 1em;
  padding-bottom: 1em;
}


.newsbtns__block {
  padding-top: 2em;
}

.follow__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 370px 1fr;
      grid-template-columns: 370px 1fr;
  grid-gap: 20px;
}

.follow__form .group__name {
  display: none;
}

.follow__form .form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.follow__form .group__email {
  position: relative;
}

.follow__form .group__email .input__icon {
  position: absolute;
  top: calc(50% - 12px);
  left: 25px;
  display: inline-block;
}

.follow__form .group__email input {
  border-radius: 100px;
  padding-left: 56px;
  width: 100%;
  height: 50px;
  border: none;
}

.follow__form .form-group.accept {
  text-align: right;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.follow__form .form-group.accept .form-control {
  display: inline-block;
}

.follow__form .form-group.accept input {
  margin-right: .5em;
  width: 20px;
  height: 20px;
}

.section__social {
  background: var(--social-color);
  color: var(--header-color);
  padding: 3em 0 3em 0;
}

.section__social .social__title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 48px;
}

.section__social .social__title p {
  line-height: 1.4;
}

.section__social .social__block {
  -ms-grid-columns: 1fr 500px;
      grid-template-columns: 1fr 500px;
  grid-gap: 30px;
}

.section__social .social__img {
  width: 100%;
}

.section__social .social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__social .social__item p {
  margin-top: 14px;
  text-align: center;
}

.section__social .social__item:not(:last-child) {
  margin-right: 3em;
}

.social__img {
  position: relative;
}

.social__img .img__doctor img {
  width: 100%;
  height: 100%;
}

.social__btn {
  display: inline-block;
  padding: 1.5em 1em;
  font-size: 1.5em;
  font-weight: bold;
  border: 2px solid var(--header-color);
  border-radius: 5px;
  background: var(--header-color);
  color: var(--social-color);
}
.social__btn:hover,
.social__btn:focus {
  background: var(--social-color);
  color: var(--header-color);
}
.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__usefull {
  background: var(--light-color);
}

.usefull__block {
  -ms-grid-columns: (minmax(320px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 30px;
}
.rightside .usefull__block {
  grid-gap: 1em;
}

.usefull__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  background: #F5F5F5;
  border-radius: 20px;
  transition: .25s;
  box-shadow: var(--before-shadow);
}
.usefull__item:hover {
  transform: translateY(3px);
  box-shadow: var(--after-shadow);
}


.usefull__item .item__img {
  margin-right: 1em;
  flex: 0 0 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.usefull__item .item__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.usefull__item .item__title {
  text-align: center;
  font-size: .85em;
}



.checkbox-custom, .radio-custom {
  opacity: 0;
  position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.checkbox-custom-label, .radio-custom-label {
  position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
  content: '';
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: " ";
  background: var(--base-color);
  color: var(--header-color);
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  content: "";
  background: var(--base-color);

}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}
.anketa__block .form__input.other-info {
  display: flex;
  flex-direction: column;
}
.anketa__block .form__input.other-info textarea {
  border: 2px solid #ddd;
}

.docs__item {
  margin-bottom: 20px;
}
.docs__btn .btn {
  background: var(--base-color);
  width: 100%;
  padding: 1em;
  text-align: left;
  color: #fff;
  font-size: 1.1em;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
}
.docs__btn .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.docs__btn .btn[aria-expanded=true].dropdown-toggle::after{
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.docs__list, .files__list {
  padding: 0;
  padding-left: 50px;
  list-style: none;
  margin-bottom: 0;
}
.docs__list a {
  line-height: 1.5;
  color: var(--base-color);
  display: block;
  padding: .5em 0;
}
.docs__subtitle {
  padding-top: 1em;
  text-align: center;
  color: var(--base-color);
  font-size: 1.1em;
  font-weight: 700;
}
.files__block .files__item {
  display: flex;
  position: relative;
  gap:5px;
}
.files__block .docs__link {
  position: relative;
  display: flex;
  align-items: center;
  height: 1.5em;
  padding-left: 2em;
  font-weight: bold;
  font-family: var(--text-font);
  transition: .3s;
}
.files__block .docs__link:hover {
  text-decoration: none;
}
.files__block .docs__link::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.55em;
  content: "";
  background-size: contain;
}
.files__block .docs__icon {
  margin-left: .8em;
}

.files__block .docs__icon svg {
  width: 1.5em !important;
}
.files__block .docs__icon svg path {
  fill: var(--base-color);
}

.files__block .docs__icon.see {
  display: none;
}
.files__block .docs__icon.see[href$=".pdf"] {
  display: inline-block;
}
.files__block .docs__link[href$=".pdf"]:before {
  background-image: url('../img/icons/pdf.svg');
}

.files__block .docs__link[href$=".docx"]:before,
.files__block .docs__link[href$=".txt"]:before,
.files__block .docs__link[href$=".doc"]:before,
.files__block .docs__link[href$=".rtf"]:before {
  background-image: url('../img/icons/docs.svg');
}

.files__block .docs__link[href$=".xls"]:before,
.files__block .docs__link[href$=".xlsx"]:before,
.files__block .docs__link[href$=".xlsm"]:before,
.files__block .docs__link[href$=".ods"]:before {
  background-image: url('../img/icons/spreadsheet.svg');
}

.files__block .docs__link[href$=".zip"]:before,
.files__block .docs__link[href$=".rar"]:before,
.files__block .docs__link[href$=".tar"]:before,
.files__block .docs__link[href$=".zipx.sit"]:before,
.files__block .docs__link[href$=".sitx"]:before {
  background-image: url('../img/icons/file.svg');
}

.files__block .docs__link[href$=".jpg"]:before,
.files__block .docs__link[href$=".jpeg"]:before,
.files__block .docs__link[href$=".png"]:before,
.files__block .docs__link[href$=".svg"]:before,
.files__block .docs__link[href$=".tif"]:before,
.files__block .docs__link[href$=".gif"]:before {
  background-image: url('../img/icons/image.svg');
}

.files__block .download svg {
  fill: var(--text-color);
}
.contacts__item:not(:last-child) {
  margin-bottom: 2em;
}
.location__map  {
  margin-top: 1em;
}

/* карта сайта */

.sitemap__block {
  margin-bottom: 2em;
  padding: 0 2em;
}
.sitemap__list {
  padding: 0;
}
.sitemap__link {
  transition: .3s;
}
.sitemap__link:hover,
.sitemap__link:focus,
.sitemap__link.active {
  color: var(--base-color);
}
.sitemap__block .sitemap__branch a {
  color: var(--base-color);
}
.sitemap__block .branch__list {
  margin: 1.5em;
}
/* о клинике */

.responsive-table tr:last-child{
   border-bottom: 1px solid #dee2e6;
}
.responsive-table td:first-child {
  max-width: 300px;
  font-weight: bold;
}
.about {
  margin-bottom: 1.5em;
}

/* наши специалисты */

.workers__block .responsive-table tr td:nth-child(1) {
  width: 20%;
}
.workers__block .responsive-table tr td:nth-child(2) {
  width: 20%;
}
.workers__block .responsive-table tr td:nth-child(3) {
  width: 40%;
}
.workers__block .responsive-table tr td:nth-child(4) {
  width: 20%;
}
.workers__block .responsive-table td:first-child {
  font-weight: normal;
}

/* вакансии */
.joboffer {
  margin-bottom: 2em;
}
.joboffer__block {
  padding: 0 1em;
}
.joboffer__item {
  background: rgba(0, 97, 142, 0.06);
  padding: 1em;
  border-radius: 10px;
  margin-bottom: 1em;
}
.joboffer__btn {
  display: flex;
  justify-content: center;
  margin-top: .5em;
}
.joboffer__item .item__title p {
  font-weight: bold;
}
.joboffer__block .modal-header {
  padding: 0;
  border-bottom: 0;
}
.joboffer__block .form-actions {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}

/* отзывы */
.feedback__block .comment-list {
  list-style-type: none;
  padding: 0;
}
.feedback__block .ticket-comment:not(:last-child) {
  margin-bottom: 1.5em;
}
.feedback__block .ticket-comment__body {
  padding: 1em;
  border: 1px solid rgba(0, 97, 138, 0.3);
  border-radius: 5px;
  background: rgba(0, 97, 138, 0.1);
}
.feedback__block .ticket-comment__header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1em;
}
.feedback__block .ticket-comment__author {
  font-weight: bold;
  font-size: 1.2em;
}
.feedback__block .ticket-comment__createdon {
  margin-left: 2em;
}

.feedback__block #ticketForm .form-actions, 
.feedback__block #comment-form .form-actions {
  border-top: none;
}
.feedback__block #comment-editor {
  width: 100%;
}
.feedback__block .comment-form__block {
  margin: 1.5em 0;
  display: flex;
  flex-direction: column;
}
.feedback__block .comment-form__title {
  margin-bottom: .5em;
  color: var(--base-color);
}
.feedback__block .modal-content {
  position: relative;
}
.feedback__block .block__btn {
  margin-top: 1em;
}

.faq__block .modal-content {
  padding: 1em;
}
.faq__block .message-title {
  margin-bottom: 1em;
}
.faq__block .ec-message__reply {
  margin-bottom: 1em;
  margin-left: auto;
  padding: 0;
  padding: 19px;
  width: 80%;
  background: rgba(144, 238, 144, 0.397);
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.faq__block .ec-message {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.ec-antispam {
  display: none;
}
.checkin__form .form-group {
  margin-bottom: 1em;
}
.checkin__form .btn__block {
  margin-top: 2em;
}
.checkin__form label, .checkin__form input {
  margin-bottom: .5em;
}
.album__item .item__desc {
  padding: .5em;  
}
.album__item .item__img {
  display: flex;
  flex-direction: column;
}
.album__item img {
  margin: 0;
}
.gallery__item {
  overflow: hidden;
  width: 100%;
}
.gallery__item .gallery__link {
  transition: .3s;
}
.gallery__item img {
  margin: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: .3s;
}
.gallery__item:hover .gallery__link {
  text-decoration: none;
  color: var(--base-color);
}
.gallery__item:hover img {
  transform: scale(1.01);
}

.section__fame {
  padding-bottom: 4em;
}

.fame__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fame__block.grid {
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 1.5em;
}
.fame__title .title__block {
  margin-bottom: 0;
}
.fame__title .title__all .link {
  font-weight: bold;
}
.fame__block .swiper-container {
  padding-bottom: 65px;
}

.fame__arrow-block {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
.fame__arrow-block .fame__arrow {
  position: static;
  width: 40px;
  height: 40px;
  border: .5px solid var(--header-color);
}
.fame__arrow.prev {
  transform: scaleX(-1);
}
.fame__arrow .arrow__icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
}

.fame__block .swiper-wrapper {
  height: 100%;
}
.fame__block .swiper-slide {
  height: auto;
}
.fame__item {
  background: var(--header-color);
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-shadow: var(--before-shadow);
}
.content__inner .fame__item {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5em;
  height: 200px;
}
.content__inner .fame__item .item__img {
  flex: 0 0 225px;
  height: 100%;
}
.fame__item .item__content {
  padding: 1em;
}
.fame__item .item__title {
  margin-bottom: 1em;
}

.fame__item .item__btn {
  padding: 1em; 
  margin-top: auto; 
}
.fame__item .item__img {
  width: 100%;
  flex: 0 0 225px;
  height: 225px;
}


.fame__item .item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 0;
}

footer {
  margin-top: auto;
  background: var(--footer-color);
  background: var(--base-color);
  color: var(--header-color);
}
.footer a:hover,
.footer a:focus {
  color: var(--social-color);
}
.footer__block {
  padding: 46px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__logo .logo__img {
  margin-right: 1.5em;
  flex: 0 0 100px;
}
.footer__logo .logo__img img {
  max-width: 100%;
}


.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__social .social__link:not(:last-child) {
  margin-right: 20px;
}

.footer__social img {
  width: 30px;
}

.footer__info {
  line-height: 1.5;
}

.footer__info .info__title {
  opacity: .5;
}

.footer__info .info__item {
  margin-bottom: 1em;
}

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

.footer__bottom {
  padding: 2em 0;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.footer__bottom .bottom__text {
  font-size: 13px;
  opacity: .5;
}


.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
  opacity: 1;
}



.docsblock__item {
  margin-bottom: 1em;
}
.docsblock__btn {
  padding: 1em;
  background: var(--base-color);
  margin-bottom: 1em;
}
.docsblock__btn a{
  color: #fff !important;
}
.docsblock__btn .btn__link {
  color: #fff;
}
.docs__list {
  padding-left: 1.5em;
}
.docs__item {
  padding-left: 30px;
  position: relative;
  min-height: 2em;
  display: flex;
  flex-direction: column;
  margin-bottom: .5em;
}
.docs__item .item__bottom {
  display: flex;
}
.docs__item .item__bottom a {
  margin-right: 1em;
}
.docs__item .docs__p {
  margin-bottom: 0 !important;
  color: #000;
}
.docs__p:before {
  display: block;
  position: absolute;
  top: .25em;
  left: 0;
  width: 20px;
}

.hidden__link[href$=".pdf"] + .docs__p:before {
  content: url('../img/svg/pdf.svg');
}

.hidden__link[href$=".docx"] + .docs__p:before {
  content: url('../img/svg/word.svg');
}

.hidden__link[href$=".txt"] + .docs__p:before {
  content: url('../img/svg/word.svg');
}

.hidden__link[href$=".doc"] + .docs__p:before {
  content: url('../img/svg/word.svg');
}

.hidden__link[href$=".rtf"] + .docs__p:before {
  content: url('../img/svg/word.svg');
}

.hidden__link[href$=".xls"] + .docs__p:before {
  content: url('../img/svg/excel.svg');
}

.hidden__link[href$=".xlsx"] + .docs__p:before {
  content: url('../img/svg/excel.svg');
}

.hidden__link[href$=".xlsm"] + .docs__p:before {
  content: url('../img/svg/excel.svg');
}

.hidden__link[href$=".ods"] + .docs__p:before {
  content: url('../img/svg/excel.svg');
}

.hidden__link[href$=".zip"] + .docs__p:before {
  content: url('../img/svg/rar.svg');
}

.hidden__link[href$=".rar"] + .docs__p:before {
  content: url('../img/svg/rar.svg');
}

.hidden__link[href$=".zip"] + .docs__p:before {
  content: url('../img/svg/rar.svg');
}

.hidden__link[href$=".tar"] + .docs__p:before {
  content: url('../img/svg/rar.svg');
}

.hidden__link[href$=".zipx.sit"] + .docs__p:before {
  content: url('../img/svg/rar.svg');
}

.hidden__link[href$=".sitx"] + .docs__p:before {
  content: url('../img/svg/rar.svg');
}

.hidden__link[href$=".jpg"] + .docs__p:before {
  content: url('../img/svg/picture.svg');
}

.hidden__link[href$=".jpeg"] + .docs__p:before {
  content: url('../img/svg/picture.svg');
}

.hidden__link[href$=".png"] + .docs__p:before {
  content: url('../img/svg/picture.svg');
}

.hidden__link[href$=".svg"] + .docs__p:before {
  content: url('../img/svg/picture.svg');
}

.hidden__link[href$=".tif"] + .docs__p:before {
  content: url('../img/svg/picture.svg');
}

.hidden__link[href$=".gif"] + .docs__p:before {
  content: url('../img/svg/picture.svg');
}
@media (min-width: 1330px) {
  .container {
    max-width: 1300px;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
  .main__block {
    -ms-grid-columns: 1fr 255px;
      grid-template-columns: 1fr 255px;
    grid-gap: 30px;
  }

  .content__block {
    -ms-grid-columns: 255px 1fr;
      grid-template-columns: 255px 1fr;
    grid-gap: 30px;
  }
  .header__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    padding-right: 25px;
  }

  .navblock .nav-link {
    font-size: 1em;
  }

  .banner__slide {
    height: 480px;
  }

  .section__social .social__block {
    -ms-grid-columns: 1fr 400px;
        grid-template-columns: 1fr 400px;
    grid-gap: 30px;
  }
  .section__social .social__title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  .section__social .social__title p {
    line-height: 1.2;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
  .h1 {
    font-size: 3em;
  }
  .h2 {
    font-size: 2.5em;
  }
  .h3 {
    font-size: 1.5em;
  }
  .h5 {
    font-size: 1em;
  }
  .section__item {
    padding: 2em 0 0 0;
  }
  .main .section__item:last-child,
  .main .section__item.section__news,
  .main__content .section__item:last-child,
  .rightside .section__item:last-child {
    padding-bottom: 3em;
  }
  .header__block {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: .5em;
  }
  .header__item {
    margin: 0 0 5px 0;
  }
  .header__item:not(.header__logo) {
    border-right: none;
  }
  .header__logo {
    grid-column: span 2;
    grid-row: span 3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__logo .logo__title h1 {
    font-size: 24px;
  }

  .header__info {
    grid-row: span 1;
  }
  .navblock {
    background: var(--light-color);
  }
  .navblock .nav-item {
    border-left: none;
    border-right: none;
  }
  .navblock .menu__list {
    position: absolute;
    top: -1000px;
    left: 0;
    flex-direction: column;
    padding: 0;
  }
  .navblock .menu__list.open {
    top: auto;
    background: var(--light-color);
  }
  .navblock .menu__list .navbar-nav {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .navblock .dropdown-menu {
    position: static;
    font-size: 1em;
    border: none;
  }
  .dropdown:hover > .dropdown-menu .nav-item
  .dropdown:focus > .dropdown-menu .nav-item, {
    border-bottom: none;
    border-right: none;
  }
  .dropdown:hover > .dropdown-menu .nav-link,
  .dropdown:focus > .dropdown-menu .nav-link {
    padding: .5em 1em;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid var(--light-color);
    z-index: 2;
  }

  .nav__toggler {
    display: block;
  }

  .banner__slide {
    height: 360px;
  }
  .banner__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner__title {
    display: block;
    padding: 1em;
    max-width: 250px;
    padding: .7em;
    background: rgba(0,0,0,.6);
    border-radius: 5px;
    font-size: 1em;
  }
  .banner__title .btn__common {
    height: 40px;
    width: 100%;
    padding: 1em;
    font-weight: bold;
    border: none;
    font-size: 1em;
  }

  .panel {
    position: static;
    background: var(--light-color);
  }
  .panel__block {
    padding: 1em 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: .5em;
  }
  .panel__item {
    background: #fff;
    padding: 1.5em 2em;
    border-radius: 100px;
    width: 100%;
  }
  .panel__item::after {
    display: none;
  }
  .panel__item:first-child {
    border-radius: 100px 100px 100px 100px;
  }
  .panel__item:last-child {
    border-radius: 100px 100px 100px 100px;
  }
  
  .main__block {
    grid-template-columns: 1fr;
  }

  .section__social .social__block {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .section__social .social__list img {
    width: 36px;
  }
  .section__social .social__list p {
    display: none;
  }
  .section__social .social__item:not(:last-child) {
    margin-right: 1em;
  }
  /* .social__img {
    display: none;
  } */
  .content__block {
    grid-template-columns: 1fr;
    grid-row-gap: 1.5em;
  }
  .content__inner {
    order: 1;
  }
  .aside__block {
    order: 2;
  }

  .speech__content {
    padding: 1em;
  }
  .speech__img {
    flex: 0 0 320px;
  }
  
  .sitemap__block {
    margin-bottom: 1em;
    padding: 0 1em;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
  .container {
    max-width: 100%;
  }
  .header__block {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 1em;
  }
  .header__logo {
    border-right: none;
  }
  .navblock .btn__container,
  .navblock .navbar-nav {
    width: 540px;
  }
  
  .dropdown:hover > .dropdown-menu,
  .dropdown:focus > .dropdown-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-auto-flow: row;
    margin-bottom: 1em;
  }
  .banner__slide {
    height: 300px;
  }
  .panel__item {
    height: 60px;
  }

  .follow__form {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }

  .speech__block {
    display: flex;
    flex-direction: column;
  }
  .speech__content {
    padding: 1em;
  }
  .speech__img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    padding-top: 1.5em;
  }
  .speech__img .img__block {
    width: 255px;
    height: 255px;
  }
  .speech__img img {
    object-position: top center; 
  }


  .footer__bottom {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .footer__logo {
    margin-bottom: 3em;
  }
  .footer__social {
    margin-bottom: 3em;
  }
  .content__inner tr {
    flex-direction: column;
    justify-content: flex-start;
    width: 100% !important;
    height: auto !important;
  }
  .content__inner tr th,
  .content__inner tr td {
    flex: 1 1;
    width: 100% !important;
    padding: .5em;
    vertical-align: baseline;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
  .h1 {
    font-size: 2em;
  }
  .h2 {
    font-size: 1.8em;
  }
  .h3 {
    font-size: 1.6em;
  }
  .h5 {
    font-size: 1.2em;
  }
  .header__logo {
    flex-direction: column;
    align-items: center;
  }
  .header__logo .logo__img {
    margin-bottom: 1em;
  }
  .header__logo .logo__title h1 {
    font-size: 20px;
  }
  .header__logo .logo__title h1, .header__logo .logo__title p {
    text-align: center;
  }
  .banner__slide {
    height: 240px;
  }
 
  .infoline__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .infoline__item {
    margin: .5em 0;
  }
  .panel__block {
    padding: 1.5em 0;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .panel__item {
    background: #fff;
  }
  .navblock .btn__container,
  .navblock .navbar-nav {
    width: 100%;
    padding: 0 15px;
  }
  .header__item:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
  }
  .header__logo {
    grid-column: span 1;
    grid-row: span 1;
  }
  .footer__logo .logo__img {
    display: none;
  }
  .newsblock__title {
    flex-direction: column;
  }
  .newsblock__title .title__filter {
    justify-content: flex-start;
  }
  .newsblock__title .filter__item {
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .banner__slide {
    height: 160px;
  }
  .content__inner .title__block {
    flex-direction: column;
  }
  .content__inner .title__img {
    margin-right: 0;
  }
}
/*# sourceMappingURL=main.css.map */