@charset "UTF-8";
@font-face {
  font-family: 'MuseoSans';
  src:  url('../fonts/MuseoSansCyrl-100.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-100.woff') format('woff');
  font-weight: 100;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'MuseoSans';
  src:  url('../fonts/MuseoSansCyrl-300.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'MuseoSans';
  src:  url('../fonts/MuseoSansCyrl-500.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'MuseoSans';
  src:  url('../fonts/MuseoSansCyrl-700.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'MuseoSans';
  src:  url('../fonts/MuseoSansCyrl-900.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-900.woff') format('woff');
  font-weight: 900;
  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}
/*--------------------*/

/* body */
body {
	display: flex;
	flex-direction: column;
	font-family: 'MuseoSans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: rgb(34, 34, 34);
  line-height: 1.444;
	background: #fff;
}
@media (max-width:991px) {
	body.lock-scroll {
		overflow: hidden;
	}
}
/* button */
.button {
	display: flex;
	justify-content: center;
	align-items: center;
  position: relative;
	min-height: 40px;
  font-weight: 700;
	font-size: 16px;
	line-height: 16px;	
	padding: 8px 59px;
	text-decoration: none;
  text-align: center;
  outline: none;
	color: rgb(34, 34, 34);
	border-radius: 40px;
  background: transparent;
  border: 1px solid #fed32d;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 0%;
  transition: ease .3s;
	cursor: pointer;
}
.button span{
	position: relative;
	z-index: 1;
}
@media (max-width:767px) {
	.button span {
		font-size: 15px;
	}
}
.button:hover {
	background: #ffea00;
  border-color: #ffea00;
}
.button.button-gray {
	border: 1px solid #c4c4c4;
	padding: 8px 27px;
	min-height: 50px;
	min-width: 270px;
}
.button.button-gray:hover {
  border-color: #ffea00;
}
.button.button-fill {
  background: #fed32d;
	min-width: 270px;
	min-height: 50px;
	border: none;
	transition: ease .3s;
}
.button.button-fill:hover {
  background: #ffea00;
}
.button.button-fill:hover:after,
.button.button-fill:active:after {
  display: none;
}
.button.button-fill img {
	margin-left: 10px;
}

.button.button-border {
	color: #fff;
	min-width: 270px;
	min-height: 50px;
	border:1px solid #fed32d;
	transition: ease .3s;
}
.button.button-border:hover {
	background: #ffea00;
	color: #222;
	border-color: #fed32d;
}

.button.button-white {
	color: #fff;
	font-weight: 700;
	min-height: 50px;
	min-width: 270px;
	padding: 8px 85px;
}
.button.button-white:hover {
	color: rgb(34, 34, 34);
}
/* header */
.header {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
}
.header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1f1f1f;
	z-index: 2;
}
.header.header-no-fixed {
	position: relative;
}
.header.header-no-fixed + main {
	padding-top: 0;
}
.header__body {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}
@media (max-width:767px) {
	.header__body {
		height: 70px;
	}
}
.header__logo {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
}
@media (max-width:767px) {
	.header__logo .header__logo-text {
		font-size: 16px;
		margin-right: 10px;
	}
}
.header__logo img {
	max-width: 100%;
	display: block;
	margin-right: 15px;
}
.header__logo-text {
  font-size: 20px;
  color: #fff;
	font-weight: 700;
}
.header__burger {
	display: none;
}
.header__menu {
	display: flex;
	justify-content: space-between;
	flex: 0 0 61%;
	height: 100%;
}
@media (max-width:1199px) {
	.header__menu {
		flex: 0 0 56%;
	}
}
@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;
	}
}
@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: 30px;
}
@media (max-width:991px) {
	.header__list {
		display: block;
		margin-right: 0;
	}
}
.header__list li {
	display: flex;
	align-items: center;
	height: 100%;
	margin-right: 55px;
}
@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: 18px;
	line-height: 18px;
	font-weight: 700;
	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(255, 234, 0);
	}
}
.header__menu-text {
	padding-right: 20px;
}
@media (min-width:992px) {
	.header__link:hover,
	.header__menu-text:hover {
		color: rgb(255, 234, 0);
	}
	.header__sub-menu .header__link:hover .header__arrow:before, 
	.header__sub-menu .header__link:hover .header__arrow:after {
		background: rgb(255, 234, 0);
	}
}
.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(255, 234, 0);
	}
	.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(255, 234, 0);
	}
	.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(255, 234, 0);
	}
	.sub-menu-active + .header__arrow:before,
	.sub-menu-active + .header__arrow:after {
		background: rgb(255, 234, 0);
	}
	.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;
}
@media (max-width:991px) {
	.header__button {
		margin-top: 20px;
	}
}
.header__button .button {
	justify-content: center;
	padding: 8px 20px;
	min-height: 40px;
	min-width: auto;
}
.header__button .button span {
	padding: 0px 22px 0;
}
.header__button .button.btn-buy {
	margin-left: 12px;
}
.header__button .button:before {
	display: none;
}
.header__button .button .btn__icon {
	width: 12px;
	height: 14px;
	left: 10px;
	margin: 0px;
	position: relative;
}
.header__button .button.btn-buy .btn__icon {
	width: 19px;
	height: 16px;
}
/* main */
main {
	flex-grow: 1;
}
section {
  padding: 50px 0;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
}
@media (max-width:991px) {
  section {
    padding: 40px 0;
  }
}
@media (max-width:767px) {
  section {
    padding: 30px 0;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.section-inside {
	width: 1935px;
  position: relative;
  left: 68%;
  transform: translateX(-50%);
}
@media (max-width:991px) {
	.section-inside {
		width: 100%;
		left: 0;
		transform: translateX(0%);
	}
}
.section-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.flex-display {
  display: flex;
}
/* flex-grid */
.flex-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.flex-100 {
  width: 100%;
  padding: 0 15px;
}
.flex-75 {
  width: 75%;
  padding: 0 15px;
}
.flex-70 {
  width: 70%;
  padding: 0 15px;
}
.flex-65 {
  width: 65%;
  padding: 0 15px;
}
.flex-60 {
  width: 60%;
  padding: 0 15px;
}
.flex-55 {
  width: 55%;
  padding: 0 15px;
}
.flex-50 {
  width: 50%;
  padding: 0 15px;
}
.flex-45 {
  width: 45%;
  padding: 0 15px;
}
.flex-40 {
  width: 40%;
  padding: 0 15px;
}
.flex-35 {
  width: 35%;
  padding: 0 15px;
}
.flex-33 {
  width: 33.333%;
  padding: 0 15px;
}
.flex-30 {
  width: 30%;
  padding: 0 15px;
}
.flex-25 {
  width: 25%;
  padding: 0 15px;
}
.flex-20 {
  width: 20%;
  padding: 0 15px;
}
@media (max-width:1199px) {
  .flex-md-100 {
    width: 100%;
    padding: 0 15px;
  }
  .flex-md-75 {
    width: 75%;
    padding: 0 15px;
  }
  .flex-md-70 {
    width: 70%;
    padding: 0 15px;
  }
  .flex-md-65 {
    width: 65%;
    padding: 0 15px;
  }
  .flex-md-60 {
    width: 60%;
    padding: 0 15px;
  }
  .flex-md-55 {
    width: 55%;
    padding: 0 15px;
  }
  .flex-md-50 {
    width: 50%;
    padding: 0 15px;
  }
  .flex-md-45 {
    width: 45%;
    padding: 0 15px;
  }
  .flex-md-40 {
    width: 40%;
    padding: 0 15px;
  }
  .flex-md-35 {
    width: 35%;
    padding: 0 15px;
  }
  .flex-md-33 {
    width: 33.333%;
    padding: 0 15px;
  }
  .flex-md-30 {
    width: 30%;
    padding: 0 15px;
  }
  .flex-md-25 {
    width: 25%;
    padding: 0 15px;
  }
  .flex-md-20 {
    width: 20%;
    padding: 0 15px;
  }
}
@media (max-width:991px) {
  .flex-sm-100 {
    width: 100%;
    padding: 0 15px;
  }
  .flex-sm-75 {
    width: 75%;
    padding: 0 15px;
  }
  .flex-sm-70 {
    width: 70%;
    padding: 0 15px;
  }
  .flex-sm-65 {
    width: 65%;
    padding: 0 15px;
  }
  .flex-sm-60 {
    width: 60%;
    padding: 0 15px;
  }
  .flex-sm-55 {
    width: 55%;
    padding: 0 15px;
  }
  .flex-sm-50 {
    width: 50%;
    padding: 0 15px;
  }
  .flex-md-45 {
    width: 45%;
    padding: 0 15px;
  }
  .flex-md-40 {
    width: 40%;
    padding: 0 15px;
  }
  .flex-sm-35 {
    width: 35%;
    padding: 0 15px;
  }
  .flex-sm-33 {
    width: 33.333%;
    padding: 0 15px;
  }
  .flex-sm-30 {
    width: 30%;
    padding: 0 15px;
  }
  .flex-sm-25 {
    width: 25%;
    padding: 0 15px;
  }
  .flex-sm-20 {
    width: 20%;
    padding: 0 15px;
  }
}
@media (max-width:767px) {
  .flex-xs-100 {
    width: 100%;
    padding: 0 15px;
  }
  .flex-xs-75 {
    width: 75%;
    padding: 0 15px;
  }
  .flex-xs-70 {
    width: 70%;
    padding: 0 15px;
  }
  .flex-xs-65 {
    width: 65%;
    padding: 0 15px;
  }
  .flex-xs-60 {
    width: 60%;
    padding: 0 15px;
  }
  .flex-xs-55 {
    width: 55%;
    padding: 0 15px;
  }
  .flex-xs-50 {
    width: 50%;
    padding: 0 15px;
  }
  .flex-xs-45 {
    width: 45%;
    padding: 0 15px;
  }
  .flex-xs-40 {
    width: 40%;
    padding: 0 15px;
  }
  .flex-xs-35 {
    width: 35%;
    padding: 0 15px;
  }
  .flex-xs-33 {
    width: 33.333%;
    padding: 0 15px;
  }
  .flex-xs-30 {
    width: 30%;
    padding: 0 15px;
  }
  .flex-xs-25 {
    width: 25%;
    padding: 0 15px;
  }
  .flex-xs-20 {
    width: 20%;
    padding: 0 15px;
  }
}
.flex-jc-center {
  justify-content: center;
}
.flex-ai-center {
  align-items: center;
}
.flex-order0 {
  order: 0;
}
.flex-order1 {
  order: 1;
}
.flex-order2 {
  order: 2;
}
.flex-order3 {
  order: 3;
}
@media (max-width:991px) {
  .flex-sm-jc-center {
    justify-content: center;
  }
  .flex-sm-order0 {
    order: 0;
  }
  .flex-sm-order1 {
    order: 1;
  }
  .flex-sm-order2 {
    order: 2;
  }
  .flex-sm-order3 {
    order: 3;
  }
}
body .mb-10 {
	margin-bottom: 10px;
}	
body .mb-30 {
	margin-bottom: 30px;
}	
body .mb-40 {
	margin-bottom: 40px;
}	
/* End flex-grid */
.position-relative {
  position: relative;
}
.title-h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 25px;
}
.title-atticle-h1 {
  font-weight: 900;
  font-size: 40px;
	line-height: 40px;
	padding-left: 15px;
	border-left: 4px solid rgb(233, 41, 48);
  border-radius: 2px;
  margin-bottom: 45px;
}
.title-h2 {
  font-weight: 700;
  font-size: 30px;
	line-height: 30px;
	padding-left: 15px;
	border-left: 4px solid rgb(233, 41, 48);
  border-radius: 2px;
  margin-bottom: 45px;
}
.title-h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width:991px) {
  .title-h1,
	.title-atticle-h1 {
    font-size: 38px;
  }
  .title-h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .title-h3 {
    font-size: 20px;
  }
}
@media (max-width:767px) {
  .title-h1,
	.title-atticle-h1 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .title-h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .title-h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.text {
	margin-bottom: 25px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-destription {
  color: rgb(128, 128, 128);
  margin: 0 auto 40px;
}
.text-italic {
	font-style: italic;
	font-weight: 700;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-y-hidden {
	overflow-y: hidden;
}
/* index-header */
.index-header__text {
	font-size: 22px;
	margin-bottom: 25px;
}
.index-header__img {
	position: absolute;
	top: 0;
	right: -15%;
	max-width: 127%;
}
@media (max-width:991px) {
	.index-header__img {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100%;
	}
}
.for-windows {
	display: flex;
	align-items: center;
	font-size: 16px;
}
.for-windows img {
	margin-right: 15px;
}
/* list-programm */
.list-programm-item {
  border-radius: 10px;
  box-shadow: 0px 11px 24px 0px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	padding: 30px;
	margin-bottom: 30px;
}
@media (max-width:767px) {
	.list-programm-item {
		max-width: 270px;
		margin: 0 auto 30px;
	}
}
.list-programm-recommended {
	position: absolute;
	top: 0;
	left: 0;
  background: rgb(233, 41, 48);
	padding: 4px 11px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
  font-size: 12px;
  color: rgb(255, 255, 255);
}
.list-programm-star {
	display: flex;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 20px;
	color: rgb(34, 34, 34);
  font-size: 16px;
}
.list-programm-star img {
	margin-right: 5px;
}
.list-programm-img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	width: 100%;
	margin-bottom: 25px;
	position: relative;
}
.list-programm-img img {
	position: absolute;
  left: auto;
  right: auto;
	top: auto;
	bottom: auto;
}
.list-programm-text {
	width: 100%;
	color: rgb(34, 34, 34);
  font-size: 16px;
	font-weight: 700;
	text-align: center;
	justify-content: center;
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 25px;
}
.list-programm-item:hover .button {
	background: #ffea00;
	border-color: #ffea00;
}
.img-article {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 800px;
	margin: 30px auto 30px;
}
.img-block {
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-bottom: 65%;
	width: 100%;
}
.img-block.img-block__long {
	padding-bottom: 100%;
}
.img-block img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	top: 0;
	left: auto;
	right: auto;
	border-radius: 3px;
}
.img-article__text {
	text-align: center;
}
.img-block.img-block-middle {
	padding-bottom: 48%;
}
.img-block .image-popup {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	top: 0;
	left: auto;
	right: auto;
	border-radius: 3px;
}
.img-block .image-popup:after {
	content: url(../img/zoom.webp);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	opacity: 0;
	transition: ease 0.4s;
}
.img-block .image-popup:hover:after {
	opacity: 1;
	background: rgba(0, 0, 0, 0.7);
}
/* programs-block */
.programs-block {
	padding: 80px 0;
}
@media (max-width:991px) {
	.programs-block {
		padding: 40px 0;
	}
}
.programs-block.programs-block__little {
	padding: 40px 0;
}
.programs-block:nth-child(2n) {
	background-color: #f2f2f2;
	position: relative;
}
.programs-block:nth-child(2n):after {
	content: "";
	position: absolute;
	top: 0;
	right: -100%;
	height: 100%;
	width: 100%;
	background-color: #f2f2f2;
}
.programs-block:nth-child(2n):before {
	content: "";
	position: absolute;
	top: 0;
	left: -65%;
	height: 100%;
	width: 65%;
	background-color: #f2f2f2;
}
.programs-block .title-h2 {
	margin-bottom: 25px;
}
/* popup-block */
.popup-block {
	max-width: 770px;
}
.popup-block + .title-h2 {
	margin-top: 40px;
}
.youtybe-img {
	display: block;
	position: relative;
	padding-bottom: 54.1%;
	margin-bottom: 30px;
}
.youtybe-img:after {
	content: url(../img/play.webp);
	filter: grayscale(1);
	display: flex;
  justify-content: center;
  align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	transition: ease 0.4s;
}
.youtybe-img:hover:after {
	filter: none;
	background: rgba(0, 0, 0, 0.7);
}
.youtybe-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}
.img-box-iteme {
	display: block;
	position: relative;
	padding-bottom: 67.9%;
	margin-bottom: 30px;
}
.img-box-iteme:after {
	content: url(../img/zoom.webp);
	display: flex;
  justify-content: center;
  align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	opacity: 0;
	transition: ease 0.4s;
}
.img-box-iteme:hover:after {
	opacity: 1;
	background: rgba(0, 0, 0, 0.7);
}
.img-box-iteme img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}
.block-download {
	display: flex;
}
.block-download .for-windows {
	margin-left: 33px;
}
.block-download .for-windows img {
	filter: invert(.8);
}
.block-download.block-download-center {
	flex-direction: column;
	align-items: center;
}
.block-download.block-download-center .for-windows {
	margin-top: 20px;
	margin-left: 0;
}
@media (max-width:767px) {
	.block-download {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.block-download .for-windows {
		margin-top: 20px;
		margin-left: 0px;
	}
}
/* list */
.list-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
.list-title__small {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.list {
	margin-bottom: 15px;
}
.list li {
  background: url(../img/check.webp) no-repeat 0px 0px;
  padding-left: 40px;
  padding-bottom: 15px;
}
.list-minus li {
  background: url(../img/minus.webp) no-repeat 0px 0px;
}
/* sidebar */
.sidebar {
	position: relative;
  top: 20px;
	left: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 11px 24px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin-top: 45px;
}
.sidebar-title {
  font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
}
.sidebar-item {
	display: block;
	text-decoration: none;
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 25px;
}
.sidebar-item:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}
@media (max-width:991px) {
	.sidebar {
		display: flex;
		flex-wrap: wrap;
		margin: 50px -15px 0;
		padding: 15px 0;
	}
	.sidebar-title {
		width: 100%;
		text-align: center;
	}
	.sidebar-item {
		width: 33.333%;
		padding: 0 15px;
	}
	.sidebar-item:last-child {
		padding-bottom: 25px;
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 25px;
	}
}
@media (max-width:450px) {
	.sidebar {
		flex-direction: column;
		margin: 0;
	}
	.sidebar-title {
		width: 100%;
		text-align: center;
	}
	.sidebar-item {
		width: 100%;
		padding: 0px;
	}
}
.sidebar-img {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-bottom: 71.5%;
	margin-bottom: 10px;
	transition: ease .3s;
}
.sidebar-img:after {
	content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: ease 0.4s;
}
.sidebar-item:hover .sidebar-img:after {
	background: rgba(0, 0, 0, 0.7);
}
.sidebar-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sidebar-img .button {
	position: absolute;
	color: #fff;
	top: 38%;
	left: 15px;
  right: 15px;
	opacity: 0;
	z-index: 3;
	transition: ease .3s;
}
.sidebar-img .button:hover {
	background: none;
}
.sidebar-item:hover .sidebar-img .button {
	opacity: 1;
}
.sidebar-text {
	font-size: 16px;
  color: rgb(34, 34, 34);
}
.sidebar-item:hover .sidebar-text {
	font-weight: 500;
}
/* section-black */
.section-black {
	padding: 70px 0;
	color: #fff;
	z-index: 1;
}
.section-black-title {
	font-size: 40px;
	font-weight: 900;
  line-height: 1.2;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	margin-bottom: 40px;
}
@media (max-width:767px) {
	.section-black {
		padding: 30px 0;
	}
	.section-black-title {
		font-size: 28px;
		margin-bottom: 30px;
	}
}
.button.button-fill > .for-windows {
	margin-top: 20px;
}
.section-breadcrumbs {
	padding-top: 20px;
}
.copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
	text-align: center;
	padding: 30px 15px;
  background-color: rgb(31, 31, 31);
}
/* mfp */
.white-popup {
  position: relative;
  padding: 80px 50px;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
}
@media (max-width:599px) {
	.white-popup {
		padding: 15px;
	}
}
.popup-title {
	font-size: 30px;
	font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
	margin-bottom: 30px;
}
@media (max-width:767px) {
	.popup-title {
		font-size: 25px;
		margin-bottom: 20px;
	}
}
.white-popup .mfp-close,
.modal .mfp-close {
	color: #c4c4c4;
	font-size: 37px;
	right: 10px;
	top: 10px;
}
/* ZOOM */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  background: rgba(0, 0, 0, 0.502);
	opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* swiper */
