@font-face {
    font-family: "Adobe Devanagari";
    src: url("../font/AdobeDevanagari-Regular.otf");
    font-weight: 400
}

@font-face {
    font-family: "Adobe Devanagari";
    src: url("../font/AdobeDevanagari-Bold.otf");
    font-weight: 700
}

@font-face {
    font-family: "Nirmala UI";
    src: url("../font/NirmalaB.ttf");
    font-weight: 700
}

* {
    margin: 0;
    padding: 0
}

.mob {
    display: none
}

.desk {
    display: block
}

.container-1920 {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto
}

.container-1320 {
    max-width: 1375px;
    margin: 0 auto;
    width: 100%
}

li {
    list-style-type: none
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4.5px);
    z-index: 1000
}

.form-modal {
    display: flex;
    flex-direction: column;
    padding: 69px 10px 0 10px;
    max-width: 500px;
    margin: 0 auto
}

@keyframes rotate2 {

0
{
    transform: rotate(0)
}
50
%
{
    transform: rotate(-10deg)
}
100
%
{
    transform: rotate(0)
}
}
@keyframes fly {

0
{
    transform: translateY(0)
}
20
%
{
    transform: translateY(30px)
}
60
%
{
    transform: translateY(-30px)
}
100
%
{
    transform: translateY(0)
}
}
@keyframes shadow {
    from {
        box-shadow: 0 0 5px #ca2e70
    }
    to {
        box-shadow: 0 0 24px #ca2e70
    }
}

body {
    font-family: "Adobe Devanagari"
}

.header {
    background: #b2b2b2
}

.text-pr {
    position: relative
}

.text-pr::after {
    content: "";
    position: absolute;
    width: 385px;
    height: 169px;
    left: -15px;
    top: 77px;
    background: #74d2ff;
    z-index: -1
}

.flex-block2 {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    align-items: start;
    margin-top: 20px
}

.flex-block2 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    max-width: 145px;
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 104.2%;
    text-align: center;
    color: #000
}

.flex-block2 .item img {
    margin-bottom: 6px
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: right;
    min-height: 56px
}

.header-content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 34px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    background: #fff;
    border-radius: 24px;
    color: #030303
}

.popup {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 35px;
    z-index: 1020
}

.popup-info {
    padding: 38px 124px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    position: relative;
    max-width: 921px;
    height: 263px;
    background: radial-gradient(65.97% 65.97% at 50% 50%, #fff 0, #9195b7 .01%, #252953 97.92%, #252b5f 100%);
    border-radius: 26px;
    text-align: center
}

.popup .btn {
    font-family: "Mukta";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 142.7%;
    text-transform: uppercase;
    margin-top: 44px;
    color: #fff;
    background: radial-gradient(50% 50% at 50% 50%, #ed4343 0, #cb0a0b 100%);
    border-radius: 19px
}

.close-popup {
    position: absolute;
    top: 9px;
    right: 9px;
    background-color: #fff;
    border-radius: 50%;
    font-family: "Roboto";
    font-size: 28px;
    width: 28px;
    height: 28px;
    display: flex;
    color: #000;
    align-items: center;
    justify-content: center
}

.header-menu {
    display: flex;
    padding-left: 46px;
    padding-right: 34px;
    box-sizing: border-box;
    min-height: 87px;
    align-items: center;
    justify-content: space-between
}

.logo-block {
    display: flex;
    align-items: center
}

.logo-block img {
    margin-right: 20px
}

.right-block {
    position: sticky;
    top: 10px;
    display: flex;
    flex-direction: column;
    max-height: 490px;
    padding: 28px;
    background: #d9d9d9
}

.logo-block p {
    max-width: 242px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    color: #000
}

.header-menu ul {
    display: flex;
    align-items: center
}

.header-menu ul li {
    margin-right: 30px
}

.header-menu ul li a {
    font-family: "Mukta";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    color: #000
}

.block1 {
    background: url("2.webp") no-repeat top center;
    min-height: 389px
}

.left-block {
    max-width: 855px
}

.block2-content h1 {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    max-width: 855px;
    margin-top: 53px
}

.img-block {
    display: flex;
    column-gap: 10px;
    margin-top: 15px;
    margin-bottom: 29px
}

.block2-content {
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    column-gap: 25px
}

.right-block h2 {
    margin-top: 35px;
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 129.2%;
    color: #0f0f0f
}

.right-block {
    max-width: 312px;
    row-gap: 14px
}

.right-block a {
    display: flex;
    align-items: center;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000
}

.right-block a img {
    margin-right: 17px
}

.left-block h2 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 29px;
    line-height: 178.6%;
    color: #000;
    margin-top: 15px
}

.text {
    font-family: "Mukta";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 178.6%;
    color: #000;
    max-width: 987px
}

.video {
    margin-top: 20px
}

.text2 {
    margin-bottom: 20px;
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: #000
}

.flex-block__right-block p {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #000
}

.gif {
    position: absolute;
    width: 100%;
    max-width: 555px;
    left: 335px;
    top: 235px;
    z-index: 1
}

.text3 {
    max-width: 821px;
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    color: #000;
    margin: 0 auto;
    margin-top: 20px
}

.text3 span {
    font-weight: 700;
    font-size: 24px;
    color: #d40000
}

.text3 .name-men {
    font-weight: 600;
    font-size: 20px !important;
    line-height: 132.7%
}

.text4 {
    max-width: 729px;
    font-family: "Mukta";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 112.7%;
    color: #000
}

.text5 {
    font-family: "Mukta";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140.2%;
    color: #1d1d1d;
    max-width: 855px;
    padding: 7px 17px;
    box-sizing: border-box;
    background: #ffbb56;
    margin-top: 12px;
    margin-bottom: 12px
}

.text6 {
    font-family: "Mukta";
    font-style: normal;
    font-weight: 500;
    font-size: 29px;
    line-height: 112.7%;
    color: #000
}

.flex-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px
}

