@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
    font-family: Gropled;
    src: url("/templates/rostsayt-4/vendor/fonts/Gropled-Bold.otf");
}

.z-5 {
    z-index: 5;
}

#center main {
    overflow: visible !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.m-w-100 {
    min-width: 100%;
}

.m-h-100 {
    min-height: 100%;
}

.m-h-6 {
    max-height: 6rem;
}

.object-fit-contain {
    object-fit: contain;
}

.head-soc {
    position: absolute;
    bottom: 0;
    margin: 0 !important;
    top: 5rem;
    width: 130px;
    height: 30px;
}

.wh-icon {
    width: 2rem;
    height: 2rem;
}

.dec-none * {
    color: #000 !important;
}

.text-success {
    color: #44BCB3 !important;
}

/* .mod-catalog a:nth-last-child(-n+4) {
  width: 25%;
} */
.katalog .mod-catalog a .text {
    font-size: 1.2rem;
}

/* Настройки шаблона */

@font-face {
    font-family: Doloman Pavljenko;
    src: url("/templates/rostsayt/fonts/DolomanPavljenko.otf") format("opentype");
}

/* попап */

.modal-content {}

.modal-content input:checked+span::before {
    background: var(--turquoise);
}

.modal-content input+span::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid var(--turquoise);
    margin-right: 1.8rem;
}

/* конец попапу */

:root,
body {
    font-size: 12px;
}

:root {
    --turquoise: #44BCB3;
    --gray: #333;
}

@media screen and (min-width: 576px) {

    :root,
    body {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) {

    :root,
    body {
        font-size: 12px;
    }
}

@media screen and (min-width: 992px) {

    :root,
    body {
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) {

    :root,
    body {
        font-size: 16px;
    }
}

/* .content-category {
font-size: 300px;
} */
/* Элементы */
@media screen and (max-width: 768px) {
    .mod-catalog-item .col-md-6 {
        display: flex;
        justify-content: center;
        width: 100% !important;
    }
}

html {
    width: calc(100% + calc(100vw - 100%));
    overflow-x: hidden;
}

body {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    /*max-width: 1920px;*/
    color: #000;
    outline: 1px solid #ddd;
    overflow-x: hidden;
    font-family: Mulish;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
}

/* #middle main {
    overflow: inherit;
} */

*::before {
    pointer-events: none;
}

/* .row {
    flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: -1rem !important;
} */

/* @media (min-width: 1680px) {.container {max-width: 1680px;}} */

.mod-idea .h1,
.mod-idea h1 {
    line-height: 100% !important;
    margin: 0 !important;
}

@media (min-width: 1920px) {
    .bg-color::before {
        margin-left: -960px;
    }
}


@media (max-width: 600px) {
    /* h1,
    .h1 {
        white-space: normal;
        margin-left: 0.75rem;
        margin-top: 2rem !important;
        word-wrap: break-word;
        overflow: hidden;
        margin-bottom: 2rem;
    } */
}

h1,
.h1 {
    font-family: "Gropled";
    font-size: 4rem;
    font-weight: 700;
    line-height: 100%;
    color: var(--gray)
}

h2,
.h2 {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h3,
.h3 {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

h4,
.h4 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

h5,
.h5 {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

h6,
.h6 {}

a {
    text-decoration: none;
}


/* Адаптация */


/* Анимации */

.delay-1 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms
}

.delay-2 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms
}

.delay-3 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms
}

.delay-4 {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms
}

.delay-5 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms
}

.delay-6 {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms
}

.delay-7 {
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms
}

.delay-8 {
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms
}

.delay-9 {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms
}

.delay-10 {
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }

    /*.mod-catalog .p-4{padding-left: 1.5rem !important; padding-right: 1.5rem !important; padding-top: 0.5rem !important; padding-bottom: 0.5rem !important;}*/
    /*.mod-catalog .p-4.item img{ object-fit: scale-down; height: 80px}*/
}

@media screen and (max-width: 767px) {
    .mod-merch .fulltext {
        display: none;
    }

}


/* Общие стили */

.moduletable.fullbg {
    background: transparent;
}

.bg-color,
.bg-color-after {
    position: relative;
}

.bg-color::before,
.bg-color-after::after {
    content: '';
    display: flex;
    position: absolute;
    z-index: -100;
    top: 0;
    bottom: 0;
    left: 49%;
    margin-left: -50vw;
    width: 110vw;
    background: #333;
}

.btn-fos {
    background-color: #44BCB3;
    padding: 0.75rem 2rem;
    gap: 0.5rem;
    border-radius: 10px;
    color: #fff;
}

.modul_head {
    font-weight: 700;
    font-family: "Gropled";
}

.turquoise {
    color: var(--turquoise);
}

.mod-news {
    margin: 5rem 0;
}

footer {
    z-index: 5;
    background-color: var(--gray);
}

.navbar-light .navbar-toggler-icon,
.navbar-black .navbar-toggler-icon {
    width: 2.25em;
    height: 2.25em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-black .navbar-toggler-icon {
    filter: invert(100%);
}

.btn-fos {
    font-weight: 700;
}


/* Шапка */

.navbar-black * {
    color: #fff;
}

.navbar-black {
    background-color: var(--gray);
    padding-bottom: 4rem;
}

.navbar-black .container {
    position: relative;
    justify-content: space-between;
}

.navbar-light .container {
    position: relative;
    justify-content: space-between;
}

.navbar-black .navbar-black .container .social {
    position: relative;
    padding-left: 0.3rem !important;
}

.navbar-black .container .social img {
    width: 2rem;
    transition: transform .2s;
    /* Animation */
}

.navbar-black .container .social:hover img {
    transform: scale(120%);
}


.navbar-black section {
    position: absolute;
    bottom: 0;
    margin: 0 !important;
    top: 5rem;
    width: 160px;
    height: 60px;
}

.navbar-black .container .social,
.navbar-light .container .social {
    position: relative;
    padding-left: 0.3rem !important;
}

.navbar-light .container .social img {
    width: 2rem;
    transition: transform .2s;
    /* Animation */
}

.navbar-light .container .social:hover img {
    transform: scale(120%);
}


.navbar-light section {
    position: absolute;
    bottom: 0;
    margin: 0 !important;
    top: 5rem;
    width: 160px;
    height: 60px;
}

.navbar-light * {
    color: #000;
}

#header_items {
    padding: 2rem;
}

#header_items .mod-menu {
    gap: 1.25rem;
}

#header_items a,
.header-contacts a {
    font-size: .9rem;
    font-weight: 700;
}

.header-contacts .mod-block {
    gap: .94rem;
}

.mod-menu a:hover {
    color: var(--turquoise);
    transition: 1s;
}


/* Баннер */

.mod-banners {
    height: 100vh;
    min-height: 500px;
    position: relative;
}

.mod-banners .h2,
.mod-banners h2 {
    font-size: 2rem !important;
}

.mod-banners .banner-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mod-banners .banner-text .btn {
    width: fit-content;
}