.popup-slider .swiper-button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.popup-slider .swiper-button-next, .popup-slider .swiper-container-rtl .swiper-button-prev,
.popup-slider .swiper-button-prev, .popup-slider .swiper-container-rtl .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 59px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  color: rgb(34, 34, 34);
  border-radius: 40px;
	background: #fed32d;
  min-width: 210px;
  min-height: 50px;
  border: none;
  transition: ease .3s;
  cursor: pointer;
	left: auto;
  right: auto;
  width: auto;
}
@media (max-width:767px) {
	.popup-slider .swiper-button-next, .popup-slider .swiper-container-rtl .swiper-button-prev,
	.popup-slider .swiper-button-prev, .popup-slider .swiper-container-rtl .swiper-button-next {
		min-width: initial;
	}
}
.popup-slider .swiper-button-next:hover, .popup-slider .swiper-container-rtl .swiper-button-prev:hover,
.popup-slider .swiper-button-prev:hover, .popup-slider .swiper-container-rtl .swiper-button-next:hover  {
	background: #ffea00;
}
.popup-slider .swiper-button-prev + .swiper-button-next {
	margin-left: 20px;
}
.popup-slider .swiper-button-next:after, .popup-slider .swiper-container-rtl .swiper-button-prev:after {
  content: '';
	display: none;
}
.popup-slider .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: '';
	display: none;
}
.popup-slider .swiper-button-next:hover:after, .popup-slider .swiper-container-rtl .swiper-button-prev:hover:after,
.popup-slider .swiper-button-prev:hover:after, .popup-slider .swiper-container-rtl .swiper-button-next:hover:after {
  color: #5F94FD;
}
.popup-slider .swiper-button-next.swiper-button-disabled, .popup-slider .swiper-button-prev.swiper-button-disabled {
	display: none;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
  box-shadow: 0px 13px 27px -2px rgba(37, 45, 108, 0.08);
  width: 14px;
  height: 14px;
  border: 1px solid rgb(222, 223, 224);
  border-radius: 50%;
	padding: 2px;
	position: relative;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-bullet-active:after {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 8px;
	height: 8px;
	text-align: center;
	background: #fed32d;
	border-radius: 50%;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(1);
  opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	width: 200px !important;
  bottom: 80px;
}
@media (max-width:767px) {
  .popup-slider .swiper-button-next, .popup-slider .swiper-button-prev {
    top: 96%;
  }
}
/* reviews-slider */
.popup-slider {
  position: relative;
  margin: 0 auto;
}
.popup-slider__item {
  display: flex;
	flex-direction: column;
  z-index: 1;
  overflow: hidden;
}
@media (max-width:991px) {
	.popup-slider__item {
    margin: 0 30px;
	}
}
@media (max-width:767px) {
	.popup-slider__item {
    padding: 15px 0 15px;
		flex-wrap: wrap;
		min-height: 315px;
    margin: 0 5px;
	}
}
.popup-slider__left {
  min-width: 109px;
}
@media (max-width:767px) {
  .popup-slider__left {
    margin: 0 auto 20px;
  }
}
.popup-slider__left img {
  width: 109px;
  height: 109px;
  border-radius: 50%;
}
.popup-slider__right {
  padding-left: 38px;
}
@media (max-width:767px) {
  .popup-slider__right {
    padding-left: 0px;
  }
}
.popup-slider__item-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.popup-slider .swiper-wrapper {
  align-items: center !important;
}
.popup-slider .swiper-slide-shadow-left,
.popup-slider .swiper-slide-shadow-right {
  border-radius: 19px;
}
.popup-slider__item-result {
	padding-bottom: 90px;
}
.popup-style {
  font-size: 22px;
	font-weight: 700;
  color: rgb(233, 41, 48);
  text-transform: uppercase;
  line-height: 1.2;
	text-align: center;
	margin-bottom: 35px;
}
@media (max-width:767px) {
  .popup-style {
		font-size: 20px;
		margin-bottom: 15px;
	}
}
.popup-text {
	margin-bottom: 25px;
  color: rgb(128, 128, 128);
  line-height: 1.2;
}
.popup-img {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 63.4%;
}
.popup-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.popup-subtext {
  font-size: 14px;
  color: rgb(128, 128, 128);
  line-height: 1.2;
  text-align: center;
	margin-top: 20px;
}
/* .popup-radio */
.popup-radio {
	display: flex;
	flex-direction: column;
	padding: 0 120px 50px;
}
.popup-radio-title {
  font-size: 22px;
	font-weight: 700;
	margin-bottom: 35px;
}
@media (max-width:991px) {
  .popup-radio {
		padding: 0 30px 50px;
  }
}
@media (max-width:767px) {
  .popup-radio {
		padding: 0 0px 50px;
  }
	.popup-radio-title {
		margin-bottom: 20px;
	}
}
/* radio */
.radio-btn {
	margin-bottom: 30px;
}
.radio-item {
	position: relative;
	padding: 0 0 0 36px;
	font-size: 18px;
	margin-bottom: 20px;
	transition: ease .3s;
	cursor: pointer;
}
@media (max-width:767px) {
	.radio-btn {
		margin-bottom: 0px;
	}
  .radio-item {
		margin-bottom: 10px;
	}
}
.radio-item.active {
	color: #000;
}
.radio-item.active:after {
	color: #000;
	transform: scale(1);
}
.radio-item:before {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
  border: 1px solid rgb(222, 223, 224);
	border-radius: 50%;
}
.radio-item:after {
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	left: 6px;
	top: 6px;
	background: #fed32d;
	border-radius: 50%;
	transition: ease .3s;
	transform: scale(0);
}
.radio-item input {
	display: none;
}
/* breadcrumbs */
#breadcrumbs {
	font-size: 16px;
	margin-bottom: 40px;
}
#breadcrumbs a {
	color: rgb(34, 34, 34);
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: rgb(34, 34, 34);
	text-decoration: underline;
}
/* rating-program  */
.rating-program {
	font-size: 16px;
	margin-bottom: 20px;
}
.rating-program p {
	margin-bottom: 5px;
}
.rating-program-star {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.rating-program-star p {
	margin-right: 7.5px;
	margin-bottom: 0;
}
.rating-program-star img {
	margin: 0 2.5px;
}
/* rating */
#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 {
  padding: 16px 16px 0 0;
  width  : 0;
  height : 0;
  background: url('../img/ratingStarHover.webp');
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.rating-img.nocursor {
  cursor: default;
}
#page-rating-value {
  vertical-align: top;
  font-size: 14px;
  color: #545861;
  font-weight: 500;
}
#page-rating-info {
  vertical-align: middle;
  margin-left: 10px;
  color: #7f7f7f;
}
#page-rating-uservalue {
  display: inline-block;
  min-width: 8ch;
}
#page-rating-block {
  position: relative;
	top: 1px;
  display: flex; 
	align-items: center;
  height: 16px;
  line-height: 16px;
  font-size: inherit; 
}
#page-rating-block .hidden{
  visibility: visible; 
  display: none; 
}
#page-rating-block .rating-img{
  margin: -3px -2px 0 -2px; 
}
#page-rating-value{
  margin: 0 7px; 
}
#page-rating-info  {
  position: absolute; top: 0;
  width: 8rem; height: 1rem;
  transform: translateY(1rem);
  margin: 0 0 0 0.1rem;
  font-size: 0.8em;
  transition: opacity 0.1s ease-out;
  opacity: 0; 
}
#page-rating-block:hover #page-rating-info {
  opacity: 1; 
}
@media (max-width: 767px) {
  #page-rating-info{
    opacity: 1; transition: none; 
  } 
}
/* block-media */
.block-media .youtybe-img {
	padding-bottom: 62.67%;
}
.block-media .img-box-iteme {
	padding-bottom: 56.42%;
}
.img-box-iteme.img-box-iteme__big {
	padding-bottom: 54.2%;
}
.img-box-iteme.img-box-iteme__small {
	padding-bottom: 61.2%;
}
/* possibilities */
.possibilities {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.possibilities-img {
	height: 60px;
	max-width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}
.possibilities-title {
  font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
.possibilities-text {
  font-size: 18px;
  line-height: 1.444;
}
body #comments {
	padding: 0;
}
body #comments-header {
	font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  padding-left: 15px;
  border-left: 4px solid rgb(233, 41, 48);
  border-radius: 2px;
  margin-bottom: 45px;
}
body #comments-form-name, 
body #comments-form-email, 
body #comments-form-textarea,
body #comments-captcha {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 11px 24px 0px rgba(0, 0, 0, 0.1);
}
body #comments-form-name {
	padding: 10px;
}
body .comments-btn {
	position: relative;
	font-weight: 700;
	font-size: 16px;
  line-height: 16px;
	padding: 8px 15px;
	text-transform: none;
	text-align: center;
	outline: none;
	color: rgb(34, 34, 34);
	border-radius: 40px;
	background: #fed32d;
	min-height: 50px;
	border: none;
	transition: ease .3s;
	cursor: pointer;
}
body .comments-btn:hover {
	background: #ffea00;
}
@media (max-width: 767px) {
	body .container ~ #comments {
		padding-bottom: 60px;
	}
}

