@font-face {
    font-family: "SB Sans Text";
    src: url("https://db.onlinewebfonts.com/t/c68e21ad1a10803b1ef491fd0392b067.eot");
    src: url("https://db.onlinewebfonts.com/t/c68e21ad1a10803b1ef491fd0392b067.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/c68e21ad1a10803b1ef491fd0392b067.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/c68e21ad1a10803b1ef491fd0392b067.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/c68e21ad1a10803b1ef491fd0392b067.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/c68e21ad1a10803b1ef491fd0392b067.svg#SB Sans Text")format("svg");
}


.sber-card{
    font-family: "SB Sans Text","Gilroy";
    border: 2px solid #00D900;
    border-radius: 20px;
    padding: 40px;
}

.sber-card .sber-card__logo{
    width: 266px;
    margin-bottom: 25px;
}

.sber-card .sber-card__title{
    font-size: 30px;
    color: black;
    margin-bottom: 25px;
}

.sber-card a{
    color: #08a652;
}

@media (max-width: 575.98px) {
    .sber-card{
        padding: 25px;
    }

    .sber-card .sber-card__logo{
        width: 190px;
        margin-bottom: 20px;
    }

    .sber-card .sber-card__title{
        font-size: 25px;
        color: black;
        margin-bottom: 20px;
    }
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/disquare/fonts/Gilroy-Medium.woff2') format('woff2'),
    url('/local/templates/disquare/fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    color: white;
    text-decoration: none;
}
.marquiz-widget {
    display: none !important;
}
.close-site {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-image: url("/local/templates/disquare_new/images/BG.jpg");
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close-site__block {
    box-sizing: border-box;
    border: 0.93px solid;
    box-shadow: 3.7px -3.7px 14.81px 0px #A3D9FC33;
    box-shadow: 14.81px 3.7px 29.63px 0px #A0D9FE33 inset;
    background-color: rgba(176, 108, 108, 0.15);
    /*border-image: linear-gradient(175.34deg, #2781BB 4.82%, rgba(255, 255, 255, 0.517708) 91.87%) 1;*/
    padding: 60px 90px;
    max-width: 793px;
    width: 100%;
    border-radius: 45px;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 15px;
}
.close-site__title {
    font-family: Gilroy;
    font-size: 40px;
    font-weight: 500;
    line-height: 44.6px;
    letter-spacing: 0.01em;
    text-align: center;
    margin-bottom: 32px;
}
.close-site__text {
    font-family: Gilroy;
    font-size: 20px;
    font-weight: 500;
    line-height: 22.3px;
    text-align: center;
    margin-bottom: 16px;
}
.close-site__link {
    font-family: Gilroy;
    font-size: 36px;
    font-weight: 500;
    line-height: 40.14px;
    text-align: center;
    margin-bottom: 52px;
}
.close-site__link a:hover {
    color: #258BBF;
}
.close-site__line {
    border: 1px solid #827f85;
    width: 100%;
    margin-bottom: 24px;
}
.close-site__info {
    font-family: Gilroy;
    font-size: 20px;
    font-weight: 500;
    line-height: 22.3px;
    text-align: center;
}
@media (max-width: 991px) {
    .close-site__block {
        padding: 25px 35px;
    }
}

.error-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.error-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.for-message-error-bor-rad{
    border-radius: 1rem 1rem 0 0 !important;
}

.input-header{
    margin-top: 60px;
}
.message-error-block{
    display: flex;
    justify-content: center;
    background-color: #3f8ffd;
    color: white;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    padding: 10px;
    z-index: 0;
    border-radius: 0 0 1rem 1rem;
    @media (max-width: 1024px) {
        border-radius: 0;
        font-size: 14px;
        height: 50px;
    }
}
.message-error-block-text{
    text-align: center;
}


.main-block{
    height: auto;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.main-block_text {
    position: absolute;
    top: calc(50% - 40px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
}


@media (max-width: 610px) {
    .main-block_text {
        white-space: nowrap;
    }
}

.main-block_text img {
    max-width: 100%;
    height: auto;
}


.button-style {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.button-style:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}

.button-style:hover .svg-style {
    fill: #373C40;
}

.swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 60px;
}

.swiper-slide {
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

body {
    overflow-x: hidden;
}

.main-img-slider{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.button-swiper-info-slide-1 {
    position: absolute;
    top: calc(80% - 15px);
    left: 7%;
    border-radius: 35px;
    padding: 15px 60px;
    color: #282125;
    background-color: #888481;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-swiper-info-slide-2 {
    position: absolute;
    top: calc(81% - 0px);
    left: 5%;
    border-radius: 35px;
    padding: 15px 60px;
    color: #282125;
    background-color: #888481;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-swiper-title{
    font-size: 18px;
    width: auto;
    height: auto;
    text-transform: uppercase;
    text-align: center;
}
.btn-slider {
    border: 1px solid white;
    border-radius: 50%;
    background: transparent;
    padding: 5px;
    margin-left: -14px;
    position: absolute;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.btn-slider:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #F4F4F4;
}

.btn-slider svg {

}
.drop-window-top{
    top: -40px;
}
.swiper-btn-next {
    position: absolute;
    display: flex;
    top: calc(50% - 0px);
    z-index: 10;
    right: 45px;
}
body .translate-y {
    --tw-translate-y: calc((100% + 50px) * 0);
    transition: transform 0.3s ease;
    transform: translateY(var(--tw-translate-y));
}

body .translate-y.active {
    --tw-translate-y: calc((100% + 50px) * -1);
}

.swiper-btn-prev {
    position: absolute;
    display: flex;
    top: calc(50% - 0px);
    z-index: 10;
    left: 35px;
}

.btn-slider svg {
    width: 25px;
    height: 25px;
    padding: 4px;
}
.margin-icon-sand{
    --tw-space-x-reverse: 0;
    margin-left: calc(.75rem* calc(1 - var(--tw-space-x-reverse)));
}
.header-menu-flex{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-header-all{
    flex: 1;
}
@media (max-width: 1023px) {
    .header-flex-1{
        flex: 1 1 0%;
    }
    .button-swiper-info-slide-1{
        top: calc(82% - 15px);
        left: 7%;
        border-radius: 35px;
        padding: 5px 30px 5px 30px;
    }
    .button-swiper-info-slide-2{
        left: 5%;
        top: calc(83% - 15px);
        border-radius: 35px;
        padding: 5px 30px 5px 30px;
    }
    .button-swiper-title{
        font-size: 14px;
    }
}
@media (max-width: 900px) {
    .button-swiper-info-slide-1{
    padding: 5px 25px 5px 25px;
        top: calc(82% - 15px);
}
    .button-swiper-info-slide-2{
        padding: 5px 25px 5px 25px;
        top: calc(83% - 15px);
    }
}
@media (max-width: 600px) {
    .button-swiper-info-slide-1,
    .button-swiper-info-slide-2{
        padding: 3px 20px 3px 20px;
    }
    .button-swiper-title{
        font-size: 10px;
    }
}
@media (max-width: 400px) {
    .button-swiper-info-slide-1,
    .button-swiper-info-slide-2 {
        padding: 2px 15px 2px 15px;
    }
    .button-swiper-title{
        font-size: 8px;
    }
}
@media (min-width: 1920px){
    .main-block_text__width{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1700px;
        padding-left: .9375rem;
        padding-right: .9375rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}
@media (max-width: 1920px){
  .main-block_text{
      left: 200px;
  }
}
@media (max-width: 1023px) {
    .main-block_text {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        width: auto;
        bottom: auto;
        white-space: nowrap;
    }
    .swiper-wrapper {
        margin-top: 47px;
    }
    .swiper-btn-next {
        right: 20px;
    }
    .swiper-btn-prev {
        left: 20px;
    }
    .btn-slider{
        margin-right: 0;
    }
}
.block-contacts-row{
    display: flex;
    flex-direction: column;
    margin-left: 25px;
}
.margin-icon{
    margin-left: 10px;
    margin-right: 10px;
}
@media (max-width: 1369px) {
    .block-contacts-row{
        margin-left: 10px;
    }
    .margin-icon-sand{
        --tw-space-x-reverse: 0;
        margin-left: calc(.25rem* calc(1 - var(--tw-space-x-reverse)));
    }
}

@media (max-width: 1282px) {

    .header-text_size {
        font-size: 0.6rem;
    }
    .button-showroom
    {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1350px) {
.block-contacts-row{
    position: absolute;
    right: 14px;
    top: calc(80% + 30px);
    z-index: 0;
    font-size: 14px;
}
    .swiper-btn-next{
        right: 28px;
    }
    .swiper-btn-prev{
        left: 20px;
    }
    .block-contacts-row-color{
        color: #FFFFFF;
    }
.social-icon_hidden{
    position: absolute;
    right: 12px;
    top: calc(100% + 70px);
    z-index: 0;
}
    .-translate-y-\[calc\(100\%\+50px\)\] .social-icon_hidden{
    display:none ;
}
    .-translate-y-\[calc\(100\%\+50px\)\] .block-contacts-row{
        display:none ;
    }
    .button-showroom
    {
        margin-left: 10px;
    }
}

header .backdrop-blur{
    --tw-backdrop-blur: unset;
}
.text-drop-contact{
    z-index: 15;
}
@media (max-width: 1613px) {
    ._container-big  .logo-img-w{
        width: 9rem;
    }
    .margin-icon{
        margin-right: 6px;
        margin-left: 6px;
    }
}
@media (max-width: 1577px) {
    ._container-big  .logo-img-w{
        width: 8rem;
    }
}

@media (max-width: 1322px) {
    .margin-icon{
        margin-left: 4px;
        margin-right: 4px;
    }
}
@media (max-width: 1310px) {
    .margin-icon{
        margin-left: 3px;
        margin-right: 3px;
    }
}
@media (max-width: 1024px) {
    .btn-slider {
        display: none;
        padding: 3px;
    }
    .btn-slider svg{
        display: none;
    padding: 5px;
        width: 20px;
        height: 20px;
    }
    .swiper-btn-next{
        right: 20px;
    }
}
.button-showroom_padding{
    padding-left: clamp(1rem, calc(.53vw + .87rem), 1.5rem);
    padding-right: clamp(1rem, calc(.53vw + .87rem), 1.5rem);
}
@media (max-width: 1150px) {
    ._container-big  .logo-img-w{
        width: 5rem;
    }
    .button-showroom_padding{
        padding-right: 5px;
        padding-left: 5px;

    }
}
@media (max-width: 1560px) {
    ._container-big  .logo-img-w{
        width: 7rem;
    }
    .button-showroom_padding{
        padding-right: 7px;
        padding-left: 7px;

    }
}
@media (max-width: 1500px) {
    ._container-big  .logo-img-w{
        width: 6rem;
    }
}
@media (max-width: 1478px) {
    .text-menu-size{
        font-size: 11px;
    }
}
@media (max-width: 1427px) {
    .block-contacts-row{
        display: flex;
        flex-direction: column;
        margin-left: 10px;
    }
    .button-showroom_padding{
        padding-right: 5px;
        padding-left: 5px;

    }
    ._container-big  .logo-img-w{
        width: 5rem;
    }
    .margin-icon{
        margin-left: 4px;
        margin-right: 4px;
    }

}
@media (max-width: 1347px) {
    ._container-big  .logo-img-w{
        width: 4rem;
    }
}
@media (max-width: 1130px) {
    .text-menu-size{
        font-size: 10px;
    }
}
@media (max-width: 1068px) {
    .text-menu-size{
        font-size: 9px;
    }
}
@media (max-width: 1023px) {
    ._container-big  .logo-img-w{
        width: 8rem;
    }
}
@media (max-width: 730px) {
    .btn-slider {
        padding: 2px;
    }
    .btn-slider svg{
        padding: 3px;
        width: 15px;
        height: 15px;
    }

    .swiper-btn-next{
        right: 13px;
    }
}

@media (max-width: 545px) {
    .btn-slider {
        padding: 0;
    }
    .btn-slider svg{
        padding: 3px;
        width: 10px;
        height: 10px;
    }

    .swiper-btn-next{
        right: 4px;
    }
}
