@font-face {
    font-family: TildaSans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/TildaSans-Light.woff2) format("woff2");
}
@font-face {
    font-family: TildaSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/TildaSans-Regular.woff2) format("woff2");
}
@font-face {
    font-family: TildaSans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/TildaSans-Medium.woff2) format("woff2");
}
@font-face {
    font-family: TildaSans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/TildaSans-Bold.woff2) format("woff2");
}
body,
html {
    height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}
@media all and (max-width: 991px) {
    body,
    html {
        scroll-padding-top: 10px;
    }
}
body {
    font-family: TildaSans, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    width: 100%;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
    font-weight: 300;
}
footer,
header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
ul {
    list-style: none;
    margin: 0;
}
p {
    font-style: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    margin: 0;
}
.heading {
    margin-bottom: 60px;
}
@media all and (max-width: 1199px) {
    .heading {
        margin-bottom: 35px;
    }
}
.heading h1,
.heading h2 {
    font-size: 42px;
    line-height: 50px;
}
@media all and (max-width: 575px) {
    .heading h1,
    .heading h2 {
        font-size: 36px;
        line-height: 120%;
    }
}
.heading p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 20px;
}
@media all and (max-width: 1199px) {
    .heading p {
        margin-top: 10px;
        font-size: 20px;
        line-height: 28px;
    }
}
label {
    margin-bottom: 0;
}
.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #bd9840;
    padding: 21px 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border: none;
    -webkit-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 575px) {
    .btn {
        padding: 21px 20px;
    }
}
.btn:hover {
    color: #fff;
    background-color: #e3b74f;
}
.btn.btn-line {
    background-color: transparent;
    border: 1px solid #bd9840;
    color: #ccc;
    padding: 19px 40px;
}
@media all and (max-width: 575px) {
    .btn.btn-line {
        padding: 19px 20px;
    }
}
.btn.btn-line:hover {
    color: #fff;
    background-color: #e3b74f;
}
a {
    -webkit-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: 0;
}
button:disabled,
button[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
:focus {
    outline: 0;
}
* {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
@-webkit-keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
header {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/gg_Artboard1.png);
}
header .header__top {
    background-color: rgba(48, 48, 48, 0.95);
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px;
    padding-top: 27px;
    padding-bottom: 27px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
@media all and (max-width: 991px) {
    header .header__top {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
header .header__top .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}
@media all and (max-width: 1199px) {
    header .header__top .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}
header .header__top .header__menu {
    text-align: center;
}
header .header__top .header__menu ul li {
    display: inline-block;
    margin: 0 13px;
}
@media all and (max-width: 991px) {
    header .header__top .header__menu ul li {
        display: block;
        margin-bottom: 5px;
    }
}
header .header__top .header__menu ul li a {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
}
@media all and (max-width: 991px) {
    header .header__top .header__menu ul li a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
header .header__top .header__menu ul li a:hover {
    color: #bd9840;
}
header .header__top .header__contacts {
    text-align: right;
}
@media all and (max-width: 991px) {
    header .header__top .header__contacts {
        text-align: center;
        margin-top: 40px;
    }
}
header .header__top .header__contacts a {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
}
header .header__main {
    padding-top: 130px;
    padding-bottom: 110px;
}
@media all and (max-width: 991px) {
    header .header__main {
        padding-top: 60px;
    }
}
@media all and (max-width: 575px) {
    header .header__main {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}
header .header__main .content {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}
header .header__main .content h1 {
    font-size: 72px;
    line-height: 84px;
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    header .header__main .content h1 {
        font-size: 50px;
        line-height: 120%;
    }
}
header .header__main .content p {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 32px;
}
header .header__main .content h6 {
    font-size: 22px;
    line-height: 34px;
}
header .header__main .content ul {
    margin-bottom: 70px;
}
@media all and (max-width: 575px) {
    header .header__main .content ul {
        margin-bottom: 50px;
    }
}
header .header__main .content ul li {
    font-size: 22px;
    line-height: 34px;
}
#price {
    padding-top: 50px;
    margin-bottom: 100px;
}
@media all and (max-width: 575px) {
    #price {
        margin-bottom: 60px;
    }
}
#price h2 {
    font-size: 30px;
    line-height: 40px;
    opacity: 0.7;
    text-align: center;
}
@media all and (max-width: 575px) {
    #price h2 {
        font-size: 22px;
        line-height: 30px;
        text-align: left;
    }
}
#price h2 strong {
    display: block;
}
@media all and (max-width: 575px) {
    #price h2 strong {
        margin-left: 30px;
    }
}
@media all and (max-width: 1199px) {
    #stages {
        padding-bottom: 20px;
    }
}
#stages .wrapper {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
}
#stages .wrapper .item {
    background-color: #f5f5f5;
    margin-bottom: 100px;
    padding: 50px 60px;
}
@media all and (max-width: 1199px) {
    #stages .wrapper .item {
        margin-bottom: 40px;
    }
}
@media all and (max-width: 575px) {
    #stages .wrapper .item {
        padding: 30px 20px;
    }
}
#stages .wrapper .item h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 35px;
}
@media all and (max-width: 575px) {
    #stages .wrapper .item h2 {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 28px;
    }
}
#stages .wrapper .item ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
@media all and (max-width: 575px) {
    #stages .wrapper .item ul li {
        font-size: 16px;
        line-height: 24px;
    }
}
#advantages {
    padding-bottom: 30px;
}
#advantages .box {
    margin-bottom: 70px;
}
@media all and (max-width: 1199px) {
    #advantages .box {
        margin-bottom: 30px;
    }
}
#advantages .box .box__inner img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin-bottom: 40px;
}
@media all and (max-width: 1199px) {
    #advantages .box .box__inner img {
        margin-bottom: 20px;
    }
}
@media all and (max-width: 575px) {
    #advantages .box .box__inner img {
        margin-bottom: 10px;
    }
}
#advantages .box .box__inner h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}
@media all and (max-width: 1199px) {
    #advantages .box .box__inner h5 {
        margin-bottom: 15px;
    }
}
@media all and (max-width: 575px) {
    #advantages .box .box__inner h5 {
        margin-bottom: 10px;
    }
}
#partner {
    min-height: 690px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 991px) {
    #partner {
        min-height: auto;
        display: block;
        background-color: #000;
    }
}
#partner .bg__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media all and (max-width: 991px) {
    #partner .bg__image {
        position: relative;
    }
}
#partner .bg__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
@media all and (max-width: 991px) {
    #partner .bg__image img {
        width: auto;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
#partner .content {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    color: #fff;
}
@media all and (max-width: 991px) {
    #partner .content {
        max-width: none;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
#partner .content h5 {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 6px;
}
#partner .content h6,
#partner .content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 18px;
}
#testimonials {
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #eee;
    margin-bottom: 100px;
}
@media all and (max-width: 1199px) {
    #testimonials {
        padding-top: 60px;
        margin-bottom: 60px;
    }
}
@media all and (max-width: 575px) {
    #testimonials {
        padding-bottom: 25px;
    }
}
#testimonials .box {
    margin-bottom: 60px;
}
@media all and (max-width: 575px) {
    #testimonials .box {
        margin-bottom: 35px;
    }
}
#testimonials .box .box__inner .text {
    padding: 35px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    margin-bottom: 34px;
}
@media all and (max-width: 575px) {
    #testimonials .box .box__inner .text {
        padding: 20px;
    }
}
#testimonials .box .box__inner .text:after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 35px;
    border: 12px solid;
    border-color: #fff transparent transparent #fff;
}
#testimonials .box .box__inner .text p {
    font-size: 18px;
    line-height: 27px;
}
@media all and (max-width: 575px) {
    #testimonials .box .box__inner .text p {
        font-size: 16px;
        line-height: 24px;
    }
}
#testimonials .box .box__inner .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#testimonials .box .box__inner .name .photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#testimonials .box .box__inner .name .photo img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#testimonials .box .box__inner .name .content h6 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 3px;
}
#testimonials .box .box__inner .name .content p {
    font-size: 14px;
    line-height: 18px;
}
.form form .form__item {
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    .form form .form__item {
        margin-bottom: 16px;
    }
}
.form form .form__item input {
    width: 100%;
    height: 56px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #d6d6d6;
}
@media all and (max-width: 575px) {
    .form form .form__item input {
        height: 50px;
    }
}
.form form .form__submit {
    position: relative;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .form form .form__submit .btn {
        width: 100%;
    }
}
.form form .form__policy p {
    font-size: 15px;
    line-height: 23px;
}
.iti {
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}
.error-msg,
.valid-msg {
    font-size: 14px;
}
.error-msg {
    color: red;
}
#mainform {
    margin-bottom: 100px;
}
@media all and (max-width: 1199px) {
    #mainform {
        margin-bottom: 60px;
    }
}
#mainform .wrapper {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
}
#contacts {
    background-color: #efefef;
    padding-top: 150px;
    padding-bottom: 150px;
}
@media all and (max-width: 575px) {
    #contacts {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
#contacts p {
    font-size: 18px;
    line-height: 27px;
}
#contacts a {
    font-size: 48px;
    line-height: 59px;
    font-weight: 700;
    color: #000;
}
@media all and (max-width: 575px) {
    #contacts a {
        font-size: 28px;
        line-height: 36px;
        display: inline-block;
        word-break: break-all;
    }
}
#contacts a strong {
    font-size: 14px;
    line-height: 17px;
}
@media all and (max-width: 575px) {
    #contacts a strong {
        display: block;
    }
}
#footer {
    color: #c9c1c1;
    font-size: 15px;
    line-height: 23px;
    background-color: #0d0d0d;
    padding-top: 10px;
    padding-bottom: 60px;
}
#page {
    padding-top: 130px;
    padding-bottom: 60px;
}
@media all and (max-width: 991px) {
    #page {
        padding-top: 60px;
    }
}
@media all and (max-width: 575px) {
    #page {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
article .aligncenter,
article div.aligncenter,
article img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
article img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
article img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
article .alignright {
    float: right;
}
article .alignleft {
    float: left;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-weight: 700;
    margin-bottom: 0.625em;
}
article h2 {
    font-size: 32px;
    line-height: 38px;
}
article h3 {
    font-size: 26px;
    line-height: 34px;
}
article h4 {
    font-size: 22px;
}
article h5 {
    font-size: 18px;
}
article h6 {
    font-size: 16px;
}
article p {
    margin-bottom: 0.625em;
}
article a {
    color: #bd9840;
}
article ul {
    margin-bottom: 0.625em;
    list-style-type: disc;
    padding-left: 15px;
}
article ul ul {
    margin-bottom: 0;
}
article ol li,
article ul li {
    margin-bottom: 4px;
}
article ol {
    margin-bottom: 0.625em;
    padding-left: 15px;
}
article table,
article table.wp-block-table {
    overflow-x: auto;
    width: 100%;
    text-align: left;
    margin: 0 0 33px 0;
    padding: 0;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    border: 3px solid rgba(0, 0, 0, 0.12);
    border-spacing: 0;
    border-radius: 4px;
}
article table form,
article table li,
article table p,
article table ul {
    margin: 6px 0;
    padding: 0;
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
article table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.04);
}
article table th,
article table.wp-block-table th {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0;
    padding: 12px;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (max-width: 575px) {
    article table td,
    article table th {
        min-width: 180px;
    }
}
article table td,
article table.wp-block-table td {
    padding: 12px;
    margin: 0;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article table.wp-block-table.is-style-stripes {
    border-collapse: collapse;
}
article table.wp-block-table.is-style-stripes td {
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
#page.page-standart {
    padding-top: 79px;
}
@media all and (max-width: 1199px) {
    #page.page-standart {
        padding-top: 104px;
    }
}
@media all and (max-width: 991px) {
    #page.page-standart {
        padding-top: 0;
    }
}
#page .page__heading {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 250px;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}
@media all and (max-width: 575px) {
    #page .page__heading {
        min-height: 200px;
        margin-bottom: 40px;
    }
}
#page .page__heading:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.26);
    z-index: -1;
}
#page .page__heading h1 {
    font-size: 72px;
    line-height: 120%;
    color: #fff;
}
@media all and (max-width: 1199px) {
    #page .page__heading h1 {
        font-size: 42px;
        line-height: 50px;
    }
}
@media all and (max-width: 1199px) and (max-width: 575px) {
    #page .page__heading h1 {
        font-size: 36px;
        line-height: 120%;
    }
}
#page .page__category h2 {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 50px;
}
@media all and (max-width: 991px) {
    #page .page__category h2 {
        margin-bottom: 40px;
    }
}
#page .page__category .category__main .main__inner {
    border-right: 1px solid #dbdbdb;
}
@media all and (max-width: 991px) {
    #page .page__category .category__main .main__inner {
        border-right: none;
    }
}
#page .page__category .category__main .main__inner .post__item {
    position: relative;
    padding-right: 52px;
}
@media all and (max-width: 991px) {
    #page .page__category .category__main .main__inner .post__item {
        padding-right: 0;
    }
}
#page
    .page__category
    .category__main
    .main__inner
    .post__item:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 25px;
}
@media all and (max-width: 575px) {
    #page
        .page__category
        .category__main
        .main__inner
        .post__item:not(:last-child) {
        padding-bottom: 30px;
    }
}
#page
    .page__category
    .category__main
    .main__inner
    .post__item:not(:last-child):after {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_10.svg);
    width: 100%;
    height: 21px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#page .page__category .category__main .main__inner .post__item .post__image {
    height: 238px;
    position: relative;
    z-index: 2;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px;
}
@media all and (max-width: 575px) {
    #page
        .page__category
        .category__main
        .main__inner
        .post__item
        .post__image {
        height: 200px;
    }
}
#page
    .page__category
    .category__main
    .main__inner
    .post__item
    .post__image
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#page
    .page__category
    .category__main
    .main__inner
    .post__item
    .post__image
    .btn {
    padding: 15px 20px;
    min-width: 135px;
}
#page
    .page__category
    .category__main
    .main__inner
    .post__item
    .post__content
    .post__title {
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
}
#page
    .page__category
    .category__main
    .main__inner
    .post__item
    .post__content
    .post__title:hover {
    color: #bd9840;
}
#page
    .page__category
    .category__main
    .main__inner
    .post__item
    .post__content
    .post__title
    h3 {
    font-size: 24px;
    line-height: 32px;
    color: inherit;
}
@media all and (max-width: 575px) {
    #page
        .page__category
        .category__main
        .main__inner
        .post__item
        .post__content
        .post__title
        h3 {
        font-size: 22px;
        line-height: 30px;
    }
}
#page
    .page__category
    .category__main
    .main__inner
    .post__item
    .post__content
    p {
    font-size: 20px;
    line-height: 27px;
}
@media all and (max-width: 991px) {
    #page
        .page__category
        .category__main
        .main__inner
        .post__item
        .post__content
        p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media all and (max-width: 991px) {
    #page .page__category .category__aside {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 40px;
    }
}
#page .page__category .category__aside .aside__inner .aside__item:not(:last-child) {
    margin-bottom: 36px;
}
@media all and (max-width: 575px) {
    #page .page__category .category__aside .aside__inner .aside__item:not(:last-child) {
        margin-bottom: 30px;
    }
}
#page .page__category .category__aside .aside__inner .aside__search h4 {
    font-size: 19px;
    line-height: 100%;
    margin-bottom: 14px;
}
#page .page__category .category__aside .aside__inner .aside__search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}
#page .page__category .category__aside .aside__inner .aside__search form #s {
    width: 216px;
    height: 46px;
    border: 1px solid #707070;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 10px;
}
@media all and (max-width: 991px) {
    #page
        .page__category
        .category__aside
        .aside__inner
        .aside__search
        form
        #s {
        width: 100%;
    }
}
#page
    .page__category
    .category__aside
    .aside__inner
    .aside__search
    form
    #searchsubmit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 11px 20px;
    cursor: pointer;
}
#page .page__category .category__aside .aside__inner .aside__content h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}
#page
    .page__category
    .category__aside
    .aside__inner
    .aside__content
    ul
    li:not(:last-child) {
    margin-bottom: 15px;
}
#page
    .page__category
    .category__aside
    .aside__inner
    .aside__content
    ul
    li.current-menu-item a {
    color: #bd9840;
}
@media all and (max-width: 575px) {
    #page
        .page__category
        .category__aside
        .aside__inner
        .aside__content
        ul
        li:not(:last-child) {
        margin-bottom: 12px;
    }
}
#page .page__category .category__aside .aside__inner .aside__content ul li a {
    font-size: 20px;
    line-height: 27px;
    color: #303030;
    text-decoration: underline;
    display: inline-block;
}
@media all and (max-width: 991px) {
    #page
        .page__category
        .category__aside
        .aside__inner
        .aside__content
        ul
        li
        a {
        font-size: 16px;
        line-height: 24px;
    }
}
#page
    .page__category
    .category__aside
    .aside__inner
    .aside__content
    ul
    li
    a:hover {
    color: #bd9840;
}
#page .page__search ol {
    list-style: none;
}
#page .page__search ol li {
    counter-increment: my-counter;
    position: relative;
    padding-left: 24px;
}
#page .page__search ol li:not(:last-child) {
    margin-bottom: 18px;
}
#page .page__search ol li::before {
    position: absolute;
    content: counter(my-counter) ". ";
    top: 0;
    left: 0;
    font-weight: 700;
    color: #bd9840;
}
@media all and (max-width: 575px) {
    #page .page__search ol li::before {
        top: -4px;
    }
}
#page .page__search ol li a {
    font-size: 20px;
    line-height: 120%;
    color: #000;
    display: inline-block;
}
@media all and (max-width: 575px) {
    #page .page__search ol li a {
        font-size: 16px;
    }
}
#page .page__search ol li a:hover {
    color: #bd9840;
}
.box__pagination {
    padding-top: 80px;
    padding-bottom: 30px;
    text-align: right;
}
@media all and (max-width: 991px) {
    .box__pagination {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 0;
    }
}
.box__pagination a,
.box__pagination span {
    text-align: center;
    font-size: 24px;
    line-height: 110%;
    font-weight: 700;
    position: relative;
    padding: 9px 11px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    margin: 3px 6px;
    min-width: 44px;
    display: inline-block;
}
@media all and (max-width: 991px) {
    .box__pagination a,
    .box__pagination span {
        font-size: 16px;
        min-width: 35px;
    }
}
@media all and (max-width: 575px) {
    .box__pagination a,
    .box__pagination span {
        margin: 3px 3px;
    }
}
.box__pagination a {
    color: #000;
}
.box__pagination span {
    background-color: #bd9840;
    color: #fff;
}

.cCode {
    display: none;
}
