.widget-dynamic__close:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 3;
}

.widget-dynamic__close {
    z-index: 9999;
    opacity: 1;
}

.widget-dynamic__close svg path {
    stroke: transparent;
}
		.section__header h3 {}	
		.memo {
			display: flex;
			margin: 20px 0 30px 0;
			background-color: #2e2e2e;
		    box-shadow: 0 37px 59px -37px rgba(21,21,21,0.75);
		}
		.memo img {
			width: 55%;
		    height: auto;
			object-fit: cover;
		    mask-image: linear-gradient(to right, #000 45%, transparent 98%);
		    -webkit-mask-image: linear-gradient(to right, #000 45%, transparent 98%);
		}
		.memo p {
			color: #fff !important;
			padding: 100px 35px;
		    padding-left: 0;
		}
		
		.memo p b {
			font-size: 120%;
		}
		
		@media (max-width: 750px) {
			.memo {
				flex-wrap: wrap;
			}
			.memo img {
				width: 100%;
				height: 300px;
				mask-image: linear-gradient(to bottom, #000 45%, transparent 98%);
				-webkit-mask-image: linear-gradient(to bottom, #000 45%, transparent 98%);
				margin-left: unset;
			}
			.memo p {
				padding: 40px 20px !important;
			}
		}
		
		@media (max-width: 480px) {
			.memo {
				width: calc(100% + 60px);
				max-width: calc(100% + 60px);
				margin-left: -20px;
			}
		}
		.answer {color: green; padding: 20px 0 0 0; margin-bottom: -32px; display: none}
		.error {color: red; padding: 20px 0 0 0; margin-bottom: -32px; display: none}
		#answer_lead {color: #fff; margin: 0px; padding: 20px 0; text-align: center; font-size: 20px; line-height: 28px}
		.answer_pulse {font-size: 24px;color: greenyellow;padding: 10px 0;}
		.morecontent span {display: none;}
		/*
		@media only screen and (max-width: 767px) {
			.video__bg {padding-top: 0px !important}
		}
		*/
		
		//.header__bottom .nav ul li {margin-right: 0px}
		.header__bottom .nav > ul > li > a {padding: 0px 35px}		
		.header__bottom .nav ul li span {
			position: relative;
			display: flex;
			align-items: center;
			padding: 0 35px;
			height: 70px;
			font-size: 18px;
			font-weight: 600;
			line-height: 1;	
			background: #005cff;
			color: #fff;
		}
		.header__bottom .nav ul li:last-child {margin-right: 0}
/* 		ul.bcrumbs {margin-bottom: 70px} */

		.mm__wrap > ul li span {
		display: block;
		font-weight: 600;
		text-decoration: none;
		color: #1c3749;
		font-size: 18px;
		line-height: 27px;
		}
		
		.abstart .stitle {text-transform: inherit !important}
		.slider-reviews__card .descr {text-align: justify; padding-right: 30px; min-height: 240px}
		.section--faq .accordion__button {padding-right: 50px}
		
		.intro {padding-top: 10rem !important}
		
		#toc li{list-style: none}
		#toc li a {text-decoration: none; }
		
		.b24-widget-button-position-bottom-right {right: 20px !important; bottom: 115px !important;}
		.stbanner {background: #ffe700; top: 0px; bottom: auto;}
		
		
		#content-post p {font-size: 18px; font-weight: bold; cursor: pointer}
		
		.infob__text {max-height: 180px}
		
		
		
		.ebox__eitem, elist__eitem {position: relative}
		.ebox__eitem .pitem__label, .elist__eitem .pitem__label {z-index: 20}
		
		@media only screen and (max-width: 767px) {
			.video__bg iframe {    object-fit: fill;}
		}
		@media only screen and (max-width: 600px) {
			#content video {width: 100%; }
			ul.bcrumbs {margin-bottom: 30px}
		}
		
		.eft > ul.notinside > li > a i {display: none !important}
		
		.section__header h1 {position: relative;
		padding-left: 2.9rem;
		font-size: 3.8rem;
		font-weight: 500;
		letter-spacing: -.1px;
		line-height: 55px;
		max-width: 748px;}
		
		.section__header h1:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 4px;
		height: 90%;
		background-color: #005cff;	
		}	
		</style> 
		<style type="text/css" media="screen">
		body.compensate-for-scrollbar {
		    overflow: hidden;
		}
		
		.fancybox-active {
		    height: auto;
		}
		
		.fancybox-is-hidden {
		    left: -9999px;
		    margin: 0;
		    position: absolute !important;
		    top: -9999px;
		    visibility: hidden;
		}
		
		.fancybox-container {
		    -webkit-backface-visibility: hidden;
		    height: 100%;
		    left: 0;
		    outline: none;
		    position: fixed;
		    -webkit-tap-highlight-color: transparent;
		    top: 0;
		    -ms-touch-action: manipulation;
		    touch-action: manipulation;
		    transform: translateZ(0);
		    width: 100%;
		    z-index: 99992;
		}
		
		.fancybox-container * {
		    box-sizing: border-box;
		}
		
		.fancybox-outer,
		.fancybox-inner,
		.fancybox-bg,
		.fancybox-stage {
		    bottom: 0;
		    left: 0;
		    position: absolute;
		    right: 0;
		    top: 0;
		}
		
		.fancybox-outer {
		    -webkit-overflow-scrolling: touch;
		    overflow-y: auto;
		}
		
		.fancybox-bg {
		    background: rgb(40,40,40);
		    opacity: 0;
		    transition-duration: inherit;
		    transition-property: opacity;
		    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
		}
		
		.fancybox-is-open .fancybox-bg {
		    opacity: .7;
		    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
		}
		
		.fancybox-infobar,
		.fancybox-toolbar,
		.fancybox-caption,
		.fancybox-navigation .fancybox-button {
		    direction: ltr;
		    opacity: 0;
		    position: absolute;
		    transition: opacity .25s ease, visibility 0s ease .25s;
		    visibility: hidden;
		    z-index: 99997;
		}
		
		.fancybox-show-infobar .fancybox-infobar,
		.fancybox-show-toolbar .fancybox-toolbar,
		.fancybox-show-caption .fancybox-caption,
		.fancybox-show-nav .fancybox-navigation .fancybox-button {
		    opacity: 1;
		    transition: opacity .25s ease 0s, visibility 0s ease 0s;
		    visibility: visible;
		}
		
		.fancybox-infobar {
		    color: #ccc;
		    font-size: 13px;
		    -webkit-font-smoothing: subpixel-antialiased;
		    height: 44px;
		    left: 0;
		    line-height: 44px;
		    min-width: 44px;
		    mix-blend-mode: difference;
		    padding: 0 10px;
		    pointer-events: none;
		    top: 0;
		    -webkit-touch-callout: none;
		    -webkit-user-select: none;
		    -moz-user-select: none;
		    -ms-user-select: none;
		    user-select: none;
		}
		
		.fancybox-toolbar {
		    right: 0;
		    top: 0;
		}
		
		.fancybox-stage {
		    direction: ltr;
		    overflow: visible;
		    transform: translateZ(0);
		    z-index: 99994;
		}
		
		.fancybox-is-open .fancybox-stage {
		    overflow: hidden;
		}
		
		.fancybox-slide {
		    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
		    display: none;
		    height: 100%;
		    left: 0;
		    outline: none;
		    overflow: auto;
		    -webkit-overflow-scrolling: touch;
		    padding: 0px;
		    position: absolute;
		    text-align: center;
		    top: 0;
		    transition-property: transform, opacity;
		    white-space: normal;
		    width: 100%;
		    z-index: 99994;
		}
		
		.fancybox-slide::before {
		    content: '';
		    display: inline-block;
		    font-size: 0;
		    height: 100%;
		    vertical-align: middle;
		    width: 0;
		}
		
		.fancybox-is-sliding .fancybox-slide,
		.fancybox-slide--previous,
		.fancybox-slide--current,
		.fancybox-slide--next {
		    display: block;
		}
		
		.fancybox-slide--image {
		    overflow: hidden;
		    padding: 44px 0;
		}
		
		.fancybox-slide--image::before {
		    display: none;
		}
		
		.fancybox-slide--html {
		    padding: 6px;
		}
		
		.fancybox-content {
		    display: inline-block;
		    margin: 0;
		    max-width: 100%;
		    overflow: auto;
		    -webkit-overflow-scrolling: touch;
		    position: relative;
		    vertical-align: middle;
		    text-align: left;
		}
		
		.fancybox-slide--image .fancybox-content {
		    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
		    -webkit-backface-visibility: hidden;
		    background: transparent;
		    background-repeat: no-repeat;
		    background-size: 100% 100%;
		    left: 0;
		    max-width: none;
		    overflow: visible;
		    padding: 0;
		    position: absolute;
		    top: 0;
		    -ms-transform-origin: top left;
		    transform-origin: top left;
		    transition-property: transform, opacity;
		    -webkit-user-select: none;
		    -moz-user-select: none;
		    -ms-user-select: none;
		    user-select: none;
		    z-index: 99995;
		}
		
		.fancybox-can-zoomOut .fancybox-content {
		    cursor: zoom-out;
		}
		
		.fancybox-can-zoomIn .fancybox-content {
		    cursor: zoom-in;
		}
		
		.fancybox-can-swipe .fancybox-content,
		.fancybox-can-pan .fancybox-content {
		    cursor: -webkit-grab;
		    cursor: grab;
		}
		
		.fancybox-is-grabbing .fancybox-content {
		    cursor: -webkit-grabbing;
		    cursor: grabbing;
		}
		
		.fancybox-container [data-selectable='true'] {
		    cursor: text;
		}
		
		.fancybox-image,
		.fancybox-spaceball {
		    background: transparent;
		    border: 0;
		    height: 100%;
		    left: 0;
		    margin: 0;
		    max-height: none;
		    max-width: none;
		    padding: 0;
		    position: absolute;
		    top: 0;
		    -webkit-user-select: none;
		    -moz-user-select: none;
		    -ms-user-select: none;
		    user-select: none;
		    width: 100%;
		}
		
		.fancybox-spaceball {
		    z-index: 1;
		}
		
		.fancybox-slide--video .fancybox-content,
		.fancybox-slide--map .fancybox-content,
		.fancybox-slide--pdf .fancybox-content,
		.fancybox-slide--iframe .fancybox-content {
		    height: 100%;
		    overflow: visible;
		    padding: 0;
		    width: 100%;
		}
		
		.fancybox-slide--video .fancybox-content {
		    background: #000;
		}
		
		.fancybox-slide--map .fancybox-content {
		    background: #e5e3df;
		}
		
		.fancybox-slide--iframe .fancybox-content {
		    background: #fff;
		}
		
		.fancybox-video,
		.fancybox-iframe {
		    background: transparent;
		    border: 0;
		    display: block;
		    height: 100%;
		    margin: 0;
		    overflow: hidden;
		    padding: 0;
		    width: 100%;
		}
		
		/* Fix iOS */
		.fancybox-iframe {
		    left: 0;
		    position: absolute;
		    top: 0;
		}
		
		.fancybox-error {
		    background: #fff;
		    cursor: default;
		    max-width: 400px;
		    padding: 40px;
		    width: 100%;
		}
		
		.fancybox-error p {
		    color: #444;
		    font-size: 16px;
		    line-height: 20px;
		    margin: 0;
		    padding: 0;
		}
		
		/* Buttons */
		
		.fancybox-button {
		    background: rgba(30, 30, 30, .6);
		    border: 0;
		    border-radius: 0;
		    box-shadow: none;
		    cursor: pointer;
		    display: inline-block;
		    height: 44px;
		    margin: 0;
		    padding: 10px;
		    position: relative;
		    transition: color .2s;
		    vertical-align: top;
		    visibility: inherit;
		    width: 44px;
		}
		
		.fancybox-button,
		.fancybox-button:visited,
		.fancybox-button:link {
		    color: #ccc;
		}
		
		.fancybox-button:hover {
		    color: #fff;
		}
		
		.fancybox-button:focus {
		    outline: none;
		}
		
		.fancybox-button.fancybox-focus {
		    outline: 1px dotted;
		}
		
		.fancybox-button[disabled],
		.fancybox-button[disabled]:hover {
		    color: #888;
		    cursor: default;
		    outline: none;
		}
		
		/* Fix IE11 */
		.fancybox-button div {
		    height: 100%;
		}
		
		.fancybox-button svg {
		    display: block;
		    height: 100%;
		    overflow: visible;
		    position: relative;
		    width: 100%;
		}
		
		.fancybox-button svg path {
		    fill: currentColor;
		    stroke-width: 0;
		}
		
		.fancybox-button--play svg:nth-child(2),
		.fancybox-button--fsenter svg:nth-child(2) {
		    display: none;
		}
		
		.fancybox-button--pause svg:nth-child(1),
		.fancybox-button--fsexit svg:nth-child(1) {
		    display: none;
		}
		
		.fancybox-progress {
		    background: #ff5268;
		    height: 2px;
		    left: 0;
		    position: absolute;
		    right: 0;
		    top: 0;
		    -ms-transform: scaleX(0);
		    transform: scaleX(0);
		    -ms-transform-origin: 0;
		    transform-origin: 0;
		    transition-property: transform;
		    transition-timing-function: linear;
		    z-index: 99998;
		}
		/* Close button on the top right corner of html content */
		
		.fancybox-close-small {
		    background: transparent;
		    border: 0;
		    border-radius: 0;
		    color: #000;
		    cursor: pointer;
		    opacity: .3;
		    padding: 8px;
		    position: absolute;
		    right: -12px;
		    top: -44px;
		    z-index: 401;
		}
		
		.fancybox-close-small:hover {
		    background: transparent;
		    opacity: 1;
		}
		
		.fancybox-close-small:after {
		    display: none;
		}
		
		.fancybox-slide--html .fancybox-close-small {
		    color: currentColor;
		    padding: 8px;
		    right: 0;
		    top: 0;
		}
		
		.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
		    overflow: hidden;
		}
		
		.fancybox-is-scaling .fancybox-close-small,
		.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
		    display: none;
		}
		
		/* Navigation arrows */
		
		.fancybox-navigation .fancybox-button {
		    background-clip: content-box;
		    height: 100px;
		    opacity: 0;
		    position: absolute;
		    top: calc(50% - 50px);
		    width: 70px;
		}
		
		.fancybox-navigation .fancybox-button div {
		    padding: 7px;
		}
		
		.fancybox-navigation .fancybox-button--arrow_left {
		    left: 0;
		    left: env(safe-area-inset-left);
		    padding: 31px 26px 31px 6px;
		}
		
		.fancybox-navigation .fancybox-button--arrow_right {
		    padding: 31px 6px 31px 26px;
		    right: 0;
		    right: env(safe-area-inset-right);
		}
		
		/* Caption */
		
		.fancybox-caption {
		    background: linear-gradient(
		    to top,
		    rgba(0, 0, 0, .85) 0%,
		    rgba(0, 0, 0, .3) 50%,
		    rgba(0, 0, 0, .15) 65%,
		    rgba(0, 0, 0, .075) 75.5%,
		    rgba(0, 0, 0, .037) 82.85%,
		    rgba(0, 0, 0, .019) 88%,
		    rgba(0, 0, 0, 0) 100%
		    );
		    bottom: 0;
		    color: #eee;
		    font-size: 14px;
		    font-weight: 400;
		    left: 0;
		    line-height: 1.5;
		    padding: 75px 44px 25px 44px;
		    pointer-events: none;
		    right: 0;
		    text-align: center;
		    z-index: 99996;
		}
		
		@supports (padding: max(0px)) {
		    .fancybox-caption {
		        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
		    }
		}
		
		.fancybox-caption--separate {
		    margin-top: -50px;
		}
		
		.fancybox-caption__body {
		    max-height: 50vh;
		    overflow: auto;
		    pointer-events: all;
		}
		
		.fancybox-caption a,
		.fancybox-caption a:link,
		.fancybox-caption a:visited {
		    color: #ccc;
		    text-decoration: none;
		}
		
		.fancybox-caption a:hover {
		    color: #fff;
		    text-decoration: underline;
		}
		
		/* Loading indicator */
		
		.fancybox-loading {
		    animation: fancybox-rotate 1s linear infinite;
		    background: transparent;
		    border: 4px solid #888;
		    border-bottom-color: #fff;
		    border-radius: 50%;
		    height: 50px;
		    left: 50%;
		    margin: -25px 0 0 -25px;
		    opacity: .7;
		    padding: 0;
		    position: absolute;
		    top: 50%;
		    width: 50px;
		    z-index: 99999;
		}
		
		@keyframes fancybox-rotate {
		    100% {
		        transform: rotate(360deg);
		    }
		}
		
		/* Transition effects */
		
		.fancybox-animated {
		    transition-timing-function: cubic-bezier(0, 0, .25, 1);
		}
		
		/* transitionEffect: slide */
		
		.fancybox-fx-slide.fancybox-slide--previous {
		    opacity: 0;
		    transform: translate3d(-100%, 0, 0);
		}
		
		.fancybox-fx-slide.fancybox-slide--next {
		    opacity: 0;
		    transform: translate3d(100%, 0, 0);
		}
		
		.fancybox-fx-slide.fancybox-slide--current {
		    opacity: 1;
		    transform: translate3d(0, 0, 0);
		}
		
		/* transitionEffect: fade */
		
		.fancybox-fx-fade.fancybox-slide--previous,
		.fancybox-fx-fade.fancybox-slide--next {
		    opacity: 0;
		    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
		}
		
		.fancybox-fx-fade.fancybox-slide--current {
		    opacity: 1;
		}
		
		/* transitionEffect: zoom-in-out */
		
		.fancybox-fx-zoom-in-out.fancybox-slide--previous {
		    opacity: 0;
		    transform: scale3d(1.5, 1.5, 1.5);
		}
		
		.fancybox-fx-zoom-in-out.fancybox-slide--next {
		    opacity: 0;
		    transform: scale3d(.5, .5, .5);
		}
		
		.fancybox-fx-zoom-in-out.fancybox-slide--current {
		    opacity: 1;
		    transform: scale3d(1, 1, 1);
		}
		
		/* transitionEffect: rotate */
		
		.fancybox-fx-rotate.fancybox-slide--previous {
		    opacity: 0;
		    -ms-transform: rotate(-360deg);
		    transform: rotate(-360deg);
		}
		
		.fancybox-fx-rotate.fancybox-slide--next {
		    opacity: 0;
		    -ms-transform: rotate(360deg);
		    transform: rotate(360deg);
		}
		
		.fancybox-fx-rotate.fancybox-slide--current {
		    opacity: 1;
		    -ms-transform: rotate(0deg);
		    transform: rotate(0deg);
		}
		
		/* transitionEffect: circular */
		
		.fancybox-fx-circular.fancybox-slide--previous {
		    opacity: 0;
		    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
		}
		
		.fancybox-fx-circular.fancybox-slide--next {
		    opacity: 0;
		    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
		}
		
		.fancybox-fx-circular.fancybox-slide--current {
		    opacity: 1;
		    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
		}
		
		/* transitionEffect: tube */
		
		.fancybox-fx-tube.fancybox-slide--previous {
		    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
		}
		
		.fancybox-fx-tube.fancybox-slide--next {
		    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
		}
		
		.fancybox-fx-tube.fancybox-slide--current {
		    transform: translate3d(0, 0, 0) scale(1);
		}
		
		/* Styling for Small-Screen Devices */
		@media all and (max-height: 576px) {
		    .fancybox-slide {
		        padding-left: 6px;
		        padding-right: 6px;
		    }
		
		    .fancybox-slide--image {
		        padding: 6px 0;
		    }
		
		    .fancybox-close-small {
		        right: -6px;
		    }
		
		    .fancybox-slide--image .fancybox-close-small {
		        background: #4e4e4e;
		        color: #f2f4f6;
		        height: 36px;
		        opacity: 1;
		        padding: 6px;
		        right: 0;
		        top: 0;
		        width: 36px;
		    }
		
		    .fancybox-caption {
		        padding-left: 12px;
		        padding-right: 12px;
		    }
		
		    @supports (padding: max(0px)) {
		        .fancybox-caption {
		            padding-left: max(12px, env(safe-area-inset-left));
		            padding-right: max(12px, env(safe-area-inset-right));
		        }
		    }
		}
		
		/* Share */
		
		.fancybox-share {
		    background: #f4f4f4;
		    border-radius: 3px;
		    max-width: 90%;
		    padding: 30px;
		    text-align: center;
		}
		
		.fancybox-share h1 {
		    color: #222;
		    font-size: 35px;
		    font-weight: 700;
		    margin: 0 0 20px 0;
		}
		
		.fancybox-share p {
		    margin: 0;
		    padding: 0;
		}
		
		.fancybox-share__button {
		    border: 0;
		    border-radius: 3px;
		    display: inline-block;
		    font-size: 14px;
		    font-weight: 700;
		    line-height: 40px;
		    margin: 0 5px 10px 5px;
		    min-width: 130px;
		    padding: 0 15px;
		    text-decoration: none;
		    transition: all .2s;
		    -webkit-user-select: none;
		    -moz-user-select: none;
		    -ms-user-select: none;
		    user-select: none;
		    white-space: nowrap;
		}
		
		.fancybox-share__button:visited,
		.fancybox-share__button:link {
		    color: #fff;
		}
		
		.fancybox-share__button:hover {
		    text-decoration: none;
		}
		
		.fancybox-share__button--fb {
		    background: #3b5998;
		}
		
		.fancybox-share__button--fb:hover {
		    background: #344e86;
		}
		
		.fancybox-share__button--pt {
		    background: #bd081d;
		}
		
		.fancybox-share__button--pt:hover {
		    background: #aa0719;
		}
		
		.fancybox-share__button--tw {
		    background: #1da1f2;
		}
		
		.fancybox-share__button--tw:hover {
		    background: #0d95e8;
		}
		
		.fancybox-share__button svg {
		    height: 25px;
		    margin-right: 7px;
		    position: relative;
		    top: -1px;
		    vertical-align: middle;
		    width: 25px;
		}
		
		.fancybox-share__button svg path {
		    fill: #fff;
		}
		
		.fancybox-share__input {
		    background: transparent;
		    border: 0;
		    border-bottom: 1px solid #d7d7d7;
		    border-radius: 0;
		    color: #5d5b5b;
		    font-size: 14px;
		    margin: 10px 0 0 0;
		    outline: none;
		    padding: 10px 15px;
		    width: 100%;
		}
		
		/* Thumbs */
		
		.fancybox-thumbs {
		    background: #ddd;
		    bottom: 0;
		    display: none;
		    margin: 0;
		    -webkit-overflow-scrolling: touch;
		    -ms-overflow-style: -ms-autohiding-scrollbar;
		    padding: 2px 2px 4px 2px;
		    position: absolute;
		    right: 0;
		    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		    top: 0;
		    width: 212px;
		    z-index: 99995;
		}
		
		.fancybox-thumbs-x {
		    overflow-x: auto;
		    overflow-y: hidden;
		}
		
		.fancybox-show-thumbs .fancybox-thumbs {
		    display: block;
		}
		
		.fancybox-show-thumbs .fancybox-inner {
		    right: 212px;
		}
		
		.fancybox-thumbs__list {
		    font-size: 0;
		    height: 100%;
		    list-style: none;
		    margin: 0;
		    overflow-x: hidden;
		    overflow-y: auto;
		    padding: 0;
		    position: absolute;
		    position: relative;
		    white-space: nowrap;
		    width: 100%;
		}
		
		.fancybox-thumbs-x .fancybox-thumbs__list {
		    overflow: hidden;
		}
		
		.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
		    width: 7px;
		}
		
		.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
		    background: #fff;
		    border-radius: 10px;
		    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
		}
		
		.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
		    background: #2a2a2a;
		    border-radius: 10px;
		}
		
		.fancybox-thumbs__list a {
		    -webkit-backface-visibility: hidden;
		    backface-visibility: hidden;
		    background-color: rgba(0, 0, 0, .1);
		    background-position: center center;
		    background-repeat: no-repeat;
		    background-size: cover;
		    cursor: pointer;
		    float: left;
		    height: 75px;
		    margin: 2px;
		    max-height: calc(100% - 8px);
		    max-width: calc(50% - 4px);
		    outline: none;
		    overflow: hidden;
		    padding: 0;
		    position: relative;
		    -webkit-tap-highlight-color: transparent;
		    width: 100px;
		}
		
		.fancybox-thumbs__list a::before {
		    border: 6px solid #ff5268;
		    bottom: 0;
		    content: '';
		    left: 0;
		    opacity: 0;
		    position: absolute;
		    right: 0;
		    top: 0;
		    transition: all .2s cubic-bezier(.25, .46, .45, .94);
		    z-index: 99991;
		}
		
		.fancybox-thumbs__list a:focus::before {
		    opacity: .5;
		}
		
		.fancybox-thumbs__list a.fancybox-thumbs-active::before {
		    opacity: 1;
		}
		
		/* Styling for Small-Screen Devices */
		@media all and (max-width: 576px) {
		    .fancybox-thumbs {
		        width: 110px;
		    }
		    .fancybox-show-thumbs .fancybox-inner {
		        right: 110px;
		    }
		    .fancybox-thumbs__list a {
		        max-width: calc(100% - 10px);
		    }
		}	
		

		.ny2021_new {
		    position: fixed;
		    left: 0;
		    top: 0;
		    background: #1c3749 url(/local/img/ny2021-bg.png) center repeat-x;
		    width: 100%;
		    height: 70px;
		    z-index: 1001;
		    
		}
		.ny2021_new-wrapper {
		    display: -webkit-box;
		    display: -ms-flexbox;
		    display: flex;
		    -ms-flex-pack: distribute;
		    justify-content: space-around;
		    -webkit-box-align: center;
		    -ms-flex-align: center;
		    align-items: center;
		    -webkit-box-orient: horizontal;
		    -webkit-box-direction: normal;
		    -ms-flex-direction: row;
		    flex-direction: row;
		    max-width: 900px;
		    width: 80%;
		    height: 100%;
		    margin: 0 auto;
		    position: relative;
		}
		
		.ny2021_new-wrapper .name-wrapper p {
		    font-family: Manrope;
		    font-style: normal;
		    font-weight: bold;
		    font-size: 19px;
		    line-height: 120%;
		    letter-spacing: 0.01em;
		    color: #FFFFFF;
		}
		
		.sale-desc-wrapper span {
		    font-family: Manrope;
		    font-style: normal;
		    font-weight: 800;
		    font-size: 20px;
		    line-height: 120%;
		    letter-spacing: 0.02em;
		    text-transform: uppercase;
		}
		.sale-desc-wrapper .sale-disc{
		    background: #FFE700;
		    color: #1C3749;
		    padding: 0 3px;
		}
		.sale-desc-wrapper .sale-desc {
		    color: #fff;
		    display: block;
		}
		
		.sale-desc-wrapper .sale-desc-mobile {
		    display: none;
		    color: #fff;
		}
		
		.btn-wrapper .btn-sale {
		    background: #005cff;
		    padding: 16px 30px;
		    border-radius: 4px;
		    font-family: Manrope;
		    font-style: normal;
		    font-size: 17px;
		    line-height: 100%;
		    letter-spacing: 0.004em;
		    color: #FFFFFF;
		    text-decoration: none;
		    position: relative;
		    z-index: 1002;
		}
		.ny2021_new:before {
		    display: block; content: ''; position: absolute; left: 0; top: 0; background: url(/local/img/ny2021-l.png) center no-repeat; width: 329px; height: 152px;
		}
		.ny2021_new:after {
		    display: block; content: ''; position: absolute; right: 0; top: 0; background: url(/local/img/ny2021-r.png) center no-repeat; width: 316px; height: 146px;
		}
		.ny2021_new__inner {
		    position: relative; z-index: 5; display: flex; align-items: center; justify-content: center; padding: 0 15px; height: inherit; text-decoration: none; color: #fff !important; font-weight: 800; font-size: 26px; line-height: 1; text-align: center; letter-spacing: -0.317073px; text-transform: uppercase;
		}
		.ny2021_new__text {
		    position: relative; padding: 0 65px;
		}
		
		.ny2021_new + .header {
		    margin-top: 70px;
		}
		
		.
		@media screen and (max-width:1900px){
		
		    .ny2021_new:before {width: 238px; height: 110px; background-size: cover}
		    .ny2021_new:after {width: 238px; height: 110px; background-size: cover}
		
		    .ny2021_new + .header {margin-top: 90px}
		}
		
		@media screen and (max-width:1024px){
		    .ny2021_new:before {
		        left: -50px;
		    }
		    .ny2021_new-wrapper {
		        width: 100%;
		        max-width: 680px;
		        z-index: 1002;
		    }
		    .ny2021_new-wrapper .name-wrapper p {
		        font-size: 16px;
		    }
		    .sale-desc-wrapper span {
		        font-size: 16px;
		    }
		}
		
		
		@media screen and (max-width:768px){
		    .ny2021_new:before {
		        left: -100px;
		    }
		    .ny2021_new:after {
		        right: -50px;
		    }
		    .ny2021_new-wrapper {
		        max-width: 450px;
		    }
		    .sale-desc-wrapper span {
		        font-size: 18px;
		    }
		    .ny2021_new-wrapper .name-wrapper {
		        display: none;
		    }
		
		    
		}
		
		@media screen and (max-width:480px){
		    .ny2021_new {
		        bottom: 0;
		        top: auto;
		        padding-left: 60px;
		    }
		    .ny2021_new:before {
		        display: none;
		    }
		    .ny2021_new:after {
		        left: 0;
		        right: auto;
		        top: auto;
		        bottom: 0;
		        transform: scale(-1,1);
		        background: url(/local/img/ny2021-m.png) center no-repeat;
		        width: 127px;
		        height: 102px;
		    }
		    .ny2021_new-wrapper {
		        
		    }
		    .sale-desc-wrapper {
		        text-align: right;
		    }
		    .sale-desc-wrapper .sale-desc-mobile {
		        display: block;
		    }
		    .sale-desc-wrapper .sale-desc {
		        display: none;
		    }
		    .sale-desc-wrapper span {
		        font-size: 16px;
		    }
		    .ny2021_new-wrapper .name-wrapper {
		        display: none;
		    }
		    .btn-wrapper .btn-sale {
		        font-size: 13px;
		        padding: 10px 18px;
		    }
		
		    
		}
		
		@media screen and (max-width: 600px) {
			.tabsb ul li a {font-size: 15px}
			.checkbs__item {font-size: 15px}
			.citem__text {font-size: 15px}
			.feedback__card .features-list ul  {font-size: 15px}
			.pages a {font-size: 15px}
			.footer .links-order ul  {font-size: 15px}
			.textb table {font-size: 14px}
			.ya-share2__container_mobile.ya-share2__container_size_s .ya-share2__icon {width: 20px; height: 20px}
			.eft>ul {border: 0px}
			ul.bcrumbs {font-size: 14px;line-height: 19px;}
			.logo__descr {font-size: 15px}
			.wf__item li label {font-size: 14px}
			.pmitem__doc {font-size: 14px}
			.textb {font-size: 15px}
			.feedback__card .features-list h4+ul {margin-top: 10px}
			.wcat ul li a {font-size: 15px}
			.bpost__author-post {font-size: 13px}
			
/*
			
			.swiper-button-next.slick-arrow  {
				top: -13px;
				right: -13px;
			}
			.swiper-button-prev.slick-arrow {
				top: -13px;
				right: 20px;
			}
*/
			.abcom__item-video img {height: auto}


		}		
		@media screen and (max-width: 487px) {
		    #landing {
		        padding: 0 !important;
		    }
		}	
					
		#content-post {margin-bottom: 20px; position: relative; display: inline-block; white-space: nowrap}
		#content-post p {border:3px solid #005cff; display: inline-block; padding: 2px 10px; color: #005cff; border-radius: 3px; padding-right: 30px; position: relative; margin-bottom: 0px; line-height: 30px	}
		#content-post p:after {display: block; width: 10px; height: 10px; content: " \2193"; position: absolute; right:  10px; top:2px}
		#content-post p:hover:after {content: " \2191";}
		#content-post:hover ul {display: block !important; }
		#content-post ul {margin: 25px 0;position: absolute;background: #fff;padding: 30px 30px;border: 1px solid #ccc;top: 15px; text-align: left}			

		.memo {margin-left: -30px}
		.memo img {margin: 0px !important}

		@media screen and (max-width: 600px) {
			#content-post ul {width: 360px; white-space: normal}			
		}
		@media screen and (max-width: 400px) {
			#content-post ul {width: 310px; }			
		}
		@media screen and (max-width: 320px) {
			#content-post ul {width: 260px; }			
		}
		
		.bpost__tags span {margin-left: 40px; color: #000}
		.eft>ul>li>a {color: #333}
		.mm__box ul li {margin-top: 7px}


		.eighth-march {
		    position: fixed; left: 0; top: 0; background: #1C3749; width: 100%; height: 70px; z-index: 252;
		}
		.eighth-march:before {
		    display: block; content: ''; position: absolute; left: 0; top: 0; background: url(/local/assets/images/flowers-left.png) left top no-repeat; width: 329px; height: 132px;
		}
		.eighth-march:after {
		    display: block; content: ''; position: absolute; right: 0; top: 0; background: url(/local/assets/images/flowers-right.png) right top no-repeat; width: 247px; height: 146px;
		}
		.eighth-march__inner {
		    position: relative; z-index: 5; 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: 0 15px; height: inherit; text-decoration: none; color: #fff; font-weight: 800; font-size: 26px; line-height: 1; text-align: center; letter-spacing: -0.317073px; text-transform: uppercase;
		}
		.eighth-march__discount-text{
		    font-family: Manrope,sans-serif;
		    font-style: normal;
		    font-weight: 800;
		    font-size: 25px;
		    line-height: 100%;
		    text-align: right;
		    letter-spacing: 0.02em;
		    text-transform: uppercase;
		}
		
		.eighth-march__discount-value {
		    font-family: Manrope,sans-serif;
		    font-style: normal;
		    font-weight: 800;
		    font-size: 44px;
		    line-height: 100%;
		    text-align: center;
		    letter-spacing: 0.02em;
		    text-transform: uppercase;
		    color: #FFE700;
		    margin: 0 20px;
		}
		
		.eighth-march__discount-value::after {
		    content: '%';
		    font-size: 24px;
		    font-family: Manrope,sans-serif;
		    font-style: normal;
		    font-weight: 800;
		    line-height: 100%;
		    text-align: center;
		    letter-spacing: 0.02em;
		    text-transform: uppercase;
		    color: #FFE700;
		}
		
		.eighth-march__text {
		    font-family: Manrope;
		    font-style: normal;
		    font-weight: 600;
		    font-size: 19px;
		    line-height: 120%;
		    letter-spacing: 0.01em;
		    color: #FFFFFF;
		    max-width: 378px;
		    text-align: left;
		    text-transform: none;
		    line-height: 22.8px;
		    max-width: 350px
		}
		
		.btn-promo,
		.btn-promo-xs {
		    background: #005CFF;
		    border-radius: 4px;
		    padding: 16px 30px;
		    font-family: Manrope;
		    font-style: normal;
		    font-weight: 700;
		    font-size: 17px;
		    line-height: 100%;
		    letter-spacing: 0.004em;
		    color: #FFFFFF;
		    text-transform: none;
		}
		
		.btn-promo-xs {
		    display: none;
		}
		
		.eighth-march + .header {
		    margin-top: 70px;
		}
		
		@media screen and (max-width:1320px){ 
			.eighth-march:after {
				display: none;
			}
			.eighth-march:before {
				background-image: url(/local/assets/images/flowers-left-md.png);
				width: 190px;
				height: 104px;
			}
			.eighth-march__inner {
				padding-left: 152px;
			}
			.btn-promo-xs {
				display: none;
			}
		}
		
		@media screen and (max-width:1023px){ 
			.eighth-march__inner {
				padding-left: 156px;
			}
			.eighth-march:before {
				background-image: url(/local/assets/images/flowers-left-sm.png);
				width: 178px;
				height: 98px;
			}
			.eighth-march__discount-text {
				font-size: 20px;
			}
			.eighth-march__discount-value {
				font-size: 34px;
				margin: 0 14px;
			}
			.eighth-march__discount-value:after {
				font-size: 20px;
			}
			.eighth-march__text {
				font-size: 16px;
				max-width: 200px;
				margin-right: 14px;
			}
			.btn-promo {
				font-size: 14px;
				padding: 13px 20px;
			}
		}
		
		@media screen and (max-width:767px){ 
			.eighth-march {
				height: 83px;
			}
			.eighth-march__inner {
				padding-left: 11px;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-pack: initial;
				    -ms-flex-pack: initial;
				        justify-content: initial;
				padding: 10px 2.5%;
				width: 50%;
				min-width: 210px;
			}
			.eighth-march {
				top: unset;
				bottom: 0;
			}
			.eighth-march:before {
				display: none;
			}
			.eighth-march:after {
				display: block;
				background-image: url(/local/assets/images/flowers-xs.png);
				width: 85px;
				height: 138px;
				top: unset;
				bottom: 0;
				z-index: 5;
			}
			.eighth-march__discount-text {
				font-size: 20px;
		
			}
			.eighth-march__discount-value {
				font-size: 25px;
				margin-right: 0;
				margin-left: 10px;
			}
			.eighth-march__discount-value:after{
				font-size: 20px;
			}
			.eighth-march__text {
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%;
				max-width: 180px;
				font-size: 14px;
				line-height: 120%;
			}
			.btn-promo {
				display: none;
			}
			.btn-promo-xs {
				display: block;
				position: absolute;
				top: 31px;
				left: auto;
				right: -130px;
				font-size: 13px;
				padding: 13px 11px;
				width: 138px;
			}
			
			.eighth-march + .header {
			    margin-top: 0px;
			}

		}
		
		@media screen and (max-width:359px){ 
			.eighth-march__discount-text{
				font-size: 16px;
			}
			.eighth-march__discount-value {
				font-size: 20px;
			}
			.eighth-march__discount-value:after {
				font-size: 16px;
			}
			.eighth-march__text {
				font-size: 12px;
				max-width: 145px;
			}
			.btn-promo-xs {
				padding: 10px 8px;
				right: -100px;
			}
		}
		
		@media screen and (max-width:340px){ 
			.eighth-march__discount-text{
				font-size: 13px;
			}
			.eighth-march__discount-value {
				font-size: 16px;
			}
			.eighth-march__discount-value:after {
				font-size: 13px;
				z-index: 1;
			}
			.eighth-march__text {
				font-size: 11px;
			}
			.btn-promo-xs {
				padding: 10px;
				width: auto;
				font-size: 12px;
				right: -70px;
			}
		}
		
		
		
/* 	Демо баннер 01.04.21	 */
.demo-page .section--banner {
	background:#F5F5F5;
}
.demo-page .title-page {
	padding-bottom:80px;
}
.demo-page .section--banner .info__card {
	background:#fff;
	color:#1C3749;
}
.demo-lessons > div:last-child {
	border:0;
}
.demo-page .section--banner .info__card .info__descr {
	margin:0;
}
.demo-lessons .section__header {
	padding-bottom:30px;
}
.demo-page .section--banner .info .num {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	padding:20px 0;
}
.demo-page .section--banner .info .text {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 160%;
}
.demo-lessons {
	padding:130px 0;
}
.demo-item {
    display: flex;
	width:100%;
	padding-bottom:30px;
	margin-top:30px;
	border-bottom:1px solid #D7D7D7;
}
.demo-item-left {
	width:100%;
	max-width:486px;
	border-radius: 10px;
}
.demo-item-left .slider-articles__card .image {
	max-height:364px;
}
.demo-item-right {
	padding: 36px 30px 36px 50px;
	font-size: 17px;
    line-height: 30px;
}
.demo-item-sub-title {
	font-weight: 700;
    font-size: 19px;
    line-height: 30px;
}
.demo-item-right ol {
	margin-top:25px;
	list-style: decimal;
	padding-left:15px;
}
.demo-item-link {
	margin-top:25px;
}
.more-dop-product .item {
	background: linear-gradient(93.15deg, #005CFF 0%, #00DADA 100%);
	border-radius: 10px;
	width:100%;
	padding:45px 0;
	text-align:center;
	color:#fff;
	margin-bottom:80px;
}
.more-dop-product .item h4 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 35px;
}
.more-dop-product .item p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	padding:20px 0 25px 0;
}
.more-dop-product .item button {
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 27px;
	background: #FFE700;
	border-radius: 5px;
	display:table;
	margin:0 auto;
	padding:15px 30px;
}

/*
.new-feedback {
	padding:80px 0;
	background: linear-gradient(93.15deg, #005CFF 0%, #00DADA 100%);
	text-align:center;
}
.new-feedback h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 35px;
	color:#fff;
}
.new-feedback .list-items {
	padding:80px 0 60px 0;
	display:flex;
	justify-content: space-between;
}
.new-feedback .list-items .item {
	text-align:center;
	background:transparent;
	box-sizing: border-box;
	box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	width:100%;
	max-width:380px;
}
.new-feedback .list-items .item a {
	display:block;
	padding:48px 0 60px 0;
}
.new-feedback .list-items .item img {
	padding-bottom:38px;
	height:100%;
	max-height:155px;
}
.new-feedback .list-items .item h4 {
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	color:#fff;
}
.new-feedback .list-items .item:hover {
	background:#fff;
}
.new-feedback .list-items .item:hover h4 {
	color:#000;
}
.new-feedback a.more-feedback {
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 27px;
	background: #FFE700;
	border-radius: 5px;
	display:table;
	margin:0 auto;
	padding:15px 30px;
}
*/

@media screen and (max-width: 1279px) {
	.demo-page .section--banner .info .num {
		display:block !important;
	}
}
@media screen and (max-width: 991px) {
	.demo-item {
		flex-direction:column;
	}
	.demo-item > div {
		max-width:100%;
		width:100%;
	}
	.demo-item-right {
		padding:15px;
	}
	.demo-page .section--banner {
		padding:25px 0;
	}
/*
	.new-feedback .list-items {
		flex-direction:column;
	}
	.new-feedback .list-items .item {
		max-width:100%;
		margin:25px 0;
	}
	.new-feedback h2 { 
		font-size:34px;
	}
*/
}
@media screen and (max-width: 480px) { 
	.more-dop-product .item button {
		font-size:14px;
	}
	.more-dop-product .item h4 {
		font-size:22px;
	}
/*
	.new-feedback a.more-feedback {
		width:100%;
	}
	.new-feedback h2 { 
		font-size:28px;
	}
*/
}


/* #content-post ul a {white-space: normal} */

.bsim__list {position: relative}
.swiper-button-next, .swiper-button-prev {top: -11px}
.swiper-button-next {right: 0px; left: auto}
.swiper-button-prev {right: 70px; left: auto}
.swiper-button-next:after, .swiper-button-prev:after {font-size: 20px; }

.mobslide div {overflow-y: auto;}
.mobslide.hidden:before {display: none !important}
.blead__app-pp input.agree {margin-right: 15px}

@media screen and (max-width: 600px) {
	.mobslide {position: relative; padding-top: 20px; margin-top: -20px;}
	.mobslide:before {display: block; content: ""; width: 30px; height: 32px; background: url(/local/img/swipe2.png) no-repeat 0 0; background-size: contain; 
		position: absolute; right: 0px; top:0px}	
	.mobslide div {overflow-y: scroll;}
}

.slider-reviews__card .tabs .tabs__tab {padding: 1rem 2rem 1rem 2rem}
.slider-reviews__card .tabs .tabs__tab svg {display: none}

.bx-livechat-mobile.bx-livechat-wrapper {
z-index: 1000;
}

.agree2, .agree3 {margin-bottom: 20px}

.blead__app-fields{
   -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .blead__app-fields input:not(.agree) {
      width: 100%;
  }
  .blead__app-pp label{
    display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .blead__app-pp input.agree {
    width: 15px !important;
    height: 15px !important;
    margin-right: 10px;
    font-size: 11px
  }
}

.blead:after, .blead:before {
  display: none !important;
}

.blead__app-pp p {display: inline-block}

@media screen and (max-width: 1100px){
	.bsim__bitem {
	-webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}
}

.header__links {position: relative}

.header__bottom .nav>ul>li li a {height: 55px}
.banner__content--first a {
	display: inline-block;
    padding: 15px 20px;
    border: 0;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #00d2d8;
    transition: color .2s ease, background-color .2s ease;
    cursor: pointer;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -.05px;
    line-height: 18px;
    min-width:200px;
    text-align: center
}
.banner__content--first a:hover {
    background-color: #ffe700;
    color:#1c3749	
}
.accordion__content a {border-bottom: 1px solid #000}

.header__bottom .nav>ul>li.list>span:after {
	  display: block;
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    transition:transform .3s, opacity .3s	
}

.header__bottom .nav > ul > li.list.show > span:after {
    transform:rotate(-180deg)
}

@media screen and (max-width: 600px) {
    .abcom__tab {
        display: block;
    }
    .abcom__tab a {
        margin-bottom: 20px;
        width: 200px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

  #promo-banner {
    padding: 14px 0;
    background: #0E0E10;
    height: 68px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  #promo-banner * {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  #promo-banner .container {
    max-width: 814px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  #promo-banner .container span {
    color: #fff;
    font-weight: bold;
    font-family: Manrope;
    font-size: 17px;
    line-height: 19px;
    position: relative;
  }
  
  #promo-banner .container span:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    height: 25px;
    width: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FCDC00), to(#D27A00));
    background: -o-linear-gradient(top, #FCDC00 0%, #D27A00 100%);
    background: linear-gradient(180deg, #FCDC00 0%, #D27A00 100%);
    border-radius: 1px;
  }
  
  #promo-banner .container a.btn-promo {
    padding: 11px 50px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.03em;
    background: -webkit-gradient(linear, left top, left bottom, from(#FCDC00), to(#D27A00));
    background: -o-linear-gradient(top, #FCDC00 0%, #D27A00 100%);
    background: linear-gradient(180deg, #FCDC00 0%, #D27A00 100%);
    border-radius: 5px;
    font-weight: 700;
    color: #0E0E10;
    font-family: Manrope;
    text-decoration: none;
  }
  
  #promo-banner .container a.btn-promo:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#D27A00), to(#FCDC00));
    background: -o-linear-gradient(top, #D27A00 0%, #FCDC00 100%);
    background: linear-gradient(180deg, #D27A00 0%, #FCDC00 100%);
  }
  
  #promo-banner{
position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
}
#promo-banner .container {
width: 100%;
}

#promo-banner .btn-promo {
    display: block; 
}
  
  @media screen and (max-width:959px) {
    #promo-banner {
      padding: 14px 20px 14px 33px;
    }
    #promo-banner .container span {
      max-width: 250px;
    }
    #promo-banner .container span:before {
      height: 45px;
      top: -3px;
    }
  }
  
  @media screen and (max-width:639px) {
    #promo-banner {
      padding: 14px 10px 14px 23px;
    }
    #promo-banner .container span {
      font-size: 15px;
      line-height: 19px;
    }
    #promo-banner .container a.btn-promo {
      padding: 12px 26px;
    }
  }
  
  @media screen and (max-width:479px) {
    #promo-banner .container span {
      font-size: 11px;
      max-width: 163px;
    }
    #promo-banner .container span:before {
      height: 30px;
      top: 4px;
    }
    #promo-banner .container a.btn-promo {
      font-size: 9px;
      line-height: 1;
      padding: 13px 14px;
    }
  }


 #bottom-banner {
    position: fixed;
    z-index: 3333;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(#005CFF), color-stop(23.26%, #0F60EE), color-stop(71.18%, #004CD2), to(#0258F0));
    background: -o-linear-gradient(left, #005CFF 0%, #0F60EE 23.26%, #004CD2 71.18%, #0258F0 100%);
    background: linear-gradient(90deg, #005CFF 0%, #0F60EE 23.26%, #004CD2 71.18%, #0258F0 100%);
  }
  
  #bottom-banner * {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  #bottom-banner .banner-container {
    /* max-width: 1250px; */
    margin: 0 auto;
    padding: 7px 0;
    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;
    position: relative;
  }
  
  #bottom-banner .banner-container:before {
    content: url(/local/img/tree2.png);
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 0;
  }
  
  #bottom-banner .banner-container:after {
    content: url(/local/img/right2.png);
    position: absolute;
    bottom: -4px;
    right: 0;
    z-index: 0;
  }
  
  #bottom-banner .banner-container span {
    font-family: 'Manrope';
    font-weight: 800;
    font-size: 21px;
    line-height: 1.13;
    letter-spacing: 0.01em;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  
  #bottom-banner .banner-container .banner-btn {
    background: #FFE700;
    color: #133459;
    padding: 15px 30px;
    border-radius: 6px;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-decoration: none;
    margin-left: 47px;
    position: relative;
    z-index: 2;
  }
  
  @media screen and (max-width:1359px) {
    #bottom-banner .banner-container {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end;
      padding-right: 90px;
    }
    #bottom-banner .banner-container:before {
      content: url(/local/img/tree-md2.png);
    }
    #bottom-banner .banner-container:after {
      content: url(/local/img/right-md2.png);
    }
  }
  
  @media screen and (max-width:1023px) {
    #bottom-banner .banner-container {
      padding-right: 53px;
    }
    #bottom-banner .banner-container:before {
      content: url(/local/img/tree-sm2.png);
    }
    #bottom-banner .banner-container:after {
      display: none;
    }
    #bottom-banner .banner-container span {
      font-size: 18px;
    }
    #bottom-banner .banner-container .banner-btn {
      font-size: 13px;
      padding: 10.5px 30px;
      margin-left: 26px;
    }
  }
  
  @media screen and (max-width:767px) {
    #bottom-banner .banner-container {
      padding-right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      margin: 0;
      padding: 14px 20px 18px;
      height: 131px;
    }
    #bottom-banner .banner-container:before {
      content: url(/local/img/tree-xs2.png);
      right: 0;
      left: unset;
    }
    #bottom-banner .banner-container span {
      max-width: 210px;
      margin-bottom: 17px;
      font-size: 18px;
      line-height: 1.23;
    }
    #bottom-banner .banner-container .banner-btn {
      margin-left: 0;
      width: auto;
    }
  }


  #content-banner {
    padding: 47px 95px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  #content-banner * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  #content-banner .content-banner-container {
    padding: 21px 41px 30px;
    background: #005CFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-radius: 14px;
  }
  
  #content-banner:after {
    content: url(/local/img/tree-sm.png);
    position: absolute;
    bottom: -4px;
    right: 95px;
    z-index: 0;
  }
  
  #content-banner .content-banner-container span {
    color: #fff;
     font-family: 'Manrope';
    line-height: 1.56;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
  }
  
  #content-banner .content-banner-container span.title {
    font-weight: 800;
    font-size: 33px;
    margin-right: 81px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  #content-banner .content-banner-container span.game-desc {
    display: block;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 23px;
  }
  
  #content-banner .content-banner-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
     font-family: 'Manrope';
    font-size: 15px;
    line-height: 1.56;
    font-weight: 300;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 1;
  }
  
  #content-banner .content-banner-container ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
  }
  
  #content-banner .content-banner-container ul li:before {
    content: url(/local/img/check.png);
    position: absolute;
    top: 3px;
    left: 0px;
  }
  
  #content-banner .content-banner-container ul li:last-child {
    margin-bottom: 0;
  }
  
  #content-banner .content-banner-container .content-banner-btn {
    position: absolute;
    top: 83px;
    background: #FFE700;
    padding: 15px 30px;
     font-family: 'Manrope';
    color: #133459;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    z-index: 1;
  }
  
  #content-banner .content-banner-container ul li br {
    display: block !important;
}
  
  @media screen and (max-width:1359px) {
    #content-banner {
      padding-right: 20px;
      padding-left: 20px;
    }
    #content-banner:after {
      content: url(/local/img/tree-md.png);
      right: 20px;
    }
    #content-banner .content-banner-container span.title {
      margin-right: 41px;
    }
  }
  
  @media screen and (max-width:1023px) {
    #content-banner:after {
      content: url(/local/img/tree-sm.png);
      right: 20px;
    }
    #content-banner .content-banner-container {
      padding: 30px 30px 34px;
    }
    #content-banner .content-banner-container span.title {
      font-size: 30px;
    }
    #content-banner .content-banner-container span.game-desc {
      font-size: 16px;
      margin-bottom: 8px;
    }
    #content-banner .content-banner-container ul {
      font-size: 13px;
      max-width: 195px;
    }
    #content-banner .content-banner-container ul li {
      margin-bottom: 8px;
    }
    #content-banner .content-banner-container ul li br {
      display: block !important;
    }
    #content-banner .content-banner-container .content-banner-btn {
      top: 92px;
      font-size: 13px;
      padding: 10.5px 30px;
    }
  }
  
  @media screen and (max-width:767px) {
    #content-banner {
      padding-right: 10px;
      padding-left: 10px;
    }
    #content-banner:after {
      content: url(/local/img/tree-xs.png);
      right: 10px;
    }
    #content-banner .content-banner-container {
      padding: 18px 24px 77px;
    }
    #content-banner .content-banner-container span.title {
      font-size: 24px;
      margin-bottom: 5px;
      width: 100%;
    }
    #content-banner .content-banner-container span.game-desc {