.flex-block__left-block {
    max-width: 491px
}

.list {
    margin-left: 40px
}

.list {
    margin-top: 20px;
    font-family: "Mukta";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 157.7%;
    color: #000
}

.text7 {
    font-family: "Mukta";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 129.7%;
    color: #000
}

.text8 {
    max-width: 773px;
    font-family: "Mukta";
    font-style: normal;
    font-weight: 500;
    font-size: 39px;
    line-height: 129.2%;
    text-align: center;
    color: #dd1010;
    margin: 17px auto;
    animation: pulse 2s infinite linear
}

.swiper-wrapper {
    transition-timing-function: linear
}

@keyframes pulse {

0
{
    opacity: 1
}
70
%
{
    opacity: 0
}
100
%
{
    opacity: 1
}
}
.title-block {
    margin-top: 22px
}

.block3 {
    overflow: hidden;
    background: url("bg.webp") top center no-repeat;
    margin-top: 36px;
    box-sizing: border-box
}

.block3__text {
    margin-top: 18px;
    padding-top: 10px;
    max-width: 675px;
    border-top: 4px solid #82b6ce;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #82b6ce
}

.block3-content {
    min-height: 990px;
    padding-left: 91px;
    position: relative
}

.product-form {
    position: absolute;
    right: -199px;
    bottom: 99px
}

.form {
    max-width: 333px;
    width: 100%;
    margin-top: 84px;
    position: relative;
    z-index: 3
}
.input-group select,
.input-group input {
    padding: 7px 24px;
    box-sizing: border-box;
    border: 3px solid #e30613;
    border-radius: 14px;
    background: transparent;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 153.02%;
    color: #020202
}

.btn {
    padding: 13px 67px;
    box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.41), inset -1px -2px 18px rgba(0, 0, 0, 0.25);
    background: #ff0f00;
    border: 0;
    border-radius: 55px;
    text-transform: uppercase;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #fff
}

.input-group input::placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 168.3%;
    color: #000
}

.new-price {
    font-family: "Mukta";
    font-style: normal;
    font-weight: 500;
    font-size: 49px;
    line-height: 144.7%;
    position: relative;
    color: #000;
    z-index: 3;
    margin-top: 20px
}

.new-price::after {
    position: absolute;
    content: url("14.png");
    left: -50px;
    top: -25px;
    z-index: -1
}

.span2 {
    display: block;
    position: absolute;
    height: 5px;
    background-color: #000;
    width: 107px;
    transform: rotate(-45deg) !important;
    left: 113px;
    top: 25px
}

.span1 {
    display: block;
    position: absolute;
    height: 5px;
    background-color: #000;
    width: 107px;
    transform: rotate(45deg) !important;
    left: 113px;
    top: 25px
}

.old-price {
    position: relative;
    font-family: "Mukta";
    font-style: normal;
    font-weight: 500;
    font-size: 37px;
    line-height: 144.7%;
    text-align: center;
    color: #000;
    max-width: 355px;
    width: 100%;
    margin-left: 280px
}

.price {
    max-width: 355px;
    margin-left: 200px
}

.sale {
    position: absolute;
    right: -113px;
    bottom: 228px
}

.block4-content {
    position: relative
}

