.pelorus-mini {

}
span.h1Mini {
        text-transform: lowercase;
}
.template-page.pelorus-mini  h1 span.text_color {
      font-weight: 400;
}
.template-page.pelorus-mini  h1 + p {
       max-width: 400px;
}
.template-page.pelorus-mini  .pageHead__body-tabs {
    z-index: 9999;
    position: relative;
}
.template-page.pelorus-mini  .pageHead__body {
    margin-top: -3rem;
    width: 29%;
        right: 15%;
}
.template-page.pelorus-mini  .pageHead {
    padding: 225px 0 117px;
}
.template-page.pelorus-mini  .pageHead__block {
    justify-content: space-between;
}
.template-page.pelorus-mini .rotator__animation_bg {
    z-index: 0;
}
.template-page.pelorus-mini  .rotator .text_color {
    color: var(--color);
}
.template-page.pelorus-mini  .rotator__footer_txt {
    font-family: var(--f1);
    font-size: 20px;
    text-transform: none;
}
.template-page.pelorus-mini  .rotator__footer {
    padding: 2rem 2rem 2rem;
}
.img-info {
    position: absolute;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Tektur';
    max-width: 17rem;
    text-align: left;
    right: -5rem;
    top: 8rem;
}
.rotator__footer-row {
    display: flex;
        flex-wrap: wrap;
    gap: 2rem;

}
.rotator__footer-row p:first-of-type {
        flex: 0 0 100%;
    text-align: center;
    font-family: 'Tektur';
    font-size: 24px;
}
.template-page.pelorus-mini .rotator__footer-item {
display: flex;
    align-items: center;
    gap: 1rem;
    flex: 0 0 25%;
}
.template-page.pelorus-mini .rotator__footer-item:last-of-type {
    flex: 0 0 38%;
}
.template-page.pelorus-mini .modelFunck {
    padding: 0;
    margin: 0;
}
.template-page.pelorus-mini .еngineering {
    padding-bottom: 157px;
}
.template-page.pelorus-mini .еngineering__image-golden {
    position: relative;
    top: 50%;
    bottom: 0;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    transition: all 2s ease;
    transform: translate(0, -50%);
}
.template-page.pelorus-mini .еngineering__image img {
height: 103%;
    max-height: max-content;
    object-fit: contain;
    object-position: center;
    top: 50%;
    transform: translate(0, -50%);
}
.template-page.pelorus-mini .еngineering__content p:first-of-type {
    background: var(--color_head);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--color);
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--f2);
    margin-bottom: 34px;
}
.rotatorMini {
    background: url(../i/mini/mini-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.rotatorMini__block {
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}
.rotatorMini__bg {
}
.rotatorMini__content {
        flex: 0 0 50%;
}
.rotatorMini__button {
    padding-top: 80px;
}
.app {
}
.app__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
}
.app__content {
        color: var(--dark);
    flex: 0 0 45%;
}
.app__icons {
        padding-top: 64px;
    display: flex;
    gap: 42px;
}
.app__bg {
}
.choice {
}
.choice__block {
}
.choice__head {
}
.choice__content {
    display: flex;
    gap: 33px;
    align-items: stretch;
}
.choice__item {
        background: #1e2832;
    border-radius: 50px;
    padding: 48px;
    border: 3px solid;
    box-shadow: 0px 66px 65px -49px #00000073;
    flex: 1 1 30%;
}
.choice__item .btn {
    margin: 24px auto 48px;
    left: 50%;
    transform: translate(-50%);
}
.choice__img {
position: relative;
    text-align: center;
}
.choice__img img {
        z-index: 9;
    position: relative;
    margin-top: -6rem;

}
.choice__img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 223px 110px var(--color);
    border-radius: 50%;
    width: 1px;
    height: 1px;
    z-index: 0;
}
.choice__name {
    text-align: center;
    z-index: 9;
    position: relative;
    padding-top: 3rem;

}
.choice__name p {
        font-size: 20px;
    font-weight: 600;
}
.choice__name p:first-of-type {
        font-size: 32px;
    text-transform: uppercase;
    color: var(--color);
    font-family: var(--f3);
    font-weight: 400;
}
.choice__price {
    text-align: center;
    font-size: 36px;
    font-family: var(--f2);
    font-weight: 600;
}
.choice__body {
}
.choice__top {
    min-height: 14.7rem;

}
.choice__rew {
    height: 5rem;
    overflow: hidden;
    transition: all .3s ease;								
}
.choice__rew.active {
        height: auto;
        transition: all .3s ease;									
}
.choice__rew-tx {
    margin: 28px 0 24px;
    font-size: 20px;
    cursor: pointer;
    border-bottom: 1px solid var(--color);
    color: var(--color);
    display: inline-block;
    line-height: 1.1;
}
.choice__rew-tx span {
    padding-left: 0.5rem;
}
.choice__rew-tx span svg {
    transform: rotate(180deg);
    transition: all .3s ease;									
}
.choice__rew.active .choice__rew-tx span svg {
    transform: rotate(0deg);
    transition: all .3s ease;									
}
.choice__rew_content {
        
}
.listUl ul {

}
.listUl ul li {
    position: relative;
    font-size: 14px;
    padding: 0rem 0 0.8rem 1.3rem;
}
.listUl ul li strong{
}
.listUl ul li strong:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--color);
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.listUl ul li del {
}
.listUl ul li del:before {
content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #B0BAC8;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.rotatorMini h2 {
        font-family: var(--f3);
}
.choice h2 {    
    color: var(--dark);
    text-align: center;
    padding-bottom: 3rem;

}
span.text_color-2 {
    color: var(--color_2);
}
/*
==============================
 xl 1699 - Декстопы (1600)
==============================
*/
@media (min-width: 1921px) {
}

