*{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;font-size:18px}ol,ul{padding:0;margin:0;list-style:none}main{display:block}a{background-color:transparent;color:inherit;text-decoration:none}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:0}sup{top:0}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;outline:none}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}textarea{overflow:auto}[type=checkbox],[type=radio]{padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[hidden]{display:none}

@font-face {
    font-family: Rubik;
    src: url('../fonts/Rubik-Regular.ttf');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: Rubik;
    src: url('../fonts/Rubik-Medium.ttf');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: Rubik;
    src: url('../fonts/Rubik-SemiBold.ttf');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: Rubik;
    src: url('../fonts/Rubik-Bold.ttf');
    font-weight: 700;
    font-display: swap;
}

body {
    font-family: Rubik, roboto, sans-serif;
    color: #232222;
    line-height: 1.55;
    overflow-x: hidden;
}
h1 {
    margin: 1.05em 0;
    font-size: 2.6em;
    line-height: 1.3;
}
h1 span {
    color: #199CDB;
}
.br {
    border-radius: 20px;
}
.container {
    width: 1120px;
    margin: 0 auto;
}
.swiper-slide {
    transition: .3s opacity !important;
}
.swiper-slide-prev {
    opacity: 0;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    font-size: 15px;
    background: #fff;
}
#top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    line-height: 1;
    border-bottom: 1px solid #E7EDF0;
}
.address svg, .new-appoint svg, .tel svg {
    width: 20px;
    height: 20px;
    vertical-align: sub;
}
#top-nav .tn-r:not(:last-child) {
    margin-right: 20px;
}
#top-nav .tn-r svg {
    margin-right: 8px;
}
#top-nav .address {
    margin-left: auto;
}
#top-nav .address {
    margin-left: auto;
}
#top-nav .new-appoint, #top-nav .tel {
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 50px;
}
#top-nav .new-appoint {
    padding: 8px 20px;
}
#top-nav .new-appoint {
    border: 2px solid #4F9F46;
}
#top-nav .tel {
    background: #4F9F46;
    color: #fff;
}

#main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E7EDF0;
}
.logo svg {
    width: 176px;
}
.menu {
    display: flex;
}
.menu > .item {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 20px;
    font-weight: 500;
}
.menu > .item:first-child {
    padding-left: 0;
}
.menu .item.lang {
    position: relative;
}
.menu .item.lang ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 20px 20px 18px;
    border-radius: 20px;
    box-shadow: 0 0 10px #00000036;
    text-align: center;
    white-space: nowrap;
}
.menu .item.lang.active ul {
    display: block !important;
}
.menu > .item > span {
    cursor: pointer;
}
.menu > .lang li:not(:first-child) {
    display: block;
    margin-top: 10px;
}
.menu > .item a > svg, .menu > .item span > svg {
    vertical-align: text-top;
    margin-right: 5px;
}
.menu > .item > a:hover, .menu .item.lang a:hover {
    text-decoration: underline;
    color: #199CDB;
}
.menu .g1 {
    width: 6px;
    height: 6px;
    margin-left: 4px;
    vertical-align: middle !important;
}
.menu .item.is-parent:hover .submenu {
    opacity: 1 !important;
    visibility: visible !important;
}

.b-50 {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    cursor: pointer;
}
button.b-50 {
    border: none;
    background: none;
}
.search-wrapper {
    position: relative;
}
.search-wrapper button {
    left: 15px;
    height: 14px;
    padding: 0;
}
.search-wrapper .s {
    width: 14px;
    height: 14px;
    color: #7797BB;
}
.search-wrapper .close {
    width: 12px;
    height: 12px;
    right: 15px;
    color: #EA0029;
}
.search-wrapper input:placeholder-shown + .close {
    display: none;
}
#search {
    height: 40px;
    padding: 0 15px 0 34px;
    border: 1px solid #E7EDF0;
    background: #F5F8FA;
    border-radius: 50px;
}
#search::placeholder {
    color: #7797BB;
}

.submenu {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    min-height: 100vh;
    background: #23222266;
    transition: 0.2s;
    pointer-events: none;
}
.submenu .container {
    display: flex;
    max-height: calc(100vh - 200px);
    min-height: 345px;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    pointer-events: all;
    border-top: 1px solid #E7EDF0;
}
.submenu-l {
    max-height: calc(100% - 70px);
    padding: 0 0px 30px 30px;
    border-right: 1px solid #E7EDF0;
}
.submenu-r .call {
    width: 50%;
}
.submenu-l ul {
    max-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 30px 0 0;
    overflow-y: auto;
}
.submenu-l ul::-webkit-scrollbar {
  width: 7px;
}
.submenu-l ul::-webkit-scrollbar-track {
  background: transparent;
}
.submenu-l ul::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}
.submenu-l .item {
    width: fit-content;
    border-radius: 50px;
    border: 2px solid #199CDB;
    padding: 9px 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    cursor: pointer;
}
.submenu-r {
    padding: 30px;
}
.submenu-l .item.selected {
    color: #fff;
    background: #199CDB;
}

.submenu-r {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}
.submenu-r .title {
    font-size: 24px;
    font-weight: 600;
    padding: 5px 0 23px;
    margin: 0 0 23px;
    border-bottom: 1px solid #E7EDF0;
}
.submenu-r .content.colls {
    display: flex;
}
.submenu-r .content.colls ul {
    width: 50%;
    padding-bottom: 20px;
}
.submenu-r .content.colls ul:first-child {
    padding-right: 3%;
}
.submenu-r .content {
    max-height: calc(100% - 70px);
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    padding-top: 5px;
    overflow-y: auto;
}
.submenu-r .content::-webkit-scrollbar {
  width: 7px;
}
.submenu-r .content::-webkit-scrollbar-track {
  background: transparent;
}
.submenu-r .content::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}
.submenu-r li:not(:last-child) {
    margin-bottom: 25px;
}
.submenu-r li:last-child {
    padding-bottom: 25px;
}
.submenu-r li a {
    display: flex;
    font-size: 17px;
    font-weight: 400;
}
.submenu-r li a:hover {
    text-decoration: underline;
    color: #199CDB;
}
.submenu-r li svg {
    width: 17px;
    height: 17px;
    margin: .2em 7px 0 0;
    transform: rotate(-90deg);
}

