@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* :not(i) {
    font-family: "Montserrat", serif;
}


.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1060px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px !important;
    }
}

#fullscreen-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Масштабируем видео с сохранением пропорций */
    z-index: -1;
    /* Помещаем видео под контент */
}

header.active {
    padding: 5px 0 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


/*products-slider start*/
.products_card {
    border-radius: 0.625rem;
    box-shadow: 0 2px 0.375rem 0 rgba(37, 51, 66, 0.09);
    background-color: #fff;
    overflow: hidden;
    display: block;
    border: 1px solid #ddd;
    padding: 1rem;
    position: relative;
    transition: 0.3s ease-in-out;
}

.products_card:hover {
    border-radius: 0.625rem !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px !important;
}

.products_card:hover .overlay-image_products {
    opacity: 1 !important;
    transform: translateX(0) !important;
    visibility: visible !important;
    overflow: visible !important;
}

.products_card::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0.625rem;
    border: 2px solid #6eab6e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/*products-slider end*/


/*styling footer start*/
footer {
    padding: 40px 0;
    background: black;
}

.footer__socials,
.modal__socials {
    margin-top: 20px;
    flex-direction: column;
    width: 100%;
}

footer .footer__socials-item a:hover {
    background: #fff;
    color: #000;
}

.footer__socials-item a {
    max-width: 220px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__inner-center {
    display: flex;
}

.footer__left {
    width: 40%;
    margin-bottom: 27px;
}

.footer__inner p {
    padding: 60px 0;
    font-weight: 300;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 25px;
    letter-spacing: 0px;
}

.footer__right {
    width: 60%;
}

footer .props div {
    font-size: 14px !important;
    margin-top: 20px;
}

footer .props div p {
    text-wrap: wrap;
    padding: 0;
    color: #fff;
}

.footer__right div {
    position: relative;
}

.footer__right div::before {
    content: "";
    position: absolute;
    border: solid rgba(255, 255, 255, .1);
    border-width: 0 1px 0 1px;
    height: 100%;
    top: 50%;
    translate: -25px -50%;
    z-index: -1;
}

.footer__right div a,
.footer__right div h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    display: block;
    white-space: nowrap;
}

.footer__inner .logo {
    width: 150px;
}

footer .footer__socials-item a:hover {
    background: var(--main2-color);
}

footer .footer__socials-item a:hover {
    color: #fff;
}


.telegram a {
    background: #2ca6e2;
}

.whatsapp a {
    background: #29a71a;
}

.telefon a {
    background: #000;
}

.mail a {
    background: #ff9e00;
}

.fotorama-full {
    max-width: 700px;
    width: 100%;
}

.fotorama__nav {
    display: flex;
}

.fotorama-block {
    top: 60px;
    position: sticky;
}

footer .footer__socials-item a {
    border: .5px solid #fff;
    color: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    transition: .4s all ease;
    font-weight: 600;
    margin-bottom: 20px;
    white-space: nowrap;
}

footer .footer__socials-item a:hover {
    background: #d64fd4;
}

@media only screen and (max-width: 768px) {
   
    /*responsive footer*/
    .footer__inner-center {
        flex-direction: column;
    }

    .footer__socials-item a {
        max-width: 100%;
    }

    footer .footer__left,
    footer .footer__right {
        width: 100%;
    }

    .footer__inner p {
        padding: 20px 0;
    }

}
/*styling footer end*/

/*fixed wp start*/
.fixed-whatsapp {
    width: 70px;
    height: 70px;
    background: #d64fd4;
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    right: 20px;
    color: #fff;
    animation: 1s infinite vpAnimation;
    box-shadow: 0 0 0 18px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 35px;
}

@keyframes vpAnimation {
    0% {
        box-shadow: 0 0 0 0 #d64fd4;
    }
}

/*fixed wp end*/

/*****PRICE-FORM START*****/
#price-form .modal-content {
    padding: 20px 0 0 0;
    max-width: 500px;
    margin: auto;
}

#price-form .modal-body { padding: 10px 40px 40px 40px }
#price-form .modal-title { font-size: 18px!important}
#price-form .modal-header {
    margin: 0 40px 10px 40px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid var(--main-color);
}

#price-form .modal-title { font-weight: 700; color: #000 }
#price-form input.effect, #price-form .custom-form select.effect { height: 50px }

#price-form .effect, .projects-full-story__form .effect {
    width: 100%;
    border: 2px solid #e6ecf2;
    padding: 12px 20px;
    margin: 0 0 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

#price-form .modal-content .btn-close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 50px;
    top: 34px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

.modal-backdrop { opacity: .8!important }
#price-form .btn-close:focus { box-shadow: none!important }

#price-form .submit-btn:hover {
    background-color: #ac09a9;
}

#price-form .submit-btn, .projects-full-story__form .submit-btn {
    background-color: #d64fd4;
    color: #fff;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0 26px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

/*****PRICE-FORM end*****/


/*****PRICE-FORM2 START*****/
#price-form2 .modal-content {
    padding: 20px 0 0 0;
    max-width: 500px;
    margin: auto;
}

#price-form2 .modal-body { 
    padding: 10px 40px 40px 40px; 
}

#price-form2 .modal-title { 
    font-size: 18px !important;
    font-weight: 700;
    color: #000;
}

#price-form2 .modal-header {
    margin: 0 40px 10px 40px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid var(--main-color);
}

#price-form2 input.effect,
#price-form2 .custom-form select.effect { 
    height: 50px; 
}

#price-form2 .effect,
.projects-full-story__form .effect {
    width: 100%;
    border: 2px solid #e6ecf2;
    padding: 12px 20px;
    margin: 0 0 16px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-appearance: none;
    transition: all .3s ease;
    position: relative;
}

#price-form2 .modal-content .btn-close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 50px;
    top: 34px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

.modal-backdrop { 
    opacity: .8 !important; 
}

#price-form2 .btn-close:focus { 
    box-shadow: none !important; 
}

#price-form2 .submit-btn:hover {
    background-color: #ac09a9;
}

#price-form2 .submit-btn,
.projects-full-story__form .submit-btn {
    background-color: #d64fd4;
    color: #fff;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    transition: 0.3s ease-in-out;
    padding: 0 26px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

/*****PRICE-FORM2 end*****/
.desc, .razmer {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.product-sizes ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-sizes li {
    border: 1px solid black;
    padding: 6px;
    border-radius: 6px;
    font-size: 14px;
}

.product-desc {
    font-size: 14px;
    margin: 10px 0;
}

.product-title {
    display: none;
}