html {
    font-size: 16px;
}
body {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Manrope, sans-serif;
    line-height: 1.2;
    background: #f8f8f8;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
}
ul li {
    display: inline-block;
}
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
button,
input,
select,
textarea {
    border: none;
    font-family: Manrope, sans-serif;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
button,
input {
    background: 0 0;
}
button {
    cursor: pointer;
}
.container {
    width: 1400px;
    margin: 0 auto;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    background: #ffe500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 22px;
    color: #242424;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-1:hover {
    background: #e1ca00;
}
.btn-1 svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: #242424;
    margin-right: 11px;
}
.btn-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #c1c1c1;
    background: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 22px;
    color: #242424;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-2:hover {
    background: #ffe500;
    border: 1px solid #ffe500;
}
.btn-2 svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: #242424;
    margin-right: 11px;
}
.title-top {
    margin-bottom: 10px;
}
.title-top p {
    color: #8c8c8c;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}
.title-1 {
    color: #242424;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}
.title-1.border {
    border-bottom: 1px solid #dedede;
    padding-bottom: 8px;
}
.subtitle-1 {
    color: #8c8c8c;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 10px;
    width: 50%;
}
.mssg-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mssg-buttons .mssg-button {
    margin-right: 8px;
}
.mssg-buttons .mssg-button:last-child {
    margin-right: 0;
}
.mssg-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mssg-button span {
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
}
.mssg-button svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.mssg-button.telegram {
    background: rgba(3, 155, 229, 0.2);
}
.mssg-button.telegram svg {
    fill: #039be5;
}
.mssg-button.telegram span {
    color: #039be5;
}
.mssg-button.telegram:hover {
    background: #b8e8ff;
}
.mssg-button.whatsapp {
    background: rgba(38, 202, 84, 0.2);
}
.mssg-button.whatsapp svg {
    fill: #1ecd6f;
}
.mssg-button.whatsapp span {
    color: #26ca54;
}
.mssg-button.whatsapp:hover {
    background: #c9ffe2;
}
.mssg-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mssg-link svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
.mssg-link.telegram {
    background: #e6f5fc;
}
.mssg-link.telegram svg {
    fill: #039be5;
}
.mssg-link.telegram:hover {
    background: #b8e8ff;
}
.mssg-link.whatsapp {
    background: #e9faf1;
}
.mssg-link.whatsapp svg {
    fill: #1ecd6f;
}
.mssg-link.whatsapp:hover {
    background: #c9ffe2;
}
.mssg-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.mssg-container a {
    margin-right: 8px;
}
.mssg-container a:last-child {
    margin-right: 0;
}
.social-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-container .social-link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
}
.social-container .social-link:last-child {
    margin-right: 0;
}
.social-link {
    display: block;
}
.social-link:hover svg {
    fill: #26ca54;
}
.social-link svg {
    width: 24px;
    height: 24px;
    fill: #8c8c8c;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.arrow-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: 0 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #c1c1c1;
}
.arrow-btn svg {
    width: 12px;
    height: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: transparent;
    stroke: #c1c1c1;
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.arrow-btn.next {
    margin-left: 12px;
}
.arrow-btn:hover {
    background: #fff;
    border: 1px solid #26ca54;
}
.arrow-btn:hover svg {
    stroke: #26ca54;
}
.arrow-btn.next {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}
.video-snippet {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.video-snippet iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
}
.video-snippet div {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #26ca54;
}
.video-snippet div svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.video-snippet img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 38px;
    background: #fff;
    border: 2px solid transparent;
    padding: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.category-item.sale {
    border: 2px solid #ffe500;
}
.category-item.sale .arrow:after {
    opacity: 1;
}
.category-item:hover {
    border: 2px solid #ffe500;
}
.category-item:hover .arrow:after {
    opacity: 1;
}
.category-item .link {
    display: block;
}
.category-item .link .image_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.category-item .link .image_box .thumbnail {
    max-width: 60%;
    width: 100%;
    min-height: 150px;
}
.category-item .link .image_box .thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.category-item .link .image_box .sale_box {
    width: 190px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    padding: 16px;
    border-radius: 30px;
    background: #ffe500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.category-item .link .image_box .sale_box .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.category-item .link .image_box .sale_box .head .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    padding: 10px 13px;
    border-radius: 16px;
    background: #ff4b3f;
}
.category-item .link .image_box .sale_box .head .title img {
    width: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 6px;
}
.category-item .link .image_box .sale_box .head .number {
    width: 56px;
    height: 56px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    border-radius: 50%;
    background: #26ca54;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.category-item .link .image_box .sale_box .text {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    margin-top: 14px;
}
.category-item .link .name_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}
.category-item .link .name_box .name {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #242424;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 5px;
}
.category-item .link .name_box .arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-left: 10px;
}
.category-item .list_box {
    padding: 20px 20px 12px;
    padding-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.category-item .list_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.category-item .list_box ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
    margin-bottom: 8px;
}
.category-item .list_box ul li a {
    border-radius: 12px;
    background: #f3f3f3;
    padding: 10px 12px;
    display: block;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.category-item .list_box ul li a:hover {
    background: #ffe500;
}
.category-item .arrow_box {
    display: none;
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.category-item .arrow {
    width: 40px;
    height: 40px;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.category-item .arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffe500;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.category-item .arrow svg {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: transparent;
    stroke: #242424;
    position: relative;
    z-index: 2;
}
.section-pad {
    padding: 35px 0;
}
.cta-container {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cta-container .btn-1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cta-container .mssg_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cta-container .mssg_box .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 260px;
}
.cta-container .mssg_box .title img {
    width: 42px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
.cta-container .mssg_box .title p {
    color: #8c8c8c;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
}
.cta-container .mssg_box .mssg-buttons {
    margin-left: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.menu-catalog {
    width: 100%;
}
.menu-catalog .item.active .head:after {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}
.menu-catalog .item .head {
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-catalog .item .head a {
    color: #242424;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}
.menu-catalog .item .head:after {
    content: "\f107";
    font-family: FontAwesome;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #242424;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-catalog .item .menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-catalog .item .menu ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 12px;
    display: block;
}
.menu-catalog .item .menu ul li {
    display: block;
    margin-bottom: 15px;
}
.menu-catalog .item .menu ul li:last-child {
    margin-bottom: 0;
}
.menu-catalog .item .menu ul li a {
    color: #8c8c8c;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-catalog .item .menu ul li a:hover {
    color: #fff;
}
.menu-main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-main ul {
    display: block;
}
.menu-main ul li {
    display: block;
    margin-bottom: 2px;
}
.menu-main ul li:last-child {
    margin-bottom: 0;
}
.menu-main ul li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 10px 12px;
    color: #8c8c8c;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}
.project-snippet {
    aspect-ratio: 1.3;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: block;
}
.project-snippet:hover:after {
    opacity: 1;
}
.project-snippet:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(18%, rgba(0, 0, 0, 0.75)),
        color-stop(55.5%, rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 18%, rgba(0, 0, 0, 0) 55.5%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 18%, rgba(0, 0, 0, 0) 55.5%);
    opacity: 0.8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.project-snippet img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.project-snippet .name_block {
    position: absolute;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
}
.project-snippet .name_block .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.project-snippet .name_block .tags span {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 5px 8px;
    border-radius: 16px;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05px;
}
.project-snippet .name_block .name {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    width: 70%;
    margin-top: 8px;
}
.breadcrumbs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 25px;
    width: calc(100% + 50px);
    overflow: hidden;
    overflow-x: auto;
    margin-left: -25px;
}
.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumbs ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}
.breadcrumbs ul li.no-arrow:after {
    display: none !important;
}
.breadcrumbs ul li:after {
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #8c8c8c;
    font-size: 14px;
    margin-left: 10px;
}
.breadcrumbs ul li:last-child {
    margin: 0;
}
.breadcrumbs ul li:last-child:after {
    display: none;
}
.breadcrumbs ul li:last-child a {
    cursor: default;
    pointer-events: none;
    color: #c1c1c1;
}
.breadcrumbs ul li a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.breadcrumbs ul li a:hover {
    color: #26ca54;
}
.head-title {
    margin-bottom: 24px;
}
.head-title h1 {
    color: #242424;
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
}
.head-title h2 {
    color: #8c8c8c;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 12px;
    width: 50%;
}
.service-snippet {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 20px;
    border-radius: 16px;
    overflow: hidden;
    height: 214px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}
.service-snippet:hover:after {
    opacity: 1;
}
.service-snippet:hover .title_box svg {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.service-snippet:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgba(0, 0, 0, 0.6)),
        to(rgba(0, 0, 0, 0.25))
    );
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.25) 100%);
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.service-snippet .tags {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 20px;
}
.service-snippet .tags .sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    background: #ff4b3f;
    padding: 5px 8px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
}
.service-snippet .tags .sale img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10px;
    margin-right: 4px;
}
.service-snippet .tags .new {
    border-radius: 16px;
    background: #be9971;
    padding: 5px 8px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.service-snippet .sale_number {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    background: #26ca54;
}
.service-snippet .title_box {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.service-snippet .title_box .title {
    width: 100%;
}
.service-snippet .title_box .title .name {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}
.service-snippet .title_box .title .price {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1;
    display: block;
    font-weight: 600;
    margin-top: 5px;
}
.service-snippet .title_box svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    fill: #fff;
    margin-left: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.catalog-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.catalog-container .service-snippet {
    width: 24%;
    margin-right: calc(4% / 3);
    margin-bottom: 15px;
}
.catalog-container .service-snippet:nth-child(4n) {
    margin-right: 0;
}
.catalog-slider {
    width: calc(100% + 8px);
    margin-left: -4px;
}
.catalog-slider .slide {
    margin: 0 4px;
}
.consultation-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 16px;
    overflow: hidden;
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.consultation-section .form_box {
    width: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    padding: 25px 32px;
    background: #26ca54;
}
.consultation-section .form_box .title_box {
    width: 49%;
}
.consultation-section .form_box .title_box .title {
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}
.consultation-section .form_box .title_box .subtitle {
    margin-top: 12px;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}
.consultation-section .form_box .form_block {
    width: 49%;
}
.consultation-section .form_box .form_block form {
    display: block;
}
.consultation-section .form_box .form_block form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.consultation-section .form_box .form_block form input {
    width: 100%;
    padding: 0 24px;
    height: 50px;
    border-radius: 16px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #242424;
    border: 1px solid #fff;
}
.consultation-section .form_box .form_block form input.wpcf7-not-valid {
    border: 1px solid red;
}
.consultation-section .form_box .form_block form input::-webkit-input-placeholder {
    color: #c1c1c1;
    font-weight: 400;
}
.consultation-section .form_box .form_block form input::-moz-placeholder {
    color: #c1c1c1;
    font-weight: 400;
}
.consultation-section .form_box .form_block form input:-ms-input-placeholder {
    color: #c1c1c1;
    font-weight: 400;
}
.consultation-section .form_box .form_block form input::-ms-input-placeholder {
    color: #c1c1c1;
    font-weight: 400;
}
.consultation-section .form_box .form_block form input::placeholder {
    color: #c1c1c1;
    font-weight: 400;
}
.consultation-section .form_box .form_block form button {
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(125, 85, 27, 0.15);
    box-shadow: 0 4px 20px 0 rgba(125, 85, 27, 0.15);
    margin-left: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 134px;
    height: 50px;
    background: #ffe500;
    color: #242424;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.consultation-section .form_box .form_block form button:hover {
    background: #fff7b4;
}
.consultation-section .form_box .form_block form .wpcf7-form-control-wrap {
    width: 100%;
}
.consultation-section .form_box .form_block form .wpcf7-not-valid-tip {
    display: none !important;
}
.consultation-section .form_box .form_block form .wpcf7-response-output {
    display: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 20px;
    margin: 20px 0 0;
    border: none;
}
.consultation-section .form_box .form_block form.sent .wpcf7-response-output {
    display: block !important;
    background: #58ff87;
    color: #000;
    font-size: 12px;
}
.consultation-section .form_box .form_block .politic {
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    margin-top: 15px;
}
.social-btn {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.social-btn svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}
.social-btn.vk {
    background: rgba(0, 119, 255, 0.1);
}
.social-btn.vk:hover {
    background: rgba(0, 119, 255, 0.2);
}
.social-btn.vk svg {
    fill: #07f;
}
.social-btn.youtube {
    background: rgba(255, 57, 44, 0.1);
}
.social-btn.youtube:hover {
    background: rgba(255, 57, 44, 0.2);
}
.social-btn.youtube svg {
    fill: #ff392c;
}
.social-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-buttons .social-btn {
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.social-buttons .social-btn:last-child {
    margin-right: 0;
}
.social-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-offer .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.social-offer .text svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: transparent;
    stroke: #26ca54;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.social-offer .text p {
    color: #242424;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
}
.social-offer .social-buttons {
    margin-left: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.product-card {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}
.product-card .img {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1.5;
}
.product-card .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-card .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
}
.product-card .content .title_box .tariff {
    color: #26ca54;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px;
}
.product-card .content .title_box .name {
    color: #242424;
    font-size: 20px;
    font-weight: 700;
}
.product-card .content .characteristics {
    margin-top: 12px;
}
.product-card .content .characteristics ul {
    width: 100%;
    display: block;
}
.product-card .content .characteristics ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    margin-bottom: 2px;
}
.product-card .content .characteristics ul li:last-child {
    margin-bottom: 0;
}
.product-card .content .characteristics ul li span {
    display: block;
}
.product-card .content .characteristics ul li span:nth-child(1) {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    width: 100%;
}
.product-card .content .characteristics ul li span:nth-child(2) {
    color: #000;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 50%;
}
.product-card .content .price {
    margin-top: 20px;
}
.product-card .content .price p {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}
.product-card .content .price span {
    display: block;
    color: #242424;
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
    margin-top: 7px;
}
.product-card .content .buttons {
    margin-top: 16px;
}
.product-card .content .buttons .btn-1 {
    width: 100%;
}
.product-card .content .buttons .btn-2 {
    width: 100%;
    margin-top: 12px;
}
.products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.products-list .product-card {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.products-list .product-card:nth-child(3n) {
    margin-right: 0;
}
.tabs-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% + 40px);
    padding: 8px 20px;
    overflow: hidden;
    overflow-x: auto;
    margin-left: -20px;
}
.tabs-1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tabs-1 ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin-right: 6px;
}
.tabs-1 ul li:last-child {
    margin-right: 0;
}
.tabs-1 ul li a {
    display: block;
    border-radius: 16px;
    background: rgba(236, 236, 236, 0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #8c8c8c;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    padding: 8px 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tabs-1 ul li a:hover {
    color: #26ca54;
}
.tabs-1 ul li a.current {
    background: #26ca54;
    color: #fff;
    pointer-events: none;
    cursor: default;
}
.pagination-container {
    width: 100%;
    margin-top: 40px;
}
.pagination-container .nav-links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination-container .nav-links span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(38, 202, 84, 0.1);
    color: #26ca54;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    margin: 0 5px;
}
.pagination-container .nav-links a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(236, 236, 236, 0.5);
    color: #8c8c8c;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    margin: 0 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pagination-container .nav-links a:hover {
    color: #26ca54;
}
.pagination-container .nav-links a:hover svg {
    stroke: #26ca54;
}
.pagination-container .nav-links a.prev {
    background: 0 0;
    margin-right: 30px;
}
.pagination-container .nav-links a.next {
    margin-left: 30px;
    background: 0 0;
}
.pagination-container .nav-links a.next svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}
.pagination-container .nav-links a svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: transparent;
    stroke: #8c8c8c;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#mobmenu-btn {
    position: fixed;
    z-index: 11;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
}
#mobmenu-btn .social_box {
    position: absolute;
    right: 10px;
    bottom: 100%;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#mobmenu-btn .social_box.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#mobmenu-btn .social_box .mssg-button {
    margin-bottom: 10px;
}
#mobmenu-btn .social_box .mssg-button:last-child {
    margin-bottom: 0;
}
#mobmenu-btn .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#mobmenu-btn .btn .btn_container {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 78px;
    padding: 5px 8px;
}
#mobmenu-btn .btn .btn_container .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    background: rgba(236, 236, 236, 0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    margin: 0 auto;
}
#mobmenu-btn .btn .btn_container .text {
    text-align: center;
    margin-top: 12px;
    display: block;
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02px;
}
#mobmenu-btn .btn.catalog .btn_container .ico {
    background: rgba(38, 202, 84, 0.1);
}
#mobmenu-btn .btn.catalog .btn_container .ico svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: #26ca54;
}
#mobmenu-btn .btn.catalog .btn_container .text {
    color: #26ca54;
}
#mobmenu-btn .btn.home .ico {
    background: rgba(236, 236, 236, 0.5);
}
#mobmenu-btn .btn.home .ico svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    fill: transparent;
    stroke: #33363f;
}
#mobmenu-btn .btn.math .ico {
    background: rgba(236, 236, 236, 0.5);
}
#mobmenu-btn .btn.math .ico svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    fill: #33363f;
}
#mobmenu-btn .btn.social .ico {
    background: rgba(236, 236, 236, 0.5);
    position: relative;
}
#mobmenu-btn .btn.social .ico svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: absolute;
}
#mobmenu-btn .btn.social .ico svg.telegram {
    fill: #039be5;
    top: 20%;
    left: 15%;
}
#mobmenu-btn .btn.social .ico svg.whatsapp {
    fill: #1ecd6f;
    bottom: 20%;
    right: 15%;
}
#mobmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#mobmenu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#mobmenu .close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: rgba(236, 236, 236, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#mobmenu .close svg {
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: transparent;
    stroke: #33363f;
}
#mobmenu .wrapper {
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
}
#mobmenu .contacts {
    padding-top: 15px;
}
#mobmenu .contacts .region {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#mobmenu .contacts .region svg {
    width: 20px;
    height: 20px;
    fill: #c1c1c1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
