/* Partials */

/* Настройки адаптива */

/* Изменение настроек сетки */

/* Точки адаптива */

/* Сокращения
Пример использования: @media (--mobile) {}
*/

/* Переменные */

/* colors */

/* colors */

/* sizes */

/* /sizes */

/* fonts */

/* $font-circle: 'circle', Arial, sans-serif; */

/* svg icons */

/* Миксины */

/* Стиль и размер кнопок */

/* Стиль и размер элементов форм */

/* Очистка потока для блоков с плавающими элементами */

/* Стилизация placeholder'ов */

.sly-container {
    height: 100%;
    padding: 0 80px 0 0;
    position: relative
}

@media (min-width: 1024px){

    .sly-container {
        padding: 0
    }

    .sly-container:before {
        content: '';
        width: 100%;
        height: 150px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #f2f2f2;
        z-index: -1
    }

    .sly-container:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 150px;
        background: url('/local/templates/assets/img/history/mouse.png') center no-repeat;
        opacity: 1;
        transition: all 0.3s;
        z-index: -1
    }

    .sly-container.touch-enable:after {
        background: url('/local/templates/assets/img/history/touch.png') center no-repeat
    }

    .sly-container.scrolled:after {
        opacity: 0
    }
    }

.sly-inner {
    height: 100%;
    position: relative;
}

.sly-inner .mCSB_container{
    margin: 0;
}

.sly-inner .mCSB_draggerContainer{
    display: none;
}

@media (min-width: 1024px){

    .sly-inner .mCSB_container {
        height: 100%;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        width: auto
    }
    }

.sly-item {
    width: 100%;
    padding: 40px 60px 20px 25px;
    position: relative;
}

.sly-item h1 {
    font-size: 56px;
    font-weight: bold;
    color: #00b9bf;
}

.sly-item p {
    font-size: 18px;
    line-height: 26px;
}

.sly-item p:last-child {
    margin-bottom: 0;
}

.sly-item ul {
    margin: 0;
    padding: 0;
}

.sly-item ul li {
    list-style: none;
    margin: 16px 0 0 0;
    padding: 0;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
}

.sly-item ul li img{
    margin: 0 30px 0 0;
    border-radius: 100%;
    min-width: 110px;
    max-width: 110px;
    min-height: 110px;
    max-height: 110px;
    width: 110px;
    height: 110px;
    object-fit: cover;
}

@media (max-width: 767px) {

    .sly-item {
        padding-right: 25px
    }
    }

@media (min-width: 1024px){

    .sly-item {
        padding: 30px 50px;
        padding-bottom: 184px;
        min-width: 688px;
        max-width: 696px;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
            align-items: stretch;
        -ms-flex-direction: column;
            flex-direction: column
    }
    }

@media (min-width: 1366px){

    .sly-item {
        min-width: 760px;
        padding: 40px 160px 184px 70px
    }
    }

@media (min-width: 1024px){

    .sly-item ul li {
        margin-top: 25px
    }

    .sly-item ul li:first-child {
        margin-top: 0
    }
            }

@media (max-width: 767px) {

    .sly-item ul li {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .sly-item ul li img {
        margin: 0 0 30px 0
    }

    .sly-item ul li p {
        width: 100%
    }
            }

.sly-info h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    width: 100%;
    color: #000;
}

.sly-aside {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    border-left: 1px solid #dadada;
    overflow: auto;
    background: #ffffff;
}

.sly-aside .mCSB_container{
    margin: 0;
}

.sly-aside .mCSB_draggerContainer{
    display: none;
}

@media (min-width: 1024px){

    .sly-aside {
        width: 100%;
        height: 34px;
        bottom: 150px;
        left: 0;
        top: auto;
        border: 1px solid #dadada;
        border-left: none;
        border-right: none
    }
    }

.sly-progress{
    background: #d3f2f3;
    width: 100%;
    height: 32px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 20px 0 0 0;
    transition: all 0.3s;
    z-index: 1
}

@media (min-width: 1024px){

    .sly-progress {
        max-width: 400px;
        height: 100%;
        margin: 0
    }
    }

.sly-pages{
    position: relative;
    z-index: 2;
}

.sly-pages li {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin: 20px 0 20px 0;
    cursor: pointer
}

.sly-pages li.hidden {
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden
}

@media (min-width: 1024px){

    .sly-pages {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 30px;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin: 0;
        -ms-flex-pack: justify;
            justify-content: space-between
    }
    }

@media (min-width: 1024px){

    .sly-pages li {
        margin: 0;
        padding: 5px 30px;
        max-height: 32px
    }

    .sly-pages li.hidden {
        margin: 0;
        padding: 0 30px
    }
         }

