/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
@font-face {
    font-family: 'BebasNeue';
    src: url(../fonts/BebasNeue-Regular.otf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

label[for=policy] {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid transparent;
    padding: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}
label[for=policy] .input {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #BCBCBC;
    cursor: pointer;
}
label[for=policy] .label {
    color: #BCBCBC;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}
label[for=policy] .warning {
    background:red;
    color:#fff;
    font-size:12px;
    position:absolute;
    right:0;
    bottom: -14px;
    line-height: 1;
    padding: 3px 5px;
}
label[for=policy] .label a {
    color: #BCBCBC;
}
label[for=policy] .input.checked {
    background: url(../img/icn_accept.svg) center no-repeat, #BCBCBC;
}
.popup_feedback__wrapper label[for=policy] .label, .popup_feedback__wrapper label[for=policy] .label a {
    color:#7e7e7e;
}
.hero .container h1 {
    color: #373635;
    line-height: 1.15em;
    letter-spacing: -.3px;
}
.hero .container h1 strong {
    color: #2c2b29;
    line-height: 1em;
    font-weight: 700;
    display: block;
}
.hero .container .text .menu a {
    font-size: 20px;
    font-weight: 400;
    color: #2c2b29;
}


@media (min-width:1024px) {
.hero .container h1 {
    font-size: 32px;
    font-weight: 400;
}
.hero .container h1 strong {
    white-space: nowrap;
    margin-bottom: 20px;
    font-size: 52px;
}

}


@media (max-width:1024px) {
.hero .container h1 {    font-size: 28px; }
}


@media (max-width:900px) {
.hero .container h1 strong {    font-size: 33px;}
.hero .container h1  {    font-size: 24px;}
.hero .container .man {    max-width: 330px;}
.hero .container .text .menu {    display: none;}
}
@media (max-width: 768px) {
    .hero .container h1 {        font-size: 22px;    }
}
@media (max-width:479px) {
.hero .container h1 {    font-size: 16px;    max-width: 220px;}
.hero .container .text .menu{display:none;}
.hero .container h1 strong {        font-size: 32px;    }    
.hero .container .man {        max-width: 250px;    }    
.hero__wrapper {        min-height: 310px;    }
.head .menu {    gap: 12px;    margin-left: 20px;}
.head .menu a.link {    line-height: 1.1em;}
.head {    padding: 10px 0 10px 10px;}
}

.marquee_sec {
	padding: 0;
	margin-bottom: 50px;
}
.marquee_sec .items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
}

.marquee_sec .items {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
  margin-right: 20px;
}
.marquee_sec .item {
    width:300px;
    background: #F5F6FA;
    border-radius: 10px;
    padding: 20px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.marquee_sec .item .date {
    max-width: fit-content;
    border: 1px solid #0055b5;
    color: #0055b5;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.marquee_sec .item .text {
    line-height: 1.2;
    font-size: 16px;
    color: #000;
}
.marquee_sec .item .link {
    color: #7a7a7a;
    font-size: 13px;
    line-height: 1.2;
    margin-top: auto;
}
.marquee_sec .item .link a {
    color: #7a7a7a;
    letter-spacing: 1px;
}
.marquee_sec .marquee {
  animation: scroll 90s linear infinite;
}
.marquee_sec .items-wrap:hover .marquee {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.changes {padding-bottom: 50px;    padding-top: 0;}
.changes .container {
    display: flex;
}
.changes .container .left {
    flex: 0 0 90%;
    padding-right: 50px;
}
.changes .container .left h2, .services .container h2 {
    color: #000;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
}
.changes .container .left p,.services .container p.after_h2 {    
    width: 89%;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #2F3441;
}
.services .container p.after_h2:not(:last-child) {
    margin-bottom: 16px;
}
.changes .container .right {
    flex: 0 0 40%;
    background: #0055B5;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.changes .container .right .number {
    font-size: 115px;
    font-weight: 600;
    text-align: right;
    line-height: normal;
}
.changes .container .right .big_text {
    font-size: 45px;
    font-weight: 500;
    line-height: normal;
}
.changes .container .right .small_text {
    font-size: 15px;
    letter-spacing: 1px;
}
@media (max-width:768px) {
	.changes .container {
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 10px;
	}
	.changes .container .left {
    flex: 0 0 100%;
	}
	.changes .container .left h2 {
    font-size: 28px;
	}
	.changes .container .left p {
    font-size: 18px;
	}
	.changes .container .right {
    flex: 0 0 100%;
	}
	.changes .container .right .number {
    font-size: 70px;
    text-align: left;
	}
}

.changes_gallery {
	padding-top: 0;
    padding-bottom: 40px;
}
.changes_gallery .container {}
.changes_gallery .container .gal {}
.changes_gallery .container .gal .item {
	width: 270px;
    background: #F5F6FA;
    border-radius: 10px;
    padding: 20px;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    margin-right: 20px;
}
.changes_gallery .container .gal .item .date {
    max-width: fit-content;
    border: 1px solid #0055b5;
    color: #0055b5;
    padding: 5px 8px;
    font-size: 11px;
    line-height: 1;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.changes_gallery .container .gal .item .text.header_gal {
    font-weight: 700;
}
.changes_gallery .container .gal .item .text {
    line-height: 1.2;
    font-size: 16px;
    color: #000;
}
.changes_gallery .container .gal .item .text:not(.header_gal) { 
    max-height: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.changes_gallery .container .gal .item .link {
    color: #7a7a7a;
    font-size: 13px;
    line-height: 1.2;
    margin-top: auto;
}
.changes_gallery .container .gal .item .link a {    
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    text-decoration-line: underline;
    color: var(--prime-color)
}
.changes_gallery .container .flickity-prev-next-button.next {
	right:-25px;
    background: none;
}
.changes_gallery .container .flickity-prev-next-button.previous {
	left:-25px;
	background: none;
}
@media (max-width:1180px) {
	.changes_gallery .container .flickity-prev-next-button.next {
	right:0;
	}
	.changes_gallery .container .flickity-prev-next-button.previous {
	left:0;
	}
}

.actual {padding-top: 20px;}
.actual .container {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 0 10px;
}
.actual .container .text {}
.actual .container .text h2 {}
.actual .container .text p {
    margin-bottom: 20px;
}
.actual .container .date {
    background: #0055b5;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    flex: 0 0 300px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    font-size: 45px;
}
.actual .container .date span {
    flex: 0 0 100%;
    text-align: center;
    font-size: 150px;
    font-weight: 500;
    line-height: 135px;
}
@media (max-width:928px) {
	.actual {}
	.actual .container {}
	.actual .container .text {}
	.actual .container .text h2 {}
	.actual .container .text p {}
	.actual .container .date {
    font-size: 30px;
    flex: 0 0 200px;
    height: 200px;
}
	.actual .container .date span {
    font-size: 100px;
    line-height: 1;
}
}
@media (max-width:768px) {
	.actual {}
	.actual .container {
		flex-wrap:wrap;
		justify-content:center;
	}
	.actual .container .text {}
	.actual .container .text h2 {}
	.actual .container .text p {}
	.actual .container .date {
    flex: 0 0 100%;
    max-width: 300px;
}
	.actual .container .date span {}
}

.base_tariff, .vip_tariff {
	min-height:auto;
}
.main_form_sec__container {
	background-color: #7f94ab;
}

.services {
    background: #F6F6F6;
}
.services .container {
	padding:0 10px;
}

.services .container .wrap {
    display: flex;
    margin-top: 60px;
}
.services .container .wrap .text {
    flex: 0 0 50%;
    padding-right: 135px;
}
.services .container .wrap .text .item {
    margin-bottom: 25px;
    cursor: pointer;
    position:relative;
}
.services .container .wrap .text .item .title {
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    height: auto;
    border: 1px solid #0B6EFD;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    width: fit-content;
    padding: 0 10px;
    margin-bottom: 10px;
}
.services .container .wrap .text .item .desc {
    font-size: 18px;
    line-height: 23px;
    color: #435466;
    font-weight: 600;
    text-decoration: none;
}
.services .container .wrap .text .item .img {
	display:none;
}
.services .container .wrap .text .item.active {}
.services .container .wrap .text .item.active::after {
    content:'';
    /*display: block;*/
    display: none;
    height: 1px;
    width: 100px;
    background: #0B6EFD;
    position: absolute;
    right: -200px;
    top: 45px;
    z-index: 1;
}
.services .container .wrap .text .item.active .title {}
.services .container .wrap .text .item.active .desc {
    font-size: 18px;
    line-height: 23px;    
    color: #0055b5;
    text-decoration: none;
}
.services .container .wrap .images {
    flex: 0 0 50%;
    position: relative;
    height: auto;
}
.services .container .wrap .images .item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border: 1px solid #c3c3c3;
    border-radius: 6px;
    overflow: hidden;
    height: auto;
    background: white;
    padding: 20px;
}
.services .container .wrap .images .item img {}
.services .container .wrap .images .item.active {
    opacity: 1;
}
@media (max-width:1200px) {
    .services {}
    .services .container {}
    .services .container h2 {}
    .services .container .wrap {}
    .services .container .wrap .text {
    padding-right: 75px;
}
    .services .container .wrap .text .item {}
    .services .container .wrap .text .item .title {}
    .services .container .wrap .text .item .desc {}
    .services .container .wrap .text .item.active {}
    .services .container .wrap .text .item.active::after {
    right: -80px;
}
    .services .container .wrap .text .item.active .title {}
    .services .container .wrap .text .item.active .desc {}
    .services .container .wrap .images {}
    .services .container .wrap .images .item {}
    .services .container .wrap .images .item img {}
    .services .container .wrap .images .item.active {}
}
@media (max-width:928px) {
    .services {}
    .services .container {}
    .services .container h2 {}
    .services .container .wrap {}
    .services .container .wrap .text {
        flex:0 0 100%;
        padding-right: 0;
    }
    .services .container .wrap .text .item {
    margin-bottom: 15px;
    padding-right: 100px;
    min-height: 200px;
    cursor: default;
}
    .services .container .wrap .text .item .title {
    background: #0B6EFD;
    color: #fff;
    position: relative;
    z-index: 1;
}
    .services .container .wrap .text .item .desc {
    font-size: 17px;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
	.services .container .wrap .text .item .img {
		display:block;
		width: 200px;
		height: 200px;
		overflow: hidden;
		border-radius: 50px;
		border: 5px solid #F2F1F1;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}
	.services .container .wrap .text .item .img .plus {
    width: 32px;
    height: 32px;
    background: url(../img/plus.svg) center no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
}
    .services .container .wrap .text .item.active {}
    .services .container .wrap .text .item.active::after {
        display:none;
    }
    .services .container .wrap .text .item.active .title {}
    .services .container .wrap .text .item.active .desc {
    font-size: 17px;
}
    .services .container .wrap .images {
        display:none;
    }
    .services .container .wrap .images .item {}
    .services .container .wrap .images .item img {}
    .services .container .wrap .images .item.active {}
}
.all_docs {
    padding-top: 0;
    padding-bottom: 50px;
}
.all_docs__container {
}
.all_docs__header {
    display: flex;
    align-items:flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
}
.all_docs__header h2{
    width: 50%;
    margin-bottom: 0;
}
.all_docs__big_count {
    text-align: right;
    width: 50%;
    font-size: 46px;
    line-height: 0.9em;
    color: var(--header-color);        
}
.all_docs__big_count span{
    font-size: 80px;
    color: var(--header-color);     
    display: block;   
}
.all_docs__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
}
.all_docs__item {    
    background: #F6F6F6;
    border-radius: 10px;
    padding: 20px;
    text-decoration:none;
    color:var(--text-color);
    transition: all .3s;
}
.all_docs__item:hover {    
    background: var(--prime-color);
    color:white;
}
.all_docs__item_header {
    font-weight: 700;
    font-size: 20px;
    line-height: 116%;
    letter-spacing: -0.015em;
    min-height: 60px;
    max-width: 150px;
}
.all_docs__item:last-child .all_docs__item_header {
    min-height: auto;
    max-width: none;
}
.all_docs__item_top {
    margin-bottom: 8px;
}
.all_docs__item_txt {
    font-size: 15px;
    line-height: 1.5em;
}
.all_docs__item_txt_big {
    font-size: 56px;
    line-height: 1em;
}

@media (max-width:992px) {
.all_docs__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media (max-width:768px) {
.all_docs__wrapper {
    grid-template-columns: 1fr 1fr;
}
/*.all_docs__header {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 32px;
    margin-bottom: 60px;
}*/
.all_docs__header h2{
    width: 70%;
}
.all_docs__big_count {
    /*text-align: left;*/
    width: 30%;
    font-size: 24px;
    color: var(--header-color);        
}
.all_docs__big_count span{
    font-size: 40px;
    line-height: 0.9em;
    color: var(--header-color);     
    display: block;   
}
}
@media (max-width:550px) {
    .all_docs__header {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 32px;
    margin-bottom: 60px;
}
.all_docs__header h2{
    width: 100%;
}
.all_docs__big_count {
    text-align: left;
    width: 100%;
    font-size: 40px;
    line-height: 0.9em;
    color: var(--header-color);        
}
}
@media (max-width:479px) {
.all_docs__wrapper {
    grid-template-columns: 1fr;
}
.services .container .wrap .text .item {
        margin-bottom: 25px;
        padding-right: 0;
        min-height: none;
        cursor: default;

    }    
.services .container .wrap .text .item .img {
        display: block;
        width: 200px;
        height: 200px;
        overflow: hidden;
        border-radius: 50px;
        border: 5px solid #F2F1F1;
        position: relative;

        cursor: pointer;
        margin-top: 16px;
    }
}

.main_form_sec{
    display: block;
    margin-top: inherit;
    padding:60px 0;
}
.main_form_sec h2 {
    text-align: left;
    font-size: 32px;
    color: #1e1e1e;
    font-weight: 700;
    margin-bottom: 32px;
}
.form-2 {
    width: 100%;
}
.text-field-2.top1, .text-field-2.phonefield.top3 {
    min-width: auto;
    width: 100%;
}
.top_form_free3day {
    gap: 32px;
}
.field_border2 {
    width: 100%;
}
.main_form_sec__container {
    padding-bottom: 16px;
    background-color:#f7f7f7;
}
.main_form_sec__container .btn_std {
    background-color: #F1361D;
    color: white;
}
.main_form_sec__container .btn_std:hover {
    background-color: #fe5a45;
    color: white;
}

.hero .container {
    padding: 30px 10px 0;
}
input.text-field-2.top1, input.text-field-2.phonefield.top3 {
    transition: all .3s;
    color: #2c2b29;
    background: transparent;
}
input.text-field-2.top1::placeholder,input.text-field-2.phonefield.top3::placeholder{
    color:#2c2b29;
    background:transparent;
}
.main_form_sec .txt_spasibo,.heading_spasibo {
    color: #2c2b29;
}
.not_lost_time {
    padding-bottom: 0;
}
.main_form_sec__container .success-message {
    margin-top: 0;
}

/*.logo{    
    margin-top: 40px;
}
*/
@media (min-width:1281px) {
/*.hero .container .man {
    max-height: 480px;
}
    .hero__wrapper {
    max-width: 1000px;
}*/
}
@media (max-width:1280px) and (min-width:993px){
/*.hero .container .man {
    max-height: 300px;
}
.hero__wrapper {
    max-width: 920px;
}
.logo{    
    margin-top: 40px;
}*/
}
/*.hero {
    background: url(../img/hero_bg_ny.png?2) center bottom repeat-x;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position:relative;
}
.hero:after {
    content:'';
    display: block;
    position:absolute;
    width:100%;
    height: 74px;
    background: url(../img/img_girlands.svg) left top repeat-x;
    top:0;
    left:0;
    background-size: content;
}*/

.popup#paywall_02_2026 .container {
	max-width: 640px;
}
.paywall_02_2026 {
    width: 640px;
    height: 480px;
    overflow: hidden;
    background: url(../img/paywall.png) center no-repeat;
    position: relative;
}
.paywall_02_2026 .forma_wrap {
    position: absolute;
    width: 272px;
    right: 61px;
    top: 47px;
}
.paywall_02_2026 .forma_wrap .forma {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.paywall_02_2026 .forma_wrap .forma h1 {
    font-family: 'BebasNeue';
    color: #0B6EFD;
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.7px;
    margin-bottom: 9px;
}
.paywall_02_2026 .forma_wrap .forma .pre {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
}
.paywall_02_2026 .forma_wrap .forma .timer {
    font-size: 48px;
    font-family: 'BebasNeue';
    text-align: center;
    margin-top: 8px;
    margin-bottom: 20px;
	line-height: 1;
}
.paywall_02_2026 .forma_wrap .forma label {
    width:100%;
    position: relative;
    margin-bottom: 10px;
}
.paywall_02_2026 .forma_wrap .forma label input {
    width: 100%;
    border: 0.7px solid #D4D4D4;
    height: 38px;
    padding-left: 15px;
    border-radius: 100px;
	font-size: 16px;
}
.paywall_02_2026 .forma_wrap .forma label input::placeholder {
  color:#c4c4c4
}
.paywall_02_2026 .forma_wrap .forma label input.error {
    border: 2px solid red;
}
.paywall_02_2026 .forma_wrap .forma label .warning {
    background: red;
    color: #fff;
    position: absolute;
    font-size: 12px;
    padding: 0 7px;
    bottom: -5px;
    right: 0;
    border-radius: 50px;
}
.paywall_02_2026 .forma_wrap .forma label[for=policy] {
    display: flex;
    gap: 5px;
    padding: 5px;
    align-items: center;
    margin: 10px auto 0;
    justify-content: center;
}
.paywall_02_2026 .forma_wrap .forma label[for=policy] input {
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
}
.paywall_02_2026 .forma_wrap .forma label[for=policy] .label {
    line-height: 1;
    font-size: 7px;
    color: #C4C4C4;
}
.paywall_02_2026 .forma_wrap .forma label[for=policy] .label a {
    color: #C4C4C4;
}
.paywall_02_2026 .forma_wrap .forma .btn {
    flex: 0 0 100%;
	width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0B6EFD;
    min-height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 100px;
    font-size: 15px;
    color: #fff;
    font-weight: 800;
}
.paywall_02_2026 .forma_wrap .forma .btn:hover {
  opacity:0.8
}
.paywall_02_2026 .forma_wrap div.success {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    align-content: center;
}
.paywall_02_2026 .forma_wrap div.success h2 {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 5px;
    flex: 0 0 100%;
    font-weight: 400;
    text-transform: uppercase;
}
.paywall_02_2026 .forma_wrap div.success p {
    width: 100%;
    font-size: 18px;
}
.paywall_02_2026 .forma_wrap div.error {
	color:red;
}
.base_tariff, .vip_tariff {
    justify-content: center;
}
.name_tariff_option{
   padding: 23px 0px 23px 20px;
}
.tarif_desc{
    position:relative;
    overflow:hidden;
}

.tarif_desc.opened_desc{
    background-image: url(../img_jur/icn_carret_opened.svg);
    background-repeat: no-repeat;
    background-position: right 25px;
    cursor: pointer;
}
.tarif_desc.closed_desc{
    background-image: url(../img_jur/icn_carret_closed.svg);
    background-repeat: no-repeat;
    background-position: right 25px;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .name_tariff_option{
        padding-left: 50px;
    }
.tarif_desc.opened_desc{
    background-image: url(../img_jur/icn_carret_opened.svg);
    background-repeat: no-repeat;
    background-position: 10px 25px;
    cursor: pointer;
}
.tarif_desc.closed_desc{
    background-image: url(../img_jur/icn_carret_closed.svg);
    background-repeat: no-repeat;
    background-position: 10px 25px;
    cursor: pointer;
}
.tariffes__item h4{
    line-height: 1.2em;
}
.tarif_desc.closed_desc h4,.no_tarif_desc h4{
    margin-bottom: 0;
}

.tarif_desc p {
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    margin: 0;
}

.tarif_desc.opened_desc p {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    margin: 10px 0 0 0; /* Возвращаем отступы при открытии */
    position:static;
}

    }
@media (min-width:993px) {
.tarif_desc p {
    max-width:424px;
}
}
.tarif_desc.closed_desc p {
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    margin: 0;
    position:absolute;
}
.expert_support{
    margin-top: 24px;
    margin-bottom: 16px;
    color:var(--text-color);
    text-align: left;
    max-width:750px;
}
.expert_support span{
    color: var(--header-color);
}
.any_questions {
    padding-top: 40px;
    padding-bottom: 40px;
}
.any_questions.actual_base {
    padding-top: 60px;
    background: #F6F6F6;
}
.any_questions.actual_base p:not(:last-child),.any_questions.forms p:not(:last-child){margin-bottom: 16px;}
.prav__img {
    display: block;
    padding-left: 58px;
}
.any_questions.forms {
    background: #ffffff;
}
.tariff_option img{width: 20px;height: 20px;    object-fit: contain;}

.tariffes__item.tariff_option{
        background: rgba(232, 235, 243, 1);
padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(94, 94, 94, 1);

    font-size: 16px;
    line-height: 1.1em;
    font-weight: 400;
}

@media (max-width:1200px) {
.tariffes__item.tariff_option {
    padding: 20px 7px;
}
}
@media (max-width:1024px) {
.tariffes__item.header_tariff {
    display: none;
}
}
@media (max-width:479px) {
.prav__img {
    padding-left: 0;
}
}



.expert_support2 .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));}
.expert_support2 .row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);}
@media (min-width:992px){
.expert_support2 .col-lg-4{flex:0 0 auto;width:50%;}
}
.expert_support2 .mb-3{margin-bottom:1rem!important;}
/*! CSS Used from: https://about.1jur.ru/2026/about_vip/style/css/about__vip.css?v= */
.expert_support2 a{color:#000;}
.expert_support2 a:hover{text-decoration:none;}
.expert_support2 .container{max-width:1128px;}
.expert_support2 .sup__img-mob{display:none;}
@media (max-width: 576px){
.sup__img{display:none;}
.sup__img-mob{display:block;}
}
.support__container{margin-top:50px;}
.support__inner{position:relative;display:flex;gap:150px;}
@media (max-width: 576px){
.support__inner{position:relative;display:flex;flex-direction:column;gap:8px;}
}
.support__left{display:flex;flex-direction:column;gap:37px;}
.support__left-text{font-weight:700;font-size:40px;line-height:100%;width:110%;color:#000000;}
@media (max-width: 768px){
.support__inner{position:relative;display:flex;flex-direction:column;gap:8px;width:100%;}
}
.sup__calendar{text-align:center;    background: #0055b5;color:#fff;font:normal 42px/100% 'Proxima Nova';border-radius:10px;padding:20px;font-weight:600;    width: 100%;    max-width: 290px;}
@media (max-width: 576px){
.sup__calendar{font-weight:600;font-size:28px;line-height:100%;width:50%;}
}
.support__left-subtext{font-weight:400;font-size:24px;line-height:120%;color:#2F3441;width:100%;}
@media (max-width: 576px){
.support__left-subtext{width:84%;font-weight:400;font-size:18px;line-height:120%;color:#2F3441;}
}
.support__right{padding-top:30px;padding-bottom:47px;    flex-shrink: 0;}
.sup__title{font-weight:700;font-size:24px;line-height:110%;padding-bottom:10px;color:#2F3441;}
@media (max-width: 576px){
.sup__title{font-size:18px;}
}
.sup__text{font-weight:400;font-size:24px;line-height:120%;color:#2F3441;flex:none;order:1;align-self:stretch;flex-grow:0;width:98%;}
@media (max-width: 576px){
.sup__text{font-size:16px;}
}
.box9{background:url("https://about.1jur.ru/2026/about_vip/img/markSup.svg") no-repeat;padding-left:50px;}
.calendar__digit{font:normal 115px/100% 'Proxima Nova';}
@media (max-width: 576px){
.calendar__digit{font-weight:400;font-size:78px;}
}
.calendar__sup-digit{font-weight:600;font-size:42px;line-height:100%;color:#FFFFFF;}
@media (max-width: 576px){
.calendar__sup-digit{font-size:25px;}
}
.container.expert_support2{
    padding-bottom: 50px;
}
#changes_gallery2{margin-top: 32px;}
#changes_gallery2 .item {
    width: 270px;
    background: transparent;
    border-radius: 0;
    padding: 20px;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    margin-right: 20px;
}