#mobmenu .contacts .region span {
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 0;
    line-height: 1;
    display: block;
    position: relative;
}
#mobmenu .contacts .region span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #8c8c8c;
}
#mobmenu .contacts .worktime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
}
#mobmenu .contacts .worktime svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
    width: 18px;
    height: 18px;
    fill: #c1c1c1;
}
#mobmenu .contacts .worktime span {
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 400;
    display: block;
}
#mobmenu .contacts .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
}
#mobmenu .contacts .phone svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: #c1c1c1;
    width: 16px;
    height: 16px;
    margin-right: 14px;
}
#mobmenu .contacts .phone span {
    color: #242424;
    font-size: 16px;
    line-height: 1;
    display: block;
    font-weight: 600;
}
#mobmenu .contacts .mssg-button {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#mobmenu .contacts .mssg-button.telegram {
    margin-top: 15px;
}
#mobmenu .contacts .mssg-button.whatsapp {
    margin-top: 7px;
}
#mobmenu .menu-catalog,
#mobmenu .menu-main {
    margin-top: 15px;
}
#header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 20px 0;
}
.header_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.h_mobmenu-btn {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: #ffe500;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.h_mobmenu-btn svg {
    width: 12px;
    height: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: transparent;
    stroke: #33363f;
}
.h_logo_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.h_logo_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 390px;
}
.h_logo_block img {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
}
.h_logo_block .text {
    color: #242424;
    font-size: 15px;
    line-height: 1.2;
    display: block;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 0 4px 12px;
    border-left: 1px solid #c1c1c1;
}
.h_region_block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.h_region_block .region {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.h_region_block .region svg {
    width: 18px;
    height: 18px;
    fill: #c1c1c1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
.h_region_block .region .geolocation {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.h_region_block .region a {
    color: #8c8c8c;
    font-size: 13px;
    font-weight: 400;
    padding: 3px 0;
    line-height: 1;
    display: block;
    text-decoration: none;
    border: none;
    position: relative;
}
.h_region_block .region a svg {
    display: none !important;
}
.h_region_block .region a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #8c8c8c;
}
.h_worktime_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.h_worktime_block svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    fill: #c1c1c1;
}
.h_worktime_block span {
    color: #595959;
    font-size: 15px;
    font-weight: 400;
    display: block;
}
.h_region_block .region span {
    color: #595959;
    font-size: 15px;
    font-weight: 400;
    display: block;
}
.h_phone_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.h_phone_block .phone {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #242424;
    font-size: 20px;
    font-weight: 700;
}
.h_phone_block .phone svg {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    fill: #fff;
}
.h_phone_block .mssg-container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16px;
}
.h_description_mob {
    width: 100%;
    border-radius: 12px;
    background: #f3f3f3;
    padding: 7px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #242424;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    display: none;
    margin-top: 8px;
}
#menu-desk {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
#menu-desk .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #dedede;
    padding: 12px 0;
}
#menu-desk .wrapper .catalog {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#menu-desk .wrapper .catalog ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#menu-desk .wrapper .catalog ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
}
#menu-desk .wrapper .catalog ul li:last-child {
    margin-right: 0;
}

