/*!
Theme Name: manwptheme
Text Domain: manwptheme
*/

html,
body {
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.main-wrap .item {
    position: relative;
    display: block;
}

.main-wrap .item video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 3;
}

.mm {
    display: none !important;
}

.main-wrap .item-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-wrap .item-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-wrap .item .container {
    position: relative;
    z-index: 4;
}

.main-wrap__default .slick-dots {
    display: none;
}

.products-wrap__list .item {
    height: 100%;
}

.footer-menu {
    position: relative;
}

.footer-menu::after,
.footer-menu::before {
    content: '';
    display: block;
    width: 200%;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: -50%;
    top: 0;
}


.footer-menu::after {
    top: auto;
    bottom: 0;
}

.footer-meta {
    padding: 47px 0;
}

.uniq-slider__title {
    margin-bottom: 30px;
}

.to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.to-top__active {
    opacity: 1;
    visibility: visible;
}

.footer-wrap__contacts .item {
    color: #303c49;
}

.footer-wrap__contacts .item:hover {
    color: #e40045
}

.ttx h1,
.ttx h2,
.ttx h3,
.ttx h4,
.ttx h5,
.ttx h6 {
    margin-bottom: 16px;
}

.default-wrap .ttx {
    padding-bottom: 50px;
}

.default-wrap .ttx ol {
    padding-left: 20px;
    margin-bottom: 16px;
}

.default-wrap .ttx ul,
.default-wrap .ttx img {
    margin-bottom: 16px;
}

.ttx h1 {
    font-size: 70px;
    line-height: 1.2;
}

.ttx a:not(.btn) {
    color: #e40045;
    text-decoration: underline;
}

.ttx a:not(.btn):hover {
    text-decoration: none;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal-active {
    opacity: 1;
    visibility: visible;
}

.modal-wrap {
    width: 100%;
    max-width: 450px;
    max-height: 95%;
    background-color: #fff;
    color: #22253D;
    padding: 45px 30px;
    overflow-y: auto;
    text-align: center;
}

.modal-wrap__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.modal-wrap__close svg {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal-wrap__close svg:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.modal-wrap__title {
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #e40045;
    padding-top: 15px;
}

.modal-wrap__text {
    margin: 20px 0 30px;
}

.modal-wrap__notice {
    margin-top: 20px;
    font-size: 14px;
    line-height: 21px;
}

.modal-wrap .btn {
    width: 100%;
}

.modal-wrap input,
.modal-wrap select,
.modal-wrap textarea {
    box-shadow: none;
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 19px;
    padding: 0 0 0 20px;
    font-family: 'MANEurope', sans-serif;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

.btn-custom {
    border-color: #e40045 !important;
    color: #fff !important;
}

.btn-custom:hover {
    background-color: #fff !important;
    color: #303c49 !important;
}

.slick-dots {
    display: flex !important;
}

.about-wrap__text {
    max-width: 100%;
}

table {
    width: 100%;
    border-collapse: unset;
    border-style: none;
    border: none !important;
}

thead,
tbody {
    border: none;
    text-align: left;
}


table th,
table td {
    padding: 15px;
    border: none;
    border-bottom: 1px solid #e8e8e8;
}

tbody td:last-child {
    color: #8a8a8a;
    text-align: left;
}

tbody tr:last-child td {
    border-bottom: none;
}

.main-wrap .wrapper {
    position: relative;
}

.main-wrap .wrapper::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.main-wrap .item .container {
    z-index: 11;
}

.main-wrap .main-semi::after {
    background: rgba(0, 0, 0, .25);
}

.main-wrap .main-dark::after {
    background: rgba(0, 0, 0, .5);
}

.products-wrap__nav--hide {
    display: none;
}

.gallery-slider {
    margin-top: 60px;
}

.main-wrap .item-title {
    line-height: 120%;
}

.custom-dots ul {
    display: none !important;
}

.custom-dots ul:nth-child(1) {
    display: flex !important;
}

.products-wrap__flex--wrapper {
    width: 100%;
}

.main-wrap__default .slick-dots {
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.gallery-slider .wrapper {
    margin: 0 10px;
}

.search-mob input {
    font-size: 16px !important;
}

.about {
    margin-bottom: 80px;
}

.about ol {
    padding-left: 20px;
}

.triple-slider .default-nav {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.triple-slider .slick-dots {
    margin-top: 30px;
}


.products-wrap__slider .slick-dots {
    margin-top: 30px;
}

.products-wrap__slider .slick-arrow {
    position: static;
    opacity: 1;
    visibility: visible;
    background: url('./assets/img/main/slick-arrow.svg') no-repeat center center;
    width: 25px;
    height: 25px;
    margin: 0 5px;
}

.products-wrap__slider .slick-prev {
    order: -1;
}

.show .mob-link {
    display: flex !important;
}

.support-wrap__flex--text {
    width: 100%;
}

.header {
    z-index: 100;
}

.products-new {
    margin-bottom: 50px;
}

.products-new .products-wrap__flex--wrapper {
    gap: 30px 20px;
}

.products-new .products-wrap__flex--wrapper .wrapper:nth-child(1n+1) {
    width: calc((100% - 60px) / 4);
    margin: 0;
}

.products-new .products-wrap__flex--wrapper .wrapper .item {
    color: #303c49;
}

.three-cols {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1224px;
    margin: 50px auto;
}

.three-cols h3 {
    width: calc((100% - 60px) / 3);
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    text-transform: none;
    padding-left: 25px;
    position: relative;
    margin: 0;
}

.three-cols h3:nth-child(1n+1) {
    margin: 0;
}

.three-cols h3::after {
    content: '';
    display: block;
    width: 10px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 8px;
    background: url('./assets/img/main/arr.svg') no-repeat center center / contain;
}

.pseudo-table__item {
    align-items: flex-start;
}

@media (max-width: 1024px) {

    .three-cols h3 {
        width: calc((100% - 30px) / 2);
    }

    .products-new .products-wrap__flex--wrapper .wrapper:nth-child(1n+1) {
        width: calc((100% - 40px) / 3);
    }

    .mobile-menu {
        z-index: 100;
    }

    .services-wrap .item {
        width: 49%;
    }
}

@media (max-width: 768px) {
    .products-new .products-wrap__flex--wrapper .wrapper:nth-child(1n+1) {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 640px) {
    .ttx h1 {
        font-size: 40px;
        line-height: 1.2;
    }
}

@media (max-width: 550px) {

    .three-cols {
        gap: 20px;
    }

    .three-cols h3 {
        width: 100%;
    }

    .products-new .products-wrap__flex--wrapper .wrapper:nth-child(1n+1) {
        width: 100%;
    }

    .pp {
        display: none !important;
    }

    .mm {
        display: block !important;
    }

    .services-wrap .item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

}

@media (min-width: 1024px) {
    .hide-dots .slick-dots {
        display: none !important;
    }
}