@font-face {
    font-family: Unica77;
    font-weight: 100;
    src: local("Unica77"),url(../font/Unica77LL/Unica77LL-Thin.7fcb5a4ce67dd71f1ca9.otf) format("opentype")
}

@font-face {
    font-family: Unica77;
    font-weight: 300;
    src: local("Unica77"),url(../font/Unica77LL/Unica77LL-Light.a4e397894846e2bb62bc.otf) format("opentype")
}

@font-face {
    font-family: Unica77;
    font-weight: 400;
    src: local("Unica77"),url(../font/Unica77LL/Unica77LL-Regular.d152f0c7837c4dc9ed5f.otf) format("opentype")
}

@font-face {
    font-family: Unica77;
    font-weight: 500;
    src: local("Unica77"),url(../font/Unica77LL/Unica77LL-Medium.91eaa7c6215fcc776be9.otf) format("opentype")
}

@font-face {
    font-family: Unica77;
    font-weight: 700;
    src: local("Unica77"),url(../font/Unica77LL/Unica77LL-Bold.ebb77dde8064230037c9.otf) format("opentype")
}

@font-face {
    font-family: Unica77;
    font-weight: 900;
    src: local("Unica77"),url(../font/Unica77LL/Unica77LL-Black.42e3a8e268aa49434d9f.otf) format("opentype")
}

@font-face {
    font-family: Unica77 Cyrillic;
    font-weight: 100;
    src: local("Unica77 Cyrillic"),url(../font/Unica77LL/Unica77LLCyr-Thin.05db493ff40dce4bfae1.otf) format("opentype")
}

@font-face {
    font-family: Unica77 Cyrillic;
    font-weight: 300;
    src: local("Unica77 Cyrillic"),url(../font/Unica77LL/Unica77LLCyr-Light.f62155c940cf3e39f502.otf) format("opentype")
}

@font-face {
    font-family: Unica77 Cyrillic;
    font-weight: 400;
    src: local("Unica77 Cyrillic"),url(../font/Unica77LL/Unica77LLCyr-Regular.241be9bbbc7282ddc88c.otf) format("opentype")
}

@font-face {
    font-family: Unica77 Cyrillic;
    font-weight: 500;
    src: local("Unica77 Cyrillic"),url(../font/Unica77LL/Unica77LLCyr-Medium.53d04460b88a566c638a.otf) format("opentype")
}

@font-face {
    font-family: Unica77 Cyrillic;
    font-weight: 700;
    src: local("Unica77 Cyrillic"),url(../font/Unica77LL/Unica77LLCyr-Bold.59c0219dcb2537e3d8e0.otf) format("opentype")
}

@font-face {
    font-family: Unica77 Cyrillic;
    font-weight: 900;
    src: local("Unica77 Cyrillic"),url(../font/Unica77LL/Unica77LLCyr-Black.0f8de6b3c66904f546ee.otf) format("opentype")
}

:root {
    --main-font: "Unica77";
    --main-font-cyrillic: "Unica77 Cyrillic";
    --color-dark-primary: #131313;
    --color-dark-secondary: #424242;
    --color-dark-terteriary: #bababa;
    --color-accent-primary: #0050c9;
    --color-accent-secondary: #0063f6;
    --color-accent-white: #fff;
    --color-special-info: #0050c9;
    --color-special-success: #48b527;
    --color-special-danger: #ff3a30;
    --animation-default-timing: .3s;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
    --light-secondary: #E6E6E6;
    --background: #FFFFFF;
    --accent-secondary: #0063F6;
    --accent-secondary-lighter: #478BFF;
    --accent-hover: #06419A;
    --dark-disable: #949494;
    --dark-primary: #131313;
    --dark-secondary: #3D3D3D;
    --dark-grey-light: #E0E0E0;
    --light-white: #FFFFFF;
    --accent-yellow: #EDFF6B;
    --dark-terteriary: #616161;
    --dark-grey-light-bg: #ECECEC;
    --lines-background: #C4C4C4;
    --secondary-text-color: #898989;
}

body,
html {
    font-family: var(--main-font), var(--main-font-cyrillic);
    color: var(--color-dark-primary);
    width: 100%;
}