/* modal */
.modal {
	position: relative;
	padding: 70px 50px 50px;
	max-width: 950px;
	margin: 0 auto;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	font-weight: 700;
}
@media (max-width: 767px) {
	.modal {
		padding: 30px 15px 30px;
	}
}
.modal-table__top {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.modal-table__top-left,
.modal-table__top-right {
  border-radius: 10px;
  background-color: rgb(242, 242, 242);
  width: 100%;
	min-height: 80px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 5px 5px 20px ;
}
.modal-table__top-left img,
.modal-table__top-right img {
	height: 50px;
	margin-right: 20px;
}
.modal-table__top-left {
	position: relative;
}
.modal-table__top-left .list-programm-recommended {
	right: auto;
	left: 0;
	font-weight: 300;
	border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
	border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
}
.modal-table .catalog-menu__choice {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
@media (max-width: 550px) {
	.modal-table .catalog-menu__choice {
		flex-direction: column;
	}
}
.modal-table .catalog-menu__choice-right {
	align-items: start;
}
@media (max-width: 550px) {
	.modal-table .catalog-menu__choice-right {
		align-items: center;
	}
	.modal-table .catalog-menu__choice-left {
		padding: 0;
	}
}
.catalog-menu__choice-right-text {
	font-size: 12px;
  text-transform: uppercase;
}
.modal-table__top-right {
	margin-left: 15px;
	margin-right: 0px;
}
.modal-comparison {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 42px;
	border-bottom: 1px solid #e6e6e6;
}
.modal-comparison:last-child {
	border-bottom: none;
}
.modal-comparison__center {
	padding: 0 10px;
	text-align: center;
}
.modal-comparison__check {
	position: relative;
	right: -5px;
}
.modal-table__bottom {
	display: flex;
	justify-content: space-around;
	margin-top: 25px;
}
@media (max-width: 767px) {
	.modal-table__bottom .button {
		min-width: auto;
		padding: 8px 10px;
	}
}
@media (max-width: 550px) {
	.modal-comparison {
		height: 60px;
	}
	.modal-comparison__center {
		font-size: 16px;
		line-height: 1.1;
	}
}
/* tabs */
.tab-list {
  -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: 15px 22px;
	font-weight: 700;
	font-size: 16px;
  text-align: center;
  display: block;
  background: 0 0;
  line-height: 1;
  border-radius: 40px;
  margin-left: 4px;
  margin-right: 4px;
	margin-bottom: 50px;
  transition: all .2s ease-in-out
}
@media (max-width:767px) {
	.tabs-toggle-list__item {
		margin-bottom: 25px;
	}
}
.tabs-toggle-list__item:focus,
.tabs-toggle-list__item:hover {
  outline: 0;
  background: rgb(254, 211, 45);
}
.tabs-toggle-list__item--active {
  background: rgb(254, 211, 45);
}
.tabs-toggle-list__item--active:focus,
.tabs-toggle-list__item--active:hover {
  background: rgb(254, 211, 45);
}
/* screen-radius */
.screen-radius {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
	text-decoration: none;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 11px 24px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.screen-radius img {
  display: block;
  text-align: center;
  margin: 0 auto 16px;
}
.screen-radius-img {
  display: block;
	padding: 0px 0px 49.13% 0px;
  position: relative;
  width: 100%;
  margin: 0 auto 0px;
}
.screen-radius-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.screen-radius-img:after {
	content: '';
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: ease 0.4s;
}
.screen-radius:hover .screen-radius-img:after {
	background: rgba(0, 0, 0, 0.7);
}
.screen-radius .screen-radius-img .button {
	position: absolute;
	color: #fff;
	top: calc(50% - 20px);
	left: 15px;
	right: 15px;
	opacity: 0;
	z-index: 3;
	max-width: 150px;
	margin: 0 auto;
	transition: ease .3s;
}
.screen-radius .screen-radius-img .button:hover {
	background-size: 0;
}
.screen-radius:hover .screen-radius-img .button {
	opacity: 1;
}
.screen-radius:hover .screen-radius-img .button:hover {
	color: rgb(34, 34, 34);
}
.screen-radius .screen-text {
	display: block;
	color: rgb(34, 34, 34);
  padding: 30px;
  transition: ease .3s;
}
.screen-radius:hover .screen-text {
	color: rgb(34, 34, 34);
  text-decoration: underline;
}
@media (max-width:767px) {
	.screen-radius .screen-text {
		padding: 15px;
	}
}
.screen-radius-row {
	display: flex;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 11px 24px 0px rgb(0 0 0 / 10%);
	margin-bottom: 30px;
}
.screen-radius-row .screen-text {
	display: flex;
	flex: 1;
	justify-content: center;
  align-items: center;
  padding: 5px 20px;
  font-size: 16px;
  color: rgb(34, 34, 34);
  line-height: 1.375;
}
.screen-radius-row:hover .screen-text {
	text-decoration: underline;
}
.screen-radius-row-img {
	min-height: 100%;
	width: 95px;
}
.screen-radius-row-img img {
	object-fit: cover;
	height: 100%;
}
/* author */
.author {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.author p {
	margin-right: 35px;
	font-size: 16px;
}
.author p span {
	font-weight: 700;
}
/* table-of-contents */
.table-of-contents {
	padding: 25px;
  border: 1px solid rgb(230, 230, 230);
	margin-bottom: 50px;
}
.table-of-contents__title {
	font-weight: 700;
	margin-bottom: 20px;
}
.list-number {
	padding-left: 20px;
}
.list-number li {
	margin-bottom: 10px;
}
.list-number li:last-child {
	margin-bottom: 0px;
}
.list-number a {
	color: rgb(34, 34, 34);
	text-decoration: none;
}
.list-number a:hover {
	text-decoration: underline;
}
/* img-slider */
.img-slider {
	max-width: 974px;
	margin: 0 auto;
}
.img-slider-block {
	max-width: 830px;
	margin: 45px auto 80px;
}
.img-slider-img {
	position: relative;
  padding-bottom: 60.3%;
}
.img-slider-img img {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	object-fit: cover;
}
.img-slider-text {
	position: relative;
	margin-top: 10px;
	text-align: center;
	display: none;
	height: 0;
}
.swiper-slide.swiper-slide-visible .img-slider-text {
	display: block;
	height: auto;
}
.img-slider-video .youtybe-img {
	padding-bottom: 60.3%;
	margin-bottom: 0;
}
.img-slider-dots .swiper-button-prev:after, 
.img-slider-dots .swiper-button-next:after {
	font-size: 30px;
	font-weight: 900;
	color: #c4c4c4;
	transition: ease .3s;
}
.img-slider-dots .swiper-button-prev:hover:after, 
.img-slider-dots .swiper-button-next:hover:after {
	color: #fed32d;
}
.img-slider.swiper-container-horizontal>.swiper-pagination-bullets, 
.img-slider.swiper-pagination-custom, 
.img-slider.swiper-pagination-fraction {
	bottom: 45px;
}
.img-slider.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, 
.img-slider.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	background: #c4c4c4;
}
.img-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
}
.img-slider .swiper-pagination-bullet {
	border: none;
}
.img-slider .swiper-pagination-bullet-active:after {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
/* gallery-top  */
.gallery-top {
	max-width: 974px;
	margin: 0 auto;
}
.gallery-top .img-slider-block {
	margin-bottom: 30px;
}
.gallery-thumbs {
	height: 120px;
	max-width: 830px;
	margin-bottom: 40px;
}
@media (max-width:767px) {
	.gallery-thumbs {
		display: none;
	}
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.gallery-thumbs .swiper-slide-thumb-active {
	border: 3px solid #ffea00;
	opacity: 1;
}
.gallery-thumbs .swiper-wrapper-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
/* blockquote */
.blockquote {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
  border: 1px solid rgb(222, 223, 224);
	border-left: 4px solid rgb(233, 41, 48);
	padding: 20px;
	margin-bottom: 45px;
}
.blockquote p {
	font-weight: 700;
	margin-right: 5px;
}
.link {
	color: rgb(81, 88, 177);
  text-decoration: underline;
}
.link:hover {
	text-decoration: none;
}
main a {
	color: rgb(81, 88, 177);
  text-decoration: underline;
}
main a:hover {
	text-decoration: none;
}
/* link-block */
.link-block {
	margin-bottom: 50px;
}
@media (max-width:767px) {
	.link-block {
		margin-bottom: 30px;
	}
}
.link-block .link {
	display: block;
	margin-bottom: 25px;
}
/* #toTop */
#toTop {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
  visibility: hidden;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 100px;
	right: 30px;
	transition: ease .3s;
	z-index: 10;
}
#toTop::after {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 90%;
	height: 90%;
	background: #fff;
	z-index: -1;
	border-radius: 50%;
}
#toTop img {
	filter: invert(0);
	transition: ease .3s;
}
#toTop:hover img {
	filter: invert(1);
}
#toTop.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width:767px) {
	#toTop {
		width: 35px;
    height: 35px;
		bottom: 30px;
	}
}

