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

/* .navPage{
    display: none;
} */

.navRight {
	z-index: 9999;
	position: fixed;
	right: -480px;
	top: 0;
	width: 320px;
	height: 100%;
	background: rgba(0,0,0,.8);
	padding-top: 80px;
	padding-left: 45px;
	padding-right: 20px;
	overflow: auto;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.navRight-active {
	right: 0
}

.navRight-close {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 15px;
	top: 15px;
	-webkit-transform: translate(0%,50%);
	transform: translate(0%,50%);
	cursor: pointer
}

.navRight-close:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.navRight-close:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.navRight ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.navRight ul li {
	margin-bottom: 20px
}

.navRight ul li a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.navRight ul li a:hover {
	color: #f24900
}

.block {
	max-width: 1184px;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.block-scroll {
	width: 100%
}

.block-table {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.table-dlc {
	margin-top: 30px;
	color: #fff;
	font-weight: 600
}

.text-warning {
	color: #fcc734!important
}

.block-swiper {
	background: #000;
	max-width: 1090px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.block-swiper h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 42px;
}

.tabPanel-content {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.tabPanel-content .panel-2 img {
	max-width: 250px
}

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

.block-tabPanel h2 {
	font-size: 40px;
	margin-bottom: 40px
}

.block-seoText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.block-seoText ul {
	padding-left: 18px
}

.block-newsCards {
	max-width: 880px!important
}

.block-textBlock {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.block-textBlock h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 48px;
	line-height: 100%
}

.block-mapBlock {
	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-align: center;
	-ms-flex-align: center;
	align-items: center
}

.block-videoBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.feedbackContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.block-feedbackModule {
	display: block!important
}

.block-feedbackModule .moduleBox {
	margin-left: auto
}

.swiper-block {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 750px
}

.header {
	top: -1px!important
}

.header-nav {
	max-width: 400px
}

.slider-title {
	color: #f14902;
	display: block;
	font-size: 32px;
	margin-bottom: 13px;
	font-style: italic
}

.mySwiper {
	width: 235px;
	margin: 0!important
}

.mySwiper2 {
	width: 800px;
	height: 700px;
	margin: auto 0!important
}

.mySwiper2 .slider-img {
	border-radius: 15px;
	overflow: hidden;
	width: 800px;
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 27px
}

.slide-title {
	display: block;
	color: #f24900;
	font-size: 23px;
	font-weight: 700;
	padding-bottom: 15px
}

.mySwiper2 .slider-img img {
	width: 100%;
	height: auto;
	border-radius: 20px
}

.mySwiper2 h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 49px;
	letter-spacing: .05em;
	color: #f24900;
	margin-bottom: 4px;
	text-align: left
}

.mySwiper2 p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: .02em;
	color: #fff;
	max-width: 750px;
	margin-bottom: 10px
}

.slider {
	padding-top: 60px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden
}

.slider .mySwiper .swiper-slide {
	position: relative;
	background: #000;
	cursor: pointer
}

.slider .mySwiper .swiper-slide img {
	width: 100%;
	height: 100%
}

.slider .mySwiper .swiper-slide span {
	position: absolute;
	left: 21px;
	bottom: 16px;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: .02em;
	color: #fff
}

.slider .mySwiper .swiper-slide::after {
	z-index: 1;
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4)
}

.slider .mySwiper .swiper-slide-thumb-active {
	position: relative
}

.slider .mySwiper .swiper-slide-thumb-active::before {
	position: absolute;
	content: "";
	display: block;
	width: 10px;
	height: 100%;
	background: #f24900;
	right: 0;
	top: 0
}

.slider .mySwiper .swiper-slide-thumb-active::after {
	position: absolute;
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: #f24900;
	left: auto;
	right: 2px!important;
	top: 50%!important;
	z-index: 1;
	-webkit-transform: rotate(45deg) translate(-50%,-50%);
	transform: rotate(45deg) translate(-50%,-50%)
}

.table-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 80px 0 80px;
	background-color: #f24900!important
}

