body{
    color:#535353;
    font-size:14px;
}
a{
    transition: all 0.5s ease;
    text-decoration:none;
    color:#212121;
}
a:hover{
    color:#166d78;
    text-decoration:none;
}
h1,h2,h3,h4{
    font-size: 36px;
    font-weight: 600;
    margin-bottom:32px;
}
h2{
    font-size: 30px;
    padding-top: 20px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 22px;
}
.content ul {
    padding-top: 20px;
    padding-left: 20px;
}
ul{
    list-style:none;
}
img{
    max-width:100%;
}
p{
    margin-top: 10px;
    margin-bottom: 0px;
}
.content p{
    font-size:16px;
    line-height: 1.44;
}

.breadcrumbs__list{
    padding:0;
    margin:0;
}
.map-content {
    margin-top: 32px;
}
.flex{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
}
.space-between {
    justify-content: space-between;
}
section{
    padding:50px 0;
}
.header {
    padding: 10px 0;
    border-bottom: 1px solid #eef2f5;
}
.logo-area{
    padding: 10px 0;
}
.h-contact{
    gap: 20px;
}
.h-phone a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.logo img {
    max-width: 80px;
}
.text-logo {
    font-weight: 700;
    font-size: 28px;
    line-height: 10px;
    
}
.cookieConsent {
    position: fixed;
    padding: 15px;
    background-color: #fff;
    color: #000;
    padding: 20px;
    display: none;
    z-index: 2;
    font-size: 14px;
    width: 1010px;
    max-width: 90%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 15px;
    line-height: 1.3;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 0.3em;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.cookieConsent button {
    background-color: #1f95a4;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 20px;
    border-radius: 0.3em;
    color: #fff;
    margin-bottom: 0;
    line-height: normal;
}
.content {
    padding-bottom: 0;
}
.cookieConsent a {
    color: #1f95a4;
    text-decoration: underline;
}

.cookieConsent p {
    font-size: 14px;
    color: #000;
        margin: 0;
}
.text-logo span{
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    padding-top: 15px;
    display: block;
}
.text-logo p{
    margin-bottom:5px;
}
.logo{
    align-items: center;
    gap: 10px;
}
.menu-top__list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 25px;
    
}
.h-adress ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.h-adress ul li {
    padding: 0;
    margin: 0;
}
.menu-top__item{
    margin-bottom: 0;
    height: 50px;
    align-items: center;
    display: flex;
}
.menu-top__link {
    font-size: 14px;
    font-weight: 600;
}
.menu-top__item {
    position: relative;
}
.menu-top__item .menu-top__submenu {
    display: none;
    
}
.menu-top__item:hover .menu-top__submenu {
    display: block;
    font-size: 16px;
    z-index: 1;
}
.docs_url {
    border-bottom: 1px dashed #1f95a4;
    color: #1f95a4;
}
.menu-top__submenu{
    position:absolute;
    top:40px;
    left:0;
}
.menu-top__item svg {
    padding-left: 5px;
}
.modal-btn a {
    background: #1f95a4;
    color: #fff;
    padding: 15px 26px;
    border-radius: 30px;
    text-transform: uppercase;
}
.right-h {
    display: flex;
    gap: 10px;
    align-items: center;
}
.modal-btn a:hover{
    background:#166d78
}
.h-priem {
    margin-bottom: 10px;
}
.first-screen {
    background: url(/templates/images/slide.webp);
    padding: 100px 0;
    background-repeat: no-repeat;
    /* background-size: 100%; */
    background-position: center;
}
.slide-text-wrap {
    max-width: 740px;
}
.slide-desc {
    font-size: 16px;
        margin-bottom: 50px;
    margin-top: 30px;
}
ul.menu-top__sublist {
    margin: 0;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    min-width: 300px;
    box-shadow: 0px 4px 20px rgba(153, 153, 153, 0.5);
}
.slide-text-wrap h1 {
    font-weight: 700;
    color: #1f95a4;
}
.section-title {
    font-size: 36px;
    font-weight: 600;
}
.about {
    font-size: 16px;
}
.about p {
    margin-bottom: 40px;
}
.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.advantages-item {
    background: #F4F9FD;
    padding: 25px 25px 25px 60px;
    border-radius: 9px;
    position: relative;
    line-height: 1.4;
    height: 100%;
    min-height: 110px;
}
    .column, .columns {
        margin-left: 0;
    }
    .gap_40 {
    gap: 40px;
}
.advantages-icon {
    width: 60px;
    height: 60px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 7px solid #1d94a3;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #fff;
    position: absolute;
    top: -15px;
    left: -25px;
    background: #fff;
}
.advantages-body {
    font-size: 16px;
    padding-left: 35px;
    padding-top: 25px;
}
.item-title {
    font-weight: 700;
    padding-bottom: 10px;
}
.advantages-text {
    min-height: 68px;
}
.personal-img img {
    border-radius: 24px;
    height: 278px;
    object-fit: cover;
    object-position: right;
    width: 100%;
}
.personal-wrap {
    margin-top: 32px;
}
.personal-slide {
    position: relative;
}
.personal-text {
    padding: 16px;
}
.personal-name {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.personal-prof {
    color: #8e959b;
    font-size: 12px;
    margin-top: 5px;
}
.personal-text {
    padding: 16px;
    position: absolute;
    bottom: -12px;
    background: #fff;
    border-radius: 0 24px 0 0;
    width: 100%;
}
.personal-btn {
    width: 62px;
    height: 62px;
    background: #fff;
    border-radius: 100%;
}

.personal-btn:after {
    content: '';
    background: url(/templates/images/slider-arrow.svg);
    width: 10px;
    height: 16px;
}
.swiper-button-prev:after{
    transform:rotate(180deg);
}
.service-item {
    box-shadow: 0px 0px 20px 0px rgb(243, 246, 251);
    border: 1px solid #E8E8E8;
    border-radius: 24px;
    padding: 20px;
    position: relative;
}
.service-list {
    margin-top: 24px;
    line-height: 30px;
}
.service-title {
    font-size: 24px;
    font-style: normal;
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.service .section-title {
    margin-bottom: 20px;
}
.service-item {
    box-shadow: 0px 0px 20px 0px rgb(243, 246, 251);
    border: 1px solid #E8E8E8;
    border-radius: 24px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.service-list li a {
    padding: 5px 15px;
    border: 1px dashed #1f95a4;
    border-radius: 24px;
    color: #1f95a4;
}
.service-img img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.service-img {
    position: absolute;
    bottom: -26px;
    max-height: 200px;
    right: -30px;
}
.col-3 {
    width: 24.5%;
}
.service-title a {
    background: #1f95a4;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.service-list a:hover{
    background: #1f95a4;
    color:#fff;
    border:1px solid transparent;
}
.reviews .modal-btn a {
    font-size: 16px;
        font-weight: 400;
    text-transform: none;
}

.reviews .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partneri-item {
    width: 17.5%;
    padding: 10px;
    max-height: 95px;
    align-items: center;
    display: flex;
    box-shadow: 1px 1px 20px #dde0e8;
    justify-content: center;
}
.partneri-item img {
    
    height: 100px;
    width: 100%;
    object-fit: contain;
}
.reviews, .footer {
    background: #f5f6fa;
}
.review-face img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.review-head {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.review-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    min-height: 56px;
}
.review-head-text {
    max-width: 115px;
}
.review-text {
    min-height: 225px;
}
.review-date {
    color: #8e959b;
    
}
.review-item {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}
.review-star {
    padding: 15px 0;
}
.review-crousel, .contacts-item {
    margin-top: 30px;
}
.contacts-item {
    width: 49%;
}
.contacts-img img {
    border-radius: 24px 24px 0 0;
}
.contacts-title {
    font-size: 20px;
    margin-top: 8px;
}
.contacts-adress {
    margin-top: 8px;
    color: #8e959b;
}
.contacts-phone, .contacts-mail {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    margin-top: 8px;
}
.contacts-graf {
    color: #8e959b;
    margin-top: 8px;
    font-size: 16px;
}
.footer-phone a, .footer-mail a, .footer-addres{
    display:flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.footer-modal {
    margin-top: 30px;
}
.footer-menu li {
    font-size: 16px;
    margin-top: 20px;
}
.footer-title {
    font-weight: 700 !important;
}
.under-footer{
    font-size: 14px;
    margin-top: 20px;
    color: #8e959b;
}
.under-footer a{
    color: #8e959b;
}
#burger-checkbox {
    display: none;
}
.breadcrumbs__item + .breadcrumbs__item::before {
    content: "/";
    padding-right: 9px;
}
.breadcrumbs__item + .breadcrumbs__item {
    padding-left: 10px;
}
.content{
    padding:25px 0;
}
.underline {
    position: relative;
    padding-left: 20px;
}
.underline:before{
    position:absolute;
    content:'';
        width: 15px;
    height: 15px;
    left: 0;
    background: #1f95a4;
    top: 4px;
}
.staf-list {
    padding-left: 20px;
    margin: 0;
    padding-top: 0;
    font-size: 16px;
    margin-top: 15px;
}
.color-table tr:nth-child(even) {
    background-color: #F8F8F8;
}
.table-var td {
    text-align: left;
    padding: 9px 20px;
}
.color-table td {
    padding: 9px;
    vertical-align: middle;
    height: 45px;
}
@media (max-width: 1200px) {}
@media (max-width: 1024px) {
    .burger-checkbox {
  position: absolute;
  visibility: hidden;
}
.burger {
  position: relative;
  z-index: 3;
  cursor: pointer;
  display: block;
  position: relative;
  border: none;
  background: transparent;
  width: 40px;
  height: 26px;
}
.burger::before,
.burger::after {
  content: '';
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #000;
}
.burger::before {
  top: 0;
  box-shadow: 0 11px 0 #000;
  transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}
.burger::after {
  bottom: 0;
  transition: bottom .3s .15s, transform .3s;
}
.burger-checkbox:checked + .burger::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0,0,0,0);
  transition: box-shadow .15s, top .3s, transform .3s .15s;
}
.burger-checkbox:checked + .burger::after {
  bottom: 11px;
  transform: rotate(-45deg);
  transition: bottom .3s, transform .3s .15s;
}
.menu-list {
  top: 0;
  left: -110px;
  position: absolute;
  display: grid;
  gap: 12px;
  padding: 42px 0;
  margin: 0;
  background: #fff;
  list-style-type: none;
  transform: translateX(-100%);
  transition: .3s;
  width: 100%;
  z-index: 2;
}
.menu-item {
  display: block;
  padding: 8px;
  color: white;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.menu-item:hover {
  background: rgba(255,255,255,.2)
}
.burger-checkbox:checked ~ .menu-list {
  transform: translateX(0);
  left: 0;
}
.menu-top__submenu, .personal-btn, .menu-top__item svg, .h-priem{
    display:none;
}
h1{
    font-size: 36px;
}
.col-3{
    width:49%;
}
.four.columns {
        width: 46.8%;
    }
}
.documents__item img {
    width: 30px;
}
.document-item {
    background: #F5F6FA;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}
.documents_list {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}
.doc-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.vitem {
    width: 32.7%;
    display: grid;
}
.vanons {
    min-height: 72px;
}
.vimage img {
    object-fit: cover;
    max-height: 370px;
        width: 100%;
    border-radius: 20px;
    min-height: 370px
}
.doc-img {
    text-align: center;
}
.doc-img img {
    max-width: 500px;
    border-radius: 20px;
}
.vbtn a {
    background: #1f95a4;
    color: #fff;
    padding: 15px 26px;
    border-radius: 30px;
    margin-top: 30px;
    display: block;
    text-align: center;
}
.vimage {
    text-align: center;
}
.vname a {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    min-height: 56px;
}
.vanons p {
    color: #8e959b;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .col-3, .four.columns{
        width: 100%;
    }
    .vitem {
    width: 49%;
}
}
@media (max-width: 430px) {
    .about-img {
    margin-top: 40px;
}
.vitem {
    width: 100%;
}
.contacts-item{
    width: 100%;
}
}
@media (max-width: 360px) {}

