@font-face {
    font-family: 'Inter Light';
    src: url('/wp-content/themes/intentionally-blank/fonts/Inter-Light.ttf');
}
@font-face {
    font-family: 'Inter Regular';
    src: url('/wp-content/themes/intentionally-blank/fonts/Inter-Regular.ttf');
}
@font-face {
    font-family: 'Inter Medium';
    src: url('/wp-content/themes/intentionally-blank/fonts/Inter-Medium.ttf');
}
@font-face {
    font-family: 'Inter SemiBold';
    src: url('/wp-content/themes/intentionally-blank/fonts/Inter-SemiBold.ttf');
}
@font-face {
    font-family: 'Inter Bold';
    src: url('/wp-content/themes/intentionally-blank/fonts/Inter-Bold.ttf');
}
@font-face {
    font-family: 'Inter Black';
    src: url('/wp-content/themes/intentionally-blank/fonts/inter-black.otf');
}
html.translated-rtl body {top: 0 !important;}
.skiptranslate {display: none !important;}
.language {
    position: fixed;
    right: 10px;
    top: 80px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    z-index: 99;
}
.language__img {
    cursor: pointer;
    opacity: .5;
    width: 50px;
    height: auto;
}
.language__img:hover,
.language__img_active {opacity: 1;}

* {box-sizing: border-box;}
body {
    margin: 0;
    font-family: 'Inter Regular';
    background: #f3f7f7;
}
.width {
    width: 100%;
    max-width: 1205px;
    margin: auto;
}
.header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 10px;
}
a.logo {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}
a.logo:hover {opacity: 70%;}