.table-two h2 {
	color: #fff;
	margin-bottom: 40px
}

.table-two table {
	width: 100%;
	border-radius: 15px;
	overflow: hidden
}

.table-two table tr:last-child td {
	border-bottom: 0
}

.table-two table tr td {
	border-bottom: 2px solid #e9e9e9;
	border-right: 2px solid #e9e9e9;
	background: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 110%
}

.table-two table tr td:last-child {
	border-right: 0
}

.table-two table tr td:first-child {
	font-weight: 600
}

.table-two table tr td {
	font-weight: 500
}

.table-two table tr th {
	color: #fff;
	background: #000;
	text-align: left;
	padding: 20px 5px 20px 15px
}

.tabPanel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 80px 0
}

.tabPanel-box {
	max-width: 1184px;
	width: 100%;
	padding: 25px;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	-webkit-box-shadow: 0 20px 40px 10px rgba(0,0,0,.05);
	box-shadow: 0 20px 40px 10px rgba(0,0,0,.05);
	border-radius: 40px
}

.tabPanel-nav {
	margin-bottom: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	border: 1px solid #cecece;
	border-radius: 90px
}

.tabPanel-nav span {
	display: flex;
	width: 100%;
	padding: 12px 18px 14px;
	border-right: 1px solid #cecece;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: .05em;
	color: #0d0d0d;
	cursor: pointer;
	position: relative;
	align-items: center;
	text-align: center;
	justify-content: center
}

.tabPanel-nav span:first-child {
	border-radius: 90px 0 0 90px
}

.tabPanel-nav span:last-child {
	border-radius: 0 90px 90px 0
}

.tabPanel-nav span.active {
	background: #f24900;
	color: #fff
}

.tabPanel-nav span.active:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #f24900;
	display: block;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg)
}

.tabPanel-nav span:last-child {
	border-right: none
}

.tabPanel-text {
	padding: 0 15px 15px;
	margin-bottom: 19px;
	width: 100%;
	display: none;
	-webkit-transform: scale(.85);
	transform: scale(.85);
	opacity: 0;
	display: none
}

.tabPanel-text__active {
	display: block;
	-webkit-animation: animTab .3s linear normal forwards;
	animation: animTab .3s linear normal forwards
}

.tabPanel-text h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 49px;
	letter-spacing: .05em;
	color: #f24900;
	margin-bottom: 18px;
	text-align: left
}

.tabPanel-text p {
	font-weight: 500;
	max-width: 750px;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: .02em
}

.videoBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 90px 0
}

.videoBlock-box {
	max-width: 540px;
	width: 400%;
	height: 400px
}

.videoBlock-box iframe {
	width: 100%;
	height: 100%
}

.moduleImg {
	width: 512px;
	height: 512px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}

.moduleImg img {
	width: 100%
}

.moduleBox {
	width: 560px
}

.stages-card__descr a {
	color: #f34801
}

@-webkit-keyframes animTab {
	from {
					opacity: 0;
					-webkit-transform: scale(.96);
					transform: scale(.96)
	}

	to {
					opacity: 1;
					-webkit-transform: scale(1);
					transform: scale(1)
	}
}

@keyframes animTab {
	from {
					opacity: 0;
					-webkit-transform: scale(.96);
					transform: scale(.96)
	}

	to {
					opacity: 1;
					-webkit-transform: scale(1);
					transform: scale(1)
	}
}

.seoText {
	background: #f8f8f8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 64px 0
}

.seoText h2 {
	font-size: 24px;
	text-align: left;
	margin-bottom: 32px
}

.seoText h4 {
	margin-bottom: 32px
}

.seoText p {
	margin-bottom: 24px;
	line-height: 30px
}

.seoText ul {
	list-style: unset
}

.seoText ul li {
	line-height: 1.72
}

