@charset "UTF-8";
@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  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: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	background: #fff;
	color: #3A3F53;
}
@media (max-width:991px) {
	body.lock-scroll {
		overflow: hidden;
	}
}
@media (max-width:767px) {
	body {
		font-size: 18px;
    line-height: 30px;
	}
}
/* main */
main {
	flex-grow: 1;
}
.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;
  }
}
/* End flex-grid */
.position-relative {
  position: relative;
}
section {
  padding: 50px 0;
}
@media (max-width:991px) {
  section {
    padding: 40px 0;
  }
}
@media (max-width:767px) {
  section {
    padding: 30px 0;
  }
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.section-gray {
	background: #F2F4F5;
}
.section-blue {
	background: #092F65;
	color: #fff;
}
.section-blue .link {
	color: #fff;
}
.style-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.title-h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 25px;
}
.title-h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 25px;
}
.title-h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 35px;
}
@media (max-width:991px) {
  .title-h1 {
    font-size: 38px;
    margin-bottom: 25px;
  }
  .title-h2 {
    font-size: 34px;
    margin-bottom: 25px;
  }
  .title-h3 {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
@media (max-width:767px) {
  .title-h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .title-h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .title-h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
.text {
  margin-bottom: 30px;
}
.text-bold {
  font-weight: 700;
}
.text-destription {
  max-width: 965px;
  margin: 0 auto 40px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.margin-auto {
	margin: 0 auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.padding0 {
	padding: 0;
}
@media (max-width:991px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
	.margin-sm-auto {
		margin: 0 auto;
	}
}
@media (max-width:767px) {
  .mb-xs-30 {
    margin-bottom: 30px;
  }
}
/* button */
.button {
	display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 70px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 70px 10px 25px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  outline: none;
  background: #1AC775;
  box-shadow: 0px 4px 10px rgb(71 84 133 / 25%);
  border-radius: 4px;
}
.button span{
	position: relative;
	z-index: 1;
}
@media (max-width:767px) {
	.button {
		font-size: 16px;
    line-height: 20px;
    padding: 10px 45px 10px 20px;
    min-height: 50px;
	}
}
.button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	background: #1BD67D;
	opacity: 0;
	transition: opacity 0.5s;
}
.button:hover:after {
	opacity: 1;
}
.button:active:after {
	opacity: 1;
	background: #1BD67D;
}
.button .btn__icon {
	z-index: 1;
  width: 18px;
  height: 19px;
  margin: 0;
  position: absolute;
  right: 24px;
}
@media (max-width:767px) {
  .button .btn__icon {
    width: 16px;
    height: 18px;
    right: 16px;
  }
}
.button.button-orange {
  background: #FF8354;
}
.button.button-orange:after {
  background: #FF9770;
}
.button-buy {
  padding: 10px 78px 10px 36px;
}
.button-buy .btn__icon {
  width: 30px;
  height: 30px;
}
@media (max-width:767px) {
  .button-buy {
    padding: 10px 50px 10px 36px;
  }
  .button-buy .btn__icon {
    width: 18px;
    height: 18px;
  }
}
.button-buy.button-buy-header {
  text-transform: none;
  padding: 10px 86px 10px 44px;
}
.button-buy.button-buy-header .btn__icon {
  width: 26px;
  height: 26px;
}
@media (max-width:767px) {
  .button-buy.button-buy-header {
    padding: 10px 50px 10px 36px;
  }
  .button-buy.button-buy-header .btn__icon {
    width: 18px;
    height: 18px;
  }
}
.button.button-blue {
  background: #7EAAFF;
}
.button.button-blue:hover{
  color: white;
}
.button.button-blue:after {
  background: #3066B1;
}
.button.button-blue-dark {
  background: #3066B1;
}
.button.button-blue-dark:after {
  background: #7EAAFF;
}
.button.button-read {
  border: 3px solid #5F94FD;
  background: transparent;
  color: #3A3F53;
  padding: 10px 70px 10px 33px;
  text-transform: none;
}
.button.button-read:hover {
  color: #FFFFFF;
}
.button.button-read:after {
  border-radius: 0;
  background: #5F94FD;
}
.button.button-read .btn__icon {
  font-size: 25px;
  font-weight: 900;
  width: 25px;
  height: 25px;
}
.button.button-transparent {
  border: 4px solid #1AC775;
  background: transparent;
  text-transform: none;
}
.button.button-transparent:hover {
  border: 4px solid #1BD67D;
}
.button.button-transparent:after {
  border-radius: 0;
  text-transform: none;
}
.button.button-white {
  color: #0F0F10;
  background: #FFFFFF;
}
.button.button-white .btn__icon {
  filter: invert(1);
}
.button.button-white:hover {
  color: #fff;
}
.button.button-white:hover .btn__icon {
  filter: invert(0);
}
.text-transform-none {
  text-transform: none;
}
.btn-margin {
  margin-right: 57px;
  margin-left: 57px;
}
@media (max-width:767px) {
  .btn-margin {
    margin-right: 15px;
    margin-left: 15px;
  }
}
/* list */
.list {
  margin-bottom: 30px;
}
.list li {
  background: url(../img/check.svg) no-repeat 0px 5px;
  line-height: 25px;
  padding-left: 28px;
  padding-bottom: 15px;
}
.list-number {
	margin-bottom: 30px;
}
.list-number li {
  position: relative;
  margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 0;
}
.list-number li::marker {
	color: #5F94FD;
	font-weight: 700;
}
.list-number li a {
  color: #5F94FD;
  text-decoration: underline;
  transition: ease .3s;
}
.list-number li a:hover {
  text-decoration: none;
}
.list-dark {
  filter: brightness(0.8);
}
.list-green li {
  background: url(../img/check-green.svg) no-repeat 0px 5px;
}
.list-red li {
  background: url(../img/check-red.webp) no-repeat 0px 11px;
}
.list-little li {
  font-size: 18px;
  padding-left: 25px;
}
/* link */
.link {
	color: #5F94FD;
	transition: ease .3s;
	text-decoration: underline;
}
.link:hover {
	color: #5F94FD;
	text-decoration: none;
}
/* 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: #fff;
	z-index: 2;
}
.header.header-no-fixed {
	position: relative;
}
.header.header-no-fixed + main {
	padding-top: 0;
}
.conteiner {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
.header__body {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 91px;
}
@media (max-width:767px) {
	.header__body {
		height: 70px;
	}
}
.header__logo {
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 213px;
}
.header__logo img {
	max-width: 100%;
  width: 50px;
  height: 50px;
	display: block;
}
.header__logo-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 15px;
}
.header__logo-title {
	font-weight: 500;
	font-size: 25px;
	line-height: 18px;
	color: #3A3F53;
	margin-bottom: 7px;
  margin-top: 5px;
}
.header__logo-subtitle {
	font-size: 12px;
	line-height: 18px;
	color: #3A3F53;
}
.header__burger {
	display: none;
}
.header__menu {
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.header-orange .header__logo {
  flex: 0 0 298px;
}
.header-orange .header__logo img {
  width: 68px;
  height: 43px;
}
.header-orange .header__logo-text {
  margin-left: 5px;
}
@media (max-width:1199px) {
  .header-orange .header__logo {
    flex: 0 0 216px;
  }
  .header-orange .header__logo-text .header__logo-title {
    font-size: 16px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
.header-buy .header__menu {
  width: 68%;
}
.header-buy .header__button .button {
  padding: 3px 57px 3px 34px;
}
.header-buy .header__button .button .btn__icon {
  width: 20px;
  height: 20px;
}
@media (max-width:991px) {
  .header-buy .header__menu {
    width: 100%;
  }
}
@media (max-width:991px) {
	.header__burger {
		display: block;
		position: relative;
		width: 30px;
		height: 20px;
		z-index: 3;
	}
	.header__burger span {
		background: #3A3F53;
		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: #3A3F53;
		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: #fff;
		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: 0 39px 0 15px;
}
@media (max-width:991px) {
	.header__list {
		display: block;
		margin: 0;
	}
}
.header__list li {
	display: flex;
	align-items: center;
	text-align: center;
	height: 100%;
	margin: 0 16.5px;
}
@media (max-width:1199px) {
	.header__list {
		margin: 0 15px;
	}
	.header__list li {
		margin: 0 10px;
	}
	.header__list li a {
		font-size: 16px;
	}
}
@media (max-width:991px) {
	.header__list li {
		margin: 0;
		margin-bottom: 0px;
		height: auto;
	}
}
.header__list > li:first-child {
	margin-left: 0px;
}
.header__list > li:last-child {
	margin-right: 0px;
}
.header__link,
.header__menu-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	color: #3A3F53;
	transition: ease 0.3s;
}

.header__link-order {
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	color: #fd6f16;
	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: #5F94FD;
	}
	
	.header__link-order:active {
		color: #fd6f16;
	}

}
.header__menu-text {
	padding-right: 20px;
}
@media (min-width:992px) {
	.header__link:hover,
	.header__menu-text:hover, 
	.header__link-order:hover {
		color: #5F94FD;
	}
	.header__sub-menu .header__link:hover .header__arrow:before, 
	.header__sub-menu .header__link:hover .header__arrow:after {
		background: #5F94FD;
	}
}
.header__sub-menu {
	display: none;
	position: absolute;
	min-width: 480px;
	left: -34px;
	top: 100%;
	padding: 20px 30px 25px;
	background: #fff;
	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: #5F94FD;
	}
	.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: #5F94FD;;
	}
	.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: #5F94FD;
	}
	.sub-menu-active + .header__arrow:before,
	.sub-menu-active + .header__arrow:after {
		background: #5F94FD;
	}
	.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: #3A3F53;
}
.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 {
	min-height: 50px;
	font-size: 18px;
	text-transform: none;
	padding: 3px 40px 3px 15px;
}
.header__button .button.btn-buy {
	margin-left: 12px;
}
.header__button .button:before {
	display: none;
}
.header__button .button .btn__icon {
	width: 13px;
	height: 15px;
	right: 16px;
	margin: 0px;
}
.header__button .button.btn-buy .btn__icon {
	width: 19px;
	height: 16px;
}
/* header-fixed  */
.header-fixed {
  position: fixed;
  z-index: 11;
  opacity: 0;
  font-weight: 600;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  transform: translateY(-100%); 
}
.header-fixed:before {
  background: rgba(9, 47, 101, .9);
}
.header-fixed.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); 
}
@media (max-width: 991px) {
  .header-fixed {
    display: none;
    z-index: 0;
  }
}
.header-fixed .header__menu {
  width: 100%;
}
.header-fixed .header__menu .header__list {
  margin-left: 0;
}
.header-fixed .header__link, .header-fixed .header__menu-text {
  color: #fff;
}
.header-fixed .header__link:hover, .header-fixed .header__menu-text:hover {
  color: #77A5FF;
}
/* for-windows */
.for-windows {
  font-size: 14px;
  line-height: 30px;
  width: 100%;
  margin-top: 12px;
  max-width: 308px;
}
@media (max-width:991px) {
	.for-windows {
    margin-top: 6px;
	}
}
/* screen */
.screen {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 45px;
}
@media (max-width:991px) {
	.screen {
		margin-bottom: 30px;
	}
}
.screen-number {
	font-weight: 700;
	font-size: 50px;
	line-height: 30px;
	color: #2FB1D6;
	opacity: 0.2;
	margin-bottom: 25px;
}
.screen img {
	margin-bottom: 37px;
}
.text-little {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
}
.screen-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
}
.screen-text {
  font-weight: 300;
	font-size: 18px;
	line-height: 30px;
}
/* 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 48px;
	box-shadow: 0px 4px 38px #F2F4F5;
	border-radius: 19px;
  background: #F5F6F7;
	min-height: 71px;
  font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	transition: ease .3s;
}
@media (max-width:767px) {
	.accordion-heading {
    font-size: 16px;
		padding: 5px 30px 5px 15px;
	}
}
.accordion-heading.in {
  background: #F5F6F7;
  box-shadow: none;
	color: #5F94FD;
	border-top-left-radius: 19px;
	border-top-right-radius: 19px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.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: #000000;
}
.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;
}
.accordion-heading .spoiler-arrow {
	top: -5px;
	right: 0px;
}
.accordion-heading .spoiler-arrow:before,
.accordion-heading .spoiler-arrow:after {
	background: #000;
	width: 2px;
	height: 10px;
	transition: ease .3s;
}
.accordion-heading:hover .spoiler-arrow:before,
.accordion-heading:hover .spoiler-arrow:after {
	background: #46ADED;
}
.accordion-heading.in .spoiler-arrow:before {
	background: #46ADED;
	left: 2px;
}
.accordion-heading.in .spoiler-arrow:after {
	background: #46ADED;
	left: 8px;
}
.accordion-heading:hover {
  background-color: #F5F6F7;
	color: #5F94FD;
}
.accordion-collapse {
	display: none;
  background-color: #F5F6F7;
	padding: 0px 30px 15px 48px;
	border-bottom-left-radius: 19px;
	border-bottom-right-radius: 19px;
}
.section-gray .accordion-heading,
.section-gray .accordion-heading.in,
.section-gray .accordion-collapse {
  box-shadow: none;
  background: #fff;
}
@media (max-width:767px) {
	.accordion-collapse {
		padding: 0 15px 10px;
	}
}
.accordion-collapse p:last-child {
	margin-bottom: 5px;
}
@media (max-width:767px) {
	.accordion-collapse p {
		font-size: 16px;
		line-height: 30px;
	}
}
.accordion-body__text {
	font-size: 16px;
	font-weight: 600;
}
/* footer */
.footer-block {
	padding: 60px 0;
}
@media (max-width:767px) {
	.footer-block {
		padding: 30px 0;
	}
}
.footer .link {
	display: block;
	text-decoration: none;
}
.footer .link:hover {
	text-decoration: underline;
}
.footer-block .button {
	min-height: 56px;
	font-size: 18px;
  color: #fff;
	text-transform: none;
	padding: 3px 55px 3px 30px;
}
.footer-block .button .btn__icon {
	width: 13px;
	height: 15px;
	right: 16px;
	margin: 0px;
}
.copyright {
	padding: 55px 0;
	background: #04080E;
	font-weight: 300;
	font-size: 14px;
	line-height: 13px;
	text-align: center;
}
@media (max-width:767px) {
	.copyright {
		padding: 30px 0;
	}
}
/* swiper */
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: '→';
  color: #B2B7CC;
  transition: ease .3s;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: '←';
  color: #B2B7CC;
  transition: ease .3s;
}
.swiper-button-next:hover:after, .swiper-container-rtl .swiper-button-prev:hover:after,
.swiper-button-prev:hover:after, .swiper-container-rtl .swiper-button-next:hover:after {
  color: #5F94FD;
}
.swiper-pagination-bullet {
  background: linear-gradient(0deg, #B0B0B0, #B0B0B0), linear-gradient(0deg, #DDDDDD, #DDDDDD), #DDDDDD;
  opacity: 0.4;
  box-shadow: 0px 13px 27px -2px rgba(37, 45, 108, 0.08);
  width: 17px;
  height: 17px;
}
.swiper-pagination-bullet-active {
  background: linear-gradient(0deg, #5F94FD, #5F94FD), linear-gradient(0deg, #DDDDDD, #DDDDDD), #DDDDDD;
  opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -10px;
}
@media (max-width:767px) {
  .swiper-button-next, .swiper-button-prev {
    top: 96%;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
  }
}
/* reviews-slider */
.reviews-slider {
  position: relative;
  margin: 0 auto;
  padding: 15px 0 65px;
}
.reviews-slider__item {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 4px 29px #E5E5E5;
  border-radius: 19px;
  padding: 48px 29px;
  z-index: 1;
  margin: 0 100px;
  overflow: hidden;
}
.section-gray .reviews-slider__item {
  box-shadow: 0px 12px 16px rgb(53 106 181 / 6%);
}
@media (max-width:991px) {
	.reviews-slider__item {
    margin: 0 30px;
	}
}
@media (max-width:767px) {
	.reviews-slider__item {
    padding: 15px;
		flex-wrap: wrap;
		min-height: 315px;
    margin: 0 5px;
	}
}
.reviews-slider__left {
  min-width: 109px;
}
@media (max-width:767px) {
  .reviews-slider__left {
    margin: 0 auto 20px;
  }
}
.reviews-slider__left img {
  width: 109px;
  height: 109px;
  border-radius: 50%;
}
.reviews-slider__right {
  padding-left: 38px;
}
@media (max-width:767px) {
  .reviews-slider__right {
    padding-left: 0px;
  }
}
.reviews-slider__item-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.reviews-slider .swiper-wrapper {
  align-items: center !important;
}
.reviews-slider .swiper-slide-shadow-left,
.reviews-slider .swiper-slide-shadow-right {
  border-radius: 19px;
}
/* .reviews-slider .swiper-slide-next {
  transform: translate3d(-93%, 0px, -100px) rotateX(0deg) rotateY(0deg) !important;
}
.reviews-slider .swiper-slide-prev {
  transform: translate3d(93%, 0px, -100px) rotateX(0deg) rotateY(0deg) !important;
}
.reviews-slider .swiper-slide-next .reviews-slider__item,
.reviews-slider .swiper-slide-prev .reviews-slider__item {
  max-height: 274px;
}
@media (max-width:767px) {
  .reviews-slider .swiper-slide-next .reviews-slider__item,
	.reviews-slider .swiper-slide-prev .reviews-slider__item {
		max-height: 315px;
	}
} */
/* section-article */
.section-article .container {
  max-width: 1000px;
}
/* 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;
  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; 
  } 
}
.article-ratings {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 35px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.article-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.article-ratings .rating-stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  text-align: left;
}
.article-ratings .rating-stars__title {
  line-height: 1.25;
  margin-right: 7px;
}
.article-ratings .ratings-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  top: 1px;
  padding-left: 16px;
  border-left: 1px solid #DCDCDD;
  margin-right: 16px;
}
.article-ratings .ratings-author img {
  margin-right: 7px;
  position: relative;
  top: -1px;
}
.article-ratings .ratings-data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  top: 1px;
  padding-left: 16px;
  border-left: 1px solid #DCDCDD;
}
.article-ratings .ratings-data img {
  position: relative;
  top: -1.1px;
  margin-right: 7px;
}
@media (max-width: 767px) {
  .article-ratings {
    flex-direction: column;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  .article-rating,
  .article-ratings .ratings-author,
  .article-ratings .ratings-data  { 
    border-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
  } 
  .article-rating {
    margin-bottom: 20px;
  }
}
/* breadcrumbs */
#breadcrumbs {
	text-align: left;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2; 
	display: flex;
  flex-wrap: wrap;
	margin-bottom: 30px;
}
#breadcrumbs span a {
	color: #3A3F53;
}
#breadcrumbs span a:hover {
  text-decoration: underline #5F94FD; 
	color: #5F94FD;
}
#breadcrumbs span a img {
	position: relative;
	top: 1px;
	margin-right: 10px;
}
#breadcrumbs > span::after {
  content: ">";
  display: inline-block;
  margin-left: 8px;
  margin-right: 10px; }