#menu-desk .wrapper .catalog ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 15px;
    border-radius: 8px;
    background: 0 0;
    border: 1px solid #26ca54;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #26ca54;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#menu-desk .wrapper .catalog ul li a:hover {
    opacity: 0.6;
}
#menu-desk .wrapper .catalog ul li a.current {
    background: #26ca54;
    color: #fff;
}
#menu-desk .wrapper .catalog ul li a.current svg.fill {
    fill: #fff;
}
#menu-desk .wrapper .catalog ul li a.current svg.stroke {
    fill: transparent;
    stroke: #fff;
}
#menu-desk .wrapper .catalog ul li a svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#menu-desk .wrapper .catalog ul li a svg.fill {
    fill: #26ca54;
}
#menu-desk .wrapper .catalog ul li a svg.stroke {
    fill: transparent;
    stroke: #26ca54;
}
#menu-desk .wrapper .menu {
    width: 100%;
}
#menu-desk .wrapper .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#menu-desk .wrapper .menu ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 40px;
}
#menu-desk .wrapper .menu ul li:last-child {
    margin-right: 0;
}
#menu-desk .wrapper .menu ul li a {
    padding: 10px 0;
    color: #25282b;
    font-size: 17px;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#menu-desk .wrapper .menu ul li a:hover {
    color: #26ca54;
}
#menu-desk .wrapper .menu ul li a.sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ff4b3f;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
}
#menu-desk .wrapper .menu ul li a.sale img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 7px;
    width: 10px;
}
#menu-desk .wrapper .menu ul li a.sale:hover {
    color: #ff4b3f;
}
#category-section .flex_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#category-section .flex_container .category-item {
    width: 32%;
    margin-right: 2%;
}
#category-section .flex_container .category-item:nth-child(3n) {
    margin-right: 0;
}
#stage-section .stage_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
}
#stage-section .stage_box .item {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10%;
    position: relative;
}
#stage-section .stage_box .item:last-child {
    padding-right: 0;
}
#stage-section .stage_box .item:last-child:after {
    display: none;
}
#stage-section .stage_box .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f0efef;
}
#stage-section .stage_box .item .number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #525252;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
#stage-section .stage_box .item .title {
    margin-top: 30px;
    color: #242424;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}