.mod-banners::before {
    content: '';
    display: flex;
    position: absolute;
    z-index: -100;
    top: -8%;
    bottom: 0;
    background: url(/images/home/banner_fon.jpg) no-repeat center;
    left: 50%;
    background-size: cover;
    width: 100vw;
    transform: translateX(-50%);
    background-position: left;
}

.mod-banners::after {
    content: '';
    display: flex;
    position: absolute;
    background: url(/images/home/banner_boxes.png) no-repeat center;
    z-index: 10;
    width: 500px;
    background-position: right;
}


/* Преимущества */

.mod-advantages {
    padding: 1rem;
    background-color: #44BCB3;
    border-radius: 1rem;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.15);
    color: #fff;
    transform: translateY(-50%);
}

.mod-advantages .item {
    display: flex;
    padding: 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    align-self: stretch;
    text-align: center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    flex: 1 1 auto;
}

.mod-advantages .item .text {
    margin-top: auto;
}

.mod-advantages .items:first-child .item {
    border-left: none;
}

.mod-advantages .items:last-child .item {
    border-right: none;
}

/* 404 */
.mod-404 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
    margin: 2.5rem 0;
    text-align: center;
    align-items: center;
}

.mod-404 .btn-success {
    padding: 0.75rem 2.5rem;
    width: fit-content;
    background: #44BCB3;
    border-color: #44BCB3;
    outline: none !important;
    box-shadow: none !important;
}

/* Каталог */

.mod-catalog {
    position: relative;
}


/*.mod-catalog::before{content: ''; position: absolute; width: 120vw; background: url(/images/home/catalog_fon.svg) no-repeat center; display: block; height: 95%; z-index: -1; background-size: cover; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}*/

.mod-catalog .item {
    border-radius: 1rem;
    background-color: var(--gray);
    flex: 1 0 0;
}

/* @media screen and (min-width: 1400px) {
    .katalog .mod-catalog .row a:nth-last-child(1) .item, .katalog .mod-catalog .row a:nth-last-child(2) .item, .katalog .mod-catalog .row a:nth-last-child(3) .item, .katalog .mod-catalog .row a:nth-last-child(4) .item {gap: 0.5rem; justify-content: flex-start !important;}
    .katalog .mod-catalog .row a:nth-last-child(1) .item .col-6, .katalog .mod-catalog .row a:nth-last-child(2) .item .col-6, .katalog .mod-catalog .row a:nth-last-child(3) .item .col-6, .katalog .mod-catalog .row a:nth-last-child(4) .item .col-6 {width: fit-content; text-align: left; font-size: 1.4rem !important;}
    .katalog .mod-catalog .row a:nth-last-child(1) .item .col-6:nth-child(1), .katalog .mod-catalog .row a:nth-last-child(2) .item .col-6:nth-child(1), .katalog .mod-catalog .row a:nth-last-child(3) .item .col-6:nth-child(1), .katalog .mod-catalog .row a:nth-last-child(4) .item .col-6:nth-child(1) {width: 2rem;}
} */

.mod-catalog .text {
    color: #44BCB3;
    font-size: 1.4rem;
    text-align: end;
}


/* Мерч */

.mod-merch {
    padding: 8.5rem 0;
}

.mod-merch .fulltext {
    font-size: 1.2rem;
}

.mod-merch .img_wrapper {
    position: absolute;
    z-index: -1;
    top: 35px;
    transform: translateY(-50%);
    object-fit: cover;
    width: 1159px;
}

.mod-merch .img_wrapper img {
    max-width: none;
    position: absolute;
}

.mod-merch .img_wrapper .decoration .item:nth-child(1) img {
    top: 40px;
    left: -125px;
}

.mod-merch .img_wrapper .decoration .item:nth-child(2) img {
    top: -150px;
    left: -150px;
}

.mod-merch .img_wrapper .decoration .item:nth-child(3) img {
    top: 350px;
    left: 370px;
}

.mod-merch .img_wrapper .decoration .item:nth-child(4) img {
    left: 430px;
}


/* Услуги */

.mod-services {
    padding: 8.5rem 0;
}

.mod-services::before {
    content: '';
    background: url('/images/home/uslugi_fon.png');
    background-size: contain;
    position: absolute;
    top: 50%;
    width: 100vw;
    height: 100%;
    z-index: -1;
    right: 5px;

}

@media screen and (max-width: 575px) {
    .mod-services::before {
        left: 5px;
    }
}

.mod-services .modul_head {
    font-size: 4rem;
}

.mod-services .item {
    border-radius: 1rem;
    background-color: var(--gray);
    flex: 1 0 0;
    overflow: hidden;
    z-index: 1;
    color: var(--turquoise);
    transition: all .5s;
    cursor: pointer;
}

.mod-services .item:hover {
    background-color: var(--turquoise);
    color: #fff !important;
    transition: all .5s;
}

.mod-services .bgtext {
    position: absolute;
    font-size: 5rem;
    font-family: "Gropled";
    top: 0;
    white-space: nowrap;
    color: #474646;
    z-index: -1;
    transition: all .5s;
}

.mod-services .item:hover>.bgtext {
    color: #7CD0CA;
    transition: all .5s;
}

.mod-services.merch {
    padding: 5rem 0 5rem;
}

.mod-services.merch::before {
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
    height: 1000px;
    z-index: -100;
}

.mod-services .company {
    display: none;
}


/* Производство */

.mod-production .modul_head {
    border-radius: 2rem 2rem 0rem 0rem;
    background-color: var(--gray);
    color: #fff;
}

.mod-production h3,
.mod-production .h3 {
    font-size: 1.5rem;
    margin: 0 !important;
}

.mod-production img {
    max-height: 26rem;
    border-radius: 40px;
    cursor: pointer;
    width: 100%;
}

.mod-production .services::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url('/images/home/snake.svg') no-repeat center;
}

.mod-production .services {
    background-color: var(--gray);
}

.mod-production .number {
    font-size: 5rem;
}

.mod-production .player {
    position: absolute;
    object-fit: none;
}


/* Идея */

.mod-idea {
    padding: 25rem 0;
}

.katalog h1 {
    margin-left: 0.75rem;
    margin-top: 4rem !important;
}

.mod-idea h1,
.mod-idea .h1 {
    font-size: 5rem;
    line-height: 130% !important;
}

