@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap'); /* font-family: 'Roboto Condensed', sans-serif; */
* {box-sizing: border-box;}
body {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 19px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff;
}
.lgbt-line {
    height: 5px;
    background: linear-gradient(90deg, #C6FFDD 0%, #FBE886 50%, #F7A679 100%);
}
.home .fon-index {
    background: url(/wp-content/themes/intentionally-blank/img/wallpaper.webp) no-repeat center top;
    background-size: cover;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
}
.layout.conteiner {
    position: relative;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
a.custom-logo-link,
a.custom-logo-home {
    flex-shrink: 0;
    display: flex;
}
.home a.custom-logo-link {display: none;}
.home a.custom-logo-home {display: flex !important;}
a {
    color: #5164C2;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
a img:hover {opacity: 70%;}
.conteiner {
    display: table;
    width: 100%;
    margin: 0 auto;
}
.width1920 {max-width: 1920px;}
.width1780 {max-width: 1780px;}
.width1366 {max-width: 1366px;}

.padding30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padding60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.margin60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
header > * {margin: auto;}
.site-slogan {
    max-width: 270px;
    margin-left: 60px;
    margin-right: auto;
    line-height: 1.3;
}
.home .site-slogan {color: #fff;}
.socsety {
    display: flex;
    gap: 40px;
}
.socsety a {
    width: 90px;
    height: 90px;
    border: 1px dashed #888989;
    border-radius: 50%;
}
.socsety a:hover {border: 1px dashed #5164C2;}
.socsety a.mail {background: url(/wp-content/themes/intentionally-blank/img/icon-mail.png) no-repeat center center;}
.socsety a.wa   {background: url(/wp-content/themes/intentionally-blank/img/icon-wa.png) no-repeat center center;}

.socsety a.mail:hover {background: url(/wp-content/themes/intentionally-blank/img/icon-mail-hover.png) no-repeat center center;}
.socsety a.wa:hover   {background: url(/wp-content/themes/intentionally-blank/img/icon-wa-hover.png) no-repeat center center;}

.home .socsety a,
.fon-bottom .socsety a {
    border: 1px dashed #000;
    filter: invert(1);
}
.home .socsety a:hover,
.fon-bottom .socsety a:hover {border: 1px dashed #5164C2;}

.btn {
    padding: 30px 35px;
    background: linear-gradient(90deg,#C6FFDD 0%,#FBE886 50%,#F7A679 100%);
    border-radius: 80px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    border: 0;
}
.btn:before {
    content: "";
    background: url(/wp-content/themes/intentionally-blank/img/icon-zajavka.png);
    width: 23px;
    height: 23px;
}
.btn:hover {
    background: #5164C2;
    color: #fff;
}
.btn:hover:before {background-position: 23px 0px;}

.btn.no {
    width: fit-content;
    background: #5164C2;
    color: #fff;
}
.btn.no:before {display: none;}
.btn.no:hover {
    background: linear-gradient(90deg, #C6FFDD 0%, #FBE886 50%, #F7A679 100%);
    color: #5164C2;
}

header .tel a {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #000;
    display: block;
}
header .tel a:hover {color: #5064dd;}

.home header .tel a {color: #fff;}
.home header .tel a:hover {color: #FBE886;}

.main-menu {
    background: url(/wp-content/themes/intentionally-blank/img/fon-menu.jpg) no-repeat center center;
    height: 90px;
    margin-left: -10px;
    margin-right: -10px;
}
.main-menu .tel,
.main-menu .socsety,
.main-menu .btn {display: none;}

.home .main-menu {background: none;}

ul.top_menu {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    margin: 0;
    justify-content: space-between;
    list-style: none;
    align-items: center;
}
ul.top_menu li {
    flex-grow: 1;
    flex-basis: auto;
    padding: 0;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.top_menu li a {
    font-size: 26px;
    background: linear-gradient(90deg, #C6FFDD -438.83%, #FBE886 286.7%, #F7A679 1012.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
ul.top_menu li:hover,
ul.top_menu li.current-menu-item,
ul.top_menu li.current_page_item {
    background: linear-gradient(90deg, #C6FFDD 0%, #FBE886 50%, #F7A679 100%);
    border-radius: 80px;
}
ul.top_menu li:hover a,
ul.top_menu li.current-menu-item a,
ul.top_menu li.current_page_item a {
    color: #5164C2;
    background: none;
    -webkit-text-fill-color: #5164C2;
}

.four-blocks {display: flex;}
.four-blocks > div {
    display: flex;
    gap: 25px;
    align-items: center;
    width: 25%;
}
.four-blocks span {
    font-size: 14px;
    line-height: 1.3;
    padding-right: 65px;
}

.etapy-blocks {
    display: flex;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.etapy-blocks > * {
    width: 20%;
    aspect-ratio: 1/1;
    color: #FFF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
}
.etapy-blocks h2.block-title {
    background: linear-gradient(73.63deg, #C6FFDD 3.57%, #FBE886 50.74%, #F7A679 97.91%);
    color: #000;
    margin: 0;
    font-weight: 500;
    font-size: 45px;
    line-height: 1;
}
.etapy-blocks .block1 {background: #5164C2;}
.etapy-blocks .block2 {background: #6A7AC8;}
.etapy-blocks .block3 {background: #7D8EE4;}
.etapy-blocks .block4 {background: #89A3FC;}

.etapy-blocks > div div {
    font-size: 66px;
    line-height: 1;
    background: linear-gradient(96.54deg, #C6FFDD -59.46%, #FBE886 141.83%, #F7A679 427.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.etapy-blocks > div span {
    font-size: 27px;
    line-height: 1;
}
.etapy-blocks > div p {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.04em;
}

.fon-bottom {
    background: #4F4F4F;
    margin-left: -10px;
    margin-right: -10px;
    padding: 90px 10px;
    color: #FFF;
}
.fon-bottom a {color: #FFF;}
.fon-bottom .width1366.conteiner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.fon-bottom .block1 {width: 25%;}
ul.bottom_menu {
    width: 50%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
ul.bottom_menu li {width: 50%;}
ul.bottom_menu li a {
    font-size: 24px;
    line-height: 1;
    display: table;
    margin-bottom: 30px;
}

.fon-bottom ul.bottom_menu li.current-menu-item a,
.fon-bottom ul.bottom_menu li.current_page_item a {color: #f3eb92;}

.fon-bottom .block3 {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.fon-bottom .block1 .logo2 {margin-bottom: 15px;}
.fon-bottom .block1 p {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
    max-width: 240px;
}
.fon-bottom .block1 .tel a {
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    text-decoration: none;
    color: #fff;
    margin-bottom: 15px;
}
.fon-bottom .block1 .tel a:hover {color: #a6fcee;}

.fon-bottom .block1 .copy {
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: #A0A0A0;
}

.fon-bottom .block3 .socsety,
.fon-bottom .block3 .btn {margin-bottom: 30px;}

.fon-bottom .block3 a {
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 10px;
}
.fon-bottom .block3 a.razrabotano {
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.04em;
    color: #E0E0E0;
    text-decoration: none;
    justify-content: flex-start;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
}
.fon-bottom .block3 a.razrabotano:hover {color: #fff;}

.content-page {
    font-size: 24px;
    line-height: 1.5;
}
h1.page-title {
    font-weight: 700;
    font-size: 63px;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 90px;
}

.fon {
    background: url(/wp-content/themes/intentionally-blank/img/fon.jpg) no-repeat top right;
    width: 100%;
    height: 1060px;
    position: absolute;
    z-index: -1;
    margin-left: -10px;
}
.page-id-2 .content-page,
.page-id-22 .content-page,
.parent-pageid-50 .content-page {padding-right: 20%;}

.storony {
    background: linear-gradient(73.63deg, #C6FFDD 3.57%, #FBE886 50.74%, #F7A679 97.91%);
    width: calc(100% + 20px);
    margin-left: -10px;
}
.storony .width1366.conteiner {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    padding-left: 10px;
    padding-right: 10px;
}
.storony .blocks {
    display: flex;
    align-items: center;
    width: calc(50% - 50px);
    justify-content: space-between;
    gap: 70px;
}
.storony .blocks div {
    font-weight: 400;
    font-size: 118px;
    line-height: 1;
    letter-spacing: -0.04em;
}
.storony .blocks span {
    font-weight: 700;
    font-size: 27px;
    line-height: 1;
}
.storony .blocks p {
    line-height: 1.3;
    font-size: 25px;
    margin: 0;
}

h2.block-title-line {
    font-weight: 500;
    font-size: 45px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 40px;
}
h2.block-title-line:after {
    content: "";
    display: block;
    width: 70px;
    height: 10px;
    background: linear-gradient(90deg, #C6FFDD 0%, #FBE886 50%, #F7A679 100%);
    border-radius: 15px;
    margin-top: 40px;
}
.page-id-54 .docs-title h2.block-title-line {display: none;}
.docs-title > p {
    font-size: 22px;
    line-height: 1.3;
}

.docs-scans a img,
.photo-scans a img {
    max-width: 100%;
    height: auto;
}
.docs-scans .slick-slide,
.photo-scans .slick-slide {padding: 0 30px;}

.arrowss {
    display: flex;
    gap: 100px;
}
.arrowss a {
    width: 66px;
    height: 66px;
    cursor: pointer;
    background-image: url(/wp-content/themes/intentionally-blank/img/arrows.png);
    background-repeat: no-repeat;
}
.arrowss a.fa-angle-right {background-position: -66px 0px;}
.arrowss a.fa-angle-left:hover {background-position: 0px -66px;}
.arrowss a.fa-angle-right:hover {background-position: -66px -66px;}

.svoistva {display: flex;}
.svoistva > * {width: 50%;}
.svoistva .svoistva-img {position: relative;}
.svoistva .svoistva-img h2.block-title-line {
    position: absolute;
    top: 90px;
    left: 80px;
    max-width: 370px;
}
.svoistva .svoistva-img img {
    aspect-ratio: 1 / 1;
    width: 100%;
}
.svoistva .svoistva-text {
    display: flex;
    flex-direction: column;
    gap: 70px;
    justify-content: space-between;
    padding-right: 90px;
}
.svoistva .svoistva-text span {
    min-height: 118px;
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.04em;
}
.svoistva .svoistva-text span img {flex-shrink: 0;}

.haracter table {
    border: 0;
    width: 100%;
}
.haracter table tr {height: 100px;}
.haracter table th,
.haracter table td {
    border: 0;
    border-bottom: 1px dashed #888989;
    line-height: 1.3;
}
.haracter table th {
    font-weight: 600;
    font-size: 22px;
}
.haracter table td {
    font-size: 15px;
    text-align: center;
}
.haracter table th:nth-child(1),
.haracter table td:nth-child(1) {text-align: left;}
.haracter table p {margin: 0;}

.map {
    width: calc(100% + 20px);
    margin-left: -10px;
    position: relative;
}

.gallery-container {margin-bottom: 100px;}
.gallery-container .gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
    margin-bottom: 40px;
}
.gallery-container .gallery-grid a {
    width: calc(33.33% - 24px);
    position: relative;
    aspect-ratio: 1 / 1;
    display: flex;
}
.gallery-container .gallery-grid a:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 40.74%, rgba(0, 0, 0, 0) 100%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.gallery-container .gallery-grid a span {
    position: absolute;
    width: calc(100% - 90px);
    margin: 45px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 1;
}
.gallery-container .gallery-grid a img {
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 1 / 1;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 40px;
    font-weight: 600;
    font-size: 24px;
}
.pagination a {
    line-height: 1;
    color: #000000;
}
.pagination a:hover {color: #5164c2;}
.pagination a.prev,
.pagination a.next {
    width: 66px;
    height: 66px;
    background-image: url(/wp-content/themes/intentionally-blank/img/arrows.png);
    background-repeat: no-repeat;
    font-size: 0;
}
.pagination a.next {background-position: -66px 0px;}
.pagination a.prev:hover {background-position: 0px -66px;}
.pagination a.next:hover {background-position: -66px -66px;}
.pagination span.current {
    line-height: 64px;
    border: 1px dashed #888989;
    padding: 0px 25px;
    border-radius: 50%;
}

.faq details {
    width: calc(100% + 20px);
    margin-left: -10px;
}
.faq details summary {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 40px 0;
    border-bottom: 1px dashed #000000;
    padding-right: 190px;
    transition-duration: .2s;
    color: #555;
    line-height: 1.3;
}
.faq details summary:after {
    content: "";
    background: url(/wp-content/themes/intentionally-blank/img/plus.png) no-repeat top center;
    width: 27px;
    height: 27px;
    right: 10px;
    top: 50%;
    margin-top: -13.5px;
    position: absolute;
    display: block;
}
.faq details[open] {background: linear-gradient(73.63deg, #C6FFDD 3.57%, #FBE886 50.74%, #F7A679 97.91%);}
.faq details[open] > div {
    padding-bottom: 40px;
    border-bottom: 1px dashed #000000;
}
.faq details[open] summary {border: 0;}
.faq details[open] summary:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-id-25 .content-page .wpcf7,
.raschet > span {
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
    padding: 70px;
    background: #fff;
    display: table;
}
.raschet {
    z-index: 1;
    position: relative;
    display: table;
}
.page-id-25 .content-page .wpcf7 {margin-top: 80px;}
.raschet > span {margin-bottom: -200px;}
.home .raschet > span {
    position: absolute;
    top: -390px;
    margin-bottom: 0;
}
.page-id-25 .content-page .wpcf7 form.wpcf7-form,
.raschet .wpcf7 form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 30px;
}
.page-id-25 .content-page .wpcf7 form.wpcf7-form span[data-name="text-name"],
.page-id-25 .content-page .wpcf7 form.wpcf7-form span[data-name="tel-nomer"],
.page-id-25 .content-page .wpcf7 form.wpcf7-form span[data-name="email-pochta"] {width: calc(33.33% - 14px);}

.page-id-25 .content-page .wpcf7 form.wpcf7-form span[data-name="textarea-vopros"] {
    display: flex;
    width: 100%;
}
.page-id-25 .content-page .wpcf7 form.wpcf7-form span[data-name="textarea-vopros"] textarea {
    width: 100%;
    height: 140px;
    border: 1px dashed #000000;
    padding: 20px;
    font-size: 15px;
}
.page-id-25 .content-page .wpcf7 form.wpcf7-form > span > input,
.raschet .wpcf7 form.wpcf7-form > span > input {
    width: 100%;
    height: 65px;
    border: 1px dashed #000000;
    padding-left: 20px;
    font-size: 15px;
}
.raschet .wpcf7 form.wpcf7-form span[data-name="text-name"],
.raschet .wpcf7 form.wpcf7-form span[data-name="tel-nomer"],
.raschet .wpcf7 form.wpcf7-form span[data-name="email-pochta"],
.raschet .wpcf7 form.wpcf7-form span[data-name="text-vopros"] {width: calc(25% - 15px);}

.raschet .wpcf7 form.wpcf7-form span[data-name="file-files"] input {
    border: 0;
    padding: 0;
    height: auto;
}

form.wpcf7-form input[type="submit"] {
    padding: 30px 35px;
    border-radius: 80px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    background: #5164C2;
    color: #fff;
    height: min-content;
}

.raschet form.wpcf7-form input[type="submit"] {
    padding: 0 47px;
    border: 0;
    color: #fff;
    background: #5164C2;
    border-radius: 80px;
    margin: 0;
    height: 60px;
}

form.wpcf7-form input[type="submit"]:hover {
    background: linear-gradient(90deg,#C6FFDD 0%,#FBE886 50%,#F7A679 100%);
    color: #000000;
}

form.wpcf7-form .wpcf7-form-control-wrap[data-name="acceptance"] {flex-basis: 100%;}
form.wpcf7-form .wpcf7-form-control-wrap[data-name="acceptance"] .wpcf7-acceptance {display: flex;}
form.wpcf7-form .wpcf7-form-control-wrap[data-name="acceptance"] .wpcf7-acceptance label {
    display: flex;
    gap: 10px;
    font-size: 14px;
    line-height: 1;
    align-items: center;
}
form.wpcf7-form .wpcf7-form-control-wrap[data-name="acceptance"] .wpcf7-list-item {margin: 0;}
form.wpcf7-form input[type="checkbox"] {
    zoom: 2;
    margin: 0;
    outline: none !important;
}
form.wpcf7-form .wpcf7-not-valid-tip {font-size: 12px;}

.contact-blocks {
    background: linear-gradient(73.63deg, #C6FFDD 3.57%, #FBE886 50.74%, #F7A679 97.91%);
    display: flex;
    flex-wrap: wrap;
    padding: 90px 75px;
    column-gap: 10px;
    row-gap: 60px;
    justify-content: center;
}
.contact-blocks > div {
    width: calc(33.33% - 7px);
    background: url(/wp-content/themes/intentionally-blank/img/point.png) no-repeat left 5px;
    min-height: 50px;
    padding-left: 70px;
    font-size: 18px;
    line-height: 28px;
    line-height: 1.5;
    text-transform: uppercase;
}
.contact-blocks > div b {
    text-transform: none;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}
.contact-blocks > div a {
    color: #000;
    text-decoration: underline;
}

.contact-blocks2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
}
.contact-blocks2 > div {
    width: 33.33%;
    line-height: 1.3;
    font-size: 18px;
    padding-left: 60px;
}
.contact-blocks2 > div:nth-child(1) {background: url(/wp-content/themes/intentionally-blank/img/icon-form-1.png) no-repeat left top;}
.contact-blocks2 > div:nth-child(2) {background: url(/wp-content/themes/intentionally-blank/img/icon-form-2.png) no-repeat left top;}
.contact-blocks2 > div:nth-child(3) {background: url(/wp-content/themes/intentionally-blank/img/icon-form-3.png) no-repeat left top;}

.fancybox__content h2.block-title-line {font-size: 32px;}
.fancybox__content h2.block-title-line:after {margin-top: 20px;}
.fancybox__content.raschet {
    display: flex;
    max-width: 450px;
}
.fancybox__content.raschet .wpcf7 form.wpcf7-form {
    flex-direction: column;
    align-items: center;
}
.fancybox__content.raschet .wpcf7 form.wpcf7-form span[data-name="text-name"],
.fancybox__content.raschet .wpcf7 form.wpcf7-form span[data-name="tel-nomer"],
.fancybox__content.raschet .wpcf7 form.wpcf7-form span[data-name="email-pochta"],
.fancybox__content.raschet .wpcf7 form.wpcf7-form span[data-name="text-vopros"] {width: 100%;}

.fancybox__content.raschet .wpcf7 form.wpcf7-form > span > input {height: 45px;}
.fancybox__content.raschet .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap[data-name="acceptance"] .wpcf7-acceptance label {align-items: flex-start;}

.block-izdeliya {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.block-izdeliya a {
    position: relative;
    width: calc(33.33% - 20px);
    height: 300px;
    text-decoration: none;
    color: #fff;
}
.block-izdeliya a:hover {color: #5164C2;}
.block-izdeliya a:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 40.74%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}
.block-izdeliya a span {
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    padding-top: 45px;
    padding-left: 45px;
    position: relative;
}
.block-izdeliya a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 0;
}

.crumbs {
    display: flex;
    gap: 30px;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    margin-bottom: 50px;
    align-items: center;
}
.crumbs a {color: #000;}
.crumbs a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #5064dd;
}
.crumbs div {
    width: 35px;
    height: 3px;
    background: linear-gradient(90deg, #C6FFDD 0%, #FBE886 50%, #F7A679 100%);
}

.stati-page .posts {
    display: flex;
    flex-wrap: wrap;
    row-gap: 80px;
    margin-bottom: 40px;
}
.stati-page .posts .post-item {
    display: flex;
    gap: 40px;
    align-items: center;
    width: 50%;
    padding-right: 40px;
}
.stati-page .posts .post-item > a {
    display: flex;
    width: 50%;
}
.stati-page .posts .post-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}
.stati-page .posts .post-item span {width: 50%;}

.two-colums {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
}
.two-colums .content-page {margin-top: 0;}

.two-colums .content-page a.post-thumbnail {
    display: flex;
    float: right;
    margin-left: 40px;
    margin-bottom: 35px;
    margin-top: 10px;
}
.post-date {font-size: 16px;}
.two-colums .block-news {max-width: 400px;}
.two-colums .block-news .posts div {margin-bottom: 60px;}
.two-colums .block-news .posts div a.title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    display: block;
    margin-bottom: 20px;
}

.banner-fon {
    background: url(/wp-content/themes/intentionally-blank/img/banner.webp) no-repeat center center;
    width: calc(100% + 20px);
    height: 1087px;
    margin-left: -10px;
    margin-top: -330px;
}

.home .faq {
    max-width: 1366px;
    position: relative;
}
.home .faq details {
    background: linear-gradient(73.63deg, #C6FFDD 3.57%, #FBE886 50.74%, #F7A679 97.91%);
    padding-left: 50px;
    padding-right: 50px;
}
.home .fon {display: none;}

.stati-page {margin-bottom: 80px;}
.stati-page > p {
    margin-bottom: 50px;
    width: 100%;
    max-width: 740px;
}

.sfery-fon1 {
    background: url(/wp-content/themes/intentionally-blank/img/wallpaper2.webp) no-repeat center center;
    height: 502px;
    margin-left: -10px;
    width: calc(100% + 20px);
}
.sfery1 {padding-top: 100px;}
.sfery-fon2 {
    background: linear-gradient(73.63deg, #C6FFDD 3.57%, #FBE886 50.74%, #F7A679 97.91%);
    margin-left: -10px;
    width: calc(100% + 20px);
}

.sfery2 {
    display: flex;
    gap: 40px;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
}
.sfery2 > div {
    text-align: center;
    width: 33.33%;
}
.sfery2 span {
    display: flex;
    width: 190px;
    height: 190px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    margin: auto;
    margin-top: -95px;
    position: relative;
    margin-bottom: 50px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.sfery2 h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 35px;
}
.sfery2 p {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.home .onas {
    display: flex;
    gap: 100px;
    align-items: center;
}
.home .onas .left {width: 60%;}
.home .onas .right {width: 40%;}
.home .onas .right ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.home .onas .right ul li {
    list-style: none;
    border: 1px dashed #888989;
    border-radius: 80px;
    line-height: 30px;
    padding: 25px 45px;
}
.home .content-page {
    margin-bottom: 0;
    padding-bottom: 60px;
    display: flex;
    align-items: flex-start;
}
.left-block-shapka,
.four-blocks-shapka {width: 50%;}
.left-block-shapka h1.page-title {
    background: linear-gradient(90deg, #C6FFDD 0%, #FBE886 50%, #F7A679 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 40px;
}
.left-block-shapka p {
    font-size: 24px;
    line-height: 1.5;
    color: #C8FFDB;
    margin-top: 0;
    margin-bottom: 40px;
}

.four-blocks-shapka {
    display: flex;
    flex-wrap: wrap;
    row-gap: 70px;
}
.four-blocks-shapka div {
    width: 50%;
    text-align: center;
}
.four-blocks-shapka div span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.four-blocks-index {
    display: flex;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.four-blocks-index div {
    width: 25%;
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    padding: 30px 50px;
}
.four-blocks-index span {
    font-weight: 500;
    font-size: 30px;
    display: block;
    line-height: 1;
}
.four-blocks-index p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.04em;
}
.four-blocks-index div:nth-child(1) {background: #5164C2;}
.four-blocks-index div:nth-child(2) {background: #6A7AC8;}
.four-blocks-index div:nth-child(3) {background: #7D8EE4;}
.four-blocks-index div:nth-child(4) {background: #89A3FC;}

#toTop {
    display: none;
    width: 60px;
    height: 60px;
    background: #5164C2;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    z-index: 99;
    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;}