#stage-section .stage_box .item .text {
    margin-top: 15px;
    color: #8c8c8c;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
#stage-section .stage_box .item .btn-1,
#stage-section .stage_box .item .mssg-container {
    margin-top: 15px;
}
#about-section .title_box .title-1 p {
    font-weight: 800;
}
#about-section .about_box {
    border-radius: 16px;
    background: #f4f4f4;
    padding: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#about-section .info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 30px;
}
#about-section .info_box .benefits_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -8px;
}
#about-section .info_box .benefits_box .item {
    width: 24%;
    padding: 24px;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 8px;
}
#about-section .info_box .benefits_box .item img {
    height: 40px;
    margin-bottom: 10px;
}
#about-section .info_box .benefits_box .item .title {
    color: #242424;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}
#about-section .info_box .benefits_box .item .text {
    color: #8c8c8c;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 10px;
}
#about-section .info_box .video_block {
    width: 100%;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
#about-section .info_box .video_block iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
#about-section .info_box .video_block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#about-section .info_box .video_block .play_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgba(0, 0, 0, 0.8)),
        to(rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#about-section .info_box .video_block .play_btn svg {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: #fff;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 2;
}
#about-section .info_box .video_block .play_btn p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
}
#about-section .production_box {
    margin-top: 40px;
}
#about-section .production_box .head_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
#about-section .production_box .head_box .title_block {
    width: 100%;
}
#about-section .production_box .head_box .title_block .title-1 p {
    font-size: 20px;
}
#about-section .production_box .head_box .arrows_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#about-section .production_box .head_box .arrows_box .arrow-btn svg {
    width: 18px;
    height: 18px;
}
#about-section .production_box .head_box .arrows_box .arrow-btn.next {
    margin-left: 12px;
}
#about-section .production_box .slider_box {
    margin-top: 30px;
    width: calc(100% + 8px);
    margin-left: -4px;
}
#about-section .production_box .slider_box .slide_item {
    margin: 0 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#about-section .production_box .slider_box .slide {
    overflow: hidden;
    border-radius: 8px;
    display: block;
}
#about-section .production_box .slider_box .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#partners-section .partners_box {
    margin-top: 24px;
}
#partners-section .partners_box.no-slider .slick-track {
    width: 100% !important;
    margin: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#partners-section .partners_box.no-slider .slick-track .slide {
    width: 100% !important;
}
#partners-section .partners_box.no-slider .slick-track .slide:last-child {
    margin-right: 0;
}
#partners-section .partners_box .slide {
    margin-right: 8px;
}
#partners-section .partners_box .item {
    height: 100px;
    background: #fff;
    overflow: hidden;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#partners-section .partners_box .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: -1px;
}
#feedback-section .title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#feedback-section .title_box .title_block {
    width: 100%;
}
#feedback-section .title_box .arrows_block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#feedback-section .title_box .arrows_block .arrow-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}
#feedback-section .title_box .arrows_block .arrow-btn.next {
    margin-left: 12px;
}
#feedback-section .feedback_box {
    margin-top: 24px;
    width: calc(100% + 8px);
    margin-left: -4px;
}
#feedback-section .feedback_box .slide {
    margin: 0 4px;
}
#feedback-section .feedback_box .item {
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: block;
}
#feedback-section .feedback_box .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: -1px;
}
#feedback-section .feedback_box .item.video:hover .play span {
    text-decoration: none;
}
#feedback-section .feedback_box .item.video .play {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgba(0, 0, 0, 0.55)),
        color-stop(49.32%, rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 0, rgba(0, 0, 0, 0) 49.32%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0, rgba(0, 0, 0, 0) 49.32%);
}
#feedback-section .feedback_box .item.video .play svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: #fff;
    width: 54px;
    height: 54px;
}
#feedback-section .feedback_box .item.video .play span {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}
#feedback-section .feedback_box .item.image:hover svg,
#feedback-section .feedback_box .item.image:hover:after {
    opacity: 1;
}
#feedback-section .feedback_box .item.image:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgba(0, 0, 0, 0.4)),
        to(rgba(0, 0, 0, 0.4))
    );
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.4) 100%);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#feedback-section .feedback_box .item.image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 2;
    width: 32px;
    height: 32px;
    fill: transparent;
    stroke: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#feedback-section .feedback_link {
    padding: 10px 0;
    display: block;
    margin: 30px auto 0;
    color: #26ca54;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    border-bottom: 1px solid #26ca54;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#feedback-section .feedback_link:hover {
    border-bottom: 1px solid transparent;
}
#portfolio-section .title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#portfolio-section .title_box .title_block {
    width: 100%;
}
#portfolio-section .title_box .arrows_block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#portfolio-section .title_box .arrows_block .arrow-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}
#portfolio-section .title_box .arrows_block .arrow-btn.next {
    margin-left: 12px;
}
#portfolio-section .portfolio_box {
    margin-top: 25px;
    width: calc(100% + 8px);
    margin-left: -4px;
}
#portfolio-section .portfolio_box .slider .slide {
    margin: 0 4px;
    display: block;
}
#quiz-section .quiz_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#quiz-section .quiz_box .content_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 420px;
    margin-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 32px;
    border-radius: 16px;
    overflow: hidden;
    background: -o-radial-gradient(24.21% -27.83%, 67.5% 67.9%, rgba(38, 202, 84, 0.2) 0, rgba(38, 202, 84, 0) 100%),
        #f4f4f4;
    background: radial-gradient(67.5% 67.9% at 24.21% -27.83%, rgba(38, 202, 84, 0.2) 0, rgba(38, 202, 84, 0) 100%),
        #f4f4f4;
}
#quiz-section .quiz_box .content_box .title {
    color: #242424;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}