.mod-idea .text-end {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.mod-idea img {
    position: absolute;
    top: 50%;
    width: 50%;
    left: 0;
    object-position: left;
    transform: translateY(-50%);
    object-fit: contain;
    padding: 0;
    z-index: -1;
}

.mod-idea .turquoise {
    text-transform: uppercase;
}

.mod-idea .portfolio {
    display: none;
}

.mod-idea.company {
    padding: 0;
    padding-bottom: 25rem;
}

.mod-idea.company::before {
    content: '';
    position: absolute;
    width: 110vw;
    background: url(/images/home/catalog_fon.svg) no-repeat center;
    display: block;
    height: 100%;
    z-index: -1;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.mod-idea.company .head {
    padding-bottom: 3rem;
}

.mod-idea.company .img_wrapper {
    position: absolute;
    top: 50%;
    left: 0%;
    height: 100%;
    object-position: left;
    transform: translateY(-50%);
    object-fit: contain;
    padding: 0;
    z-index: -1;
}

.mod-idea.company img {
    position: absolute;
    top: 40%;
    width: 50%;
    right: 50%;
    object-position: left;
    transform: translateY(-50%);
    object-fit: contain;
    padding: 0;
    z-index: -1;
}

.mod-services__detail h3,
.mod-services__detail .h3 {
    font-size: 1.5rem !important;
    font-weight: 700;
}

.fulltext h3,
.fulltext .h3 {
    font-size: 1.5rem !important;
    font-weight: 700;
}

/* Гост */

.mod-gost .modul_head {
    font-size: 4rem;
    line-height: 100% !important;
}

.mod-gost .certificate {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-gost .certificate::before {
    content: '';
    background: url('/images/gost/bg.png') no-repeat center;
    display: block;
    width: 54.5rem;
    z-index: -1;
    height: 29rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-size: 100%;
}

.mod-gost .mod-gost__desc {
    display: inline-flex;
    flex-direction: column;
    gap: 3rem;
    align-items: flex-start;
}

.mod-gost .mod-gost__desc p {
    line-height: normal !important;
}

.mod-gost .mod-gost__desc::before {
    content: '';
    display: block;
    background: url('/images/gost/gost.png') no-repeat;
    width: 291px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: -70%;
}


/* Оставить заявку */

.mod-fos {
    padding: 8.5rem 0;
}

.mod-fos input,
.mod-fos textarea {
    padding: 14px;
    border-radius: 10px;
    border-style: none;
}

.mod-fos input::placeholder {
    color: #333;
    font-size: 1rem;
}

.mod-fos input::-webkit-input-placeholder {
    color: #333;
    font-size: 1rem;
}

.mod-fos input+span::before {
    content: '';
    display: block;
    width: 30px;
    aspect-ratio: 1/1;
    height: 30px;
    border: 1px solid var(--turquoise);
    margin-right: 1.8rem;
}

.mod-fos input:checked+span::before {
    background: var(--turquoise);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-fos .h1 {
    margin-bottom: 1rem;
}

.mod-fos {
    padding: 3rem 0 0;
}


/* Портфолио на главной */

.mod-portfolio {
    margin: 8.5rem 0;
}

.mod-portfolio .owl-nav button {
    height: 2rem;
    display: flex;
}

.mod-portfolio .owl-nav button svg {
    height: 100%;
}

.mod-portfolio .h2,
.mod-portfolio h2 {
    line-height: 140%;
    font-size: 2rem;
}

.mod-portfolio .h3,
.mod-portfolio h3 {
    line-height: normal;
    font-weight: 400;
}

.mod-portfolio::before {
    content: '';
    position: absolute;
    width: 100vw;
    background: url(/images/home/catalog_fon.svg) no-repeat center;
    display: block;
    height: 100%;
    z-index: -1;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.kompaniya .mod-portfolio::before {
    background: var(--gray);
    content: '';
    position: absolute;
    width: 100vw;
    display: block;
    height: 100%;
    z-index: -1;
    background-size: cover;
    left: 50%;
    top: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
}

@media screen and (max-width: 995px) {

    .mod-portfolio p {
        text-align: justify;
    }

}


/* Отзывы */

.mod-reviews.carousel {
    padding: 11.5rem 0;
    margin-top: -4rem;
}

.mod-reviews.carousel::before {
    content: '';
    position: absolute;
    background: url('/images/modules/mod-reviews/bg.png') no-repeat center;
    background-size: contain;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}

.mod-reviews .modul_head {
    font-size: 1.6rem;
}

.mod-reviews .outer_wrapper {
    background-color: var(--gray);
    display: flex;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    align-items: flex-start;
    align-content: flex-start;
    gap: 1.5rem 7.55rem;
    flex-wrap: wrap;
    border-radius: 2rem;
    color: #fff;
    transition: 0.8s;
    position: relative;
}

.owl-carousel .owl-dot {
    background-color: rgba(0, 0, 0, 0) !important;
}

.mod-reviews .owl-carousel .owl-nav {
    max-width: 50%;
}

.mod-reviews .owl-carousel .owl-dots {
    bottom: -8rem;
}

.mod-reviews .owl-carousel .owl-dots .owl-dot {
    width: 1rem;
    height: 1rem;
    border: 1px solid;
}

.mod-reviews .owl-carousel .owl-dots .owl-dot.active {
    background: var(--gray) !important;
}

.mod-reviews .owl-carousel .owl-stage-outer {
    overflow: visible;
}

/* .owl-stage-outer {
    margin: -15px;
   
} */

.video-modal {
    width: 100%;
    aspect-ratio: 1920/1080;
    object-fit: cover;
}

.mod-reviews .owl-item {
    z-index: 0;
}

.mod-reviews .owl-item.center {
    transform: scale(1.3);
    z-index: 1;
    transition: 0.8s;
}

.mod-reviews .review {
    z-index: 10;
}


/* Контакты */

.mod-contacts {
    padding: 8.5rem 0;
}



.mod-contacts::before {
    content: '';
    background: url('/images/home/uslugi_fon.png');

    position: absolute;
    top: 35%;
    width: 100%;
    height: 103%;
    z-index: -1;
    background-size: contain;
}

.glavnaya .mod-contacts::before {
    background-size: cover;
}

.mod-contacts .map {
    border-radius: 40px;
    overflow: hidden;
}

.mod-contacts .map .map-mobile-img {
    display: none;
}

.mod-contacts .info {
    background-color: #333;
    padding: 40px 50px;
    border-radius: 40px;
    height: 100%;
}

.social-icons {
    transition: transform .2s;
}

.social-icons:hover {
    transform: scale(120%);
}

footer .social-icons {
    width: 2.5rem;
}

.mod-contacts .info .town::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    background: url('/images/socials/marker.svg') no-repeat center;
}

.mod-contacts .info .tel::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    background: url('/images/socials/tel.svg') no-repeat center;
}

.mod-contacts .info .post::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    background: url('/images/socials/mail.svg') no-repeat center;
}


/* Контакты в футере */

.mod-footer__contacts .info .town::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 1rem;
    background: url('/images/socials/marker.svg') no-repeat center;
    background-size: cover;
}

.mod-footer__contacts .info .tel::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 1rem;
    background: url('/images/socials/tel.svg') no-repeat center;
    background-size: cover;
}

.mod-footer__contacts .info .post::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 1rem;
    background: url('/images/socials/mail.svg') no-repeat center;
    background-size: cover;
}

.footer-menu * a {
    color: #fff;
}

.footer-menu .mod-menu__sub {
    margin: .5rem 0;
    display: grid;
    gap: .5rem;
}

.footer-menu ul li a:first-child {
    color: rgba(255, 255, 255, 0.80);
}


/* Портфолио с каруселью */

.mod-portfolio__carousel img {
    object-fit: cover;
    border-radius: 40px;
}