.entry-content {
	max-height: 400px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.entry-content__active {
	max-height: 9999px
}

.entry-content__active:after {
	background-image: none!important
}

.entry-content:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#ffffff));
	background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#f8f8f8 100%)
}

.section {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.section-inner {
	width: 100%;
	max-width: 1232px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1em;
	padding-left: 1em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.section-inner.benefits {
	text-align: center
}

.section-certif {
	padding: 72px 0 116px
}

.section-why {
	padding-top: 50px;
	padding-bottom: 90px
}

.work-slider__img,.work-slider .feedback-slider__img {
	margin: 0 auto!important
}

.w-layout-grid {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	grid-row-gap: 16px;
	grid-column-gap: 16px
}

.h1-title {
	margin-top: 0;
	margin-bottom: 64px;
	color: #0e1017;
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	letter-spacing: -1.07px
}

.grid {
	justify-items: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	grid-column-gap: 2em;
	grid-row-gap: 3em;
	grid-template-columns: 1fr 1fr 1fr
}

.benefits {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.benefits-icon {
	margin-bottom: 1em
}

.benefits-text {
	font-size: 22px;
	line-height: 31px;
	font-weight: 500;
	letter-spacing: -.4px
}

.partical {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #f24900;
	text-decoration: none;
	font-size: 24px
}

.partical-active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.partical:after {
	position: relative;
	content: "";
	display: block;
	margin-left: 10px;
	margin-top: 3px;
	-webkit-clip-path: polygon(100% 0,0 0,50% 100%);
	clip-path: polygon(100% 0,0 0,50% 100%);
	width: 10px;
	height: 10px;
	background: #f24900
}

.newsCards {
	padding: 92px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.newsCards-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.newsCards .card {
	width: 425px;
	background: #000;
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 15px;
	overflow: hidden
}

.newsCards .card:last-child {
	margin-right: 0
}

.newsCards .card-img {
	width: 100%;
	height: 200;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden
}

.newsCards .card-img img {
	height: 100%;
	width: auto;
	max-width: none
}

.newsCards .card-title {
	background: #f24900;
	padding: 17px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: .05em
}

.newsCards .card-title span {
	max-width: 300px;
	display: block;
	position: relative
}


.newsCards .card-title span:before {
	position: absolute;
	content: "";
	display: block;
	opacity: 1;
	width: 36px;
	height: 25px;
	background: url(/img/arr-white.svg) no-repeat center;
	background-size: cover;
	left: 349px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.textBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 90px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.textBlock h3 {
	margin-bottom: 10px;
	margin-top: 30px;
	font-weight: 700
}

.textBlock p {
	margin-bottom: 10px
}

.textBlock ul,.textBlock ol {
	padding-left: 20px;
	margin-bottom: 10px
}

.textBlock ul li,.textBlock ol li {
	margin-bottom: 5px
}

.textBlock ul {
	list-style: unset
}

.textBlock ol {
	list-style: auto
}

.tag-article {
	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-align: center;
	-ms-flex-align: center;
	align-items: center
}

.tag-article .textBlock {
	padding: 0;
	margin-bottom: 20px
}

.tag-article .textBlock h3 {
	margin-top: 0
}

.mapBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 90px 0
}

.mapBlock h2 {
	margin-bottom: 40px
}

.mapBlock-map {
	width: 100%;
	height: 400px
}

.mapBlock-map iframe {
	height: 100%
}

.feedbackModule {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.why-warning-cat {
	background: #000!important
}

.why-warning__text {
	font-size: 17px!important
}

#advantages_cat h2 {
	font-size: 25px;
	margin-bottom: 50px;
	text-align: left
}

.mrg-bottom {
	margin-bottom: 90px
}

.footer {
	position: relative;
	overflow: hidden;
	background: #0d0d0d;
	padding: 86px 0 38px
}

.footer:before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50vw - 4px);
	width: 50vw;
	height: 100%;
	background: #f34801
}

.footer .container {
	max-width: 1400px
}

.widget-row>div:first-child {
	-ms-flex: 0 0 33.666667%;
	flex: 0 0 33.666667%;
	max-width: 33.666667%
}

.widget-row>div:last-child .widget {
	padding: 0 0 0 34px
}

.copyright-row {
	max-width: 450px;
	align-items: center
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.widget-title {
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	margin: 0 0 28px
}

.textwidget li:not(:last-child) {
	margin: 0 0 6px
}

.textwidget li {
	display: flex
}

.messenger-list {
	margin: 0 0 48px;
	display: none
}

.contact-widget-text {
	font-size: 14px;
	line-height: 140%;
	font-weight: 500;
	color: #fff;
	margin: 0 0 18px
}

.contact-widget-text svg {
	width: 18px;
	height: 18px;
	display: inline-flex;
	fill: #fff;
	margin: 0 16px 0 0
}

.contact-widget-social {
	display: flex;
	position: relative;
	justify-content: space-between;
	margin: 58px 0 0;
	width: 500px;
	max-width: 100%;
	top: 40px
}

.contact-widget-social a {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 42px;
	background: #000;
	transition: background .4s
}

.contact-widget-social a.vk:hover {
	background: #07f
}

.contact-widget-social a.ig:hover {
	background: #f09433;
	background: -moz-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: -webkit-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433',endColorstr='#bc1888',GradientType=1 )
}

.contact-widget-social a.tg:hover {
	background: #08c
}

.contact-widget-social a.yt:hover {
	background: red
}

.contact-widget-social a.wa:hover {
	background: #25d366
}

.contact-widget-social a.vb:hover {
	background: #8f5db7
}

.col-4 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.messenger-list {
	margin: 0 0 48px;
	display: none
}

.contact-widget-text a {
	transition: color .4s;
	color: #fff
}

.copyright-text {
	font-weight: 500;
	font-size: 14px;
	color: #fff
}

.copyright-link {
	padding: 1px 0;
	font-weight: 500;
	font-size: 12px;
	color: #cecece;
	border-bottom: 1px solid #818181;
	transition: color .4s,opacity .4s
}

.copyright-link:hover {
	color: #666
}

.textwidget a {
	font-size: 14px;
	color: #fff;
	padding: 4px 0;
	transition: color .4s,opacity .4s
}

.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 30%;
	overflow: hidden;
	cursor: pointer;
	width: 100%
}

.youtube:first-child {
	margin-right: 50px
}

.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: .7
}

.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: .8;
	border-radius: 6px
}