main {
    padding-top: 190px;
}
.mn-banner {
    display: flex;
    padding: 30px 40px 0;
    background: #F1F4F7;
}
.mn-banner .col-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-right: 5%;
}
.mn-banner h1 {
    line-height: 1.22;
    margin: 0;
}
.mn-banner h1 span {
    color: #199CDB;
}
.mn-banner p {
    padding: 20px 0 30px;
}
.mn-banner a {
    padding: 13px 23px;
    background: #4F9F46;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}
.mn-banner img {
    display: block;
    width: 420px;
}

section h2 {
    margin: 110px auto 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

#services .text {
    max-width: 750px;
    margin: 20px auto 45px;
    text-align: center;
}
#services .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
}
#services .item {
    width: 32.144%;
    padding: 40px 30px;
    margin-bottom: 1.5%;
}
#services .item:nth-child(1), #services .item:nth-child(2), #services .item:nth-child(6), #services .item:nth-child(7), #services .item:nth-child(11), #services .item:nth-child(12) {
    width: 49.11%;
}
#services .item:nth-child(1), #services .item:nth-child(8) {
    background: #E6FBCE;
}
#services .item:nth-child(2), #services .item:nth-child(9) {
    background: #E3E4FB;
}
#services .item:nth-child(3), #services .item:nth-child(10) {
    background: #FAEAEA;
}
#services .item:nth-child(4) {
    background: #DDF0FA;
}
#services .item:nth-child(5) {
    background: #F7ECB2;
}
#services .item:nth-child(6) {
    background: #D4E5FE;
}
#services .item:nth-child(7) {
    background: #D1F3DE;
}
#services .item h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}
#services .item p {
    margin-top: 8px;
}
#services .item a {
    display: inline-block;
    padding: 11px 20px;
    margin-top: 2px;
    font-weight: 500;
    line-height: 1;
    background: #FFFFFF;
    border-radius: 50px;
}


#experts .heading {
    display: flex;
    align-items: end;
}
#experts h2 {
    max-width: 870px;
    margin-left: 0;
    text-align: left;
}
.arrows {
    display: flex;
}
.arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #199CDB;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}
.arrow.right {
    margin-left: 40px;
}
.arrow.left svg {
    transform: scaleX(-1);
}
.arrow svg {
    width: 24px;
    height: 24px;
}
.staff .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}
#experts h2 {
    max-width: 870px;
    font-size: 34px;
    line-height: 1.4;
}
.staff .item {
    width: 32.144%;
    overflow: hidden;
    position: relative;
}
.staff .item:nth-child(2):last-child {
    margin-right: auto !important;
}
.watch-video {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #E2EFF3B2;
    border-radius: 50px;
    position: absolute;
    z-index: 3;
    cursor: pointer;
}
.watch-video svg {
    width: 32px;
    height: 32px;
}
.staff .watch-video {
    top: 3.9%;
    left: 6%;
}
.watch-video:after {
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    border-radius: 50px;
    background: #fff;
    position: absolute;
    top: 25%;
    left: 25%;
    z-index: 1;
}
.watch-video svg {
    position: relative;
    z-index: 2;
}
.staff video, #perks video {
    display: block;
    width: 100%;
    object-fit: cover;
}
.staff .img-wrapper {
    display: block;
    width: 100%;
    padding: 52% 0;
    position: relative;
}
.staff img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.staff .metadata {
    padding: 25px;
    text-align: center;
    color: #fff;
    background: #4F9F46;
}
.staff h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.staff p {
    margin: 7px 0 0;
}
#popular .container {
    position: relative;
}
#popular .smoother {
    display: none;
}
#popular .swiper-slide {
    width: 32.144%;
}
#popular .items a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 120px;
    padding: 20px;
    margin-bottom: 18px;
    background: #F1F4F7;
    font-size: 20px;
    font-weight: 500;
}
.arrow.icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-left: 5%;
}
.arrow.icon svg {
    width: 14px;
    height: 14px;
}

#middle-banner {
    margin-top: 105px;
}
#middle-banner img {
    display: block;
    width: 100%;
}

#perks h2 {
    text-align: left;
}
#perks ol, #perks ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 70px;
}
#perks li {
    position: relative;
    width: 32.144%;
    padding: 50px 30px 30px;
}
#perks .b-1 {
    background: linear-gradient(#E8F7FF, #D7EFFB);
}
#perks .b-2 {
    background: linear-gradient(#E0EFDF, #E3FFE0);
}
#perks .b-3 {
    background: #FAEAEA;
}
#perks .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
}
#perks .b-1 .num {
    background: #199CDB;
}
#perks .b-2 .num {
    background: #4F9F46;
}
#perks .b-3 .num {
    background: #E60631;
}
#perks h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}
#perks p {
    margin: 10px 0 0;
}
#perks .media {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}
#perks .col {
    position: relative;
    overflow: hidden;
}
#perks .col img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#perks .gallery {
    position: relative;
    width: 66.072%;
    margin: 0;
}
#perks .gallery:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.61%, rgba(0, 0, 0, 0.3) 89.47%);
}
#perks .swiper-slide {
    padding: 24.056% 0;
}
#perks .video {
    position: relative;
    width: 32.144%;;
}
#perks .video:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2322226B;
}
#perks .video.play:after {
    display: none;
}
#perks .watch-video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
#perks .togglers {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 4.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
#perks .togglers span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #F4F5F5;
    cursor: pointer;
    opacity: 1;
}
#perks .togglers span.swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: #199CDB;
    border: 4px solid #F4F5F5;
}
#perks .togglers span:not(:last-child) {
    margin-right: 20px;
}

.words-list-wrapper {
    display: flex;
    width: 100%;
    height: 92px;
    margin-bottom: 50px;
    border-top: 1px solid #CFD9E4;
    border-bottom: 1px solid #CFD9E4;
    overflow: hidden;
    position: relative;
}
.words-list {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    position: absolute;
}
.words-list li:first-child {
    margin-left: 30px;
}
.words-list li:not(:last-child) {
    margin-right: 30px;
}
.words-list li {
    font-size: 34px;
    font-weight: 700;
    line-height: 2.7;
    color: #199CDB;
    padding-right: 30px;
    position: relative;
    white-space: nowrap;
}
.words-list li:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #CFD9E4;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

