/*Обнуление*/
*,* before,*:after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
/*Стили*/
html,body{
    overflow:hidden;
    height: 100%;
    background-color: #333333;
    color: #ffffff;
    font-size: 25px;
}
.wrapper{
    height: 100%;
    overflow: hidden;}
/* Флекс контейнер*/
.flex{
    display: flex;
}
/* Флекс элемент*/
.flex_column{
    min-width: 0;
}
/* Ограничивающая оболочка */
.slick-list {
    overflow: hidden;
    height: 100%;
}
/* Лента слайдов */
.slick-track{
    display: flex;
}
/* Слайдер на фоне главной*/
.slider {
    position: relative;
    opacity: 0.4;
}
.slider_item {
    text-align: center;
}
.slider_item img {
    min-height: 100vh;
    min-width: 100%;
}
/*!* Слайдер *!
.slick-slider{}
!* Слайдер запущен *!
.slick-slider.slick-initialized{}
!* Слайдер с точками *!
.slick-slider.slick-dotted{}
!* Слайд *!
.slick-slide{}
!* Слайд активный (показывается) *!
.slick-slide.slick-active{}
!* Слайд основной *!
.slick-slide.slick-current{}
!* Слайд по центру *!
.slick-slide.slick-center{}
!* Клонированный слайд *!
.slick-slide.slick-cloned{}*/

/* Точки (булиты) */
.slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    top: 75%;
    right: 5%;
}
.slick-dots li{
    list-style: none;
    margin: 0px 10px;
}
/* Активная точка */
.slick-active button{
    background-color: red !important;
    /*border: 1px solid red;*/
}
/* Элемент точки */
.slick-dots li button{
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}



/*=========Основные стили=========*/
.memory {min-height: 100%;
min-width: 100%;
overflow: hidden;
    height: 100%;
}
.content{
    display: flex;
    top: 0;
    width: 90%;
    height: 77%;
    margin: 5% 5% 5% 5%;
    /*background-color: yellow;*/
    position: absolute;
    flex-direction: column;
}

.title{
    /*background-color: blue;*/
    display: flex;
    width: 50%;
    height: 50%;
}
.main_body{
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*background-color: red;*/
    min-width: 40%;
}
.main_menu{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
    justify-content: center;
    height: 120%;
}
h1{
    font-style: normal;
    font-weight: 800;
}
p{text-align: end;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 55px;
    text-transform: uppercase;}
a {
    color: white;
    text-decoration: none;
}
a:hover {
    color: #DC4128}
.main_menu a {
    font-family: FuturaPT-Bold;
}



/*========= Стиль до 450 =========*/
@media (max-width: 450px) {
    .main_body{
        flex-direction: column;
    }
    .main_menu{
        align-items: flex-start;
        width: 100%;
    }
    .slider_item img {
        min-height: 100vh;
    }
    h1{
        font-size: 5vh;
        line-height: 5vh;
        margin-top: 2vh;
    }
    p{
        font-size: 3vh;
        text-align: start;
        line-height: 5vh;
    }
    .logo75 {
        height: 30vh;
        text-align: center;
        margin-top: 5vh;
    }
    .logo75 img{
        height: 92%;
    }
    .mo_logo{
        text-align: center;
    }
    .mo_logo img{
        height: 12vh;
    }
    .slick-dots{
        top: 90%;
    }
    .mo_logo {
        display: flex;
        position: absolute;
        width: 100%;
        bottom: 5%;
        justify-content: center;
    }
}

/*========= Стиль от 450 =========*/
@media (min-width: 450px) {
    .main_body{
        flex-direction: column;
    }
    .main_menu{
        align-items: flex-start;
        width: 100%;
    }
    h1{
        font-size: 1.6em;
        line-height: 52px;
    }
    p{
        font-size: 1em;
        text-align: start;
    }
    .logo75 {
        height: 27%;
    }
    .logo75 img{
        height: 92%;
    }
    /*.mo_logo img{*/
    /*    height: 80%;*/
    /*}*/
    .slick-dots{
        top: 90%;
    }
    .mo_logo {
        display: flex;
        position: absolute;
        width: 100%;
        bottom: 5%;
        justify-content: center;
    }
}

/*========= Стиль 600 =========*/
@media (min-width: 600px) {
    .main_body{
        flex-direction: column;
    }
    .main_menu{
        align-items: flex-start;
        width: 100%;
    }
    h1{
        font-size: 2em;
        line-height: 52px;
    }
    p{
        font-size: 1.3em;
        text-align: start;
    }
    .logo75 {
        height: 37%;
    }
    .logo75 img{
        height: 92%;
    }
    .slick-dots{
        top: 90%;
    }
}

/*========= Стиль 800 =========*/
@media (min-width: 800px) {
    .main_body{
        flex-direction: column;
    }
    .main_menu{
        align-items: flex-start;
        width: 100%;
    }
    h1{
        font-size: 2em;
        line-height: 52px;
    }
    p{
        font-size: 1.3em;
        text-align: start;
    }
    .logo75 {
        height: 37%;
    }
    .logo75 img{
        height: 92%;
    }
    .slick-dots{
        top: 90%;
    }
    .mo_logo {
        display: block;
        position: absolute;
        bottom: 5%;
        left: 5%;
    }
}

/*========= Стиль 1024 Pro =========*/
@media (width: 1024px) {
/*    .main_menu{
        margin-top: 40%;
        height: 50%;
    }
    .slick-dots {
        top: 84%;
    }*/
    .main_body{
        flex-direction: column;
    }
    .main_menu{
        align-items: flex-start;
        width: 100%;
        height: 25vh;
    }
    h1{
        font-size: 7vh;
        margin-bottom: 5vh;
        line-height: 7vh;
    }
    p{
        font-size: 3vh;
        text-align: start;
    }
    .logo75 img{
        /*margin-top: 30px;*/
        height: 85%;
    }
    .slick-dots{
        top: 84%;
    }
}

/*========= Стиль 1200 =========*/
@media (min-width: 1199px) {
    .main_body{
        flex-direction: row;
    }
    .main_menu{
        align-items: flex-end;
        /*width: 50%;*/
    }
    h1{
        font-size: 3.5em;
        line-height: 67px;
        margin-bottom: 2vh;
    }
    .main_menu p{
        font-size: 1.2em;
        text-align: end;
    }
    .logo75 img{
        height: 90%;
    }
    .slick-dots{
        top: 75%;
    }
}

/*========= Стиль 1500 =========*/
@media (min-width: 1500px) {
    .main_body{
        flex-direction: row;
    }
    .main_menu{
        align-items: flex-end;
        /*width: 50%;*/
    }
    h1{
        font-size: 4em;
        line-height: 100px;
    }
    p{
        font-size: 1.5em;
        text-align: end;
    }
    .logo75 img{
        height: 83%;
    }
    .slick-dots{
        top: 77%;
    }
}