.list-check {
	margin-bottom:20px;
}

.list-check li {
	position: relative;
	margin-bottom: 7px;
	padding-left: 34px;
	font-size: 18px;
}

.list-check li::before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='19' viewBox='0 0 25 19'%3E%3Cpath d='M9.36975 18.6339C9.13612 18.8688 8.81752 19 8.48644 19C8.15535 19 7.83676 18.8688 7.60312 18.6339L0.549104 11.5787C-0.183035 10.8465 -0.183035 9.65961 0.549104 8.92872L1.43242 8.04541C2.16456 7.31327 3.35022 7.31327 4.08236 8.04541L8.48644 12.4495L20.3868 0.549104C21.119 -0.183035 22.3059 -0.183035 23.0368 0.549104L23.9201 1.43242C24.6522 2.16456 24.6522 3.35147 23.9201 4.08236L9.36975 18.6339Z' fill='%234E4E4E'/%3E%3C/svg%3E%0A")
	no-repeat center / cover;
	width: 19px;
	height: 15px;
}

.list-check li:last-child {
	margin-bottom: 0;
}

.section-white {
	position: relative;
	background: #fff;
	min-height: 356px;
	overflow:visible;
	padding:25px 0
}

.section-white .container {
	position: relative;
	z-index: 2;
	max-width: 1380px;
}