#posts {
    margin-top: 50px;
}
#posts.row {
    margin-top: 110px;
}
#posts .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#posts .list .post {
    margin-bottom: 20px;
}
#posts .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}
#posts .post {
    width: 32.144%;
    overflow: hidden;
}
#posts .preview {
    width: 100%;
    padding: 27.78%;
    position: relative;
}
#posts .preview img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#posts .content {
    height: 100%;
    padding: 20px 30px 30px;
    background: #F1F4F7;
}
#posts h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}
#posts h3 a {
    display: inline-block;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#posts p {
    margin: 12px 0 47px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#posts .bottom {
    display: flex;
    align-items: center;
}
#posts .author {
    width: 40px;
    border-radius: 50px;
}
#posts .name {
    margin-left: 12px;
    margin-right: 5%;
    font-size: 16px;
    font-weight: 500;
    color: #199CDB;
}
#posts .arrow {
    margin-left: auto;
}
.pgntn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.pgntn a, .pgntn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-weight: 500;
}
.pgntn a:not(:first-child), .pgntn span:not(:first-child) {
    margin-left: 22px;
}
.pgntn span.on {
    color: #fff;
    background: #199CDB;
    border-radius: 4px;
}
body.single-post, body.simple-page, body.error404 {
    background: #F1F4F6;
}
.single-post h1 {
    padding: 0 5%;
    margin: 1.2em 0 0;
    font-size: 40px;
    line-height: 1.25;
    text-align: center;
}
.single-post .author {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 21px 0 32px;
}
.single-post .author img {
    border-radius: 50px;
}
.single-post .author .name {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #199CDB;
}
.single-post.page {
    margin-bottom: 110px;
}
.single-post .main-img {
    display: block;
    max-width: 100%;
    margin: 0 auto 50px;
}
.single-post h3 {
    margin: 1.7em 0 0;
    font-size: 1.2em;
}
.single-post h3 + p, .single-post h3 + ul {
    margin-top: 0.5em;
}
.single-post .content p, .single-post .content ul {
    margin: 1em 0 0;
}
.single-post .content li:not(:last-child) {
    margin-bottom: 0.8em;
}
.single-post strong {
    font-weight: 500;
}
.single-post figure {
    margin: 2.2em 0 2.4em;
}
.single-post figure img {
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}
#s-contact {
    padding-top: 1px;
    background: #fff;
}
body.single-post #posts {
    background: #fff;
}
.wp-block-list {
    list-style: disc;
    padding: 0 0 0 1.5em;
}

#contact {
    margin-top: 120px;
    padding: 120px 0;
    background: #4F9F46;
    position: relative;
}
#contact .container {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 50px;
    position: relative;
    z-index: 1;
}
#contact .col-l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 52%;
}
#contact .col-r {
    width: 44.2%;
}
#contact h2 {
    margin: 0;
    text-align: left;
    line-height: 1.25;
}
#contact .col-l p {
    margin-top: 22px;
}
#contact .address {
    margin: auto 0 20px;
}
#contact .address, #contact .tel {
    font-weight: 500;
}
#contact .address svg, #contact .tel svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
#contact .d1 {
    position: absolute;
    width: 245px;
    height: 251px;
}
#contact .d1.lb {
    bottom: 0;
    left: 0;
}
#contact .d1.tr {
    top: 0;
    right: 0;
    transform: rotate(180deg);
}
#contact input {
    width: 100%;
    height: 50px;
    padding: 20px;
    background: #F5F8FA;
    border: 1px solid #E7EDF0;
    border-radius: 50px;
}
#contact .fields {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
#contact label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
}
#contact .field {
    width: 48%;
}
#contact button {
    padding: 15px 20px;
    margin-top: 30px;
    color: #fff;
    background: #199CDB;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}
#contact .terms {
    margin: 20px 0 0;
    font-size: 13px;
}

footer {
    padding-top: 55px;
    background: #fff;
}
footer .container {
    font-size: 15px;
}
footer .top, footer .middle, footer .bottom, footer .contacts {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .top {
    justify-content: space-between;
    padding-bottom: 9px;
}
footer .logo, footer .socials {
    width: 20%;
}
footer .socials {
    text-align: right;
}
footer .tel {
    margin-left: 8%;
}
footer .contacts {
    width: 60%;
}
footer .contacts svg {
    margin-right: 8px;
}
footer .socials svg {
    width: 20px;
    height: 20px;
}
footer .socials svg:last-child {
    margin-left: 13%;
}
footer .middle-wrapper {
    border-top: 1px solid #E7EDF0;
    border-bottom: 1px solid #E7EDF0;
}
footer .middle {
    padding: 27px 0;
    font-weight: 500;
}
footer .middle li:not(:first-child) {
    margin-left: 40px;
}
footer .bottom {
    padding: 30px 0;
}
footer .bottom img {
    width: 24px;
}
footer .bottom .by {
    margin-left: 15px;
}

#c-contacts b {
    display: inline-block;
    font-size: 1.1em;
}
#c-contacts p {
    margin: 10px 0;
}
#c-contacts .top, #c-contacts .bottom {
    display: flex;
    justify-content: space-between;
}
#c-contacts .top .col {
    width: 49.11%;
    padding: 20px;
    background: #DDF0FA;
}
#c-contacts .top .col:first-child {
    background: #E6FBCE;
}
#c-contacts .top a:not(:first-child) {
    margin-left: 3.3%;
    padding-left: 3.3%;
    position: relative;
}
#c-contacts .addr p a {
    color: #199CDB;
    text-decoration: underline;
}
#c-contacts .top a:not(:first-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #232222;
}
#c-contacts .middle {
    margin: 20px 0;
}
#c-contacts .middle iframe {
    display: block;
}
#c-contacts .bottom .col {
    width: 32.14%;
    padding: 20px;
    background: #F1F4F7;
}
#c-contacts .top svg, #c-contacts .bottom svg {
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
}

.v-banner {
    padding: 60px 60px 0;
    text-align: center;
    background: #F1F4F7;
}
#v-banner h1 {
    margin: 0;
}
#v-banner p {
    padding: 0 20%;
}
#v-banner a {
    display: inline-block;
    padding: 11px 25px;
    margin-top: 12px;
    color: #fff;
    font-weight: 500;
    background: #4F9F46;
    border-radius: 50px;
}
#v-banner img {
    display: block;
    margin: 0 auto;
    width: 740px;
    max-width: 100%;
    margin-top: 44px;
}

#v-perks h2 {
    max-width: 635px;
    margin-bottom: 1.95em;
    margin-left: 0;
    text-align: left;
}

