/* Шрифты */

@font-face {
    font-family: "Manrope_400";
    src: url("fonts/Manrope_400.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Manrope_500";
    src: url("fonts/Manrope_500.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Manrope_600";
    src: url("fonts/Manrope_600.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Manrope_700";
    src: url("fonts/Manrope_700.ttf");
    font-weight: normal;
    font-style: normal;
}

/* Эффекты */

:hover,
:focus {
    transition: 0.2s;
}

.slick-slider :hover,
.slick-slider :focus {
    transition: unset;
}

.laika-cookie-notice :hover,
.laika-cookie-notice :focus {
    transition: unset;
}

/* Общие функции */

.body {
    font-family: "Manrope_400";
    font-size: 14px;
    color: #1A202DCC;
    line-height: 145%;
}

section {
    margin-bottom: 110px;
}

@media (max-width: 991px) {
    section {
        margin-bottom: 64px;
    }

}

/* Заголовки */

.title {
    font-family: "Manrope_700";
    color: #1A202D;
    line-height: 125%;
}

b, strong{
    color: #1A202D;
    font-family: "Manrope_700";
}

h1,
h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

h6 {
    font-size: 16px;
}

@media (max-width: 991px) {

    h1,
    h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }
}

/* Кнопки */

.click {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 43px;
    font-family: "Manrope_500";
    font-size: 14px;
    line-height: 100%;
    border-radius: 4px;
    padding: 12px 48px;
}

.click_1 {
    color: #FFFFFF;
    background: #EB1C24;
    border: 1px solid #EB1C24;
}

.click_1:hover {
    background: #CF1B22;
    border: 1px solid #CF1B22;
}

.click_2 {
    color: #EB1C24;
    border: 1px solid #EB1C24;
}

.click_2:hover {
    color: #FFFFFF;
    background: #CF1B22;
    border: 1px solid #CF1B22;
}

/* Ссылки */

a {
    text-decoration: none;
    transition: 0.2s;
}

.link {
    color: #1A202D;
    font-family: "Manrope_500";
}

.link:hover {
    color: #EB1C24 !important;
}

button {
    outline: none;
    border: 0;
}

.header .link.active {
    color: #EB1C24;
}

@media (max-width: 991px) {
    .header .link {
        color: #FFFFFF;
    }
}

/* Иконки */

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 43px;
    min-width: 43px;
    max-height: 43px;
    min-height: 43px;
    background-color: #253455;
    border-radius: 4px;
}

.icon:hover {
    background-color: #CF1B22;
}

/* header */

.admin-bar .header {
    top: 32px;
}

.header_add {
    box-shadow: 0px 6px 34px -4px rgb(34 60 80 / 20%);
}

.header_top {
    width: 100%;
    padding: 8px 0;
    margin-bottom: 8px;
    background: #F5F6F9;
}

.header_top .container {
    display: flex;
    align-items: center;
}

.header_top span {
    display: inline-block;
    font-family: "Manrope_400";
    font-size: 14px;
    line-height: 100%;
    color: #253455;
}

.header_top span:nth-child(1) {
    margin-right: 24px;
}

.header_top a {
    font-size: 16px;
    font-family: "Manrope_600";
    color: #253455;
    margin-left: auto;
}

.header {
    position: sticky;
    padding-top: 0;
    padding-bottom: 24px;
    margin-bottom: 14px;
    align-items: start;
    top: 0;
    z-index: 100;
    transition: 0.5s;
    background-color: #FFFFFF;
}

.header .logo {
    max-width: 246px;
}

.header .icon {
    margin-right: 12px;
}

.header_mid_list {
    display: flex;
    align-items: center;
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.header_mid_list li:first-child {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.header_mid_list li:last-child {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.header_list {
    display: flex;
    align-items: center;
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin-top: 16px;
    margin-bottom: 0;
}

.header_list li {
    margin-right: 64px;
}

.header .compani {
    color: #253455;
    font-family: "Manrope_500";
    font-size: 14px;
    margin-left: 12px;
    line-height: 125%;
}

.header_contacts {
    display: none;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}

.header_contacts li {
    color: #FFFFFF;
    font-size: 14px;
    font-family: "Manrope_500";
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .admin-bar .header {
        top: 0;
    }

    .navbar-collapse {
        max-height: 600px;
        overflow-y: scroll;
    }

    .header {
        padding-top: 16px;
        padding-bottom: 12px;
        margin-bottom: 16px;
    }

    .header_top {
        display: none;
    }

    .header_contacts {
        display: flex;
    }

    .header[menu-active="true"] {
        height: 100vh;
        background-color: #253455;
    }

    .header_list {
        flex-direction: column;
        margin-top: 12px;
        margin-bottom: 40px;
    }

    .header_list li {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .header_list .link {
        text-transform: uppercase;
        font-size: 14px;
    }

    .header_mid_list {
        align-items: start;
        flex-direction: column;
        margin-top: 0;
    }

    .header_mid_list li {
        width: 100%;
        flex-wrap: wrap;
    }

    .header_mid_list li:last-child .click {
        order: 1;
        width: 100%;
        margin-right: 12px;
    }

    .header_mid_list li .icon {
        order: 2;
    }

    .header_mid_list li:last-child .icon.max {
        margin-right: 0;
    }

    .header[menu-active="true"] .icon {
        background-color: #FFFFFF;
    }

    .header[menu-active="true"] .icon:hover {
        background-color: #EB1C24;
    }

    .header[menu-active="true"] svg path {
        fill: #253455;
    }

    .header[menu-active="true"] .icon:hover svg path {
        fill: #FFFFFF;
    }

    .header .logo img{
        max-width: 210px;
    }
}

/* katalog_menu */

.katalog_menu_inner {
    position: relative;
    margin-right: 16px;
}

.katalog_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 174px;
    height: 43px;
    border-radius: 4px;
    padding: 12px 18px;
    font-family: "Manrope_500";
    font-style: Medium;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
    background: #EB1C24;
}

.katalog_sub_menu {
    width: 100%;
    border: 0;
    margin-top: -3px !important;
    background: #EB1C24;
    border-radius: 0px 0px 4px 4px;
    transition: all 0.3s ease;
    padding: 4px 18px 4px 18px;
}

.katalog_sub_menu li {
    margin-bottom: 8px;
}

.katalog_sub_menu li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .katalog_menu_inner {
        margin-right: 8px;
    }
}

/* katalog burger */

.burger {
    width: 24px;
    height: 18px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 10px;
}

.burger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    transform-origin: center;
}

.katalog_sub_menu .link {
    font-size: 14px;
    color: #FFFFFF;
}

.katalog_sub_menu .link:hover {
    color: #FFFFFF !important;
    opacity: 50%;
}

.katalog_menu.show span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.katalog_menu.show span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.katalog_menu.show span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.katalog_sub_menu.dropdown-menu {
    top: 100%;
    left: 0;
    padding: 8px 24px;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.katalog_sub_menu.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
}

.katalog_sub_menu.dropdown-menu {
    transform: none !important;
}

@media (max-width: 991px) {
    .katalog_menu {
        width: fit-content;
        height: auto;
        padding: 0;
        font-size: 14px;
        font-family: "Manrope_500";
        background: none;
        border-radius: 0;
        text-transform: uppercase;
        transition: 0.2s;
    }

    .katalog_menu::after {
        content: "";
        width: 22px;
        height: 10px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(img/arrow_catalog.svg);
    }

    .katalog_menu[aria-expanded="true"]::after {
        transform: rotate(180deg);
    }

    .katalog_sub_menu.show {
        position: unset;
    }

    .katalog_sub_menu.dropdown-menu {
        width: 100%;
        padding: 0;
        margin-top: 12px !important;
        background: #253455;
    }

    .katalog_sub_menu.dropdown-menu li {
        padding: 0;
        margin-top: 12px;
        margin-left: 0;
    }

    .katalog_sub_menu.dropdown-menu li .link {
        text-transform: uppercase;
        font-size: 14px;
    }

    .burger {
        display: none;
    }

    .katalog_sub_menu li {
        padding: 16px 0;
        padding-bottom: 0;
        margin-left: 16px;
        margin-bottom: 0;
        border: 0;
    }
}

@media (min-width: 991px) {
    .navbar-expand-lg {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

input {
    outline: none;
}

.form_input {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 18px;
    height: 43px;
    border-radius: 4px;
    outline: none;
    border: 0;
}

.form_input::placeholder {
    color: #25345580;
}

.form_input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.form-check {
    display: flex;
    align-items: center;
    padding-left: 0.5em;
    margin-top: 16px;
}

.form-check-input {
    margin-top: 2px;
    width: 16px;
    height: 16px;
    box-shadow: none !important;
}

.form-check-label {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
}

.form-check-input:checked {
    background-color: #CF1B22;
    border-color: #CF1B22;
    box-shadow: none !important;
}

.form-check-label .link {
    color: #FFFFFF;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
    margin-top: 24px;
    font-size: 14px;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 12px;
}

.unaccept {
    display: block;
}

.sent .unaccept {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output::before {
    content: '';
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px'%3E%3Cpath fill='%23CF1B22' d='M25,2C12.318,2,2,12.318,2,25c0,12.683,10.318,23,23,23c12.683,0,23-10.317,23-23C48,12.318,37.683,2,25,2z M35.827,16.562	L24.316,33.525l-8.997-8.349c-0.405-0.375-0.429-1.008-0.053-1.413c0.375-0.406,1.009-0.428,1.413-0.053l7.29,6.764l10.203-15.036	c0.311-0.457,0.933-0.575,1.389-0.266C36.019,15.482,36.138,16.104,35.827,16.562z' /%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.header .form_input {
    width: 454px;
    border: 1px solid #25345580;
}

.search_app {
    position: relative;
    display: flex;
    width: 100%;
    transition: 0.5s;
}

.search_app form {
    width: 100%;
}

.search_app::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 20px;
    background-position: center;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(img/search.svg);
}

@media (max-width: 1399px) {
    .header .form_input {
        width: 300px;
    }
}

@media (max-width: 1199px) {
    .header .form_input {
        width: 150px;
    }
}

@media (max-width: 991px) {
    .header .form_input {
        width: 100%;
    }

    .header[menu-active="true"] .form_input {
        color: #FFFFFF80;
        background: none;
        border: 1px solid #FFFFFF80;
    }

    .header[menu-active="true"] .form_input::placeholder {
        color: #FFFFFF80;
    }

    .search_app {
        margin-top: 12px;
    }

    .header[menu-active="true"] .search_app {
        margin-bottom: 40px;
    }

    .header[menu-active="true"] .search_app::after {
        background-image: url(img/search_2.svg);
    }
}

/* intro_section */

.intro_section .title {
    color: #FFFFFF;
    margin-bottom: 50px;
}

.intro_section .opisanie{
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.intro_inner {
    position: relative;
}

.intro_block {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    border-radius: 12px;
}

.intro_block img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 540px;
}

.intro_content {
    position: absolute;
    z-index: 2;
    max-width: 710px;
    margin-left: 57px;
}

.intro_section .arrows_inner {
    position: absolute;
    margin-top: 0;
    right: 38px;
    bottom: 32px;
    padding: 0 16px;
}

.cart_inner {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
}

.cart {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: #F5F6F9;
    border-radius: 8px;
}

.cart img {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}

.cart_inner h6 {
    font-size: 16px;
    font-family: "Manrope_600";
    color: #1A202D;
}

@media (max-width: 991px) {

    .intro_section .title {
        font-size: 28px;
    }

    .intro_section .opisanie br{
        display: none;
    }

    .intro_section .click {
        width: 100%;
    }

    .intro_block img {
        height: 496px;
        object-position: right;
    }

    .intro_content {
        max-width: 100%;
        margin-left: 16px;
        margin-right: 16px;
    }

    .intro_section .arrows_inner {
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
        right: 0;
        width: 100%;
        bottom: 22px;
    }

    .cart_inner {
        grid-gap: 8px;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 24px;
    }
}

/* remont_section */

.remont_section {
    color: #FFFFFF;
    padding: 24px 0;
    background: #253455;
}

.remont_section .title {
    color: #FFFFFF;
}

.remont_section .row {
    margin-bottom: 40px;
}

.remont_section .inner {
    display: grid;
    grid-gap: 18px;
    grid-template-columns: repeat(5, 1fr);
}

.remont_section .inner .item {
    padding-top: 14px;
    border-right: 1px solid #FFFFFF33;
}

.remont_section .inner .item:last-child {
    border: 0;
}

.remont_section .head {
    max-width: 219px;
    color: #FFFFFF;
    font-family: "Manrope_600";
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 12px;
}

.remont_section ul {
    padding: 0 18px;
}

.remont_section ul li {
    margin-bottom: 4px;
}

.remont_section ul li::marker {
    color: #EB1C24;
}

@media (max-width: 1199px) {
    .remont_section .inner {
        grid-gap: 8px;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .remont_section .inner {
        grid-gap: 8px;
        grid-template-columns: repeat(1, 1fr);
    }

    .remont_section .row {
        margin-bottom: 24px;
    }

    .remont_section .inner ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .remont_section .inner .item {
        border-right: 0;
        border-bottom: 1px solid #FFFFFF;
    }
}

.zapchasti_section .row {
    margin-bottom: 40px;
}

.zapchasti_section .arrows_inner {
    justify-content: end;
}

.zapchasti_section .dots_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.zapchasti_section .item {
    display: flex;
    padding: 16px 20px;
    flex-direction: column;
    background: #F5F6F9;
    border-radius: 8px;
    transition: 0.2s;
}

.zapchasti_section .item:hover {
    /* background: #253455; */
    background: #e8e8e8;
}

/* .zapchasti_section .item:hover h6{
    color: #FFFFFF;
} */

.zapchasti_section .cat_foto {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    max-height: 323px;
    min-height: 232px;
}

.zapchasti_slider {
    margin-right: -24px;
    margin-bottom: 24px;
}

.zapchasti_slider .slick-list {
    border-radius: 8px;
}

.zapchasti_slider .slide {
    margin-right: 24px;
}

@media (max-width: 991px) {
    .zapchasti_section .row {
        margin-bottom: 24px;
    }

    .zapchasti_section .cat_foto {
        max-height: 128px;
        min-height: 128px;
    }

    .zapchasti_slider {
        margin-right: -8px;
    }

    .zapchasti_slider .slide {
        margin-right: 8px;
    }
}

/* about_section */

.about_section .cart_inner {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 64px;
}

.about_slider {
    margin-right: -24px;
    margin-bottom: 24px;
}

.about_slider .slide {
    margin-right: 24px;
}

.about_slider img {
    width: 100%;
    height: 312px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.about_section .arrows_inner {
    justify-content: end;
}

.about_slider .slide {
    display: none;
}

.about_slider.slick-initialized .slide {
    display: block;
}

@media (max-width: 991px) {
    .about_section .cart_inner {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 24px;
    }

    .about_slider {
        margin-right: 0;
    }

    .about_slider .slide {
        margin-right: 0;
    }
}

/* form_section */

.form_section {
    display: flex;
    align-items: center;
    position: relative;
    background-image: url(img/form_vector.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: bottom;
    background-position-x: right;
    min-height: 441px;
    max-height: 541px;
    background-color: #253455;
}

.body:not(.home) .form_section {
    margin-bottom: 0;
}

.body.o-kompanii .form_section {
    margin-bottom: 110px;
}

.form_section::after {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 315px;
    height: 446px;
    background-image: url(img/form_1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.form_section .title {
    color: #FFFFFF;
}

.form_section .form_block {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: repeat(4, 1fr);
    width: fit-content;
    max-width: 1085px;
}

.form_section .wpcf7-response-output {
    color: #FFFFFF;
}

@media (max-width: 1399px) {
    .form_section::after {
        display: none;
    }

    .form_section .click {
        padding: 12px 24px;
    }
}

@media (max-width: 991px) {
    .form_section {
        height: auto;
        max-height: unset;
        flex-wrap: wrap;
        padding-top: 24px;
    }

    .form_section::after {
        display: block;
        position: unset;
        margin: 0 auto;
    }

    .form_section .form_block {
        max-width: 100%;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }

    .form_section .click {
        width: 100%;
        padding: 12px 48px;
    }

    .body.o-kompanii .form_section {
        margin-bottom: 64px;
    }
}

/* kontakty_section */

.kontakty_inner {
    display: grid;
    align-items: center;
    color: #1A202D;
    font-size: 16px;
    font-family: "Manrope_600";
    grid-template-columns: repeat(5, 1fr);
}

.kontakty_inner .head,
.kontakty_list .head {
    font-size: 14px;
    font-family: "Manrope_400";
    margin-bottom: 6px;
}

.kontakty_list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.kontakty_list li {
    font-family: "Manrope_600";
    color: #1A202D;
    font-size: 16px;
    margin-bottom: 16px;
}

.kontakty_list li:last-child {
    margin-bottom: 0;
}

.map {
    margin-top: 24px;
    border-radius: 12px;
    overflow: hidden;
}

.page.kontakty_section .map {
    margin-top: 0;
}

@media (max-width: 991px) {
    .kontakty_inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .kontakty_inner .item {
        margin-bottom: 12px;
    }

    .kontakty_inner .item:last-child {
        margin-bottom: 0;
    }

    .page.kontakty_section .map {
        margin-top: 24px;
    }
}

/* footer */

.footer {
    padding: 24px 0;
	padding-bottom: 100px;
    background: #253455;
}

.footer .logo {
    max-width: 126px;
}

.footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer .link {
    color: #FFFFFF;
}

.footer_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_list li:last-child {
    display: flex;
    align-items: center;
}

.footer_list li .icon {
    margin-right: 12px;
    background-color: #FFFFFF;
}

.footer_list li .icon svg path {
    fill: #253455;
}

.footer_list li .icon:hover {
    background-color: #CF1B22;
}

.footer_list li .icon:hover svg path {
    fill: #FFFFFF;
}

.footer_list_menu {
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.footer_list_menu li {
    margin-right: 34px;
}

.footer_bottom {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-top: 24px;
}

.footer_bottom li {
    margin-right: 40px;
}

.footer_bottom li:nth-child(2) {
    margin-right: auto;
}

.footer_bottom li:nth-child(4) {
    margin-right: 0;
}

@media (max-width: 1399px) {
    .footer_list_menu li {
        margin-right: 28px;
    }
}

@media (max-width: 1199px) {
    .footer_list_menu li {
        margin-right: 12px;
    }
}

@media (max-width: 991px) {
    .footer .click {
        display: none;
    }

    .footer_list {
        flex-wrap: wrap;
    }

    .footer_list .item .icon.max {
        margin-right: 0;
    }

    .footer_list .item:nth-child(1) {
        order: 1;
    }

    .footer_list .item:nth-child(3) {
        order: 2;
    }

    .footer_list .item:nth-child(1),
    .footer_list .item:nth-child(2) {
        width: 50%;
    }

    .footer_list_menu {
        order: 3;
        width: 100%;
        align-items: start;
        flex-direction: column;
        margin-top: 16px;
    }

    .footer_list_menu li {
        margin-right: 0;
        margin-bottom: 4px;
    }

    .footer_list_menu li:last-child {
        margin-bottom: 0;
    }

    .footer_bottom {
        flex-direction: column;
        align-items: start;
        margin-top: 16px;
    }

    .footer_bottom li {
        margin-right: 0;
        margin-bottom: 4px;
    }
}

/* search_section */

.search_section .inner {
    overflow-x: auto;
}

.search_section table .title {
    font-family: "Manrope_500";
    font-size: 13px;
}

.search_section a{
    color: #1A202D;
}

.search_section table {
    max-width: 1200px;
    min-width: 1100px;
    width: 100%;
}

.search_section thead tr {
    height: 50px;
    background: #F5F6F9;
}

.search_section thead th {
    padding: 0 14px;
}

.search_section td {
    height: 70px;
    padding: 0 14px;
}

.search_section span{
    transition: 0.2s;
}

.search_section tr {
    border-bottom: 1px solid #F5F6F9;
}

.search_section .yes {
    color: #008D3B;
    white-space: nowrap;
}

.search_section .no {
    color: #EB1C24;
    white-space: nowrap;
}

/* error_section */

.error_section h1 {
    font-size: 128px;
}

.error_section h2 {
    font-family: "Manrope_400";
}

.error_section .title {
    text-align: center;
}

.error_section .click {
    margin: 0 auto;
}

/* modal */

.form_modal .modal-dialog {
    max-width: 636px;
}

.form_modal .modal-content {
    color: #FFFFFF;
    padding: 24px;
    padding-bottom: 48px;
    border: 0;
    background: #253455;
}

.form_modal .modal-content {
    background-image: url(img/form_vector.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position-y: bottom;
    background-position-x: right;
}

.form_modal h2 {
    color: #FFFFFF;
    text-align: center;
    margin-top: 12px;
}

.form_modal .des {
    margin-bottom: 12px;
}

.form_modal .inner {
    max-width: 393px;
    margin: 0 auto;
}

.form_modal .form_input {
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
    color: #1A202D;
    border: 1px solid #1A202D;
}

.form_modal .form_input:focus {
    border: 1px solid #CF1B22;
}

.form_modal .form_input::placeholder {
    color: #1A202D;
}

.form_modal .click {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
}

.form_modal .link {
    color: #FFFFFF;
    font-family: "Manrope_400";
}

.form_modal .link:hover {
    color: #CF1B22;
    opacity: 100%;
}

.form_modal span {
    width: 100%;
}

.form_modal .close {
    cursor: pointer;
}

.form_modal .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-bottom: 8px;
}

.form_modal .wpcf7 form .wpcf7-response-output {
    color: #FFFFFF;
    max-width: 393px;
    margin: 0 auto;
}

.form_modal .wpcf7 form.sent .wpcf7-response-output::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px'%3E%3Cpath fill='%23CF1B22' d='M25,2C12.318,2,2,12.318,2,25c0,12.683,10.318,23,23,23c12.683,0,23-10.317,23-23C48,12.318,37.683,2,25,2z M35.827,16.562	L24.316,33.525l-8.997-8.349c-0.405-0.375-0.429-1.008-0.053-1.413c0.375-0.406,1.009-0.428,1.413-0.053l7.29,6.764l10.203-15.036	c0.311-0.457,0.933-0.575,1.389-0.266C36.019,15.482,36.138,16.104,35.827,16.562z' /%3E%3C/svg%3E");
}

.form_modal .form-check-label {
    font-size: 13px;
}

@media (max-width: 991px) {
    .form_modal .click {
        margin-top: 12px;
    }
}

/* Каталог */

/* Арихв каталога */

/* katalog_section */

.katalog_section .inner {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

.katalog_section .item {
    display: flex;
    padding: 16px 20px;
    flex-direction: column;
    background: #F5F6F9;
    border-radius: 8px;
    transition: 0.2s;
}

.katalog_section .item:hover {
    background: #e8e8e8;
}

/* .katalog_section .item:hover {
    background: #253455;
}

.katalog_section .item:hover h6,
.katalog_section .item:hover .count{
    color: #FFFFFF;
} */

.cat_foto {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    max-height: 323px;
    min-height: 232px;
}

.izobrazhenie_kategorii {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    height: 180px;
}

.count {
    color: #1A202DCC;
    font-family: "Manrope_400";
    font-size: 14px;
    line-height: 145%;
}

@media (max-width: 991px) {
    .katalog_section .inner {
        grid-gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }

    .katalog_section .item {
        padding: 12px;
    }

    .izobrazhenie_kategorii {
        height: 124px;
    }

    .cat_foto {
        max-height: 128px;
        min-height: 128px;
    }
}

/* Сингл каталога */

/* single_section */

.single_section .title {
    margin-bottom: 24px;
}

.single_section .foto {
    width: 100%;
    /* max-width: 416px; */
    height: auto;
    border-radius: 8px;
}

.single_section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 24px;
}

.single_section ul li {
    font-size: 13px;
    font-family: "Manrope_500";
    color: #1A202DCC;
    margin-bottom: 4px;
}

.single_section ul span {
    font-family: "Manrope_600";
}

.single_slider {
    margin-top: 12px;
    margin-right: -12px;
}

.single_slider img {
    width: 100%;
    border-radius: 8px;
}

.single_slider .slide {
    margin-right: 12px;
}

.single_section .arrows_inner {
    justify-content: end;
    margin-top: 12px;
}

@media (max-width: 991px) {
    .single_section .foto {
        width: 100%;
        max-width: 100%;
    }

    .single_section .click {
        width: 100%;
    }
}

/* taxonomy */

.taxonomy_section .inner {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

.taxonomy_section .item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.taxonomy_section .foto {
    overflow: hidden;
    margin-bottom: 8px;
    border-radius: 8px;
}

.taxonomy_section .foto img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    max-height: 230px;
    border-radius: 8px;
    transition: 0.2s;
}

.taxonomy_section .item:hover img {
    transform: scale(1.05);
}

.taxonomy_section .number {
    color: #1A202DCC;
    font-size: 14px;
}

.taxonomy_section .next {
    color: #EB1C24;
    margin-top: auto;
    padding-top: 16px;
}

@media (max-width: 991px) {
    .taxonomy_section .inner {
        grid-gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* smotrely_section */

.smotrely_slider {
    margin-right: -24px;
}

.smotrely_slider .slide {
    margin-right: 24px;
}

.smotrely_slider .slick-list {
    border-radius: 8px;
}

.smotrely_slider .slide{
    display: none;
}

.smotrely_slider.slick-initialized .slide{
    display: block;
}

.smotrely_section .item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.smotrely_section .foto {
    overflow: hidden;
    margin-bottom: 8px;
    border-radius: 8px;
}

.smotrely_section .foto img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    max-height: 230px;
    border-radius: 8px;
    transition: 0.2s;
}

.smotrely_section .item:hover img {
    transform: scale(1.05);
}

.smotrely_section .number {
    color: #1A202DCC;
    font-size: 14px;
}

.smotrely_section .next {
    color: #EB1C24;
    margin-top: auto;
    padding-top: 16px;
}

.smotrely_section .arrows_inner {
    justify-content: end;
}

@media (max-width: 991px) {
    .smotrely_slider {
        margin-right: -8px;
    }

    .smotrely_slider .slide {
        margin-right: 8px;
    }
}

/* slider */

.arrows_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-slider .slick-track {
    display: flex;
    margin: 0;
    border-radius: 12px;
}

.slick-list {
    overflow: hidden;
    border-radius: 12px;
}

.slick-slide {
    height: auto;
    flex: 0 0 auto;
}

.slick-arrow {
    order: 1;
}

.slick-arrow.slick-next {
    order: 3;
}

.slick-arrow {
    position: unset;
    font-size: 0;
    line-height: 1;
    opacity: 1;
    transition: 0.2s;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #7676764D;
    background-repeat: no-repeat !important;
    background-size: auto 33% !important;
    background-position: center !important;
    transform: none !important;
    border-radius: 6px
}

.slick-next {
    margin-left: 24px;
}

.slick-arrow:hover {
    background-color: #EB1C24;
}

.slick-arrow:focus {
    background-color: #EB1C24;
}

.slick-prev:before,
.slick-next:before {
    display: none !important;
}

.slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.70715 0.353546L0.707154 5.35355L5.70715 10.3535' stroke='white'/%3E%3C/svg%3E") !important;
}

.slick-next {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.353516 0.353546L5.35352 5.35355L0.353515 10.3535' stroke='white'/%3E%3C/svg%3E") !important;
}

.slick-dots {
    position: unset;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    height: 8px;
    width: 100%;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.slick-dots li {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 8px;
}

.slick-dots li button {
    background-color: #253455;
    font-size: 0;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    border: 0;
    transform: unset;
}

.intro_section .slick-dots li button{
    background-color: #FFFFFF;
}

.slick-dots li.slick-active button {
    background-color: #EB1C24;
}

.slick-dots li button:hover {
    transform: unset;
}

.slick-dots li.slick-active button {
    width: 100%;
}

.slick-dots li.slick-active button::before {
    display: none;
}

.intro_slider .slide:not(:first-child) {
    display: none;
}

.intro_slider.slick-initialized .slide:not(:first-child) {
    display: block;
}

.zatemn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(19, 26, 43, 0.83) 0%, rgba(37, 52, 85, 0) 100%);
    border-radius: 12px;
}

.opa-80 {
    opacity: 80%;
}

.fs-6 {
    font-family: "Manrope_400";
    color: #1A202D;
}

/* Бургер меню */

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    width: 50px;
    height: 44px;
    background: #EB1C24;
    padding: 0;
    margin-left: 14px;
    overflow: visible;
    outline: none;
    border: none;
    --bs-navbar-toggler-border-color: none;
    --bs-navbar-toggler-focus-width: none;
}

.hamburger-box {
    width: 24px;
    height: 14px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 24px;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -7px;
}

.hamburger-inner::after {
    bottom: -7px;
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze[aria-expanded="true"] .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze[aria-expanded="true"] .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze[aria-expanded="true"] .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar-light .navbar-toggler {
    color: #FFFFFF;
    border: 0;
}

/* Бургер меню */

/* breadcrumbs */

.breadcrumbs {
    font-family: "Manrope_500";
    opacity: 60%;
    color: #212121B2;
    font-size: 16px;
    margin-bottom: 32px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
}

.home .breadcrumbs {
    display: none;
}

.breadcrumbs a {
    color: #212121B2;
    font-size: 16px;
}

.breadcrumbs .search {
    margin-left: 10px;
}

.breadcrumbs span span {
    margin-left: 8px;
    margin-right: 8px;
}

.breadcrumbs span span:first-child {
    margin-left: 0;
}

@media (max-width: 991px) {
    .breadcrumbs {
        margin-bottom: 8px;
    }
}

/* agrodron */

.agrodron_inner {
    position: relative;
}

.agrodron_inner .title {
    color: #FFFFFF;
}

.agrodron_inner .opisanie {
    font-family: "Manrope_500";
    font-style: Medium;
    font-size: 17px;
    letter-spacing: 0%;
    margin-bottom: 48px;
}

.agrodron_content {
    position: absolute;
    color: #FFFFFF;
    top: 50%;
    left: 0;
    z-index: 3;
    padding-left: 48px;
    transform: translateY(-50%);
    max-width: 600px;
}

.agrodron_img {
    width: 100%;
    height: 100%;
    max-height: 540px;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
}

.agrodron_intro .cart_inner {
    grid-template-columns: repeat(3, 1fr);
}

.agrodron_intro .cart {
    align-items: center;
    flex-direction: row;
}

.agrodron_intro .cart_inner h6 {
    margin-left: 12px;
    margin-bottom: 0;
}

.agrodron_intro .cart svg {
    width: 40px;
    height: 40px;
}

/* .agrodron .zatemn {
    background: linear-gradient(90deg, rgba(19, 26, 43, 0.83) 0%, rgba(37, 52, 85, 0) 100%);
} */

@media (max-width: 991px) {
    .agrodron_inner .opisanie {
        font-size: 14px;
    }

    .agrodron_inner .click {
        width: 100%;
    }

    .agrodron_content {
        padding: 0 24px;
        max-width: 100%;
    }

    .agrodron_img {
        aspect-ratio: 4 / 3;
    }

    .agrodron_opisanie h3 {
        font-size: 20px;
    }

    .agrodron_block {
        height: auto;
    }

    .agrodron_intro .cart_inner {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* agrodron_priemushhestva */

.agrodron_priemushhestva .inner {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.agrodron_priemushhestva .item {
    position: relative;
    border-radius: 12px;
}

.agrodron_priemushhestva .content {
    position: absolute;
    z-index: 2;
    color: #FFFFFF;
    padding: 16px;
    bottom: 0;
}

.agrodron_priemushhestva img {
    width: 100%;
    height: 100%;
    max-height: 276px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
}

.agrodron_list_block {
    margin-top: 36px;
    background: #F5F6F9;
}

.agrodron_priemushhestva ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    list-style: none;
    padding: 18px 0;
    margin-bottom: 0;
}

.agrodron_priemushhestva ul li {
    display: block;
    font-family: "Manrope_400";
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
    color: #1A202DCC;
    /* max-width: 200px; */
    width: 100%;
    height: 124px;
    padding: 12px;
    border-right: 1px solid #25345533;
}

.agrodron_priemushhestva ul li:first-child {
    padding-left: 0;
}

.agrodron_priemushhestva ul li:first-child {
    padding-right: 0;
}

.agrodron_priemushhestva ul li::before {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.28846 8.775L13.7635 0.3C13.9635 0.1 14.1968 0 14.4635 0C14.7301 0 14.9635 0.1 15.1635 0.3C15.3635 0.5 15.4635 0.737667 15.4635 1.013C15.4635 1.28833 15.3635 1.52567 15.1635 1.725L5.98846 10.925C5.78846 11.125 5.55513 11.225 5.28846 11.225C5.02179 11.225 4.78846 11.125 4.58846 10.925L0.288462 6.625C0.0884617 6.425 -0.00753846 6.18767 0.000461538 5.913C0.00846154 5.63833 0.112795 5.40067 0.313461 5.2C0.514128 4.99933 0.751795 4.89933 1.02646 4.9C1.30113 4.90067 1.53846 5.00067 1.73846 5.2L5.28846 8.775Z' fill='%23253455'/%3E%3C/svg%3E");
}

@media (max-width: 1399px) {
    .agrodron_priemushhestva ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .agrodron_priemushhestva ul li:nth-child(4) {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .agrodron_priemushhestva .inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .agrodron_priemushhestva ul {
        grid-gap: 12px;
        padding-top: 30px;
        grid-template-columns: repeat(2, 1fr);
    }

    .agrodron_priemushhestva ul li {
        border: 0;
        padding: 0;
        margin-bottom: 12px;
        height: 90px;
    }
}

/* agrodron_about */

.agrodron_about .wrapper {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.agrodron_about .inner.item_1 {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1 / 3;
}

.agrodron_about .inner.item_2 {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(1, 1fr);
}

.agrodron_about .inner.item_1 .item:first-child {
    grid-column: 1 / 3;
}

.agrodron_about .item {
    position: relative;
    border-radius: 12px;
}

.agrodron_about h5 {
    font-family: "Manrope_600";
    font-size: 20px;
    line-height: 145%;
    letter-spacing: 0%;
}

.agrodron_about .content {
    max-width: 368px;
    position: absolute;
    z-index: 2;
    color: #FFFFFF;
    padding: 16px;
    bottom: 0;
}

.agrodron_about img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 416px;
    object-fit: cover;
    object-position: right;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
}

@media (max-width: 991px) {
    .agrodron_about .wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .agrodron_about .inner.item_1 {
        grid-template-columns: repeat(1, 1fr);
        grid-column: unset;
    }

    .agrodron_about .inner.item_2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .agrodron_about .inner.item_1 .item:first-child {
        grid-column: unset;
    }

    .zagolovok_block .des br {
        display: none;
    }

    h3.title {
        font-size: 20px;
    }
}

/* remont */

.remont_intro .content {
    font-family: "Manrope_400";
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0%;
}

.remont_intro .content p{
    margin-bottom: 6px;
}

.remont_intro img {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-height: 416px;
    object-fit: cover;
    border-radius: 12px;
}

.remont_intro .click{
    margin-top: auto;
}

@media (max-width: 991px) {
    .remont_intro img {
        max-height: 316px;
    }

    .remont_intro .click{
        width: 100%;
        margin-top: 24px;
    }
}