display: block;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
        }
    #content-banner .content-banner-container ul {
      font-size: 12px;
      width: 100%;
      max-width: unset;
    }
    #content-banner .content-banner-container ul li {
      padding-left: 20px;
      margin-bottom: 4px;
    }
    #content-banner .content-banner-container ul li:before {
      content: url(/local/img/check-xs.png);
    }
    #content-banner .content-banner-container ul li br {
      display: none !important;
    }
    #content-banner .content-banner-container .content-banner-btn {
      top: 141px;
    }
  }
  
  @media screen and (max-width:374px) {
    #content-banner {
      padding-right: 5px;
      padding-left: 5px;
    }
    #content-banner:after {
      content: url(/local/img/tree-xs.png);
      right: 5px;
    }
    #content-banner .content-banner-container {
      padding: 15px 20px 70px;
    }
    #content-banner .content-banner-container span.title {
      font-size: 18px;
    }
    #content-banner .content-banner-container span.game-desc {
      font-size: 13px;
    }
    #content-banner .content-banner-container ul {
      font-size: 11px;
    }
    #content-banner .content-banner-container .content-banner-btn {
      top: 130px;
    }
  }

/* Новый баннер бесплатные уроки */

.filter-option-item-result {white-space: nowrap}

.korrekt {margin-top: -79px}
@media screen and (max-width:650px) {
	.korrekt {margin-top: 0px}
}