#perks li img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
}
#perks ul li:nth-child(1) {
    background: linear-gradient(115deg, #E8F7FF 0%, #D7EFFB 100%);
}
#perks ul li:nth-child(2) {
    background: linear-gradient(115deg, #E0EFDF 0%, #E3FFE0 100%);
}
#perks ul li:nth-child(3) {
    background: #F7ECB2;
}

#v-list .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
}
#v-list .btn {
    width: 49.11%;
    padding: 13px;
    font-weight: 500;
    text-align: center;
    background: none;
    border: 2px solid #199CDB;
}
#v-list .btn.active {
    color: #fff;
    background: #199CDB;
}
#v-list .btn:not(.active) {
    cursor: pointer;
 }
#v-list .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 43px 0 -20px;
}
#v-list .items li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 49.11%;
    padding: 40px 30px;
    margin-bottom: 20px;
    background: #F1F4F7;
    cursor: pointer;
}
#v-list .items li h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
}

#v-gallery {
    margin-top: 110px;
    padding: 110px 0;
    background: #F1F4F6;
}
#v-gallery h2 {
    margin: 0;
    text-align: left;
}
#v-gallery .photos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 47px 0 -20px;
}
#v-gallery .photo {
    max-width: 360px;
    width: 32.144%;
    margin-bottom: 20px;
}
#v-gallery .photo:nth-child(1), #v-gallery .photo:nth-child(2) {
    max-width: 550px;
    width: 49.11%;
}
#v-gallery .wrapper {
    padding: 50% 0;
    position: relative;
}
#v-gallery .photo:nth-child(1) .wrapper, #v-gallery .photo:nth-child(2) .wrapper {
    padding: 27.274% 0;
}
#v-gallery img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#c-contacts.vcy {
    margin-bottom: 9.5em;
}
#c-contacts.vcy h2 {
    margin-bottom: 1.1em;
}
#c-contacts.vcy h2 span {
    color: #199CDB;
}

#callback, .v-single, .v-cv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background: #23222266;
    z-index: 111111;
    overflow-y: auto;
}
#callback form, .v-single form, .v-cv form {
    padding: 30px;
    background: #fff;
    max-width: 93%;
    width: 700px;
    height: fit-content;
    margin: 15vh 0;
    position: relative;
}
#callback h3, .v-single h3, .v-cv h3 {
    margin: 0;
    font-size: 24px;
}

.v-single h4 {
    margin: 22px 0 9px;
    font-size: inherit;
    font-weight: 500;
}
#callback p, .v-single p, .v-cv p {
    margin: 9px 0 22px;
    font-size: 15px;
}
#callback .terms {
    margin: 20px 0 0;
    font-size: 13px;
}
.v-single ul {
    margin: 9px 0 22px;
    list-style: disc;
    padding: 0 0 0 1.6em;
}
.v-single li::marker {
  font-size: 0.9em;
}
#callback .close, .v-single .close, .v-cv .close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
#callback .error, #contact .error, .v-cv .error {
    margin-top: 20px;
    font-size: 0.9em;
    color: red;
}
#callback button, .v-single button, .v-cv button {
    display: block;
    width: 100%;
    margin-top: 32px;
    background: #199CDB;
    border: none;
    padding: 15px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
}
#callback button.sent, #contact button.sent, .v-cv button.sent {
    background: #50d148;
}

#callback form, .v-cv form {
    width: 520px;
}
#callback label, .v-cv label {
    display: block;
    margin-top: 23px;
    font-size: 15px;
    font-weight: 500;
}
#callback input, .v-cv input {
    width: 100%;
    padding: 14px 20px;
    margin-top: 5px;
    border: 1px solid #E7EDF0;
    background: #F5F8FA;
    border-radius: 50px;
}
.v-cv #doc {
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.v-cv .doc {
    position: relative;
    border-radius: 50px;
}
.v-cv .doc .label {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.v-cv .i-upload {
    width: 24px;
    height: 24px;
    margin-right: 9px;
}
.v-cv .upload {
    display: block;
    width: 100%;
    height: auto;
}

#p-prices h1 {
    margin-bottom: .6em;
    text-align: center;
}
#p-prices ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -10px;
    color: #199CDB;
    font-weight: 500;
    text-decoration: underline;
}
#p-prices li {
    margin: 0 1.25% 12px 1.25%;
}
#p-prices .filter, .full-search {
    position: relative;
    margin-top: 27px;
}
#p-prices .filter .s, .full-search button {
    left: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
}
#p-prices .filter .s, .full-search .s {
    width: 20px;
    height: 20px;
}
#p-prices .close, .full-search .close {
    width: 34px;
    height: 70%;
    padding: 0 10px;
    right: 10px;
    color: #EA0029;
}
#p-prices input:placeholder-shown + .close, .full-search input:placeholder-shown + .close {
    display: none;
}
#p-prices #filter, #full-search {
    width: 100%;
    padding: 19px 20px 19px 53px;
    border: 1px solid #E7EDF0;
    border-radius: 50px;
    background: #F5F8FA;
}
#p-prices #filter::placeholder, #full-search:placeholder {
    color: #7797BB;
}
#p-prices .tables {
    margin-top: 30px;
}
#p-prices table {
    width: 100%;
    margin-bottom: 50px;
    border-collapse: collapse;
}
#p-prices table:first-child {
    margin-top: 0;
}
#p-prices th {
    width: 100%;
    padding: 12px 20px;
    font-size: 30px;
    color: #fff;
    text-align: start;
    background: #199CDB;
    border-radius: 20px;
}
#p-prices th svg {
    display: none;
}
#p-prices tbody {
    display: block;
    margin-top: 30px;
}
#p-prices tbody tr:nth-child(odd) {
    background: #F1F4F7;
}
#p-prices table.off, #p-prices tr.off {
    display: none;
}
#p-prices td {
    width: 100%;
    padding: 16px 20px;
    font-size: 20px;
}
#p-prices td:nth-child(1) {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
#p-prices td:nth-child(2) {
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
#p-prices .no-result {
    padding: 65px;
    margin-top: 30px;
    text-align: center;
    background: #F1F4F7;
}
#p-prices .no-result img {
    width: 67px;
}
#p-prices .no-result .title {
    margin-top: 25px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.19;
}
#p-prices .no-result p {
    max-width: 710px;
    margin: 1em auto 1.5em;
}
#p-prices .no-result a {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 11px 24px;
    margin: 0 auto;
    color: #fff;
    background: #4F9F46;
    border-radius: 50px;
}
#p-prices .no-result svg, #e404 svg {
    width: 67px;
    height: 70px;
}
#p-prices .no-result a svg {
    width: 20px;
    height: 20px;
    margin-right: 9px;
}