.mod-portfolio__carousel .owl-nav {
    max-width: 105%;
}

.mod-portfolio__carousel .owl-stage {
    display: flex;
}

.mod-portfolio__carousel .owl-stage .owl-item {
    display: flex;
    flex: 1 0 auto;
}


/* Страницы: Новости */

.mod-news::before {
    content: '';
    background: url('/images/home/uslugi_fon.png');
    background-repeat: repeat-y;
    top: 70%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mod-news .item {
    background-color: var(--gray);
    border-radius: 20px;
}

.mod-news .item img {
    border-radius: 20px;
}

.novosti .page-item.active .page-link {
    background-color: var(--turquoise);
    border: none;
    color: #fff;
}

.novosti .pagination .page-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray);
}

.novosti .page-item .icon-angle-left::before {
    content: '';
    display: block;
    width: 0.8rem;
    height: 1.5rem;
    background: url('/images/modules/pagination/left.svg') no-repeat center;
}

.novosti .page-item .icon-angle-right::before {
    content: '';
    display: block;
    width: 0.8rem;
    height: 1.5rem;
    background: url('/images/modules/pagination/right.svg') no-repeat center;
}

.mod-news__detail::before {
    content: '';
    background: url('/images/home/uslugi_fon.png');
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mod-news__detail .item {
    background-color: var(--gray);
    border-radius: 20px;
}

.mod-news__detail img {
    object-fit: cover;
    border-radius: 20px;
}


/* Хлебные крошки */

.breadcrumb {
    background: #fff0;
}

.mod-breadcrumbs__wrapper {
    margin-top: 3rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    padding: 0 1rem;
    background: url(/images/modules/breadcrumbs/breadcrumb.svg) no-repeat center;
    width: 20px;
    height: 20px;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: var(--gray);
}


/* Страница: Компания */

.kompaniya .mod-services::before {

    background: url('/images/home/uslugi_fon.png');

    background-position: center top;
    background-size: contain;
    height: 100vw;
}



.kompaniya .mod-production {
    padding: 8.5rem 0;
}

.kompaniya .company {
    display: block;
}

.kompaniya .services {
    display: none;
}


/* Страницы: Услуги */

.ch_uslugi {
    display: flex;
    /* flex-wrap: wrap; */
    margin-bottom: 3rem;
}

.ch_uslugi #left {
    /* min-width: 20rem; */
}

.ch_uslugi #left .d-block {
    height: 100%;
	padding-right: 25px;
}

.katalog .ch_uslugi #left .d-block .catalog__accordion {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.ch_uslugi #left .d-block .catalog__accordion .accordion-item {
    background-color: var(--gray);
}

.ch_uslugi main {
    width: 75%;
}

.mod-advantages.services {
    transform: none;
}

.uslugi .mod-services {
    padding: 6rem 0 8.5rem 0;
}

.uslugi .mod-services::before {
    content: '';
    background: url(/images/home/uslugi_fon.png) no-repeat center 50%;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    background-size: cover;
}

.mod-services__leftmenu .item {
    background-color: var(--gray);
    border-radius: 20px;
}

.mod-services__leftmenu .item a .item__header {
    border-bottom: 2px solid var(--turquoise);
}

.mod-services__leftmenu .item a:last-child .item__header {
    border-bottom: unset;
}

.mod-services__detail img {
    border-radius: 20px;
}

.mod-services__detail .introtext ul,
.catalog__accordion .accordion-body ul {
    list-style-type: none;
}

.mod-services__detail .introtext li::before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: var(--turquoise);
    position: absolute;
    left: 0;
    border-radius: 50%;
}


/* Страницы: Каталог */

.catalog__accordion {
    padding: 1rem;
    background-color: var(--gray);
    border-radius: 20px;
}


.catalog__accordion .accordion-item * {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 20px;
    /* line-height: 30px; */
    background-color: var(--gray);
    color: #fff;

}

.catalog__accordion .accordion-item {
    border-bottom: 2px solid #44BCB3;
}

.catalog__accordion.accordion {
    width: 315px;
}

.picture-item {
    width: 100%;
}

/* .picture-item {
    width: 545px;
} */
/* .offer-props {
    margin-left: 40px;
    width: 430px;
} */
/* @media (min-width: 1199px) and (max-width: 1399px) {
    .catalog__accordion.accordion {
        width: 315px; 
    }
    .picture-item {
        width: 350px; 
    }
    .offer-props {
        margin-left: -65px;
        width: 430px; 
    }
}
@media (min-width: 992px) and (max-width: 1198px) {
    .catalog__accordion.accordion {
        width: 315px;
    }
    .picture-item {
        width: 400px; 
    }
    .offer-props {
        margin-left: -65px;
        width: 430px;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .catalog__accordion.accordion {
        width: 315px; 
    }
    .picture-item {
        width: 245px;
    }
    .offer-props {
        margin-left: -118px; 
        width: 430px;
    }
} */

/* .catalog__accordion .accordion-item::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;   
}

.catalog__accordion .accordion-item:last-child::after {   
    display: none;
} */
.catalog__accordion .accordion-body-item {

    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.catalog__accordion .accordion-body-item.active {
    color: var(--turquoise);
}

.catalog__accordion .accordion-body {
    padding: 1rem 0;
}

.catalog__accordion .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.catalog__accordion .accordion-button::after {
    background-image: url(/images/icon/accordion_collapse.png) !important;
}

.catalog__accordion .accordion-button:not(.collapsed)::after {
    background-image: url(/images/icon/accordion_collapse.png) !important;
}

.catalog__accordion .accordion-body li {
    position: relative;
}

.catalog__accordion .accordion-body li::before {
    content: '';
    width: 10px;
    height: 10px;
    top: 0.5rem;
    position: absolute;
    background-color: var(--turquoise);
    left: 0;
    border-radius: 50%;
}


.mod-catalog__inner .item {
    background-color: var(--gray);
    border-radius: 20px;
}

.mod-catalog__inner .catalog-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.2rem;
}

.mod-catalog__inner .item img {
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 10/9;
    object-fit: cover;
}

.mod-catalog__inner .h4 {
    font-size: 2rem;
}

.mod-catalog__inner .mb-5 {
    margin-bottom: 0rem !important;
}

.mod-news.catalog::before {
    background-repeat: unset;
    content: none;
}

.main-catid-9 .mod-catalog {
    display: none;
}

.katalog .mod-catalog {
    margin-left: 1.5rem;
}


.katalog #center::before {
    content: '';
    position: absolute;
    width: 100vw;
    background: url(/images/home/catalog_fon.svg);
    display: block;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    left: 50%;
    top: 63%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-size: contain;

}

.glavnaya #center::before {
    content: '';
    position: absolute;
    width: 100vw;
    background: url(/images/home/catalog_fon.svg) center;
    display: block;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    left: 50%;
    top: 150%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-size: contain;
}


/* Страницы: Портфолио */

.portfolio #top {
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: calc(100% + calc(100vw - 100%));
}

