/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

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 {}
.changes .container {
    display: flex;
}
.changes .container .left {
    flex: 0 0 60%;
    padding-right: 50px;
}
.changes .container .left h2 {
    color: #000;
    font-weight: 700;
    font-size: 44px;
}
.changes .container .left p {
    color: #000;
    font-size: 26px;
    line-height: normal;
}
.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;
}
.changes_gallery .container {}
.changes_gallery .container .gal {}
.changes_gallery .container .gal .item {
	width: 270px;
    background: #F5F6FA;
    border-radius: 10px;
    padding: 20px;
    height: 250px;
    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: 14px;
    line-height: 1;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.changes_gallery .container .gal .item .text {
    line-height: 1.2;
    font-size: 16px;
    color: #000;
}
.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 {
    color: #7a7a7a;
    letter-spacing: 1px;
}
.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 {}
.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 h2 {
    max-width: 516px;
}
.services .container .wrap {
    display: flex;
}
.services .container .wrap .text {
    flex: 0 0 50%;
    padding-right: 135px;
}
.services .container .wrap .text .item {
    margin-bottom: 35px;
    cursor: pointer;
    position:relative;
}
.services .container .wrap .text .item .title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    height: 40px;
    border: 1px solid #0B6EFD;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    width: fit-content;
    padding: 0 10px;
    margin-bottom: 15px;
}
.services .container .wrap .text .item .desc {
    font-size: 18px;
    color: #435466;
    font-weight: 600;
    text-decoration: underline;
}
.services .container .wrap .text .item .img {
	display:none;
}
.services .container .wrap .text .item.active {}
.services .container .wrap .text .item.active::after {
    content:'';
    display: block;
    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: 22px;
    text-decoration: none;
}
.services .container .wrap .images {
    flex: 0 0 50%;
    position: relative;
    height: 880px;
}
.services .container .wrap .images .item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border: 1px solid #c3c3c3;
    border-radius: 6px;
    overflow: hidden;
}
.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: 50px;
}
    .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 {}
}