#blog h1 {
    margin: 1.05em 0 0;
    text-align: center;
}
#blog .subtitle {
    max-width: 580px;
    margin: 20px auto 20px;
    text-align: center;
}

#e404 {
    padding: 60px 0 90px;
    text-align: center;
}
#e404 h1 {
    margin: 0.6em 0 0;
    font-size: 40px;
}
#e404 p {
    max-width: 730px;
    margin: 1.2em auto 1.7em;
}
#e404 .btns a {
    display: inline-block;
    width: 240px;
    padding: 15px 0;
    color: #fff;
    background: #199CDB;
    border-radius: 50px;
    font-size: 17px;
}
#e404 .btns a:last-child {
    margin-left: 1.7%;
    background: #4F9F46;
}
.img-404 {
    width: 67px;
}

#p-search h1 {
    font-size: 40px;
}
#p-search .container {
    max-width: 740px;
}
#p-search li {
    padding: 20px 60px 20px 20px;
    margin-top: 20px;
    background: #F1F4F7;
    position: relative;
}
#p-search h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.45;
}
#p-search .cat {
    display: block;
    font-weight: 500;
    color: #199CDB;
}
#p-search li .arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#full-search {
    border: 2px solid #199CDB;
}

#up {
    position: fixed;
    right: 4.5vw;
    bottom: 4.5vh;
    opacity: 0.0001;
    visibility: hidden;
    transition: .2s;
    border-radius: 50px;
    overflow: hidden;
    z-index: 10;
}
#up.show {
    opacity: 1;
    visibility: visible;
}
#up svg {
    display: block;
    width: 60px;
    height: 60px;
}

@media (min-width: 1151px) {
    #posts .list .post:nth-child(3):last-child, #posts .list .post:nth-child(6):last-child {
        margin-right: auto;
        margin-left: 1.784%;
    }
}
@media (max-width: 1150px) and (min-width: 992px) {
    .br {
        border-radius: 18px;
    }
    header {
        font-size: 14.5px;
    }
    .container {
        width: 950px;
    }
    section h2 {
        margin: 98px auto 0;
        font-size: 37px;
    }
    #top-nav {
        height: 76px;
    }
    #top-nav .tn-r:not(:last-child) {
        margin-right: 17px;
    }
    #top-nav .tel {
        padding: 10px 16px;
    }
    #top-nav .new-appoint {
        padding: 8px 16px;
    }
    #top-nav .tn-r svg {
        margin-right: 6px;
    }
    .menu > .item {
        height: 76px;
        padding: 0 18px;
    }
    .mn-banner {
        padding: 27px 35px 0;
    }
    .mn-banner h1 {
        font-size: 42px;
    }
    .mn-banner p {
        padding: 12px 0 20px;
    }

    #services .item {
        padding: 35px 26px;
    }
    #services .item h3 {
        font-size: 22.5px;
    }
    #services .text {
        margin: 18px auto 41px;
    }

    #experts h2 {
        max-width: 790px;
    }
    .staff .swiper-wrapper {
        margin-top: 41px;
    }
    .staff h4 {
        font-size: 19px;
    }
    .staff .metadata {
        padding: 23px;
    }

    #popular .items {
        margin: 40px 0 -16px;
    }
    #popular li {
        margin-bottom: 16px;
    }
    #popular .items a {
        padding: 18px;
        font-size: 19px;
    }

    #middle-banner {
        margin-top: 96px;
    }

    #perks .num {
        width: 54px;
        height: 54px;
        font-size: 36px;
    }
    #perks ol, #perks ul {
        margin-top: 62px;
    }
    #perks li {
        padding: 38px 26px 26px;
    }

    .words-list-wrapper {
        height: 88px;
        margin-bottom: 47px;
    }
    .words-list li {
        font-size: 31px;
    }
    .words-list li {
        padding-right: 26px;
    }
    .words-list li:not(:last-child) {
        margin-right: 26px;
    }

    #posts.row {
        margin-top: 100px;
    }
    #posts h3 {
        font-size: 21px;
    }
    #posts .content {
        padding: 17px 23px 23px;
    }
    #posts p {
        margin: 11px 0 40px;
    }
    #posts .author {
        width: 36px;
    }
    #posts .name {
        margin-left: 11px;
        font-size: 16px;
    }

    #contact {
        padding: 107px 0;
        margin-top: 107px;
    }
    #contact .container {
        padding: 44px;
    }
    #contact .col-l p {
        margin-top: 20px;
    }
    #contact label {
        margin-bottom: 4px;
        font-size: 14.5px;
    }
    #contact input {
        height: 48px;
        padding: 18px;
    }
    #contact .col-l {
        width: 50%;
    }
    #contact .col-r {
        width: 47.2%;
    }
    #contact .fields {
        margin-top: 18px;
    }
    #contact button {
        padding: 14px 18px;
        margin-top: 28px;
    }
    #contact .address {
        margin: auto 0 18px;
    }
    #contact .address svg, #contact .tel svg {
        width: 23px;
        height: 23px;
        margin-right: 10px;
    }
    #contact .d1 {
        width: 225px;
        height: 230px;
    }

    #v-gallery {
        padding: 105px 0;
        margin-top: 98px;
    }
    #v-gallery .photos {
        margin: 42px 0 -20px;
    }
}

@media (min-width: 992px) {
    #posts .list .post:first-child {
        display: flex;
        width: 100%;
    }
    #posts .list .post:first-child .preview {
        width: 49.108%;
        min-width: 49.108%;
        padding: 13.662% 0;
    }
    #posts .list .post:first-child .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #posts .list .post:first-child p {
        margin-bottom: auto;
    }
    #posts .list .post:first-child h3 {
        font-size: 30px;
    }
}

@media (max-width: 1150px) {
    body {
        font-size: 17px;
    }
    .mn-banner .col-right {
        min-width: 42%;
        width: 42%;
    }
    .mn-banner img {
        width: 100%;
    }

    #e404 {
        padding: 45px 0 80px;
        text-align: center;
    }
    #e404 h1 {
        margin-top: 0.5em;
        font-size: 2em;
    }
}

