@font-face {
    font-family: 'Cygre';
    src: url('../fonts/cygre/Cygre-Thin.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cygre';
    src: url('../fonts/cygre/Cygre-Regular.woff2') format('truetype');
    font-weight: 450;
    font-style: normal;
}

@font-face {
    font-family: 'Cygre';
    src: url('../fonts/cygre/Cygre-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

*,*::after,*::before{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    background-color: #FAF9FB;
    font-family: 'Cygre', sans-serif;
    overflow-x: hidden;
}

ul, ol{
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #121C1E;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    cursor: pointer;
}

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all .2s;
}

/* settings swiper.js */

.swiper{
    height: fit-content;
}

.swiper-buttons-container, .swiper-buttons-container.mobile{
    display: flex;
    flex-direction: row;
    gap: 12px;
    position: relative;
    width: 100%;
    max-width: 116px;
}

.swiper-buttons-container.mobile{
    display: none;
    margin-top: 58px;
    margin-left: auto;
    margin-right: auto;
}


.swiper-button-prev::after, .swiper-button-next::after{
    content: '' !important;
}

.swiper-button-prev, .swiper-button-next{
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
    border-radius: 100%;
}

.swiper-button-prev{
    margin-right: 12px;
}

.swiper{
    margin-top: 60px;
}

.swiper-wrapper{
    gap: 30px;
}

@media (max-width: 768px) {
    .swiper-wrapper{
        gap: 12px;
    }

    .swiper-buttons-container.mobile{
        display: flex;
    }
    .swiper-buttons-container{
        display: none;
    }

    .swiper{
        margin-top: 38px;
    }
}

input:focus {
    outline: none;
  }

.swiper-10 .swiper-wrapper {
  gap: 0 !important;
}