/*
@font-face {
    font-family: "Aspekta";
    src: url("fonts/aspekta/webfonts/Aspekta-50.woff2") format("woff2");
    font-weight: 50;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aspekta";
    src: url("fonts/aspekta/webfonts/Aspekta-100.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aspekta";
    src: url("fonts/aspekta/webfonts/Aspekta-150.woff2") format("woff2");
    font-weight: 150;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aspekta";
    src: url("fonts/aspekta/webfonts/Aspekta-200.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aspekta";
    src: url("fonts/aspekta/webfonts/Aspekta-250.woff2") format("woff2");
    font-weight: 250;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aspekta";
    src: url("fonts/aspekta/webfonts/Aspekta-300.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aspekta";
    src: url("fonts/aspekta/webfonts/Aspekta-350.woff2") format("woff2");
    font-weight: 350;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aspekta";
    src: url("fonts/aspekta/webfonts/Aspekta-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aspekta";
    src: url("fonts/aspekta/webfonts/Aspekta-550.woff2") format("woff2");
    font-weight: 550;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aspekta";
    src: url("fonts/aspekta/webfonts/Aspekta-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aspekta";
    src: url("fonts/aspekta/webfonts/Aspekta-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*/
@font-face {
    font-family: "Aspekta300";
    src: url('fonts/aspekta/otf/Aspekta-300.otf');
    src: url('fonts/aspekta/otf/Aspekta-300.otf?#iefix') format('embedded-opentype'),
    url('fonts/aspekta/webfonts/Aspekta-300.woff2') format('woff2'),
    url('fonts/aspekta/ttf/Aspekta-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aspekta500';
    src: url('fonts/aspekta/otf/Aspekta-500.otf');
    src: url('fonts/aspekta/otf/Aspekta-500.otf?#iefix') format('embedded-opentype'),
    url('fonts/aspekta/webfonts/Aspekta-500.woff2') format('woff2'),
    url('fonts/aspekta/ttf/Aspekta-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/*
@font-face {
    font-family: 'ArchivoRegular';
    src: url('fonts/archivo/Archivo-Regular.ttf');
    src: url('fonts/archivo/Archivo-Regular.ttf?#iefix') format('embedded-opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ArchivoMedium';
    src: url('fonts/archivo/Archivo-Medium.ttf');
    src: url('fonts/archivo/Archivo-Medium.ttf?#iefix') format('embedded-opentype');
    font-style: normal;
}
 */
.archivo-regular {
    font-family: "Archivo", sans-serif;
}
.archivo-medium {
    font-family: "Archivo", sans-serif;
}
.fs-17{
    font-size: 17px;
}
.fs-20{
    font-size: 20px;
}
.lh-26{
    line-height: 26px;
}
.lh-28{
    line-height: 28px;
}
.lh-96{
    line-height: 96px;
}



.mt-24{
    margin-top: 24px;
}
.mt-32{
    margin-top: 32px;
}
.mt-96{
    margin-top: 96px;
}
.mt-144{
    margin-top: 144px;
}
.mt-128{
    margin-top: 128px;
}
.text-blue-dark{
    color: #0B1016;
}
.text-gray{
    color: rgba(47, 65, 79, 0.7);
}
.row-flex {
    display: flex;
}
.justify-content-between{
    justify-content: space-between;
}
.p-0{
    padding: 0 !important;
}
.flex-grow-1{
    flex-grow: 1;
}

.bt {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
a.bt{
    text-decoration: none;
}
.bt-disabled {
    cursor: auto;
}






.review-carousel .slider-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-perspective: 1000;
}
.review-carousel .slider-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.review-carousel .slider-item {
    display: inline-block;
    float: left;
    margin-right: 0px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.review-carousel {
    width: 100%;
}




:root {
    --card-gap: 11px; /* міняй тут */
}
@media (max-width: 767px) {
    :root {
        --card-gap: 5px;
    }
}

.review-carousel .slider-wrapper {
    display: flex;
    margin-left: calc(var(--card-gap) * -1);
    margin-right: calc(var(--card-gap) * -1);
}
.review-carousel .slider-item {
    padding-left: var(--card-gap);
    padding-right: var(--card-gap);
    box-sizing: border-box;
}
@media (max-width: 1199px) and (min-width: 768px) {
    .review-carousel .slider-item {
        width: calc(100% / 2);
    }
}

@media (max-width: 767px) {
    .review-carousel .slider-item {
        width: 100%;
    }
}


.link-hover-black:hover{
    color: #0B1016;
    text-decoration: none;
}
.link-hover-black:hover svg path{
    stroke: var(--0B1016, #0B1016);
}
.contain {
    width: 1664px;
    margin: 0 auto;
    text-align: left;
}
@media (min-width: 1400px) and (max-width: 1899px) {
    .contain {
        width: 1392px;
    }

}
@media (min-width: 1024px) and (max-width: 1399px) {
    .contain {
        width: 920px;
    }
    .mt-128 {
        margin-top: 60px;
    }
    .mt-96 {
        margin-top: 40px;
    }
}
@media  (max-width: 1023px) {
    .contain {
        width: 361px;
    }
    .mt-128 {
        margin-top: 48px;
    }
    .mt-96 {
        margin-top: 48px;
    }
    .mt-24 {
        margin-top: 20px;
    }
    .mt-32 {
        margin-top: 28px;
    }
    .bt.bt-bordered {
        font-size: 14px;
        padding: 8px 18px;
        line-height: 20px;
        text-wrap-mode: nowrap;
    }
    .bt-bordered-white {
        padding: 8px 18px;
        font-size: 14px;
        line-height: 20px;
        text-wrap-mode: nowrap;
    }
}
@media (min-width: 690px) and (max-width: 1023px) {
    .contain {
        width: 600px;
    }
}
svg {
    max-width: 100%;
}
body {
    overflow-x: hidden;
    min-width: 393px;
}
.open_menu {
    overflow: hidden;
}
.contain {
    max-width: 100%;
}
.content-inner {
    max-width: 100%;
}