.portfolio #top::before {
    content: '';
    display: block;
    position: absolute;
    top: 900px;
    width: 100%;
    height: 235%;
    background: url(/images/home/uslugi_fon.png) repeat;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    z-index: -101;

    background-size: contain;
}

.mod-idea h3,
.mod-idea .h3 {
    font-weight: 400;
    line-height: normal;
}

.portfolio .mod-idea {
    padding-bottom: 15rem;
    display: flex;
    flex-direction: column;
    gap: 10rem;
    padding-bottom: 0 !important;
    margin-bottom: 5rem;
}

.portfolio .mod-idea.company img {
    top: 70%;
}

@media screen and (max-width: 1500px) {
    .portfolio .mod-idea.company img {
        right: 37%;
    }
}

@media screen and (max-width: 1200px) {
    .portfolio .mod-idea {
        gap: 5rem;
    }
}

.portfolio .mod-idea::before {
    content: none;
}

.portfolio .mod-portfolio__carousel .title {
    display: none;
}

.portfolio .mod-portfolio__carousel::before {
    background: transparent;
}

.portfolio .mod-idea .company {
    display: none;
}

.portfolio .mod-idea .portfolio {
    display: block;
}

.portfolio .mod-fos {
    padding: 0 0 5rem;
}


/* Страницы: Контакты */

.kontakty .mod-contacts {
    padding: 5rem 0;
}


/* Страницы: товары из Каталога */

.offer.mod-catalog-item img {
    border-radius: 20px;
    max-height: 25rem;
    object-fit: cover;
    width: 100%;
    padding: 0;
    overflow: hidden;
    aspect-ratio: 1/1;
}

@media screen and (max-width: 768px) {
    .offer.mod-catalog-item img {
        display: flex;
        border-radius: 20px !important;
        max-height: 25rem;
        object-fit: cover;
        align-items: center;
        /* max-width: 43rem; */
    }

    .mod-catalog-item .owl-carousel.owl-drag .owl-item {
        aspect-ratio: 10/8;
    }

    .mod-catalog-item .owl-carousel.owl-drag .owl-item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

}

@media screen and (max-width: 449) {
    .offer.mod-catalog-item img {
        border-radius: 20px;
        max-height: 25rem;
        object-fit: cover;
        align-items: center;
        margin-left: -2rem;
        max-width: 13rem;
    }
}

@media screen and (min-width: 769) {
    .mod-catalog-item .owl-carousel.owl-drag .owl-item {
        height: 10rem;
    }

    .mod-catalog-item .owl-carousel.owl-drag .owl-item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}



.offer .offer-props .value {
    padding: 0.4rem 0.5rem;
    background-color: var(--turquoise);
    border-radius: .5rem;
    color: #fff;
    font-size: 1.5rem;
    gap: .5rem;
}


.article.cat-id-10.main-catid-9 * .moduletable {
    display: none;
}

@media screen and (max-width: 1200px) {
    .kompaniya .mod-catalog .text {
        font-size: 1.2rem;
    }

    .mod-merch,
    .mod-idea,
    .mod-contacts,
    .mod-services {
        padding: 5rem 0;
    }

    .seo-text {
        font-size: 1.3rem;
    }

    .mod-banners {
        height: 100%;
    }

    .mod-advantages {
        transform: translateY(-25%);
    }

    .mod-advantages .item {
        border-right: none;
        border-bottom: none;
        border-left: none;
    }

    /*.mod-production .services::before{background: var(--gray);}*/
    .mod-production .services::before {
        z-index: 0;
        background-position: 47% 60%;
        background-size: cover;
    }

    .mod-gost .mod-gost__desc::before {
        content: none;
    }

    .mod-fos {
        padding: 0rem 0 0;
    }

    .mod-reviews .owl-item.center {
        transform: none;
    }

    .mod-reviews.carousel::before {
        background-size: cover;
        width: 103vw;
        left: -3%;
    }

    .mod-reviews .owl-nav {
        display: none;
    }

    .footer_items .footer-menu {
        flex-direction: column;
        padding: 0rem 3rem 3rem;
        gap: 1rem;
        font-size: 1rem;
    }

    .ch_uslugi #left {
        display: none;
    }

    .katalog .mod-catalog {
        margin-left: 0;
    }

    .mod-services.merch {
        padding: 0;
    }

    .mod-fos.services {
        z-index: 10;
        padding: 5rem 0;
    }

    .mod-idea.company {
        padding-bottom: 5rem;
    }

    .mod-portfolio__carousel .owl-carousel .owl-nav svg {
        width: 30px;
    }

    .mod-fos.catalog {
        padding: 0rem 0;
    }

    .mod-idea {
        padding: 8.5rem 0;
    }

    .mod-idea img {
        position: absolute;
        transform: none;
        height: 90%;
        top: 10%;
        left: -10%;

        header {
            position: fixed;
            width: 100%;
        }
    }

    .kompaniya .mod-idea img {
        top: 20%;
    }

    .glavnaya #center::before {
        left: 50%;
    }

    .popup-button {
        background-color: var(--turquoise);
        color: #fff;
        font-weight: bold;
        border-style: none;
    }

    header {
        position: fixed;
        width: 100%;
    }

    .mod-idea.company .img_wrapper {
        /* display: none; */
    }


    .mod-idea .content-block {
        flex-direction: column;
    }

    .mod-idea img {
        position: relative !important;
    }

    .mod-idea .text-end {
        width: 100%;
        align-items: flex-end;
    }

    .mod-idea h1,
    .mod-idea .h1 {
        font-size: 4rem !important;
    }

    .mod-catalog-item {
        margin: 0 !important;
    }

    .offer-props {
        width: 100%;
    }

    .btn.btn-fos {
        font-size: 1.3rem !important;
    }

    .mod-reviews:nth-child(1) {
        margin-bottom: 8rem;
    }
}

@media screen and (max-width: 765px) {
    .glavnaya .mod-idea img {

        left: -9%;
    }

    .mod-contacts::before {
        width: 100rem;
    }

    .mod-services::before {
        width: 100rem;
    }

    .glavnaya .mod-contacts::before {
        width: 100rem;
    }

    .uslugi .mod-services::before {
        width: 100rem;
    }

    .mod-news::before {
        width: 100rem;
    }

}

@media screen and (min-width: 1200px) {
    .mod-services__detail .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
        min-height: 12rem;
        height: 12rem;
        max-height: 12rem;
        object-fit: cover;
    }
}

.mod-services__detail .owl-carousel .owl-stage {
    display: flex;
}

.mod-services__detail .owl-carousel .owl-stage .owl-item {
    display: flex;
    flex: 1 0 auto;
}

@media screen and (max-width: 759px) {

    .mod-services__detail .main-img {
        display: none;
    }

    .mod-services__detail .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
        min-height: 30rem;
        object-fit: cover;
    }

}

@media screen and (max-width: 445px) {
    .glavnaya .mod-idea img {

        left: -14%;
    }

}

/* @media screen and (max-width: 765px) {
    .mod-advantages .items:nth-child(4) .item {
        margin-left: 25%;
    }
    .mod-advantages .items:last-child .item {
        margin-right: 25%;
    }
} */

