@charset "UTF-8";
@font-face {
  font-family: 'Open Sans';
  src:  url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src:  url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src:  url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src:  url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src:  url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
	font-display: swap;
}
/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;max-width:100%;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/
/* *::selection {
	background-color:#1b1638;  Цвет выделенного текста 
	color:#fff;  Цвет выделенного фона 
} */
/* body */

h1{font-size:35px!important}
h2{font-size:30px!important}
h3{font-size:25px!important}

@media screen and (max-width: 575px) {
	h1{font-size:28px!important}
	h2{font-size:26px!important}
	h3{font-size:24px!important}
}

@media screen and (max-width: 374px) {
	h1{font-size:24px!important}
	h2{font-size:22px!important}
	h3{font-size:20px!important}
}

body {
	display: flex;
	flex-direction: column;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
  line-height: 1.5;
	background: #fff;
  color: rgb(34, 34, 34);
}
@media (max-width:991px) {
	body.lock-scroll {
		overflow: hidden;
	}
}
/* button */
.button {
	display: flex;
	justify-content: center;
	align-items: center;
  position: relative;
	min-height: 40px;
	min-width: 240px;
  font-weight: 600;
	font-size: 14px;
	line-height: 18px;	
	padding: 10px 25px;
  text-align: center;
  color: #fff;
  outline: none;
  border-radius: 5px;
  background-color: rgb(251, 56, 59);
}
.button span{
	position: relative;
	z-index: 1;
}
.button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
  border-radius: 5px;
  background-color: rgb(251, 56, 59);
	opacity: 0;
	transition: ease 0.5s;
}
.button:hover:after {
	opacity: 1;
  background-color: rgb(253, 84, 87);
}
.button:active:after {
	opacity: 1;
  background-color: rgb(253, 84, 87);
}
.button .btn__icon {
	z-index: 1;
	margin-right: 7px;
	position: relative;
}
.button.btn-buy {
	background: linear-gradient(180deg, #5692FF 0%, #3E80F7 100%);
}
.button.btn-buy:after {
	background: linear-gradient(180deg, #96BAFD 0%, #4C84EA 100%);
}
.button.btn-buy:active:after {
	background: linear-gradient(180deg, #89B3FF 0%, #6C9AEF 100%);
	box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
}
.button-arrow {
	position: absolute;
	pointer-events: none;
	right: -95px;
  top: -38px;
}
.button.button-white {
	background-color: transparent;
  color: rgb(34, 34, 34);
	border: 2px solid rgb(230, 230, 230);
}
.button.button-white.button:after {
	background-color: rgb(230, 230, 230);
}
.button.button-white:hover:after {
	background-color: rgb(230, 230, 230);
}
.button.button-white img {
	filter: invert(1);
}

.button.download-btn {
	min-height: 66px;
	padding: 10px 32.5px;
	border-radius: 6px;
	text-align: left;
}
.downloads-btn-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 30px;
}
.downloads-btn-text span {
	font-size: 18px;
	line-height: 20px;
  margin-bottom: 3px;
}
.downloads-btn-text small {
	font-size: 13px;
	font-weight: 300;
	line-height: 19px;
}
.button.download-btn.download-btn-ios {
	background: #000;
}
.button.download-btn.download-btn-ios:after {
	background: #000;
}
.button.download-btn.download-btn-ios:hover:after {
	opacity: 1;
	background-color: #313030;
}
.downloads-block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.downloads-block .button.download-btn {
	margin: 7.5px;
}
@media (max-width:767px) {
	.button.download-btn {
		padding: 10px 25.5px;
	}
	.downloads-btn-text {
    margin-left: 10px;
	}
}
/* header */
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
}
.header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background-color: rgb(51, 51, 51);
	z-index: 2;
}
.header.header-no-fixed {
	position: relative;
}
.header.header-no-fixed + main {
	padding-top: 0;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.header__body {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
@media (max-width:767px) {
	.header__body {
		height: 50px;
	}
}
.header__logo {
	position:relative;
	z-index:3;
}


@media (max-width:767px) {
	.header__logo {
		width:auto;
		height:36px
	}
	.header__logo img{
		width:100%;
		height:100%
	}
}
.header__logo img {
	max-width: 100%;
	display: block;
}
.header__burger {
	display: none;
}
.header__menu {
	display: flex;
	justify-content: flex-end;
	height: 100%;
}
@media (max-width:991px) {
	.header__burger {
		display: block;
		position: relative;
		width: 30px;
		height: 20px;
		z-index: 3;
	}
	.header__burger span {
		background: #fff;
		position: absolute;
		left: 0;
		top: 9px;
		width: 100%;
		height: 2px;
		transition: all 0.3s ease 0s;
	}
	.header__burger.active span {
		transform: scale(0);
	}
	.header__burger:before,
	.header__burger:after {
		content: '';
		background: #fff;
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		transition: all 0.2s ease 0s;
	}
	.header__burger:before {
		top: 0;
	}
	.header__burger:hover:before {
		top: -2px;
	}
	.header__burger.active:before {
		transform: rotate(45deg);
		top: 9px;
	}
	.header__burger:after {
		bottom: 0;
	}
	.header__burger:hover:after {
		bottom: -2px;
	}
	.header__burger.active:after {
		transform: rotate(-45deg);
		bottom: 9px;
	}
	.header__menu {
		position: fixed;
		justify-content: flex-start;
		align-items: center;
    flex-direction: column;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: #060c21;
		padding: 100px 10px 20px 10px;
		transition: all 0.3s ease 0s;
	}
	.header__menu.active {
		top: 0;
	}
	.header__menu .header__list {
		height: auto;
		margin-right: 0;
	}
}
@media (max-width:767px) {
	.header__menu {
		padding-top: 60px;
	}
}
.header__list {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 2;
	margin-right: 55px;
}
@media (max-width:991px) {
	.header__list {
		display: block;
	}
}
.header__list li {
	display: flex;
	align-items: center;
	height: 100%;
	margin-right: 40px;
}
@media (max-width:1199px) {
	.header__list li {
		margin-right: 30px;
	}
}
@media (max-width:991px) {
	.header__list li {
		margin-right: 0;
		margin-bottom: 0px;
		height: auto;
	}
}
.header__list li:last-child {
	margin-right: 0px;
}
.header__link,
.header__menu-text {
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	transition: ease 0.3s;
}
@media (max-width:991px) {
	.header__link,
	.header__menu-text {
		padding: 20px;
    margin: 0 auto;
	}
	.header__link:active,
	.header__menu-text:active {
		color: rgb(253, 84, 87);
	}
}
.header__menu-text {
	padding-right: 20px;
}
@media (min-width:992px) {
	.header__link:hover,
	.header__menu-text:hover {
		color: rgb(253, 84, 87);
	}
	.header__sub-menu .header__link:hover .header__arrow:before, 
	.header__sub-menu .header__link:hover .header__arrow:after {
		background: rgb(253, 84, 87);
	}
}
.header__sub-menu {
	display: none;
	position: absolute;
	min-width: 480px;
	left: -34px;
	top: 100%;
	padding: 20px 30px 25px;
	background: linear-gradient(180deg, #2E2E36 2.54%, #23232D 100%);
	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-top: 15px;
		padding: 0px;
	}
}
.header__sub-menu .header__link {
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	padding-left: 3px;
	margin-left: 20px;
}
@media (min-width:992px) {
	.header__open-menu:hover .header__menu-text {
		color: rgb(253, 84, 87);
	}
	.header__open-menu:hover .header__sub-menu .header__arrow {
		left: -20px;
	}
	.header__open-menu:hover > .header__arrow:before,
	.header__open-menu:hover > .header__arrow:after {
		background:rgb(253, 84, 87);
	}
	.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 {
	padding-bottom: 18px;
	transition: ease 0.2s;
	margin-right: 0;
	padding-bottom: 0;
}
.header__sub-menu li a {
	padding: 9px 0;
}
@media (min-width:992px) {
	.header__sub-menu .header__link:hover {
		margin-left: 35px;
	}
}
.header__sub-menu li:last-child {
	padding-bottom: 0;
}
.header__open-menu {
	cursor: default;
}
@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 {
		color: rgb(253, 84, 87);
	}
	.sub-menu-active + .header__arrow:before,
	.sub-menu-active + .header__arrow:after {
		background: rgb(253, 84, 87);
	}
	.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: -1px;
  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;
	}
}
.header__button {
	display: flex;
	align-items: center;
	z-index: 2;
}
.header__button .button {
	min-width: 215px;
	padding: 10px;
}
@media (max-width:991px) {
	.header__button {
		margin-top: 20px;
	}
}
/* main */
main {
	flex-grow: 1;
	padding-top: 100px;
}
@media (max-width:767px) {
	main {
		padding-top: 50px;
	}
}
/* slick-slider */
.slick-slider{
	min-width: 0;
}
.slick-list {
	overflow: hidden;
}
.slick-track{
	display: flex;
	align-items: flex-start;
}
.slick-arrow {
	position: absolute;
	top: 45%;
	margin: -30px 0px 0px 0px;
	z-index: 10;
	font-size: 0;
	width: 62px;
	height: 62px;
	background: #FAFAFA;
	border-radius: 50%;
	z-index: 1;
	cursor: pointer;
}
@media (max-width:991px){
	.slick-arrow {
		cursor: default;
	}
}
/* .slick-arrow:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	border-radius: 50%;
	background: linear-gradient(180deg, #F4AF2A 0%, #FF9000 100%);
	box-shadow: 0px 2px 4px rgba(17, 46, 60, 0.08);
	opacity: 0;
	transition: opacity 0.5s;
}
.slick-arrow:hover:after {
	opacity: 1;
} */
.slick-arrow.slick-disabled{
	opacity: 0.2;
}
.slider__arrow-prev:hover .slider-arrow:before,
.slider__arrow-prev:hover .slider-arrow:after,
.slider__arrow-next:hover .slider-arrow:before,
.slider__arrow-next:hover .slider-arrow:after {
    background: #fff;
}
.slider__arrow-prev {
	left: -18%;
}
@media (max-width:1199px){
	.slider__arrow-prev {
		left: -4%;
	}
}
@media (max-width:991px){
	.slider__arrow-prev {
		left: -2%;
	}
}
.slider__arrow-prev .slider-arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.slider__arrow-next {
	right: -18%;
}
@media (max-width:1199px){
	.slider__arrow-next {
		right: -4%;
	}
}
@media (max-width:991px){
	.slider__arrow-next {
		right: -2%;
	}
}
.slider__arrow-next .slider-arrow {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.slider-arrow {
  position: relative;
	top: 30px;
  width: 28px;
	height: 4px;
	z-index: 1;
	left: 16px;
}
.slider-arrow:before,
.slider-arrow:after {
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  content: ' ';
  background: #FF9202;
}
.slider-arrow:before {
  left: 0;
  -webkit-transform: skew(0deg, 45deg);
      -ms-transform: skew(0deg, 45deg);
          transform: skew(0deg, 45deg);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 2px;
}
.slider-arrow:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -45deg);
      -ms-transform: skew(0deg, -45deg);
          transform: skew(0deg, -45deg);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 2px;
}
.slick-arrow.blue-arrow {
	top: 35%;
	background: transparent;
}
.slick-arrow.blue-arrow:hover:after {
	opacity: 0;
}
.slider__arrow-prev.blue-arrow {
	left: -5%;
}
.slider__arrow-next.blue-arrow {
	right: -5%;
}
@media (max-width:1300px){
	.slider__arrow-prev.blue-arrow {
		left: -3%;
	}
	.slider__arrow-next.blue-arrow {
		right: -3%;
	}
}
@media (max-width:500px){
	.slider__arrow-prev.blue-arrow {
		left: -7%;
	}
	.slider__arrow-next.blue-arrow {
		right: -7%;
	}
}
.blue-arrow .slider-arrow {
	width: 23px;
	height: 5px;
}
.slider__arrow-prev.blue-arrow .slider-arrow:before, .slider__arrow-prev.blue-arrow .slider-arrow:after,
.slider__arrow-next.blue-arrow .slider-arrow:before, .slider__arrow-next.blue-arrow .slider-arrow:after {
	background: #484c54;
	transition: ease .3s;
}
.slider__arrow-prev.blue-arrow:hover .slider-arrow:before, .slider__arrow-prev.blue-arrow:hover .slider-arrow:after,
.slider__arrow-next.blue-arrow:hover .slider-arrow:before, .slider__arrow-next.blue-arrow:hover .slider-arrow:after {
	background: #4785f6;
}
/* index-header */
.index-header {
	background: url(../img/index-header-bg.webp) center/cover no-repeat;
	padding: 70px 0 70px;
}
@media (max-width: 767px) {
	.index-header {
		background-position: left;
		padding: 30px 0 30px;
	}
}
.index-header__title {
  font-size: 50px;
  line-height: 1.2;
	text-transform: uppercase;
	font-weight: 800;
}
@media (max-width: 767px) {
	.index-header__title {
    font-size: 36px;
	}
}
.index-header__title span {
	color: #fb383b;
}
.index-header__subtitle {
  font-size: 50px;
  line-height: 1.2;
	font-weight: 300;
	margin-bottom: 26px;
}
@media (max-width: 767px) {
	.index-header__subtitle {
    font-size: 36px;
	}
}
.index-header__description {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 25px;
}
.list-items li {
	font-size: 18px;
	line-height: 24px;
	position: relative;
	padding-left: 62px;
	margin-bottom: 15px;
}
@media (max-width:767px) {
	.list-items li {
		padding-left: 32px;
	}
}
.list-items li:before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/program/list-items-done.webp) 0 0 no-repeat;
	left: 30px;
	top: 3px;
}
@media (max-width:767px) {
	.list-items li:before {
		left: 0px;
	}
}
.list-items__marker {
	margin-bottom: 20px;
}
.list-items__marker li {
	font-size: 18px;
  line-height: 24px;
  position: relative;
  margin-bottom: 15px;
	margin-left: 20px;
	padding-left: 0;
}
.list-items__marker li::marker {
	color: #52b54d;
	font-weight: 700;
}
.list-items__dots {
	padding-left: 25px;
	margin-bottom: 20px;
}
.list-items__dots li {
	list-style-type: disc;
}
.list-items__dots li::marker {
	color: #52b54d;
}
.support-block {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 16px;
}
@media (max-width:991px) {
	.support-block {
		padding-top: 15px;
		width: 100%;
		flex-wrap: wrap;
    line-height: 24px;
	}
}
.support-line {
	width: 1px;
  height: 40px;
	background-color: rgb(230, 230, 230);
	margin: 0 30px;
}
@media (max-width:1199px) {
	.support-line {
		margin: 0 15px;
	}
}
@media (max-width:991px) {
	.support-line {
		display: none;
	}
}
.support-block span {
	font-weight: 600;
	margin-right: 8px;
}
.support-block img {
	margin-right: 10px;
}
.support-block.support-block__text-gray {
	color: #64646D;
	filter: none;
}

