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

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap'); */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  src: url(fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
}
body{
	font-family: 'Montserrat', sans-serif;
}
p{
	margin: 0;
	padding: 0;
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right;
}
.header-first-menu{
	margin: 20px 0;
	padding: 2px 20px;
	background-color: #2a8ff714;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header-second-menu{
	border-top: 1px solid #86868640;
	margin: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header_list,.header-second-menulist ul{
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	gap: 20px;
}
.header_list li{
	padding: 10px 0;
}
.header_list a{
	text-decoration: none;
	font-size: 14px;
	color: #363636;
}
.current-menu-item{
	border-bottom: 2px solid #2A8FF7;
	padding-bottom: 10px;
}
.header_left,.header_right-menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 30px;
}
.header_right-btn{
	background-color: #2A8FF7;
	border-radius: 5px;
	padding: 10px 30px;
	text-decoration: none;
	color: white;
}
.header_right .header_list a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}
.header-second-menu a{
	font-size: 14px;
	color: #363636;
	text-decoration: none;
	font-weight: 500;
}
.header-second-menulist ul{
	gap: 30px;
}
.header-second-phone{
	margin: 1em 0;
}
.main-block_1{
	padding-top: 80px;
	padding-bottom: 60px;
}
.block1_img{
	text-align: right;
}
.block1_img img{
	max-height: 270px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
}
.block1_hidden-img{
	display: none;
}
.block1_text p{
	font-size: 44px;
	color: #363636;
}
.block1_text span{
	font-size: 16px;
	color: #A3A3A3;
	display: block;
	padding: 35px 0;
	line-height: 25px;
}
.block1_text span b{
	font-weight: 400;
	background-color: #2A8FF7;
	color: white;
	padding: 0 5px;
}
.main-button a {
	text-decoration: none;
	color: white;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	background-color: #2A8FF7;
	padding: 15px 0;
	display: block;
	max-width: 250px;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: 0px 17px 39px 0px #2a8ff75e;
	        box-shadow: 0px 17px 39px 0px #2a8ff75e;
}
.promised_wrapper #promised_btn {
	margin-top: 20px;
	cursor: pointer;
	border: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	background-color: #2A8FF7;
	padding: 15px 20px;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: 0px 17px 39px 0px #2a8ff75e;
	        box-shadow: 0px 17px 39px 0px #2a8ff75e;
}
.main-slider{
	padding-top: 65px;
}
.tv-slider{
	padding-top: 65px;
}
.tv-slider .slider-card-text{
	background-color: #ffffffc2;
}
.tv-slider .slider-card-text b{
	font-size: 28px;
	color: #1A1A1A;
}
.tv-slider .slider-card-text b span{
	color: #2A8FF7;
	font-size: 28px;
}
.tv-slider .slider-card-text p{
	font-size: 24px;
}
.main-slider-card img{
	position: absolute;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}