.oferta_all {padding: 30px 15px 100px 15px; line-height: 25px}
.oferta_all p {margin-bottom: 20px}
.oferta_all a {color: #2252d8}

.plist {
	margin:0;
	justify-content: space-evenly;
}
.card-program {
	box-sizing: border-box;
	border-radius: 20px;
	padding:40px 30px;
	margin-bottom:45px;
	width:100%;
	max-width:390px;
}
	.card-program.nutr {
		background: #EBFCFF;
		border: 1px solid #55BFD1;
	}
	.card-program.psyh {
		background: #F2F9FF;
		border: 1px solid #68B0FF;
	}
	.card-program.sekso {
		background: #FFF7F9;
		border: 1px solid #F8B3C8;
	}
	.card-program.kouch {
		background: #E9F2FD;
		border: 1px solid #276BBE;
	}
	.card-program.design {
		background: #FFF6EF;
		border: 1px solid #EAC8AC;
	}
	.card-program.kouchicf {
		background: #F5F7FA;
		border: 1px solid #4C6785;
	}
	.card-program.edtech {
		background: linear-gradient(97.57deg, rgba(182, 255, 98, 0.2) 2.79%, rgba(111, 242, 255, 0.2) 100%);
		border: 1px solid #55BFD1;
	}
.card-program .top-card-line {
	display:flex;
}
	.card-program .top-card-line .card-prog-type {
		font-style: normal;
		font-weight: 600;
		font-size: 12px;
		line-height: 16px;
		letter-spacing: -0.02em;
		color: #465C75;
		padding:10px 12px;
		background: #DAE6F4;
		border-radius: 300px;
	}
		.card-program.edtech .card-prog-type {
			background: #D8FFAB;
		}
	.card-program .top-card-line .card-prog-name {
		font-style: normal;
		font-weight: 600;
		font-size: 12px;
		line-height: 16px;
		letter-spacing: -0.02em;
		color: #0F3765;
		padding:10px 12px;
		background: #FFFFFF;
		border: 1px solid #0F3765;
		box-sizing: border-box;
		border-radius: 300px;
		margin-left:15px;
	}
	.card-program h3 {
		padding:30px 0 20px 0;
		font-style: normal;
		font-weight: 700;
		font-size: 30px;
		line-height: 41px;
		letter-spacing: -0.02em;
		color: #0F3765;
	}
	.card-program .bottom-card-line {
		display:flex;
		justify-content:space-between;
	}
		.card-program .bottom-card-line span {
			font-style: normal;
			font-weight: 400;
			font-size: 16px;
			line-height: 22px;
			letter-spacing: -0.02em;
			color: #0F3765;
			opacity: 0.8;
			display:flex;
			justify-content:space-between;
		}
		.card-program .bottom-card-line span img {
			padding:0 5px;
			max-width:15px;
		}
	@media (max-width:768px){ 
		.card-program h3 {
			font-size: 22px;
			line-height: 28px;
		}
		.card-program .bottom-card-line {
			justify-content: space-evenly;
			flex-wrap: wrap;
		}
		.card-program .bottom-card-line span {
			font-size:11px;
		}
	} 
	
	.tdetail__author-video {font-size: 13px; color: #005cff}
	.tdetail__author-video a {display: block; width: 220px; height: 40px; background: url('/local/img/video_teacher.svg') no-repeat 0 0; background-size: contain}
	@media (max-width:768px){ 
		.tdetail__author-video a {width: 200px; height: 33px}
	}
	
	.blead__app-fields input:not(.agree) {margin-bottom: 20px}
	@media (max-width:770px){ 
		.blead {margin: 0 -30px; padding: 0 30px;}
	}
	
/*Colors*/
/*Styles*/
/*Common styles*/
.vcncs { color: #223647; }
.vcncs_m { margin-top: 100px; }
.vcncs h2 { margin-bottom: 60px; font-weight: 600; font-size: 38px; line-height: 52px; }
.vcncs__tt { margin-top: 42px; font-weight: 500; font-size: 26px; line-height: 150%; }
.vcncs__zn-item { padding: 60px 55px; display: flex; border-radius: 10px; }
.vcncs__zn-item + .vcncs__zn-item { margin-top: 10px; }
.vcncs__zn-item_bg1 { background: #EBF9FA; }
.vcncs__zn-item_bg2 { background: #FEFAD0; }
.vcncs__zn-item_bg3 { background: #DAE9FD; }
.vcncs__zn-item_bg4 { background: #F5F5F5; }
.vcncs__zn-cell:first-of-type { width: 41%; font-weight: 600; font-size: 30px; line-height: 41px; }
.vcncs__zn-cell:last-of-type { width: 59%; padding-left: 30px; box-sizing: border-box; font-weight: 300; font-size: 24px; line-height: 150%; }
.vcncs__pls-row { display: flex; flex-wrap: wrap; margin: 0 -15px -30px; }
.vcncs__pls-cell { padding: 0 15px; margin-bottom: 30px; width: 33.333%; box-sizing: border-box; }
.vcncs__pls-cell:nth-of-type(2n) .vcncs__pls-numb { color: #A9EEFD; }
.vcncs__pls-item { height: 100%; padding: 30px; box-sizing: border-box; background: #fff; box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05); border-radius: 10px; }
.vcncs__pls-item_last { padding: 50px 30px; background: #265BF6; }
.vcncs__pls-numb { margin-bottom: 30px; text-align: right; font-weight: 700; font-size: 40px; line-height: 55px; color: #C5D6FC; }
.vcncs__pls-tx { font-weight: 300; font-size: 18px; line-height: 150%; }
.vcncs__pls-item_last .vcncs__pls-tx { color: #fff; font-weight: 600; font-size: 24px; line-height: 150%; }
.vcncs__pls-item_last .vcncs__pls-tx span { color: #63D7D8; }
.vcncs__aktl { padding: 100px 0; background: #FBFBFB; }
.vcncs__aktl-item { padding: 70px 55px; display: flex; align-items: center; justify-content: space-between; position: relative; font-weight: 600; font-size: 30px; line-height: 41px; background: #fff; box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05); border-radius: 10px; }
.vcncs__aktl-item:after { content: ''; width: 42px; height: 24px; display: block; flex-shrink: 0; background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA0MiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQxLjA2MDcgMTMuMDYwN0M0MS42NDY0IDEyLjQ3NDkgNDEuNjQ2NCAxMS41MjUxIDQxLjA2MDcgMTAuOTM5M0wzMS41MTQ3IDEuMzkzNEMzMC45Mjg5IDAuODA3NjExIDI5Ljk3OTIgMC44MDc2MTEgMjkuMzkzNCAxLjM5MzRDMjguODA3NiAxLjk3OTE5IDI4LjgwNzYgMi45Mjg5MyAyOS4zOTM0IDMuNTE0NzJMMzcuODc4NyAxMkwyOS4zOTM0IDIwLjQ4NTNDMjguODA3NiAyMS4wNzExIDI4LjgwNzYgMjIuMDIwOCAyOS4zOTM0IDIyLjYwNjZDMjkuOTc5MiAyMy4xOTI0IDMwLjkyODkgMjMuMTkyNCAzMS41MTQ3IDIyLjYwNjZMNDEuMDYwNyAxMy4wNjA3Wk0wIDEzLjVINDBWMTAuNUgwTDAgMTMuNVoiIGZpbGw9IiMyMjM2NDciLz4KPC9zdmc+Cg=="); background-repeat: no-repeat; background-position: center; }
.vcncs__aktl-item + .vcncs__aktl-item { margin-top: 10px; }
.vcncs__bn { text-align: center; padding: 100px 0; background: linear-gradient(90deg, #273FF5 -1.28%, #60D0DB 100%); }
.vcncs__bn-tx { max-width: 800px; margin: auto; font-weight: 600; font-size: 38px; line-height: 52px; color: #fff; }
.vcncs__bn-tx + .vcncs__btn { margin-top: 60px; }
.vcncs__btn { display: inline-flex; align-items: center; padding: 13px 50px; font-weight: 700; font-size: 16px; line-height: 22px; border-radius: 8px; background: #5FCFD6; color: #fff; transition: 0.3s; }
.vcncs__btn:hover { background: #273FF5; }

@media screen and (max-width: 900px) { .vcncs h2 { margin-bottom: 55px; font-size: 24px; line-height: 33px; }
  .vcncs_m { margin-top: 70px; }
  .vcncs__tt { margin-top: 16px; font-size: 16px; line-height: 150%; }
  .vcncs__zn-item { padding: 30px; display: block; }
  .vcncs__zn-cell:first-of-type { width: 100%; font-size: 18px; line-height: 25px; }
  .vcncs__zn-cell:last-of-type { width: 100%; padding-left: 0; margin-top: 16px; font-size: 14px; line-height: 150%; }
  .vcncs__pls-row { margin-bottom: -10px; }
  .vcncs__pls-cell { margin-bottom: 10px; width: 100%; }
  .vcncs__pls-item { padding: 30px; }
  .vcncs__pls-numb { text-align: left; }
  .vcncs__pls-tx { font-size: 14px; line-height: 150%; }
  .vcncs__pls-item_last .vcncs__pls-tx { font-size: 20px; line-height: 150%; }
  .vcncs__aktl { padding: 70px 0; }
  .vcncs__aktl-item { min-height: 248px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px 30px 55px; font-size: 18px; line-height: 25px; }
  .vcncs__aktl-item:after { width: 29px; height: 16px; margin-left: auto; background-size: cover; }
  .vcncs__bn { padding: 70px 0; text-align: left; }
  .vcncs__bn-tx { font-size: 24px; line-height: 33px; }
  .vcncs__bn-tx + .vcncs__btn { margin-top: 40px; } }	

  @media (max-width: 1010px) {
	.kouching_inset .freeConfPopup-l-title br.freeConfBrShowMobile {
		display: block !important;
	}
  }