#quiz-section .quiz_box .content_box .image_block {
    margin-top: 40px;
    position: relative;
}
#quiz-section .quiz_box .content_box .image_block .arrow {
    width: 52px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -26px;
    right: 26px;
    border-radius: 50%;
    border: 1px solid #dedede;
    background: #fff;
}
#quiz-section .quiz_box .content_box .image_block .arrow svg {
    width: 22px;
    height: 22px;
    fill: #ffe500;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#quiz-section .quiz_box .content_box .image_block img {
    width: 100%;
    margin-bottom: -2px;
    border-radius: 16px;
}
#quiz-section .quiz_box .quiz_block {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
#contacts-section {
    padding: 30px 0;
}
#contacts-section .wrapper_box {
    border-radius: 16px;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
}
#contacts-section .wrapper_box .content_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
}
#contacts-section .wrapper_box .content_box .subtitle-1 {
    width: 90%;
}
#contacts-section .wrapper_box .content_box .title {
    color: #9a9ea6;
    font-size: 14px;
    line-height: 1;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
#contacts-section .wrapper_box .content_box .list_box {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#contacts-section .wrapper_box .content_box .list_box .phone_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#contacts-section .wrapper_box .content_box .list_box .phone_box .phone {
    color: #242424;
    font-size: 16px;
    line-height: 1;
    display: block;
    font-weight: 500;
}
#contacts-section .wrapper_box .content_box .list_box .phone_box .mssg_box {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#contacts-section .wrapper_box .content_box .list_box .phone_box .mssg_box a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    margin-right: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#contacts-section .wrapper_box .content_box .list_box .phone_box .mssg_box a:last-child {
    margin-right: 0;
}
#contacts-section .wrapper_box .content_box .list_box .phone_box .mssg_box a.telegram:hover {
    background: #e6f5fc;
}
#contacts-section .wrapper_box .content_box .list_box .phone_box .mssg_box a.telegram svg {
    fill: #039be5;
}
#contacts-section .wrapper_box .content_box .list_box .phone_box .mssg_box a.whatsapp:hover {
    background: #e9faf1;
}
#contacts-section .wrapper_box .content_box .list_box .phone_box .mssg_box a.whatsapp svg {
    fill: #1ecd6f;
}
#contacts-section .wrapper_box .content_box .list_box .phone_box .mssg_box a svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
#contacts-section .wrapper_box .content_box .list_box .mail_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#contacts-section .wrapper_box .content_box .list_box .mail_box .mail {
    color: #26ca54;
}
#contacts-section .wrapper_box .content_box .list_box .mail_box .mail:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
#contacts-section .wrapper_box .content_box .list_box .adress_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 170px;
}
#contacts-section .wrapper_box .content_box .list_box .adress_box .adress {
    color: #26ca54;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}