.main-slider-card{
	position: relative;
	border-radius: 25px;
	overflow: hidden;
}
.slider-card-text{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 5px 35px;
	max-width: 45%;
	height: auto;
	width: 100%;
	background-color: #ffffff6b;
	-webkit-backdrop-filter: blur(30px);
	        backdrop-filter: blur(30px);
	border-radius: 25px;
	overflow: hidden;
	margin-right: 0;
    margin-left: auto;
    min-height: 435px;
}
.slider-card-text p{
	display: block;
	color: #363636;
	font-weight: bold;
	font-size: 26px;
}
.slider-card-text b{
	display: block;
	color: #17497D;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
}
.slider-card-text span{
	display: block;
	color: #1C1C1C;
	opacity: 0.7;
	font-size: 14px;
	line-height: 1.6;
}
.main-slider-card .main-button{
	margin-top: 30px;
}
.slider-card-text .main-button a{
	font-weight: 400;
}
.slick-dots{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slick-dots li button{
	width: 15px;
    height: 15px;
    background-color: #DDE0E4;
    border-radius: 50%;
    outline: none;
    border: 0;
    overflow: hidden;
    color: #DDE0E4;
    list-style: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.slick-dots li.slick-active button{
	border-radius: 10px;
	width: 45px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #2A8FF7;
	color: #2A8FF7;
}
.block4_card{
	min-height: 260px;
	border-radius: 10px;
	color: #363636;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 30px;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.block4_card *{
	z-index: 3;
}
.block4_card img{
	width: 100%;
	max-width: 36px;
	height: 36px;
}
.block4_card p{
	display: block;
	font-size: 18px;
	font-weight: 500;
}
.block4_card span{
	display: block;
	font-size: 14px;
	color: #757575;
	opacity: 0.7;
	line-height: 1.5;
}
.block4_row .col-md-4:nth-of-type(even) .block4_card{
	background-color: #2A8FF7;
	color: white;
}
.block4_row .col-md-4:nth-of-type(even) .block4_card span{
	color: white;
	opacity: 1;
}
.main-title-block p{
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	color: #363636;
}
.main-title-block{
	padding-top: 90px;
	padding-bottom: 55px;
}
.block4_row .col-md-4:nth-of-type(2) .block4_card::before{
	content: ' ';
	display: block;
	width: 320px;
	height: 220px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-image: url('../images/block3_particle_2.png');
}
.block4_row .col-md-4:nth-of-type(4) .block4_card::before{
	content: ' ';
	display: block;
	width: 320px;
	height: 220px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-image: url('../images/block3_particle_4.png');
}
.block4_row .col-md-4:nth-of-type(6) .block4_card::before{
	content: ' ';
	display: block;
	width: 320px;
	height: 220px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background-image: url('../images/block3_particle_6.png');
}
.block4_row .col-md-4:nth-of-type(8) .block4_card::before{
	content: ' ';
	display: block;
	width: 320px;
	height: 220px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-image: url('../images/block3_particle_2.png');
}
.tv-page-tarif .main-block_4-nav ul{
	-webkit-box-pack: flex-start;
	    -ms-flex-pack: flex-start;
	        justify-content: flex-start;
}
.main-block_4-nav ul{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: flex-start;
	    -ms-flex-pack: flex-start;
	        justify-content: flex-start;
	margin: 0;
	-webkit-box-shadow: 0px 2px 6px -3px #333;
	        box-shadow: 0px 2px 6px -3px #333;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.main-block_4-nav ul li{
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	cursor: pointer;
	padding: 10px 20px;
	border-radius: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 1px solid transparent;
	font-size: 16px;
	color: #777777;
	font-weight: 500;
}
.active_tarif{
	border-color: #E7EBFF !important;
	color: black !important;
}
.main-block_4-nav ul li:hover{
	border-color: #E7EBFF;
}
.main-block_4-tarify-wrapper{ 
	padding-top: 40px; 
}
.main-block_4-tarify-card{
	display: block;
	width: 100%;
	max-width: 300px;
	position: relative;
	min-height: 550px;
	height: 100%;
	padding: 30px 25px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 17px -15px #000;
	        box-shadow: 0px 0px 17px -15px #000;
	margin: 0px 20px 20px 0px;
	overflow: hidden;
}
.tarify-card-title{
	color: #363636;
	font-size: 28px;
	font-weight: 500;
	z-index: 4;
}
.main-block_4-tarify-card .main-button a{
	font-weight: 500;
}
.tarify-card-subtitle{
	font-size: 15px;
	color: #878787;
	font-weight: 300;
	padding: 20px 0;
	display: block;
}
.tarify-card-price{
	font-size: 30px;
	font-weight: bold;
	color: #2A8FF7;
	padding-bottom: 75px;
}
.tarify-card-speed p,.tarify-card-movie p{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	font-size: 14px;
	line-height: 1.5;
}
.tarify-card-speed span{
	padding-top: 5px;
	display: block;
	font-size: 14px;
	color: #878787;
}
.tarify-card-speed,.tarify-card-movie{
	padding-bottom: 20px;
}
.tarify-card-linkabout{
	padding-bottom: 30px;
	display: block;
	color: #363636;
	margin-top: auto;
}
.tarify-card-speed img:nth-child(2){
	display: none;
}
.main-block_4-tarif button.slick-prev,.main-block_4-tarif button.slick-next{
	visibility: hidden;
}
.main-block_4-tarif button.slick-prev::after{
	visibility: visible;
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	bottom:-20px;
	right: 70px;
	cursor: pointer;
	background-image: url('../images/icons/left.svg');
}

.main-block_4-tarif button.slick-next::after{
	visibility: visible;
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: -20px;
	right: 0px;
	cursor: pointer;
	background-image: url('../images/icons/right.svg');
}
.main-block_4-tarif .slick-dots{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	padding-left: 0;
}
.main-block_4-tarify-card .main-button a{
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.tarify-card-movie img:nth-child(2){
	display: none;
}
/* Стиль 1 карточки */ 
.tarif-style-3{
	background-color: #2A8FF7 !important;
	color: white;
}
.tarif-style-3 p,.tarif-style-3 span,.tarif-style-3 a{
	color: white;
}
.tarif-style-3 .tarify-card-speed img:nth-child(2){
	display: block;
}
.tarif-style-3 .tarify-card-speed img:nth-child(1){
	display: none !important;
}
.tarif-style-3 .tarify-card-movie img:nth-child(1){
	display: none !important;
}
.tarif-style-3 .tarify-card-movie img:nth-child(2){
	display: block !important;
}
.tarif-style-3 .main-button a{
	background-color: white;
    color: #2A8FF7;
    -webkit-box-shadow: 0px 17px 39px 0px #ffffff26;
            box-shadow: 0px 17px 39px 0px #ffffff26;
}
.tarif-style-3 *{
	z-index: 3;
	position: relative;
}
.tarif-style-3::before{
	content: ' ';
	display: block;
	width: 230px;
	height: 450px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-image: url('../images/tarif2_part1.png');
}
.tarif-style-3::after{
	content: ' ';
	display: block;
	width: 45px;
	height: 130px;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-image: url('../images/tarif2_part2.png');
}

/* Стиль 2 карточки */
.tarif-style-2{
	background-color: #EFF7FF !important;
} 

/* Стиль 3 карточки */
.tarif-style-1{
	background-color: #E6E6E6 !important;
} 

/* Стиль 4 карточки */
.tarif-style-4{

}
.tarif-style-4 *{
	z-index: 3;
	position: relative;
}
.tarif-style-4::before{
	content: ' ';
	display: block;
	width: 230px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-image: url('../images/tarif2_part3.png');
}
.main-block_4-tarif-hidden{
	display: none;
}
.video-block_4-tarif-hidden,.mobile-space{
	display: none;
}
.main-block_4-tarify-wrapper .video-block_4-tarif-hidden:nth-child(1){
	display: block;
}
.tarif-style-5{
	background-color: #EFF7FF;
}
.tarif-style-5::before{
	content: ' ';
	display: block;
	width: 60px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-image: url('../images/tarif-style5_part1.png');
}
.tarif-style-5::after{
	content: ' ';
	display: block;
	width: 50px;
	height: 100px;
	position: absolute;
	bottom: 30%;
	right: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-image: url('../images/tarif-style5_part2.png');
}
#kvartiry{
	display: block;
}
.video-tarif-subtitle{
	font-weight: bold;
	display: block;
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 25px;
	color: #363636;
}
/* Fix toggle block
.main-block_4-tarify-wrapper{
	min-height: 645px;
}
*/
.block4_service-card{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
	border: 1px solid #2A8FF7;
	border-radius: 20px;
	padding: 15px;
}
.block4_service-card:nth-child(even){
	background-color: #EFF7FF;
	border-color: transparent;
}
.block4_service-card p{
	font-size: 15px;
	font-weight: 500;
	color: #363636;
}
.block4_service-card-subinfo{
	margin-top: 20px;
}
.block4_service-card-subinfo p{
	color: #777777;
	font-size: 14px;
	padding-left: 15px;

}
.main-subinfo-block p{
	font-size: 16px;
	color: #16100D;
	opacity: 0.5;
	margin-bottom: 25px;
	line-height: 1.8;
}
.main-block_5-subtitle{
	font-weight: 500;
	font-size: 40px;
	color: #2A8FF7;
	margin: 50px 0;
	text-align: center;
}
.main-block_5-card{
	background-color: #EFF1EF;
	border-radius: 16px;
	margin-bottom: 100px;
}
.main-block_5-card:nth-of-type(4){
	margin-bottom: 0;
}
.main-block_5-card img{
	width: 100%;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
}
.main-block_5-card p{
	color: #2A8FF7;
	font-size: 16px;
}
.main-block_5-card ul li{
	padding-bottom: 10px;
}
.main-block_5-card .main-block_5-card-text{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.main-block_5-card:nth-child(1) .main-block_5-card-text{
    padding-left: 15%;
}
.main-block_5-card:nth-child(1) .main-block_5-card-img{
	padding-right: 0;
}
.main-block_5-card:nth-child(2) .main-block_5-card-img{
	padding-left: 0;
}
.main-block_5-card:nth-child(3) .main-block_5-card-text{
    padding-left: 25%;
}
.main-block_5-card:nth-child(3) .main-block_5-card-img{
	padding-right: 0;
}
.main-block_5-card:nth-child(4) .main-block_5-card-img{
	padding-left: 0;
}
.main-block_5-card{
	position: relative;
}
.main-block_5-card:nth-child(1)::before{
	content: "";
	position: absolute;
	width: 13%;
    height: 100%;
	left: -35px;
	top: 0;
	background-image: url('../images/block5_1_part.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.main-block_5-card:nth-child(2)::before{
	content: "";
	position: absolute;
	width: 25%;
    height: 100%;
	right: -45px;
	top: -30px;
	z-index: 5;
	background-image: url('../images/block5_2_part.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.main-block_5-card:nth-child(3)::before{
	content: "";
	position: absolute;
	width: 27%;
    height: 100%;
	left: -35px;
	top: 0;
	background-image: url('../images/block5_3_part.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.main-block_5-card:nth-child(4)::before{
	content: "";
	position: absolute;
	width: 20%;
    height: 150%;
    right: -45px;
    top: -35%;
	z-index: 5;
	background-image: url('../images/block5_4_part.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.main-block_5-card-wrapper .row{
	margin-right: 0px;
    margin-left: 0px;
}
/*
@media (max-width:1200px){	
	.main-block_5{
		overflow-x: hidden;
	}
}
*/
.header-second-phone{
	min-width: 130px;
}
.header-second-menulist ul{
	gap: 0;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 10px;
}
.block1_img .main-button{
	display: none;
}
.header_right-mobile-icon{
	cursor: pointer;
}
.mobile-full-menu{
	background: -o-linear-gradient(bottom, rgba(42, 143, 247, 0.07) 0%, rgba(42, 143, 247, 0.07) 100%), #FFF;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(42, 143, 247, 0.07)), to(rgba(42, 143, 247, 0.07))), #FFF;
	background: linear-gradient(0deg, rgba(42, 143, 247, 0.07) 0%, rgba(42, 143, 247, 0.07) 100%), #FFF;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow-x: scroll ;
	z-index: 25;
	overflow-x: scroll;
	padding: 35px;
}
.mobile-full-menu .header_logo img{
	display: block;
}
.mobile-close {
	display: block;
    margin-top: 10px;
}
.mobile-close img{
	width: 32px;
	cursor: pointer;
}
.mobile-full-menu .header_logo{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mobile-full-menu{
	display: none;
}
.header_right-mobile-icon{
	display: none;
}
.news-image img{
	width: 100%;
	border-radius: 15px;
	height: 195px;
    -o-object-fit: cover;
       object-fit: cover;
}
.news-title{
	color: #363636;
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
	min-height: 90px;
    display: block;
    overflow: hidden;
    padding-top: 20px;
}
.news-short{
	color: #343D48;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}
.news_link{
	color: #3183FF;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}
.news-card a{
	display: block;
	padding-top: 20px;
	text-decoration: none;
}
.news_first-row{
	margin-bottom: 40px;
}
.news-card-big-text{
	position: absolute;
    bottom: 30px;
    left: 33px;
    max-width: 500px;
}
.news-card-big-text .news-title{
	min-height: auto;
	color: white;
}
.news-big-card .news-image img{
	display: block;
    height: 100%;
    width: 100%;
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
}
.news-big-card .news-image{
	overflow: hidden;
    border-radius: 25px; 
}
.news-big-card a{
	position: relative;
}
.news-card-big-text .news-short,.news-card-big-text .news-title{
	color: white;
}
.news-load-btn a{
	color: #2A8FF7;
	border: 1px solid #2A8FF7;
	border-radius: 5px;
	padding: 15px 0;
	max-width: 250px;
	width: 100%;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
}
.news-load-btn{
	margin-top: 80px;
}
.main-block_7-wrapper{
	background-color: #2A8FF7;
	padding-top: 40px;
	color: white;
	margin-top: 60px;
}
.main-block_7-wrapper .container{
	position: relative;
}
.main-block_7-wrapper .container::before{
	content: '';
	width: 320px;
	height: 70px;
	position: absolute;
	right: 30px;
	top: -40px;
	background-repeat: no-repeat;
	background-image: url('../images/footer-imp-part.png');
}
.main-block_7-wrapper .container::after{
	content: '';
	width: 420px;
	height: 120px;
	position: absolute;
	left: 30px;
	bottom: 0;
	background-repeat: no-repeat;
	background-image: url('../images/footer-imp-part2.png');
}
.important-news-title p{
	font-weight: 500;
	font-size: 16px;
	text-decoration: underline;
	padding-bottom: 30px;
}
.imp-news_card{
	padding-top: 20px;
	padding-bottom: 20px;
}
.main-block_7{
	padding-bottom: 40px;
}
.footer-wrapper ul{
	padding-left: 0;
	margin-top: 0;
	list-style: none;
}
.footer-menu-wrap p{
	margin-top: 15px;
	font-weight: 600;
	font-size: 16px;
	color: #0B132A;
	padding-bottom: 25px;
}
.footer-wrapper ul li a{
	color: #7d7d7e;
	padding-bottom: 10px;
	font-size: 14px;
	text-decoration: none;
	display: block;
}
.footer-menu-wrap li{
	margin-bottom: 10px;
}
.footer-row{
	padding-top: 45px;
}
.footer-logo{
	padding-bottom: 20px;
/* 	margin-left: -8px; */
	max-width: 153px;
}
.footer-row-1 p{
	color: #4F5665;
	font-size: 14px;
	padding-right: 20px;
	margin-bottom: 22px;
	line-height: 1.7;
}
.footer-first-phone a{
	font-size: 20px;
	font-weight: 500;
	color: #363636;
	text-decoration: none;
}
.footer-first-phone a span{
	color: #4F5665;
	font-weight: 400;
	font-size: 14px;
	padding-left: 20px;
}
.footer-first-phone{
	margin-bottom: 22px;
}
.footer-first-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}
.footer-first-list p{
	margin-bottom: 0;
	line-height: 25px;
	color: #4F5665;
}
.footer-first-list img{
	padding-bottom: 0;
}
.footer-first-list-text a{
	color: #4F5665;
}
.copyright{
	text-align: right;
	font-size: 14px;
	color: #AFB5C0;
	margin-top: -40px;
}
.footer-row-4 .main-button a{
	-webkit-box-shadow: none;
	        box-shadow: none;
	margin-bottom: 50px;
	font-size: 16px;
}
.footer-ul-4 li a{
	font-size: 13px !important;
	color: #4F5665;
	margin-bottom: 15px;
	display: block;
}
.footer-social a{
	margin-bottom: 0;
}
.footer-social img{
	padding: 0;
}
.footer-social p{
	font-size: 14px;
	color: #4F5665;
	max-width: 130px;
}
.footer-social{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 15px;
	margin-top: 50px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.news-card{
	margin-bottom: 50px;
}
.footer-hidden-social{
	display: none;
}
.payment-block1,.technical-support{
	padding-top: 70px;
	padding-bottom: 100px;
}
.payment-title p,.technical-support-title p{
	font-size: 24px;
	font-weight: bold;
	color: #363636;
}
.payment-text p{
	font-size: 14px;
	opacity: 0.6;
	line-height: 25px;
	padding-top: 25px;
	max-width: 400px;
}
.header_right-mobile-btnpay{
	display: none;
}

.payment-card-wrap{
	display: block;
	max-width: 600px;
	margin: 0 auto;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 25px -15px #000;
	        box-shadow: 0px 0px 25px -15px #000;
	padding: 40px 30px;
}
.payment-card-title span{
	font-size: 24px;
	font-weight: 500;
}
.payment-card-title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 40px;
}
.payment-card-title img{
	max-width: 160px;
}
.payment-card-input{
	display: block;
	max-width: 45%;
	height: 45px;
	width: 100%;
	font-size: 14px;
	color: #999999;
	border-radius: 11px;
	border: 0;
	-webkit-box-shadow: 0px 3px 16px -10px #000;
	        box-shadow: 0px 3px 16px -10px #000;
	outline: none;
	padding: 0 20px;
}
.payments-input-row{
	padding-top: 35px;
	padding-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.payment-privacy{
	font-size: 12px;
	color: #808080;
}
.payment-privacy a{
	color: #808080;
}
.payment-card-wrap button{
	border: 0;
	background-color: #FBD30A;
	border-radius: 10px;
	color: #2B2B2B;
	font-weight: 600;
	font-size: 14px;
	padding: 15px 0;
	max-width: 190px;
	width: 100%;
	margin: 20px 0;
	cursor: pointer;
	-webkit-box-shadow: 0px 3px 16px -10px #000;
	        box-shadow: 0px 3px 16px -10px #000;
}
.autopay-checkbox label{
	cursor: pointer;
	font-size: 14px;
	color: #808080;
}
.autopay-checkbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 15px;
}
.payment-block2-list ul{
	padding-left: 0;
	list-style: none;
	line-height: 25px;
	margin: 25px 0;
	margin-bottom: 10px;
}
.payment-block2-list ul p{
	font-size: 14px;
	opacity: 0.6;
	padding-bottom: 10px;
}
.payment-block2-list ul a{
	text-decoration: none;
	color: black;
}
.payment-block2-left,.payment-block2-right{
	max-width: 50%;
	width: 100%;
}
.payment-block2-sides-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 15%;
}
.footer-item-mobile{
	display: none;
}
.copyright{
	padding-bottom: 30px;
}
.payment-block2-part_wrapper{
	background-color: #2A8FF7;
	border-radius: 30px;
	padding: 15px 20px;
	color: white;
	position: relative;
	overflow: hidden;
}
.payment-block2-part_btn span{
	font-size: 12px;
	color: #2A8FF7;
	line-height: 12px;
}
.payment-block2-part_btn a{
	text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}
.payment-block2-part_btn{
	position: relative;
	z-index: 9;
	max-width: 215px;
	width: 100%;
	background-color: white;
	border-radius: 30px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 25px;
    margin: 30px 30px 30px auto;
}
.payment-block2-part_wrapper::before{
	content: '';
	display: block;
	width: 150px;
    height: 240px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-image: url('../images/payment_particle.png');
	background-size: cover;
}
.payment-block2-part_wrapper::after{
	content: "";
	display: block;
	width: 215px;
	height: 75px;
	position: absolute;
	top: 30%;
	left: 30px;
	background-repeat: no-repeat;
	background-image: url('../images/payment_particle_arrow.png');
}
.payment-block2-part_wrapper p{
	font-size: 20px;
	line-height: 25px;
	text-align: center;
}
.technical-support-subtitle p{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 15px;
	font-size: 15px;
	font-weight: 500;
	color: #2A8FF7;
	margin-top: 20px;
}
.technical-support-left,.technical-support-right{
	max-width: 50%;
	width: 100%;
}
.technical-support-right{
	margin-bottom: 56px;
}
.technical-support-list ul{
	padding-left: 0;
	list-style: none;
	line-height: 28px;
	margin-bottom: 0;
}
.technical-support-list ul p{
	font-size: 14px;
	opacity: 0.6;
	padding-bottom: 10px;
}
.technical-support-list ul a{
	text-decoration: none;
	color: black;
}
.technical-support-sides-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 15%;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: end;
}
.technical-support-left .technical-support-list ul a{
	text-decoration: underline;
}
.technical-support-btns a{
	border: 0;
	border-radius: 30px;
	padding: 15px 25px;
	background-color: rgba(42, 143, 247, 0.3);
	color: black;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 14px;
}
.technical-support-btns{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 475px;
    margin-left: auto;
}
.technical-support-btns a:nth-child(1){
	background-color: #2A8FF7;
	color: white;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.technical-support-btns a:hover{
	background-color: #2A8FF7;
	color: white;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.technical-support-btns-wrapper img{
	margin: 15px auto;
	display: block;
	margin-right: 120px;
	margin-top: 0;
}
.technical-support-btns-wrapper p{
	text-align: right;
	color: #363636;
	font-size: 24px;
}
.technical-support-subtitle{
	max-width: 100%;
}
.technical-support .row{
	margin-top: -75px;
}
.mobile-br{
	display: none;
}
.feedback_form{
	padding-top: 50px;
	padding-bottom: 50px;
}
.feedback_form .tech-form-wrapper{
	background-color: #2A8FF7;
	border-radius: 30px;
	overflow: hidden;
	padding: 30px;
	margin-top: 35px;
	position: relative;
}
.feedback_title p{
	color: #363636;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.feedback_title span{
	font-size: 14px;
	color: #0C0429;
	opacity: .7;
	text-align: center;
}
.feedback_title{
	text-align: center;
}
.feedback_form_content{
	display: block;
	max-width: 750px;
	margin: 0 auto;
}
.feedback_form-input{
	max-width: 360px;
	width: 100%;
	height: 50px;
	padding: 0 25px;
	border-radius: 10px;
	border: 0;
	outline: none;
	-webkit-box-shadow: 0px 3px 16px -10px #000;
	        box-shadow: 0px 3px 16px -10px #000;
}
.feedback_form-inputrow p{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 35px;
}
.feedback_btn-send .wpcf7-submit{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 250px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    border-radius: 10px;
    font-weight: 500;
    color: #2A8FF7;
    height: 50px;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 16px -10px #000;
            box-shadow: 0px 3px 16px -10px #000;
}
.feedback_btn-send{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}
.feedback_btn-send p{
	color: white;
	font-size: 14px;
}
.feedback_btn-send p a{
	color: white;
	font-size: 14px;
}
.tech-form-wrapper .feedback_form_content{
	padding-top: 24px;
}
.feedback_form .tech-form-wrapper::before{
	content: '';
	display: block;
	width: 260px;
    height: 225px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-image: url('../images/tech_form-par1.png');
	background-size: cover;
	z-index: 2;
}
.feedback_form .tech-form-wrapper::after{
	content: '';
	display: block;
	width: 260px;
    height: 225px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-image: url('../images/tech_form-par2.png');
	background-size: cover;
	z-index: 2;
}
.feedback_form_content{
	position: relative;
	z-index: 9;
}
.main-block_4-nav_arrow{
	display: none;
}
.videostreet_block1-title{
	text-align: center;
}
.videostreet_block1-title p{
	font-size: 40px;
	font-weight: 500;
	line-height: 50px;
	color: #363636;
	text-align: center;
}
.videostreet_block1-title span{
	color: #0C0429;
	opacity: .7;
	line-height: 24px;
	margin-top: 20px;
	display: block;
	text-align: center;
}
.videostreet_slider-item iframe{
	width: 100%;
}
.videostreet_slider-item img{
    width: auto;
    max-height: 280px;
    object-fit: cover;
}
.videostreet_slider .slick-dots li.slick-active button{
	background-color: #ffffff;
    color: #ffffff;
}
.videostreet_slider .slick-dots li button{
    margin-top:0;
}
.videostreet_slider .slick-dots{
    margin-top: 35px;
    margin-bottom: -15px;
}
.videostreet_slider-item{
	max-width: 500px;
    margin: 0 25px;
    border-radius: 25px;
    overflow: hidden;
}
.videostreet_sliderwrapper{
	background-color: #2A8FF7;
    border-radius: 30px;
    overflow: hidden;
    padding: 35px 0px 40px;
    margin-top: 35px;
    position: relative;
    overflow: hidden;
}
.videostreet_sliderwrapper button{
	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;
	width: 250px;
	height: 50px;
	font-weight: 600;
	color: #2A8FF7;
	background-color: white;
	border-radius: 10px;
	outline: none;
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto 30px auto;
	border: 0;
	position: relative;
	z-index: 9;
}
.videostreet_sliderwrapper::after{
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
	width: 460px;
	height: 310px;
	z-index: 2;
	background-image: url('../images/video_slider-part1.png');
}
.videostreet_sliderwrapper::before{
	content: ' ';
	display: block;
	position: absolute;
	top: 10%;
	right: 0;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100px;
	height: 180px;
	z-index: 2;
	background-image: url('../images/video_slider-part2.png');
}
.videostreet_slider{
	position: relative;
	z-index: 5;
}
.videostreet_block1{
	margin: 80px auto 60px auto;
}
.videostreet_block2-title{
	text-align: center;
	margin: 105px 0 50px 0;
}
.videostreet_block2-title p{
	font-size: 40px;
	font-weight: 500;
	line-height: 50px;
	color: #363636;
	text-align: center;
	padding-bottom: 20px;
}
.videostreet_block2 img{
	max-width: 88px;
	width: 100%;
}
.videostreet_block2-title span{
	color: #0C0429;
	opacity: .7;
	line-height: 24px;
	margin-top: 20px;
	display: block;
	text-align: center;
	max-width: 830px;
	display: block;
	margin: 0 auto;
}
.videostreet_block2-item{
	text-align: center;
}
.videostreet_block2-item p{
	color: #0C0429;
	font-weight: 600;
	padding: 20px 0;
}
.videostreet_block2-item span{
	font-size: 13px;
	color: #0C0429;
	opacity: .7;
	line-height: 20px;
}
.slick-initialized .slick-slide{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.tarify-subinfo p{	
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}
.video-tarify-card .tarify-card-price{
	padding-bottom: 40px;
    padding-top: 60px;
}
.video-tarify-card .tarif-video-card-bottom{
	margin-top: auto;
}
.main-block_4 .main-title-block span{
	font-size: 15px;
	font-weight: 300;
	color: #797878;
	line-height: 24px;
	display: block;
	margin-top: 20px;
}
.video-main-block_4 .main-block_4-nav ul{
	width: fit-content;
    gap: 20px;
}
.video-tarify-card .main-tarify-price{
	padding-top: 20px;
}
.number-step p{
	color: #22437D;
	background-color: white;
	border-radius: 15px;
	padding: 10px;
	display: block;
    width: 40px;
    margin-bottom: 20px;	
}
.videostreet_block3-wrapper{
	background-color: #2A8FF7;
	color: white;
	position: relative;
	margin-top: 100px;
}
.video-steps-wrapper{
	padding-top: 0;
	padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 25px;
}
.video-steps-wrapper p{
	line-height: 1.7;
}
.videostreet_step1{
	position: relative;
	min-width: 150px;
}
.videostreet_step1::before{
	content: '';
	position: absolute;
	top: 0;
	left: 45px;
	background-repeat: no-repeat;
	background-image: url('../images/video5_arrow1.png');
	width: 128px;
	height: 28px;
	background-size: contain;
}
.videostreet_step2{
	position: relative;
	min-width: 180px;
}
.videostreet_step2::before{
	content: '';
	position: absolute;
	top: 15px;
	left: 45px;
	background-repeat: no-repeat;
	background-image: url('../images/video5_arrow2.png');
	width: 152px;
	height: 28px;
	background-size: contain;
}
.videostreet_step3{
	position: relative;
	min-width: 210px;
}
.videostreet_step3::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50px;
	background-repeat: no-repeat;
	background-image: url('../images/video5_arrow3.png');
	width: 173px;
	height: 28px;
	background-size: contain;
}
.videostreet_step4{
	position: relative;
	min-width: 213px;
}
.videostreet_step4::before{
	content: '';
	position: absolute;
	top: 15px;
	left: 50px;
	background-repeat: no-repeat;
	background-image: url('../images/video5_arrow4.png');
	width: 175px;
	height: 28px;
	background-size: contain;
}
.videostreet_step5{
	position: relative;
	min-width: 243px;
}
.videostreet_step5::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50px;
	background-repeat: no-repeat;
	background-image: url('../images/video5_arrow5.png');
	width: 175px;
	height: 28px;
	background-size: contain;
}
.videostreet_block3-wrapper::after{
	position: absolute;
	content: ' ';
	right: 0;
	top: 0;
	width: 220px;
	z-index: 1;
	background-repeat: no-repeat;
	height: 150px;
	background-image: url('../images/videostreet_block3_part2.png');
}
.videostreet_block3-wrapper::before{
	position: absolute;
	content: ' ';
	left: 10%;
	bottom: 0;
	width: 307px;
	height: 89px;
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url('../images/videostreet_block3_part1.png');
}
.videostreet_block3-wrapper .container{
	z-index: 5;
	position: relative;
}
.video-steps-title p{
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	line-height: 31px;
	color: white;
	display: block;
	padding-top: 80px;
	padding-bottom: 70px;
}
.video-form{
	background-color: white !important;
	border-radius: 0 !important;
	padding: 0 !important;
}
.video-form::before,.video-form::after{
	display: none !important;
}
.video-form .feedback_btn-send p,.video-form .feedback_btn-send p a{
	color: #808080;
}
.video-form .feedback_btn-send .wpcf7-submit{
	background-color: #FBD30A;
	cursor: pointer;
	font-weight: bold;
	color: white;
}
.video-form input{
	border: 1px solid #D6D6D6;
	color: #999999;
}
.vacancy-title p{
	color: #363636;
	font-size: 40px;
	font-weight: 500;
	line-height: 30px; /* 75% */
	padding-bottom: 30px;
}
.vacancy-title span{
	color: #4F5665;
	font-size: 14px;
	line-height: 25px; /* 178.571% */
}
.vacancy-title{
	padding: 60px 0px;
	text-align: center;
}
.vacancy-item-title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 30px;
	border-radius: 20px;
	padding: 15px 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #363636;
    font-weight: 500;
    font-size: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 20px;
	border: 1px solid #E3E3E3;
}
.vacancy-active-item .vacancy-item-title{
	background: #2A8FF7;
	border-radius: 20px 20px 0px 0px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border:0;
}

.vacancy-item-content{
	border: 1px solid #E3E3E3;
    padding: 25px;
}
.vacancy-item-content p{
	color: #363636;
	font-size: 14px;
	line-height: 20px;
}
.vacancy-arrow-white{
	display: none;
}
.vacancy-active-item .vacancy-item-title span .vacancy-arrow-blue{
	display: none;
}
.vacancy-active-item .vacancy-item-title span .vacancy-arrow-white{
	display: block;
}
.vacancy-item-content{
	display: none;
}
.vacancy-active-item .vacancy-item-content{
	display: block;
	border-radius: 0px 0px 20px 20px;
}
.vacancy-active-item .vacancy-item-title p{
	color: white;
}
.vacancy-item-title span{
	cursor: pointer;
}
.vacancy-form-wrapper .vacancy-input,.vacancy-input-wrap textarea{
	border: 1px solid #F1F1F1;
	border-radius: 11px;
	padding: 15px;
	color: #999999;
	font-size: 14px;
	line-height: 17px;
	width: 100%;
	outline: none;
}
.vacancy-input-wrap textarea{
	height: 100px;
	max-width: 100%;
}
.vacancy-titile-form{
	font-size: 24px;
	color: #363636;
	padding-bottom: 25px;
	line-height: 28px;
	position: relative;
	z-index: 30;
}
.vacancy-form-wrapper{
	padding: 25px 75px;
	-webkit-box-shadow: 0px 0px 20px -10px #333;
	        box-shadow: 0px 0px 20px -10px #333;
    border-radius: 25px;
    margin: 5% 0;
}
.vacancy-form-wrapper .row{
	row-gap: 22px;
	color: #808080;
	font-size: 14px;
}
.vacancy-submit-wrap .wpcf7-submit{
	height: 45px;
	width: 235px;
	background-color: #2A8FF7;
	color: white;
	text-align: center;
	border-radius: 10px;
	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;
	outline: none;
	border: 0;
	cursor: pointer;
}
.wpcf7-response-output{
	border: 1px solid white;
    background-color: white;
    color: #2a8ff7;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}
.vacancy-submit-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 35px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.vacancy-privacy-wrap,.vacncy-file-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 25px;
}
.vacancy-privacy-wrap{
	padding-top: 10px;
}
.wpcf7-list-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 25px;
}
.wpcf7-list-item input{
	width: 16px;
    height: 16px;
}
#fileinput{
	display: none;
}
.fileinput_label{
	color: black;
	font-weight: 500;
	padding: 5px 25px;
	border: 1px solid #E7EBFF;
	border-radius: 10px;
	cursor: pointer;
}
.news-single-page .news-load-btn{
	margin: 50px 0;
}
.error-page-wrap{
	padding: 100px 0;
}
.error-page-wrap h1{
	color: #2A8FF7;
	font-size: 150px;
}
.error-page-wrap .container *{
	display: block;
	margin: 0 auto;
}
.error-page-wrap .container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 25px;
	text-align: center;
}
.error-page-wrap .container p{
	font-weight: 700;
	font-size: 24px;
	line-height: 21px;
}
.error-page-wrap .container span{
	opacity: .6;
}
.error-page-wrap .container a{
	color: #2A8FF7;
	font-weight: bold;
	text-decoration: none;
}
.news-single-wrap{
	padding: 70px 0;
}
.news-back-link a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	text-decoration: none;
	font-style: italic;
	color: #2A8FF7;
	font-size: 14px;
}
.news-back-link{
	margin-top: -15px;
}
.news-single-title p{
	padding: 20px 0;
	color: #292219;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}
.news-single-title span{
	font-size: 13px;
	color: #292219;
	text-decoration: underline;
}
.news-single-title{
	padding-bottom: 30px;
}
.news-single-content{
	color: #292219;
	line-height: 24px;
	margin-bottom: 35px;
}
.news-single-content img{
	padding: 40px 0;
	max-width: 100%;
}
.docs-wrapper{
	padding-top: 80px;
	padding-bottom: 50px;
}
.docs-title,.memo-title{
	text-align: center;
}
.docs-title p,.memo-title p{
	font-weight: 500;
	font-size: 40px;
	color: #363636;
}
.docs-title span,.memo-title span{
	color: #0C0429;
	opacity: .7;
	line-height: 24px;
	max-width: 665px;
	display: block;
	margin: 0 auto;
	margin-top: 25px;
}
.docs-wrapper ul{
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.docs-main-nav ul li{
	cursor: pointer;
	font-weight: 400;
	padding: 10px 20px;
}
.docs-main-nav ul li.active-docs-link{
	background-color: #2A8FF7;
	color: white;
	font-weight: 400;
}
.payment-block-director-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.payment-block-director-wrap ul{
	margin-bottom: 10px;
}
.docs-main-nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.docs-main-nav{
	padding: 40px 0;
	padding-bottom: 70px;
}
.docs-main-links ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 10px;
	-ms-flex-pack: distribute;
	    -webkit-box-pack: start;
	        justify-content: flex-start;
}
.docs-main-links ul li{
	max-width: 280px;
	border-radius: 25px;
	background-color: #B5D4F3;
	padding:  5px 20px;
	min-height: 50px;
	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;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.docs-main-links ul li:hover{
	cursor: pointer;
	background-color: #2A8FF7;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.docs-main-links ul li:hover a{
	color: white !important;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.docs-main-links ul li a{
	text-decoration: none;
	text-align: center;
	color: black;
	font-size: 14px;
	line-height: 20px;
}
.memo-title{
	padding-bottom: 60px;
	padding-top: 160px;
}
.memo-links ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 10px;
	-ms-flex-pack: distribute;
	    -webkit-box-pack: center;
	        justify-content: center;
}
.memo-links ul li{
	max-width: 250px;
	border-radius: 25px;
	background-color: #B5D4F3;
	padding:  5px 20px;
	min-height: 50px;
	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;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.memo-links ul li:hover{
	cursor: pointer;
	background-color: #2A8FF7;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.memo-links ul li:hover p{
	color: white !important;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.memo-links ul li p{
	text-decoration: none;
	text-align: center;
	color: black;
	font-size: 14px;
	line-height: 20px;
}
.memo-wrap{
	padding: 15px;
    background-color: #EFF7FF;
    border-radius: 25px;
}
.memo-content{
	margin-top: 40px;
	font-size: 14px;
	color: #292219;
}
.active-memo{
	background-color: #2A8FF7 !important;
}
.active-memo p{
	color: white !important;
}
.memo-content{
	display: none;
}
.memo-content-active{
	display: block;
}
.memo-links ul.active-select{
	max-height: -webkit-fit-content;
	max-height: -moz-fit-content;
	max-height: fit-content;
}
.memo-before{
	display: none;
}
.docs-main-links{
	display: none;
}
.for-bussines-text{
	padding-top: 60px;
	line-height: 30px;
	color: #0C0429;
	opacity: .7;
}
.bussines-form{
	background-color: #2A8FF7;
}
.bussines-form .vacancy-titile-form ,.bussines-form label ,.bussines-form p{
	color: white;
}
.bussines-form .wpcf7-submit{
	background-color: white;
	color: #2A8FF7;
}
.bussines-form{
	position: relative;
	overflow: hidden;
}
.bussines-form::before{
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	width: 140px;
	height: 325px;
	background-repeat: no-repeat;
	background-image: url('../images/for-bussines_part1.png');
}
.bussines-form::after{
	content: " ";
	display: block;
	position: absolute;
	right: -2px;
	bottom: 0;
	width: 400px;
	height: 550px;
	background-repeat: no-repeat;
	background-image: url('../images/for-bussines_part2.png');
}
.bussines-form .wpcf7{
	position: relative;
	z-index: 15;
}
.tv_block2{
	padding: 80px 0;
}
.tv-block3-title{
	text-align: center;
	padding: 80px 0 60px 0;
}
.tv-block3-title p{
	font-size: 40px;
	line-height: 56px;
	font-weight: 500;
	color: #363636;
	padding-bottom: 15px;
}
.tv-block3-title span{
	color: #16100D;
	opacity: .5;
	display: block;
	max-width: 640px;
	margin: 0 auto;
}
.tv-block3-contentwrap{
	background-color: #E8F1FB;
	border-radius: 25px;
	padding: 45px 25px;
}
.tv-block3-contentwrap .row{
	row-gap: 50px;
}
.tv-block3_item{
	padding: 15px;
	background-color: #ffffff;
	border-radius: 16px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.tv-block3-price{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #2A8FF7;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 20px 0 15px;
}
.tv-block3-price span{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tv-block3-name{
	font-weight: bold;
	color: #16100D;
	padding: 10px 0;
}
.tv-block3_item a{
	font-size: 14px;
	color: #16100D;
	line-height: 20px;
	padding: 10px 0;
}
.tv-block3-btn a{
	max-width: 190px;
	height: 45px;
	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;
	color: white;
	background-color: #2A8FF7;
	border-radius: 10px;
	border: 0;
	outline: none;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	margin: 0 auto;
	margin-top: 15px;
}
.tv-block3-btn{
	outline: none;
	border: 0;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.tv-block3_item img{
	border-radius: 15px;
    overflow: hidden;
    width: 100%;
}
.tv-block3{
	margin-bottom: 60px;
}
.payment-block3{
	padding-top: 35px;
	padding-bottom: 35px;
}
.wpcf7-not-valid-tip {
    color: #f1f1f1;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: 5px;
    border-left: 2px solid #efd543;
    padding: 5px;
}
.footer-row .current-menu-item{
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.vacncy-file-wrap p{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
}
.wpcf7-list-item{
	margin-left: 0;
}
.wpcf7-list-item label{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}
.vacancy-form-wrapper .wpcf7-not-valid-tip{
	color: #c92525;
	border-left: 2px solid #c92525;
	font-size: 12px;
}
.popup-for-wrapper{
	display: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	
	min-height: 100vh;
	background-color: rgb(132 132 132 / 90%);
}
.popup-form{
	color: #808080;
	overflow: hidden;
	background-color: #EFF7FF;
	position: relative;
}
.popup-for-wrapper .feedback_title{
	position: relative;
	z-index: 5;
	color: white;
}
.popup-for-wrapper .feedback_title p,.popup-for-wrapper .feedback_title span{
	color: white;
}
.popup-form input{
	border: 1px solid #CACACA;
}
.popup-form::before{
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 200px;
	background-repeat: no-repeat;
	background-image: url('../images/popupform_part1.png');
}
.popup-form::after{
	content: " ";
	display: block;
	position: absolute;
	right: -2px;
	bottom: 10%;
	width: 65px;
	height: 100px;
	background-repeat: no-repeat;
	background-image: url('../images/popupform_part2.png');
}
.popup-title-form p{
	color: #363636;
}
.popup-form .wpcf7-list-item-label{
	color: #808080;
}
.popup-form .vacancy-submit-wrap p{
	color: #808080;
}
.popup-form .wpcf7-submit{
	background-color: #2A8FF7;
	color: white;
}
.popup-form .row{
	z-index: 30;
	position: relative;
}
.news-list li{
	list-style: none;
}
.news-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 40px;
	padding-left: 0;
}
.news-list li a{
	text-decoration: none;
	color: #363636;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 50px;
}
.active-news{
	background-color: #2A8FF7;
	color: white !important;
	padding: 0 10px;
}
.memo-content p{
	color: #292219;
	line-height: 1.7;
	margin-bottom: 20px;
}
.news-single-image img{
	display: block;
	width: 100%;
	border-radius: 25px;
	margin-bottom: 20px;
}
.close-popup{
	position: absolute;
    right: 20px;
    top: 20px;
    font-size: 26px;
    font-weight: 500;
    z-index: 35;
    padding: 0 10px;
    cursor: pointer;
}
.hidden-tarif-type{
	display: none;
	visibility: hidden;
	opacity: 0;	
}
.tv-page-tarif .tarify-card-title{
	min-height: 150px;
}
.tarif-video-card-top{
	position: relative;
	z-index: 35;
}
.header-first-menu-fixed{
	display: none;
    position: fixed;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    z-index: 20;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: #eff7ffbd;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    top: 20px;
}
.video-tarifs-wrapper{
	display: none;
}
.slick-dots li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.payment-block2-sides-wrapper li{
	font-size: 14px;
}.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}
.footer-policy-links ul li a{
	text-decoration: underline;
}
.footer-item-pc img,.footer-social img,.footer-first-list-img img{
	max-width: 42px;
	width: 100%;
}
.content-page-wrap h1{
	font-size: 1.5rem;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 35px;
}
.content-page-wrap p{
	line-height: 1.7;
}
.content-page-wrap{
	padding-bottom: 45px;
}
.vacancy-submit-wrap a{
	color: #333;
}
#wpcf7-f10-o1 .vacancy-submit-wrap a{
	color: white;
}
.memo-content img{
	max-width: 100%;
}
.type-page .entry-content li{
	padding-bottom: 10px;
	line-height: 1.7;
}
.policy-accept{
	display: none;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 30px;
	max-width: 700px;
	width: 95%;
	padding: 15px 20px;
	font-size: 14px;
	color: #565656;
	backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: #eff7ffbd;
    border: 1px solid #2A8FF7;
    border-radius: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 30;
}
.callback-fixed img{
	width: 100%;
}
.policy-accept a{
	color: #565656;
}
.callback-fixed{
	z-index: 20;
	display: block;
	width: 62px;
	height: 62px;
	position: fixed;
	right: 30px;
	bottom: 20px;
}
.policy-accept button{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 160px;
	height: 40px;
	border-radius: 10px;
	background-color: #2A8FF7;
	color: white;
	border: 0;
	width: 100%;
	cursor: pointer;
}
.form-alert{
	padding: 10px;
    background-color: #e35c5ce6;
    margin: 20px 0;
    text-align: center;
    font-weight: 500;
    color: white;
    font-size: 14px;
}
.form-alert{
	display: none;
}
#payment_form button{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    align-items: center;
    gap: 10px;
}
#payment_form button img{
	display: none;
	width: 35px;
}
.tv-block3_image{
	background-color: #2A8FF7;
    border-radius: 15px;
    display: block;
    width: 100%;
    min-height: 270px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.tv-block3-contentwrap .row .tv-block3_itemwrap:nth-child(1) .tv-block3_image{
	background-size: 80%;
}
.tv-block3-contentwrap .row .tv-block3_itemwrap:nth-child(2) .tv-block3_image{
	background-size: 75%;
}
.tv-block3-contentwrap .row .tv-block3_itemwrap:nth-child(4) .tv-block3_image,.tv-block3-contentwrap .row .tv-block3_itemwrap:nth-child(5) .tv-block3_image,.tv-block3-contentwrap .row .tv-block3_itemwrap:nth-child(6) .tv-block3_image{
	background-size: 50%;
}
.popup_abouttext{
	display: none;
    background-color: white;
    border: 1px solid #2a8ff7;
    position: fixed;
    z-index: 15;
    padding: 15px 20px;
    height: auto;
    font-size: 14px;
    border-radius: 10px;
    left: calc(50% - 200px);
    width: 100%;
    max-width: 400px;
    top: 35%;
    line-height: 1.4;
}
.popup_abouttext a{
    color: #2a8ff7;
}
.wpcf7-spinner{
	position: absolute;
}
.popup_abouttext span{
	position: absolute;
	color: #2a8ff7;
	font-weight: bold;
	right: 0px;
	top: 0px;
	padding: 10px;
	cursor: pointer;
}
.bussines-form .wpcf7-acceptance a{
	color: white;
}
.popup-form .wpcf7-acceptance a{
	color: #808080;
}
.wpcf7-submit[disabled]{
	background-color: #999;
} 
.bussines-form .wpcf7-submit[disabled]{
	background-color: #999;
    color: white;
}
.videostreet_sliderwrapper a{
    text-decoration: none;
}
.cctv-adress_field .feedback_form-input{
    max-width: 100%;
    width: 100%;
}
.cctv-adress_field p{
    display: block;
    width: 100%;
}
.slider-card-text .banner-sub_info{
    font-size: 10px;
    color: #1C1C1C;
    opacity: .7;
    font-style: italic;
    font-weight: 400;
    padding-bottom: 10px;
}
.slider-card-text .banner-sub_info a{
    color: #1C1C1C;
    opacity: .7;
}