.swiper {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    max-width: 1000px;
    display: flex;
    height: 285px;
    min-height: fit-content;
    align-items: center
}

.swiper-block {
    background: radial-gradient(50% 50% at 50% 50%, #ff8787 0, #fc5b00 100%);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.43);
    border-radius: 14px;
    min-height: 271px;
    padding-bottom: 20px;
    max-width: 1209px
}

.swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 233px;
    padding-top: 20px;
    box-sizing: border-box
}

.swiper-slide p {
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 132.1%;
    margin-top: 5px;
    color: #fff
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: url("23.png");
    margin-top: 5px
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: url("24.png");
    margin-top: 5px
}

.swiper-button-next, .swiper-button-prev {
    top: 99px
}

.swiper-button-next, .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 138px !important;
    width: 86px !important;
    height: 86px !important;
    box-sizing: border-box !important;
    border-radius: 50%;
    background: #d9d9d9;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.swiper-button-prev {
    left: 138px !important;
    right: auto !important
}

.comments-item-info-name {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #000
}

.comments-item-info-text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #000
}

.comments-item {
    max-width: 757px;
    padding-left: 112px;
    box-sizing: border-box;
    margin-bottom: 54px
}

.comment-wrapper {
    display: flex
}

.comments-item-image {
    min-width: 70px;
    min-height: 70px;
    margin-right: 10px
}

.comments-item-info-name span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 30px;
    color: #888
}

.num-com {
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
    color: #000
}

.add-comm {
    max-width: 598px;
    width: 100%;
    padding-left: 40px
}

#textInput {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 6px;
    margin-bottom: 24px
}

.add-comm-wrapper {
    margin-left: 112px;
    max-width: 757px;
    display: flex;
    justify-content: center
}

#clearButton {
    border: 0;
    background: transparent;
    cursor: pointer;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-right: 57px
}

.add-comm__btn {
    display: flex;
    justify-content: right;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000
}

.popup2 {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 35px;
    z-index: 1020
}

.popup2__content {
    padding: 13px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    position: relative;
    width: 535px;
    height: 165px;
    background-color: #eaeaea;
    text-align: center
}

.close2 {
    position: absolute;
    top: 9px;
    right: 9px;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    width: 19px;
    height: 19px;
    display: flex;
    color: #bf0f0f;
    align-items: center;
    justify-content: center
}

.open-popup {
    border: 0;
    padding: 8px 60px;
    background: #63c7ff;
    box-shadow: inset 4px 4px 5px rgba(255, 255, 255, 0.25), inset -3px -3px 4px rgba(0, 0, 0, 0.25)
}

.popup2.hide {
    display: flex !important
}

.block2-content {
    position: relative
}

.burger {
    display: none
}

.text span {
    background-color: #74d2ff
}

.img1 {
    display: none
}