.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26px;
	border-color: transparent transparent transparent #fff
}

.youtube img,.youtube .play-button {
	cursor: pointer
}

.youtube img,.youtube iframe,.youtube .play-button,.youtube .play-button:before {
	position: absolute
}

.youtube .play-button,.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%,-50%,0 )
}

.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

@media screen and (max-width: 1199px) {
	.block {
					max-width:960px
	}

	.mySwiper2 {
					width: 670px
	}

	.mySwiper2 .slider-img {
					width: 100%
	}

	.videoBlock-box {
					max-width: 460px;
					width: 100%;
					height: 400px
	}

	.moduleImg {
					width: 360px;
					height: 360px
	}
}

@media screen and (max-width: 991px) {
	.block {
					max-width:720px
	}

	.block-newsCards {
					max-width: 720px!important
	}

	#advantages_cat {
					margin-bottom: 50px
	}

	.section-title__mb32 {
					width: 100%
	}

	.mrg-bottom {
					margin-bottom: 50px
	}

	.swiper-block {
					-webkit-box-orient: vertical;
					-webkit-box-direction: reverse;
					-ms-flex-direction: column-reverse;
					flex-direction: column-reverse;
					height: auto
	}

	.slider {
					padding: 45px 0 40px
	}

	.slider .mySwiper .swiper-slide-thumb-active::before {
					width: 100%;
					height: 6px;
					top: auto;
					bottom: 0
	}

	.slider .mySwiper .swiper-slide-thumb-active::after {
					right: 50%!important;
					top: auto!important;
					bottom: 0;
					width: 10px;
					height: 10px;
					-webkit-transform: rotate(45deg) translate(50%,-50%);
					transform: rotate(45deg) translate(50%,-50%)
	}

	.mySwiper2 {
					width: 100%;
					height: auto
	}

	.mySwiper {
					width: 100%;
					height: 100px;
					margin-bottom: 25px!important
	}

	.newsCards .card {
					width: 345px
	}

	.newsCards .card-img {
					height: 200px
	}

	.newsCards .card-title {
					font-size: 16px
	}

	.newsCards .card-title span {
					max-width: 245px
	}

	.newsCards .card-title span::before {
					left: 269px
	}

	.benefits-icon {
					width: 48px;
					height: 48px
	}

	.benefits-text {
					font-size: 18px;
					line-height: 125%
	}

	.videoBlock-box {
					max-width: 400px;
					width: 100%;
					height: 400px
	}

	.moduleImg {
					width: 240px;
					height: 240px
	}

	.moduleBox {
					width: 420px
	}
}

