@font-face {
    font-family: "Inter-Regular";
    src: url("../fonts/Inter-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Inter-Light-BETA";
    src: url("../fonts/Inter-Light-BETA.ttf") format("truetype")
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Inter-Regular';
    font-weight: 500
}

.b--ld {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fafafa
}

.b--hd,
.b--hm,
.b--gn,
.b--wrap,
.b--nv {
    visibility: hidden
}

.f--en {
    font-family: 'Inter-Regular', sans-serif;
    font-weight: 500
}

.f--ensb {
    font-family: 'Inter-Regular', sans-serif;
    font-weight: 600
}

.f--enb {
    font-family: 'Inter-Regular', sans-serif;
    font-weight: 700
}

.circle {
    fill: #F2182E;
}

.b--hd__lg__ico img {
    max-width: 200px;
    margin-top: 1px;
    margin-left: -10px;
}

.b--hd__ot__ico.c--fic img {
    width: 20px;
    max-width: 20px;
    margin-top: -4px;
    margin-left: -10px;
}

.c--fig .is-l {
    background-size: cover !important;
}

.swiper {
    width: 100%;
}

.swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    /* display: none; */
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    background-color: rgba(31, 45, 61, .2);
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    content: "";
    font-family: element-icons !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}

.swiper .swiper-button-prev:after,
.swiper .swiper-rtl .swiper-button-next:after {
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}

.swiper .swiper-button-next:after,
.swiper .swiper-rtl .swiper-button-prev:after {
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}

.swiper .swiper-button-prev:hover {
    background-color: rgba(31, 45, 61, .5);
}

.swiper .swiper-button-next:hover {
    background-color: rgba(31, 45, 61, .5);
}

.swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper .tp--sv__one {
    width: 100%;
}

.m--btn__tgt.js-hv {
    text-shadow: 0 0 black;
}

.tp--cs__bd .js-pos .js-tdg {
    text-shadow: 2px 2px 2px white;
}

.b--ft__lg__ico img {
    /*filter: invert(50%) brightness(300%) !important;*/
}

.b--ft__add .b--ft__add_title {
    font-size: 14px;
    font-weight: bold;
}

.b--ft__add .b--ft__add_text {
    margin-top: 12px;
}

.c--ds {
    display: block !important;
}

.b--ft__nv__s-one {
    width: 120px !important;
}

.b--ft__nv__s-two {
    width: 250px !important;
}

.b--ft__nv__one-one {
    width: 300px !important;
}

.tp--sv__one__lg.tp--sv__one__lg-one {
    aspect-ratio: 4.6095238095238 !important;
}

.tp--sv__one__lg.tp--sv__one__lg-two {
    aspect-ratio: 4.4952380952381 !important;
}

.tp--sv__one__lg.tp--sv__one__lg-three {
    aspect-ratio: 4.5047619047619 !important;
}

.tp--sv__one__lg.tp--sv__one__lg-for {
    aspect-ratio: 4.5047619047619 !important;
}

@media screen and (max-width: 1000px) {

    .b--hd__lg__ico img {
        margin-top: -10px !important;
    }
}