* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul li {
	list-style: none;
}

img {
	max-width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

body {
	font-family: 'Roboto', sans-serif;
	background: #fafafa;
}

.content {
	max-width: 1000px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

header {
	background: url(https://videoshow.ru/images/bg_header_full.png) center center no-repeat;
	background-size: auto 100%;
	padding-top: 1px;
}

.logo {
	float: left;
	margin-top: 18px;
}

nav {
	float: right;
}

.top-menu {
	float: left;
}

.top-menu li {
	display: inline-block;
}

.top-menu li a {
	display: block;
	color: #f6f6f6;
	text-decoration: none;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	line-height: 90px;
	text-transform: uppercase;
	padding: 0 7px;
	font-weight: 500;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 14px;
}

.top-menu li a:hover {
	background: #3b3e45;
	border-bottom: 5px solid rgba(92, 216, 214, 1);
	border-top: 5px solid #3b3e45;
}

.top-menu li a:active {
	background: #41454d;
	border-bottom: 5px solid rgba(92, 216, 214, 1);
	border-top: 5px solid #41454d;
}

.top-menu .active a,
.top-menu .active a:hover {
	background: #41454d;
	border-bottom: 5px solid rgba(92, 216, 214, 1);
	border-top: 5px solid #41454d;
}

.top-menu .header__open-menu a, 
.top-menu .header__open-menu a:hover {
	border-bottom: 5px solid #3b3e45;
}
.top-menu .header__open-menu a:active {
	border-bottom: 5px solid rgba(92, 216, 214, 1);
}

.button-group {
	float: right;
	padding-top: 27px;
	padding-left: 10px;
}

.download-button,
.download-link {
	display: inline-block;
	width: 125px;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 900;
	border-radius: 50px;
	padding-left: 25px;
	text-transform: uppercase;
	line-height: 45px;
	background: #3ab7d5;
	background: -webkit-linear-gradient(top, #3ab7d5 0%, #5999f9 100%);
	background: linear-gradient(to bottom, #3ab7d5 0%, #5999f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ab7d5', endColorstr='#5999f9', GradientType=0)
}

.download-button:after,
.download-link:after {
	content: '';
	display: block;
	width: 10px;
	height: 14px;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -7px;
	background: url(https://videoshow.ru/images/arrow_download.png) 0 0 no-repeat;
	background-size: auto 100%;
}

.download-button:hover,
.download-link:hover {
	background: #1ad5b1;
	background: -webkit-linear-gradient(top, #1ad5b1 0%, #3ab7d5 100%);
	background: linear-gradient(to bottom, #1ad5b1 0%, #3ab7d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ad5b1', endColorstr='#3ab7d5', GradientType=0)
}

.cart-button {
	display: inline-block;
	width: 125px;
	margin-left: 3px;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 900;
	border-radius: 50px;
	padding-left: 25px;
	text-transform: uppercase;
	line-height: 45px;
	background: #f85d3a;
	background: -webkit-linear-gradient(top, #f85d3a 0%, #f74955 100%);
	background: linear-gradient(to bottom, #f85d3a 0%, #f74955 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85d3a', endColorstr='#f74955', GradientType=0)
}

.cart-button:after {
	content: '';
	display: block;
	width: 19px;
	height: 16px;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -10px;
	background: url(https://videoshow.ru/images/cart_icon.png) 0 0 no-repeat;
}

.cart-button:hover {
	background: #fe8266;
	background: -webkit-linear-gradient(top, #fe8266 0%, #f84e74 100%);
	background: linear-gradient(to bottom, #fe8266 0%, #f84e74 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8266', endColorstr='#f84e74', GradientType=0)
}

.cart-button-buy {
	display: inline-block;
	width: 160px;
	margin-left: 3px;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 900;
	border-radius: 50px;
	padding-right: 15px;
	text-transform: uppercase;
	line-height: 45px;
	background: #f85d3a;
	background: -webkit-linear-gradient(top, #f85d3a 0%, #f74955 100%);
	background: linear-gradient(to bottom, #f85d3a 0%, #f74955 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85d3a', endColorstr='#f74955', GradientType=0)
}

.cart-button-buy:after {
	content: '';
	display: block;
	width: 19px;
	height: 16px;
	position: absolute;
	right: 22px;
	top: 50%;
	margin-top: -10px;
	background: url(../images/cart_icon.png) 0 0 no-repeat;
}

.cart-button-buy:hover {
	background: #fe8266;
	background: -webkit-linear-gradient(top, #fe8266 0%, #f84e74 100%);
	background: linear-gradient(to bottom, #fe8266 0%, #f84e74 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8266', endColorstr='#f84e74', GradientType=0)
}

.screen-home {
	color: #fff;
	text-align: center;
	padding: 60px 0;
	background: url(../images/default2.jpg) center top no-repeat;
	background-size: cover;
}

.screen-home h1 {
	font-size: 48px;
	font-family: 'Roboto Condensed', sans-serif;
}

.screen-home h2 {
	font-size: 24px;
	font-weight: 300;
	padding-top: 5px;
	padding-bottom: 35px;
	background: url(../images/border_icon.png) center bottom no-repeat;
	margin-bottom: 40px;
}

.screen-home2 {
	color: #fff;
	text-align: center;
	padding: 60px 0;
	background: url(../images/index2.jpg) center top no-repeat;
	background-size: cover;
}

.screen-home2 h1 {
	font-size: 48px;
	font-family: 'Roboto Condensed', sans-serif;
}

.screen-home2 h2 {
	font-size: 24px;
	font-weight: 300;
	padding-top: 5px;
	padding-bottom: 35px;
	background: url(../images/border_icon.png) center bottom no-repeat;
	margin-bottom: 40px;
}

.screen-home__new {
	background: url(../img/new/hero-bg.webp) center top no-repeat;
	background-size: cover;
	overflow: hidden;
}
.screen-home__new .content {
	max-width: 1360px;
}
.screen-home__new h1 {
	font-family: 'Roboto', sans-serif;
}
.screen-home__new h2 {
	margin-bottom: 30px;
}
.hero__registry {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.registry-link {
	color: #5cd8d6;
	transition: ease .3s;
	text-decoration-line: underline;
	text-decoration-color: transparent;
}
.registry-link:hover {
	text-decoration-color: #5cd8d6;
}
.hero__registry img {
	position: relative;
  top: 5px;
	margin-left: 10px;
}

.hero__slide {
	position: relative;
}
.hero__slide .slick-list {
	/* overflow: visible; */
}
.hero__slide .slick-track {
	display: flex;
}
.hero__slide-block {
	display: flex !important;
  flex-direction: column;
	box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.5);
	background: #0b1f32;
	border: 1px solid #1f3346;
	border-radius: 18px;
	padding: 30px 24px;
	max-width: 444px;
	height: initial !important;
	width: 444px !important;
	/* width: 100%; */
	text-align: left;
	margin: 0 auto;
	margin: 0;
}
/* .hero__slide-block.slick-slide.slick-cloned {
	visibility: hidden;
} */
.hero__slide-block.slick-slide.slick-active {
	position: relative;
	transform: scale(.9);
	transition: ease .3s;
}
/* .hero__slide-block.slick-slide.slick-active::after {
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	width: calc(100% + 1px);
	height: 100%;
	background: linear-gradient(270deg, rgba(1, 17, 34, 0) 0%, #011122 100%);
} */
.hero__slide-block.slick-slide.slick-active.slick-center {
	transform: scale(1);
	z-index: 1;
	width: 444px !important;
}
.hero__slide-block.slick-slide.slick-active.slick-center::after {
	display: none;
}
.hero__slide-block.slick-slide.slick-active.slick-center + .hero__slide-block.slick-slide.slick-active::after {
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	width: calc(100% + 1px);
	height: 100%;
	background: linear-gradient(270deg, rgba(1, 17, 34, 0) 0%, #011122 100%);
}
.hero__slide-block.slick-slide + .hero__slide-block.slick-slide.slick-active::after {
	content: '';
	position: absolute;
	right: -1px;
	top: 0;
	width: calc(100% + 1px);
	height: 100%;
	background: linear-gradient(90deg, rgba(1, 17, 34, 0) 0%, #011122 100%);
}
.hero__slide-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}
.hero__slide-info {
	display: flex;
	flex-direction: column;
	margin-right: 10px;
}
.hero__slide-name {
	font-weight: 700;
	font-size: 22px;
	line-height: 105%;
	color: #fff;
	margin-bottom: 7px;
}
.hero__slide-city {
	font-weight: 300;
	font-size: 18px;
	line-height: 128%;
	color: #cedae0;
}
.hero__slide-stars {
	display: flex;
	margin-left: auto;
}
.hero__slide-stars img {
	margin: 0 2px;
	width: 15px;
}
.hero__slide-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 128%;
	color: #cedae0;
}
.hero__slide .slick-prev {
	background: url(../img/new/arrow-left.webp) no-repeat left center;
	background-size: 100%;
	height: 40px;
	width: 40px;
	left: 31.6%;
	z-index: 2;
	opacity: 0.8;
	transition: ease .3s;
}
.hero__slide .slick-next {
	background: url(../img/new/arrow-right.webp) no-repeat left center;
	background-size: 100%;
	height: 40px;
	width: 40px;
	right: 31.6%;
	z-index: 2;
	opacity: 0.8;
	transition: ease .3s;
}
.hero__slide .slick-prev:hover,
.hero__slide .slick-next:hover {
	opacity: 1;
}
@media only screen and (max-width: 991px) {
	.screen-home__new h1 {
		margin-bottom: 15px;
	}
	.hero__slide-block.slick-slide.slick-active.slick-center,
	.hero__slide-block {
		max-width: 100%;
		width: 100% !important;
	}
	.hero__slide .slick-prev {
		left: -15px;
	}
	.hero__slide .slick-next {
		right: -15px;
	}
}
@media only screen and (max-width: 767px) {
	.screen-home__new {
		padding-top: 40px;
	}
	.screen-home__new h1 {
		font-size: 42px;
	}
}

.download-button-big {
	text-align: left;
	padding-left: 48px;
	line-height: 70px;
	width: 260px;
	font-size: 17px;
}

.download-button-big:after {
	content: '';
	display: block;
	width: 12px;
	height: 17px;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -8.5px;
	background: url(../images/arrow_download.png) 0 0 no-repeat;
}

.download-button-gray {
	background: linear-gradient(180deg, #C1CDCF 0%, #9BA9AC 100%);
}

.download-button-gray:hover {
	background: linear-gradient(180deg, #7a7d7d 0%, #8a9496 100%);
}

.win-support {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	color: #fffefe;
	padding-left: 20px;
	background: url(../images/win_icon.png) 0 center no-repeat;
	margin-top: 15px;
	margin-bottom: 60px;
}

.review-slider {
	font-weight: 500;
	color: #cedae0;
	font-size: 15px;
	line-height: 23px;
}

.review-slider p {
	padding-bottom: 5px;
}

.review-slider img {
	margin: 0 auto;
}

.review-slider .slick-dots {
	bottom: -25px;
}

.review-slider .slick-dots li {
	width: 7px;
	height: 7px;
	background: #aba9a9;
	margin: 0 2px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
}

.review-slider .slick-dots .slick-active {
	background: #fff;
	width: 9px;
	height: 9px;
	position: relative;
	top: -1px;
}

.review-container {
	max-width: 500px;
	margin: 0 auto;
	padding: 30px 30px 30px 30px;
	background: url(../images/bg_line.png) 0 0 no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.review-container:after {
	content: '';
	display: block;
	background: url(../images/icon_1.png) 0 0 no-repeat;
	width: 45px;
	height: 37px;
	position: absolute;
	left: 50%;
	margin-left: -22.5px;
	top: -19px;
}

.get-started {
	padding: 60px 0 40px 0;
}

.get-started h2 {
	font-size: 36px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	color: #484c54;
}

.after-title {
	font-size: 22px;
	font-weight: 300;
	color: #484c54;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 40px;
	background: url(../images/border_222.png) center bottom no-repeat;
	margin-bottom: 40px;
}

.step-this {
	float: left;
	width: 33.333333%;
	text-align: center;
	padding: 25px 0px 50px 0px;
	-webkit-transition: .5s;
	transition: .5s;
}

.step-this:nth-child(2) {
	box-shadow: 0 0 20px #e4e4e4;
	z-index: 500;
	position: relative;
}

.step-this:hover {}

.step-this:nth-child(2) .icon-step:after,
.step-this:nth-child(2) .icon-step:before {
	opacity: 0;
}

.step-this:hover .icon-step:after,
.step-this:hover .icon-step:before {}

.title-step {
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #5d646e;
	padding-top: 14px;
	padding-bottom: 30px;
	background: url(../images/border_title_step.png) center bottom no-repeat;
	margin-bottom: 15px;
	padding-left: 24px;
	padding-right: 24px;
}

.description-step {
	font-size: 16px;
	font-weight: 300;
	color: #5d646e;
	line-height: 27px;
	padding-left: 20px;
	padding-right: 20px;
}

.icon-step {
	position: relative;
	overflow: hidden;
}

.icon-step:after {
	content: '';
	display: block;
	width: 100px;
	border-bottom: 1px solid #dcdfe3;
	position: absolute;
	left: 225px;
	top: 50px;
	-webkit-transition: .3s;
	transition: .3s;
}

.icon-step:before {
	content: '';
	display: block;
	width: 100px;
	border-bottom: 1px solid #dcdfe3;
	position: absolute;
	right: 235px;
	top: 50px;
	-webkit-transition: .3s;
	transition: .3s;
}

.button-cont {
	padding-top: 45px;
	text-align: center;
}

.button-cont .download-button-big {
	box-shadow: 0 10px 30px #dcdcdc;
	padding-left: 45px;
}

.button-cont .download-button-big:after {
	background: url(../images/icon_button_new.png) 0 0 no-repeat;
	width: 39px;
	height: 39px;
	margin-top: -19.5px;
	right: 20px;
}

.button-cont .win-support {
	margin-bottom: 0;
	color: #5d646e;
	background: url(../images/win_icon_2.png) 0 center no-repeat;
}

.screen {
	padding: 60px 0 55px 0;
}

.screen.content {
	padding: 60px 15px 55px;
}

.screen h2 {
	font-size: 36px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	color: #484c54;
	padding-bottom: 40px;
	background: url(../images/border_222.png) center bottom no-repeat;
	margin-bottom: 40px;
}

.tub-link-list {
	padding-bottom: 30px;
}

.tub-link {
	float: left;
	width: 20%;
	box-shadow: 0 0 30px #f3f3f3;
	padding: 0 3px;
}

.tub-link span {
	display: block;
	text-align: center;
	font-size: 17px;
	color: #5d646e;
	padding: 14px 0;
	border-radius: 5px;
	position: relative;
	z-index: 200;
	background: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	height: 51px;
}

.tub-link:hover span {
	background: #737a86;
	color: #fff;
}

.tub-link.active span {
	background: #737a86;
	color: #fff;
}

.tub-content {
	display: none;
}

.tub-content img {
	float: left;
	width: 65.5%;
	display: block;
	box-shadow: 0 0 30px #f3f3f3;
}

.tub-content.active {
	display: block;
}

.tub-link__new .content {
	max-width: 1170px;
	position: relative;
}
.tub-link__new-block {
	display: flex;
	justify-content: space-between;
}
.tub-link__new-list {
	width: calc(100% - 270px);
}
.tub-link__new h2 {
	font-family: 'Roboto', sans-serif;
}
.tub-link__new .tub-link-list {
	margin: 0 -6px;
}
.tub-link__new .tub-link {
	padding: 0 6px;
}
.tub-link__new .tub-link span {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 17px;
	padding: 8px;
	border-radius: 10px;
	border: 1px solid rgba(115, 122, 134, 0.1);
}
.tub-link__new .tub-link:hover span {
	box-shadow: 0 8px 8px -4px rgba(2, 177, 197, 0.12), 0 20px 24px -4px rgba(14, 177, 237, 0.12);
	background: #fff;
	border: 1px solid #2bc5c5;
	background: linear-gradient(90deg, #00cdac 0%, #8ddad5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.tub-link__new .tub-link.active span,
.tub-link__new .tub-link.active:hover span {
	border-radius: 10px;
	border: 1px solid #737a86;
	background: #737a86;
	color: #fff;
	-webkit-text-fill-color: initial;
	box-shadow: none;
}
.tub-link__new .tub-content-list {
	box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
	background: #fff;
	border-radius: 18px;
	padding: 14px 12px;
}
.tub-link__new .tub-content img {
	border-radius: 11px;
	width: 50%;
}
.tub-link__new .text-right {
	padding: 14px 0 0;
	border: none;
	width: 47.5%;
	min-height: initial;
}
.tub-link__new .text-right h3 {
	font-family: 'Roboto', sans-serif;
	padding-bottom: 20px;
}

.edit-video {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 247px;
}
.edit-video h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #484c54;
	margin: 24px 0 14px;
}
.edit-video .download-btn {
	padding: 12.5px 42px 12.5px 42px;
	font-size: 13px;
}
.edit-video .download-btn img {
	transform: rotate(-90deg);
}
@media (max-width:991px) {
	.tub-link__new-block {
    flex-direction: column;
		justify-content: center;
	}
	.tub-link__new-list {
    width: 100%;
	}
	.edit-video {
    margin: 25px auto 0;
	}
}


.text-right {
	float: right;
	width: 32%;
	border-top: 1px solid #dcdfe3;
	border-bottom: 1px solid #dcdfe3;
	padding: 35px 0;
	color: #5d646e;
	min-height: 426px;
}

.text-right h3 {
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 30px;
}

.text-right p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 24px;
}

.text-right p strong {
	font-weight: 500;
}

.block-center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.text-big,
.entry-content p.text-big {
  font-size: 22px;
  font-weight: 700;
}

.accordion {
	padding: 60px 0 80px 0;
	background: url(../images/bg_accordion.png) center top no-repeat;
	background-size: auto 900px;
}

.accordion h2 {
	font-size: 36px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	color: #fff;
	padding-bottom: 40px;
	background: url(../images/border_222.png) center bottom no-repeat;
	margin-bottom: 40px;
}

.question {
	font-weight: 700;
	color: #5d646e;
	font-size: 20px;
}

.cont-question {
	background: #fafafa;
	border-radius: 30px;
	position: relative;
}

.cont-question .number-question {
	content: '';
	position: absolute;
	background: url(../images/bg_number.png) 0 0 no-repeat;
	width: 99px;
	height: 115px;
	top: -32px;
	left: -23px;
	z-index: 1001;
	font-size: 34px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 27px 0 0 31px;
}

.cont-question:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	height: 58px;
	z-index: 300;
	bottom: 0;
	background: #fcfcfc;
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #ffffff 56%, #d6d6d6 100%);
	background: linear-gradient(to bottom, #fcfcfc 0%, #ffffff 56%, #d6d6d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#d6d6d6', GradientType=0);
	border-radius: 40px;
}

.question {
	padding: 18px 70px 18px 70px;
	cursor: pointer;
	position: relative;
	z-index: 500;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 30px;
	color: #5d646e;
}

.question:after {
	content: '';
	display: block;
	position: absolute;
	width: 17px;
	right: 25px;
	height: 15px;
	z-index: 300;
	top: 23px;
	background: url(../images/arow_1.png) 0 0 no-repeat;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}

.question:hover {
	color: #3bb6d6;
	background: rgba(59, 182, 214, 0.1);
}

.question:hover:after {
	background: url(../images/arow_2.png) 0 -1px no-repeat;
}

.answer {
	font-size: 16px;
	color: #5d646e;
	line-height: 25px;
	position: relative;
	z-index: 500;
	padding: 0 35px 30px 70px;
	display: none;
}

.answer img {
	float: right;
	margin-left: 20px;
	display: block;
	border: 7px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin-top: -45px;
}

.active .question {
	padding-top: 27px;
	padding-right: 230px;
}

.active .question:hover {
	background: none;
	color: #5d646e;
}

.active .question:after {
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	background: url(../images/arow_2.png) 0 -1px no-repeat;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-new {
	background: url(../img/new/accordion-bg.webp) center top no-repeat;
	background-size: cover;
}
.accordion-new .content {
	max-width: 1170px;
}
.accordion-new h2 {
	font-family: 'Roboto', sans-serif;
}
.accordion-new .answer img {
	margin-top: 0;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 12px;
}

.promo {
	background: url(../images/bg_promo.png) center center no-repeat;
	background-size: cover;
	padding: 100px 0 120px 0;
}

.cont-promo-1 {
	max-width: 670px;
	border-radius: 3px;
	padding: 10px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}

.cont-promo-2 {
	text-align: center;
	padding: 70px 20px 60px 20px;
	border-radius: 3px;
	border: 1px solid #d5d9e5;
	color: #484c54;
	background: url(../images/icon_cinema.png) 40px 90% no-repeat;
}

.cont-promo-2 h2 {
	font-size: 36px;
	font-family: 'Roboto Condensed', sans-serif;
}

.cont-promo-2 .after-title {
	margin-bottom: 60px;
}

.cont-promo-2 .win-support {
	color: #5d646e;
	margin-bottom: 0;
	padding-left: 0;
	background: 0;
	font-weight: 500;
}

.cont-promo-2 .download-button-big {
	box-shadow: 0 10px 30px #dcdcdc;
}

.promo-new {
	background: #fafafa;
	padding: 130px 0;
}
.promo-new .content {
	max-width: 1170px;
}
.promo-new-block {
	box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
	background: url(../img/new/promo-bg.webp) left top no-repeat;
	background-size: cover;
	border-radius: 18px;
	display: flex;
	padding: 70px 50px 47px 0;
}
.promo-new h2 {
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	color: #484c54;
}
.promo-new .after-title {
	font-weight: 300;
	font-size: 22px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 34px;
}
.promo-new-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 20px;
	margin-left: 20px;
}
.promo-new .download-btn {
	font-size: 17px;
	padding: 24.5px 41px 24.5px 41px;
	box-shadow: 0 10px 30px 0 #dcdcdc;
}
.promo-new .download-btn-support {
	font-size: 14px;
}
@media screen and (max-width:991px) {
	.promo-new-block {
		flex-direction: column;
		padding: 50px 15px 50px 0;
	}
}
@media screen and (max-width:767px) {
	.promo-new .download-btn {
		font-size: 16px;
		padding: 20.5px 30px 20.5px 30px;
		box-shadow: 0 10px 30px 0 #dcdcdc;
	}
}

footer {
	padding: 40px 0 20px 0;
	background: url(https://videoshow.ru/images/footer_bg.png) 0 0 no-repeat;
	background-size: cover;
}

.logo-footer {
	float: left;
}

.copy {
	color: #b8c4d9;
	font-weight: 500;
	float: left;
	padding-left: 110px;
	font-size: 13px;
	padding-top: 10px;
}

.footer-link {
	padding: 25px 0 25px 0;
	background: #34383d;
	border: 1px solid #484c54;
	border-radius: 5px;
	margin-bottom: 20px;
	box-shadow: 0 0 25px #2a2d32;
}

.column {
	float: left;
	width: 33.333333%;
	padding-left: 20px;
	border-right: 1px solid #484c54;
}

.column ul li a {
	display: block;
	color: #dae3f2;
	text-decoration: none;
	font-size: 15px;
	padding: 5px 20px;
	-webkit-transition: .2s;
	transition: .2s;
	border-radius: 30px;
	max-width: 240px;
}

.column ul li a:hover {
	background: #2c2f34;
	color: #fff;
}

.column-2 {
	padding-left: 45px;
}

.column-3 {
	padding-left: 45px;
	border: 0;
}

.title {
	font-size: 20px;
	color: #fff;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.title:after {
	content: '';
	display: block;
	width: 40px;
	border-bottom: 1px solid #5a98fa;
	position: absolute;
	bottom: 0;
	left: 0;
}

.example {
	padding: 60px 0 80px 0;
	background: url(../images/bg_example.png) center top no-repeat;
	background-size: cover;
}

.example h2 {
	font-size: 36px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	color: #fff;
	padding-bottom: 40px;
	background: url(../images/border_222.png) center bottom no-repeat;
	margin-bottom: 40px;
}

#prev {
	background: red;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	z-index: 999;
	left: 0px;
	opacity: .5;
	top: 50%;
	-webkit-transition: .2s;
	transition: .2s;
	position: absolute;
	display: block;
	cursor: pointer;
}

#prev:hover {
	opacity: 1;
}

#next {
	background: red;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	position: absolute;
	z-index: 999;
	right: 0px;
	opacity: .5;
	top: 50%;
	-webkit-transition: .2s;
	transition: .2s;
	display: block;
	cursor: pointer;
}

#next:hover {
	opacity: 1;
}

.slider-example {
	position: relative;
}

.poster-main {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.poster-main .poster-list .poster-item {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.poster-main .poster-btn {
	position: absolute;
	top: 0;
	cursor: pointer;
}

.poster-main .poster-prev-btn {
	left: 70px;
	background: url("../images/btn_l_hover.png") no-repeat right center;
	height: 100px !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .7;
}

.poster-main .poster-prev-btn:hover {
	opacity: 1;
}

.poster-main .poster-next-btn {
	right: 70px;
	background: url("../images/btn_r_hover.png") no-repeat left center;
	height: 100px !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .7;
}

.poster-main .poster-next-btn:hover {
	opacity: 1;
}

.poster-item {
	background: #2c2f34;
	cursor: pointer;
	opacity: 1 !important;
}

.poster-item img {
	opacity: 0.5 !important;
}

.poster-item img {
	width: 100%;
}

.poster-item:after {
	content: '';
	display: block;
	background: url(../images/play_icon.png) 0 0 no-repeat;
	width: 157px;
	height: 157px;
	z-index: 500;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.poster-item .name-video {
	font-size: 36px;
	font-weight: 300;
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	top: 75%;
	text-align: center;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.activeSlide img {
	opacity: 1 !important;
}

.activeSlide .name-video {
	opacity: 1;
}

.activeSlide:after {
	opacity: 1;
}

.poster-item iframe {
	border: none;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.example-new {
	background: url(../img/new/example-bg.webp) center top no-repeat;
	background-size: cover;
	padding: 60px 0 155px 0;
}
.example-new h2 {
	font-family: 'Roboto', sans-serif;
}
.example-new .poster-main .poster-list .poster-item {
	box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.3);
	background: #0b1f32;
	/* border: 2px solid #1f3346; */
	border-radius: 22px;
	/* padding: 14px; */
}
.example-new .poster-item img {
	border-radius: 25px;
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #1f3346;
	padding: 14px 14px 59px;
}
.example-new .poster-item .name-video {
	bottom: 14px;
	top: initial;
	font-weight: 500;
	font-size: 28px;
	text-align: center;
	color: #fff;
}
.example-new .poster-item:after {
	background: url(../img/new/play.svg) 0 0 no-repeat;
	width: 57px;
	height: 66px;
}
.example-new .poster-main .poster-prev-btn {
	background: url(../img/new/arrow-left.webp) no-repeat left center;
	height: 70px !important;
	width: 70px !important;
	left: 105px;
}
.example-new .poster-main .poster-next-btn {
	background: url(../img/new/arrow-right.webp) no-repeat left center;
	height: 70px !important;
	width: 70px !important;
	right: 105px;
}
@media screen and (max-width:1017px) {
	.example-new .poster-main .poster-next-btn {
		right: 52px;
		top: 58% !important;
	}
	.example-new .poster-main .poster-prev-btn {
		left: 52px;
		top: 58% !important;
	}
}
@media screen and (max-width:767px) {
	.example-new .poster-item img {
		padding: 14px 14px 40px;
	}
	.example-new .poster-item .name-video {
    bottom: 11px;
    font-size: 20px;
	}
}
@media screen and (max-width:575px) {
	.example-new .poster-item:after {
    width: 40px;
    height: 50px;
    background-size: 100% 100%;
	}
	.example-new .poster-main .poster-next-btn {
		right: -48px;
		top: 64% !important;
	}
	.example-new .poster-main .poster-prev-btn {
		left: -48px;
		top: 64% !important;
	}
}

.bg-pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.62);
	display: none;
}

.pop {
	background: #fafafa;
	max-width: 300px;
	display: none;
	width: 95%;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.53);
	text-align: center;
}

.pop .download-link {
	border: 0;
	text-align: left;
	width: 100%;
}

.title-pop {
	font-size: 18px;
	font-weight: 700;
	color: #484c54;
	padding-bottom: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}

.close {
	background: url(../images/close2.png) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: -20px;
	cursor: pointer;
}

input[type="email"] {
	height: 40px;
	border: 1px solid #e1e1e4;
	background: #fff;
	padding: 0 15px;
	font-size: 15px;
	display: block;
	max-width: 290px;
	width: 100%;
	margin: 0 auto 10px auto;
	outline: none;
	border-radius: 5px;
}

*::-webkit-input-placeholder {
	color: #484c54;
	opacity: 1;
}

*:-moz-placeholder {
	color: #484c54;
	opacity: 1;
}

*::-moz-placeholder {
	color: #484c54;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #484c54;
	opacity: 1;
}

input[type="email"]:focus::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
	-webkit-transition: .3s;
	transition: .3s;
}

input[type="email"]:focus:-moz-placeholder {
	color: #fff;
	opacity: 1;
	transition: .3s;
}

input[type="email"]:focus::-moz-placeholder {
	color: #fff;
	opacity: 1;
	transition: .3s;
}

input[type="email"]:focus:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
	transition: .3s;
}

.scroll-top {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 20px;
	z-index: 997;
	border-radius: 5px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	display: none;
	background: #3ab7d5;
	background: -webkit-linear-gradient(top, #3ab7d5 0%, #5999f9 100%);
	background: linear-gradient(to bottom, #3ab7d5 0%, #5999f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ab7d5', endColorstr='#5999f9', GradientType=0)
}

.scroll-top:after {
	content: '';
	display: block;
	width: 22px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(https://videoshow.ru/images/scrolltop.png) 0 0 no-repeat;
}

.scroll-top:hover {
	background: #1ad5b1;
	background: -webkit-linear-gradient(top, #1ad5b1 0%, #3ab7d5 100%);
	background: linear-gradient(to bottom, #1ad5b1 0%, #3ab7d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ad5b1', endColorstr='#3ab7d5', GradientType=0)
}

.download-home {
	padding: 40px 0 60px 0;
	background: url(https://videoshow.ru/images/bg_download.png) center top no-repeat;
}

.left-box {
	float: left;
	width: 32%;
}

.left-box img {
	max-width: 90%;
}

.right-info {
	float: right;
	width: 68%;
	color: #484c54;
	padding-right: 15px;
}

.right-info h1 {
	color: #484c54;
	font-size: 48px;
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 20px;
	padding-bottom: 10px;
}

.right-info ul {
	margin-left: 25px;
	padding-bottom: 15px;
}

.right-info ul li {
	font-size: 16px;
	font-weight: 400;
	padding-left: 44px;
	background: url(../images/list_style_1.png) 0 0px no-repeat;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.after-h1 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	border-left: 6px solid #3a87e4;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-left: 7px;
}

.center-a {
	text-align: center;
}

.center-a a {
	box-shadow: 0 10px 30px #dcdcdc;
}

.list-about {
	padding-top: 40px;
}

.item-about {
	float: left;
	width: 24.25%;
	margin-right: 1%;
	text-align: center;
	font-size: 15px;
	color: #484c54;
	font-weight: 300;
	border: 1px solid #a6e6f7;
	border-radius: 5px;
	padding: 0 10px 15px 10px;
}

.item-about:last-child {
	margin-right: 0;
}

.icon-cont {
	height: 60px;
	position: relative;
}

.icon-cont img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.promo-2 {
	padding: 60px 0 50px 0;
	background: url(../images/bg_promo_2.png) center center no-repeat;
	background-size: cover;
	text-align: center;
}

.promo-2 .title-h2 {
	font-size: 48px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #484c54;
	padding-bottom: 40px;
	background: url(../images/border_222.png) center bottom no-repeat;
	margin-bottom: 40px;
	font-weight: 700;
}

.promo-2 .win-support {
	margin-bottom: 50px;
	color: #5d646e;
	background: url(../images/win_icon_2.png) 0 center no-repeat;
	font-weight: 500;
}

.promo-2 .review-container:after {
	background: url(../images/icon_2.png) 0 0 no-repeat;
}

.promo-2 .review-slider {
	color: #747b87;
}

.promo-2 .review-slider .slick-dots li {
	background: #bfc1c9;
}

.promo-2 .review-slider .slick-dots .slick-active {
	background: #848b99;
}

.promo-2 .review-container {
	background: url(../images/bg_line_2.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

.entry-content h2 {
	font-size: 38px;
	color: #484c54;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 20px;
}

.entry-content p {
	font-size: 18px;
	line-height: 30px;
	color: #484c54;
	padding-bottom: 20px;
	font-weight: 300;
}

.entry-content h3 {
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 20px;
	color: #484c54;
}

.entry-content .tub-content {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.entry-content .tub-content1 {
	display: block;
}

.entry-content .tub-content1 .text-right {
	float: left;
}

.entry-content .tub-content h3 {
	padding-bottom: 20px;
	font-size: 20px;
}

.entry-content .tub-content p {
	padding-bottom: 20px;
}

.entry-content .tub-content-list .tub-content {
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.entry-content .tub-content-list .tub-content.active {
	display: block;
}

.alighnright img {
	float: right;
}

.alighnright .text-right {
	float: left;
}

.alighnleft img {
	float: left;
}

.alighnleft .text-right {
	float: right;
}

.purchase-home {
	padding-bottom: 0;
}

.left-block {
	float: left;
	width: 73%;
}

.left-block h1 {
	font-size: 36px;
	padding-top: 5px;
}

.left-block h1 strong {
	font-weight: 400;
}

.left-block h1+p {
	padding-bottom: 25px;
	font-weight: 500;
}

.left-block ul {
	margin-left: 10px;
}

.left-block ul li {
	background-size: auto 22px;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-bottom: 13px;
	padding-left: 35px;
	font-weight: 500;
}

.left-block .after-h1 {
	font-weight: 300;
	margin-top: 20px;
	font-size: 16px;
}

.right-block {
	float: right;
	background: #fff;
	width: 27%;
	border-radius: 5px;
	padding: 0px 15px 10px 15px;
	text-align: center;
}

.right-block img {
	max-width: 100%;
	margin-bottom: 10px;
}

.order-block__pay {
  margin: 0px auto 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 20px;
  max-width: 200px;
}
.order-block__pay img {
	margin: 0;
}
.order-block-hint {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hint-text {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: ease .15s;
  position: absolute;
  z-index: 1;
  right: -15px;
  top: -36px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px -2px rgba(10, 13, 18, 0.03), 0 12px 16px -4px rgba(10, 13, 18, 0.08);
  padding: 6px 12px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  color: #414651;
}
.order-block-hint:hover .hint-text {
  cursor: default;
  opacity: 1;
  visibility: visible;
}
.hint-text::before {
  position: absolute;
  top: 100%;
  right: 25px;
  width: 8px;
  height: 8px;
  overflow: hidden;
  content: "";
  border-bottom: 0px solid transparent;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateX(-50%);
}
@media only screen and (max-width: 575px) {
  .hint-text {
    width: 190px;
    white-space: initial;
    top: -55px;
  }
}

.style-text-1 {
	font-size: 17px;
	font-weight: 300;
	color: #484c54;
	padding-top: 30px;
	padding-bottom: 5px;
}

.style-text-2 {
	font-size: 14px;
	font-weight: 500;
	color: #747b87;
	padding-bottom: 20px;
}

.conditions {
	padding: 60px 0 50px 0;
}

.conditions h2 {
	font-size: 36px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	color: #484c54;
	padding-bottom: 40px;
	background: url(../images/border_222.png) center bottom no-repeat;
	margin-bottom: 40px;
}

.conditions .entry-content {
	padding-top: 50px;
}

.conditions .entry-content a {
	display: inline-block;
	margin-bottom: 15px;
	color: #5a98fa;
	text-decoration: none;
}

.conditions .entry-content a:hover {
	text-decoration: underline;
}

.condition .entry-content {
	padding-top: 50px;
}

.condition .entry-content a {
	display: inline-block;
	margin-bottom: 15px;
	color: #5a98fa;
	text-decoration: none;
}

.condition .entry-content a:hover {
	text-decoration: underline;
}

.version-block h2 {
	font-size: 36px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #454545;
	padding-top: 50px;
	text-align: center;
	padding-bottom: 15px;
}

.version-block h2 strong {
	font-weight: 400;
}

.alighn-center {
	text-align: center;
}

.important {
	display: inline-block;
	padding: 7px 15px;
	border: 1px solid #f76241;
	color: #f76241;
	font-size: 15px;
	font-weight: 500;
	border-radius: 5px;
	margin-bottom: 10px;
}

.item-version {
	float: left;
	padding: 25px 15px 15px 15px;
	position: relative;
	border-radius: 3px;
}

.item-version ul li {
	background: url(../images/list_style_1.png) 0 0px no-repeat;
	background-size: auto 22px;
	padding-left: 35px;
	font-weight: 500;
	color: #484c54;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.item-standart {
	box-shadow: 0 0 20px #ebebeb;
	background: #87969b;
	width: 32%;
	margin-top: 40px;
	z-index: 300;
}

.item-standart ul li {
	background: url(../images/list_style_2.png) 0 0px no-repeat;
	background-size: auto 22px;
}

.item-standart .body-item {
	height: 400px;
	position: relative;
}

.item-standart .cart-button {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 150px;
	line-height: 50px;
	font-size: 15px;
	padding-left: 35px;
	box-shadow: 0 13px 8px #eaeaea;
}

.item-standart .cart-button:after {
	width: 23px;
	height: 20px;
	background: url(../images/cart_big.png) 0 0 no-repeat;
	right: 25px;
	margin-top: -12px;
}

.top-cart {
	font-size: 13px;
	color: #1eafb5;
	background: #fff;
	border-radius: 40px 0 0 40px;
	padding: 4px 5px 4px 10px;
	position: absolute;
	right: 0;
	top: 12px;
}

.item-premium {
	box-shadow: 0 0 20px #ebebeb;
	z-index: 200;
	background: #24ccbc;
	background: -webkit-linear-gradient(top, #24ccbc 0%, #5a98fa 100%);
	background: linear-gradient(to bottom, #24ccbc 0%, #5a98fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24ccbc', endColorstr='#5a98fa', GradientType=0);
	width: 36%;
}

.item-premium ul li {
	background: url(../images/list_style_1.png) 0 0px no-repeat;
	background-size: auto 22px;
}

.item-premium .name-item {
	font-size: 27px;
}

.item-premium .title-item {
	font-size: 18px;
}

.item-premium .body-item {
	height: 470px;
	position: relative;
}

.item-premium .sale span {
	color: #39b7d4;
}

.item-premium .cart-button {
	position: absolute;
	bottom: 45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 170px;
	line-height: 60px;
	font-size: 15px;
	padding-left: 45px;
	box-shadow: 0 13px 8px #eaeaea;
}

.item-premium .cart-button:after {
	width: 23px;
	height: 20px;
	background: url(../images/cart_big.png) 0 0 no-repeat;
	right: 25px;
	margin-top: -12px;
}

.item-delux {
	box-shadow: 0 0 20px #ebebeb;
	background: #bf4e4e;
	width: 32%;
	margin-top: 40px;
	z-index: 300;
}

.item-delux .sale span {
	color: #bf4e4e;
}

.item-delux ul li {
	background: url(../images/list_style_3.png) 0 0px no-repeat;
	background-size: auto 22px;
}

.item-delux .body-item {
	height: 400px;
	position: relative;
}

.item-delux .cart-button {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 150px;
	line-height: 50px;
	font-size: 15px;
	padding-left: 35px;
	box-shadow: 0 13px 8px #eaeaea;
}

.item-delux .cart-button:after {
	width: 23px;
	height: 20px;
	background: url(../images/cart_big.png) 0 0 no-repeat;
	right: 25px;
	margin-top: -12px;
}

.title-item {
	text-align: center;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
	padding-bottom: 5px;
}

.name-item {
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.body-item {
	background: #fff;
	border-radius: 3px;
	padding: 25px 15px 0 15px;
}

.price-item {
	display: inline-block;
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	z-index: 500;
	padding: 0 20px;
}

.old-price {
	display: inline-block;
	font-size: 20px;
	color: #747b87;
	position: relative;
}

.old-price:after {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/close_icon.png) 0 0 no-repeat;
	width: 28px;
	height: 27px;
	top: 0;
	left: 50%;
	margin-left: -14px;
}

.new-price {
	font-weight: 500;
	font-size: 28px;
	color: #484c54;
	display: inline-block;
}

.new-price:after {
	content: '';
	background: url(../images/rub_icon.png) 0 0 no-repeat;
	width: 12px;
	height: 20px;
	display: inline-block;
	margin-left: 4px;
}

.line {
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	top: -34px;
}

.sale {
	background: url(../images/sale_bg1.png) 0 0 no-repeat;
	width: 80px;
	height: 88px;
	position: absolute;
	top: 0;
	left: 0;
}

.sale span {
	font-size: 20px;
	color: #7e8b90;
	font-weight: 500;
	display: block;
	-webkit-transform: rotate(-48deg);
	-ms-transform: rotate(-48deg);
	transform: rotate(-48deg);
	margin-left: -6px;
}

.tutorial-home h1 {
	font-size: 32px;
	color: #484c54;
	padding-bottom: 15px;
	font-family: 'Roboto Condensed', sans-serif;
}

.tutorial-home h1 strong {
	font-weight: 400;
}

.tutorial-home p {
	line-height: 25px;
}

.video-cont {
	cursor: pointer;
	margin-top: 20px;
	position: relative;
}

.video-cont img {
	display: block;
	width: 100%;
}

.video-cont .iframe-cont iframe {
	position: absolute;
	border: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

.cont-title {
	margin-top: 50px;
	padding-bottom: 23px;
	border-bottom: 2px solid #dcdfe3;
	padding-right: 70px;
	background: url(../images/icon_3.png) right top no-repeat;
	margin-bottom: 40px;
	position: relative;
}

.cont-title h2 {
	font-size: 30px;
	color: #484c54;
	font-family: 'Roboto Condensed', sans-serif;
}

.cont-title:after {
	content: '';
	display: block;
	width: 70px;
	border-bottom: 2px solid #5a98fa;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.title-article {
	font-size: 20px;
	color: #484c54;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

.prev-article {
	color: #484c54;
	font-size: 16px;
	line-height: 25px;
}

.img-prev {
	height: 160px;
	overflow: hidden;
	position: relative;
}

.img-prev img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
}

.article-item {
	box-shadow: 0 0 10px #f4f4f4;
	padding: 20px 15px;
	background: #fafafa;
	float: left;
	margin-right: 1%;
	width: 32.66666%;
	margin-bottom: 20px;
	border: 1px solid #fafafa;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 3px;
	height: 370px;
}

.article-item:nth-child(3n) {
	margin-right: 0;
}

.article-item .link-article {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
	display: block;
}

.article-item:hover {
	border-color: #5a98fa;
}

.article-item:hover .title-article {
	color: #5a98fa;
}

.cont-title-style-2:after {
	border-color: #1ad5b1;
}

.cont-title-style-3:after {
	border-color: #ff782d;
}

.article-page {
	background: none;
	padding: 0;
}

.article-page .right-info {
	float: none;
	width: 65%;
}

.article-1 {
	background: url(../images/1a.jpg) center top no-repeat;
	background-size: cover;
	padding: 32px 0 50px 0;
}

.article-2 {
	background: url(../images/2a.jpg) center top no-repeat;
	background-size: cover;
	padding: 32px 0 50px 0;
}

.article-3 {
	background: url(../images/9a.jpg) center top no-repeat;
	background-size: cover;
	padding: 32px 0 50px 0;
}

.article-4 {
	background: url(../images/4a.jpg) center top no-repeat;
	background-size: cover;
	padding: 32px 0 50px 0;
}

.article-5 {
	background: url(../images/5a.jpg) center top no-repeat;
	background-size: cover;
	padding: 32px 0 50px 0;
}

.article-6 {
	background: url(../images/6a.jpg) center top no-repeat;
	background-size: cover;
	padding: 32px 0 50px 0;
}

.article-7 {
	background: url(../images/10a.jpg) center top no-repeat;
	background-size: cover;
	padding: 32px 0 50px 0;
}

.article-8 {
	background: url(../images/8a.jpg) center top no-repeat;
	background-size: cover;
	padding: 32px 0 50px 0;
}

.article-9 {
	background: url(../images/100.jpg) center top no-repeat;
	background-size: cover;
	padding: 32px 0 50px 0;
}

.text-style {
	font-size: 18px;
	color: #484c54;
	font-weight: 500;
	padding-bottom: 50px;
	padding-left: 7px;
}

.article-page-content {
	padding-top: 9px;
}

.promo-2 .title-h2-2 {
	padding-bottom: 3px;
	margin-bottom: 0;
	background: 0;
}

.promo-2 .win-support-2 {
	margin-bottom: 30px;
}

.entry-content blockquote {
	border-left: 1px solid #f85d3a;
	padding-left: 30px;
	font-size: 23px;
	font-style: italic;
	color: #484c54;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.entry-content .style-blockquote {
	font-size: 19px;
	color: #f85d3a;
	background: #ffece5;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: normal;
	padding-right: 15px;
}

.entry-content .alighncenter {
	width: 100%;
	margin-bottom: 20px;
	box-shadow: 0 0 23px rgba(0, 0, 0, 0.1);
}

.article-page-content h3 {
	font-size: 32px;
}

.article-page-content ul {
	padding-bottom: 10px;
}

.article-page-content ul li {
	font-size: 16px;
	font-weight: 500;
	padding-left: 44px;
	background: url(../images/list_style_1.png) 0 3px no-repeat;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #484c54;
	float: left;
	width: 50%;
	line-height: 25px;
	padding-right: 10px;
}

.list-step {
	padding: 40px 0 10px 0;
}

.step-item {
	padding-bottom: 20px;
	position: relative;
}

.step-item img {
	float: left;
	display: block;
	width: 49%;
}

.step-item .text-block-right {
	float: right;
	width: 51%;
	padding-top: 40px;
	padding-left: 35px;
	border-top: 1px solid #dcdfe3;
}

.step-item .text-block-right h3 {
	font-size: 20px;
	padding-bottom: 15px;
}

.step-item .text-block-right p {
	font-size: 15px;
	padding-bottom: 15px;
}

.step-item:nth-child(even) img {
	float: right;
}

.step-item:nth-child(even) .text-block-right {
	float: left;
	padding-right: 35px;
	padding-left: 0;
}

.step-number {
	width: 56px;
	line-height: 56px;
	font-size: 25px;
	color: #3a87e4;
	background: #def6fc;
	text-align: center;
	font-weight: 500;
	border-radius: 50%;
	position: absolute;
	top: -28px;
	left: 49%;
	margin-left: -20px;
	box-shadow: 0 0 25px #def6fc;
}

.entry-content h1 {
	font-size: 42px;
	color: #484c54;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 40px;
}

.entry-content h1 strong {
	font-weight: 400;
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

	.download-button,
	.download-link,
	.cart-button {
		padding-left: 18px;
	}

	.download-button-big {
		padding-left: 30px;
	}

	.button-cont .download-button-big {
		padding-left: 30px;
	}
}

@media screen and (min-width:991px) and (max-width:1070px) {
	header .content-width .top-menu li a,
	header .content-width .header__menu-text {
		font-size: 11px;
	}
}
@media screen and (max-width:990px) {
	header {
		position: relative;
		padding-bottom: 20px;
	}

	.top-menu {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background: #2c2f34;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.24);
		z-index: 1000;
		text-align: center;
		display: none;
	}

	.top-menu li {
		display: block;
	}

	.top-menu li a {
		line-height: 35px;
	}

	.screen-home {
		background-position: left top;
	}

	.screen-home2 {
		background-position: left top;
	}

	.icon-menu {
		width: 25px;
		height: 26px;
		padding: 5px 0;
		cursor: pointer;
		position: absolute;
		top: 36px;
		right: 290px;
		z-index: 10;
	}

	.sw-topper {
		position: relative;
		top: 0;
		width: 25px;
		height: 2px;
		background: #fff;
		border: none;
		transition: transform 0.5s, top 0.2s;
		-moz-transition: transform 0.5s, top 0.2s;
		-webkit-transition: -webkit-transform 0.5s, top 0.2s;
		-o-transition: transform 0.5s, top 0.2s;
	}

	.sw-bottom {
		position: relative;
		width: 25px;
		height: 2px;
		top: 5px;
		background: #fff;
		border: none;
		transition: transform 0.5s, top 0.2s;
		-moz-transition: transform 0.5s, top 0.2s;
		-webkit-transition: -webkit-transform 0.5s, top 0.2s;
		-o-transition: transform 0.5s, top 0.2s;
		transition-delay: 0.2s, 0s;
		-moz-transition-delay: 0.2s, 0s;
		-webkit-transition-delay: 0.2s, 0s;
		-o-transition-delay: 0.2s, 0s;
	}

	.sw-footer {
		position: relative;
		width: 25px;
		height: 2px;
		top: 10px;
		background: #fff;
		border: none;
		transition: transform 0.5s, top 0.2s;
		-moz-transition: transform 0.5s, top 0.2s;
		-webkit-transition: -webkit-transform 0.5s, top 0.2s;
		-o-transition: transform 0.5s, top 0.2s;
		transition-delay: 0.2s, 0s;
		-moz-transition-delay: 0.2s, 0s;
		-webkit-transition-delay: 0.2s, 0s;
		-o-transition-delay: 0.2s, 0s;
	}

	.icon-menu.active .sw-topper {
		top: 7px;
		-ms-transform: rotate(140deg);
		transform: rotate(140deg);
		-moz-transform: rotate(140deg);
		-webkit-transform: rotate(140deg);
		-o-transform: rotate(140deg);
	}

	.icon-menu.active .sw-bottom {
		top: 5px;
		-ms-transform: rotate(-140deg);
		transform: rotate(-140deg);
		-moz-transform: rotate(-140deg);
		-webkit-transform: rotate(-140deg);
		-o-transform: rotate(-140deg);
	}

	.icon-menu.active .sw-footer {
		top: 0;
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		opacity: 0;
	}

	.text-right {
		min-height: 20px;
	}

	.tub-link span {
		font-size: 14px;
	}

	.cont-question {
		margin-left: 10px;
	}

	.column {
		padding-left: 10px;
	}

	.item-about {
		height: 137px;
	}

	.item-version {
		padding-left: 10px;
		padding-right: 10px;
	}

	.item-version .cart-button {
		bottom: 20px;
	}

	.item-version .body-item {
		height: auto;
		padding-bottom: 100px;
	}

	.article-page .right-info {
		width: 100%;
		padding-right: 0;
	}
}

@media screen and (max-width:767px) {
	.article-page-content ul li {
		float: none;
		width: 100%;
	}

	.tub-link {
		float: none;
		width: auto;
		display: inline-block;
		margin-bottom: 6px;
	}

	.tub-link span {
		font-size: 16px;
		padding: 5px 10px;
		height: auto;
	}

	.tub-link-list {
		text-align: center;
	}

	.tub-content img {
		float: none !important;
		width: 100% !important;
	}

	.tub-content1 img {
		float: none !important;
		width: 100% !important;
	}

	.text-right {
		float: none !important;
		margin: 0;
		width: 100% !important;
		padding: 20px 0 0 0;
	}

	.active .question {
		padding-right: 50px;
	}

	.answer img {
		float: none;
		margin: 0 auto 20px auto;
		max-width: 100%;
	}

	.logo-footer {
		display: block;
		width: 114px;
		margin: 0 auto;
		float: none;
	}

	.copy {
		float: none;
		text-align: center;
		padding-left: 0;
	}

	.scroll-top {
		width: 40px;
		height: 40px;
	}

	.cont-promo-2 h2 {
		font-size: 28px;
	}

	.right-info {
		float: none;
		width: 100%;
	}

	.left-box {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 40px;
	}

	.item-about {
		height: auto;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}

	.item-about:nth-child(2n) {
		margin-right: 0;
	}

	.entry-content h2 {
		font-size: 30px;
	}

	.left-block {
		float: none;
		width: 100%;
	}

	.right-block {
		float: none;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	}

	.item-version {
		float: none;
		width: 100%;
		margin-top: 0;
		max-width: 450px;
		margin: 0 auto 30px auto;
	}

	.item-version .cart-button {
		bottom: 20px;
	}

	.item-version .body-item {
		height: auto;
		padding-bottom: 100px;
	}

	.article-item {
		width: 48%;
		margin-right: 2% !important;
	}

	.article-item:nth-child(2n) {
		margin-right: 0 !important;
	}
}

@media screen and (max-width:700px) {
	.poster-item:after {
		width: 70px;
		height: 70px;
		background-size: 100% 100%;
	}

	.activeSlide .name-video {
		font-size: 18px;
	}

	.poster-main .poster-prev-btn,
	.poster-main .poster-next-btn {
		background-size: 40px auto;
	}

	.poster-main .poster-prev-btn {
		left: 40px;
	}

	.poster-main .poster-next-btn {
		right: 40px;
	}

	.step-item img {
		float: none !important;
		width: 100%;
	}

	.step-number {
		margin-left: -28px;
	}

	.step-item .text-block-right {
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0 !important;
		float: none !important;
		width: 100%;
	}

	.list-step {
		padding-bottom: 0;
	}

	.screen-home2 h1 {
		font-size: 36px;
	}

	.entry-content h1 {
		font-size: 30px;
	}
	.answer {
		padding: 0 35px 30px 35px;
	}
}

@media screen and (max-width:600px) {
	.logo {
		float: none;
		width: 206px;
		display: block;
	}

	.icon-menu {
		right: 15px;
	}

	nav {
		float: none;
		text-align: center;
	}

	.button-group {
		float: none;
		padding-top: 15px;
		padding-bottom: 10px;
	}

	.button-group a {
		text-align: left;
		margin: 0 3px;
	}

	.step-this {
		width: 100%;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.question:after {
		right: 20px;
	}

	.active .question {
		padding-right: 35px;
	}

	.question {
		font-size: 16px;
	}

	.answer {
		font-size: 14px;
		padding: 0 15px 30px 15px;
	}

	.accordion {
		background-size: auto 100%;
	}

	.cont-promo-2 .download-button-big {
		max-width: 230px;
		width: 100%;
		padding-left: 25px;
	}

	.promo {
		padding: 40px 0;
	}

	.column {
		float: none;
		width: 100%;
		border: 0;
		padding-bottom: 20px;
	}

	.right-info h1 {
		font-size: 32px;
	}

	.item-about {
		width: 100%;
		font-size: 16px;
	}

	.promo-2 .title-h2 {
		font-size: 30px;
	}
}

@media screen and (max-width:550px) {
	.poster-main .poster-prev-btn {
		left: 15px;
		width: 40px !important;
	}

	.poster-main .poster-next-btn {
		right: 15px;
		width: 40px !important;
	}

	.article-item {
		width: 100%;
		height: auto;
		margin-right: 0 !important;
	}

	.article-item:nth-child(2n) {
		margin-right: 0 !important;
	}
}

.active-answer {
	display: block;
}

.entry-content .alighncenters {
	width: 85%;
	box-shadow: 0 0 23px rgba(0, 0, 0, 0.1);
}

.videoWrapper16x9 {
	position: relative;
	padding-bottom: 48.4%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

iframe {
	max-width: 100%;
	border: none;
}

.videoWrapper16x9 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper16x9.videoWrapper640 {
	padding-bottom: 34.5%;
	max-width: 640px;
	margin: 0 auto;
}

.videoWrapper16x9.videoWrapper853 {
	padding-bottom: 46.5%;
	max-width: 853px;
	margin: 0 auto;
}

@media (max-width:767px) {
	.videoWrapper16x9.videoWrapper640 {
		padding-bottom: 48.4%;
	}

	.videoWrapper16x9.videoWrapper853 {
		padding-bottom: 48.4%;
	}
}

.img-responsive {
	width: 100%;
	height: auto;
}

.img-responsive--action {
	max-width: 853px;
}

#breadcrumbs+h1 {
	padding-bottom: 30px;
}

#breadcrumbs {
	font-size: 14px;
	margin: 0 auto;
	padding-bottom: 44px;
	text-align: left;
}

#breadcrumbs a {
	color: rgb(84, 88, 97);
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #3a8be6;
}

#breadcrumbs>[itemprop="itemListElement"]::after,
#breadcrumbs [itemscope]>[itemprop="itemListElement"]::after {
	content: ">";
	position: relative;
	top: 1px;
	display: inline-block;
	margin: 0 12px;
	color: rgb(84, 88, 97);
}

#breadcrumbs>span:last-of-type {
	position: relative;
	top: 1px;
	display: inline-block;
}

#breadcrumbs+.s-article .article {
	padding-top: 1rem;
}

@media (max-width:767px) {
	#breadcrumbs {
		padding-bottom: 30px;
	}
}

/* stylelint-disable no-duplicate-selectors */

#page-rating-block {
	height: 24px;
	line-height: 24px;
	cursor: default;
}

#page-rating-block .hidden {
	visibility: hidden;
}

.rating-img {
	cursor: pointer;
	vertical-align: middle;
	/* ÃÂ´ÃÂ»Ã‘Â Ã‘Æ’Ã‘ÂÃ‘â€šÃ‘â‚¬ÃÂ°ÃÂ½ÃÂµÃÂ½ÃÂ¸Ã‘Â ÃÂ¼ÃÂµÃ‘â‚¬Ã‘â€ ÃÂ°ÃÂ½ÃÂ¸Ã‘Â ÃÂ¿Ã‘â‚¬ÃÂ¸ ÃÂ¿ÃÂµÃ‘â‚¬ÃÂµÃÂ¼ÃÂµÃ‘â€°ÃÂµÃÂ½ÃÂ¸ÃÂ¸ ÃÂºÃ‘Æ’Ã‘â‚¬Ã‘ÂÃÂ¾Ã‘â‚¬ÃÂ° ÃÂ¼ÃÂµÃÂ¶ÃÂ´Ã‘Æ’ Ã‘ÂÃÂ»ÃÂµÃÂ¼ÃÂµÃÂ½Ã‘â€šÃÂ°ÃÂ¼ÃÂ¸ */
	margin: 0 -3px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	/* ÃÂ¿ÃÂ¾ÃÂ¿Ã‘â‚¬ÃÂ°ÃÂ²ÃÂºÃÂ° ÃÂ´ÃÂ»Ã‘Â ÃÂ²ÃÂµÃ‘â‚¬Ã‘â€šÃÂ¸ÃÂºÃÂ°ÃÂ»Ã‘Å’ÃÂ½ÃÂ¾ÃÂ³ÃÂ¾ ÃÂ²Ã‘â€¹Ã‘â‚¬ÃÂ°ÃÂ²ÃÂ½ÃÂ¸ÃÂ²ÃÂ°ÃÂ½ÃÂ¸Ã‘Â */
	margin-top: -3px;
}

.rating-img.hover {
	/* content: url('../img/ratingStarHover.png');*/
	/* ÃÂ½ÃÂµ Ã‘â‚¬ÃÂ°ÃÂ±ÃÂ¾Ã‘â€šÃÂ°ÃÂµÃ‘â€š ÃÂ² IE */
	padding: 16px 16px 0 0;
	width: 0;
	height: 0;
	background: url('../img/ratingStarHover.png');
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

.rating-img.nocursor {
	cursor: default;
}

#page-rating-value {
	vertical-align: top;
	font-size: 14px;
	margin-left: 2px;
}

#page-rating-info {
	vertical-align: middle;
	margin-left: 10px;
	font-size: 1.2em;
	color: #7f7f7f;
}

#page-rating-uservalue {
	display: inline-block;
	min-width: 8ch;
}

#page-rating-block {
	position: relative;
	display: flex;
	align-items: center;
	height: 21px;
	line-height: 21px;
	font-size: inherit;
}

@media only screen and (max-width: 767px) {
	#page-rating-block {
		line-height: 32px;
	}
}

#page-rating-block>* {
	font-size: inherit;
}

#page-rating-block .hidden {
	visibility: visible;
	display: none;
}

#page-rating-block .rating-img {
	margin: -6px -3px 0 -2px;
}

#page-rating-value {
	margin: -4px 10px 0;
}

#page-rating-info {
	position: absolute;
	top: -18px;
	right: -136px;
	font-size: 14px;
	width: 8rem;
	height: 1rem;
	transform: translateY(1rem);
	margin: 0 0 0 0.1rem;
	transition: opacity 0.1s ease-out;
	opacity: 0;
}

#page-rating-block:hover #page-rating-info {
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	#page-rating-info {
		opacity: 1;
		transition: none;
		top: 0;
		left: 0;
	}
}

@media only screen and (max-width: 400px) {
	.article__info {
		flex-wrap: wrap;
	}

	#page-rating-block {
		flex: 0 0 100%;
		margin-top: 15px;
	}
}

.article__info {
	font-weight: 400;
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 34px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767px) {
	.article__info {
		line-height: 22px;
	}
}

.article__partition {
	margin: 0 10px 0 14px;
}

@media only screen and (max-width: 767px) {
	.article__partition {
		margin: 0 5px 0;
	}
}

.article__author:before {
	display: inline-block;
	content: '';
	width: 11px;
	height: 13px;
	background: url(../img/author.png) 0 0 no-repeat;
	margin-right: 6px;
	position: relative;
	top: 1px;
}

.article__rating {
	margin-right: 0;
}

.article__rating:after {
	display: inline-block;
	content: '';
	width: 76px;
	height: 11px;
	background: url(../img/article-stars.png) 0 0 no-repeat;
	margin-left: 8px;
}

.social {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.social {
		justify-content: center;
		flex-direction: column;
	}
}

.social__text {
	font-size: 14px;
	font-weight: 500;
	color: rgb(84, 88, 97);
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.social__text {
		flex: 0 0 100%;
		margin-bottom: 10px;
		text-align: center;
	}
}

.social__link {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	box-shadow: none;
	-webkit-transition: background-color .3s, box-shadow .3s;
	transition: background-color .3s, box-shadow .3s;
}

.social__icon {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.article-page-content ul {
	display: flex;
	padding-bottom: 0;
}

.social-icon .ya-share2__list_direction_horizontal>.ya-share2__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 7px;
	padding: 0;
	background: none;
}

.social .ya-share2__badge {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 1199px) {
	.content img {
		max-width: 100%;
		height: auto;
	}
}

.list-block {
	padding: 40px 60px;
	border: 1px solid #7eb7f4;
	max-width: 705px;
	margin: 30px 0;
}

.list-content.list-content__new {
	display: block;
}

.list-content.list-content__new li {
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(72, 76, 84);
	font-weight: 400;
	float: initial;
	width: 100%;
	padding-left: 35px;
	background: url(../images/tick.png) -3px 1px no-repeat;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 5px;
}

.list-content.list-content-add li {
	background: url(../images/list-add.png) 0px 0px no-repeat;
	background-size: 22px;
}

.list-content.list-content-minus li {
	background: url(../images/list-minus.png) 0px 0px no-repeat;
	background-size: 22px;
}

.list-content.list-content__new li a {
	color: #539ff2;
	font-weight: bold;
	transition: ease .3s;
}

.list-content.list-content__new li a:hover {
	color: #782ecc;
	text-decoration: none;
}

.list-block__title {
	font-size: 24px;
	font-weight: 500;
	font-family: "Roboto";
	color: rgb(72, 76, 84);
	line-height: 1.167;
	margin-bottom: 30px;
}

blockquote.blockquote-border {
	padding: 25px 50px;
	border: 1px solid #539ff2;
	position: relative;
	background: #fff;
}

@media (max-width: 767px) {
	blockquote.blockquote-border {
		padding: 25px 15px;
	}
}

blockquote.blockquote-border:before {
	content: '';
	position: absolute;
	background: url(../images/quotes.jpg) center no-repeat, #fff;
	padding: 0px 15px 25px;
	width: 32px;
	height: 28px;
	top: -23px;
	left: -15px;
}

blockquote.blockquote-border p {
	font-size: 23px;
	color: rgb(72, 76, 84);
	font-style: italic;
	line-height: 1.304;
	padding: 0;
}

@media (max-width: 767px) {
	blockquote.blockquote-border p {
		font-size: 18px;
	}
}

blockquote.blockquote-blue {
	padding: 15px 30px;
	border-left: 2px solid #539ff2;
	background-color: rgba(83, 159, 242, .071);
}

blockquote.blockquote-blue p {
	font-size: 19px;
	font-weight: 400;
	font-style: normal;
	color: rgb(83, 159, 242);
	line-height: 1.316;
	padding: 0;
}

.more-articles__title {
	font-size: 24px;
	font-weight: 500;
	color: rgb(72, 76, 84);
	margin-bottom: 35px;
}

.more-articles__block {
	display: flex;
	flex-wrap: wrap;
}

.more-articles__item {
	display: flex;
	align-items: center;
	flex: 0 1 45%;
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(225, 225, 228);
	margin-right: 10%;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.more-articles__item {
		flex: 0 1 100%;
		margin-right: 0;
		padding-bottom: 15px;
	}
}

.more-articles__item:nth-child(2n) {
	margin-right: 0;
}

.more-articles__item:nth-last-child(2) {
	border-bottom: none;
}

.more-articles__item:last-child {
	border-bottom: none;
}

.more-articles__item img {
	width: 112px;
	height: 112px;
}

.more-articles__item a {
	font-size: 16px;
	color: rgb(83, 159, 242);
	text-decoration: underline;
	font-weight: bold;
	line-height: 1.873;
	padding: 15px 30px;
	transition: ease .3s;
}

.more-articles__item a:hover {
	color: #782ecc;
	text-decoration: none;
}

@media (max-width: 767px) {
	.more-articles__item a {
		padding: 15px;
	}
}





.header__link,
.header__menu-text {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #FFFFFF;
	transition: ease 0.3s;
}

@media (max-width:991px) {

	.header__link,
	.header__menu-text {
		padding: 20px;
		margin: 0 auto;
	}
}

.header__menu-text {
	padding-right: 20px;
}

.header__sub-menu {
	display: none;
	position: absolute;
	min-width: 430px;
	left: 0px;
	z-index: 5;
	top: 100%;
	padding: 20px 30px 25px;
	background: #333b42;
	box-shadow: 0px 15px 14px rgba(0, 0, 0, 0.2);
}

@media (max-width:991px) {
	.header__sub-menu {
		position: relative;
		min-width: initial;
		left: 0;
		margin-bottom: 15px;
		padding: 12px;
	}
}

.header__sub-menu .header__link {
	font-weight: 400;
	text-transform: none;
	padding: 8px 0;
	font-size: 16px;
	line-height: 12px;
	padding-left: 3px;
	margin-left: 20px;
}

@media (min-width:992px) {
	.header__open-menu:hover {
		background: #3b3e45;
		border-bottom: 5px solid #3b3e45;
		border-top: 5px solid #3b3e45;
	}

	.header__open-menu:hover .header__sub-menu .header__arrow {
		top: 0;
		left: -20px;
		pointer-events: none;
	}

	.header__open-menu:hover .header__sub-menu .header__arrow:before,
	.header__open-menu:hover .header__sub-menu .header__arrow:after {
		transform: rotate(135deg);
		left: 0;
		top: 5px;
	}

	.header__open-menu:hover .header__sub-menu .header__arrow:before {
		transform: rotate(-135deg);
		left: 0;
		top: 9px;
	}
}

.header__sub-menu li {
	display: block;
	transition: ease 0.2s;
}

.header__sub-menu li:hover {
	background: #3b3e45;
}

@media (min-width:992px) {
	.header__sub-menu .header__link:hover {
		margin-left: 35px;
	}

	.top-menu .header__open-menu {
		height: 96px;
	}
}

.header__sub-menu li:last-child {
	padding-bottom: 0;
}

.top-menu .header__open-menu {
	cursor: default;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 7px;
}

@media (max-width:991px) {
	.header__open-menu {
		display: flex;
		flex-direction: column;
	}

	.header__open-menu>.header__arrow {
		top: -9px;
		right: 5px;
	}
}

@media (min-width:992px) {
	.header__open-menu:hover .header__sub-menu {
		display: block;
		cursor: default;
	}
}

@media (max-width:991px) {
	.sub-menu-active {
		display: block;
	}

	/* .header__menu-text.sub-menu-active {
    background: #3b3e45;
	}
	.sub-menu-active + .header__arrow:before,
	.sub-menu-active + .header__arrow:after {
		background: #FF9202;
	} */
	.sub-menu-active+.header__arrow:before {
		left: 3px;
	}

	.sub-menu-active+.header__arrow:after {
		left: 6px;
	}

	.header__sub-menu.sub-menu-active .header__arrow:before,
	.header__sub-menu.sub-menu-active .header__arrow:after {
		transform: rotate(135deg);
		left: 0;
		top: 5px;
	}

	.header__sub-menu.sub-menu-active .header__arrow:before {
		transform: rotate(-135deg);
		left: 0;
		top: 9px;
	}

	.header__sub-menu li {
		padding-bottom: 0;
	}

	.header__sub-menu li a {
		padding: 15px;
	}
}

.header__arrow {
	position: relative;
	top: -4px;
	right: 11px;
}

.header__arrow:before,
.header__arrow:after {
	position: absolute;
	top: 0px;
	left: 3px;
	width: 2px;
	height: 6px;
	z-index: 1;
	content: "";
	-webkit-transition: all .23s;
	transition: all .23s;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
}

.header__arrow:before {
	left: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (min-width:992px) {
	.header__open-menu:hover .header__arrow:before {
		left: 3px;
	}

	.header__open-menu:hover .header__arrow:after {
		left: 6px;
	}
}

.details-block {
	padding-bottom: 20px;
	padding-top: 60px;
}

.details-block .contain {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.details-h2 {
	font-weight: 700;
	font-size: 36px;
	color: #484c54;
	line-height: 44px;
	font-family: "Roboto Condensed";
	text-align: center;
	padding-bottom: 34px;
	background-image: url(../img/like-h2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.details-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 42px;
}

.details-l {
	width: 190px;
}

.details-wrap ul {
	display: initial;
	padding-bottom: initial;
}

.details-wrap ul li {
	font-size: initial;
	font-weight: initial;
	padding-left: initial;
	background: initial;
	margin-bottom: initial;
	padding-top: initial;
	padding-bottom: initial;
	color: initial;
	float: initial;
	width: initial;
	line-height: initial;
	padding-right: initial;
}

.details-tab-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100px;
	-webkit-box-shadow: rgba(36, 34, 34, 0.07) -5px 0px 30px;
	box-shadow: rgba(36, 34, 34, 0.07) -5px 0px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	background-color: white;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px;
}

.details-tab-txt-1 {
	font-weight: 500;
	font-size: 30px;
	color: #5d646e;
	margin-bottom: 14px;
}

.details-tab-txt-2 {
	font-weight: 300;
	font-size: 17px;
	color: #5d646e;
}

.details-tab-item.active .details-tab-link {
	-webkit-box-shadow: rgba(36, 34, 34, 0.07) -5px 0px 30px;
	box-shadow: rgba(36, 34, 34, 0.07) -5px 0px 30px;
	background-color: #747b87;
}

.details-tab-item.active .details-tab-link .details-tab-txt-1 {
	font-weight: 500;
	font-size: 30px;
	color: #ffffff;
}

.details-tab-item.active .details-tab-link .details-tab-txt-2 {
	font-weight: 300;
	font-size: 17px;
	color: #ffffff;
}

.details-cont-item {
	display: none;
}

@media (max-width:991px) {
	.details-wrap .details-cont-item {
		position: relative;
		padding-bottom: 48.4%;
		padding-top: 25px;
		height: 0;
	}

	.details-wrap .details-cont-item video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.details-cont-item.active {
	display: block;
}

.details-r {
	width: 760px;
	height: 440px;
	-webkit-box-shadow: rgba(36, 34, 34, 0.07) -5px 0px 30px;
	box-shadow: rgba(36, 34, 34, 0.07) -5px 0px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: white;
	padding: 12px;
}

.details-desc-b {
	font-weight: 300;
	font-size: 19px;
	color: #484c54;
	line-height: 1.6;
	margin-top: 40px;
}

.details-desc-b a {
	text-decoration: underline;
	color: #5a98fa;
	font-weight: 500;
}


@media (max-width:990px) {
	.details-block .contain {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.details-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.details-l {
		width: 100%;
	}

	.details-l ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.details-l ul .details-tab-item {
		width: -webkit-calc(25% - 10px);
		width: calc(25% - 10px);
	}

	.details-r {
		width: 100%;
		height: auto;
	}

	.details-r img {
		position: absolute;
		left: 0;
		top: 0;
		max-width: 100%;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media only screen and (max-width: 768px) {
	.details-desc-b {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 640px) {

	.details-tab-item.active .details-tab-link .details-tab-txt-2,
	.details-tab-txt-2 {
		font-size: 14px;
	}

	.details-tab-item.active .details-tab-link .details-tab-txt-1,
	.details-tab-txt-1 {
		font-size: 22px;
		margin-bottom: 6px;
	}

	.details-tab-link {
		height: 70px;
	}
}

.flex-buyblock {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.buyblock-img {
	margin: 0 50px 0 0;
}

.buyblock-img img {
	width: 160px;
}

.buyblock-items ul li {
	font-size: 16px;
	font-weight: 400;
	padding-left: 44px;
	background: url(https://videoshow.ru/images/list_style_1.png) 0 0px no-repeat;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart-buttonW {
	margin-top: 15px;
	display: inline-block;
	width: 220px;
	margin-left: 3px;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	border-radius: 50px;
	font-weight: 500;
	padding-left: 32px;
	text-transform: uppercase;
	line-height: 60px;
	background: #f85d3a;
	background: -webkit-linear-gradient(top, #f85d3a 0%, #f74955 100%);
	background: linear-gradient(to bottom, #f85d3a 0%, #f74955 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85d3a', endColorstr='#f74955', GradientType=0);
}

.cart-buttonW:after {
	content: '';
	display: block;
	width: 19px;
	height: 16px;
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -9px;
	background: url(https://videoshow.ru/images/cart_icon.png) 0 0 no-repeat;
}

.cart-buttonW:hover {
	background: #fe8266;
	background: -webkit-linear-gradient(top, #fe8266 0%, #f84e74 100%);
	background: linear-gradient(to bottom, #fe8266 0%, #f84e74 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8266', endColorstr='#f84e74', GradientType=0)
}



.win-core {
	margin: 10px 18px;
	font-size: 11px;
	color: #484c54;
}

.condition h2 strong {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #484c54;
}

.tutorial-home h1 b {
	font-size: 40px;
}

.video-cont:hover:before {
	content: "";
	opacity: 1;
	background: rgb(0 0 0 / 48%);
	height: 403px;
	position: absolute;
	z-index: 920;
	width: 668px;
	margin: 14px 21px;
	border-radius: 5px;
}

.video-cont:before {
	content: "";
	height: 403px;
	position: absolute;
	z-index: 10000;
	width: 668px;
	margin: 14px 21px;
	border-radius: 5px;
	opacity: 0;
	transition: all 0.5s;
}

/* video-thumbnail */
.video-thumbnail-block {
	max-width: 728px;
	margin: 30px auto;
}

.video-thumbnail {
	position: relative;
	padding-bottom: 62.8%;
	height: 0;
	overflow: hidden;
	box-sizing: border-box;
	filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.15));
	border-radius: 4px;
}

.video-thumbnail .video-thumbnail-popup {
	margin-bottom: 0;
}

.video-thumbnail iframe,
.video-thumbnail object,
.video-thumbnail embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.video-thumbnail__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-thumbnail__preview {
	position: relative;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-thumbnail__content {
	display: none;
}

.video-thumbnail--active .video-thumbnail__preview {
	display: none;
}

.video-thumbnail--active .video-thumbnail__content {
	display: block;
	position: absolute;
	max-width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.video-thumbnail__play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 83px;
	height: 83px;
	transform: translateX(-50%) translateY(-50%);
	z-index: 4;
	background: url(../img/rating/play.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	transition: all 0.2s ease-in-out;
}

.video-thumbnail__preview:hover .video-thumbnail__play {
	opacity: 0.7;
}

.video-thumbnail__play.video-thumbnail__play-gray {
	filter: invert(0.4);
}

.video-thumbnail__preview:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	background: linear-gradient(180deg, rgba(46, 46, 54, 0.8) 0%, rgba(6, 12, 33, 0.88) 112.54%);
	opacity: 0.3;
	transition: ease 0.4s;
}

.video-thumbnail__preview:hover:after {
	background: linear-gradient(180deg, rgba(46, 46, 54, 0.8) 0%, rgba(6, 12, 33, 0.88) 112.54%);
	opacity: 0.7;
	transition: ease 0.4s;
}

.numbering {
	max-width: 716px;
	margin: 30px 0;
}

.numbering-block {
	display: flex;
	align-items: flex-start;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #D0EAF0;
}

.numbering-block:last-child {
	border-bottom: none;
}

.numbering-num {
	min-width: 46px;
	line-height: 46px;
	font-size: 20px;
	color: #2D7CE2;
	background: #B1EAFA;
	text-align: center;
	font-weight: 500;
	border-radius: 50%;
}

.numbering-text {
	padding: 10px 0 0 25px;
	font-size: 20px;
}

.numbering-title {
	font-weight: 500;
	margin-bottom: 15px;
}

.numbering-desctription {
	font-weight: 300;
}

/* program */
.program {
	padding: 55px 35px 10px 55px;
	background: #F0F0F0;
	background: linear-gradient(0deg, rgba(240, 240, 240, 0.17970938375350143) 0%, rgba(240, 240, 240, 1) 100%);
	border-top: 5px solid #56A2F5;
	position: relative;
	overflow: hidden;
}

.program-number {
	width: 0;
	height: 0;
	border-top: 100px solid #56A2F5;
	border-right: 100px solid transparent;
	position: absolute;
	left: 0;
	top: -2px;
}

.program-number span {
	position: absolute;
	right: -35px;
	top: -85px;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
}

.program-number.program-number-2 span {
	right: -44px;
}

.program-block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}

.program-box {
	display: flex;
	margin-right: 10px;
}

.program-text {
	padding-top: 20px;
}

.program-img {
	margin-right: 50px;
}

.program-title {
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 20px;
}

.program-desctription {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 5px;
}

.program-desctription span {
	font-weight: 300;
}

.program-grade {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.program-grade-num {
	font-weight: 900;
	font-size: 80px;
	text-align: center;
	color: #569FF6;
	opacity: 0.6;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.program-block {
		flex-direction: column;
	}
}

@media (max-width: 550px) {
	.program-box {
		flex-direction: column;
		align-items: center;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.program-link {
	position: relative;
	color: #5A98FA;
	font-weight: 500;
	font-size: 18px;
	margin-right: 20px;
	text-decoration: none;
}

.program-link:hover {
	text-decoration: underline;
}

.program-link::after {
	content: '→';
	position: absolute;
	right: -25px;
	top: 0;
}

.img-block {
	max-width: 853px;
	margin: 30px auto;
}

.img-block p {
	margin-top: 30px;
}

.rating-list-block {
	display: flex;
	margin: 30px -17px;
}

.rating-list-block .advantages,
.rating-list-block .disadvantages {
	margin: 0 17px;
	width: 50%;
}

@media (max-width: 1199px) {
	.rating-list-block {
		flex-wrap: wrap;
		margin: 15px 0;
	}

	.rating-list-block .advantages,
	.rating-list-block .disadvantages {
		margin: 0 0 20px;
		padding: 15px;
		width: 100%;
	}
}

.advantages {
	border: 1px solid #37B03C;
	border-radius: 4px;
	padding: 30px;
}

.disadvantages {
	border: 1px solid #D96D6D;
	border-radius: 4px;
	padding: 30px;
}

.advantages-name,
.disadvantages-name {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

ul.rating-list {
	flex-direction: column;
}

ul.rating-list li {
	background: url(../img/rating/plus.svg) no-repeat 0px 6px;
	background-size: 13px;
	font-weight: 300;
	font-size: 18px;
	padding: 0 0 0 20px;
	width: 100%;
}

ul.rating-list.rating-list-minus li {
	background: url(../img/rating/minus.png) no-repeat 0px 11px;
	background-size: 12px;
}

.content-download {
	padding: 90px 0 90px 0;
	background: url(../img/rating/bg1.jpg) bottom center no-repeat;
	background-size: cover;
	text-align: center;
}

.content-download-2 {
	padding: 70px 0 80px 0;
	background: url(../img/rating/bg2.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
}

.content-download-3 {
	padding: 50px 0 70px 0;
	background: url(../img/rating/bg3.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
}

.content-download-3 img {
	margin-bottom: 20px;
}

.article-10 {
	padding: 50px 0 70px 0;
	background: url(../img/rating/bg4.jpg) center center no-repeat;
	background-size: cover;
}

.article-10 .content {
	display: flex;
	flex-wrap: wrap;
}

.article-10 .right-info {
	width: 60%;
}

@media (max-width: 767px) {
	.article-10 .right-info {
		width: 100%;
		order: 1;
	}
}

.article-10 .article-10-title {
	font-size: 42px;
	padding: 0 0 20px;
}

.article-10 .after-h1 {
	font-size: 20px;
}

.article-10 .right-info ul {
	margin-left: 0;
}

.article-10 .right-info ul li {
	font-size: 18px;
}

.article-10 .text-style {
	font-size: 20px;
}

.article-10-video {
	width: 40%;
	padding-top: 10px;
}

@media (max-width: 767px) {
	.article-10-video {
		width: 100%;
		padding-top: 0px;
		margin-bottom: 20px;
		order: 0;
	}
}

.article-10-video .video-thumbnail {
	padding-bottom: 70.8%;
	border: 5px solid #FFFFFF;
}

.article-11 {
	padding: 50px 0 70px 0;
	background: url(../img/rating/bg4.jpg) center center no-repeat;
	background-size: cover;
}

.article-11 .content {
	display: flex;
	flex-wrap: wrap;
}

.article-11 .right-info {
	width: 51.5%;
}

@media (max-width: 767px) {
	.article-11 .right-info {
		width: 100%;
		order: 1;
	}
}

.article-11 .article-10-video {
	width: 48.5%;
}

@media (max-width: 767px) {
	.article-11 .article-10-video {
		width: 100%;
		order: 0;
	}
}

.article-11 .article-10-title {
	font-size: 36px;
	padding: 0 0 20px;
}

.article-11 .right-info ul {
	margin-left: 0;
}

.article__info-rating {
	display: flex;
	justify-content: space-between;
}

.article__info-rating .article__author:before {
	display: none;
}

.article__ratings {
	display: flex;
}

.article__ratings-text {
	font-weight: 700;
	margin-right: 10px;
}

.article__info-rating #page-rating-info {
	top: 3px;
	left: 0;
	width: 100%;
}

.hr-blue {
	background: #98C3F8;
	height: 1px;
	width: 100%;
	margin: 50px 0;
}

.popup-video {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 5px solid #FFFFFF;
}

.popup-video-play {
	background: url(../img/rating/play2.png) center center no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 155px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px -1px 6px rgb(0 0 0 / 40%);
	font-weight: bold;
}

@media (max-width: 767px) {
	.popup-video-play {
		background-size: 60px;
		padding-top: 85px;
	}
}

.popup-video:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	background: linear-gradient(180deg, rgba(46, 46, 54, 0.8) 0%, rgba(6, 12, 33, 0.88) 112.54%);
	opacity: 0.3;
	transition: ease 0.4s;
}

.popup-video:hover:before {
	background: linear-gradient(180deg, rgba(46, 46, 54, 0.8) 0%, rgba(6, 12, 33, 0.88) 112.54%);
	opacity: 0.7;
	transition: ease 0.4s;
}

.popup-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-subtext {
	margin-top: 20px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}

.video-subtext img {
	margin-left: 5px;
}

.article-10 .popup-video-play {
	background: url(../img/rating/play.svg) center center no-repeat;
}

/* table */
.table {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 50px;
	border: 1px solid #CDCDCD;
	text-align: left;
}

.table__head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 105px;
}

.table__head-center .table__th {
	display: flex;
	justify-content: center;
	align-items: center;
}

.table__th.table__th-1 {
	justify-content: center;
	align-items: center;
	font-size: 17px;
	font-weight: 500;
	color: #484C54;
	width: 150px;
	border-right: 1px solid #B5B5B5;
}

.table__btn {
	background-color: #2198e3;
	box-shadow: none;
	padding: 0 70px;
	box-shadow: 0px 12px 22px 0px rgba(33, 152, 227, 0.35);
	margin-top: 45px;
}

.table__btn:hover {
	background-color: #0b7ac0;
}

.table__btn:hover:after {
	border-color: transparent;
}

.table__btn:after {
	position: absolute;
	content: '';
	bottom: 19px;
	left: 70px;
	right: 70px;
	height: 1px;
	border-bottom: 1px dashed #fff;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.table .slick-disabled {
	display: none !important;
}

.table__th-slide {
	background-color: #f7f7f7;
}

.table__th-slide:nth-child(2n) {
	background-color: #fff;
}

.table__body {
	margin-top: 105px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 470px;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.table__programs {
	display: inline-block;
	width: 150px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.table__programs .table__td {
	text-align: center;
	justify-content: center;
	padding: 3px;
	font-size: 17px;
	font-weight: 500;
	color: #484C54;
	border-right: 1px solid #B5B5B5;
}

.table__th-slider,
.table__info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 150px);
	padding: 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.table__th-slider .table__th>img {
	max-width: 50px;
	min-height: 38px;
	max-height: 50px;
	margin-bottom: 2px;
}

.table__info {
	bottom: auto;
}

.table__slide {
	background-color: #fff;
}

.table__slide:nth-child(2n) {
	background-color: #fff;
}

.table__slide .table__td,
.table__programs .table__td {
	background-color: #fff;
}

.table__slide .table__td:nth-child(2n),
.table__programs .table__td:nth-child(2n) {
	background-color: #F6F9FA;
}

.table__slide.slick-slide {
	width: 162px;
}

.table__th,
.table__td {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 15px 20px;
	border-bottom: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	width: 100%;
	text-align: center;
	color: #000;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.table__td:last-child {
	border-bottom: none;
}

.table__th {
	font-size: 15px;
	font-weight: 500;
	color: rgb(34, 34, 34);
	height: 105px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: 1.2;
	background: #E5F0F3;
	border-bottom: 1px solid #B5B5B5;
	border-right: 1px solid #fff;
}

.table__th p {
	min-height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.table__button {
	border: 2px solid rgb(230, 230, 230);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	min-height: 26px;
	padding: 1px 10px;
	min-width: 120px;
	color: rgb(34, 34, 34);
	transition: ease .3s;
}

.table__button:hover {
	color: #fff;
	background: #fd5457;
	border: 2px solid #fd5457;
}

.table__button img {
	padding-right: 6px;
	filter: invert(1);
}

.table__button:hover img {
	filter: invert(0);
}

.table__td {
	font-weight: 300;
	font-size: 17px;
	padding: 10px;
	height: 94px;
	color: #1D1D1D;
}

.table__td.table__td-blue {
	color: #5A98FA;
	font-weight: 700;
	font-size: 20px;
}

@media (max-width: 767px) {
	.table__td {
		padding: 2px;
	}
}

.table__td_app {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 25px;
}

.table__td-gold {
	position: relative;
}

.table__td-gold .app {
	color: #f1a80a;
}

.table__td-white {
	background-color: #fff;
}

.table__td-gold:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background: #f1a80a;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.table-rating {
	display: flex;
}

.table-rating span {
	padding-left: 5px;
	padding-top: 2px;
	font-size: 14px;
	color: rgb(34, 34, 34);
}

.table__arrow {
	display: inline-block;
	width: 46px;
	height: 46px;
	background: #FBFBFB;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	transition: ease .3s;
	position: absolute;
	top: 0;
	z-index: 2;
	cursor: pointer;
	border: none;
	filter: grayscale(1);
}

.table__arrow.prev {
	transform: rotate(180deg);
	background: url("../img/rating/table-arrow.svg") no-repeat center, #FBFBFB;
	left: -30px;
	top: 30px;
	background-position-x: 55%;
}

.table__arrow.next {
	background: url("../img/rating/table-arrow.svg") no-repeat center, #FBFBFB;
	right: -30px;
	top: 30px;
	background-position-x: 55%;
}

.table__arrow.slick-arrow:after {
	display: none;
}

.table__arrow:hover {
	background-color: #FFFFFF;
	filter: grayscale(0);
}

@media (max-width: 1199px) {
	.table__arrow.prev {
		left: -15px;
	}

	.table__arrow.next {
		right: -15px;
	}
}

/* @media (max-width: 767px) {
	.table__programs {
		width: 170px;
	}
	.table__programs .table__td {
		padding: 10px 2px 10px 7px;
	}
	.table__th-slider, .table__info {
		width: calc(100% - 170px);
	}
	.table__arrow.prev {
		left: 145px;
	}
} */

.mCustomScrollBox {
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCSB_container {
	width: 100% !important;
	display: flex;
}

.mCSB_scrollTools {
	width: 13px;
	background: #fafafa;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #5A98FA !important;
	width: 7px;
	border-radius: 3px;
	height: 111px;
}

.mCSB_scrollTools .mCSB_dragger {
	height: 111px !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.create-video {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 870px;
	padding: 7px 33px 16px 77px;
	margin: 30px auto;
	background: url(../img/create-video-bg.webp) center/cover no-repeat;
}

.create-video__text {
	width: 45%;
}

.create-video__title {
	font-family: 'Roboto';
	font-weight: 900;
	font-size: 36px;
	line-height: 42px;
	color: #373737;
	margin-bottom: 20px;
}

.create-video p {
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	padding-bottom: 34px;
}

.create-video .download-button-big {
	text-align: center;
	padding-left: 0;
	text-transform: none;
	font-size: 20px;
	font-weight: 700;
}

.create-video .download-button-big:after {
	display: none;
}

.create-video__img {
	width: 55%;
}

@media (max-width: 991px) {
	.create-video {
		padding: 7px 15px 15px 15px;
	}
}

@media (max-width: 767px) {
	.create-video {
		padding: 15px;
	}

	.create-video__text {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.create-video__img {
		width: 100%;
		text-align: center;
	}
}

/* tickets */
.tickets {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 90px -5px;
}

.tickets .item-version {
	display: flex;
	flex-direction: column;
	width: 31.6%;
	margin: 0px 5px 0;
	padding: 25px 10px 10px 10px;
	border-radius: 7px;
}

.tickets .title-item {
	font-size: 18px;
	padding-bottom: 2px;
}

.tickets .name-item {
	font-size: 30px;
}

.tickets .sale {
	position: relative;
	background: none;
	display: flex;
	align-items: center;
	text-align: center;
	width: 77px;
	height: 27px;
	border-radius: 15px;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);
	margin: 0 auto 17px;
}

.tickets .sale span {
	transform: none;
	margin-left: 0;
	font-weight: 900;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
}

.tickets .body-item {
	border-radius: 0px 0px 7px 7px;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-bottom: 95px;
}

.tickets .price-item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.tickets .old-price {
	color: #C3C3C3;
	margin-right: 5px;
}

.tickets .old-price:after {
	top: -1px;
	opacity: 0.7;
}

.tickets .new-price {
	font-size: 30px;
}

.tickets .item-standart {
	background: #697D8C;
}

.tickets .item-premium {
	width: 33.7%;
	margin: 0 5px;
	padding: 25px 15px 15px 15px;
	background: linear-gradient(180deg, #2FC3C9 0%, #569DF6 100%);
	box-shadow: 0px 4px 20px #559EF5;
	border-radius: 7px;
	top: -25px;
}

.tickets .item-delux {
	background: #3A5771;
}

.tickets .top-cart {
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.6px;
	color: #35BDD0;
	transform: rotate(-5deg);
	background: url(../img/tickets-premium-hit.png) 0 0 no-repeat;
	width: 95px;
	height: 100px;
	padding-left: 30px;
	text-transform: uppercase;
	padding-bottom: 12px;
	position: absolute;
	right: -15px;
	top: -35px;
}

.tickets .top-cart span {
	transform: rotate(-13deg);
}

.tickets .list-about-item li {
	color: #5E636E;
	font-weight: 400;
}

.tickets .item-standart ul li {
	background: url(../img/tickets-standart.svg) 3px 3px no-repeat;
	background-size: auto 17px;
}

.tickets .item-premium ul li {
	background: url(../img/tickets-premium.svg) 3px 3px no-repeat;
	background-size: auto 17px;
}

.tickets .item-delux ul li {
	background: url(../img/tickets-delux.svg) 3px 3px no-repeat;
	background-size: auto 17px;
}

.tickets .cart-button {
	width: 165px;
	line-height: 58px;
	bottom: 24px;
	margin: 0 auto;
	padding-left: 40px;
}

.tickets .cart-button:after {
	width: 23px;
	height: 20px;
	background: url(../images/cart_big.png) 0 0 no-repeat;
	right: 35px;
	margin-top: -12px;
}

@media (max-width: 1010px) {
	.tickets {
		margin: 20px -5px;
	}

	.tickets .item-version {
		width: 50%;
		margin: 20px;
	}

	.tickets .item-premium {
		width: 50%;
		top: 0;
	}
}

@media (max-width: 767px) {
	.tickets .item-version {
		width: 80%;
	}

	.tickets .item-premium {
		width: 80%;
	}
}

@media (max-width: 450px) {
	.tickets .item-version {
		width: 100%;
	}

	.tickets .item-premium {
		width: 100%;
	}
}

/* audio */
.audio-title {
	display: block;
	margin: 16px 0;
}

audio[controls] {
	width: calc(100% - 40px);
	vertical-align: middle;
}

.btn-audio-download {
	width: 24px;
	height: 24px;
	margin: 0 0 0 10px;
	padding: 0;
	vertical-align: middle;
	border: 2px solid #808080;
	background-color: #e1e2e4;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAgMAAAArG7R0AAAADFBMVEUAAAAAAAAAAAAAAAA16TeWAAAAA3RSTlMAgD93k3GoAAAAJUlEQVQI12Ng+t+AFdf//8sg//8LA/v/CwyM/x0YGGoZGBhEGADE6BE7BUmsSQAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center;
	transition: 0.2s ease-out;
	transition-property: background-color, box-shadow;
	cursor: pointer;
}

.btn-audio-download:hover {
	background-color: #f1f2f4;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
}

/* article */
/* article-hero */
/* breadcrumbs */
.breadcrumbs {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #2268BC;
	margin-bottom: 30px;
}

.breadcrumbs a {
	display: inline-block;
	color: #5D646E;
	padding: 5px 0;
	text-decoration: none;
	transition: ease .3s;
}

.breadcrumbs a:hover {
	color: #2268BC;
	text-decoration: underline;
}

.breadcrumbs>span {
	position: relative;
}

.breadcrumbs>span::after {
	content: '>';
	font-size: 13px;
	color: #5D646E;
	font-family: sans-serif;
	padding: 0px 3px;
}

.breadcrumbs>span:last-child {
	color: #2268BC;
}

.breadcrumbs>span:last-child::after {
	display: none;
}

.article-hero {
	background: #FBFBFB;
	padding: 40px 0 60px;
}

.article-hero__block {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.article-hero__info {
	width: 60%;
	padding-right: 32px;
}

.title-h1 {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 47px;
	color: #484C54;
	margin-bottom: 15px;
}

.article-ratings {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.article-ratings p {
	margin-right: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #5D646E;
}

.article-ratings #page-rating-block {
	height: 16px;
	line-height: 16px;
}

.article-ratings #page-rating-block .rating-img {
	margin: -4px 0px 0 -2px;
}

.article-ratings #page-rating-info {
	top: -16px;
	font-weight: 700;
	color: #5D646E;
	right: -177px;
	width: 11rem;
}

.article-ratings #page-rating-count {
	font-weight: 400;
}

.article-ratings #page-rating-value {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #5D646E;
	margin: 0px 7px 0;
}

.article-ratings #page-rating-uservalue {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #5D646E;
}

.article-ratings #page-rating-uservalue #val {
	font-weight: 400;
}

.article-hero__images {
	width: 40%;
}

.article-hero__img img {
	border-radius: 4px;
}

.article-date__block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.article-date {
	display: flex;
	align-items: center;
	margin-right: 50px;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #5D646E;
	margin-top: 10px;
}

.article-date img {
	margin-right: 10px;
}

.article-date span {
	font-weight: 400;
	margin-left: 5px;
}

.article-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #484C54;
	margin-bottom: 20px;
}

@media (max-width:767px) {
	.article-hero {
		padding: 30px 0 40px;
	}

	.breadcrumbs {
		margin-bottom: 15px;
	}

	.article-hero__block {
		padding-top: 10px;
	}

	.article-hero__info {
		width: 100%;
		padding-bottom: 20px;
		padding-right: 0;
	}

	.title-h1 {
		font-size: 30px;
		line-height: 38px;
	}

	.article-ratings {
		margin-bottom: 25px;
	}

	.article-ratings #page-rating-info {
		top: 2px;
	}

	.article-hero__images {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.article-date {
		margin-right: 30px;
	}
}

.article-section {
	padding: 20px 0 40px;
}

.article-block {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.article-content {
	width: calc(100% - 335px);
	margin: 0 auto;
}

@media (max-width: 1199px) {
	.article-content {
		width: calc(100% - 290px);
	}
}

@media (max-width: 991px) {
	.article-content {
		width: 100%;
	}
}

.article-h2-block {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.article-h2 {
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	color: #484C54;
	margin-bottom: 30px;
}

.article-h2-img {
	margin-right: 20px;
}

.article-h2-block .article-h2 {
	margin-bottom: 0;
}

.article-h3 {
	font-weight: 700;
	font-size: 25px;
	line-height: 29px;
	color: #484C54;
	margin-bottom: 15px;
}

.link {
	color: #2268BC;
	text-decoration: underline solid #2268BC;
	transition: ease .3s;
}

.link:hover {
	text-decoration-color: transparent;
}

.article-number {
	margin: 80px 0;
}

.article-number__block {
	background: #FEFEFE;
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.09);
	border-radius: 7px;
	padding: 28px 44px 10px 16px;
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.article-number__block-blue {
	background: #D3E7FF;
}

.article-number__num {
	min-width: 140px;
	padding-right: 15px;
	font-size: 200px;
	color: #569FF6;
	opacity: 0.6;
	display: flex;
	align-items: center;
}

.article-number__info {
	flex: 1;
}

.article-number__link {
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-decoration-line: underline;
	color: #2268BC;
	margin-bottom: 20px;
}

.article-number__link:hover {
	text-decoration: none;
}

.article-number__charact {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.article-number__charact-item {
	margin-bottom: 10px;
	margin-right: 10px;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #484C54;
}

.article-number__charact-item:last-child {
	margin-right: 0;
}

.article-number__charact-item span {
	font-weight: 500;
}

@media (max-width: 767px) {
	.article-h2-block {
		margin-bottom: 20px;
	}

	.article-h2 {
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.article-number {
		margin: 40px 0;
	}

	.article-number__block {
		padding: 15px;
	}

	.article-number__num {
		min-width: 50px;
		font-size: 60px;
	}

	.article-number .article-text {
		font-size: 16px;
		line-height: 22px;
	}
}

/* article-program */
.article-program {
	margin: 50px 0;
}

.article-program__block {
	display: flex;
	flex-wrap: wrap;
	margin: 35px 0;
}

.article-program__left {
	width: 290px;
	display: flex;
	flex-wrap: wrap;
}

.article-program__logo {
	margin-right: 45px;
	max-width: 100px;
	max-height: 100px;
	min-height: 100px;
}

.article-program__info {
	flex: 1;
}

.article-program__rating {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.article-program__rating img {
	margin-right: 10px;
}

.article-program__rating-num {
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #484C54;
}

.article-program__rating-text {
	font-weight: 300;
	font-size: 15px;
	line-height: 21px;
	color: #484C54;
	margin-top: 7px;
	width: 100%;
}

.article-program__btn {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.article-program__right {
	flex: 1;
}

.article-program__stat {
	background: #F3F3F3;
	border-radius: 7px;
	padding: 25px 35px;
}

.article-program__stat-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-bottom: 17px;
}

.article-program__stat-line {
	display: inline-flex;
	align-items: center;
	background: url(../img/article/wavy.svg);
	background-repeat: repeat-x;
	width: 100%;
	height: 11px;
}

.article-program__stat-percent {
	display: inline-flex;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #484C54;
	width: 40px;
	max-width: 40px;
	margin-left: 10px;
}

.article-program__stat-text {
	display: flex;
	width: 100%;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	color: #484C54;
}

.article-program__rating {
	width: 100%;
	display: flex;
	align-items: center;
}

.download-button-article {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 23px;
	background: linear-gradient(180deg, #5DD2EE 0%, #70ADFF 100%);
	border-radius: 70px;
	width: initial;
	height: 57px;
	padding: 5px 38px 5px 45px;
}

.download-button-article:after {
	display: none;
}

.download-button-article img {
	margin-left: 30px;
}

.button-program {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 57px;
	padding: 5px 39px;
	border: 1px solid #9C9C9C;
	text-decoration: none;
	border-radius: 70px;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #484C54;
}

.button-program svg {
	margin-left: 15px;
}

.button-program:hover {
	background: linear-gradient(180deg, #5DD2EE 0%, #70ADFF 100%);
	border: 1px solid transparent;
	color: #FFFFFF;
}

.button-program:hover svg path {
	fill: #fff;
}

.button-program__blue {
	border: 1px solid #1D6EE2;
	color: #1D6EE2;
}

.button-program__blue svg path {
	fill: #1D6EE2;
}

.article-program__blue {
	background: #E6F3FF;
	padding: 50px 26px 35px 33px;
	margin: 0;
}

.article-program__blue .article-program__logo {
	margin-right: 16px;
}

.article-program__blue .article-program__stat {
	background: #FFFFFF;
	padding: 31px 28px 27px 37px;
}

@media (max-width: 767px) {
	.article-program__block {
		flex-direction: column;
	}

	.article-program__left {
		width: 100%;
		max-width: 290px;
		margin-bottom: 20px;
	}

	.article-program__right {
		width: 100%;
	}

	.article-program__stat {
		padding: 15px;
	}

	.article-program__blue {
		padding: 15px;
	}
}

/* blockquote */
.blockquote {
	border: 1px solid #BEBEBE;
	border-radius: 8px;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto 50px;
	padding: 35px 37px 31px 33px;
}

.blockquote-img {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #B1EAFA;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin-right: 31px;
}

.blockquote-bold {
	font-weight: 600;
}

.blockquote-text {
	flex: 1;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #484C54;
}

.blockquote-text span {
	font-weight: 500;
}

.blockquote-blue {
	background: #56A2F5;
	padding: 30px 30px 23px 33px;
}

.blockquote-blue .blockquote-text {
	color: #FFFFFF;
}

@media (max-width:767px) {
	.blockquote {
		padding: 15px;
		margin: 30px auto;
	}

	.blockquote-img {
		margin-right: 15px;
	}

	.blockquote-blue {
		padding: 15px;
	}
}

/* aside-menu */
.aside-menu {
	/* position: relative;
  flex: 0 0 auto;
  align-self: start;
	max-height: calc(98vh - 62px);
	overflow-y: auto;
  top: 10px;
  right: 0; */
	width: 260px;
	margin-left: 75px;

	display: flex;
	flex-direction: column;
}

.aside-menu__sticky {
	position: sticky;
	top: 10px;
	right: 0;
	max-height: calc(98vh - 62px);
	overflow-y: auto;
}

.aside-h3 {
	font-weight: 800;
	font-size: 20px;
	line-height: 26px;
	color: #484C54;
	margin-bottom: 20px;
}

a.aside-card__link {
	display: flex;
	flex-direction: column;
	margin: 30px 0;
	font-size: 18px;
	line-height: 29px;
	color: #484C54;
	text-decoration: underline solid #484C54;
	transition: ease .3s;
}

a.aside-card__link:hover {
	color: #2268BC;
	text-decoration-color: #2268BC;
}

.aside-card__link-img {
	width: 100%;
	position: relative;
	display: flex;
	justify-self: center;
	align-items: center;
	padding-bottom: 64.5%;
}

.aside-card__link-img img {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 10px;
	object-fit: contain;
}

.aside-card__text {
	margin-top: 10px;
}

.aside-contents__title {
	font-weight: 500;
	font-size: 20px;
}

.aside-list {
	padding-right: 3px;
	padding-left: 20px;
	margin: 24px 0 40px;
}

.aside-list li {
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	padding-left: 12px;
	margin-bottom: 14px;
}

.aside-list li:nth-child(n+10) {
	padding-left: 0;
	margin-left: 12px;
}

.aside-list li a {
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	color: #3C4352;
}

.aside-list li a:hover {
	transition: ease .3s;
	color: #2268BC;
	text-decoration: underline;
}

.aside-list li a img {
	margin-left: 10px;
}

.aside-list li .list-dots {
	padding-left: 0px;
	margin: 10px 0 24px;
}

.aside-list li .list-dots li {
	padding-left: 0px;
	margin-bottom: 10px;
}

@media (max-width:1199px) {
	.aside-menu {
		margin-left: 30px;
	}
}

@media (max-width:991px) {
	.aside-menu {
		display: none;
		width: 60%;
		margin-left: 0;
		height: initial;
		margin: 0 auto;
		max-height: initial;
	}
}

@media (max-width:575px) {
	.aside-menu {
		width: 100%;
	}
}

/* read-also */
.read-also {
	background: #EFF7FE;
	padding: 43px 144px 37px 78px;
	margin: 40px 0;
	background: url(../img/article/read-also.svg) bottom right no-repeat, #EFF7FE;
	background-position-y: calc(100% - -10px);
}

.read-also__text {
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #484C54;
	margin-bottom: 23px;
}

@media (max-width: 767px) {
	.read-also {
		padding: 20px 15px;
		background: #EFF7FE;
	}
}

/* cards */
.cards-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.cards-title .article-h2 {
	margin-bottom: 10px;
	margin-right: 10px;
}

.cards-title .card-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #484C54;
	margin-bottom: 10px;
}

.cards-title .card-link:hover {
	text-decoration: none;
	color: #2268BC;
}

.cards-title .card-link svg {
	margin-left: 10px;
}

.cards-title .card-link svg {
	margin-left: 10px;
}

.cards-title .card-link:hover svg path {
	fill: #2268BC;
}

.cards {
	padding: 40px 0;
}

.cards-block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.card-item {
	display: flex;
	width: 33.333%;
	padding: 15px 15px;
}

.card {
	display: flex;
	flex-direction: column;
	width: 100%;
	transition: ease .3s;
}

.card-img {
	width: 100%;
	position: relative;
	display: flex;
	justify-self: center;
	align-items: center;
	padding-bottom: 60.72%;
	margin-bottom: 14px;
}

.card-img img {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	border-radius: 15px;
}

.card-text {
	font-size: 15px;
	line-height: 24px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.card-link {
	color: #484C54;
	text-decoration-color: transparent;
	transition: ease .3s;
}

.card-link:hover {
	color: #2268BC;
	text-decoration: underline solid #2268BC;
}

.card-text .card-link {
	margin-right: 10px;
}

.card-text .card-link:last-child {
	margin-right: 0px;
}

.card-title {
	font-weight: 700;
	line-height: 23px;
}

@media (max-width: 991px) {
	.cards {
		padding: 20px 0;
	}

	.cards-block {
		margin: 0 -15px;
	}

	.card-item {
		width: 50%;
		padding: 20px 15px;
	}
}

@media (max-width: 575px) {
	.card-item {
		width: 100%;
		padding: 15px;
	}
}

/* tags-section */
.tags-section {
	padding: 40px 0;
}

.tags-cloud {
	padding: 20px 0;
}

.tags-cloud .button-tag {
	margin-right: 7px;
	margin-bottom: 13px;
}

.button-tag {
	display: inline-flex;
	justify-content: center;
	justify-content: center;
	box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.09);
	border-radius: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #484C54;
	text-decoration: none;
	padding: 11px 15.5px;
	background: #e8f3f7;
	transition: ease 0.3s;
}

.button-tag:hover,
.button-tag.button-tag-active {
	background: #fff;
}

.button-tag-blue {
	background: #C4EFFE;
}

.button-tag-blue:hover,
.button-tag-blue.button-tag-active {
	background: #AAE9FF;
}

.button-tag-orange {
	background: #FDD6A9;
}

.button-tag-orange:hover,
.button-tag-orange.button-tag-active {
	background: #FCCB92;
}

.button-tag-green {
	background: #C0FAD8;
}

.button-tag-green:hover,
.button-tag-green.button-tag-active {
	background: #A4F3C5;
}

.button-tag-pink {
	background: #FFD1DC;
}

.button-tag-pink:hover,
.button-tag-pink.button-tag-active {
	background: #FEC0CE;
}

.button-tag-violet {
	background: #D5E6FF;
}

.button-tag-violet:hover,
.button-tag-violet.button-tag-active {
	background: #B6D3FB;
}

.button-tag-yellow {
	background: #FFEDAC;
}

.button-tag-yellow:hover,
.button-tag-yellow.button-tag-active {
	background: #FFE896;
}

.button-tag-purple {
	background: #F7D5FF;
}

.button-tag-purple:hover,
.button-tag-purple.button-tag-active {
	background: #F4C4FF;
}

.button-tag-aqua {
	background: #C4FEF4;
}

.button-tag-aqua:hover,
.button-tag-aqua.button-tag-active {
	background: #ACFFF1;
}

.button-tag-coral {
	background: #FFDFD2;
}

.button-tag-coral:hover,
.button-tag-coral.button-tag-active {
	background: #FFD2BF;
}

.button-tag-lime {
	background: #E1FFD3;
}

.button-tag-lime:hover,
.button-tag-lime.button-tag-active {
	background: #D3FFBE;
}

.tags-block {
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.tag-item {
	margin: 10px;
	padding: 21px 35px 38px 32px;
	width: calc(50% - 20px);
	background: #C4EFFE;
	border-radius: 7px;
}

.tag-prog {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #008BBC;
	margin-bottom: 15px;
}

.tag-title-block {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.tag-img {
	max-width: 42px;
	width: 42px;
	margin-right: 17px;
}

.tag-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #484C54;
}

.tag-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #484C54;
}

.tag-item-blue {
	background: #C4EFFE;
}

.tag-item-blue .tag-prog {
	color: #008BBC;
}

.tag-item-orange {
	background: #FDD6A9;
}

.tag-item-orange .tag-prog {
	color: #BA6C13;
}

.tag-item-green {
	background: #C0FAD8;
}

.tag-item-green .tag-prog {
	color: #3E9763;
}

.tag-item-pink {
	background: #FFD1DC;
}

.tag-item-pink .tag-prog {
	color: #DD6381;
}

.tag-item-violet {
	background: #D5E6FF;
}

.tag-item-violet .tag-prog {
	color: #578FDD;
}

.tag-item-yellow {
	background: #FFEDAC;
}

.tag-item-yellow .tag-prog {
	color: #87701F;
}

.tag-item-purple {
	background: #F7D5FF;
}

.tag-item-purple .tag-prog {
	color: #BC40D9;
}

.tag-item-aqua {
	background: #C4FEF4;
}

.tag-item-aqua .tag-prog {
	color: #29A690;
}

.tag-item-coral {
	background: #FFDFD2;
}

.tag-item-coral .tag-prog {
	color: #EF8357;
}

.tag-item-lime {
	background: #E1FFD3;
}

.tag-item-lime .tag-prog {
	color: #6C915C;
}

@media (max-width: 767px) {
	.tags-section {
		padding: 20px 0;
	}

	.tag-item {
		width: 100%;
		padding: 20px 25px 26px 25px;
	}
}

/* .tags-section__new */
.tags-section__new .content {
	max-width: 1170px;
}
.tags-section__new .tags-cloud {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.tags-section__new .button-tag {
	border: 1px solid rgba(44, 47, 52, 0.1);
	border-radius: 8px;
	padding: 9.5px 14px;
	box-shadow: 0 0 20px 0 #e4e4e4;
	background: #fff;
	transition: ease .3s;
}
.tags-section__new .button-tag:hover {
	box-shadow: 0 8px 8px -4px rgba(2, 177, 197, 0.12), 0 20px 24px -4px rgba(14, 177, 237, 0.12);
	background: #fff;
	border: 1px solid #2bc5c5;
	background: linear-gradient(90deg, #00cdac 0%, #8ddad5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.tags-section__new .button-tag.button-tag.button-tag-active {
	border-radius: 10px;
	border: 1px solid #737a86;
	background: #737a86;
	color: #fff;
	-webkit-text-fill-color: initial;
	box-shadow: none;
}
.h1-title {
	font-weight: 700;
	font-size: 42px;
	color: #484c54;
}
.text-center {
	text-align: center;
}
.tags-block__new {
	padding-top: 40px;
	margin: 0 -8px;
}
.tags-block__new .tag-item {
	display: flex;
	width: calc(33.333% - 16px);
	margin: 0 8px 30px;
	padding: 0;
	background: transparent;
}
.tag-item-link {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	width: 100%;
	border-radius: 8px;
	padding: 14px 18px 20px;
	box-shadow: 0 8px 8px -4px rgba(16, 24, 40, 0.03), 0 20px 24px -4px rgba(16, 24, 40, 0.08);
	background: #fff;
	transition: ease .3s;
}
.tag-item-link:hover {
	text-decoration: underline;
	box-shadow: 4px 10px 24px -4px rgba(16, 24, 40, 0.08);
}
.tag-item-preview .tag-item-link {
	background: #f0f0f0;
	box-shadow: none;
	text-decoration: none;
}
.tag-block-img {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 56.8%;
	border: 1px solid #fff;
	border-radius: 10px;
	box-shadow: 0 8px 8px -4px rgba(16, 24, 40, 0.03), 0 20px 24px -4px rgba(16, 24, 40, 0.08);
	background: #fff;
	margin-bottom: 16px;
}
.tag-block-img img {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	border-radius: 10px;
}
.tags-block__new .tag-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
}
@media (max-width: 991px) {
	.h1-title {
		font-size: 40px;
	}
	.tags-block__new .tag-item {
		width: calc(50% - 16px);
	}
}
@media (max-width: 575px) {
	.h1-title {
		font-size: 36px;
    line-height: 40px;
	}
	.tags-block__new .tag-item {
		width: calc(100% - 16px);
	}
}

.catalog-item {
	display: flex;
	width: 100%;
	margin: 25px 0;
}

.catalog {
	display: flex;
	flex-direction: column;
	width: 100%;
	transition: ease .3s;
}

.catalog-img {
	width: 100%;
	position: relative;
	display: flex;
	justify-self: center;
	align-items: center;
	padding-bottom: 69.5%;
	border-radius: 7px;
	line-height: 0;
	height: 0;
	overflow: hidden;
	border: none;
	transition: ease .3s;
}

.catalog-img img,
.catalog-img video {
	position: absolute;
	height: 100%;
	width: 100%;
	max-width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	border-radius: 7px;
	line-height: 0;
	overflow: hidden;
	border: none;
}

.catalog-title {
	font-weight: 600;
	font-size: 22px;
	line-height: 35px;
	color: #252831;
	text-decoration: underline solid transparent;
	transition: ease .3s;
	margin: 13px 0 0;
}

.catalog-title:hover,
a.catalog-item:hover .catalog-title {
	text-decoration: underline solid #29C0FF;
	color: #29C0FF;
}

.catalog-item.catalog-item-disable:hover,
.catalog-item.catalog-item-disable:hover .catalog-title {
	text-decoration: underline solid transparent;
	color: #252831;
}

.catalog-price {
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
	color: #252831;
}

.catalog-link {
	font-size: 18px;
	line-height: 29px;
	color: #BEBFC1;
	margin-top: 7px;
	transition: ease .3s;
}

.get-started.get-started-avtor {
	padding: 35px 0 20px 0;
}

.get-started-avtor .step-list {
	display: flex;
	justify-content: center;
	margin: 0 -15px;
}

.get-started-avtor .step-this {
	margin: 0 15px;
	padding: 0 0 15px;
	border-radius: 150px 150px 0 0;
}

.get-started-avtor .icon-step:before,
.get-started-avtor .icon-step:after {
	display: none;
}

.step-list__new .content {
	max-width: 1170px;
}
.step-list__new h2 {
	font-family: 'Roboto', sans-serif;
}
.step-list__new .step-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.step-list__new .step-this {
	position: relative;
	padding: 0 0 10px;
	max-width: 343px;
}
.step-list__new .step-this:nth-child(2) {
	border-radius: 16px;
	box-shadow: 0 0 20px 0 #e4e4e4;
	background: #fff;
}
.step-list__new .icon-step:before,
.step-list__new .icon-step:after {
	display: none;
}
.step-num {
	position: absolute;
	top: 10px;
	right: 20px;
	border: 1px solid #2bc5c5;
	border-radius: 10px;
	padding: 0px 20px;
	z-index: 1;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	color: #2bc5c5;
	background: linear-gradient(180deg, #2bc5c5 0%, #589af8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.step-list__new .title-step {
	font-family: 'Roboto', sans-serif;
}
.step-list__new .description-step {
	padding: 0 30px;
}
.step-list__new .download-btn {
	font-size: 17px;
	padding: 24.5px 39px 24.5px 39px;
}

@media (max-width: 991px) {
	.get-started.get-started-avtor {
		padding: 20px 0 0;
	}

	.get-started-avtor .step-list {
		flex-wrap: wrap;
	}

	.get-started-avtor .step-this {
		width: 40%;
		margin-bottom: 30px;
	}
	.step-num {
		right: 10px;
	}
	.step-list__new .description-step {
    padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.get-started-avtor .step-this {
		width: 100%;
		max-width: 295px;
	}
	.step-list__new {
		padding-top: 40px;
	}
	.step-list__new .step-list {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.step-list__new .step-this {
		width: 100%;
	}
	.step-list__new .step-this {
		margin-bottom: 20px;
	}
	.step-list__new .download-btn-block {
		padding-top: 20px;
	}
}
@media (max-width: 767px) {
	.step-list__new .download-btn {
    font-size: 13px;
    padding: 17.5px 10px 17.5px 10px;
	}
}

.avtors-new {
	padding-top: 80px;
}
.avtors-new .content {
	max-width: 1170px;
}
.avtors-new .get-started.get-started-avtor {
	padding: 50px 0 60px;
}
.avtors-new .get-started-avtor .step-list {
	flex-direction: column;
}
.avtors-new .get-started-avtor .step-this {
	display: flex;
	margin: 0;
	width: 100%;
	max-width: 100%;
}
.avtors-new .get-started-avtor .step-this:nth-child(2) {
	box-shadow: 0 0 20px 0 #e4e4e4;
	background: #fff;
	border-radius: 16px;
	padding: 14px 10px;
	margin: 32px -14px;
}
.step-icon-info {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: flex-start;
	text-align: left;
}
.icon-step-img {
	border-radius: 50%;
	display: flex;
	width: 158px;
	height: 158px;
	position: relative;
}
.icon-step-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	border-radius: 50%;
}
.title-step-name {
	margin-top: 7px;
	font-weight: 700;
	font-size: 18px;
	line-height: 167%;
	text-align: center;
}
.avtors-new .title-step {
	font-family: 'Roboto', sans-serif;
	padding: 8px 0 20px 26px;
	margin-bottom: 13px;
	background-position: 26px 44px;
}
.avtors-new .description-step {
	padding: 0 0 0 26px;
	font-size: 18px;
}
.avtors-new .blockquote {
	padding: 36px 75px 32px 75px;
}
@media (max-width: 1199px) {
	.avtors-new .get-started-avtor .step-this:nth-child(2) {
		margin: 32px 0px;
	}
}
@media (max-width: 991px) {
	.avtors-new {
		padding-top: 40px;
	}
}
@media (max-width: 575px) {
	.avtors-new .get-started-avtor .step-this {
		flex-direction: column;
	}
	.icon-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	}
	.avtors-new .get-started.get-started-avtor {
    padding: 30px 0 30px;
	}
	.avtors-new .title-step {
		margin-top: 20px;
		background-position: 0 44px;
		padding-left: 0;
	}
	.avtors-new .description-step {
		padding-left: 0;
		font-size: 16px;
	}
	.avtors-new .blockquote {
    padding: 30px 20px 30px 20px;
	}
}

.about-us {
	padding-top: 70px;
}
.about-us-icons {
	display: flex;
	flex-wrap: wrap;
	margin: 15px -8px;
}
.about-us-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(9.399999618530273px);
	background: rgba(255, 255, 255, 0.13);
	border: 2px solid rgba(83, 159, 243, 0.4);
	border-radius: 10px;
	padding: 18px 8px;
	margin: 15px 8px;
	width: calc(25% - 16px);
}
.about-us-icon img {
	margin-bottom: 9px;
}
.about-us-icon p {
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	text-align: center;
	color: #539ff3;
	padding: 0;
}
.content-width {
	max-width: 1170px;
}
.about-us .h1-title {
	font-family: 'Roboto', sans-serif;
}
.about-us-block {
	display: flex;
	align-items: center;
	margin: 50px 0 75px;
}
.about-us-img {
	margin-right: 72px;
	position: relative;
}
.about-us-img1 {
	box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
	border: 2px solid #fff;
	border-radius: 7px;
	max-width: 500px;
}
.about-us-img2 {
	position: absolute;
	right: -36px;
	bottom: -25px;
	border: 2px solid #fff;
	border-radius: 7px;
	box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
}
.about-us-info {
	max-width: 552px;
}
.about-us-info p span {
	font-weight: 500;
}
.about-us-blockquote {
	display: flex;
	align-items: center;
	box-shadow: 0 0 20px 0 #e4e4e4;
	background: #fff;
	border-radius: 16px;
	padding: 35px 39px 16px 36px;
	margin: 50px 0 30px;
}
.about-us-blockquote-info {
	margin-right: 45px;
	flex: 1;
}
.about-us-blockquote-info p {
	font-size: 20px;
}
.about-us-blockquote-info span {
	font-weight: 500;
}
.about-us-blockquote-img {
	width: 175px;
}
@media (max-width: 1199px) {
	.about-us-info {
    max-width: 470px;
	}
}
@media (max-width: 991px) {
	.about-us {
    padding-top: 40px;
	}
	.about-us-icon {
    width: calc(50% - 16px);
	}
	.about-us-block {
		flex-direction: column;
	}
	.about-us-img {
    margin: 0 0 50px;
    position: relative;
	}
	.about-us-img2 {
		right: -15px;
	}
	.about-us-info {
		max-width: 100%;
	}
	.about-us-block {
    margin: 35px 0 35px;
	}
	.about-us-blockquote {
    padding: 20px;
    margin: 30px 0 30px;
	}
	.about-us-blockquote-info {
    margin-right: 15px;
	}
	.about-us-blockquote-info p {
    font-size: 18px;
	}
}
@media (max-width: 767px) {
	.about-us .h1-title {
		padding-bottom: 20px;
	}
	.about-us {
		padding-top: 20px;
	}
	.about-us-blockquote-img {
    width: 150px;
	}
}
@media (max-width: 575px) {
	.about-us-icons {
    justify-content: center;
	}
	.about-us-icon {
		width: calc(100% - 16px);
		max-width: 270px;
	}
	.about-us-blockquote {
		flex-direction: column;
	}
	.about-us-blockquote-info {
		margin: 0;
	}
}

.download-videoshow {
	background: url(../img/new/article-bg.webp) left top no-repeat;
	background-size: cover;
	box-shadow: 0 8px 8px -4px rgba(16, 24, 40, 0.03), 0 20px 24px -4px rgba(16, 24, 40, 0.08);
	border-radius: 10px;
	max-width: 794px;
	padding: 34px 15px;
	border: 1px solid rgba(83, 159, 243, 0.4);
	margin: 35px auto 29px;
}
.download-videoshow-title {
	font-weight: 700;
	font-size: 34px;
	text-align: center;
	margin-bottom: 12px;
}
.download-videoshow-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
}
.download-videoshow-block {
	display: flex;
	flex-wrap: wrap;
	max-width: 653px;
	margin: 20px auto 30px;
}
.download-videoshow-info {
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.45);
	border-radius: 14px;
	padding: 10px 14px;
	font-weight: 300;
	font-size: 18px;
	line-height: 140%;
	border: 1px solid rgba(83, 159, 243, 0.4);
	width: calc(50% - 15px);
	margin: 7.5px;
}
.download-videoshow-info img {
	margin-right: 10px;
}
.download-btn-block {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.download-btn {
	display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
  font-weight: 900;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  padding: 16.5px 34px 16.5px 34px;
  width: initial;
}
.download-btn::after {
	display: none;
}
.download-btn img {
	margin-left: 18px;
}
.download-btn-support {
	margin-top: 10px;
	font-weight: 400;
	font-size: 13px;
	color: #5d646e;
	text-align: center;
}

.download-videoshow2 {
	display: flex;
	flex-wrap: wrap;
	padding: 35px 0 19px 32px;
	background: url(../img/new/article-bg2.webp) left top no-repeat;
	background-size: cover;
	max-width: 794px;
	border: 1px solid rgba(225, 225, 225, 0.64);
	border-radius: 10px;
	box-shadow: 0 8px 8px -4px rgba(16, 24, 40, 0.03), 0 20px 24px -4px rgba(16, 24, 40, 0.08);
	margin: 35px auto 29px;
	position: relative;
}
.download-videoshow2-title {
	width: 100%;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 10px;
}
.download-videoshow2-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	z-index: 1;
	max-width: 465px;
}
.download-videoshow2-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 12px;
}
.download-videoshow2-block {
	margin-bottom: 20px;
}
.download-videoshow2-info {
	font-weight: 300;
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 8px;
}
.download-videoshow2-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
}
@media (max-width: 991px) {
	.download-videoshow2-img {
		width: 250px;
	}
}
@media (max-width: 767px) {
	.download-videoshow2 {
		padding: 30px 0 10px 15px;
	}
	.download-videoshow2-left {
		max-width: 100%;
		padding-right: 15px;
	}
	.download-videoshow2-img {
		position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
		margin-top: 15px;
	}
}
@media (max-width: 575px) {
	.download-videoshow-info {
		width: calc(100% - 15px);
	}
}


.green-text {
	color: #32CD32;
}

.center-text {
	text-align: center;
}

.list-number {
	list-style-type: none;
	list-style-position: inside;
	counter-reset: num;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #484C54;
}

.list-number li {
	padding-bottom: 10px;
}

.list-number li:before {
	content: counter(num) '. ';
	counter-increment: num;
	color: #0099fffc;
	font-weight: bold;
}

.indent {
	margin: 20px auto;
}

.table-privacy-wrap {overflow:auto;width:100%;max-width:100%;}
.table-privacy{border-collapse:collapse;border:1px solid #000;font-size:11px;width:100%}
.table-privacy caption{margin-bottom:15px}
.table-privacy th,
.table-privacy tr,
.table-privacy td{border:1px solid #000;padding:5px}

.section-support {
  min-height: calc(100vh - 467px);
}
@media screen and (max-width: 767px) {
	.section-support {
		min-height: calc(100vh - 492px);
	}
}
@media screen and (max-width: 600px) {
	.section-support {
		min-height: calc(100vh - 894px);
	}
}