@media (max-width: 991px) {
    .br {
        border-radius: 18px;
    }
    .container {
        width: 740px;
        overflow: hidden;
    }
    section h2 {
        margin: 80px auto 0;
        font-size: 30px;
    }

    #main-nav, #top-nav .address {
        display: none;
    }

    #top-nav .new-appoint {
        margin-left: auto;
    }
    #top-nav .tel {
        padding: 9px 16px;
    }
    #top-nav .new-appoint {
        padding: 7px 16px;
    }
    #top-nav .tn-r:not(:last-child) {
        margin-right: 14px;
    }
    .logo svg {
        width: 164px;
    }
    .m-toggler {
        display: block !important;
        width: 25px;
        height: 25px;
        margin-left: 5%;
    }
    .new-appoint svg, .tel svg {
        width: 18px;
        height: 18px;
    }
    #top-nav .tn-r svg {
        margin-right: 6px;
    }

    main {
        padding-top: 105px;
    }
    .mn-banner {
        padding: 25px 33px 0;
    }

    .mn-banner h1 {
        font-size: 32px;
    }
    .mn-banner p {
        padding: 5px 0 11px;
    }
    .mn-banner a {
        padding: 11px 20px;
        font-size: 16px;
    }

    #services .text {
        margin: 15px 0 37px;
    }
    #services .item {
        padding: 30px 22px;
    }
    #services .item a {
        padding: 10px 17px;
        font-size: 16px;
    }

    .arrow {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }
    .arrow.right {
        margin-left: 30px;
    }
    .staff .metadata {
        padding: 18px;
    }
    .staff h4 {
        font-size: 17px;
    }
    .staff p {
        margin: 5px 0 0;
    }

    #popular .items {
        margin: 35px 0 -15px;
    }
    #popular li {
        width: 49%;
        margin-bottom: 17px;
    }
    #popular .swiper-slide {
        width: 32%;
    }
    #popular .items a {
        margin-bottom: 14px;
        font-size: 17px;
    }

    #middle-banner {
        margin-top: 85px;
    }

    #perks ol, #perks ul {
        flex-wrap: wrap;
        margin-top: 60px;
    }
    #perks li {
        width: 100%;
        padding: 32px 20px 20px;
    }
    #perks li:not(:last-child) {
        margin-bottom: 4.5%;
    }
    #perks .num {
        width: 44px;
        height: 44px;
        font-size: 29px;
    }
    #perks h3 {
        font-size: 21px;
    }
    #perks p {
        margin: 12px 0;
    }
    #perks .media {
        margin-top: 3%;
    }

    .words-list-wrapper {
        height: 82px;
        margin-bottom: 35px;
    }
    .words-list li {
        padding-right: 22px;
        font-size: 28px;
    }
    .words-list li:not(:last-child) {
        margin-right: 22px;
    }

    #posts.row {
        margin-top: 80px;
    }
    #posts.row .content {
        padding: 17px 22px 22px;
    }
    #posts.row h3 {
        font-size: 20px;
    }
    #posts.row p {
        margin: 10px 0 35px;
        font-size: 16px;
    }
    #posts.row .author {
        width: 32px;
    }
    #posts.row .name {
        margin-left: 9px;
        font-size: 14px;
        line-height: 1.2;
    }

    #contact {
        padding: 90px 0;
        margin-top: 95px;
        overflow: hidden;
    }

    #contact .container {
        flex-wrap: wrap;
        padding: 40px;
    }
    #contact .col-l, #contact .col-r {
        width: 100%;
    }
    #contact .col-l p {
        margin-top: 17px;
    }
    #contact .bottom {
        margin: 5px 0 30px;
    }
    #contact .address {
        margin: auto 0 13px;
    }
    #contact .address svg, #contact .tel svg {
        margin-right: 10px;
    }
    #contact label {
        font-size: 14px;
    }
    #contact input {
        height: 46px;
        padding: 18px;
    }
    #contact .fields {
        margin-top: 17px;
    }
    #contact button {
        width: 100%;
        padding: 13.5px 0;
    }
    #contact .d1 {
        width: 215px;
        height: 221px;
    }

    footer {
        padding-top: 50px;
    }
    footer .contacts {
        width: 100%;
    }
    footer .logo {
        width: auto;
    }
    footer .socials {
        display: flex;
        width: 48px;
    }
    footer .socials svg:last-child {
        margin-left: 8px;
    }
    footer .contacts svg {
        margin-right: 7px;
    }
    footer .middle li:not(:first-child) {
        margin-left: 37px;
    }
    footer .top {
        padding-bottom: 8px;
    }
    footer .middle {
        padding: 25px 0;
    }
    footer .bottom {
        padding: 28px 0;
    }

    #c-contacts .middle {
        margin-top: 17px 0;
    }
    #c-contacts .top, #c-contacts .bottom {
        flex-wrap: wrap;
    }
    #c-contacts .top .col, #c-contacts .bottom .col {
        width: 100%;
    }
    #c-contacts .col:not(:last-child) {
        margin-bottom: 17px;
    }

    #up {
        display: none;
    }

    #v-banner p {
        padding: 0;
    }

    #v-gallery {
        padding: 80px 0;
        margin-top: 85px;
    }
    #v-gallery .photos {
        margin: 35px 0 -20px;
    }

    #blog .post {
        width: 48.5%;
    }
}

@media (min-width: 768px) {
    #popular .items {
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
        margin: 45px 0 -18px;
    }
    #posts.row .post:nth-child(2):last-child {
        margin-right: auto;
        margin-left: 20px;
    }
    #v-list .btn {
        border-radius: 50px;
    }
    .single-post {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #services .item h3 {
        font-size: 22px;
        line-break: anywhere;
    }

    #perks .togglers span {
        width: 10px;
        height: 10px;
    }
    #perks .togglers span.swiper-pagination-bullet-active {
        width: 16px;
        height: 16px;
        border: 3px solid #F4F5F5;
    }
    .watch-video {
        width: 46px;
        height: 46px;
    }
    .watch-video svg {
        width: 30px;
        height: 30px;
    }

    #posts.row .swiper {
        width: calc(100% - 80px);
        margin-left: 0 !important;
        overflow: visible !important;
    }
}

