#big-head {
    font-size: 90px;
}
@media (max-width: 59rem) {
    #big-head {
        font-size: 90px !important;
        transition: all 1s;
    }
}
@media (max-width: 40rem) {
    #big-head {
        font-size: 80px !important;
        transition: all 1s;
    }
}
@media (max-width: 31rem) {
    #big-head {
        font-size: 50px !important;
        transition: all 1s;
    }
}

/* video-list-new-keys */

.action-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin: 1.7rem 1.5rem 0;
}

.action-list--item {
    flex: 0 0 calc(33% - 30px);
    margin-bottom: 3rem;
}

.action-list--item-two {
    flex: 0 0 calc(50% - 30px);
    margin-bottom: 6rem;
}

.action-list--item-one {
    flex: 0 0 100%;
    margin-bottom: 1rem;
}

.action-list--item-preview {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 5px;
}

.action-list--item-preview .action-cover {
    border: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.desc-mobile {
    display: none;
}

.action-list--voice {
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #fff;
}
.action-list--voice.myasnikov {
    background:url("/themes/classic/img/page-action/action-bg-2.jpg") center top no-repeat #ffffff;
    background-size: cover;
}
.action-list--voice.repetur {
    background:url("/themes/classic/img/page-action/bg-repetur.jpg") center top no-repeat #ffffff;
    background-size: cover;
}
.action-list--voice-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 20px 20px 40px;
}
.action-list--voice-text .action-info {
    font-size: 13px;
}
.action-list--voice .action-voice {
    display: flex;
    align-items: flex-end;
}
.action-list--voice .action-voice img {
    width: auto;
    height: auto;
}
.action-list--voice-order {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 30px 20px 0;
}
.action-list--voice-order a.action-button-one {
    background: rgba(44, 185, 26, 0.9);
    color: #fff;
    border-radius: 3px;
    padding: 10px 40px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.2;
    transition: all .8s ease;
}
.action-list--voice-order a.action-button-one:hover {
    background: rgba(44, 185, 26, 0.5);
    border-radius: 8px;
}
.action-list--item-preview a.action-button-two, .action-list--item-preview a.action-button-tree {
    background: rgba(44, 185, 26, 0.9);
    color: #fff;
    border-radius: 3px;
    padding: 10px 40px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.2;
    transition: all .8s ease;
    position: absolute;
    z-index: 10;
    right: 30px;
    bottom: 30px;
}
.action-list--item-preview a.action-button-two:hover, .action-list--item-preview a.action-button-tree:hover {
    background: rgba(44, 185, 26, 0.5);
    border-radius: 8px;
}
.action-list--item-preview a.action-button-tree {
    display: none;
}
.action-list--voice-order .sale-img {
    width: 200px;
}

@media (hover:hover) {
    .action-list--item:hover .action-list--item-preview img,
    .action-list--item-two:hover .action-list--item-preview img {
        -webkit-transform:scale(1.2);
        -ms-transform:scale(1.2);
        transform:scale(1.2)
    }
    .action-list--item:hover .action-list--item-heading,
    .action-list--item-two:hover .action-list--item-heading {
        color: #e7332a
    }
}

.action-list--item-descr {
    padding: 20px 0 0 0;
    text-align: left;
}

.action-list--item-heading {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
    margin: 0 0 12px;
    font-size: 29px;
    line-height: 1.2;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

@media (max-width: 1050px) {
    .action-list--voice-text {
        display: none;
    }
    .desc-mobile {
        display: block;
    }
}

@media (max-width: 900px) {
    .action-list--item {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (max-width: 650px) {
    .action-list--item-preview a.action-button-tree {
        display: block;
    }
    .action-list--voice-order {
        display: none;
    }
    .action-list--voice .action-voice img {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .action-list--item-two {
        flex: 0 0 100%;
        margin-bottom: 4rem;
    }
    .action-list-two {
        margin: 3rem 1.5rem 2rem;
    }
    .action-list--item-preview a.action-button-two, .action-list--item-preview a.action-button-tree {
        right: 15px;
        bottom: 15px;
    }
}

@media (max-width: 500px) {
    .action-list--item {
        flex: 0 0 100%;
    }
    .action-list {
        margin: 3rem 1.5rem 4rem;
    }
}


/* Всплывающие Подсказки */

span.tooltip-video {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("/themes/classic/img/page-video/ask.svg") center center no-repeat transparent;
    position: relative;
    bottom: -5px;
    left: 5px;
}
/* делаем подсказку прозрачной и убираем её со страницы, чтобы она не появлялась при наведении на место, где она должна появиться */
span.tooltip-video:before, span.tooltip-video:after{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
/* стили для всплывающего блока с текстом */
span.tooltip-video:before {
    white-space: pre-line;
    content: attr(data-tooltip);
    width: 350px;
    height: auto;
    font-size: 13px;
    line-height: 20px;
    background: #3C4896;
    color: #fff;
    border-radius: 5px;
    bottom: 55px;
    right: calc(50% - 70px);
    padding: 10px;
    z-index: 10;
}
span.bigtip:before {
    white-space: pre-line;
    content: attr(data-tooltip);
    width: 350px;
    height: auto;
    font-size: 13px;
    line-height: 20px;
    background: #3C4896;
    color: #fff;
    border-radius: 5px;
    bottom: 55px;
    right: calc(50% - 130px) !important;
    padding: 10px;
    z-index: 10;
}
@media (max-width: 32rem) {
    span.tooltip-video:before {
        width: 250px;
    }
}
/* стили для стрелки */
span.tooltip-video:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #3C4896;
    bottom: 35px;
    left: calc(50% - 10px);
}
span.tooltip-video:hover:before, span.tooltip-video:hover:after {
    opacity: 1;
    visibility: visible;
    transition: .2s ease-in-out .4s; /* сделаем появление подсказки с задержкой */
}
/* добавляем эффект движения */
span.tooltip-video:hover:before {
    bottom: 35px;
}
span.tooltip-video:hover:after {
    bottom: 15px;
}
.part-one-desc ul li {
    margin-bottom: 0.4rem;
}
.part-two ul li {
    margin-bottom: 0.8rem;
}

.action-rules {
    display: flex;
    flex-direction: row;
    margin: 40px 20px 50px;
}
.action-rules h3 {
    flex-basis: 30%;
    padding-right: 20px;
}
.action-rules ul {
    flex-basis: 70%;
    border-left: 3px #2dd632 solid;
    list-style: inside;
}
.action-rules ul li {
    padding-left: 20px;
    margin-bottom: 7px;
}
@media (max-width: 40rem) {
    .action-rules {
        flex-direction: column;
    }
}

.action-list--item-descr a.podrobnee {
    font-size: 14px;
    border-bottom: 1px dashed rgba(10, 36, 106, 0.5);
}