.section-title {
	font-weight: 700;
	font-size: 35px;
  line-height: 1.343;
	margin-bottom: 25px;
}
@media (max-width:991px) {
	.section-title {
		font-size: 28px;
		line-height: 28px;
	}
}
.title-h3 {
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 20px;
}
.title-h3__regular {
	font-weight: 400;
}
@media (max-width:767px) {
	.title-h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
/* marked-block */
.marked-block {
	display: flex;
	margin: 0 -15px;
}
.marked-block__left,
.marked-block__right {
	padding: 15px;
	width: 50%;
}
@media (max-width:991px) {
	.marked-block {
		flex-wrap: wrap;
	}
	.marked-block__left,
	.marked-block__right {
		width: 100%;
	}
}
.marked-list {
	position: relative; 
	margin-bottom: 30px;
}
.marked-list li {
  position: relative;
  padding-left: 30px;
	margin-bottom: 13px; 
}
.marked-list li:last-child {
	margin-bottom: 0; 
}
.marked-list li:before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
	background: url("../img/plus.webp") center no-repeat; 
}
.marked-list.marked-list__minus li:before {
	background: url("../img/minus.webp") center no-repeat; 
}
/* Cards */
.cards {
	padding: 67px 0 25px;
}
@media (max-width: 767px) {
  .cards {
    display: none;
  }
}
.cards .section-title {
	margin-bottom: 22px;
}
.cards__description {
	margin-bottom: 44px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.cards__row {
  margin: 0px -15px 0px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
	justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cards__row {
    margin-bottom: 15px;
  }
}
.cards__column {
	display: flex;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .cards__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (max-width: 500px) {
  .cards__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.cards__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
  margin-bottom: 30px;
  border: 1px solid rgb(230, 230, 230);
}
.gold-block {
	border: 2px solid rgb(241, 168, 10);
	position: relative;
}
.gold-left-right {
	border-left: 2px solid rgb(241, 168, 10);
	border-right: 2px solid rgb(241, 168, 10);
}
.gold-bottom {
	border-bottom: 2px solid rgb(241, 168, 10);
}
.table__td.gold-bottom {
	border-bottom: 2px solid rgb(241, 168, 10);
}
.gold-item {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f1a80a;
	background: linear-gradient(45deg, transparent 4px, #f1a80a 0), linear-gradient(45deg, transparent 4px, transparent 0);
}
.cards__image {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px;
	height: 159px;
  background: #f8f8f8;
  position: relative;
}
.cards__title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	font-weight: 600;
	font-size: 16px;
	color: rgb(34, 34, 34);
  line-height: 1.25;
	text-align: center;
	padding: 18px 7px 7px;
}
.cards__text {
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(34, 34, 34);
	padding: 8px 10px 20px;
}
.cards__btn {
	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: 40px;
	padding: 0 10px;
	min-width: 180px;
	transition: ease .3s;
}
.cards__item:hover .cards__btn {
	color: #fff;
	background: #fd5457;
	border: 2px solid #fd5457;
}
.cards__btn img {
	padding-right: 6px;
	filter: invert(1);
}
.cards__item:hover .cards__btn img {
	filter: invert(0);
}
/* table */
.table-section {
	padding: 25px 0 40px;
}
@media (max-width: 767px) {
  .table-section {
    display: none;
  }
}
.table-section__desctription {
	margin-bottom: 35px;
	text-align: center;
}
.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: 25px;
	border: 1px solid rgb(230, 230, 230);
	border-bottom: none;
	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: 170px; 
}
.table__th.table__th-1 {
	justify-content: center;
	align-items: flex-start;
	font-size: 16px;
	font-weight: 600;
	color: rgb(34, 34, 34);
}
.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: 170px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
	-webkit-overflow-scrolling: touch; 
}
.table__programs {
  display: inline-block;
  width: 200px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
					flex-shrink: 0; 
}
.table__programs .table__td {
	text-align: left;
	justify-content: start;
	padding-left: 18px;
	padding-right: 5px;
	font-size: 16px;
	font-weight: 600;
	color: rgb(34, 34, 34); 
}
.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% - 200px);
	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: 55px;
	min-height: 75px;
	max-height: 75px;
}
.table__info {
	bottom: auto; 
}
.table__slide {
	background-color: #f7f7f7;
}
.table__slide:nth-child(2n) {
	background-color: #fff;
}
.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 rgb(230, 230, 230);
  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__th {
  font-size: 14px;
  color: rgb(34, 34, 34);
	height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: 1.571; 
}	
.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-size: 14px;
	padding: 10px;
	height: 54px; 
}
@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: 40px;
  height: 40px;
  background: #fb383b;
  border-radius: 50%;
  transition: ease .3s;
  position: absolute;
  top: 0;
	z-index: 2; 
}
.table__arrow.prev {
  transform: rotate(180deg);
  background: url("../img/arrow-slider.webp") no-repeat center,#fb383b;
	left: 175px;
	top: 60px; 
}
.table__arrow.next {
  background: url("../img/arrow-slider.webp") no-repeat center,#fb383b;
	right: -15px;
	top: 60px; 
}
.table__arrow.slick-arrow:after {
	display: none;
}
@media only screen and (min-width: 992px) {
  .table__arrow:hover {
		background-color: #fd5457; 
	} 
}
@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;
	}
}
/* tabs */
.tabs-section {
	padding: 25px 0;
}
.tabs-block {
	display: flex;
	position: relative;
}
@media (max-width: 767px) {
	.tabs-block {
		flex-direction: column;
	}
}
.tabs {
	position: sticky;
  top: 120px;
  left: 0;
  width: 270px;
  flex: 0 0 auto;
	margin-right: 30px;
	display: flex;
	flex-direction: column;
  align-self: start;
	border: 1px solid rgb(230, 230, 230);
}
@media (max-width: 991px) {
	.tabs {
		width: 170px;
	}
}
@media (max-width: 767px) {
	.tabs {
		position: relative;
		top: 0;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
		border: none;
	}
}
.tab,
.tab-link {
	border-bottom: 1px solid rgb(230, 230, 230);
	min-height: 50px;
	padding-left: 17px;
	font-size: 16px;
	font-weight: 600;
	color: rgb(34, 34, 34);
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: ease .3s;
}
.tab:last-child,
.tab-link:last-child {
  border-bottom: none;
}
.tab:hover,
.tab-link:hover {
	color: #f1a80a;
}
.tab.active,
.tab-link.active,
.tab.mPS2id-highlight {
	position: relative;
	color: #f1a80a;
}
.tab.active:before,
.tab-link.active:before,
.tab.mPS2id-highlight:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background: #f1a80a;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
@media (max-width: 767px) {
	.tab,
	.tab-link {
		border: 1px solid rgb(230, 230, 230);
		padding: 0 15px;
	}.tab:last-child,
	.tab-link:last-child {
		border-bottom: 1px solid rgb(230, 230, 230);
	}
	.tab.active:before,
	.tab-link.active:before,
	.tab.mPS2id-highlight:before {
		width: 100%;
		height: 5px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
}
/* Табы всегда видны */
.tab__item {
	display: block !important;
	margin-bottom: 55px;
}
.tab__item-block {
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 991px) {
	.tab__item-block {
		margin-bottom: 20px;
	}
}
.tab__item-block-left {
	width: 72%;
}
.tab__item-block-right {
	width: 28%;
	text-align: right;
}
@media (max-width: 991px) {
	.tab__item-block-left {
		width: 100%;
	}
	.tab__item-block-right {
		width: 100%;
		text-align: left;
	}
}
.tab__item-text {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.tab__item-text {
		margin-bottom: 25px;
	}
}
.tab__item-button {
	display: flex;
	margin-bottom: 45px;
}
@media (max-width: 991px) {
	.tab__item-button {
		flex-wrap: wrap;
	}
}
/* wrap-images__block */
.wrap-images__block {
	display: flex;
	margin-bottom: 15px;
	max-height: 360px;
}
@media (max-width: 991px) {
	.wrap-images__block {
		flex-direction: column;
		max-height: initial;
	}
}
.wrap-images__main {
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: center;
}
.wrap-images__main > div {
	display: none;
}
.wrap-images__main > div:first-child {
	display: block;
}
.wrap-images__link {
	height: 100px;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	border: 2px solid rgb(230, 230, 230);
}
.wrap-images__link:hover {
	border: 2px solid rgb(241, 168, 10);
}
.wrap-images__link:last-child {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.wrap-images__link {
		margin: 0;
		margin-right: 15px;
	}
	.wrap-images__link:last-child {
		margin-right: 0;
	}
}
.wrap-images__link img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.wrap-images__content {
	display: flex;
	flex-direction: column;
	padding-left: 30px;
	width: 230px;
}
@media (max-width: 991px) {
	.wrap-images__content {
		flex-direction: row;
		width: 100%;
		padding-left: 0;
		padding-top: 25px;
	}
}
.wrap-images__main .cards__image {
	padding: 0;
	display: block;
	position: relative;
	border: 1px solid rgb(230, 230, 230);
	padding-bottom: 56%;
}
.wrap-images__main .cards__image:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/card-search.webp) center no-repeat;
	opacity: 1;
	z-index: 2;
	transition: ease .3s; 
	transform: scale(0.9);
}
.wrap-images__main .cards__image:hover:before {
	transform: scale(1);
}
.wrap-images__main .cards__image img {
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	object-fit: cover;
}
.article-video-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgb(230, 230, 230);
	padding-bottom: 56%;
}
.article-video__play {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	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;
	z-index: 2; 
	overflow: hidden;
}