.section-white .button-fill {
    min-width: 363px;
	height: 62px;
	margin-bottom: 20px;
	font-size: 20px;
}

.section-white .for-windows svg {
	margin-right: 10px;
}

@media screen and (min-width: 768px) {
	.section-white .for-windows {
		font-size:18px;
	}
}

.section-white-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-white-title {
	color: #4e4e4e;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
}

.section-white-list {
	margin-bottom: 34px;
}

.section-white-decor {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}

.section-white-decor__img-01 {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("../img/section-white-img-01.webp") no-repeat top left / cover;
	width: 599px;
	height: 322px;
}

.section-white-decor__img-02 {
	position: absolute;
	top: -28px;
	left: 130px;
	background: url("../img/section-white-img-02.webp") no-repeat top / cover;
	width: 84px;
	height: 159px;
}

.section-white-decor__img-03 {
	position: absolute;
	right: 48px;
	bottom: 3px;
	background: url("../img/section-white-img-03.webp") no-repeat bottom right / cover;
	width: 327px;
	height: 375px;
}

@media screen and (max-width: 1439px) {
	.section-white-decor__img-03{
		right:10px;
		bottom:10px
	}

}

@media screen and (max-width: 1199px) {
	.section-white-decor {
		opacity: 0.25;
	}
}