.history-interview {
    margin: 25px 0 0 0;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.history-interview img {
    margin: 0 15px 0 0;
    border-radius: 100%;
}

.history-interview__title {
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

.history-interview__title span {
    display: block;
    color: #999999
}

.history-more {
    font-size: 18px;
    line-height: 24px;
    color: #00b9bf;
    font-weight: bold;
    margin: 25px 0;
    margin-left: 140px;
    -ms-flex-align: center;
        align-items: center;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.history-more i {
    width: 30px;
    height: 30px;
    border: 2px solid #00b9bf;
    border-radius: 100%;
    margin: 0 15px 0 0;
    display: block;
    position: relative
}

.history-more i:before, .history-more i:after {
    content: '';
    width: 12px;
    height: 2px;
    background: #00b9bf;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
}

.history-more i:after {
    width: 2px;
    height: 12px
}

@media (max-width: 767px) {

    .history-more {
        margin-left: 0px
    }
    }

.history-world {
    background: #f2f2f2;
    padding: 35px 60px 35px 170px;
    margin: 30px -60px 0 -25px;
    position: relative
}

@media (min-width: 1024px){

    .history-world {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 150px;
        margin: 0;
        padding-left: 190px
    }
    }

@media (min-width: 1366px){

    .history-world {
        padding-right: 160px
    }
    }

.history-world__type {
    display: block;
    position: absolute;
    height: 0;
    width: 90px;
    top: 50%;
    left: -25px;
    text-align: center;
}

.history-world__type span {
    display: block;
    color: #999999;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    -ms-transform-origin: center 0;
        transform-origin: center 0;
    white-space: nowrap
}

@media (min-width: 1024px) {

    .history-world__type {
        display: none
    }
}

.history-world__content {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.history-world__content img {
    margin: 0 20px 0 0;
    border-radius: 100%
}

.history-world__content p {
    font-size: 18px;
    line-height: 26px
}

@media (max-width: 479px) {

    .history-world__content {
        display: block;
        padding-right: 10px
    }
}

@media (max-width: 767px) {

    .history-world {
        padding-left: 70px;
        padding-right: 25px;
        margin-right: -25px
    }
    }

.sly-popup{
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #e5e5e5;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s;
}

.sly-popup ul li{
    padding-right: 60px;
    list-style: none;
    margin: 50px 0 0 0;
    -js-display: flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
}

.sly-popup ul li p{
    margin: 30px 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: light;
}

.sly-popup ul li img{
    margin: 0 30px 0 0;
    border-radius: 100%;
    min-width: 110px;
    max-width: 110px;
    min-height: 110px;
    max-height: 110px;
    width: 110px;
    height: 110px;
    object-fit: cover;
}

.sly-popup ul li:first-child {
    margin: 0
}

.sly-popup.show {
    background: rgba(0, 0, 0, .4);
}

.sly-popup.show .sly-popup__inner {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0)
}

.sly-popup__inner {
    padding: 0 25px;
    -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    transition: all 0.3s;
    background: #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.sly-popup__inner ul {
    height: 100%
}

@media (min-width: 1024px) {

    .sly-popup__inner {
        max-width: 785px
    }
}

.sly-popup__header {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 -25px;
    padding: 40px 25px;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}

.sly-popup__header h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 28px;
    color: #00b9bf;
    font-weight: bold
}

.sly-popup__close {
    background: url('/local/templates/assets/img/svg/close-big.svg');
    width: 28px;
    height: 28px;
    display: block;
    cursor: pointer
}

.sly-popup__wrap {
    height: 100%;
    padding: 50px 0;
    overflow: hidden;
}

.sly-popup__wrap .mCSB_container {
    margin: 0
}

.sly-popup__wrap .mCSB_draggerContainer {}

.sly-popup__wrap .mCSB_dragger_bar {
    background-color: #00b9bf !important
}

.sly-popup__wrap .mCSB_draggerRail {
    background-color: #dddddd !important
}

.sly-popup__wrap .mCustomScrollBox {
    overflow: visible
}

@media (max-width: 767px) {

    .sly-popup ul li {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-right: 30px;
        margin: 30px 0 0 0;
    }

    .sly-popup ul li p {
        width: 100%
    }
            }

.sly-large-tooltip{
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    -ms-transform: rotate(-90deg) translate(0, 100%);
        transform: rotate(-90deg) translate(0, 100%);
    -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0;
    z-index: 100;
    text-align: center;
    padding-top: 70px;

    -js-display: flex;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    transition: all 0.3s;
    opacity: 0;
}

.sly-large-tooltip .history-askona-large{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.sly-large-tooltip .history-world-large {
    min-width: 150px;
    max-width: 150px;
    margin-right: 32px;
    font-size: 18px;
    color: #999999;
    font-weight: bold;
}

.sly-large-tooltip.show {
    opacity: 1
}

@media (max-width: 1024px){

    .sly-large-tooltip {
        display: none
    }
    }