.article-video__play img {
	width: 100%;
}
.article-video__play:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background: url(../img/youtube.webp) center no-repeat;*/
	background:url('../img/rutube.webp') center no-repeat;
	opacity: 0.6;
	transition: ease .3s; 
}
.article-video__play:hover:before {
	/* background: url(../img/youtube-zoom.webp) center no-repeat;  */
	opacity: 1;
}
/* section-conclusions */
.section-conclusions {
	padding: 0px 0 70px;
}
.section-conclusions .section-title {
	margin-bottom: 40px;
}
.section-conclusions__description {
	margin-bottom: 25px;
}
.editors-rating {
	display: flex;
	margin-bottom: 25px;
}
.editors-rating__appraisal {
	border: 3px solid rgb(82, 181, 77);
  border-radius: 5px;
  width: 50px;
	height: 39px;
	display: flex;
	justify-content: center;
	align-items: center;
  font-size: 22px;
  color: rgb(241, 168, 10);
	font-weight: bold;
	margin-right: 10px;
	padding: 3px;
}
.editors-rating__text {
	font-size: 22px;
  font-weight: bold;
}
.tables-conclusions {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 0 -25px;
}
.tables-conclusions__block {
	display: flex;
	flex-direction: column;
	padding: 0 25px;
	width: 50%;
}
.tables-conclusions__rating {
	display: flex;
	flex-direction: column;
	margin-bottom: 18px;
}
.tables-conclusions__rating-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.tables-conclusions__rating-name {
}
.tables-conclusions__rating-appraisal {
}
.tables-conclusions__rating-rating {
  font-size: 22px;
  font-weight: bold;
}
.tables-conclusions__rating-number {
  font-size: 22px;
  color: rgb(241, 168, 10);
  font-weight: bold;
}
@media (max-width: 767px) {
	.tables-conclusions {
		margin: 0;
	}
	.tables-conclusions__block {
		width: 100%;
		padding: 0;
	}
}
.tables-conclusions__rating-bottom {
  background-color: rgb(230, 230, 230);
	height: 10px;
	width: 100%;
	border-radius: 50px;
	position: relative;
}
.line-0:after,
.line-5:after,
.line-10:after,
.line-15:after,
.line-20:after,
.line-25:after,
.line-30:after,
.line-35:after,
.line-40:after,
.line-45:after,
.line-50:after,
.line-55:after,
.line-60:after,
.line-65:after,
.line-70:after,
.line-75:after,
.line-80:after,
.line-85:after,
.line-90:after,
.line-95:after,
.line-100:after {
  background-image: -moz-linear-gradient( 0deg, rgb(255,210,0) 0%, rgb(169,196,39) 58%, rgb(82,181,77) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,210,0) 0%, rgb(169,196,39) 58%, rgb(82,181,77) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,210,0) 0%, rgb(169,196,39) 58%, rgb(82,181,77) 100%);
	position: absolute;
	left: 0;
	top: 0;
	content: '';
  width: 0%;
  height: 100%;
	border-radius: 50px;
}
.line-5:after {
	width: 5%;
}
.line-10:after {
	width: 10%;
}
.line-15:after {
	width: 15%;
}
.line-20:after {
	width: 20%;
}
.line-25:after {
	width: 25%;
}
.line-30:after {
	width: 30%;
}
.line-35:after {
	width: 35%;
}
.line-40:after {
	width: 40%;
}
.line-45:after {
	width: 45%;
}
.line-50:after {
	width: 50%;
}
.line-55:after {
	width: 55%;
}
.line-60:after {
	width: 60%;
}
.line-65:after {
	width: 65%;
}
.line-70:after {
	width: 70%;
}
.line-75:after {
	width: 75%;
}
.line-80:after {
	width: 80%;
}
.line-85:after {
	width: 85%;
}
.line-90:after {
	width: 90%;
}
.line-95:after {
	width: 95%;
}
.line-100:after {
	width: 100%;
}
/* section-comments */
.section-comments {
	padding: 0px 0;
	overflow: hidden;
}
.section-comments  #comments {
	padding-top: 0;
}
/* footer */
.footer {
	background: #333;
	color: #fff;
	padding:35px 0 25px;
}
.footer__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 68px;
}
@media (max-width:991px) {
	.footer__row {
		margin-bottom: 20px;
		justify-content: center;
	}
}
@media (max-width:767px) {
	.footer__row {
		margin-bottom: 0px;
	}
}
.footer__column {
	padding-right: 15px;
	opacity: 0.8;
}
@media (max-width:991px) {
	.footer__column {
		padding: 0 15px 40px;
		flex: 0 0 50%;
	}
}
@media (max-width:767px) {
	.footer__column {
		padding: 0 0px 40px;
		flex: 0 0 100%;
	}
}
.footer__column:last-child {
	padding-right: 0;
}
@media (max-width:991px) {
	.footer__columns-item {
		text-align: center;
	}
}
.footer__item-title {
	font-weight: 600;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 22px;
}
.footer__item-hr {
	background: #6098FF;
	width: 64px;
	height: 2px;
	margin-bottom: 12px;
}
@media (max-width:991px) {
	.footer__item-hr {
		margin: 0 auto 12px;
	}
}
.footer__item-link {
	display: block;
	line-height: 34px;
	color: #ffffff;
	transition: ease 0.3s;
}
@media (max-width:991px) {
	.footer__item-link{
		line-height: 30px;
	}
}
.footer__item-link:hover {
	color: #FF9202;
}
.footer__copy {
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.302);
}
@media (max-width:767px) {
	.footer__copy {
		line-height: 20px;
	}
}