@media (max-width: 767px) {
    h1 {
        margin: 0.75em 0;
        font-size: 2.2em;
    }
    .container {
        width: 100%;
        padding: 0 4%;
    }
    section h2 {
        margin: 72px auto 0;
    }

    main {
        padding-top: 100px;
    }
    .mn-banner h1 {
        font-size: 36px;
    }
    .mn-banner {
        flex-wrap: wrap;
        padding: 47px 33px 0;
    }
    .mn-banner .col-left {
        width: 100%;
        padding-right: 0;
    }
    .mn-banner .col-right {
        width: 100%;
        margin-top: 27px;
    }
    .mn-banner img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    #top-nav .new-appoint {
        display: none;
    }
    #top-nav .tel {
        margin-left: auto;
    }

    #services h2, #services .text {
        text-align: left;
    }
    #services .item {
        width: 100% !important;
        margin-bottom: 20px;
    }
    #services .wrapper, #services .item:last-child {
        margin-bottom: 0;
    }
    #services .item h3 {
        font-size: 24px;
    }

    .arrows {
        display: none;
    }
    .staff {
        width: calc(100% - 60px);
        margin-left: 0 !important;
        overflow: visible !important;
    }
    .staff .swiper-wrapper {
        margin-top: 32px;
    }

    #popular .swiper {
        width: calc(100% - 45px);
        margin-left: 0 !important;
        overflow: visible !important;
    }
    #popular .smoother {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 8%;
        height: 100%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(255 255 255 / 100%) 100%);
        z-index: 3;
    }
    #popular .items {
        margin: 32px 0 0;
    }

    #middle-banner {
        margin-top: 72px;
    }

    #perks ol, #perks ul {
        margin-top: 55px;
    }
    #perks li:not(:last-child) {
        margin-bottom: 40px;
    }
    #perks h3 {
        font-size: 22px;
    }
    #perks .swiper-slide {
        padding: 50% 0;
    }
    #perks .media {
        flex-wrap: wrap;
        margin-top: 27px;
    }
    #perks .gallery {
        width: 100%;
    }
    #perks .video {
        width: 100%;
        padding: 50% 0;
        margin-top: 25px;
    }

    #posts.row {
        margin-top: 72px;
    }
    #posts.row .swiper {
        width: calc(100% - 60px);
    }
    #posts.row h3 {
        font-size: 18px;
    }

    #contact {
        padding: 65px 4%;
        margin-top: 75px;
    }
    #contact .container {
        padding: 35px;
    }
    #contact .d1 {
        width: 195px;
        height: 199px;
    }
    #contact .d1.tr {
        top: -50px;
        right: -30px;
    }
    #contact .d1.lb {
        bottom: -50px;
        left: -30px;
    }

    footer .top, footer .middle, footer .contacts {
        flex-direction: column;
    }
    footer .top {
        padding-bottom: 35px;
    }
    footer .middle {
        padding: 35px 0;
    }
    footer .logo {
        margin-bottom: 25px;
    }
    footer .address, footer .tel {
        margin: 0 0 30px;
    }
    footer .middle li {
        margin: 0 0 30px 0 !important;
    }
    footer .middle li:last-child {
        margin-bottom: 0 !important;
    }

    #p-prices table.closed {
        margin-bottom: 30px;
    }
    #p-prices table.closed tbody {
        height: 0 !important;
        overflow: hidden;
        margin: 0;
    }
    #p-prices th {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 27px;
    }
    #p-prices th svg {
        display: block;
        fill: #fff;
        width: 12px;
        height: 8px;
    }
    #p-prices table.closed svg {
        transform: rotate(180deg);
    }
    #p-prices .no-result {
        padding: 55px;
    }
    #p-prices .no-result .title {
        font-size: 32px;
    }

    .v-banner {
        padding: 50px 9% 0;
    }
    #v-banner h1 {
        font-size: 2.2em;
    }

    #v-list .btn {
        width: 100%;
        margin-bottom: 20px;
    }
    #v-list .items {
        display: flex !important;
        margin: 0 0 20px;
    }
    #v-list .items li {
        width: 100%;
    }
    #v-list .items li:last-child {
        margin-bottom: 0;
    }
    #v-list .btn {
        padding: 16px 0;
        font-size: 24px;
        background: #199CDB;
        color: #fff;
    }
    #v-list .btn:nth-child(2) {
        margin-top: 30px;
        order: 3;
    }
    #v-list .btn:nth-child(3) {
        margin-top: 30px;
        order: 5;
    }
    #v-list .items:nth-child(4) {
        order: 4;
    }
    #v-list .items:nth-child(6) {
        order: 6;
    }

    #v-gallery .photo {
        width: 48.5% !important;
        margin-bottom: 17px;
    }
    #v-gallery .wrapper {
        padding: 50% 0 !important;
    }

    #v-gallery {
        padding: 72px 0;
        margin-top: 72px;
    }

    #v-gallery .photos {
        margin: 32px 0 -20px;
    }

    #posts:not(.row) .post {
        width: 100%;
    }
    #posts .content {
        padding: 17px 7% 25px;
    }

    .single-post h1 {
        font-size: 2em;
    }
    .single-post .main-img {
        margin: 0 auto 37px;
    }
    .single-post .content p, .single-post .content ul {
        margin: 0.7em 0 0;
    }
}

@media (max-width: 767px) and (min-width: 631px), (max-width: 379px) {
    #posts:not(.row) .post {
        width: 48.5%;
    }
    #posts:not(.row) .content {
        padding: 17px 7% 25px;
    }
    #posts:not(.row) h3 {
        font-size: 1.25em;
    }
    #posts:not(.row) p {
        margin: 12px 0 37px;
    }
    #posts .name {
        font-size: 15px;
    }
}