#contacts-section .wrapper_box .content_box .list_box .social_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#contacts-section .wrapper_box .map_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 500px;
    overflow: hidden;
    position: relative;
}
#contacts-section .wrapper_box .map_box .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#footer {
    position: relative;
    border-radius: 16px 16px 0 0;
    background: #242424;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
#footer .footer_head {
    background: rgba(82, 82, 82, 0.2);
}
#footer .footer_head .contacts_box {
    padding: 16px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#footer .footer_head .contacts_box .phone_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 70px;
}
#footer .footer_head .contacts_box .phone_box .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#footer .footer_head .contacts_box .phone_box .phone .ico {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(75, 203, 111, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
}
#footer .footer_head .contacts_box .phone_box .phone .ico svg {
    width: 22px;
    height: 22px;
    fill: #26ca54;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#footer .footer_head .contacts_box .phone_box .phone .text {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 11px;
}
#footer .footer_head .contacts_box .phone_box .phone .text .worktime {
    display: block;
    color: #8c8c8c;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
}
#footer .footer_head .contacts_box .phone_box .phone .text .number {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    display: block;
    font-weight: 700;
    margin-top: 5px;
}
#footer .footer_head .contacts_box .mssg_box {
    width: 100%;
}
#footer .footer_head .contacts_box .callback {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    padding: 16px 18px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffe500;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#footer .footer_head .contacts_box .callback:hover {
    background: rgba(255, 255, 255, 0.15);
}
.footer_container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.footer_box {
    padding: 40px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer_box .foo_title {
    color: #525252;
    font-size: 18px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    margin-bottom: 40px;
}
.footer_box .foo_title:before {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #525252;
    margin-bottom: 8px;
}
.footer_box .foo_title:after {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: #525252;
    margin-top: 8px;
}
.foo_menu_box {
    max-width: 180px;
    margin-right: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.foo_menu_box .menu ul {
    display: block;
}
.foo_menu_box .menu ul li {
    display: block;
    margin-bottom: 15px;
}
.foo_menu_box .menu ul li:last-child {
    margin-bottom: 0;
}
.foo_menu_box .menu ul li a {
    color: #8c8c8c;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.foo_menu_box .menu ul li a:hover {
    color: #fff;
}
.foo_servises_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
}
.foo_servises_box .foo_title {
    margin-bottom: 35px;
}
.foo_servises_box .menus_box .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.foo_servises_box .menus_box .wrapper .menu_block {
    width: 32%;
}
.foo_servises_box .menus_box .wrapper .menu_block .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.foo_servises_box .menus_box .wrapper .menu_block .name .ico {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #525252;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.foo_servises_box .menus_box .wrapper .menu_block .name .ico svg {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.foo_servises_box .menus_box .wrapper .menu_block .name .ico svg.fill {
    fill: #525252;
}
.foo_servises_box .menus_box .wrapper .menu_block .name .ico svg.stroke {
    fill: transparent;
    stroke: #525252;
}
.foo_servises_box .menus_box .wrapper .menu_block .name .text {
    color: #8c8c8c;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}
.foo_servises_box .menus_box .wrapper .menu_block .menu ul {
    display: block;
}
.foo_servises_box .menus_box .wrapper .menu_block .menu ul li {
    display: block;
    margin-bottom: 5px;
}
.foo_servises_box .menus_box .wrapper .menu_block .menu ul li:last-child {
    margin-bottom: 0;
}
.foo_servises_box .menus_box .wrapper .menu_block .menu ul li a {
    padding: 5px 0 5px 22px;
    display: block;
    color: #8c8c8c;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.foo_servises_box .menus_box .wrapper .menu_block .menu ul li a:hover {
    color: #fff;
}
.foo_servises_box .menus_box .wrapper .menu_block .menu ul li a:hover:after {
    background: #fff;
}
.foo_servises_box .menus_box .wrapper .menu_block .menu ul li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 7px;
    width: 4px;
    height: 4px;
    background: #8c8c8c;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.foo_contacts_box {
    width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.foo_contacts_box .foo_title {
    margin-bottom: 35px;
}
.foo_contacts_box .contacts_container .adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8c8c8c;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
}
.foo_contacts_box .contacts_container .adress svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    fill: #525252;
    margin-right: 8px;
}
.foo_contacts_box .contacts_container .mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    color: #8c8c8c;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
}
.foo_contacts_box .contacts_container .mail svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    fill: transparent;
    stroke: #525252;
    margin-right: 6px;
}
.foo_contacts_box .contacts_container .requisites,
.foo_contacts_box .contacts_container .social-container {
    margin-top: 24px;
}
.foo_contacts_box .contacts_container .requisites p {
    color: #8c8c8c;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 12px;
}
.foo_contacts_box .contacts_container .requisites p:last-child {
    margin-bottom: 0;
}
.footer_info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.footer_info_box .logo_block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 170px;
    margin-right: 150px;
}
.footer_info_box .logo_block img {
    width: 100%;
}
.footer_info_box .pravo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #525252;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    width: 100%;
}
.footer_info_box .link_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 350px;
    margin-left: 100px;
}
.footer_info_box .link_box a {
    color: #525252;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer_info_box .link_box a:hover {
    color: #26ca54;
}
.footer_info_box .link_box a:last-child {
    margin-bottom: 0;
}
.footer_info_box .link_box a span {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.modal-window {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.modal-window.active {
    opacity: 1;
    visibility: visible;
}
.modal-window.active .modal-block {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.modal-window .placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-window .wrapper {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-window .modal-block {
    width: 450px;
    margin: 30px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 30px 24px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.modal-window .modal-block .close {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 16px;
    background: rgba(236, 236, 236, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 42px;
    height: 42px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.modal-window .modal-block .close:hover {
    background: rgba(236, 236, 236, 0.8);
}
.modal-window .modal-block .close svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    fill: transparent;
    stroke: #000;
}
.modal-window .modal-block .title {
    color: #242424;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}
.modal-window .modal-block form {
    margin-top: 20px;
}
.modal-window .modal-block form .t1 {
    margin-bottom: 20px;
}
.modal-window .modal-block form .subject {
    display: none !important;
}
.modal-window .modal-block form input {
    padding: 0 20px;
    width: 100%;
    display: block;
    border-radius: 16px;
    border: 1px solid #26ca54;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    color: #242424;
}
.modal-window .modal-block form input::-webkit-input-placeholder {
    color: #c1c1c1;
    font-weight: 400;
}
.modal-window .modal-block form input::-moz-placeholder {
    color: #c1c1c1;
    font-weight: 400;
}
.modal-window .modal-block form input:-ms-input-placeholder {
    color: #c1c1c1;
    font-weight: 400;
}
.modal-window .modal-block form input::-ms-input-placeholder {
    color: #c1c1c1;
    font-weight: 400;
}
.modal-window .modal-block form input::placeholder {
    color: #c1c1c1;
    font-weight: 400;
}
.modal-window .modal-block form textarea {
    padding: 10px 20px;
    width: 100%;
    display: block;
    border-radius: 16px;
    border: 1px solid #26ca54;
    height: 100px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    resize: none;
    color: #242424;
}
.modal-window .modal-block form textarea::placeholder {
    color: #c1c1c1;
    font-weight: 400;
}
.modal-window .modal-block form .btn-1 {
    width: 100%;
    margin-top: 20px;
}
.modal-window .modal-block form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
.modal-window .modal-block form .wpcf7-response-output {
    padding: 10px 15px;
    margin: 15px 0 0;
    font-size: 14px;
    background: #ffb900;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-window .modal-block form.sent .wpcf7-response-output {
    background: #58ff87;
}
.modal-window .modal-block .politic {
    margin-top: 10px;
    color: #8c8c8c;
    font-size: 13px;
    font-weight: 400;
}
.modal-window .modal-block .rsc {
    margin-top: 20px;
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}
.btn-video-modal {
    cursor: pointer;
}
.modal-video {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.modal-video.active {
    opacity: 1;
    visibility: visible;
}
.modal-video .close {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    background: rgba(236, 236, 236, 0.5);
    cursor: pointer;
}
.modal-video .close svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: transparent;
    stroke: #fff;
}
.modal-video .placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-video .wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-height: 100%;
}
.modal-video .wrapper .modal-block {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 98%;
    max-width: 400px;
    aspect-ratio: 1.5;
}
.modal-video .wrapper .modal-block iframe {
    width: 100%;
    height: 100%;
}
#page {
    padding-bottom: 70px;
}
#page .page_content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}

.page_content h2,
.page_content h3,
.page_content h4,
.page_content h5,
.page_content h6 {
    color: #242424;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
}
.page_content p {
    color: #8c8c8c;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 20px;
}
.page_content ul {
    margin-bottom: 20px;
}
.page_content ul li {
    color: #8c8c8c;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    display: block;
    padding-left: 17px;
}
.page_content ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 4px;
    width: 3px;
    height: 3px;
    background: #8c8c8c;
    border-radius: 50%;
}
.page_content a {
    color: #26ca54;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
}
.page_content a:hover {
    text-decoration: none;
}
.page_content .wp-block-gallery.gallery-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page_content .wp-block-gallery.gallery-3 .wp-block-image {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    display: block;
    width: 32% !important;
    margin-right: 2%;
    margin-bottom: 15px !important;
}
.page_content .wp-block-gallery.gallery-3 .wp-block-image:last-child {
    margin-right: 0;
}
.page_content .wp-block-gallery.gallery-3 .wp-block-image img {
    border-radius: 16px;
}
.page_content .wp-block-gallery.grid-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    border: 1px solid #ececec;
    border-radius: 16px;
    margin: 0 !important;
}
.page_content .wp-block-gallery.grid-1 .wp-block-image {
    display: block !important;
    width: calc(100% / 6) !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ececec;
    background: #fff;
}
.page_content .wp-block-gallery.grid-1 .wp-block-image:nth-child(n + 7) {
    border-top: 1px solid #ececec;
}
.page_content .wp-block-gallery.grid-1 .wp-block-image:nth-child(6n) {
    border-right: none;
}
.page_content .wp-block-gallery.grid-1 .wp-block-image img {
    width: 100%;
    height: auto;
    display: block;
}
.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
}
.input-wrap {
    position: relative;
}
.mb20 {
    margin-bottom: 20px;
}
.input-wrap .icon {
    position: absolute;
    top: 26px;
    left: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.input-wrap .icon+.input {
    padding-left: 46px;
}
#spam-no {
    display: none;
}