#breadcrumbs > span:last-child::after {
  display: none;
}
/* table-of-contents */
.table-of-contents {
  border: 1px solid #5F94FD;
  border-radius: 15px;
  padding: 30px 45px 10px 45px;
  margin: 40px 0;
}
.table-of-contents__title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .table-of-contents {
    padding: 15px;
  }
  .table-of-contents__title {
    font-size: 22px;
  }
}
/* img-block */
.img-block {
  max-width: 808px;
  margin: 30px auto;
  text-align: center;
}
.img-block img {
  border-radius: 20px;
}
.img-block p {
  font-size: 18px;
  font-weight: 300;
  margin-top: 11px;
}
/* video-thumbnail */
.video-thumbnail-block {
  max-width: 678px;
}
.video-thumbnail {
  position: relative;
  padding-bottom: 62.7%;
  height: 0;
  overflow: hidden;
  border: 10px solid #FFFFFF;
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.15));
  border-radius: 20px;
}
.video-thumbnail .video-thumbnail-popup {
  margin-bottom: 0;
}
.video-thumbnail iframe,
.video-thumbnail object,
.video-thumbnail embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-thumbnail__image{
  width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-thumbnail__preview{
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-thumbnail__content{
  display: none;
}
.video-thumbnail--active .video-thumbnail__preview{
  display: none;
}
.video-thumbnail--active .video-thumbnail__content{
	display: block;
	position: absolute;
	max-width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.video-thumbnail__play{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 83px; 
  height: 83px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
	background: url(../img/play.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  transition: all 0.2s ease-in-out;
}
.video-thumbnail__preview:hover .video-thumbnail__play{
  opacity: 0.7;
}
.video-thumbnail__play.video-thumbnail__play-gray {
  filter: invert(0.4);
} 
.video-thumbnail__preview:after{
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
	height: 100%;
	background: none;
  /* background: linear-gradient(180deg, rgba(46, 46, 54, 0.8) 0%, rgba(6, 12, 33, 0.88) 112.54%); */
	opacity: 0.5;
	transition: ease 0.4s;
}
.video-thumbnail__preview:hover:after {
  /* background: linear-gradient(180deg, rgba(46, 46, 54, 0.8) 0%, rgba(6, 12, 33, 0.88) 112.54%); */
	opacity: 0;
	transition: ease 0.4s;
}
/* video-thumbnail-popup */
.video-thumbnail-popup {
  display: block;
	position: relative;
	padding-bottom: 71.1%;
	height: 0;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 39px;
}
.video-thumbnail-popup:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
	height: 100%;
	opacity: 0.5;
	transition: ease 0.4s;
}
.video-thumbnail-popup:hover:after {
	transition: ease 0.4s;
}
.video-thumbnail-popup:before {
	content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 63px; 
  height: 63px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
	background: url(../img/play.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  transition: all 0.2s ease-in-out;
}
.video-thumbnail-popup:hover:before {
  opacity: 0.7;
} 
.video-thumbnail-popup img {
	position: absolute;
  left: 0;
  top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* cards__image  */
.cards-img {
	display: flex;
	justify-content: center;
	align-items: center;
  margin: 0px 0px 14px 0px;
	padding: 0px 0px 65.56% 0px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.cards-img:after {
  position: absolute;
  content: '';
  display: inline-block;
  right: 0px;
  bottom: 0px;
  border-radius: 20px 0px;
  width: 65px;
  height: 62px;
  background-color: #5F94FD;
  opacity: 0.5;
  background-image: url(../img/zoom.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.cards-img:hover:after {
  opacity: 1;
}
.cards-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease;
}
.cards-img:hover a:after {
  background-color: rgba(0, 0, 0, .58);
}
.line {
  width: 100%;
  height: 1px;
  background: #DCDCDD;
  box-shadow: 0px 4px 38px rgba(53, 106, 181, 0.06);
  border-radius: 19px;
  margin: 50px 0;
}
/* prtsc */
.prtsc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.prtsc-text {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 40px;
}
.prtsc-actions {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prtsc-gray {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #E5F3F7;
  box-shadow: 0px 4px 38px rgba(53, 106, 181, 0.06);
  border-radius: 19px;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  min-width: 89px;
  height: 89px;
}
.prtsc-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69px;
  height: 89px;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  color: #5F94FD;
}
.prtsc-bottom-text {
  font-weight: 300;
  font-size: 16px;
}
/* screen-radius */
.screen-radius img {
  display: block;
  text-align: center;
  margin: 0 auto 16px;
  border-radius: 20px;
}
.screen-radius-img {
  display: block;
  padding: 0px 0px 73% 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto 16px;
}
.screen-radius-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.screen-radius .screen-text {
  margin-bottom: 30px;
  font-weight: 500;
  color: #3A3F53;
  transition: ease .3s;
}
.screen-radius:hover .screen-text {
  color: #5F94FD;
}
.link-block a {
  display: block;
  margin-bottom: 10px;
}
.link-block.link-block-column {
  display: flex;
  flex-wrap: wrap;
}
.link-block.link-block-column a {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .link-block.link-block-column a {
    width: 100%;
    padding-right: 0px;
  }
}
.link-block.link-block-column .accordion {
  margin: 0 auto;
}
.link-block.link-block-column .accordion-heading {
  margin: 0 auto;
  padding: 0;
  background: transparent;
  justify-content: center;
  color: #3A3F53;
}
.link-block.link-block-column .spoiler-arrow {
  color: #3A3F53;
}
.link-block.link-block-column .accordion-heading:hover {
  color: #5F94FD;
}
.link-block.link-block-column .accordion-heading .spoiler-arrow:before,
.link-block.link-block-column .accordion-heading .spoiler-arrow:after {
  background: #3A3F53;
}
.link-block.link-block-column .accordion-heading:hover .spoiler-arrow:before,
.link-block.link-block-column .accordion-heading:hover .spoiler-arrow:after {
  background: #46ADED;
}
.link-block.link-block-column .accordion-collapse {
  padding: 0;
  background: transparent;
}
/* recommended */
.recommended {
  position: relative;
  width: 160px;
  height: 41px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  background: #94BED9;
  border-radius: 4px;
  margin-bottom: 12px;
}
.recommended:after {
  content: '';
  position: absolute;
  left: 18px;
  bottom: -18px;
  border: 9px solid transparent;
  border-top: 9px solid #94BED9;
}
@media (max-width: 767px) {
  .recommended {
    width: 140px;
    height: 35px;
    font-size: 16px;
    margin-bottom: 8px;
  }
}
/* img-slider */
.img-slider {
  text-align: center;
  max-width: 908px;
  padding: 37px 50px 50px;
}
.img-slider__block {
  margin: 0 auto;
}
.img-slider__item {
  position: relative;
  height: 0;
  padding-bottom: 64%;
}
.img-slider__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-slider__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.img-slider .swiper-button-next {
  right: -12%;
}
.img-slider .swiper-button-prev {
  left: -12%;
}
.img-slider .swiper-slide .swiper-slide-shadow-left,
.img-slider .swiper-slide .swiper-slide-shadow-right {
  background-image: none !important;
}
@media (max-width: 1199px) {
  .img-slider .swiper-button-next {
    right: 1%;
  }
  .img-slider .swiper-button-prev {
    left: 1%;
  }
}
@media (max-width: 767px) {
  .img-slider {
    padding: 37px 0px 80px;
  }
  .img-slider .swiper-button-next, .img-slider .swiper-button-prev {
    top: 90%
  }
  .img-slider .swiper-button-next {
    right: 10px;
  }
  .img-slider .swiper-button-prev {
    left: 10px;
  }
}
/* img-slider-dots */
.img-slider-dots {
  margin-bottom: 60px;
}
.img-slider-dots .text-little {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
.img-slider-dots .swiper-pagination {
  bottom: -60px;
}
/* tickets */
.ticket-sale {
  font-size: 25px;
  font-weight: 700;
  color: #dd0404;
}
.ticket-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  max-width: 360px;
  margin-bottom: 30px;
}
.ticket__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #B3B4B6;
  border-radius: 18px 18px 0px 0px;
  position: relative;
  padding: 10px 13px 0;
  text-align: center;
}
.ticket__top-border {
  border: 2px dashed #cecfd0;
  border-radius: 20px 20px 0px 0px;
  border-bottom: none;
  width: 100%;
  height: 100%;
  padding: 12px 5px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ticket__top-text {
  font-weight: 500;
  font-size: 18px;
}
.ticket__top-versia {
  font-weight: 500;
  font-size: 36px;
}
.ticket__text {
  padding: 12px 17px;
  flex: 1 1 auto;
}
.tickets .list {
  margin-bottom: 0;
}
.tickets .list li {
  font-size: 16px;
}
.ticket__price {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  font-size: 30px;
  margin-bottom: 12px;
}
.price-old {
  position: relative;
  font-size: 25px;
  line-height: 32px;
  margin-right: 10px;
}
.price-old:after, .price-old:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transform: rotate(35deg);
  left: 0%;
  top: 50%;
  background: #3A3F53;
  opacity: 0.5;
}
.price-old:after {
  transform: rotate(35deg);
}
.price-old:before {
  transform: rotate(-35deg);
}
.price {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
}
.ticket__price.ticket__price-little {
  margin-top: 25px;
}
.ticket__price.ticket__price-little .price-old {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #979797;
  margin-right: 14px;
}
.ticket__price.ticket__price-little .price-old:after, .ticket__price.ticket__price-little .price-old:before {
  background: #979797;
  transform: rotate(15deg);
}
.ticket__price.ticket__price-little .price-old:after {
  transform: rotate(-15deg);
}
.ticket__price.ticket__price-little .price {
  font-weight: 500;
  font-size: 24px;
  line-height: 18px;
}
.tickets .button {
  margin-bottom: 37px;
  min-height: 57px;
  padding: 10px 80px 10px 47px;
}
.tickets .btn__icon {
  width: 22px;
  height: 22px;
  right: 36px;
}
.ticket-premium {
  border: 1px solid #B2A070;
}
.ticket-premium .ticket__top {
  background: #B3A070;
}
.ticket-premium .ticket__top-versia {
  color: #ffef98;
}
.ticket-profi .ticket__top {
  background: #63A1C7;
}
.payment-options {
  border: 1px solid #C9C9C9;
  border-radius: 20px;
  font-weight: 300;
  padding: 8px 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 820px;
}
.payment-options p {
  margin-right: 15px;
  padding: 8px 0;
}
.payment-options img {
  margin: 0 8px;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .payment-options {
    padding: 8px 15px;
  }
}
.header-downloads .button.button-buy-header,
.header-downloads .button.button-blue {
  font-size: 14px;
  min-height: 39px;
}
.header-downloads .button.button-buy-header {
  margin-right: 17px;
  padding: 3px 17px;
  color: #fff;
}
.header-downloads .button.button-blue {
  padding: 3px 38px 3px 15px;
}
.header-downloads .button.button-blue img {
  width: 9px;
  height: 10px;
  right: 15px;
}
/* page downloads */
@media (max-width: 991px) {
  .header-downloads .header__button {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .header-downloads .header__button {
    display: none;
  }
}
.img-downloads {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.img-downloads:after {
  position: absolute;
  content: '';
  display: inline-block;
  right: 0px;
  top: 0px;
  width: 61px;
  height: 61px;
  background-color: #5F94FD;
  opacity: 0.5;
  background-image: url(../img/icon-downloads.svg);
  background-repeat: no-repeat;
  background-position: 44% 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.img-downloads:hover:after {
  opacity: 1;
}
/* box-padding */
.box-padding {
  text-align: right;
  padding-right: 45px;
}
@media (max-width: 991px) {
  .box-padding {
    text-align: center;
    padding-right: 0px;
  }
}
.section-green {
  background:rgba(212, 235, 208, .6);
}
.section-orange {

  background:rgba(248, 234, 215, .6);
}
.blockquote {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  padding-left: 25px;
}
.blockquote-border:before {
  content: '';
  width: 1px;
  height: 170%;
  position: absolute;
  left: -10px;
  top: -35%;
  background: #ED4646;
  opacity: 0.6;
}
.blockquote-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 30px;
}
.blockquote-img {
  position: absolute;
  left: -80px;
  top: 0;
}
@media (max-width: 1199px) {
  .blockquote {
    max-width: 100%;
    padding-left: 100px;
  }
  .blockquote-border:before {
    height: 170%;
    top: -35%;
    left: 65px;
  }
  .blockquote-img {
    left: 0px;
  }
}
@media (max-width: 991px) {
  .blockquote-border:before {
    height: 140%;
    top: -20%;
  }
}
@media (max-width: 767px) {
  .blockquote {
    max-width: 100%;
    padding-left: 60px;
  }
  .blockquote-border:before {
    display: none;
  }
  .blockquote-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
/* video-thumbnail-block */
.video-thumbnail-block-800 {
  max-width: 838px;
  margin-bottom: 40px;
}
.video-thumbnail-block-800 .video-thumbnail {
  border: none;
  filter: none;
}
.video-thumbnail-block-800 .text-little {
  margin-top: 16px;
}
/* social */
.social {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 9;
  user-select: none;
  margin: 30px 0; 
}
@media only screen and (max-width: 767px) {
  .social {
    justify-content: center;
    flex-direction: column;
  }
}
.social__text {
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .social__text {
    flex: 0 0 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.social__link {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  box-shadow: none;
  transition: background-color .3s, box-shadow .3s; 
}
.social__icon {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}
.article-page-content ul {
  display: flex;
  padding-bottom: 0;
}
.social-icon .ya-share2__list_direction_horizontal > .ya-share2__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  padding: 0;
  background: none; 
}
.social .ya-share2__badge {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 28px;
  width: 28px;
  background-size: 28px 28px;
}
/* border-green */
.border-green {
  background: rgba(226, 240, 225, .6);
  border: 1px solid #65AA5D;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 40px 18px 15px;
}
.border-red {
  background: rgba(247, 240, 228, .6);
  border: 1px solid #F18A85;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 40px 18px 15px;
}
.border-green .text.text-bold,
.border-red .text.text-bold {
  margin-bottom: 15px;
}
.pro-section .text-destription {
  font-size: 24px;
}
.pro-sale {
  color: #fcff6d;
}
.pro-section .list {
  margin-top: 15px;
  margin-bottom: 10px;
}
.pro-section .list li {
  color: #fff;
  background: url(../img/pro-check.svg) no-repeat 0px 5px;
}
.pro__price {
  margin-bottom: 10px;
}
.pro__price .price-old {
  font-weight: 300;
  font-size: 20px;
}
.pro__price .price {
  font-weight: 400;
  font-size: 24px;
}
.pro__price .price-old:after, 
.pro__price .price-old:before {
  background: linear-gradient(0deg, #D2D2D2, #D2D2D2), linear-gradient(0deg, #3A3F53, #3A3F53), #3A3F53;
  transform: rotate(25deg);
  opacity: 0.7;
  height: 1px;
}
.pro__price .price-old:after {
  transform: rotate(-25deg);
}