.footer-top{display:flex;justify-content:space-between;align-items:start;gap:35px;margin-bottom:35px}
.footer-top::before{content:'';width:100px}
.footer-nav{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:25px}
.footer-nav__link{transition:ease 0.3s;color:#fff}
.footer-nav__link:hover{color:#fd5457}
.footer-schedule{}
.footer-schedule__title{margin-bottom:15px}
.footer-schedule__desc{}

@media screen and (max-width:767px) {
	.footer-top{flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:15px}
	.footer-top::before{display:none}
	.footer-nav{justify-content:center;align-items:center;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.3)}
}

/* breadcrumbs */
#breadcrumbs {
	padding: 15px 0;
}
#breadcrumbs span {
	font-size: 12px;
	line-height: 13px;
	margin-right: 7px;
}
#breadcrumbs span a span {
	color: #888888;
	text-decoration: none;
}
#breadcrumbs span span {
	color: #222;
}
#breadcrumbs span a span:hover {
	text-decoration: underline;
}
/* training-video */
.training-video {
	padding: 60px 0 30px;
}
.training-video .section-title {
	text-align: left;
	margin-bottom: 33px;
}
.training-video__block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.training-video__right {
	display: flex;
	flex-direction: column;
	flex: 0 0 50%;
	padding-left: 45px;
}
@media (max-width:991px) {
	.training-video__right {
		flex: 0 0 100%;
		padding: 0;
	}
}
.training-video__right-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 24px;
}
.training-video__right .list-items,
.training-video__right p {
	margin-bottom: 24px;
}
.training-video__left {
	flex: 0 0 50%;
}
@media (max-width:767px) {
	.training-video__left {
		flex: 0 0 100%;
		padding: 0;
	}
}
.video-thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgb(230, 230, 230);
  padding-bottom: 56%;
}
.video-thumbnail iframe,
.video-thumbnail object,
.video-thumbnail embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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: 120px; 
  height: 80px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
	background: transparent;
  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__preview:after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/youtube.webp) center no-repeat;
	opacity: 0.6;
	transition: ease .3s;
}
.video-thumbnail__preview:hover:after {
	opacity: 1;
}
/* top-btn */
.top-btn {
	position: fixed;
	z-index: 10;
	top: auto;
	right: 7%;
	bottom: 100px;
	left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 62px;
	height: 62px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
	-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;
	transition: ease .3s;
}
.top-btn:hover {
	box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 14%);
}
@media (max-width:1500px) {
	.top-btn {
		right: 15px;
		bottom: 50px;
	}
}
@media (max-width:767px) {
	.top-btn {
		width: 32px;
		height: 32px;
	}
}
.chevron {
	position: relative;
	width: 28px;
	height: 4px;
	cursor: pointer;
	-webkit-transition: -webkit-transform .3s;
					transition: -webkit-transform .3s;
					transition:         transform .3s;
					transition:         transform .3s, -webkit-transform .3s;
	-webkit-transform: rotate(0);
			-ms-transform: rotate(0);
					transform: rotate(0);
	opacity: 1;
}
@media (max-width:767px) {
	.chevron {
		width: 14px;
		height: 2px;
	}
}
.chevron:before,
.chevron:after {
	position: absolute;
	top: 0;
	display: block;
	width: 50%;
	height: 100%;
	content: ' ';
	background: #262938;
}
.chevron:before {
	left: 0;
	-webkit-transform: skew(0deg, -40deg);
			-ms-transform: skew(0deg, -40deg);
					transform: skew(0deg, -40deg);
	border-top-left-radius: 2px;
	border-bottom-left-radius: 15px;
}
.chevron:after {
	right: 0;
	width: 50%;
	-webkit-transform: skew(0deg, 40deg);
			-ms-transform: skew(0deg, 40deg);
					transform: skew(0deg, 40deg);
	border-top-right-radius: 2px;
	border-bottom-right-radius: 15px;
}
/* conclusion */
.conclusion {
	padding: 35px 0 0px;
	margin-bottom: 40px;
	margin-top: 40px;
}
@media (max-width:767px) {
	.conclusion {
		padding: 0;
		margin: 30px 0;
	}
}
.conclusion .section-title {
  font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.conclusion-interest__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px -15px;
}
.conclusion-interest__column {
	width: 33.333%;
	display: flex;
	justify-content: center;
  padding: 0px 15px;
	margin-bottom: 30px;
}
@media (max-width:991px) {
	.conclusion-interest__column {
		width: 50%;
	}
}
@media (max-width:767px) {
	.conclusion-interest__column {
		margin-bottom: 20px;
	}
}
@media (max-width: 500px) {
	.conclusion-interest__column {
		width: 100%;
	}
}
.conclusion-interest__columns-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 2px solid rgb(230, 230, 230);
	transition: ease .3s;
}
.conclusion-interest__columns-item:hover {
	border: 2px solid rgb(253, 84, 87);
}
.conclusion-interest__item-image {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: ease 0.3s;
}
.conclusion-interest__item-image:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
}
.conclusion-interest__item-image:after {
	content: 'Читать подробнее';
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
  width: 180px;
  height: 40px;
	opacity: 0;
  border-radius: 5px;
  background-color: rgb(253, 84, 87);
	font-size: 14px;
	font-weight: 600;
  color: rgb(255, 255, 255);
	transition: ease 0.3s;
}
.conclusion-interest__columns-item:hover .conclusion-interest__item-image:before,
.conclusion-interest__columns-item:hover .conclusion-interest__item-image:after {
	opacity: 1;
}
.conclusion-interest__item-image img {
	width: 100%;
	object-fit: cover;
}
.conclusion-interest__item-link {
	text-decoration: none;
  color: rgb(34, 34, 34);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.563;
	padding: 24px 5px;
	text-align: center;
}
.conclusion-interest__columns-item:hover .conclusion-interest__item-link {
  color: rgb(34, 34, 34);
}
.conclusion-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* instructions */
.instructions-header {
	padding-top: 5px;
	padding-bottom: 33px;
  background-color: rgb(247, 247, 247);
	background: url(../img/instructions/instructions-bg.webp) center/cover no-repeat;
}
.instructions-header__title {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.2;
	text-align: center;
	margin-top: 26px;
	margin-bottom: 25px;
}
@media (max-width:767px) {
	.instructions-header__title {
		font-size: 28px;
		margin: 10px 0;
	}
}
.instructions-section {
	padding: 47px 0 30px;
	overflow: hidden;
}
.instructions-title.section-title {
	margin-bottom: 30px;
}
.instructions-slider {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
/* spoiler */
.spoiler {
  display: flex;
  flex-direction: column;
  align-items: center;
	margin-top: 30px;
}
.spoiler-title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid rgba(23, 27, 37, .22);
  min-height: 54px;
  padding: 10px 18px;
  min-width: 190px;
	font-weight: 300;
  cursor: pointer;
	transition: ease .3s;
	margin-bottom: 30px;
}
.spoiler-title.closed {
  background-color: rgb(226, 225, 225);
  box-shadow: inset 0px 4px 6.37px 0.63px rgba(0, 0, 0, 0.07);
  border: 1px solid rgb(238, 238, 242);
}
.spoiler-title:hover {
  background-color: rgb(238, 238, 242);
  border: 1px solid rgb(238, 238, 242);
}
.spoiler-arrow {
  position: relative;
  margin-left: 14px;
  top: -3px;
}
.spoiler-arrow:before,
.spoiler-arrow:after {
	position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 9px;
  z-index: 1;
  content: "";
  -webkit-transition: all .23s;
  transition: all .23s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #76767a;
}
.spoiler-arrow:before {
	left: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.spoiler-title.closed .spoiler-arrow:before {
	left: 3px;
}
.spoiler-title.closed .spoiler-arrow:after {
	left: 8px;
}
.spoiler-body {
	width: 100%;
}
/* section-accordion */
.section-accordion {
	padding: 60px 0;
}
.section-accordion .section-title {
	margin-bottom: 40px;
}
/* accordion */
.accordion-block {
	margin-bottom: 70px;
}
.accordion {
	margin-bottom: 30px;
}
.accordion-heading {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 45px 5px 30px;
  border-radius: 5px;
  background-color: rgb(247, 247, 247);
	min-height: 50px;
  font-size: 18px;
	color: rgb(34, 34, 34);
	position: relative;
	transition: ease .3s;
}
@media (max-width:767px) {
	.accordion-heading {
    font-size: 16px;
		padding: 5px 30px 5px 15px;
	}
}
.accordion-heading.in {
  background-color: rgb(230, 230, 230);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.accordion-heading .spoiler-arrow {
	top: -5px;
	right: 0px;
}
.accordion-heading .spoiler-arrow:before,
.accordion-heading .spoiler-arrow:after {
	background: #222;
	width: 2px;
	height: 10px;
}
.accordion-heading.in .spoiler-arrow:before {
	left: 2px;
}
.accordion-heading.in .spoiler-arrow:after {
	left: 8px;
}
.accordion-heading:hover {
  background-color: rgb(230, 230, 230);
}
.accordion-collapse {
	display: none;
  background-color: rgb(247, 247, 247);
	padding: 20px 30px 15px 30px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 16px;
}
@media (max-width:767px) {
	.accordion-collapse {
		padding: 15px;
	}
}
.accordion-collapse p:last-child {
	margin-bottom: 5px;
}
.accordion-body__text {
	font-size: 16px;
	font-weight: 600;
}
/* rating */
#page-rating-block {
  height: 24px;
  line-height: 24px;
  font-size: 10px;
  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 {
  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  : 1.5em;
  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 { display: inline-block; }
#page-rating-block .hidden { visibility: visible; display: none; }
.pluso-top { margin: 6px 10px 0 0 !important; }
/* author-block */
.author-block {
	display: flex;
}
.article-author,
.article-rating {
	font-size: 14px;
	color: #949499;
	display: flex;
	justify-content: center;
	align-items: center;
}
.article-author b,
.article-rating b {
	font-weight: normal;
	color: #434354;
	margin-left: 2px; 
}
.article-author img {
	margin-right: 7px;
}
.article-author a {
	font-size: 14px;
	color: #2c82d2;
	text-decoration: none;
	font-weight: 600;
}
.article-rating {
	margin-left: 2px; 
}
	.article-rating img {
		display: inline-block;
		margin-left: 4px; 
	}
.ah-line {
	color: #949499;
	margin: 0 12px;
}
.articles-links {
	margin-top: 25px;
	line-height: 1.9;
	margin-bottom: 40px; 
}
.program-ratings-block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.program-ratings-block__text {
	font-size: 16px;
	margin-right: 11px;
}
.program-ratings-block #page-rating-block {
	display: flex;
	align-items: center;
}
.program-ratings-block .rating-img {
	margin: 0 -2px;
}
.program-ratings-block #page-rating-value {
	font-size: 16px;
	margin-left: 15px;
	color: #888;
}
.program-ratings-block #page-rating-info {
	font-size: 16px;
	color: #888;
}
/* social */
.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;
					padding: 25px 0 25px;
}
@media only screen and (max-width: 767px) {
  .social {
    justify-content: center;
    flex-direction: column;
  }
}
.social__text {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .social__text {
    flex: 0 0 100%;
		margin-bottom: 10px;
		margin-right: 0;
    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%); 
}
.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-icon .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin: 0;
	margin-right: 7px;
}
.social .ya-share2__badge {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* program */
.program-header {
	background: url(../img/program/program-header-bg.webp) center/cover no-repeat;
	padding: 0px 0 40px;
}
.program-header__title {
	font-weight: bold;
	font-size: 35px;
	line-height: 1.19;
	margin-top: 20px;
	margin-bottom: 35px;
	text-align: center;
	width: 100%;
}
.program-header .author-ratings-block {
	margin-bottom: 30px;
}
.program-header__block {
	display: flex;
	flex-wrap: wrap;
	margin-left: 10%;
}
.program-header__block-right {
	width: 78%;
	padding-left: 40px;
}
.program-header__block-left {
	width: 22%;
}
.program-header__block-img {
	margin-left: -35px;
}
.program-header__block-img img {
	max-width: 250px;
	width: 100%;
}
@media (max-width: 1199px) {
	.program-header__block {
		margin-left: 0;
	}
	.program-header__block-img {
		margin-left: 0px;
	}
}
.program-header__desctription {
	font-size: 18px;
  line-height: 1.556;
	margin-bottom: 25px;
}
@media (max-width: 767px) {
	.program-header {
		padding: 0px 0 30px;
	}
	.program-header__title {
    font-size: 30px;
	}
	.program-header__desctription {
		font-size: 16px;    
		margin-bottom: 15px;
	}
	.program-header__block-right {
		width: 100%;
		padding-top: 0px;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.program-header__block-left {
		width: 100%;
		padding-left: 0px;
		margin-bottom: 15px;
	}
	.program-header__block-img {
		text-align: center;
	}
}
.support {
	display: flex;
}
.support .button {
	min-height: 50px;
}
.support .support-line {
	height: 50px;
}
.support .support-block {
	color: rgb(136, 136, 136);
  font-size: 14px;
}
.support .support-block img {
	filter: opacity(0.4);
}
.support-column {
	flex-direction: column;
	align-items: center;
}
.support-column .button {
	margin-bottom: 20px;
}
.support-column .support-block {
	justify-content: center;
}
@media (max-width: 992px) {
	.support {
		flex-wrap: wrap;
	}
}
/* program-section */
.program-section {
	padding: 25px 0 0px;
}
.program-section .title-h3 {
	margin-bottom: 40px;
}
.specifications {
	display: flex;
	flex-direction: column;
	border: 1px solid rgb(230, 230, 230);
	margin-bottom: 70px;
}
.specifications-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 74px;
}
.specifications-block:nth-child(2n) {
	background: #f7f7f7;
}
.specifications-block-text {
	width: 50%;
	padding: 5px 5px 5px 28px;
}
.specifications a:hover {
	text-decoration: underline;
}
@media (max-width: 767px) {
	.specifications-block:nth-child(2n) {
		background: #fff;
	}
	.specifications-block-text {
		width: 100%;
		padding: 15px;
	}
	.specifications-block-text:nth-child(2n) {
		background: #f7f7f7;
	}
}
.specifications-block-text span {
	font-weight: 700;
}
.content-link {
	text-decoration: underline;
	color: #fb4346;
}
.content-link:hover {
	text-decoration: none;
}
.program-section p {
	margin-bottom: 20px;
}
.program-slider-block {
	padding: 70px 0 40px;
}
.program-slider-row {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -15px;
}
.program-slider {
	position: relative;
}
.program-slider .slick-track {
    align-items: center;
}
.program-slider-item {
	width: 33.333%;
	display: flex;
	justify-content: center;
	padding: 0px 15px;
	margin-bottom: 30px;
}
.program-slider-img {
	position: relative;
}
.program-slider-img:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/card-search.webp) center no-repeat;
	opacity: 1;
	z-index: 2;
	transition: ease .3s;
	opacity: 0;
	transform: scale(0.9);
}
.program-slider-img:hover:before {
	opacity: 1;
	transform: scale(1);
}
.arrow-slider {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #fb383b;
	border-radius: 50%;
	transition: ease .3s;
	position: absolute;    
	top: 50%;
	z-index: 2;
}
.arrow-slider:hover {
	background-color: #fd5457;
}
.arrow-slider-prev {
	transform: rotate(180deg);
	background: url(../img/arrow-slider.webp) no-repeat center,#fb383b;
	left: 0px;
}
.arrow-slider-next {
	background: url(../img/arrow-slider.webp) no-repeat center,#fb383b;
	right: 0px;
}
/* applications-section */
.applications-section {
	padding: 40px 0;
}
.applications-slider {
	position: relative;
}
.applications-row {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -15px;
}
.applications-block {
	width: 25%;
	display: flex;
	justify-content: center;
	padding: 0px 15px;
	margin-bottom: 30px;
}
.applications-item {
	display: flex;
	border: 1px solid rgb(230, 230, 230);
	height: 96px;
	width: 100%;
	transition: ease .3s;
	margin-top: 20px;
}
.applications-item:hover {
	box-shadow: 0px 0px 8px 6px rgba(17, 46, 60, 0.08);
}
.applications-img {
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
  background-color: rgb(247, 247, 247);
}
.applications-img img {
	height: 70px;
}
.applications-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5px 15px 5px 20px;
}
.applications-title {
	font-size: 16px;
	font-weight: 700;
	color: rgb(34, 34, 34);
	margin-bottom: 7px;
}
.applications-version {
  font-size: 12px;
  color: rgb(136, 136, 136);
}
.applications-version img {
	filter: opacity(0.4);
}
.applications-version span {
	font-weight: 600;
}
/* comparison */
.container-section {
	padding: 70px 0;
	background: #f7f7f7;
}
.container-section .support-block {
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.comparison-table {
	border: 1px solid #e6e6e6;
  background-color: rgb(255, 255, 255);
	max-width: 768px;
	margin: 0 auto;
}
.comparison-table__top {
	display: flex;
	justify-content: center;
}
.comparison-table__top-left,
.comparison-table__top-right {
  background-color: #fff;
  width: 50%;
	padding: 25px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.comparison-table__top-left .gold-item,
.comparison-table__top-right .gold-item {
	width: initial;
	height: 30px;
	padding: 0px 8px 0px 14px;
  font-size: 14px;
	color: rgb(255, 255, 255);
	left: 0;
	right: initial;
	background: linear-gradient(315deg, transparent 4px, #f1a80a 0), linear-gradient(315deg, transparent 4px, transparent 0);
}
.comparison-table__top-left .gold-item img,
.comparison-table__top-right .gold-item img {
	margin-left: 10px;
}
.comparison-table .catalog-menu__choice {
	justify-content: center;
	padding: 0;
}
@media (max-width: 550px) {
	.comparison-table .catalog-menu__choice {
		flex-direction: column;
	}
}
.comparison-table .catalog-menu__choice-right ,
.comparison-table .catalog-menu__choice-left {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.comparison-table .catalog-menu__choice-right p ,
.comparison-table .catalog-menu__choice-left p {
	font-weight: 700;
	font-size: 18px;
}
.comparison-table .catalog-menu__choice-right img,
.comparison-table .catalog-menu__choice-left img {
	height: 100px;
	margin-bottom: 15px;
}
@media (max-width: 550px) {
	.comparison-table .catalog-menu__choice-right {
		align-items: center;
	}
}
.catalog-menu__choice-right-text {
	font-size: 12px;
  text-transform: uppercase;
}
.comparison-table__top-right {
	border-left: 1px solid #e6e6e6;
}
.comparison-block {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 66px;
	background: #f7f7f7;
	padding: 0 10px;
}
.comparison-block:nth-child(2n) {
	background: #fff;
}
.comparison-block__center {
  font-size: 16px;
  color: rgb(34, 34, 34);
	line-height: 1.375;
	width: 380px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 5px;
}
@media (max-width: 550px) {
	.comparison-block__center {
		line-height: 1.1;
	}
}
.comparison-table__bottom {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 30px;
}
.comparison-table__bottom .button-white {
	margin-left: 14%;
}
.secure {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	margin-top: 15px;
}
.secure img {
	margin-right: 5px;
}
@media (max-width: 600px) {
	.comparison-table__bottom .button {
		min-width: 140px;
	}
	.comparison-table__bottom .button-white {
		margin-left: 15px;
	}
}
.comments-block {
	padding-top: 80px;
}
/* article */
.article-header {
	background: url(../img/article/article-header-bg.webp) center/cover no-repeat;
	padding: 0px 0 54px;
}
.article-header__title {
	font-weight: bold;
	font-size: 35px;
	line-height: 1.19;
	margin-top: 20px;
	margin-bottom: 35px;
	text-align: center;
}
@media (max-width: 767px) {
	.article-header {
		padding: 0px 0 30px;
	}
	.article-header__title {
		font-size: 30px;
	}
}

@media screen and (max-width:374px) {
	.article-header__title{font-size:24px}
}

.article-header__icon {
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0 15px;
}
.article-header__icon-block {
	margin-right: 23px;
	display: flex;
	align-items:center;
	padding-left: 10px;
	margin-bottom: 10px;
}
.article-header__icon-autor-img {
	margin-right: 14px;
}
.article-header__icon-autor-text {
	display: flex;
	flex-direction: column;
}
.blockquote {
	width: 100%;
	padding: 45px 55px 50px 55px;
	margin: 40px 0px 40px;
	border-radius: 4px;
	background-color: rgba(41, 217, 240, 0.071);
	border: 1px solid rgb(0, 112, 240);
  }
.article-header__icon-autor-top {
	font-size: 12px;
	line-height: 10px;
  color: rgb(136, 136, 136);
  text-transform: uppercase;
}
.article-header__icon-autor-bottom {
  font-size: 14px;
  font-weight: bold;
}
.article-header__desctription {
	margin-bottom: 20px;
}
/* article-section */
.article-section {
	padding: 80px 0 0px;
}
@media (max-width: 767px) {
	.article-section {
		padding: 30px 0 0px;
	}
}
.article-section .title-h3 {
	margin-bottom: 40px;
}
.article-section-top {
	margin-bottom: 65px;
}
.article-section-top .title-h3 {
	margin-bottom: 25px;
}
.article-section p {
	margin-bottom: 20px;
}
.img-block,
.img-block-big {
	margin: 0 auto 20px;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	max-width: 900px;
}
.img-block-big {
	max-width: 1000px;
}
.list-items__marker .img-block,
.list-items__marker .img-block-big {
	margin: 30px auto 30px;
	transform: translateX(-20px);
}
@media (max-width: 991px) {
	.list-items__marker .img-block,
	.list-items__marker .img-block-big {
		transform: translateX(0px);
	}
}
/* spoiler */
.spoiler-block-long p {
	font-size: 22px;
	font-weight: 600;
  color: rgb(34, 34, 34);
	line-height: 1.455;
	margin-bottom: 75px;
}
@media (max-width: 767px) {
	.spoiler-block-long p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 25px;
	}
}
.spoiler-long {
	margin-bottom: 80px;
}
.spoiler-long-title {
	cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 45px 5px 30px;
  border-radius: 5px;
  background-color: rgb(247, 247, 247);
  min-height: 50px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(34, 34, 34);
  position: relative;
  transition: ease .3s;
}
@media (max-width: 767px) {
	.spoiler-long-title {
		font-size: 16px;
    padding: 5px 30px 5px 15px;
	}
}
.spoiler-long-title:hover {
	background-color: rgb(230, 230, 230);
}
.spoiler-long-title.opened {
	background-color: rgb(230, 230, 230);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.spoiler-long-title-open {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 45px 5px 30px;
	background-color: rgb(230, 230, 230);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	min-height: 50px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(34, 34, 34);
	position: relative;
	transition: ease .3s;
}
.spoiler-long-title .spoiler-arrow {
	top: -5px;
	right: 0px;
}
.spoiler-long-title .spoiler-arrow:before,
.spoiler-long-title .spoiler-arrow:after {
	background: #222;
	width: 2px;
	height: 10px;
}
.spoiler-long-title.opened .spoiler-arrow:before {
	left: 2px;
}
.spoiler-long-title.opened .spoiler-arrow:after {
	left: 8px;
}
.spoiler-long-body,
.spoiler-long-body-open {
	display: none;
	background-color: rgb(247, 247, 247);
	padding: 20px 30px 15px 52px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 16px;
}
.spoiler-long-body-open {
	display: block;
}
@media (max-width: 767px) {
	.spoiler-long-body
	.spoiler-long-body-open {
		padding: 15px;
		padding-left: 25px;
	}
}
.spoiler-long ol {
	font-size: 18px;
  color: rgb(34, 34, 34);
}
.spoiler-long ol a {
	font-size: 18px;
	color: rgb(34, 34, 34);
	text-decoration: underline;
	transition: ease .3s;
}
.spoiler-long ol a:hover {
	text-decoration: none;
}
.spoiler-long ol li ul {
	list-style: disc;
	padding-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.spoiler-long ol li ul li {
	list-style: disc;
	font-size: 16px;
	margin-bottom: 5px;
}
.spoiler-long ol li ul li a {
	font-size: 16px;
}
.spoiler-long li {
	margin-bottom: 10px;
}
.spoiler-long ol > li::marker,
.spoiler-long ul > li::marker {
	transition: ease .3s;
}
.spoiler-long ol > li a:hover,
.spoiler-long ul > li a:hover,
.spoiler-long ol > li:hover::marker,
.spoiler-long ul > li:hover::marker {
	font-weight: 600;
}
@media (max-width: 767px) {
	.spoiler-long ol > li a,
	.spoiler-long ul > li a,
	.spoiler-long ol > li::marker,
	.spoiler-long ul > li::marker {
		font-size: 16px;
	}
}
.article-block {
	margin-bottom: 70px;
}
.article-video-block {
	max-width: 700px;
	margin: 0 auto 20px;
}
.article-section-bottom {
	background: url(../img/article/article-bottom-bg.webp) center/cover no-repeat;
	padding: 80px 0;
}
.article-section-bottom .article-section-top {
	margin-bottom: 0;
}
.article-section-bottom .title-h3 {
	font-size: 35px;
}
@media (max-width: 767px) {
	.article-section-bottom {
		padding: 30px 0;
	}
	.article-section-bottom .title-h3 {
		font-size: 25px;
	}
}

/* tabs */
.tab-list {
	width: 100%;
  padding: 0 15px;
  -webkit-animation-name: Fade;
  animation-name: Fade;
  -webkit-animation-duration: .2s;
  animation-duration: .2s
}
.tab-list__item {
  display: none;
}
.tab-list__item--active {
  display: block;
}
.tab-list__item .flex-block div {
	display: flex;
}
.tabs-toggle-list {
  display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.tabs-toggle-list__item {
	padding: 10px 18px;
	font-weight: 300;
	font-size: 18px;
  text-align: center;
  display: block;
  background: 0 0;
  line-height: 1;
	border-radius: 2px;
	border: 1px solid rgba(23, 27, 37, .22);
  margin-left: 4px;
  margin-right: 4px;
	margin-bottom: 50px;
  transition: all .2s ease-in-out
}
@media (max-width:991px) {
	.tabs-toggle-list__item {
		margin-bottom: 25px;
	}
}
.tabs-toggle-list__item:focus,
.tabs-toggle-list__item:hover {
  outline: 0;
  background-color: rgb(238, 238, 242);
  border: 1px solid rgb(238, 238, 242);
}
.tabs-toggle-list__item--active {
  background-color: rgb(226, 225, 225);
  box-shadow: inset 0px 4px 6.37px 0.63px rgba(0, 0, 0, 0.07);
  border: 1px solid rgb(238, 238, 242);
}
.tabs-toggle-list__item--active:focus,
.tabs-toggle-list__item--active:hover {
  background-color: rgb(238, 238, 242);
  border: 1px solid rgb(238, 238, 242);
}

/* author */

.author{margin:25px 0 120px}
.author-breadcrumbs{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px 20px;margin-bottom:45px}
.author-breadcrumbs #breadcrumbs{margin:0;padding:0}
.author-breadcrumbs__link{display:flex;justify-content:center;align-items:center;gap:10px;color:#9f9f9f;fill:#bababa;text-decoration:underline;transition:.2s}
.author-breadcrumbs__link:hover{color:#fd5457;fill:#fd5457;text-decoration:underline}
.author-breadcrumbs__link__icon{}
.author-breadcrumbs__link__text{font-size:16px}

.author-head{display:flex;align-items:center;gap:30px;margin-bottom:45px}
.author-head__pic{flex-shrink:0;position:relative;width:97px;height:97px;overflow:hidden;border-radius:50%}
.author-head__pic__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}
.author-head__info{}
.author-head__info__title{color:#222;font-size:25px;font-weight:700}
.author-head__info__subtitle{font-size:16px}

.author-body{margin-bottom:40px}
.author-body__item{margin-bottom:35px}
.author-body__item:last-child{margin-bottom:0}
.author-body__item__title{color:#222;font-size:25px;font-weight:700}
.author-body__item__step{}

.author-social{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:55px}
.author-social__link{position:relative;overflow:hidden;width:34px;height:34px;border-radius:50%}
.author-social__link__icon{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%}

.author-content{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px}

.author-short{border:1px solid #e6e6e6;transition:.3s}
.author-short__pic{overflow:hidden;position:relative;padding-bottom:60.5%}
.author-short__pic:before{position:absolute;top:0;right:0;left:0;bottom:0;z-index:1;content:'';background:rgba(0, 0, 0, 0.15);opacity:0;transition:.3s}
.author-short__pic:after{position:absolute;top:50%;left:50%;z-index:3;transform:translate(-50%, -50%);content:'Читать подробнее';display:flex;justify-content:center;align-items:center;width:225px;height:50px;opacity: 0;border-radius:5px;background:#fd5457;color:#fff;font-size:15px;font-weight:700;transition:.3s}
.author-short__pic__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}
.author-short__info{padding:15px 15px 30px 15px;text-align:center}
.author-short__info__cat{color:#161a23;font-size:15px;font-weight:300;margin-bottom:20px}
.author-short__info__title{color:#222;font-size:18px;font-weight:700}

.author-short:hover{border-color:#fd5457}
.author-short:hover .author-short__pic:before, .author-short:hover .author-short__pic:after{opacity:1}

.author-stack{}
.author-stack__title{color:#222;margin-bottom:40px;font-size:25px;font-weight:700}
.author-stack__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:60px}

.author-stack-item{display:flex;gap:30px}
.author-stack-item:hover .author-stack-item__info__title{color:#fd5457}
.author-stack-item__pic{flex-shrink:0;position:relative;width:97px;height:97px;overflow:hidden;border-radius:50%}
.author-stack-item__pic__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}
.author-stack-item__info{}
.author-stack-item__info__title{color:#222;margin-bottom:5px;font-size:18px;font-weight:700;transition:.3s}
.author-stack-item__info__subtitle{color:#161a23;font-size:16px;line-height:1.6}
.author-stack-item__counter{display:flex;align-items:center;gap:6px;margin-top:10px}
.author-stack-item__counter__icon{background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.4375 3.78125H2.65625C2.363 3.78125 2.125 4.01925 2.125 4.3125C2.125 4.60575 2.363 4.84375 2.65625 4.84375H7.4375C7.73075 4.84375 7.96875 4.60575 7.96875 4.3125C7.96875 4.01925 7.73075 3.78125 7.4375 3.78125Z' fill='%23919191'/%3E%3Cpath d='M7.4375 5.90625H2.65625C2.363 5.90625 2.125 6.14425 2.125 6.4375C2.125 6.73075 2.363 6.96875 2.65625 6.96875H7.4375C7.73075 6.96875 7.96875 6.73075 7.96875 6.4375C7.96875 6.14425 7.73075 5.90625 7.4375 5.90625Z' fill='%23919191'/%3E%3Cpath d='M7.4375 8.03125H2.65625C2.363 8.03125 2.125 8.26872 2.125 8.5625C2.125 8.85628 2.363 9.09375 2.65625 9.09375H7.4375C7.73075 9.09375 7.96875 8.85628 7.96875 8.5625C7.96875 8.26872 7.73075 8.03125 7.4375 8.03125Z' fill='%23919191'/%3E%3Cpath d='M7.4375 10.1562H2.65625C2.363 10.1562 2.125 10.3937 2.125 10.6875C2.125 10.9813 2.363 11.2188 2.65625 11.2188H7.4375C7.73075 11.2188 7.96875 10.9813 7.96875 10.6875C7.96875 10.3937 7.73075 10.1562 7.4375 10.1562Z' fill='%23919191'/%3E%3Cpath d='M0 2.1875V12.8125C0 13.6912 0.715062 14.4062 1.59375 14.4062H8.5C9.37869 14.4062 10.0938 13.6912 10.0938 12.8125V2.1875C10.0938 1.30881 9.37869 0.59375 8.5 0.59375H1.59375C0.715062 0.59375 0 1.30881 0 2.1875ZM8.5 13.3438H1.59375C1.30103 13.3438 1.0625 13.1058 1.0625 12.8125V2.1875C1.0625 1.89478 1.30103 1.65625 1.59375 1.65625H8.5C8.79272 1.65625 9.03125 1.89478 9.03125 2.1875V12.8125C9.03125 13.1058 8.79272 13.3438 8.5 13.3438Z' fill='%23919191'/%3E%3C/svg%3E%0A");width:11px;height:15px}
.author-stack-item__counter__number{font-size:16px;font-weight:300;color:#161a23}

@media screen and (max-width: 1199px) {
	.author-content{gap:40px 20px}
	.author-stack__grid{grid-template-columns:repeat(2, 1fr)}
}

@media screen and (max-width: 991px) {
	.author-content{grid-template-columns:repeat(2, 1fr)}
}

@media screen and (max-width: 767px) {
	.author-content{grid-template-columns:repeat(auto-fill, minmax(290px, 1fr))}
	.author-stack__grid{grid-template-columns:repeat(1, 1fr);gap:40px}
}

@media screen and (max-width: 575px) {
	.author-head{flex-direction:column;justify-content:center;gap:10px;text-align:center}
	.author-head__info__title{font-size:22px}
	.author-body__item__title{font-size:22px}
	.author-social{gap:15px}
	.author-short__info{padding:15px 10px}
	.author-short__info__cat{margin-bottom:10px}
	.author-short__info__title{font-size:16px}
	.author-stack__title{text-align:center}
	.author-stack-item{flex-direction:column;justify-content:center;align-items:center;gap:10px;text-align:center}
	.author-stack-item__counter{justify-content:center}
}

/* breadcrumbs */

#breadcrumbs span{font-size:16px}

/* thanks downloading */
.thanks-downloading{}
.thanks-downloading .header .container{max-width:1310px}
.thanks-downloading  main{display:flex;flex-direction:column}
.thanks-downloading .mfp-iframe-holder .mfp-content{max-width:1270px}
.thanks-downloading .mfp-iframe-scaler iframe{height:94.8%}

.header-help{transition:.3s ease-in-out;position:relative;z-index:10;display:flex;align-items:center;gap:7px;color:#fff;fill:#fff;stroke:#fff}
.header-help:hover{color:#fd5457;fill:#fd5457;stroke:#fd5457}
.header-help__icon{stroke-width:0.2px;width:15px;height:15px}
.header-help__text{font-size:16px;font-weight:600}

.thanks-hero{position:relative;flex-grow:1;padding:40px 0 60px;background:#f7f7f7}
.thanks-hero__h1{color:#333;margin:0 0 15px;line-height: 1.2;font-size:36px;font-weight:800;text-align:center}
.thanks-hero__subtitle{color:#333;font-size:18px;line-height:25px;margin:0 0 40px;text-align:center}
.thanks-hero__block{padding:42px 0 0}
.thanks-hero__item{position:relative;display:flex;margin-bottom:31px}
.thanks-hero__item::after{display:none}
.thanks-hero__item:last-child{margin-bottom:0}
.thanks-hero__item:last-child:after{display:none}
.thanks-hero__img{margin-left:10px}
.thanks-hero__info{}
.thanks-hero__title{display:flex;align-items:center;font-weight:700;font-size:18px;line-height:27px;color:#333;margin-bottom:9px}
.thanks-hero__text{font-weight:400;font-size:14px;line-height:22px;color:#333}
.thanks-hero__bottom{text-align:center;font-size:14px;font-weight:600;line-height:22px}
.thanks-hero__bottom-text{display:inline-flex;text-align:center;color:#333}
.thanks-hero__link{color:#006DFF;text-decoration:underline solid transparent;transition:ease .3s}
.thanks-hero__link:hover{text-decoration:underline solid #006dff}
.thanks-hero__group{display:flex;gap:35px;max-width:1110px;margin:0 auto 30px}
.thanks-hero__iframe-container{position:relative;width:100%;max-width:604px}
.thanks-hero__iframe-container::before{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;content:'';background:#eaeaeb;border-radius:7px}
.thanks-hero__frame{overflow:hidden;position:relative;flex-shrink:0;background:#fff;padding-bottom:calc(960 / 1800 * 100%);border-radius:6px;cursor:pointer}
.thanks-hero__frame__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}

@media only screen and (max-width: 1300px) {
	.thanks-hero::after, .thanks-hero::before {display: none;}
	.thanks-hero__item::after {right: 0;}
}

@media screen and (max-width: 1199px) {
	.thanks-companies__img{margin:0 25px}
	.thanks-hero__block{padding:0}
	.thanks-hero__group{align-items:center}
}

@media only screen and (max-width: 991px) {
	.thanks-hero__h1 {font-size: 44px;}
	.thanks-hero__item::after {display: none;}
	.thanks-hero__group{flex-direction:column;justify-content:center;align-items:center}
	.thanks-hero__item{justify-content:center;align-items:center;text-align:center}
	.thanks-hero__title{justify-content:center;align-items:center}
	.thanks-hero__iframe-container{width:100%}
	.thanks-hero__frame{width:100%;height:auto;padding-bottom:53%}
}

@media only screen and (max-width: 767px) {
	.thanks-hero {padding: 35px 0 35px}
	.thanks-hero__h1 {font-size: 26px}
	.thanks-hero__block {padding: 0 0 25px}
	/*.thanks-hero__iframe-container::before{display:none}*/
	.thanks-hero__group{gap:30px}
	.thanks-hero__subtitle{font-size:16px}
}

@media only screen and (max-width: 575px) {
	.header-help__icon{width:14px;height:14px}
	.header-help__text{font-size:14px}
}

.popup-btn{transition:opacity .3s ease-in-out;opacity:0;position:fixed;top:30px;right:20px;z-index:100;width:200px;animation:up 1s infinite alternate linear}
.popup-btn-active{opacity:1}
.popup-btn:hover .popup-btn__img--default{opacity:0}
.popup-btn:hover .popup-btn__img--hover{opacity:1}
.popup-btn__img{transition:.3s ease-in-out;position:absolute;top:0;right:0;bottom:0;left:0}
.popup-btn__img--default{opacity:1}
.popup-btn__img--hover{opacity:0}

@media (max-width:767px) {
	.popup-btn {
		display: none
	}
}

@keyframes up {
	0% {transform: translateY(0);}
	100% {transform: translateY(-20px);}
}