body {
    margin: 0;
    padding: 0;
}

/* Основной контейнер */
.wrapper {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.container {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 0;
    display: block;
 }
 .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
 }

 /* Основной контейнер КОНЕЦ */


 /* Попап стили */
.popup__tariff * {
    font-family: 'Proxima Nova';
    color: #333C4A;
}
.popup__scroll_hidden {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    overflow: auto;
    position: fixed;
    z-index: 99;
    display: none;
}
.popup__scroll_hidden::-webkit-scrollbar {
    width: 0;
}
.popup__tariff {
    position: relative;
    max-width: 650px;
    width: 100%;
    height: auto;
    background-color: #EDEFF5;
    padding: 15px;
    box-sizing: border-box;
    z-index: 99;
    border-radius: 10px;
    display: none;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 150px;
}
.popup__tariff.popup__warning {
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    bottom: auto;
    margin: 0;
    z-index: 101;
}
.popup__tariff_sites {
    max-width: 745px;
}
.popup__tariff .popup__container {
    /* overflow: auto; */
    height: auto;
}
.popup__container::-webkit-scrollbar {
    width: 0;
}
.popup__inner_block {
    padding: 35px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
}
.popup__inner_block:last-of-type {
    margin-bottom: 0;
}
.popup__tariff_sites .popup__inner_block {
    padding: 15px;
}
.popup__title {
    font-size: 14px;
    line-height: 18.2px;
    color: #333C4A;
    width: 100%;
    text-align: left;
    font-weight: 600;
}
.popup__tariff .tariff__title {
    font-size: 35px;
    line-height: 42.63px;
    color: #333C4A;
    text-align: left;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 25px;
}
.popup__tariff .tariff__price {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 25px;
    color: #333C4A;
}
.tariff__information {
    display: flex;
    column-gap: 10px;
    padding-bottom: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #EDEFF5;
}
.info__box {
    background-color: #F4F6F8;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
}
.info__box .sup__info {
    margin-bottom: 10px;
    color: #9098B4;
    font-size: 14px;
    line-height: 17.05px;
    font-weight: 400;
}
.info__box .info {
    font-size: 20px;
    line-height: 24px;
    color: #333C4A;
    font-weight: 600;
}
.popup__text {
    font-size: 14px;
    line-height: 18.2px;
    color: #9098B4;
}
.popup__text.text__black {
    color: #333C4A;
    line-height: 17.05px;
}
.tariff__block {
    padding: 25px 0;
}
.tariff__block .popup__title {
    margin-bottom: 10px;
}
.popup__tariff .tariff__companys {
    border: none;
    border-bottom: 1px solid #EDEFF5;
    border-radius: 0;
    padding-left: 0;
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    margin: 0;
}
.tags {
    display: flex;
    flex-wrap: wrap;
    row-gap: 7px;
    column-gap: 7px;
}
.tag {
    font-size: 14px;
    line-height: 17.05px;
    color: #333C4A;
    padding: 5px 7px;
    box-sizing: border-box;
    display: inline-block;
    background-color: #F4F6F8;
    font-weight: 400;
    border-radius: 5px;
}
.popup__tariff .tariff__btn_fill {
    margin-top: 40px;
    margin-bottom: 0;
    max-width: 550px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 19.49px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup__tariff .tariff__btn_fill_outer {
    margin: 0 auto;
    margin-top: 15px;
    max-width: 620px;
    height: 50px;
    width: 100%;
}
.popup__inner_block ul {
    padding-left: 1px;
    margin: 0;
}
.popup__inner_block ul li {
    list-style: none;
    font-size: 14px;
    line-height: 17.05px;
    color: #333C4A;
}
.tariff_sites .popup__title {
    margin-bottom: 25px;
}
.tariff__site_box {
    display: flex;
    padding-bottom: 14px;
    border-bottom: 1px solid #EDEFF5;
    column-gap: 35px;
}
.tariff__site_box:not(:first-of-type) {
    padding-top: 15px;
}
.tariff__site_box .image {
    display: flex;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 5px;
}
.box__image {
    width: 100%;
}
.popup__warning {
    max-width: 578px;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    box-sizing: border-box;
}
.popup__warning svg {
    position: absolute;
    right: 30px;
    top: 27px;
    cursor: pointer;
}
.popup__warning .title__h3 {
    font-size: 25px;
    line-height: 32.5px;
    color: #333C4A;
    margin: 0;
    margin-bottom: 10px;
}
.popup__warning .text {
    font-size: 16px;
    line-height: 19.49px;
    color: #333C4A;
}
.popup__warning .phone {
    font-size: 35px;
    line-height: 42.63px;
    color: #0065FF;
    font-weight: 400;
    margin-top: 25px;
}
.popup__tariff .tariff__companys .company {
    width: 39px;
    height: 31.2px;
    background-size: contain;
}
 /* Попап стили КОНЕЦ */

 

/********** Тарифы стили  ************/
.tariffs__page * {
    font-family: 'Proxima Nova';
}
.tariffs__page {
    padding: 60px 0 378px 0;
    box-sizing: border-box;
}
.tariffs__page ul li {
    list-style: none;
}
p {
    margin: 0;
}

.tariffs__standard_bg .tariffs__bg_blue {
    background-color: #052658;
}
.tariffs__automatic_lifting_bg .tariffs__bg_violet {
    background-color: #40068A;
}
.tariffs__standard_bg .tariffs__bg_violet {
    opacity: 0;
}
.tariffs__standard_bg .tariffs__bg_blue {
    opacity: 1;
}
.tariffs__automatic_lifting_bg .tariffs__bg_violet {
    opacity: 1;
}
.tariffs__automatic_lifting_bg .tariffs__bg_blue {
    opacity: 0;
}
.tariffs__standard_bg .images__bg_ellipse_blue {
    display: block;
}
.tariffs__standard_bg .images__bg_ellipse_violet {
    display: none;
}
.tariffs__automatic_lifting_bg .images__bg_ellipse_blue {
    display: none;
}
.tariffs__automatic_lifting_bg .images__bg_ellipse_violet {
    display: block;
}
.tariffs__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    left: 0;
    top: 0;
}
.images__bg_ellipse {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.ellipse {
    position: absolute;
    background-size: contain;
}
.images__bg_ellipse .ellipse__top01 {
    width: 1326.03px;
    height: 1185px;
    top: 0;
    left: 0;
}
.images__bg_ellipse .ellipse__top02 {
    width: 452px;
    height: 452px;
    top: 602px;
    left: 60vw;
}
.images__bg_ellipse .ellipse__bottom01 {
    width: 1326.03px;
    height: 1185px;
    bottom: 0;
    left: 0;
}
.images__bg_ellipse .ellipse__bottom02 {
    width: 1351.43px;
    height: 1202px;
    bottom: -10vw;
    right: 0;
}
.images__bg_ellipse_blue .ellipse__top01 {background: url('/img/tariffs/Ellipse-blue-top-1.png') 0 0 no-repeat; background-size: cover;}
.images__bg_ellipse_blue .ellipse__top02 {background: url('/img/tariffs/Ellipse-blue-top-2.png') 0 0 no-repeat; background-size: cover;}
.images__bg_ellipse_blue .ellipse__bottom01 {background: url('/img/tariffs/Ellipse-blue-bottom-1.png') 0 0 no-repeat; background-size: cover;}
.images__bg_ellipse_blue .ellipse__bottom02 {background: url('/img/tariffs/Ellipse-blue-bottom-2.png') 0 0 no-repeat; background-size: cover;}
.images__bg_ellipse_violet .ellipse__top01 {background: url('/img/tariffs/Ellipse-violet-top-1.png') 0 0 no-repeat; background-size: cover;}
.images__bg_ellipse_violet .ellipse__top02 {background: url('/img/tariffs/Ellipse-violet-top-2.png') 0 0 no-repeat; background-size: cover;}
.images__bg_ellipse_violet .ellipse__bottom01 {background: url('/img/tariffs/Ellipse-violet-bottom-1.png') 0 0 no-repeat; background-size: cover;}
.images__bg_ellipse_violet .ellipse__bottom02 {background: url('/img/tariffs/Ellipse-violet-bottom-2.png') 0 0 no-repeat; background-size: cover;}

.logo {
    display: block;
    margin-bottom: 100px;
}
.title__h2 {
    font-size: 50px;
    line-height: 65px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding-bottom: 50px;
    margin-bottom: 0;
}
.tabs__panel {
    display: flex;
    justify-content: space-between;
    max-width: fit-content;
    margin: 0 auto;
    padding: 3px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    margin-bottom: 35px;
}
.tab__button {
    color: #fff;
    padding: 10.5px 15px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 19.49px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
}
.tab__button.active {
   background-color: #0065FF;
}
.tab__button:has(input:checked) {
   background-color: #0065FF;
}
.tab__button2 {
    color: #fff;
    padding: 10.5px 15px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
}
.tab__button2.active {
    background: linear-gradient(93.9deg, #9747FF 31.99%, #5898FF 94.36%);
}
.tab__button2:has(input:checked) {
    background: linear-gradient(93.9deg, #9747FF 31.99%, #5898FF 94.36%);
}
.tariffs__automatic_lifting_bg .tab__button.active {
    background-color: #9747FF;
 }
.title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
}
.subtitle {
    font-size: 15px;
    line-height: 19.5px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    text-align: center;
}
.tariffs {
    display: flex;
    justify-content: center;
    align-items: baseline;
    column-gap: 25px;
    margin-top: 85px;
}
.tariff__box {
    background-color: #fff;
    padding: 25px 25px;
    border-radius: 25px;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    min-height: 840px;
}
.tariff__box:nth-child(1), .tariff__box:nth-child(3) {
    margin-top: 21px;
}
.tariff__box:nth-child(2) {
    border: 5px solid #0065FF;
    padding-top: 42px;
    box-sizing: border-box;
    min-height: 865px;
    position: relative;
    max-width: calc(287px + 3px);
}
.tariff__box:nth-child(2):before {
    content: 'Выбор клиентов';
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 160px;
    height: 58px;
    background: linear-gradient(180deg, #28D146 50.3%, #0065FF 100%);
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 15px 15px 0px 0px;
    z-index: -1;
    font-size: 14px;
    font-weight: 700;
    padding-top: 13px;
    box-sizing: border-box;
} 
.tariff__title {
    font-size: 22px;
    line-height: 26.8px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    color: #092C62;
}
.tariff__subtitle_text {
    color: #9098B4;
    text-align: center;
    max-width: 156px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 17.05px;
}
.tariff__price {
    font-size: 25px;
    line-height: 30.45px;
    font-weight: 600;
    color: #092C62;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
}
.tariff__subtitle_text a {
    display: block;
    color: #0065FF;
    text-decoration: underline;
}
.tariff__btn {
    padding: 11px 0;
    box-sizing: border-box;
    background-color: #D4E4FF;
    font-size: 15px;
    line-height: 18.27px;
    font-weight: 600;
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 15px;
}
.tariff__btn_normal {
    color: #0065FF;
    background-color: #D4E4FF;
}
.tariff__btn_fill {
    border: none;
    background-color: #0065FF;
    color: #fff;
}
.tariff__btn_link {
    display: block;
    color: #0065FF;
    font-size: 14px;
    line-height: 17.05px;
    text-align: center;
    margin-top: auto;
    text-decoration: underline;
    padding-top: 20px;
}
.drop__selected {
    color: #0065FF;
    display: flex;
    justify-content: space-between;
    max-width: 125px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 17.05px;
    align-items: center;
    cursor: pointer;
}
.drop__selected svg {
    transition: all linear .3s;
}
.drop__selected.active svg {
    transform: rotate(180deg);
}
.tariff__droplist {
    position: relative;
}
.tariff__droplist .list {
    border-radius: 5px;
    display: none;
    padding: 0;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    overflow: hidden;
    z-index: 5;
}
.tariff__droplist .list label{
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    cursor: pointer;
    padding: 11px 15px;
}
/* padding: 11px 15px; */
.tariff__droplist .list li {
    font-size: 15px;
    line-height: 18.15px;
    color: #2F353D;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F1F2F6;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}
.tariff__droplist .list li:first-child, .tariff__droplist .list li:last-child{
    padding: 11px 15px;
}

.tariff__droplist .list li span {
    font-family: 'Inter', sans-serif;
    color: #2F353D;
}
.tariff__droplist .list li:hover:not(:first-child) {
    background-color: #0065FF;
    color: #fff;
}

.tariff__droplist .list li:hover:not(:first-child) span {
    color: #fff;
}
.tariff__droplist .list li:last-of-type {
    border-bottom: none;
}
.tariff__droplist .list .list__title span {
    font-size: 14px;
    line-height: 17.05px;
    color: #9098B4;
    pointer-events: none;
    border-bottom: none;
}
.tariff__list {
    padding: 0;
    margin: 0;
}
.tariff__list li {
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 17.05px;
    color: #092C62;
}
.tariff__list li:last-of-type {
    margin-bottom: 0;
}
.tariff__list li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/img/tariffs/tariff-list-check.svg') 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}
/*.tariff__list li:last-of-type::before {*/
/*    background: url('/img/tariffs/asterisk-blue.svg') 0 0 no-repeat;*/
/*    background-size: contain;*/
/*}*/
.tariff__list li:nth-last-child(1)::before {
    background: url('/img/tariffs/tariff-list-info.svg') 0 0 no-repeat;
    background-size: contain;
}
.tariff__list li.hhRu::before {
    background: url('/img/tariffs/asterisk-blue.svg') 0 0 no-repeat;
    background-size: contain;
}
.tariff__companys {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #EDEFF5;
    border-radius: 10px;
    column-gap: 7px;
    row-gap: 8px;
    margin-top: 35px;
    margin-bottom: 25px;
}
.tariff__companys .company {
    border-radius: 7.14px;
    width: 35.34px;
    height: 28.92px;
}
.tariff__numbers {
    font-size: 12.81px;
    line-height: 16.6px;
    color: #0E65F3;
    font-weight: 600;
    background-color: #E1EDFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.tariff__minimum .tariff__c01 {
    background: url('/img/tariffs/c-01.svg') 0 0 no-repeat;
}
.tariff__minimum .tariff__c02 {
    background: url('/img/tariffs/c-02.svg') 0 0 no-repeat;
}
.tariff__minimum .tariff__c03 {
    background: url('/img/tariffs/c-03.svg') 0 0 no-repeat;
}
.tariff__minimum .tariff__c04 {
    background: url('/img/tariffs/c-04.svg') 0 0 no-repeat;
}
.tariff__minimum .tariff__c05 {
    background: url('/img/tariffs/c-05.svg') 0 0 no-repeat;
}

.tariff__optimal .tariff__c01 {
    background: url('/img/tariffs/c-01.svg') 0 0 no-repeat;
}
.tariff__optimal .tariff__c02 {
    background: url('/img/tariffs/c-02.svg') 0 0 no-repeat;
}
.tariff__optimal .tariff__c03 {
    background: url('/img/tariffs/c-06.svg') 0 0 no-repeat;
}
.tariff__optimal .tariff__c04 {
    background: url('/img/tariffs/c-07.svg') 0 0 no-repeat;
}
.tariff__optimal .tariff__c05 {
    background: url('/img/tariffs/c-08.svg') 0 0 no-repeat;
}
.tariff__optimal .tariff__c06 {
    background: url('/img/tariffs/c-05.svg') 0 0 no-repeat;
}
.tariff__optimal .tariff__c07 {
    background: url('/img/tariffs/c-04.svg') 0 0 no-repeat;
}

.tariff__maximum .tariff__c01 {
    background: url('/img/tariffs/c-01.svg') 0 0 no-repeat;
}
.tariff__maximum .tariff__c02 {
    background: url('/img/tariffs/c-02.svg') 0 0 no-repeat;
}
.tariff__maximum .tariff__c03 {
    background: url('/img/tariffs/c-06.svg') 0 0 no-repeat;
}
.tariff__maximum .tariff__c04 {
    background: url('/img/tariffs/c-07.svg') 0 0 no-repeat;
}
.tariff__maximum .tariff__c05 {
    background: url('/img/tariffs/c-08.svg') 0 0 no-repeat;
}
.tariff__maximum .tariff__c06 {
    background: url('/img/tariffs/c-05.svg') 0 0 no-repeat;
}
.tariff__maximum .tariff__c07 {
    background: url('/img/tariffs/c-04.svg') 0 0 no-repeat;
}
.tariff__maximum .tariff__c08 {
    background: url('/img/tariffs/c-09.svg') 0 0 no-repeat;
}
.tariffs__questions {
    margin-top: 100px;
}
.tariffs__questions .title__h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 52px;
}
.tariffs__questions_for_automatic_lifting {
    display: none;
}

.tariffs__automatic_blue {
    display: none;
}
.question {
    background-color: transparent;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 23px;
    line-height: 28.01px;
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    max-width: 830px;
}
.question svg {
    opacity: .2;
    position: absolute;
    right: 30px;
    top: 20px;
    transition: all linear .3s;
}
.question.active svg {
    transform: rotate(180deg);
}
.question_btn {
    border-radius: 15px 15px 0 0;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 26px 25px;
    box-sizing: border-box;
    padding-right: 80px;
}
.answer {
    display: none;
    margin-top: 1px;
    font-size: 16px;
    line-height: 20.8px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 26px 25px;
    box-sizing: border-box;
    border-radius: 0 0 15px 15px;
}
.question:last-of-type {
    margin-bottom: 0;
}
/* Стили тариф с автообновлением НАЧАЛО */
.tariffs__automatic_lifting .tariff__box:nth-child(2) {
    border-color: #9747FF;
}
.tariffs__automatic_lifting .tariff__btn_normal {
    background-color: #E8D7FF;
    color: #9747FF;
}
.tariffs__automatic_lifting .tariff__btn_fill {
    background-color: #9747FF;
    color: #fff;
}
.tariffs__automatic_lifting .tariff__list li:before {
    background: url('/img/tariffs/tariff-list-check-violet.svg') 0 0 no-repeat;
    background-size: contain;
}
.tariffs__automatic_lifting .tariff__list li:nth-last-child(1)::before {
    background: url('/img/tariffs/tariff-list-info-violet.svg') 0 0 no-repeat;
    background-size: contain;
}
.tariffs__automatic_lifting .tariff__list li.hhRu::before {
    background: url('/img/tariffs/asterisk-violet.svg') 0 0 no-repeat;
    background-size: contain;
}

.tariffs__automatic_lifting .tariff__subtitle_text a {
    color: #9747FF;
}
.tariffs__automatic_lifting .tariff__btn_link {
    color: #9747FF;
}
.tariffs__automatic_lifting .drop__selected {
    color: #9747FF;
}
.tariffs__automatic_lifting .drop__selected svg path {
    fill: #9747FF;
}
.tariffs__automatic_lifting .tariff__droplist .list li:not(:first-child):hover {
    background-color: #9747FF;
}
.tariffs__automatic_lifting .tariff__box:nth-child(1), .tariffs__automatic_lifting .tariff__box:nth-child(3) {
    min-height: 1090px;
}
.tariffs__automatic_lifting .tariff__box:nth-child(2) {
    min-height: 1116px;
}
.tariffs__automatic_lifting .tariff__title {
    color: #2E006A;
}
.tariffs__automatic_lifting .tariff__price {
    color: #2E006A;
}
.tariffs__automatic_lifting .tariffs__page ul li {
    color: #2E006A;
}
.tariffs__automatic_lifting .tariff__numbers {
    color: #9747FF;
    background-color: #E8D7FF;
}
/* Стили тариф с автообновлением КОНЕЦ */

/********** Тарифы стили КОНЕЦ  ************/

/********** Дополнительные стили, нужные для посадки **************/
button[type=submit]{
    border: none;
}

/********************************************/

@media screen and (max-width: 1280px) {
    .container {
        max-width: 100%;
        width: calc(100% - 40px);
    }   
}

@media screen and (max-width: 1024px) {
    .tariffs {
        align-items: stretch;
        column-gap: 15px;
    }
    .list__title span:last-of-type {
        max-width: 60px;
    }
}


@media screen and (max-width: 768px) {
    .images__bg_ellipse .ellipse__top01 {
        width: 726.03px;
        height: 585px;
        top: 0;
        left: 0;
    }
    .images__bg_ellipse .ellipse__top02 {
        width: 252px;
        height: 252px;
        top: 602px;
        left: 72vw;
    }
    .images__bg_ellipse .ellipse__bottom01 {
        width: 726.03px;
        height: 585px;
        bottom: 0;
        left: 0;
    }
    .images__bg_ellipse .ellipse__bottom02 {
        width: 751.43px;
        height: 502px;
        bottom: -10vw;
        right: 0;
    }
    .images__bg_ellipse_blue .ellipse__top01 {background: url('/img/tariffs/Ellipse-blue-top-1.png') top left no-repeat; background-size: contain;}
    .images__bg_ellipse_blue .ellipse__top02 {background: url('/img/tariffs/Ellipse-blue-top-2.png') center center no-repeat; background-size: contain;}
    .images__bg_ellipse_blue .ellipse__bottom01 {background: url('/img/tariffs/Ellipse-blue-bottom-1.png') left bottom no-repeat; background-size: contain;}
    .images__bg_ellipse_blue .ellipse__bottom02 {background: url('/img/tariffs/Ellipse-blue-bottom-2.png') right bottom no-repeat; background-size: contain;}
    .images__bg_ellipse_violet .ellipse__top01 {background: url('/img/tariffs/Ellipse-violet-top-1.png') top left no-repeat; background-size: contain;}
    .images__bg_ellipse_violet .ellipse__top02 {background: url('/img/tariffs/Ellipse-violet-top-2.png') center center no-repeat; background-size: contain;}
    .images__bg_ellipse_violet .ellipse__bottom01 {background: url('/img/tariffs/Ellipse-violet-bottom-1.png') left bottom no-repeat; background-size: contain;}
    .images__bg_ellipse_violet .ellipse__bottom02 {background: url('/img/tariffs/Ellipse-violet-bottom-2.png') right bottom no-repeat; background-size: contain;}
    .logo {
        text-align: center;
        margin-bottom: 60px;
    }
    .title__h2 {
        margin: 0;
    }
    .tariffs {
        column-gap: 0;
        flex-wrap: wrap;
        row-gap: 50px;
    }
    .tariff__box {
        max-width: 100%;
        width: 70vw;
        min-height: 0;
        margin-top: 0;
    }
    .tariff__box:nth-child(2) {
        max-width: 100%;
        margin-top: 50px;
        min-height: 0;
    }
    .question_btn {
        box-sizing: border-box;
        font-size: 23px;
        line-height: 28.01px;
        padding: 15px 25px;
        padding-right: 70px;
    }
    .question svg {
        top: 8px;
        right: 20px;
    }
    .tariffs__questions .title__h2 {
        font-size: 40px;
        line-height: 52px;
        padding-bottom: 50px;
    }
    .tariffs__automatic_lifting .tariff__box:nth-child(1), .tariffs__automatic_lifting .tariff__box:nth-child(3) {
        min-height: 0;
    }
    .tariffs__automatic_lifting .tariff__box:nth-child(2) {
        min-height: 0;
    }
    .tariff__btn_link {
        padding-top: 50px;
    }
    .tariff__information {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .list__title span:last-of-type {
        max-width: 100%;
        overflow: visible;
        text-overflow: ellipsis;
        white-space: normal;
    }
}

@media screen and (max-width: 480px) {
    .images__bg_ellipse .ellipse__top01 {
        width: 298.03px;
        height: 266px;
        top: 0;
        left: 0;
    }
    .images__bg_ellipse .ellipse__top02 {
        width: 252px;
        height: 252px;
        top: 202px;
        left: 42vw;
    }
    .images__bg_ellipse .ellipse__bottom01 {
        width: 298.03px;
        height: 266px;
        bottom: 0;
        left: 0;
    }
    .images__bg_ellipse .ellipse__bottom02 {
        width: 303.43px;
        height: 270px;
        bottom: -20vw;
        right: -20vw;
    }
    .tariffs__page {
        padding: 20px 0 173px 0;
    }
    .logo {
        margin-bottom: 36px;
    }
    .title__h2 {
        padding-bottom: 40px;
    }
    .tabs__panel {
        margin-bottom: 25px;
    }
    .tariff__box {
        max-width: 341px;
        width: 100%;
    }
    .tariffs {
        margin-top: 40px;
        row-gap: 40px;
    }
    .tariff__box {
        padding-top: 35px;
    }
    .tariff__box:nth-child(2) {
        max-width: 341px;
        width: 100%;
        padding: 25px 17.5px;
        padding-top: 35px;
    }
    .tariff__btn_link {
        padding-top: 50px;
    }
    .question_btn {
        position: relative;
        padding-right: 75px;
    }
    .question svg {
        top: 0;
        bottom: 0;
        right: 29px;
        margin: auto 0;
    }
    .popup__tariff {
        max-width: 340px;
    }
    .popup__tariff .popup__container {
        height: auto;
    }
    .tariff_sites {
        padding: 15px 15px;
    }
    .tariff__box:nth-child(1), .tariff__box:nth-child(3) {
        margin-top: 0;
    }
    .popup__tariff .tariff__btn_fill {
        margin-top: 40px;
        margin-bottom: 0;
        max-width: 250px;
        width: 100%;
        height: 50px;
        font-size: 16px;
        line-height: 19.49px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .popup__tariff .tariff__btn_fill_outer {
        margin-top: 15px;
        max-width: 310px;
        height: 50px;
        width: 100%;
    }
    .popup__inner_block .tariff__block + .tariff__information {
        column-gap: 5px;
    }
    .popup__inner_block .tariff__block + .tariff__information .info__box {
        padding: 17px 15px;
    }
    .popup__tariff .tariff__title {
        font-size: 30px;
        line-height: 40px;
    }
    .popup__inner_block {
        padding: 35px 15px;
    }
}