@media screen and (max-width: 991px) {
	.section-white{
		padding: 40px 0
	}
	.section-white-title{
		line-height:1.2;
	}
	.section-white-subtitle{
		line-height:1.2;
	}
}

@media screen and (max-width: 767px) {
	.list-check li {
		padding-left: 30px;
		font-size: 16px;
	}
	.list-check li::before {
		top: 5px;
		width: 18px;
		height: 14px;
	}
	.section-white .button-fill{
		height:50px;
		font-size:18px;
	}
	.section-white-list{
		margin-bottom:30px;
	}
	.section-white-decor__img-03 {
		display: none;
	}
	.section-white .button-fill {
		min-width:auto!important
	}
}

.section-banner {}

.section-banner-wrap {
	display: flex;
	background: #f7f6f6;
	margin-left: 47px;
	padding: 40px;
	border-radius: 13px
}

.section-banner-picture {
	flex-shrink: 0;
	margin: 0 60px 0 -97px;
	border-radius: 12px;
	box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.05), -9px 7px 12px rgba(0, 0, 0, 0.04), -20px 16px 16px rgba(0, 0, 0, 0.03), -36px 28px 18px rgba(0, 0, 0, 0.01), -57px 44px 20px rgba(0, 0, 0, 0.0)
}

.section-banner-picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.section-banner-info {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center
}