@media (max-width: 1919px) {
}

@media (max-width: 1679px) {
}

/*
==============================
xl 1699 - Декстопы (1536)
==============================
*/
@media (max-width: 1536px) {
}

/*
==============================
      xl 1599 - Декстопы (1440)
==============================
*/
@media (max-width: 1440px) {
}

/*
==============================
      lg 1399 - Ноутбуки (1360)
==============================
*/
@media (max-width: 1439px) {
}

/*
==============================
      lg 1366 - Ноутбуки (1366)
==============================
*/
@media (max-width: 1399px) {
    .template-page.pelorus-mini .rotator__footer_txt {
    font-size: 14px;
}
.rotator__footer-row p:first-of-type {
    font-size: 18px;
}
.template-page .rotator__item {
    font-size: 16px;
}
.template-page.pelorus-mini .rotator__animation_bg {
    top: 50%;
    transform: translate(0%, -50%);
    height: auto;
}
.choice__content {
    gap: 0.4rem;
}
.choice__item {
    padding: 20px;
}

}

/*
==============================
      lg 1299 - Ноутбуки (1280)
==============================
*/
@media (max-width: 1299px) {
    .rotator__footer_icon {
    flex: 0 0 34px;
}
.template-page.pelorus-mini .rotator__footer-item:last-of-type {
    flex: 0 0 34%;
}
}

@media (max-width: 1149px) {
    .template-page.pelorus-mini .rotator__footer-item {
    flex: 0 0 44%;
}
.template-page.pelorus-mini .rotator__footer-item:last-of-type {
    flex: 0 0 56%;
}
}

/*
==============================
      ml 1152 - Нетбуки (1152)
==============================
*/
@media (max-width: 1152px) {
    .img-info {
    font-size: 18px;
    max-width: 14rem;
    right: 2rem;
}
.template-page.pelorus-mini .pageHead__body-tabs {
    width: 79%;
}
.rotator__footer-row {
    justify-content: center;
}
}

/*
==============================
      ml 1149 - Нетбуки (1024)
==============================
*/
@media (max-width: 1149px) {
    .choice__name p:first-of-type {
    font-size: 25px;
}
.choice__price {
    font-size: 29px;
}
.choice__rew-tx {
    margin: 28px 0 17px;
}
}

/*
==============================
      md 1023 - Планшеты (960)
==============================
*/

@media (max-width: 825px) {
    .template-page.pelorus-mini .rotator__animation_bg {
        top: 0;
        transform: translate(0);
        height: auto;
    }
    .choice__content {
    flex-wrap: wrap;
}
  .choice__item {
    flex: 1 1 100%;
}
.choice__img img {
    margin-top: 0;
}
}

/*
==============================
      md 1023 - Планшеты (768)
==============================
*/
@media (max-width: 1023px) {
    .img-info {
    position: relative;
    top: 0;
}
  .template-page.pelorus-mini .rotator__block {
        width: 100%;
    }
  

}

/*
==============================
      sm 767 - Фаблеты (500)
==============================
*/
@media (max-width: 767px) {
        .template-page.pelorus-mini .pageHead__body-tabs {
        width: 79%;
        margin-left: auto;
    }
    .template-page.pelorus-mini .pageHead {
    padding: 154px 0 117px;
}
}

/*
==============================
      xs 499 - Смартфоны (360)
==============================
*/
@media (max-width: 499px) {
    .template-page.pelorus-mini .pageHead__body {
    margin-top: 1rem;
}
    
    .img-info {
        font-size: 14px;
        max-width: 100%;
    }
        .template-page.pelorus-mini .rotator__footer-item {
        flex: 0 0 100%;
    }
        .template-page.pelorus-mini .rotator__footer-item:last-of-type {
        flex: 0 0 100%;
    }
    .rotatorMini__block {
    flex-wrap: wrap;
}
.rotatorMini__content {
    flex: 0 0 100%;
}
.app__bg {
    display: none;
}
.app__content {
    flex: 0 0 91%;
}
.app__icons {
    padding-top: 0px;
    gap: 13px;
}
.app__icons img {
    width: 9rem;
}
}

/*
==============================
      xs 499 - Смартфоны (414)
==============================
*/
@media (max-width: 414px) {
    .template-page.pelorus-mini h1 {
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 390px) {
}

/*
==============================
      xs 499 - Смартфоны (375)
==============================
*/
@media (max-width: 375px) {
}

/*
==============================
      xs 359 - Смартфоны (360)
==============================
*/
@media (max-width: 360px) {
}

/*
==============================
xs 359 - Смартфоны (320)
==============================
*/
@media (max-width: 359px) {
}									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									