@media screen and (max-width: 1400px) {

    .mod-catalog__inner .catalog-block {
        grid-template-columns: 1fr 1fr;
    }

    .mod-merch .img_wrapper {
        left: -50px;
        top: 0;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(1) img {
        width: 600px;
        top: 0;
        left: 0;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(2) img {
        width: 600px;
        top: 0;
        left: 0;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(3) img {
        width: 375px;
        top: 355px;
        left: 400px;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(4) img {
        width: 225px;
        top: 100px;
        left: 365px;
    }

    .mod-gost .mod-gost__desc::before {
        right: -5rem;
        bottom: -85%;
    }

    .mod-catalog-item .row {
        display: flex;
        flex-direction: column;
    }

    .mod-catalog-item .row .col-md-6 {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .mod-merch .img_wrapper {
        left: -50px;
        top: 0;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(1) img {
        width: 350px;
        top: 0;
        left: 0;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(2) img {
        width: 400px;
        top: 0;
        left: 0;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(3) img {
        width: 225px;
        top: 240px;
        left: 250px;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(4) img {
        width: 155px;
        top: 100px;
        left: 265px;
    }
}



@media screen and (max-width: 767px) {
    .mod-merch .img_wrapper {
        left: -20px;
        top: 85px;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(1) img {
        width: 150px;
        top: 0;
        left: 0;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(2) img {
        width: 200px;
        top: 0;
        left: 0;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(3) img {
        width: 125px;
        top: 100px;
        left: 140px;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(4) img {
        width: 80px;
        top: 40px;
        left: 135px;
    }

    .mod-contacts .map .map-img {
        display: none;
    }

    .mod-contacts .map .map-mobile-img {
        display: block;
    }

    .map-container {
        position: relative;
    }

    .mod-contacts .info {
        width: 18rem;
        height: auto;
        padding: 20px 20px;
        border-radius: 40px;
        position: absolute;
        bottom: 3rem;
        right: 0;
    }

    .mod-contacts .info img {
        width: 75%;
    }


    .banner-text {
        margin-top: 200px;
    }
}

@media screen and (max-width: 576px) {
    .mod-merch .img_wrapper {
        left: 0;
        top: 85px;
    }

    .ch_usligi {
        border-radius: 0;

    }
}

@media screen and (max-width: 460px) {
    /* .mod-merch .img_wrapper {
        top: -10px;
        left: 30px;
    }
    .mod-merch .img_wrapper .decoration .item:nth-child(1) img {
        width: 100px;
        top: 0;
        left: 0;
    }
    .mod-merch .img_wrapper .decoration .item:nth-child(2) img {
        width: 100px;
        top: 0;
        left: 0;
    }
    .mod-merch .img_wrapper .decoration .item:nth-child(3) img {
        width: 60px;
        top: 50px;
        left: 70px;
    }
    .mod-merch .img_wrapper .decoration .item:nth-child(4) img {
        width: 35px;
        top: 20px;
        left: 65px;
    } */

    .mod-idea img {

        left: -25%;

    }

    /* .mod-idea .h1 p {
        font-size: 2rem;
    } */
}


.main_portfolio_mobile {
    display: none;
}

.main_portfolio_mobile .owl-dots {
    bottom: 10px !important;
}

@media screen and (max-width: 991px) {

    /* .mod-catalog a:nth-last-child(-n+4) {
  width: 50%;
} */
    .mod-catalog a:nth-last-child(-n+4) .text {
        font-size: 1.4rem !important;
    }

    .owl-hide {
        display: none !important;
    }

    .main_portfolio_mobile {
        display: block !important;

    }


}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
}


@media screen and (max-width: 990px) {

    section.moduletable.mod-catalog img {
        max-width: 50%;
        height: 70px;
    }
}



.img-aos-wrapper {
    width: 100%;
}

@media screen and (max-width: 1500px) {
    .kompaniya .mod-idea img {
        height: 70%;
    }

    .katalog .mod-catalog a .text {
        font-size: 1rem;
    }

    .portfolio .mod-idea img {
        height: 70%;
    }
}

/* @media screen and (min-width: 991px) and (max-width: 1399px) {

    .katalog .mod-catalog .row a:nth-last-child(1) .item, .katalog .mod-catalog .row a:nth-last-child(2) .item, .katalog .mod-catalog .row a:nth-last-child(3) .item, .katalog .mod-catalog .row a:nth-last-child(4) .item {flex-direction: column; gap: 0.5rem; justify-content: flex-start !important;}
    .katalog .mod-catalog .row a:nth-last-child(1) .item .col-6, .katalog .mod-catalog .row a:nth-last-child(2) .item .col-6, .katalog .mod-catalog .row a:nth-last-child(3) .item .col-6, .katalog .mod-catalog .row a:nth-last-child(4) .item .col-6 {width: 100%; text-align: center; display: flex; justify-content: center; align-items: center;}

} */

@media screen and (max-width: 991px) {
    .mod-production .number {
        font-size: 4rem;
    }

    .mod-production .justify-content-between {
        row-gap: 1.7rem;
    }
}

@media screen and (max-width: 575px) {

    .mod-production .services::before {
        background-size: 27rem !important;
    }

    .mod-production .justify-content-between {
        row-gap: 2.4rem;
    }

    .mod-production .item {
        margin: 0 !important;
    }

}

@media screen and (max-width: 1000px) {
    .kompaniya .mod-idea img {
        height: 60%;
    }

    .portfolio .mod-idea img {
        height: 60%;
    }
}

@media screen and (max-width: 740px) {
    .kompaniya .mod-idea img {
        height: 45%;
        top: 37%;
        left: -60px;
    }

    .portfolio .mod-idea img {
        height: 45%;
        top: 25%;
        left: -60px;
    }

    .company .container .d-flex .col-lg-6 {
        width: 100%
    }
}

@media screen and (max-width: 440px) {
    .company .container .d-flex .col-lg-6 .h2 {
        font-size: 12px;
    }
}

@media screen and (max-width: 380px) {
    .kompaniya .mod-idea img {
        height: 38%;
        top: 10%;
    }

    .portfolio .mod-idea img {
        height: 35%;
    }
}

@media screen and (max-width: 540px) {
    .decoration {
        position: absolute;
        top: 20px;
        left: 35px;
    }

    .moduletable .h2 {
        font-size: 12px;
    }

    .mod-merch .img_wrapper {
        left: -40px;
        top: 0;
    }

    .mod-services h2,
    .mod-services .h2 {
        font-size: 18px;
    }

    .mod-title-catalog .content-category {
        font-size: 3rem;
    }
}

@media screen and (max-width: 420px) {
    .mod-merch .img_wrapper {
        left: 30px;
        top: 0;
    }
}

.mod-advantages {
    animation: mod-advantages-animation 1s forwards;
    position: relative;
    /* z-index: 100; */
}

@keyframes mod-advantages-animation {
    from {
        transform: translateX(-200px);
    }

    to {
        transform: translateX(-50);
    }
}

.mod-catalog .item-catalog {
    transition: all 0.3s;
    margin: 0 !important;
    padding: 0 !important;
}

.mod-catalog .block-catalog {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 1rem;
}

.mod-catalog .item-catalog:hover .item-catalog {

    filter: brightness(0) invert(1);
}





@media screen and (max-width: 1200px) {

    .glavnaya .mod-idea img {

        top: 4%
    }

    .katalog .mod-catalog a .text {
        font-size: 1.2rem;
    }


    .mod-idea img {
        width: 100%;
        position: absolute;
        transform: none;
        height: 90%;
        top: 23%;
        left: -1%;

        header {
            position: fixed;
            width: 100%;
        }
    }
}

@media screen and (max-width: 560px) {
    .mod-contacts .info img {
        width: 50%;
    }

    .mod-contacts .info .town::before {
        width: 30px;
        height: 30px;
        background-size: cover;
    }

    .mod-contacts .info {
        width: 18rem;
        padding: 10px 10px;
    }
}

@media screen and (max-width: 575px) {
    .mod-production .container .moduletable.fullbg {
        padding-left: 0;
        padding-right: 0;
        /* left: 3%; */
    }
}

@media screen and (max-width: 575px) {
    .portfolio .moduletable.fullbg {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 990px) {
    .mod-production .video_production {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mod-production .player {
        width: 15%;
        object-fit: cover;
    }
}

.glavnaya .mod-contacts::before {
    background-size: contain;
}

@media screen and (max-width: 420px) {
    .mod-merch .decoration {
        top: 10px;
        left: -35px;
    }
    .mod-merch .img_wrapper .decoration .item:nth-child(1) img {
        width: 120px;
        top: 0;
        left: 0;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(2) img {
        width: 170px;
        top: 0;
        left: 0;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(3) img {
        width: 95px;
        top: 100px;
        left: 120px;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(4) img {
        width: 65px;
        top: 20px;
        left: 110px;
    }
}

@media screen and (max-width: 420px) {
    .mod-merch .h2 {
        font-size: 10px;
    }

}

@media screen and (max-width: 340px) {

    .mod-merch .decoration {
        top: 35px;
        left: -50px;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(1) img {
        width: 100px;
        top: 0;
        left: 14;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(2) img {
        width: 170px;
        top: 0;
        left: 0;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(3) img {
        width: 90px;
        top: 100px;
        left: 112px;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(4) img {
        width: 65px;
        top: 28px;
        left: 110px;
    }
}

@media screen and (max-width: 340px) {

    .mod-merch .img_wrapper .decoration .item:nth-child(2) img {
        width: 160px;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(3) img {
        width: 80px;
    }

    .mod-merch .img_wrapper .decoration .item:nth-child(4) img {
        width: 60px;
    }

    .mod-merch .btn.btn-fos {
        font-size: 1.2rem !important;
    }
}


@media screen and (max-width: 768px) {
    .mod-services .item {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
}

@media screen and (max-width: 990px) {
    .mod-merch {
        padding: 1rem 0;
    }

}

@media screen and (max-width: 575px) {
    .mod-contacts::before {
        top: 0%;
    }
}

@media screen and (max-width: 1200px) {
    .portfolio #top::before {
        top: 700px;
    }
}

@media screen and (max-width: 1000px) {
    .portfolio #top::before {
        top: 600px;
    }
}

@media screen and (max-width: 800px) {
    .portfolio #top::before {
        top: 700px;
    }
}

@media screen and (max-width: 570px) {
    .portfolio #top::before {
        top: 550px;
    }
}

@media screen and (min-width: 2300px) {
    .mod-services.merch::before {
        background-size: cover;
    }
}

@media screen and (max-width: 575px) {
    .container .mod-production.moduletable.fullbg {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-light .btn:hover {
    color: #fff;
}

.cat-id-41 #middle::before {
    content: '';
    position: absolute;
    width: 100vw;
    background: url(/images/home/catalog_fon.svg) center;
    display: block;
    z-index: -1;
    background-repeat: no-repeat;
    left: 50%;
    top: 42rem;
    -webkit-transform: translate(-50%, -50%);
    background-size: cover;
    height: 50rem;
}

.cat-id-41 {
    position: relative
}

.mod-catalog-item input {
    border: 1px solid #44BCB3 !important;
    width: 200px;
    height: 34px;
    border-radius: 10px;
    border-width: 1px;
    padding: 5px 12px;
    box-sizing: border-box;
    gap: 10px;

}

.mod-catalog-item .form-check-input[type="checkbox"],
.mod-catalog-item .form-check-input[type="radio"] {
    display: none;
}

.mod-catalog-item .form-check-input[type="checkbox"]:checked+.btn,
.mod-catalog-item .form-check-input[type="radio"]:checked+.btn {
    background-color: #333333;
    border: 1px solid #000000 !important;
    color: white;
}

.mod-catalog-item .btn-outline-secondary {
    width: auto;
    height: 34px;
    border-color: #44BCB3;
    border-radius: 10px;
    border-width: 1px;
    padding: 4px 10px 6px 10px;
    box-sizing: border-box;
    white-space: nowrap;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.mod-catalog-item .material-label {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.mod-catalog-item .form-control[type=file] {
    padding-left: 0.5rem !important;
    height: fit-content !important;
}

.mod-catalog-item .form-control {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;

}

.mod-catalog-item .btn-primary {
    width: 430px;
    height: 55px;
    border-radius: 10px;
    padding: 15px 35px;
    box-sizing: border-box;
    border: 1px solid #44BCB3 !important;
    color: #FFFFFF;
    outline: none;
    gap: 10px;
    background-color: #44BCB3;
}

.mod-catalog-item .dotted-bold-title {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.mod-catalog-item .custom-textarea {
    width: 100% !important;
    height: 80px !important;
    border-radius: 10px !important;
    border: 1px solid #44BCB3 !important;
    padding: 5px 12px !important;
}

.mod-catalog-item .custom-label {
    width: 100%;
}

.mod-fos .boxname {
    color: #44BCB3 !important;
    font-family: "Gropled";
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mod-fos .boxcolor {
    color: #fafcfc !important;
    border-color: #44BCB3 !important;
    background-color: #44BCB3 !important;
    border-width: 2px;
    border-style: solid;
}

.mod-fos .boxinside {
    font-family: Mulish;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    font-size: 16px;
}


@media (max-width: 545px) {
    .mod-catalog-item input {
        width: 100%;
        height: 38px;
        margin-top: 20px;
    }

    .mod-catalog-item .btn-outline-secondary {
        width: 100%;
        height: 38px;
        font-size: 12px;
        padding: 5px 10px;
    }

    .mod-catalog-item .btn-primary {
        width: 100%;
        height: 48px;
        padding: 10px 15px;
    }

    .mod-catalog-item .dotted-bold-title {
        font-size: 18px;
        line-height: 26px;
    }

    .mod-catalog-item .material-label {
        font-size: 16px;
        line-height: 24px;
    }

    .mod-catalog-item .form-control {
        font-size: 14px;
        line-height: 20px;
    }

    .mod-catalog-item .custom-textarea {
        height: 90px;
    }

    .mod-catalog-item .custom-label {
        font-size: 13px;
    }
}

@media (min-width: 546px) and(max-width: 768px) {
    .mod-catalog-item input {
        width: 100%;
        height: 40px;
    }

    .mod-catalog-item .btn-outline-secondary {
        width: 100%;
        height: 40px;
        font-size: 14px;
        padding: 6px 12px;
    }

    .mod-catalog-item .btn-primary {
        width: 100%;
        height: 50px;
        padding: 10px 20px;
    }

    .mod-catalog-item .dotted-bold-title {
        font-size: 20px;
        line-height: 28px;
    }

    .mod-catalog-item .material-label {
        font-size: 18px;
        line-height: 26px;
    }

    .mod-catalog-item .form-control {
        font-size: 14px;
        line-height: 20px;
    }

    .mod-catalog-item .custom-textarea {
        height: 100px;
    }

    .mod-catalog-item .custom-label {
        font-size: 14px;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .mod-catalog-item input {
        width: 250px;
        height: 36px;
        padding: 6px 14px;
    }

    .mod-catalog-item .btn-outline-secondary {
        width: auto;
        height: 36px;
        padding: 5px 12px;
        font-size: 15px;
    }

    .mod-catalog-item .material-label {
        font-size: 18px;
        line-height: 28px;
    }

    .mod-catalog-item .form-control {
        font-size: 15px;
        line-height: 22px;
    }

    .mod-catalog-item .btn-primary {
        width: 350px;
        height: 50px;
        padding: 12px 30px;
    }

    .mod-catalog-item .dotted-bold-title {
        font-size: 22px;
        line-height: 34px;
    }

    .mod-catalog-item .custom-textarea {
        height: 70px;
    }

    .mod-catalog-item .custom-label {
        font-size: 14px;
    }
}

.mod-catalog-item .detail-text,
.mod-catalog-item .list-detail-text {
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: normal;
}

@media (max-width: 600px) {

    .mod-catalog-item .detail-text,
    .mod-catalog-item .list-detail-text {
        font-family: 'Mulish', sans-serif;
        font-weight: 500;
        font-size: 1rem;
        line-height: normal;
    }

    .mod-fos .boxinside {
        font-family: Mulish;
        font-weight: 700;
        font-style: normal;
        line-height: normal;
        font-size: 20px;
    }


}

.mod-catalog-item .list-detail-text li::marker {
    color: #44BCB3;
}


.modal-pop .form-check-input-popup {
    border-color: #44BCB3;

}

.modal-pop .form-check-input-popup:checked {
    cursor: pointer;
    border-color: #44BCB3;
}

.modal-pop .modal-header {
    display: none;
}

.boxname-text {
    color: #44BCB3 !important;
    font-family: "Gropled";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    white-space: nowrap;
    position: relative;
    left: 50%;
    transform: translateX(-57%);
    width: auto;
}



.modal-pop .custom-input {
    border-radius: 0.8rem;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 3rem;
    padding-left: 20px;


}

.modal-pop.modal-dialog {
    max-width: 890px !important;
    margin: 30px auto;
    border-radius: 10px;
}

.modal-pop .modal-content {
    background-color: rgba(8, 8, 8, 0.8) !important;
    padding: 20px !important;
    height: 601px !important;
    width: 890px !important;
    border-radius: 40px !important;
}

.modal-pop .fields-description {
    color: #fafcfc;
    text-align: center;
    font-size: 14px;
    border-color: #44BCB3;
}

.modal-pop input[type="checkbox"] {
    display: none;
}

.modal-pop input[type="checkbox"]+span::before {

    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #44BCB3;
    vertical-align: middle;
    margin-right: 10px;
}

.modal-pop input[type="checkbox"]:checked+span::before {
    content: "\2713";
    border-color: #44BCB3;
}


.modal-pop .fields-description-up {
    color: #fafcfc;
    text-align: center;
    font-Size: 20px;
}

.order-form {
    width: 430px;
    margin-top: 5rem;
    justify-content: center;
    align-items: center;

}

.modal-pop .modal-content {

    background-image: url('/images/beltona.jpg');
    background-size: cover;

}

.modal-pop .popup-main-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mod-catalog-item .form-control-popup {
    font-family: 'Mulish', sans-serif;
    font-weight: 430 !important;
    font-size: 20px !important;
    line-height: 58px !important;

}

@media (max-width: 600px) {
    .modal-pop.modal-dialog {
        max-width: 100% !important;
        margin: 10px auto;
        border-radius: 10px;
    }

    .modal-pop .modal-content {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important;
        border-radius: 20px !important;
    }

    .modal-pop .boxname-text {
        font-size: 30px;
        line-height: 1.2;
    }



    .modal-pop .popup-main-form {
        /* flex-direction: column; */
        padding: 10px;
    }


}

.mod-fos .container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mod-fos {
    margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
    .mod-fos .fos-inputs {
        flex-direction: column;
        gap: 1.5rem !important;
    }

    /* .mod-fos .check-block {justify-content: center;} */
    .mod-fos .double-check-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .mod-fos .double-check-block span {
        flex-direction: row !important;
    }

    .offer.mod-catalog-item img {
        max-height: none !important;
    }
}

.mod-policy {
    order: 4;
    justify-content: flex-end;
    margin-bottom: 3rem;
}

.mod-policy a {
    color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .mod-catalog .block-catalog {
        grid-template-columns: 1fr 1fr;
    }

    .katalog #center::before {
        display: none;
    }
}

@media screen and (max-width: 475px) {
    .mod-catalog .block-catalog {
        grid-template-columns: 1fr;
    }
}

.portfolio .mod-portfolio {
    margin-top: 0 !important;
}

.text-dark {
    color: var(--gray) !important;
}

@media screen and (max-width: 1199px) {
    .offer.mod-catalog-item img {
        max-height: 35rem;
    }
}

@media screen and (max-width: 576px) {
    .modal-dialog-scrollable .modal-body {overflow-y: visible;}
    .order-form .boxname-text {transform: translateX(-50%);}
}

.lightbox {
    display: flex;
    flex-direction: column-reverse;
}

.mod-merch .introtext .h2 {
    text-shadow: 0px 1px #FFF, 0px -1px #FFF, 1px 0 #FFF, -1px 0 #FFF;
}

.mod-policy {
    order: 4;
    justify-content: flex-end;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


p.mainpage_h2 {
  font-size: 60px!important;
  line-height: 1;
  font-weight: 600;
  
  @media (max-width: 1024px) {
    font-size: 32px!important;
    line-height: 1.1;
  } 

  @media (max-width: 768px) {
    font-size: 14px!important;
    line-height: 1.2;
  }
}

.text-akt a {
	color: #2e9b92;
	font-weight: 800;
	text-decoration: none;
}
.text-akt a:hover {
	color: #2e9b92;
	text-decoration: underline;
}
.text-akt h1 {
margin-top: 20px !important;
}