.section-banner-info .button {
	min-width: 265px;
	margin-bottom: 21px;
	padding: 9px 46px
}

.section-banner-info .for-windows svg {
	margin-right: 10px
}

.section-banner-info__title {
	font-size: 24px;
	line-height: 1.35;
	margin-bottom: 32px
}

.section-banner-info__title span {
	font-weight: 600
}

@media screen and (max-width: 1199px) {
	.section-banner-picture {
		width: 60%;
		margin-left: -87px
	}
}

@media screen and (max-width: 991px) {
	.section-banner-wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0
	}
	.section-banner-picture {
		width: 100%;
		height: 100%;
		margin: 0;
		box-shadow: none;
		border-radius: 0
	}
	.section-banner-info {
		justify-content: center;
		align-items: center;
		padding: 20px 20px 25px 20px;
		text-align: center
	}
}

@media screen and (max-width: 767px) {
	.section-banner-info__title {
		font-size: 20px
	}
}

.section-white{position:relative;background:#fff;min-height:356px;overflow:visible;padding:25px 0}
.section-white .container{position:relative;z-index:2;max-width:1380px}
.section-white .button-fill{min-width:363px;height:62px;margin-bottom:20px;font-size:20px}
.section-white .for-windows svg{margin-right:10px}

@media screen and (min-width:768px) {
	.section-white .for-windows{font-size:18px}
	.section-white .button-fill{min-width:auto}
}

.section-white-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.section-white-title{color:#4e4e4e;margin-bottom:20px;font-size:20px;font-weight:600}
.section-white-list{margin-bottom:34px}
.section-white-decor{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}
.section-white-decor__img-01{position:absolute;left:0;bottom:0;background:url("../img/section-white-img-01.webp") no-repeat top left / cover;width:599px;height:322px}
.section-white-decor__img-02{position:absolute;top:-28px;left:130px;background:url("../img/section-white-img-02.webp") no-repeat top / cover;width:84px;height:159px}
.section-white-decor__img-03{position:absolute;right:48px;bottom:3px;background:url("../img/section-white-img-03.webp") no-repeat bottom right / cover;width:327px;height:375px}

@media screen and (max-width:1439px){
	.section-white-decor__img-03{right:10px;bottom:10px} 
}
@media screen and (max-width:1199px){
	.section-white-decor{opacity:0.25} 
}
@media screen and (max-width:991px) {
	.section-white{padding:40px 0}
	.section-white-title{line-height:1.2}
	.section-white-subtitle{line-height:1.2}
}

.widget-01{position:relative;background:#171717;color:#fff;min-height:420px;overflow:visible;margin:60px 0;padding:40px 15px 25px}
.widget-01::before{position:absolute;top:0;bottom:0;left:50%;content:'';background:#171717 url('../img/widget/widget-bg-01.webp') no-repeat center / cover;width:1920px;transform:translateX(-50%)}
.widget-01 .container{position:relative}
.widget-01 .button-fill{min-width:363px;height:62px;margin-bottom:20px;font-size:20px}
.widget-01 .for-windows{font-size:18px}
.widget-01 .for-windows svg{margin-right:10px}
.widget-01-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.widget-01-title{line-height:1;margin-bottom:35px;font-size:30px;font-weight:700}
.widget-01-list{margin-bottom:40px}
.widget-01-list li::before{filter:invert(100%)}

.widget-02{position:relative;background:#171717;color:#fff;min-height:428px;overflow:visible;margin:60px 0;padding:40px 15px 25px}
.widget-02::before{position:absolute;top:0;right:0;bottom:0;left:0;content:'';background:url('../img/widget/widget-bg-02.webp') no-repeat center / cover}
.widget-02 .container{position:relative}
.widget-02 .button-fill{min-width:363px;height:62px;margin-bottom:20px;font-size:20px}
.widget-02 .for-windows{font-size:18px}
.widget-02 .for-windows svg{margin-right:10px}
.widget-02-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.widget-02-title{line-height:1;margin-bottom:35px;font-size:30px;font-weight:700}
.widget-02-list{margin-bottom:40px}
.widget-02-list li::before{filter:invert(100%)}

@media screen and (max-width: 991px) {
	.widget-01{min-height:auto;padding:40px 0}
	.widget-01::before{background:#171717 url('../img/widget/widget-bg-mobile.webp') no-repeat bottom / contain;width:calc(100% + 30px)}
	.widget-02{min-height:auto;padding:40px 0}
	.widget-02:before{background:url('../img/widget/widget-bg-mobile.webp') no-repeat bottom / contain}
}

@media screen and (max-width:767px) {
	.widget-01{margin:35px 0;padding:30px 0}
	.widget-01::before{background:#171717 url('../img/widget/widget-bg-01-mobile.webp') no-repeat bottom / cover;width:calc(100% + 30px)}
	.widget-01::after{content:'';display:block;padding-bottom:41%}
	.widget-01 .button-fill{min-width:auto;max-width:320px;width:100%}
	.widget-01-title{line-height:1.3;font-size:24px}
	.widget-01-title br{display:none}
	.widget-01-list{margin-bottom:45px}
	.widget-01-list li{margin-bottom:9px}
	.widget-02{margin:35px 0;padding:30px 0}
	.widget-02::before{background:#171717 url('../img/widget/widget-bg-01-mobile.webp') no-repeat bottom / cover;width:100%}
	.widget-02::after{content:'';display:block;padding-bottom:41%}
	.widget-02 .button-fill{min-width:auto;max-width:320px;width:100%}
	.widget-02-title{line-height:1.3;font-size:24px}
	.widget-02-title br{display:none}
	.widget-02-list{margin-bottom:45px}
	.widget-02-list li{margin-bottom:9px}
}