/* SERVICE FAQ */
.service_faq{
    width: 100%;
    margin: 50px 0;
}
.service_faq-title{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.service_faq-item{
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #3B4751;
    border-bottom-color: transparent;
    transition: 0.3s height;
}
.service_faq-item:last-of-type{
    border-bottom-color: #3B4751;
}
.service_faq-item__question{
    position: relative;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: white;
    font-weight: 600;
    padding: 20px 45px;
    background-color: #161B1F;
}
.service_faq-item__question .svg svg{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    fill: #fff;
    width: 20px;
    height: 20px;
}
.service_faq-item__question > svg{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    fill: #fff;
    transition: 0.3s all;
}
.service_faq-item__answer{
    width: 100%;
    font-size: 16px;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px;
    opacity: 0;
    transition: 0.3s opacity;
}
.service_faq-item.opened .service_faq-item__answer{
    opacity: 1;
}
.service_faq-item.opened .service_faq-item__question > svg{
    transform: scaleY(-1);
}
@media screen and (max-width: 1000px){
    .service_faq{
        margin: 40px 0;
    }
    .service_faq-title{
        font-size: 26px;
    }
    .service_faq-item__question{
        font-size: 18px;
        padding: 20px 45px;
    }
    .service_faq-item__question .svg svg{
        left: 15px;
        width: 20px;
        height: 20px;
    }
    .service_faq-item__question > svg{
        width: 20px;
        height: 20px;
        right: 15px;
    }
    .service_faq-item__answer{
        font-size: 14px;
        padding: 20px 20px;
    }
}
@media screen and (max-width: 700px){
    .service_faq{
        margin: 30px 0;
    }
    .service_faq-title{
        font-size: 22px;
    }
    .service_faq-item__question{
        font-size: 16px;
        padding: 16px 40px;
    }
    .service_faq-item__question .svg svg{
        left: 10px;
        width: 20px;
        height: 20px;
    }
    .service_faq-item__question > svg{
        width: 20px;
        height: 20px;
        right: 10px;
    }
    .service_faq-item__answer{
        font-size: 13px;
        padding: 18px 18px;
    }
    .service_faq-item.opened .service_faq-item__question > svg{
        top: 45%;
    }
}
@media screen and (max-width: 480px){
    .service_faq{
        margin: 30px 0;
    }
    .service_faq-title{
        font-size: 20px;
    }
    .service_faq-item__question{
        font-size: 14px;
        padding: 14px 35px;
    }
    .service_faq-item__question .svg svg{
        left: 10px;
        width: 15px;
        height: 15px;
    }
    .service_faq-item__question > svg{
        width: 15px;
        height: 15px;
        right: 10px;
    }
    .service_faq-item__answer{
        font-size: 12px;
        padding: 16px 16px;
    }
    .service_faq-item.opened .service_faq-item__question > svg{
        top: 35%;
    }
}
/* SERVICE FAQ */
.p-item.not_in_stock{
    opacity: 0.6;
}
@media screen and (max-width: 1540px) and (min-width: 1286px) {
    .header,
    .simple-content {
        zoom: 80%;
    }

    .header-top__inner {
        max-width: 1630px;
        margin-left: auto;
    }

    .header-main__inner {
        max-width: 1600px;
    }

    .footer {
        zoom: 95%;
    }
    .success-page {
        zoom: 79.5%;
    }
    .page-container__inner,
    .blog-category,
    .blog-article,
    .layout-page,
    .layout-inf,
    .service-list,
    .service-page,
    .contacts-page,
    .columns {
        zoom: 85%;
    }

}

@media screen and (max-width: 1371px) and (min-width: 1286px) {
    .header-top__inner {
        max-width: 1500px;
    }

    .header-main__inner {
        max-width: 1450px;
    }

    .page-container__inner,
    .blog-category,
    .blog-article,
    .layout-page,
    .layout-inf,
    .service-list,
    .service-page,
    .contacts-page,
    .columns {
        zoom: 80%;
    }

    .footer {
        zoom: 85%;
    }

}
.header-top{
    z-index: 1;
}

/* Portfolio */
.mn-dropdown__category--link{
    padding-top: 7px;
    padding-bottom: 7px;
}
.editor img:only-of-type{
    margin-right: 50px;
}
@media screen and (max-width: 965px){
    .blog-article__top--left{
        height: unset;
    }
    .editor img{
        margin-right: 40px;
    }
}
@media screen and (max-width: 600px){
    .editor img{
        margin-right: 30px;
    }
}
@media screen and (max-width: 480px){
    .editor img{
        margin-right: 20px;
    }
}
.editor p > img ~ img{
    margin-right: 0px;
}
.editor p > img:nth-last-child(n+4){
    margin-right: 0px;
}

.portfolio{
}
.portfolio__wrapper{
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    width: 1288px;
    margin: 0 auto;
}
.portfolio__wrapper > *{
    /*width: calc((1452px/3) - 84px);*/
    /*width: calc((100%/3) - 84px);*/
}
.portfolio__item{
    width: 400px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 0!important;
    margin-bottom: 44px;
    margin-right: 44px;
}
.portfolio__item:nth-of-type(3n){
    margin-right: 0;
}
.portfolio__item .blog-item__body{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    margin: 0;
    padding: 30px;
    transition: 0.3s all;
}
.portfolio__item .blog-item__body:hover{
    opacity: 0;
}
.portfolio__item .blog-item__body .blog-item__date{
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
}
.portfolio__item .blog-item__body .blog-item__heading{
    width: 100%;
    text-align: center;
    color: white;
}
.portfolio__item .blog-item__body .blog-item__heading:hover{
    text-decoration: none;
}
@media (max-width: 1285px){
    .portfolio__wrapper{
        max-width: 1200px;
    }
    .portfolio__item{
        width: 370px;
    }
}
@media (max-width: 1250px){
    .portfolio__wrapper{
        max-width: 1100px;
    }
    .portfolio__item{
        width: 337px;
    }
}
@media (max-width: 1130px){
    .portfolio__wrapper{
        max-width: 900px;
    }
    .portfolio__item{
        width: 280px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .portfolio__item .blog-item__body .blog-item__date{
        font-size: 14px;
    }
    .portfolio__item .blog-item__body .blog-item__heading{
        font-size: 17px;
    }
}
@media (max-width: 950px){
    .portfolio__wrapper{
        max-width: 700px;
    }
    .portfolio__item{
        width: 335px;
        margin-right: 30px!important;
        margin-bottom: 30px;
    }
    .portfolio__item:nth-of-type(2n){
        margin-right: 0!important;
    }
}
@media (max-width: 865px){
    .portfolio__item .blog-item__thumb{
        height: unset;
    }
}
@media (max-width: 750px){
    .portfolio__wrapper{
        max-width: 600px;
    }
    .portfolio__item{
        width: 285px;
        margin-right: 30px!important;
        margin-bottom: 30px;
    }
    .portfolio__item:nth-of-type(2n){
        margin-right: 0!important;
    }
}
@media (max-width: 650px){
    .portfolio__wrapper{
        max-width: 500px;
    }
    .portfolio__item{
        width: 240px;
        margin-right: 20px!important;
        margin-bottom: 20px;
    }
    .portfolio__item:nth-of-type(2n){
        margin-right: 0!important;
    }
    .portfolio__item .blog-item__body .blog-item__date{
        font-size: 12px;
    }
    .portfolio__item .blog-item__body .blog-item__heading{
        font-size: 14px;
    }
}
@media (max-width: 580px){
    .portfolio__wrapper{
        max-width: 420px;
    }
    .portfolio__item{
        width: 100%;
        margin-right: 0px!important;
        margin-bottom: 20px;
    }
    .portfolio__item .blog-item__body .blog-item__date{
        font-size: 14px;
    }
    .portfolio__item .blog-item__body .blog-item__heading{
        font-size: 17px;
    }
}
@media (max-width: 480px){
    .portfolio__wrapper{
        max-width: 360px;
    }
    .portfolio__item{
        width: 100%;
        margin-right: 0px!important;
        margin-bottom: 20px;
    }
    .portfolio__item .blog-item__body .blog-item__date{
        font-size: 14px;
    }
    .portfolio__item .blog-item__body .blog-item__heading{
        font-size: 17px;
    }
}
@media (max-width: 420px){
    .portfolio__wrapper{
        max-width: 320px;
    }
    .portfolio__item{
        width: 100%;
        margin-right: 0px!important;
        margin-bottom: 20px;
    }
    .portfolio__item .blog-item__body .blog-item__date{
        font-size: 12px;
    }
    .portfolio__item .blog-item__body .blog-item__heading{
        font-size: 15px;
    }
}
@media (max-width: 350px){
    .portfolio__wrapper{
        max-width: 290px;
    }
    .portfolio__item{
        width: 100%;
        margin-right: 0px!important;
        margin-bottom: 20px;
    }
    .portfolio__item .blog-item__body .blog-item__date{
        font-size: 12px;
    }
    .portfolio__item .blog-item__body .blog-item__heading{
        font-size: 15px;
    }
}
/* Portfolio end */

/* Disable second zoom in blog */
.pswp--zoom-allowed .pswp__img{
    cursor: default;
}
/* Disable second zoom in blog end */

/* Calendar */
.calendar__banner{
    min-height: 250px;
}
.calendar__title{
    font-size: 50px;
}
.calendar__letters{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.calendar__letters-item{
    width: 9%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.calendar__letters-item__text{
    font-size: 44px;
    font-weight: 700;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1F252A;
    border: 2px solid #1F252A;
    transition: 0.3s all;
}
@media (max-width: 1200px){
    .calendar__letters-item{
        width: 11%;
    }
}
@media (max-width: 1000px){
    .calendar__letters-item{
        width: 13%;
    }
    .calendar__letters-item__text{
        font-size: 36px;
        width: 56px;
        height: 56px;
    }
}
@media (max-width: 600px){
    .calendar__letters-item{
        width: 17%;
        margin-bottom: 25px;
    }
    .calendar__letters-item__text{
        font-size: 32px;
        width: 52px;
        height: 52px;
    }
}
@media (max-width: 480px){
    .calendar__letters-item{
        width: 25%;
        margin-bottom: 18px;
    }
    .calendar__letters-item__text{
        font-size: 24px;
        width: 40px;
        height: 40px;
    }
}
.calendar__letters-item__text:hover{
    color: white;
    background-color: #1F252A;
}
.calendar__descriptions{
    margin-top: 60px;
    width: 100%;
}
.calendar__descriptions-item{
    width: 100%;
}
.calendar__descriptions-item__title{
    font-size: 44px;
    color: #1F252A;
    margin-bottom: 20px;
}
/* Calendar end */


/* Product page start */
@media screen and (max-width: 570px) {
    .product .main-attr {
        display: none;
    }
}

.header-top__main-inf--address {
    font-size: 14px;
    position: absolute;
    /* right: var(--pr); */
    top: 10px;
}
@media screen and (max-width: 815px) {
    .header-top__main-inf--address {
        display: none;
    }
}

/* Header City Dropdown Button */
.header-top__main-inf {
    min-width: 305px;
}

.header-top__city-toggle {
    margin: 0 1px;
}

.header-top__city-dropbtn {
    background-color: #4fb0a7;
    color: #000;
    display: flex;
    align-items: center;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height: 100%;
    transition-property: all;
    transition-duration: 250ms;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.header-top__city-dropbtn:hover, .header-top__city-dropbtn:focus {
    background-color: #1f252a;
    color: #fff;
    outline: none;
}

.header-top__city-dropdown {
    position: relative;
    display: inline-block;
    height: 100%;
    z-index: 10;
}

.header-top__dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.header-top__dropdown-content a {
    color: black;
    padding: 25px 16px;
    text-decoration: none;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-top__dropdown-content a:hover {
    background-color: #4fb0a7;
    background-image: none;
}

.show {display:block;}

.header-top__basket {
    order: 2;
}
.header-top.js_header_top {
    z-index: 2100;
}

@media (max-width: 500px){
    .header-top__city-toggle {
        margin: 0;
    }
}
/* Header City Dropdown Button    end */


/* ------------ Contact page ------------ */
/* .contacts-page__top {
    flex-direction: column;
}
.contacts-page__city {
    display: flex;
    margin-bottom: 100px;
}
.contacts-page__city-second .contacts-page__content {
    padding-top: 65px;
}
.contacts-page__city:last-child {
    margin-bottom: 0;
}
.contacts__open-info {
    display: flex;
    flex-wrap: wrap;
    max-width: 275px;
}
.contacts-page__main-info {
    padding-right: 100px;
    max-width: 1574px;
}
.contacts-page__main-info .contacts-main__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.contacts-page__content.just-breadcrumbs {
    padding-bottom: 0;
}
.contacts-main__title {
    text-align: center;
    font-size: 60px;
    line-height: 43px;
    text-indent: -.077em;
    letter-spacing: 0;
    color: #1f252a;
    margin-bottom: 70px;
}
.contacts-main__item-title {
    font-size: 18px;
    color: #51a392;
    margin-bottom: 15px;
}
.contacts-main__item-data {
    font-size: 24px;
    color: #1f252a;
    display: flex;
    flex-direction: column;
    line-height: 40px;
}
.contacts-main__social {
    display: flex;
}
.contacts-main__social .social__link {
    margin-right: 30px !important;
}
.contacts-main__item-data a {
    text-decoration: none;
    background: none;
}
.contacts-main__item-data a:hover {
    background-image: none;
}
.contacts-main__list .nav-item__txt {
    display: flex;
    flex-wrap: wrap;
    max-width: 275px;
}
.contacts-separate {
    border-top: 1px solid #efefef;
    margin-left: -166px;
}
.contacts-separate__title-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 0 70px;
    text-align: center;
}
.contacts-separate__title {
    font-size: 32px;
    line-height: 75px;
    color: #1f252a;
    font-family: gotham-pro, sans-serif;
    font-weight: 500;
}
@media screen and (max-width: 1700px) {
    .contacts-separate {
        margin-left: -15px;
    }
}
@media screen and (max-width: 1155px) {
    .contacts-page__city {
        display: block;
        margin-bottom: 0;
    }

    .contacts-page__city:last-child {
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 1285px) {
    .contacts-page__main-info {
        padding-right: 65px;
    }
    .contacts-page__main-info .contacts-main__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
    .contacts-main__item {
        margin-bottom: 50px;
    }
    .contacts-separate {
        margin-left: 0;
    }
}
@media screen and (max-width: 800px) {
    .contacts-separate__title {
        font-size: 28px;
        line-height: 60px;
    }
}
@media screen and (max-width: 600px) {
    .contacts-page__main-info .contacts-main__list {
        display: flex;
        flex-direction: column;
    }
    .contacts-separate__title {
        font-size: 24px;
        line-height: 30px;
    }
} */



/* ------------- Main Banner ------------ */

.main-banner__container {
    margin: 0 auto;
    position: relative;
}

.main-banner__nav {
    display: flex;
    justify-content: space-between;
    height: 55px;
    left: 0;
    padding: 0 30px;
    position: absolute;
    top: calc(50% - 30px);
    width: 100%;
    z-index: 10;
}
.main-banner__nav.disabled {
    display: none;
}

.main-banner__nav button {
    background-color: #1f252a;
    border: 2px solid #27b899;
    border-radius: 50%;
    color: #fff;
    height: 55px;
    outline: none;
    transition: .5s,color .1s,border .4s .1s;
    width: 55px;
}

.main-banner__dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.main-banner__dots.disabled {
    display: none;
}

.main-banner__dots .owl-dot {
    background: gray;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 10px;
    margin-right: 5px;
    outline: none;
    padding: 0;
    width: 10px;
}

.main-banner__dots .owl-dot:hover {
    background: #27b899;
}

.main-banner__dots .owl-dot.active {
    background: #1f252a;
}

.main-banner__slide img {
    min-height: 300px;
    max-height: 100vh;
    object-fit: cover;
}

/* ---- Footer Nav ---- */
.footer__nav-open {
    display: flex;
    flex-wrap: wrap;
    max-width: 180px;
}

/* -- Main menu First Point fix -- */
.main-menu__item:first-child .mn-dropdown__content .mn-dropdown__category-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.main-menu__item:first-child .mn-dropdown__content .main-menu__link--thumb {
    flex-grow: 0;
    justify-content: flex-start;
    margin-right: 25px;
}
@media screen and (min-width: 1286px) {
    .main-menu__item:first-child .mn-dropdown {
        max-width: 330px;
    }
}