@media (max-width: 630px) {
    #posts.row .swiper {
        width: calc(100% - 25px);
        margin-left: 0 !important;
        overflow: visible !important;
    }
    .staff h4 {
        font-size: 16px;
    }

    .v-banner {
        padding: 40px 9% 0;
    }
    #v-banner h1 {
        font-size: 2.1em;
    }

    #e404 {
        padding: 45px 0 70px;
        text-align: center;
    }
    #e404 .btns {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #e404 .btns a {
        width: 290px;
    }
    #e404 .btns a:last-child {
        margin: 20px 0 0;
    }
    #e404 p {
        margin: 1.2em auto 1.5em;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .staff .metadata {
        padding: 22px;
    }
    .staff h4 {
        font-size: 17.5px;
    }
}
@media (min-width: 520px) and (max-width: 630px) {
    #posts.row .content {
        padding: 14px 18px 18px;
    }
}
@media (max-width: 600px) {
    #popular li {
        width: 100%;
    }
    #popular .items a {
        font-size: 17px;
    }

    .staff {
        width: calc(100% - 40px);
    }
}
@media (min-width: 380px) and (max-width: 519px) {
    .staff .metadata {
        padding: 22px;
    }
    .staff h4 {
        font-size: 18.5px;
    }
}
@media (min-width: 350px) and (max-width: 519px) {
    #popular .items a {
        font-size: 18px;
    }
    #posts.row h3 {
        font-size: 20px;
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 2em;
    }
    section h2 {
        margin: 55px auto 0;
    }

    #top-nav {
        height: 72px;
    }
    #top-nav .tel {
        display: none;
    }

    main {
        padding-top: 72px;
    }
    #main-banner .container {
        padding: 0;
    }
    .mn-banner {
        padding: 45px 4% 0;
        border-radius: 0;
    }
    .mn-banner h1 {
        font-size: 32px;
    }

    #services .text {
        margin-top: 15px 0 32px;
    }

    #experts h2 {
        font-size: 28px;
    }
    .staff .swiper-wrapper {
        margin-top: 27px;
    }
    .staff h4 {
        font-size: 17.5px;
    }

    #popular .items {
        margin-top: 27px 0 0;
    }

    #middle-banner {
        margin-top: 52px;
    }

    #perks ol, #perks ul {
        margin-top: 47px;
    }

    #posts.row {
        margin-top: 50px;
    }

    #contact {
        padding: 55px 4%;
        margin-top: 65px;
    }
    #contact .container {
        padding: 35px 30px;
    }
    #contact .address {
        line-height: 1.7;
    }
    #contact .fields {
        flex-direction: column;
    }
    #contact .field {
        width: 100%;
    }
    #contact .fields {
        margin-top: 18px;
    }
    #contact .field:last-child {
        margin-top: 18px;
    }
    #contact .d1.tr {
        right: -35px;
    }
    #contact .d1.lb {
        left: -35px;
    }

    #c-contacts .top .list a {
        display: block;
    }
    #c-contacts .top a:not(:first-child) {
        padding-left: 0;
        margin-left: 0;
    }
    #c-contacts .top a:not(:first-child):after {
        display: none;
    }

    #p-prices h1 {
        margin-top: 1.2em;
    }
    #p-prices li {
        margin: 0 2.5% 12px 2.5%;
    }
    #p-prices th {
        font-size: 23px;
        border-radius: 18px;
    }
    #p-prices td {
        font-size: 18px;
    }
    #p-prices tbody tr {
        display: flex;
        flex-direction: column;
        border-radius: 18px;
    }
    #p-prices td:nth-child(2) {
        padding-top: 0;
        text-align: left;
    }
    #p-prices .container.nr {
        padding: 0;
    }
    #p-prices .no-result {
        padding: 40px 4%;
        border-radius: 0;
    }
    #p-prices .no-result .title {
        font-size: 30px;
    }

    #v-banner .container {
        padding: 0;
    }
    .v-banner {
        padding: 45px 7% 0;
        border-radius: 0;
    }
    #v-banner h1 {
        font-size: 2em;
    }

    #v-list .items li {
        padding: 37px 6%;
    }
    #v-list .btn, #v-list .items li h3 {
        font-size: 22px;
    }

    #v-gallery .photo {
        width: 100% !important;
        max-width: none;
    }

    #v-gallery .swiper {
        width: calc(100% - 25px);
        margin-left: 0 !important;
        overflow: visible !important;
    }
    #v-gallery .photos {
        flex-wrap: nowrap;
    }

    #v-gallery {
        padding: 60px 0;
        margin-top: 60px;
    }

    #callback form, .v-single form, .v-cv form {
        max-width: 100%;
        padding: 30px 5.5%;
        border-radius: 0;
    }

    #blog h1 {
        margin: 1.4em 0 0;
    }
    #blog .subtitle {
        margin: 13px auto 0;
    }
    #posts {
        margin-top: 2em;
    }
    #posts:not(.row) .post {
        width: 100%;
    }
    .pgntn {
        margin-top: 1.3em;
    }

    .single-post h1 {
        font-size: 1.8em;
    }
    .single-post .main-img {
        margin: 0 auto 27px;
    }
    .single-post h3 {
        font-size: 1.35em;
    }
}

@media (max-width: 379px) {
    body {
        font-size: 16px;
    }
    section h2 {
        margin: 45px auto 0;
    }

    #top-nav {
        height: 60px;
    }
    .logo svg {
        width: 136px;
    }
    .m-toggler {
        width: 21px;
        height: 21px;
    }

    main {
        padding-top: 60px;
    }
    .mn-banner {
        padding: 40px 4% 0;
    }
    .mn-banner h1 {
        font-size: 30px;
    }

    #services .text {
        margin-top: 15px 0 27px;
    }

    #experts h2 {
        font-size: 24px;
    }
    .staff .swiper-wrapper {
        margin-top: 23px;
    }

    #popular .items {
        margin-top: 23px 0 0;
    }

    #middle-banner {
        margin-top: 47px;
    }

    #perks ol, #perks ul {
        margin-top: 42px;
    }

    #posts.row {
        margin-top: 45px;
    }

    #contact {
        padding: 50px 4%;
        margin-top: 60px;
    }
    #contact .container {
        padding: 30px 23px;
    }

    #c-contacts .top svg, #c-contacts .bottom svg {
        width: 22px;
        height: 22px;
    }
    #c-contacts p {
        margin-top: 8px 0;
    }
    #c-contacts .col {
        padding: 17px !important;
    }

    #p-prices .tables {
        margin-top: 25px;
    }
    #p-prices table {
        margin-bottom: 35px;
    }
    #p-prices table.closed {
        margin-bottom: 23px;
    }
    #p-prices th {
        padding: 12px 16px;
        font-size: 21px;
    }
    #p-prices tbody {
        margin-top: 25px;
    }
    #p-prices td {
        padding: 14px 16px;
    }
    #p-prices td:nth-child(1) {
        padding-bottom: 8px;
    }

    #v-banner h1 {
        font-size: 1.9em;
    }

    #v-list .btn, #v-list .items li h3 {
        font-size: 20px;
    }

    #v-gallery {
        padding: 50px 0;
        margin-top: 50px;
    }
    #v-gallery .photos {
        margin: 28px 0 -20px;
    }

    .pgntn a:not(:first-child), .pgntn span:not(:first-child) {
        margin-left: 18px;
    }
}

@media (max-width: 350px) {
    #p-prices th {
        font-size: 20px;
    }
}

.submenu-r .content a{
    pointer-events: none;
    text-decoration: none;
    cursor: default;
}