ul.top-menu,
ul.top-menu li ul.sub-menu,
ul.bottom-menu,
ul.bottom-menu li ul.sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.top-menu {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 62px;
}
ul.top-menu li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
ul.top-menu li a {
    font-size: 20px;
    color: #142e2e;
    text-decoration: none;
}
ul.top-menu li a:hover,
ul.top-menu li.current-menu-parent > a,
ul.top-menu li.current-menu-item > a {
    color: #53b4b2;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

ul.top-menu li ul.sub-menu {
    display: none;
    list-style: none;
    width: 360px;
    background: #f3f7f7;
    position: absolute;
    left: -20px;
    top: 60px;
    z-index: 2000;
    box-shadow: 0px 5px 10px 4px #999;
    flex-direction: column;
}
ul.top-menu li.menu-item-has-children:hover ul.sub-menu {display: flex !important;}
ul.top-menu li ul.sub-menu li:not(ul.top-menu li ul.sub-menu li:last-child) {border-bottom: solid 2px #53b4b2;}
ul.top-menu li ul.sub-menu li a {
    font-size: 18px;
    padding: 20px;
}

.right-cont {
    font-family: 'Inter SemiBold';
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 20px;
}
.right-cont a {text-decoration: none;}
.right-cont a.top-tel {color: #53b4b2;}
.right-cont a.top-mail {color: #31706f;}
.right-cont a.top-tel:hover {color: #31706f;}
.right-cont a.top-mail:hover {color: #53b4b2;}

.shapka-fon {background-image: linear-gradient(to bottom, #53b4b2, #31706f);}
.shapka {
    position: relative;
    height: 840px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shapka h2 {
    width: 100%;
    max-width: 680px;
    margin: 0;
    font-family: 'Inter Black';
    font-size: 47px;
    line-height: 1.4;
    color: #f3f7f7;
    padding-top: 55px;
}
.shapka > span {
    font-size: 150px;
    font-family: 'Inter Black';
    text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
    color: #72A4A3;
    line-height: 1;
    display: block;
    padding-bottom: 80px;
}

.home .preim {
    display: flex;
    justify-content: center;
    gap: 65px;
    flex-direction: column;
    position: absolute;
    top: 150px;
    right: 20px;
    align-items: flex-end;
}
.home .preim div {
    display: flex;
    align-items: center;
    gap: 25px;
    border-radius: 100px;
    background: #e1f2f2;
    justify-content: space-between;
    min-height: 90px;
    padding: 0 30px;
    width: max-content;
}
.home .preim div:nth-child(2) {margin-right: 300px;}
.home .preim div span {
    color: #142e2e;
    font-size: 26px;
    line-height: 1.3;
    display: block;
    font-family: 'Inter Medium';
}
.footer {
    box-shadow: 10px -10px 10px 0 rgba(0, 0, 0, 0.25), -10px 0 10px 0 rgba(0, 0, 0, 0.25);
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    width: 95%;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 100px;
    border-radius: 30px 30px 0 0;
}
.footer .block-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 42px;
    width: 100%;
}
.footer .block-logo img {
    width: 128px;
    height: auto;
}
.footer .block-logo:before,
.footer .block-logo:after {
    content: "";
    width: 50%;
    height: 3px;
    flex-grow: 0;
    background-color: #53b4b2;
}
.footer .right-cont {
    font-size: 20px;
    width: 100%;
    margin-top: -90px;
    padding-right: 20px;
}

ul.bottom-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}
ul.bottom-menu > li {width: 33.33%;}
ul.bottom-menu > li:nth-child(2) {order: 1;}
ul.bottom-menu > li:nth-child(1) {order: 2; text-align: center;}
ul.bottom-menu > li:nth-child(3) {order: 3; text-align: right;}

ul.bottom-menu li a {
    font-size: 20px;
    color: #142e2e;
    text-decoration: none;
}
ul.bottom-menu li a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}
ul.bottom-menu li ul.sub-menu {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 20px;
}
ul.bottom-menu li ul.sub-menu li a {color: #31706f;}

.content-fon {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #e1f2f2;
}
.content-fon .content {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
}
.content-fon .content h2 {
    margin: 0;
    font-family: 'Inter Bold';
    font-size: 64px;
    color: #31706f;
    width: 100%;
}
.content-fon .content h2 span {color: #53b4b2;}
.content-fon .content img {
    width: 30%;
    height: auto;
}
.content-fon .content .text {
    width: calc(70% - 60px);
    padding: 20px 50px;
    border-radius: 30px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.25);
    background-color: #bee2e2;
    font-size: 32px;
    font-weight: 500;
    color: #142e2e;
}

.uslugi {
    width: 100%;
    max-width: 1020px;
    margin: 35px auto;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.uslugi h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Inter Bold';
    font-size: 64px;
    color: #142e2e;
    text-align: center;
    width: 100%;
}
.uslugi h2 span {color: #31706f;}
.uslugi img.line-right {transform: rotate(180deg);}
.uslugi .podrazdely {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0 20px;
    width: calc(100% - 92px - 92px);
    flex-direction: column;
}
.uslugi .podrazdely div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 65px;
}
.uslugi .podrazdely div > span {
    width: 50px;
    height: 50px;
    background: #31706f;
    border-radius: 50%;
}
.uslugi .podrazdely div > a {
    display: flex;
    align-items: center;
    gap: 40px;
    width: calc(100% - 50px - 65px);
    padding: 20px;
    background: #bee2e2;
    border-radius: 30px 200px 200px 30px;
    text-decoration: none;
}
.uslugi .podrazdely div > a img {
    border-radius: 30px;
    -webkit-box-shadow: -20px -20px 0px 0px #31706f;
    -moz-box-shadow: -20px -20px 0px 0px #31706f;
    box-shadow: -20px -20px 0px 0px #31706f;
    margin-top: 20px;
    margin-left: 20px;
}
.uslugi .podrazdely div > a p {
    color: #142e2e;
    margin: 0;
    font-size: 30px;
}
.uslugi .podrazdely div:nth-child(even) {flex-direction: row-reverse;}
.uslugi .podrazdely div:nth-child(even) > a {background: #53b4b2;}
.uslugi .podrazdely div:nth-child(even) > a img {
    -webkit-box-shadow: -20px -20px 0px 0px #e1f2f2;
    -moz-box-shadow: -20px -20px 0px 0px #e1f2f2;
    box-shadow: -20px -20px 0px 0px #e1f2f2;
}
.uslugi .podrazdely div > a:hover p {color: #fff;}
.uslugi .podrazdely div > a:hover img {opacity: 70%;}

.sotrud-fon {background: #bee2e2;}
.sotrud {
    padding: 0 10px;
    padding-top: 60px;
    padding-bottom: 110px;
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
.sotrud > h2 {
    margin-top: 0;
    margin-bottom: 80px;
    font-family: 'Inter Bold';
    font-size: 96px;
    text-align: right;
    color: #142e2e;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
}
.sotrud > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 120px;
}
.sotrud > div p {
    margin: 0;
    font-family: 'Inter Bold';
    color: #142e2e;
    position: relative;
    z-index: 1;
}
.sotrud > div span {
    display: block;
    background-color: #53b4b2;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 50%;
}
.sotrud > div p:nth-child(1) {
    font-size: 48px;
    width: 45%;
    text-align: center;
    margin-top: -250px;
}
.sotrud > div p:nth-child(1) span {
    width: 150px;
    height: 150px;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
}
.sotrud > div p:nth-child(2) {
    font-size: 36px;
    width: 55%;
}
.sotrud > div p:nth-child(2) span {
    width: 100px;
    height: 100px;
    left: 0;
    margin-left: -20px;
    margin-top: -50px;
}
.sotrud > div p:nth-child(3) {
    font-size: 36px;
    width: 50%;
    text-align: center;
}
.sotrud > div p:nth-child(3) span {
    width: 100px;
    height: 100px;
    margin-left: 80px;
    margin-top: -50px;
}
.sotrud > div p:nth-child(4) {
    font-size: 48px;
    width: 50%;
    text-align: center;
}
.sotrud > div p:nth-child(4) span {
    width: 100px;
    height: 100px;
    margin-left: 100px;
    margin-top: -50px;
}
.sotrud > div p:nth-child(5) {
    font-size: 48px;
    width: 100%;
    text-align: center;
}
.sotrud > div p:nth-child(5) span {
    width: 150px;
    height: 150px;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
}

.shema {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 75px;
    padding: 0 10px;
}
.shema > div {
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 20px));
    grid-template-rows: repeat(2, calc(50% - 15px));
    gap: 30px;
}
.shema h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Inter Bold';
    font-size: 85px;
    color: #53b4b2;
}
.shema h2 span {color: #31706f;}
.shema > div span b {
    font-size: 88px;
    color: #53b4b2;
    margin-bottom: 15px;
}
.shema > div span {
    background: #e1f2f2;
    border-radius: 30px;
    padding: 30px;
    font-family: 'Inter Bold';
    font-size: 38px;
    line-height: 1;
    color: #31706f;
    display: flex;
    flex-direction: column;
    box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.25);
}
.shema > div span:nth-child(1) {
    grid-row: span 2;
    background: #53b4b2;
}
.shema > div span:nth-child(1) b {color: #fff;}
.shema > div span:nth-child(3) {
    grid-row: span 2;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}

.voprosy {
    width: 100%;
    max-width: 1030px;
    margin: auto;
    padding: 0 10px;
}
.voprosy > h2 {
    margin: 0;
    margin-bottom: 60px;
    font-family: 'Inter Bold';
    font-size: 85px;
    color: #53b4b2;
}
.voprosy > h2 span {color: #31706f;}
.voprosy > span {
    padding: 60px 30px 70px 110px;
    border-radius: 30px;
    background: #e1f2f2;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.voprosy > span > div > * {
    font-size: 32px;
    line-height: 1.2;
    padding-right: 100px;
}
.voprosy > span .vopros {
    font-family: 'Inter Bold';
    display: flex;
    gap: 70px;
    align-items: center;
    color: #31706f;
}
.voprosy > span .otvet {
    color: #53b4b2;
    padding-left: 110px;
    font-family: 'Inter Medium';
}

.parent-pageid-3 .page-content {
    width: calc(100% - 20px);
    max-width: 1190px;
    margin: auto;
    margin-top: 6px;
    margin-bottom: 10px;
    padding: 50px;
    display: flex;
    gap: 90px;
    border-radius: 50px 50px 350px 50px;
}
.page-id-26.parent-pageid-3 .page-content {background: #e1f2f2;}
.page-id-27.parent-pageid-3 .page-content {background: #31706f;}
.page-id-28.parent-pageid-3 .page-content {background: #bee2e2;}

.parent-pageid-3 .page-content img {
    border-radius: 70px;
    margin-top: 50px;
    margin-left: 50px;
    width: 390px;
    height: 390px;
}
.page-id-26.parent-pageid-3 .page-content img {
    -webkit-box-shadow: -50px -50px 0px 0px #31706f;
    -moz-box-shadow: -50px -50px 0px 0px #31706f;
    box-shadow: -50px -50px 0px 0px #31706f;
}
.page-id-27.parent-pageid-3 .page-content img {
    -webkit-box-shadow: -50px -50px 0px 0px #bee2e2;
    -moz-box-shadow: -50px -50px 0px 0px #bee2e2;
    box-shadow: -50px -50px 0px 0px #bee2e2;
}
.page-id-28.parent-pageid-3 .page-content img {
    -webkit-box-shadow: -50px -50px 0px 0px #53b4b2;
    -moz-box-shadow: -50px -50px 0px 0px #53b4b2;
    box-shadow: -50px -50px 0px 0px #53b4b2;
}
.parent-pageid-3 .page-content h1 {
    font-family: 'Inter Bold';
    font-size: 64px;
    margin: 0;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
}
.page-id-26.parent-pageid-3 .page-content h1 {color: #142e2e;}
.page-id-27.parent-pageid-3 .page-content h1 {color: #bee2e2;}
.page-id-28.parent-pageid-3 .page-content h1 {color: #31706f;}
.parent-pageid-3 .podrazd {
    width: 100%;
    max-width: 1190px;
    margin: auto;
    padding: 0 10px;
}
.parent-pageid-3 .podrazd h2 {
    position: relative;
    margin: 0;
    padding-bottom: 7px;
    font-family: 'Inter SemiBold';
    font-size: 40px;
    color: #31706f;
    line-height: 1;
    width: 50%;
    border-bottom: 6px solid;
}
.parent-pageid-3 .podrazd div {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-left: 30px;
    padding-bottom: 40px;
    margin-left: 50%;
    margin-top: -6px;
    margin-bottom: 80px;
    border-left: 6px solid #31706f;
    border-bottom: 6px solid #31706f;
    position: relative;
}
.parent-pageid-3 .podrazd div > img {
    position: absolute;
    right: -2px;
    bottom: -22px;
}
.parent-pageid-3 .podrazd div a {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    border-radius: 20px 140px 140px 20px;
    text-decoration: none;
    max-width: 430px;
}
.parent-pageid-3 .podrazd div a:nth-child(2) {background: #bee2e2;}
.parent-pageid-3 .podrazd div a:nth-child(1) {
    position: absolute;
    top: -200px;
    right: 0;
    background: #e1f2f2;
}
.page-id-26.parent-pageid-3 .podrazd div a:nth-child(1) {background: #53b4b2;}

.parent-pageid-3 .podrazd div a img {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    margin-top: 15px;
    margin-left: 15px;
    -webkit-box-shadow: -15px -15px 0px 0px #31706f;
    -moz-box-shadow: -15px -15px 0px 0px #31706f;
    box-shadow: -15px -15px 0px 0px #31706f;
}
.page-id-26.parent-pageid-3 .podrazd div a:nth-child(1) img {
    -webkit-box-shadow: -15px -15px 0px 0px #e1f2f2;
    -moz-box-shadow: -15px -15px 0px 0px #e1f2f2;
    box-shadow: -15px -15px 0px 0px #e1f2f2;
}
.parent-pageid-3 .podrazd div a p {
    width: 250px;
    font-size: 28px;
    margin: 0;
    color: #000;
}
.parent-pageid-3 .podrazd div a:hover p {color: #fff;}
.parent-pageid-3 .podrazd div a:hover img {opacity: 70%;}

.contacts {padding: 0 10px;}

.page-contacts {
    margin: auto;
    margin-top: 45px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    width: 100%;
    max-width: 830px;
    padding: 25px 100px 100px 70px;
    border-radius: 30px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.25);
    background: #bee2e2;
}
.page-contacts h1 {
    display: flex;
    min-height: 39px;
    margin: 0;
    font-family: 'Inter Bold';
    font-size: 64px;
    color: #31706f;
    align-items: center;
    gap: 15px;
}
.page-contacts h1 img {
    width: 112px;
    height: 75px;
}
.page-contacts > *:not(.page-contacts h1) {
    display: flex;
    align-items: center;
    gap: 65px;
    font-family: 'Inter SemiBold';
    font-size: 36px;
    line-height: 1.22;
    text-align: left;
    color: #142e2e;
}
.page-contacts a {
    text-decoration: none;
    color: #142e2e;
}
.page-contacts img:not(.page-contacts h1 img) {
    width: 55px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}
.page-contacts a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    color: #0724b4;
}

#toTop {
    display: none;
    width: 60px;
    height: 60px;
    background: linear-gradient(to right, #53b4b2, #31706f);
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9;
    border-radius: 10px;
}
#toTop:before,
#toTop:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 10px;
    top: 24px;
    background: #fff;
}
#toTop:before {
    transform: rotate(-45deg);
    left: 8px;
}
#toTop:after {
    transform: rotate(45deg);
    left: 22px;
}
#toTop:hover {opacity: 0.8;}