@media screen and (max-width: 767px) {
	.block {
					max-width:540px
	}

	.block-videoBlock {
					-webkit-box-orient: vertical;
					-webkit-box-direction: normal;
					-ms-flex-direction: column;
					flex-direction: column
	}

	.block-newsCards {
					max-width: 540px!important
	}

	.mySwiper2 .slider-img {
					height: unset
	}

	.benefits-icon {
					width: 32px;
					height: 32px
	}

	.benefits-text {
					font-size: 16px;
					line-height: 125%
	}

	.newsCards .card {
					width: 260px
	}

	.newsCards .card-img {
					height: 128px
	}

	.newsCards .card-title {
					font-size: 10px;
					line-height: 140%;
					padding: 7px 15px 7px 12px
	}

	.newsCards .card-title span {
					max-width: 184px
	}

	.newsCards .card-title span::before {
					left: 215px;
					width: 17px;
					height: 12px
	}

	.videoBlock-box {
					max-width: none;
					width: 400px;
					height: 400px;
					margin-bottom: 30px
	}

	.videoBlock-box:last-child {
					margin-bottom: 0
	}

	.moduleImg {
					display: none
	}

	.moduleBox {
					width: 100%
	}
}

@media screen and (max-width: 575px) {
	.navPage .header-nav__li a {
					font-size:12px;
					margin-top: 0
	}

	.navPage .header-nav__li {
					margin-top: 0
	}

	.block {
					max-width: 320px;
					padding: 0 15px
	}

	.block-newsCards {
					max-width: none!important;
					overflow-x: scroll
	}

	.block-scroll {
					min-width: 1020px
	}

	.mySwiper {
					overflow: unset!important;
					height: 70px
	}

	.mySwiper2 h2 {
					font-size: 24px!important;
					line-height: 125%;
					margin-bottom: 10px
	}

	.slider {
					padding: 45px 0 90px
	}

	.slider .mySwiper .swiper-slide span {
					left: 11px;
					bottom: 11px;
					font-size: 18px;
					line-height: 100%
	}

	.slider .mySwiper .swiper-slide-thumb-active::after {
					right: 50%!important;
					top: auto!important;
					bottom: 2px;
					width: 8px;
					height: 8px;
					-webkit-transform: rotate(45deg) translate(50%,-50%);
					transform: rotate(45deg) translate(50%,-50%)
	}

	.table-two table tr td:last-child {
					width: 45%
	}

	.table-two table tr th {
					font-size: 12px;
					font-weight: 600;
					text-align: center;
					padding: 14px
	}

	.table-two table tr th:last-child {
					width: 45%
	}

	.table-two table tr td {
					font-size: 12px;
					padding: 14px
	}

	.tabPanel-box {
					padding: 9px;
					border-radius: 15px
	}

	.tabPanel-nav {
					margin-bottom: 20px;
					-webkit-box-orient: vertical;
					-webkit-box-direction: normal;
					-ms-flex-direction: column;
					flex-direction: column;
					border: none
	}

	.tabPanel-nav span {
					font-size: 14px;
					line-height: 12px;
					letter-spacing: .05em;
					border: 1px solid #cecece;
					border-radius: 90px!important;
					margin-bottom: 5px
	}

	.tabPanel-nav span.active::after {
					display: none
	}

	.tabPanel-text {
					padding: 0 9px
	}

	.tabPanel-content {
					display: block
	}

	.tabPanel-content .panel-2 {
					text-align: center;
					margin-top: 30px
	}

	.tabPanel-text h3 {
					font-size: 24px;
					line-height: 40px;
					letter-spacing: 0
	}

	.tabPanel-content .panel-2 img {
					max-width: 50%
	}

	.tabPanel-text p {
	    font-size: 15px;
	    line-height: 20px;
	}

	.tabPanel-text h2 {
					font-size: 24px!important;
					line-height: 125%
	}

	.seoText h2 {
					font-size: 24px!important;
					line-height: 125%
	}

	.partical {
					font-size: 18px
	}

	.benefits .h1-title {
					font-size: 32px;
					line-height: 110%
	}

	.benefits-text {
					font-size: 12px
	}

	.benefits .grid {
					grid-column-gap: 2em;
					grid-row-gap: 2em;
					grid-template-columns: 1fr 1fr
	}

	.videoBlock-box {
					height: 400px;
					margin-bottom: 30px
	}

	.videoBlock-box:last-child {
					margin-bottom: 0
	}

	.footer {
					background: #000;
					padding: 48px 0 50px
	}

	.widget-row {
					margin-bottom: 44px
	}

	.widget-row>div:first-child,.widget-row>div {
					margin: 0;
					-ms-flex: 0 0 auto;
					flex: 0 0 auto;
					max-width: none;
					display: inline-flex
	}

	.widget-row>div:first-child .widget {
					margin: 0 30px 0 0
	}

	.widget {
					padding: 48px 0
	}

	.widget-row>div {
					order: 2
	}

	.widget-title {
					font-size: 17px;
					margin: 0 0 34px
	}

	.textwidget li:not(:last-child) {
					margin: 0 0 20px
	}

	.textwidget a {
					font-size: 16px
	}

	.widget-row>div:last-child .widget {
					padding: 0
	}

	.widget-row>div:last-child {
					-ms-flex: 0 0 100%;
					flex: 0 0 100%;
					max-width: 100%;
					order: 1
	}

	.contact-widget {
					margin: 0 0 50px
	}

	.widget-row:before {
					order: 2
	}

	.footer:before {
					background: #000
	}

	.contact-widget-social {
					width: 100%;
					justify-content: center
	}

	.contact-widget-text {
					font-size: 12px
	}

	.contact-widget-social a {
					margin-right: 20px
	}

	.contact-widget-social a:last-child {
					margin-right: 0
	}

	.contact-widget-social a.vk,
	.messangers-pc li a.vk {
					background: #07f
	}

	.contact-widget-social a.ig,
	.messangers-pc li a.ig {
					background: #f09433;
					background: -moz-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
					background: -webkit-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
					background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433',endColorstr='#bc1888',GradientType=1 )
	}

	.contact-widget-social a.tg {
					background: #08c
	}

	.contact-widget-social a.yt {
					background: red
	}

	.contact-widget-social a.wa,
	.messangers-pc li a.wa {
					background: #25d366
	}

	.contact-widget-social a.vb,
	.messangers-pc li a.vb {
					background: #8f5db7
	}
	.section-why-two {
	    max-width: 320px;
	    margin: 0 auto;
	}
	.youtube {
		height: 300px;
	}

	.youtube img {
		top: 20%;
	}
	.youtube:first-child { margin: 0; }
}