@media (max-width: 1355px) {
    .container-1320 {
        max-width: 375px
    }

    .sale {
        max-width: 80%;
        width: 100%;
        display: block;
        margin: auto;
        margin-left: 55px
    }

    .block4-content {
        margin-top: 60px
    }

    .text-pr::after {
        width: 355px;
        height: 127px;
        left: 0;
        top: 79px
    }

    .sale {
        position: static
    }

    .block3-content {
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px
    }

    .img1 {
        display: block
    }

    .right-block {
        display: none
    }

    .header-menu ul {
        display: none
    }

    .header-menu a:first-of-type {
        display: flex;
        align-items: center;
        column-gap: 10px
    }

    .logo-block p {
        font-family: "Roboto";
        max-width: 141px;
        font-size: 13px;
        line-height: 105.1%
    }

    .text3.name-men {
        margin-bottom: 20px
    }

    .logo-block img {
        max-width: 37px
    }

    .chat {
        position: fixed;
        left: auto;
        right: auto;
        margin: 0 auto;
        width: 100%
    }

    .dialog__status::before {
        left: -22px
    }

    .img-mass {
        max-width: 280px
    }

    .btn-chat2 {
        margin: 0 32px
    }

    .swiper-button-prev2 {
        left: -23px !important
    }

    .swiper-button-next2 {
        right: -23px !important
    }

    .block1 {
        background: url("2-mob.png") no-repeat top center;
        background-size: contain;
        min-height: 109px
    }

    .block2-content h1 {
        font-size: 32px;
        line-height: 39px;
        margin-top: 9px
    }

    .block2-content {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box
    }

    .block2-content h2 {
        font-size: 24px;
        line-height: 178.6%;
        margin-top: 20px
    }

    .text {
        font-size: 16px;
        line-height: 26px
    }

    .flex-block {
        flex-direction: column-reverse
    }

    .img-block {
        flex-direction: column;
        row-gap: 20px
    }

    .video {
        max-width: 375px;
        width: 100%;
        height: 210px
    }

    .text2 {
        font-size: 20px;
        line-height: 112.7%;
        margin-top: 10px
    }

    .text3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 132.7%
    }

    .flex-block {
        flex-direction: column-reverse;
        align-items: center;
        max-width: 100%;
        margin-bottom: 6px;
        row-gap: 10px
    }

    .men {
        position: static;
        max-width: 304px;
        text-align: center;
        margin-left: 35px
    }

    .flex-block-img {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .flex-block__item {
        margin-bottom: 36px
    }

    .text4 {
        font-size: 16px;
        line-height: 112.7%
    }

    .text5 {
        font-size: 20px;
        line-height: 140.2%
    }

    h2.text6 {
        font-size: 29px;
        line-height: 112.7%;
        margin-bottom: 10px
    }

    .flex-block2 {
        max-width: 100%;
        display: grid;
        grid-template-columns:1fr 1fr;
        grid-template-rows:1fr 1fr;
        gap: 10px;
        align-items: center
    }

    .flex-block-prod {
        flex-direction: column
    }

    .flex-block2 .item {
        margin: 0 auto;
        min-height: 100%
    }

    .flex-block2 img {
        margin-bottom: 24px
    }

    .list {
        font-size: 16px;
        line-height: 157.7%
    }

    .text7 {
        font-size: 16px;
        line-height: 129.7%
    }

    .text8 {
        margin-left: 0;
        font-size: 21px;
        line-height: 144.7%
    }

    .block3 {
        background: url("bg-mob.png") top center no-repeat !important;
        padding-top: 0
    }

    .title-block {
        max-width: 264px;
        margin: 10px auto
    }

    .block3-content {
        min-height: 896px;
        box-sizing: border-box;
        overflow-x: hidden
    }

    .block3__text {
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        line-height: 19px
    }

    .price {
        margin-left: 75px
    }

    .old-price {
        margin-bottom: 64px;
        margin-left: -99px;
        max-width: 355px;
        margin-top: 17px
    }

    .new-price {
        margin-bottom: 400px
    }

    .form {
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 179px
    }

    .gif {
        top: 5%;
        width: 100%;
        max-width: none;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .product-form {
        width: 294px;
        right: -49px;
        bottom: 298px
    }

    .header-content {
        padding-right: 25px;
        box-sizing: border-box
    }

    #textInput {
        width: 97%
    }

    .add-comm-wrapper {
        max-width: 355px;
        margin-left: 10px
    }

    .comments-item {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box
    }

    .add-comm {
        padding-left: 10px;
        padding-right: 10px
    }

    .popup2 {
        padding: 0
    }

    .header-menu {
        max-width: 375px;
        padding-left: 10px;
        box-sizing: border-box;
        padding-right: 10px
    }

    .btn {
        margin-bottom: 13px;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase
    }

    .swiper-slide img {
        max-width: 84px
    }

    .swiper {
        max-width: 355px;
        padding-left: 23px;
        margin-bottom: 73px
    }

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        transform: scale(0.35)
    }

    .swiper-button-next, .swiper-button-prev {
        width: 32px !important;
        height: 32px !important
    }

    .swiper-button-next, .swiper-button-prev {
        top: 65px
    }

    .swiper-button-prev {
        left: 0 !important
    }

    .swiper-button-next {
        right: 0 !important
    }

    .swiper-slide {
        height: 116px;
        margin-right: 10px
    }

    .dialog__header {
        width: 100%
    }

    .burger {
        display: block
    }

    .swiper-block {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .swiper-slide p {
        font-size: 12px
    }

    .swiper-block {
        min-height: 156px
    }

    .swiper {
        height: 134px;
        margin-bottom: 0
    }
}

@media (max-width: 920px) {
    .popup2__content {
        width: 263px
    }

    .popup {
        padding-left: 0
    }

    .popup-info {
        padding: 38px 41px;
        max-width: 355px
    }

    .popup-info p {
        font-size: 17px !important
    }
}

.input-group {
    position: relative;
}
.input-group select,
.input-group input {
    width: 100%;
    box-sizing: border-box;
}

.input-group:before {
    z-index: 99;
    content: attr(data-content) "";
    position: absolute;
    top: -15px;
    right: 0;
    background: #de0606;
    color: #fff;
    border-radius: 5px;
    padding: 3px 5px;
    font-family: Arial;
    font-size: 14px
}

.tooltip-hide.input-group:before {
    display: none;
}