.home-list-white .home-list__item{color:var(--color-accent-white)}
.marquee-logo__wrap{height:145px}
.marquee-logo__item{height:145px}

#subscription {
    display: flex;
    justify-content: space-evenly;
}
#subscription input{
    margin-right: 2px;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 16px;
    white-space: nowrap;
    border-radius: 2rem;
    min-width: 160px;
    height: 50px;
}
.header-page__subscription{
    color: var(--color-accent-primary);
}

h1.home-title__wrap ,
h1.home-title__wrap span.home-title__item {
    font-family: var(--main-font), var(--main-font-cyrillic);
    font-weight: 400;
    display: block;
    color: var(--color-accent-white);
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.home-about {
    position: relative;
    overflow: hidden;
    color:#e0e0e0;
}

@media screen and (max-width: 576px) {
    .home-about {
        padding-top: 80px;
    }
    .home-about__col {
        margin-top: 26px;
    }
}

.home-about_title-container{
    display: flex;
    padding:0 0 3em 0;
}

.home-about_title-container .row{
    padding-left: 4em;
}

.home-about__title {
    color: var(--light-white, #FFF);
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.54px;
}

.home-about__text {
    margin: 0 auto;
    color: var(--light-secondary, #E6E6E6);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 756px;
}

@media screen and (max-width: 992px) {
    .home-about__text {
        margin-left: 88px;
    }
}

@media screen and (max-width: 576px) {
    .home-about__text {
        margin-left: 0;
    }
}
.home-about__img{
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    border-radius: 20px;
}
.home-about__video_container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.home-about__video_wrapper{
    z-index: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.home-about__video_wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border-style: none;
}
 
@media screen and (max-width: 992px) and (min-width: 576px) {
    .home-about__img {
        padding: 0 88px;
    }
}
@media screen and (max-width: 992px) {
    .home-about__video_wrapper iframe{
        border-radius: 12px;
    }
}

.col-layout.home-about__col .wrapper {
    display: flex;
    justify-content:space-between;
}


@media screen and (max-width: 992px) {
    .home-about__text {
        font-size: 22px;
    }
}

@media screen and (max-width: 576px) {
    .home-about__text {
        margin-bottom: 25px;
    }

    div.home-about_title-container{
        padding-bottom: 0;
    }
    .home-about_title-container,
    .col-layout.home-about__col .wrapper {
        flex-direction: column;
    }
    .home-about_title-container .row{
        padding-left: 0;
    }
    .about-reverse{
        flex-direction:column-reverse;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.bre>ol.breadcrumb{
    list-style: square inside;
    color:#5f5f5f;
    background: none;
}
.bre>ol.breadcrumb>li:first-child{
    list-style: none;
}
.bre>ol.breadcrumb>li {
    padding: 1em;
    text-transform: capitalize;
}
.bre>ol.breadcrumb>li>a{
    color:#5f5f5f;
}

/* Carouser arrows */
.long-arrow-right,
.long-arrow-left{
    display: block;
    margin: 30px auto;
    width: 25px;
    height: 25px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}
.long-arrow-right{
    transform: rotate(135deg);
}

.long-arrow-left{
    transform: rotate(-45deg);
}
.long-arrow-right::after,
.long-arrow-left::after{
    content: "";
    display: block;
    width: 2px;
    height: 45px;
    background-color: black;
    transform: rotate(-45deg) translate(15px, 4px);
    left: 0;
    top: 0;
}
/* Carouser arrows end */


/* Dots */

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/front/slick/fonts/slick.eot');
    src: url('/front/slick/fonts/slick.eot?#iefix') format('embedded-opentype'),
    url('/front/slick/fonts/slick.woff') format('woff'),
    url('/front/slick/fonts/slick.ttf') format('truetype'),
    url('/front/slick/fonts/slick.svg#slick') format('svg');
}
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick', self-serif;
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #ffffff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #ffffff;
}
/* DOTS slider end*/

/* index slider */
@media screen and (min-width: 768px) {
    .carousel_wrap_sl_item>div {
        /*margin: 40px;*/
    }
}
div.carousel_wrap_sl_item {
    height: 270px;
}
@media screen and (max-width: 668px) {
    div.carousel_wrap_sl_item {
        height: 320px;
    }
}