@charset "UTF-8";

.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 15px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity,filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}

.hamburger.is-active:hover,.hamburger:hover {
	opacity: .7;
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before {
	background-color: #000;
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
	position: absolute;
	width: 40px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #000;
}

.hamburger-inner:after,.hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger-inner:before {
	top: -10px;
}

.hamburger-inner:after {
	bottom: -10px;
}

.hamburger--3dx .hamburger-box {
	perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
	transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s;
}

.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s;
}

.hamburger--3dx.is-active .hamburger-inner {
	transform: rotateY(180deg);
	background-color: transparent!important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
	transform: translate3d(0,10px,0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
	transform: translate3d(0,-10px,0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
	perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s;
}

.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
	transform: rotateY(-180deg);
	background-color: transparent!important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
	transform: translate3d(0,10px,0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
	transform: translate3d(0,-10px,0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
	perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
	transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s;
}

.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s;
}

.hamburger--3dy.is-active .hamburger-inner {
	transform: rotateX(-180deg);
	background-color: transparent!important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
	transform: translate3d(0,10px,0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
	transform: translate3d(0,-10px,0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
	perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s;
}

.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
	transform: rotateX(180deg);
	background-color: transparent!important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
	transform: translate3d(0,10px,0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
	transform: translate3d(0,-10px,0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
	perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
	transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s;
}

.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
	transform: rotateX(180deg) rotateY(180deg);
	background-color: transparent!important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
	transform: translate3d(0,10px,0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
	transform: translate3d(0,-10px,0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
	perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s;
}

.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
	transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
	background-color: transparent!important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
	transform: translate3d(0,10px,0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
	transform: translate3d(0,-10px,0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
	transform: translate3d(-8px,0,0) rotate(-45deg) scaleX(.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
	transform: translate3d(-8px,0,0) rotate(45deg) scaleX(.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
	transform: translate3d(8px,0,0) rotate(45deg) scaleX(.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
	transform: translate3d(8px,0,0) rotate(-45deg) scaleX(.7);
}

.hamburger--arrowalt .hamburger-inner:before {
	transition: top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1);
}

.hamburger--arrowalt .hamburger-inner:after {
	transition: bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
	transform: translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
	transform: translate3d(-8px,10px,0) rotate(45deg) scaleX(.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
	transition: top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
	transition: bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
	transform: translate3d(8px,-10px,0) rotate(45deg) scaleX(.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
	transform: translate3d(8px,10px,0) rotate(-45deg) scaleX(.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
	transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
	transform: translate3d(8px,0,0) rotate(45deg) scaleX(.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
	transform: translate3d(8px,0,0) rotate(-45deg) scaleX(.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
	transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
	transform: translate3d(-8px,0,0) rotate(-45deg) scaleX(.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
	transform: translate3d(-8px,0,0) rotate(45deg) scaleX(.7);
}

.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before {
	transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
	transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	transition-duration: .13s;
}

.hamburger--collapse .hamburger-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
}

.hamburger--collapse .hamburger-inner:before {
	transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--collapse.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: translate3d(0,-10px,0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
	opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
	transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	transition-duration: .13s;
}

.hamburger--collapse-r .hamburger-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
	transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: translate3d(0,-10px,0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
	opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
	transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
	top: 2px;
	transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
	transition-duration: .275s;
}

.hamburger--elastic .hamburger-inner:before {
	top: 10px;
	transition: opacity .125s ease .275s;
}

.hamburger--elastic .hamburger-inner:after {
	top: 20px;
	transition: transform .275s cubic-bezier(.68,-.55,.265,1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
	transition-delay: 75ms;
	transform: translate3d(0,10px,0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
	transition-delay: 75ms;
	transform: translate3d(0,-20px,0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
	top: 2px;
	transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
	transition-duration: .275s;
}

.hamburger--elastic-r .hamburger-inner:before {
	top: 10px;
	transition: opacity .125s ease .275s;
}

.hamburger--elastic-r .hamburger-inner:after {
	top: 20px;
	transition: transform .275s cubic-bezier(.68,-.55,.265,1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
	transition-delay: 75ms;
	transform: translate3d(0,10px,0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
	transition-delay: 75ms;
	transform: translate3d(0,-20px,0) rotate(270deg);
}

.hamburger--emphatic {
	overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
	transition: background-color .125s ease-in .175s;
}

.hamburger--emphatic .hamburger-inner:before {
	left: 0;
	transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s;
}

.hamburger--emphatic .hamburger-inner:after {
	top: 10px;
	right: 0;
	transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent!important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
	top: -80px;
	left: -80px;
	transition: left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
	transform: translate3d(80px,80px,0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
	top: -80px;
	right: -80px;
	transition: right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
	transform: translate3d(-80px,80px,0) rotate(-45deg);
}

.hamburger--emphatic-r {
	overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
	transition: background-color .125s ease-in .175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
	left: 0;
	transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
	top: 10px;
	right: 0;
	transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent!important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
	top: 80px;
	left: -80px;
	transition: left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
	transform: translate3d(80px,-80px,0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
	top: 80px;
	right: -80px;
	transition: right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
	transform: translate3d(-80px,-80px,0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before {
	transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before {
	transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
	opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
	top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
	bottom: 0;
}

.hamburger--slider .hamburger-inner {
	top: 2px;
}

.hamburger--slider .hamburger-inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform,opacity;
}

.hamburger--slider .hamburger-inner:after {
	top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0,10px,0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
	opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
	transform: translate3d(0,-20px,0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
	top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform,opacity;
}

.hamburger--slider-r .hamburger-inner:after {
	top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
	transform: translate3d(0,10px,0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
	transform: rotate(45deg) translate3d(5.71429px,-6px,0);
	opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
	transform: translate3d(0,-20px,0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	transition-duration: .22s;
}

.hamburger--spin .hamburger-inner:before {
	transition: top .1s ease-in .25s,opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
	transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spin.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease-out,opacity .1s ease-out .12s;
	opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
	transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	transition-duration: .22s;
}

.hamburger--spin-r .hamburger-inner:before {
	transition: top .1s ease-in .25s,opacity .1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
	transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease-out,opacity .1s ease-out .12s;
	opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
	transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s linear .13s;
}

.hamburger--spring .hamburger-inner:before {
	top: 10px;
	transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spring .hamburger-inner:after {
	top: 20px;
	transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spring.is-active .hamburger-inner {
	transition-delay: .22s;
	background-color: transparent!important;
}

.hamburger--spring.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
	transform: translate3d(0,10px,0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
	transform: translate3d(0,10px,0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	transition-duration: .13s;
}

.hamburger--spring-r .hamburger-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
	transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: translate3d(0,-10px,0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;
	opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
	transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
	transition: transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
	transition: top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
	transition: bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
	transition: transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;
	transform: rotate(90deg);
	background-color: transparent!important;
}

.hamburger--stand.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
	transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
	transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
	transition: transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
	transition: top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
	transition: bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
	transition: transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;
	transform: rotate(-90deg);
	background-color: transparent!important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
	transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
	transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
	transition: top 75ms ease .12s,opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
	transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease,opacity 75ms ease .12s;
	opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
	transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
	transition-timing-function: cubic-bezier(.19,1,.22,1);
	transition-duration: .2s;
}

.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before {
	transition-delay: .1s;
	transition-timing-function: linear;
	transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
	transition-property: top,opacity;
}

.hamburger--vortex .hamburger-inner:after {
	transition-property: bottom,transform;
}

.hamburger--vortex.is-active .hamburger-inner {
	transition-timing-function: cubic-bezier(.19,1,.22,1);
	transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before {
	transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
	transition-timing-function: cubic-bezier(.19,1,.22,1);
	transition-duration: .2s;
}

.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before {
	transition-delay: .1s;
	transition-timing-function: linear;
	transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
	transition-property: top,opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
	transition-property: bottom,transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
	transition-timing-function: cubic-bezier(.19,1,.22,1);
	transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before {
	transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg);
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none!important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-arrow,button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus,.mfp-close:hover {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus,.mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow:after,.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {




	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0,0,0,.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0,0,0,.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.owl-carousel,.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../libs/owl.carousel/dist/assets/owl.video_play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,.slick-slider .slick-track {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after,.slick-track:before {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.iti {
	position: relative;
	display: inline-block;
}

.iti * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.iti__hide {
	display: none;
}

.iti__v-hide {
	visibility: hidden;
}

.iti input,.iti input[type=tel],.iti input[type=text] {
	position: relative;
	z-index: 0;
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding-right: 36px;
	margin-right: 0;
}

.iti__flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px;
}

.iti__selected-flag {
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 6px 0 8px;
}

.iti__arrow {
	margin-left: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
}

.iti__arrow--up {
	border-top: none;
	border-bottom: 4px solid #555;
}

.iti__country-list {
	position: absolute;
	z-index: 2;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	background-color: #fff;
	border: 1px solid #ccc;
	white-space: nowrap;
	max-height: 200px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
	bottom: 100%;
	margin-bottom: -1px;
}

@media (max-width:500px) {
	.iti__country-list {
		white-space: normal;
	}
}

.iti__flag-box {
	display: inline-block;
	width: 20px;
}

.iti__divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.iti__country {
	padding: 5px 10px;
	outline: 0;
}

.iti__dial-code {
	color: #999;
}

.iti__country.iti__highlight {
	background-color: rgba(0,0,0,.05);
}

.iti__country-name,.iti__dial-code,.iti__flag-box {
	vertical-align: middle;
}

.iti__country-name,.iti__flag-box {
	margin-right: 6px;
}

.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container {
	right: auto;
	left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
	cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: rgba(0,0,0,.05);
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
	cursor: default;
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
	background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
	background-color: rgba(0,0,0,.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
	margin-left: 6px;
}

.iti--container {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px;
}

.iti--container:hover {
	cursor: pointer;
}

.iti-mobile .iti--container {
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	position: fixed;
}

.iti-mobile .iti__country-list {
	max-height: 100%;
	width: 100%;
}

.iti-mobile .iti__country {
	padding: 10px 10px;
	line-height: 1.5em;
}

.iti__flag {
	width: 20px;
}

.iti__flag.iti__be {
	width: 18px;
}

.iti__flag.iti__ch {
	width: 15px;
}

.iti__flag.iti__mc {
	width: 19px;
}

.iti__flag.iti__ne {
	width: 18px;
}

.iti__flag.iti__np {
	width: 13px;
}

.iti__flag.iti__va {
	width: 15px;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.iti__flag {
		background-size: 5652px 15px;
	}
}

.iti__flag.iti__ac {
	height: 10px;
	background-position: 0 0;
}

.iti__flag.iti__ad {
	height: 14px;
	background-position: -22px 0;
}

.iti__flag.iti__ae {
	height: 10px;
	background-position: -44px 0;
}

.iti__flag.iti__af {
	height: 14px;
	background-position: -66px 0;
}

.iti__flag.iti__ag {
	height: 14px;
	background-position: -88px 0;
}

.iti__flag.iti__ai {
	height: 10px;
	background-position: -110px 0;
}

.iti__flag.iti__al {
	height: 15px;
	background-position: -132px 0;
}

.iti__flag.iti__am {
	height: 10px;
	background-position: -154px 0;
}

.iti__flag.iti__ao {
	height: 14px;
	background-position: -176px 0;
}

.iti__flag.iti__aq {
	height: 14px;
	background-position: -198px 0;
}

.iti__flag.iti__ar {
	height: 13px;
	background-position: -220px 0;
}

.iti__flag.iti__as {
	height: 10px;
	background-position: -242px 0;
}

.iti__flag.iti__at {
	height: 14px;
	background-position: -264px 0;
}

.iti__flag.iti__au {
	height: 10px;
	background-position: -286px 0;
}

.iti__flag.iti__aw {
	height: 14px;
	background-position: -308px 0;
}

.iti__flag.iti__ax {
	height: 13px;
	background-position: -330px 0;
}

.iti__flag.iti__az {
	height: 10px;
	background-position: -352px 0;
}

.iti__flag.iti__ba {
	height: 10px;
	background-position: -374px 0;
}

.iti__flag.iti__bb {
	height: 14px;
	background-position: -396px 0;
}

.iti__flag.iti__bd {
	height: 12px;
	background-position: -418px 0;
}

.iti__flag.iti__be {
	height: 15px;
	background-position: -440px 0;
}

.iti__flag.iti__bf {
	height: 14px;
	background-position: -460px 0;
}

.iti__flag.iti__bg {
	height: 12px;
	background-position: -482px 0;
}

.iti__flag.iti__bh {
	height: 12px;
	background-position: -504px 0;
}

.iti__flag.iti__bi {
	height: 12px;
	background-position: -526px 0;
}

.iti__flag.iti__bj {
	height: 14px;
	background-position: -548px 0;
}

.iti__flag.iti__bl {
	height: 14px;
	background-position: -570px 0;
}

.iti__flag.iti__bm {
	height: 10px;
	background-position: -592px 0;
}

.iti__flag.iti__bn {
	height: 10px;
	background-position: -614px 0;
}

.iti__flag.iti__bo {
	height: 14px;
	background-position: -636px 0;
}

.iti__flag.iti__bq {
	height: 14px;
	background-position: -658px 0;
}

.iti__flag.iti__br {
	height: 14px;
	background-position: -680px 0;
}

.iti__flag.iti__bs {
	height: 10px;
	background-position: -702px 0;
}

.iti__flag.iti__bt {
	height: 14px;
	background-position: -724px 0;
}

.iti__flag.iti__bv {
	height: 15px;
	background-position: -746px 0;
}

.iti__flag.iti__bw {
	height: 14px;
	background-position: -768px 0;
}

.iti__flag.iti__by {
	height: 10px;
	background-position: -790px 0;
}

.iti__flag.iti__bz {
	height: 14px;
	background-position: -812px 0;
}

.iti__flag.iti__ca {
	height: 10px;
	background-position: -834px 0;
}

.iti__flag.iti__cc {
	height: 10px;
	background-position: -856px 0;
}

.iti__flag.iti__cd {
	height: 15px;
	background-position: -878px 0;
}

.iti__flag.iti__cf {
	height: 14px;
	background-position: -900px 0;
}

.iti__flag.iti__cg {
	height: 14px;
	background-position: -922px 0;
}

.iti__flag.iti__ch {
	height: 15px;
	background-position: -944px 0;
}

.iti__flag.iti__ci {
	height: 14px;
	background-position: -961px 0;
}

.iti__flag.iti__ck {
	height: 10px;
	background-position: -983px 0;
}

.iti__flag.iti__cl {
	height: 14px;
	background-position: -1005px 0;
}

.iti__flag.iti__cm {
	height: 14px;
	background-position: -1027px 0;
}

.iti__flag.iti__cn {
	height: 14px;
	background-position: -1049px 0;
}

.iti__flag.iti__co {
	height: 14px;
	background-position: -1071px 0;
}

.iti__flag.iti__cp {
	height: 14px;
	background-position: -1093px 0;
}

.iti__flag.iti__cr {
	height: 12px;
	background-position: -1115px 0;
}

.iti__flag.iti__cu {
	height: 10px;
	background-position: -1137px 0;
}

.iti__flag.iti__cv {
	height: 12px;
	background-position: -1159px 0;
}

.iti__flag.iti__cw {
	height: 14px;
	background-position: -1181px 0;
}

.iti__flag.iti__cx {
	height: 10px;
	background-position: -1203px 0;
}

.iti__flag.iti__cy {
	height: 14px;
	background-position: -1225px 0;
}

.iti__flag.iti__cz {
	height: 14px;
	background-position: -1247px 0;
}

.iti__flag.iti__de {
	height: 12px;
	background-position: -1269px 0;
}

.iti__flag.iti__dg {
	height: 10px;
	background-position: -1291px 0;
}

.iti__flag.iti__dj {
	height: 14px;
	background-position: -1313px 0;
}

.iti__flag.iti__dk {
	height: 15px;
	background-position: -1335px 0;
}

.iti__flag.iti__dm {
	height: 10px;
	background-position: -1357px 0;
}

.iti__flag.iti__do {
	height: 14px;
	background-position: -1379px 0;
}

.iti__flag.iti__dz {
	height: 14px;
	background-position: -1401px 0;
}

.iti__flag.iti__ea {
	height: 14px;
	background-position: -1423px 0;
}

.iti__flag.iti__ec {
	height: 14px;
	background-position: -1445px 0;
}

.iti__flag.iti__ee {
	height: 13px;
	background-position: -1467px 0;
}

.iti__flag.iti__eg {
	height: 14px;
	background-position: -1489px 0;
}

.iti__flag.iti__eh {
	height: 10px;
	background-position: -1511px 0;
}

.iti__flag.iti__er {
	height: 10px;
	background-position: -1533px 0;
}

.iti__flag.iti__es {
	height: 14px;
	background-position: -1555px 0;
}

.iti__flag.iti__et {
	height: 10px;
	background-position: -1577px 0;
}

.iti__flag.iti__eu {
	height: 14px;
	background-position: -1599px 0;
}

.iti__flag.iti__fi {
	height: 12px;
	background-position: -1621px 0;
}

.iti__flag.iti__fj {
	height: 10px;
	background-position: -1643px 0;
}

.iti__flag.iti__fk {
	height: 10px;
	background-position: -1665px 0;
}

.iti__flag.iti__fm {
	height: 11px;
	background-position: -1687px 0;
}

.iti__flag.iti__fo {
	height: 15px;
	background-position: -1709px 0;
}

.iti__flag.iti__fr {
	height: 14px;
	background-position: -1731px 0;
}

.iti__flag.iti__ga {
	height: 15px;
	background-position: -1753px 0;
}

.iti__flag.iti__gb {
	height: 10px;
	background-position: -1775px 0;
}

.iti__flag.iti__gd {
	height: 12px;
	background-position: -1797px 0;
}

.iti__flag.iti__ge {
	height: 14px;
	background-position: -1819px 0;
}

.iti__flag.iti__gf {
	height: 14px;
	background-position: -1841px 0;
}

.iti__flag.iti__gg {
	height: 14px;
	background-position: -1863px 0;
}

.iti__flag.iti__gh {
	height: 14px;
	background-position: -1885px 0;
}

.iti__flag.iti__gi {
	height: 10px;
	background-position: -1907px 0;
}

.iti__flag.iti__gl {
	height: 14px;
	background-position: -1929px 0;
}

.iti__flag.iti__gm {
	height: 14px;
	background-position: -1951px 0;
}

.iti__flag.iti__gn {
	height: 14px;
	background-position: -1973px 0;
}

.iti__flag.iti__gp {
	height: 14px;
	background-position: -1995px 0;
}

.iti__flag.iti__gq {
	height: 14px;
	background-position: -2017px 0;
}

.iti__flag.iti__gr {
	height: 14px;
	background-position: -2039px 0;
}

.iti__flag.iti__gs {
	height: 10px;
	background-position: -2061px 0;
}

.iti__flag.iti__gt {
	height: 13px;
	background-position: -2083px 0;
}

.iti__flag.iti__gu {
	height: 11px;
	background-position: -2105px 0;
}

.iti__flag.iti__gw {
	height: 10px;
	background-position: -2127px 0;
}

.iti__flag.iti__gy {
	height: 12px;
	background-position: -2149px 0;
}

.iti__flag.iti__hk {
	height: 14px;
	background-position: -2171px 0;
}

.iti__flag.iti__hm {
	height: 10px;
	background-position: -2193px 0;
}

.iti__flag.iti__hn {
	height: 10px;
	background-position: -2215px 0;
}

.iti__flag.iti__hr {
	height: 10px;
	background-position: -2237px 0;
}

.iti__flag.iti__ht {
	height: 12px;
	background-position: -2259px 0;
}

.iti__flag.iti__hu {
	height: 10px;
	background-position: -2281px 0;
}

.iti__flag.iti__ic {
	height: 14px;
	background-position: -2303px 0;
}

.iti__flag.iti__id {
	height: 14px;
	background-position: -2325px 0;
}

.iti__flag.iti__ie {
	height: 10px;
	background-position: -2347px 0;
}

.iti__flag.iti__il {
	height: 15px;
	background-position: -2369px 0;
}

.iti__flag.iti__im {
	height: 10px;
	background-position: -2391px 0;
}

.iti__flag.iti__in {
	height: 14px;
	background-position: -2413px 0;
}

.iti__flag.iti__io {
	height: 10px;
	background-position: -2435px 0;
}

.iti__flag.iti__iq {
	height: 14px;
	background-position: -2457px 0;
}

.iti__flag.iti__ir {
	height: 12px;
	background-position: -2479px 0;
}

.iti__flag.iti__is {
	height: 15px;
	background-position: -2501px 0;
}

.iti__flag.iti__it {
	height: 14px;
	background-position: -2523px 0;
}

.iti__flag.iti__je {
	height: 12px;
	background-position: -2545px 0;
}

.iti__flag.iti__jm {
	height: 10px;
	background-position: -2567px 0;
}

.iti__flag.iti__jo {
	height: 10px;
	background-position: -2589px 0;
}

.iti__flag.iti__jp {
	height: 14px;
	background-position: -2611px 0;
}

.iti__flag.iti__ke {
	height: 14px;
	background-position: -2633px 0;
}

.iti__flag.iti__kg {
	height: 12px;
	background-position: -2655px 0;
}

.iti__flag.iti__kh {
	height: 13px;
	background-position: -2677px 0;
}

.iti__flag.iti__ki {
	height: 10px;
	background-position: -2699px 0;
}

.iti__flag.iti__km {
	height: 12px;
	background-position: -2721px 0;
}

.iti__flag.iti__kn {
	height: 14px;
	background-position: -2743px 0;
}

.iti__flag.iti__kp {
	height: 10px;
	background-position: -2765px 0;
}

.iti__flag.iti__kr {
	height: 14px;
	background-position: -2787px 0;
}

.iti__flag.iti__kw {
	height: 10px;
	background-position: -2809px 0;
}

.iti__flag.iti__ky {
	height: 10px;
	background-position: -2831px 0;
}

.iti__flag.iti__kz {
	height: 10px;
	background-position: -2853px 0;
}

.iti__flag.iti__la {
	height: 14px;
	background-position: -2875px 0;
}

.iti__flag.iti__lb {
	height: 14px;
	background-position: -2897px 0;
}

.iti__flag.iti__lc {
	height: 10px;
	background-position: -2919px 0;
}

.iti__flag.iti__li {
	height: 12px;
	background-position: -2941px 0;
}

.iti__flag.iti__lk {
	height: 10px;
	background-position: -2963px 0;
}

.iti__flag.iti__lr {
	height: 11px;
	background-position: -2985px 0;
}

.iti__flag.iti__ls {
	height: 14px;
	background-position: -3007px 0;
}

.iti__flag.iti__lt {
	height: 12px;
	background-position: -3029px 0;
}

.iti__flag.iti__lu {
	height: 12px;
	background-position: -3051px 0;
}

.iti__flag.iti__lv {
	height: 10px;
	background-position: -3073px 0;
}

.iti__flag.iti__ly {
	height: 10px;
	background-position: -3095px 0;
}

.iti__flag.iti__ma {
	height: 14px;
	background-position: -3117px 0;
}

.iti__flag.iti__mc {
	height: 15px;
	background-position: -3139px 0;
}

.iti__flag.iti__md {
	height: 10px;
	background-position: -3160px 0;
}

.iti__flag.iti__me {
	height: 10px;
	background-position: -3182px 0;
}

.iti__flag.iti__mf {
	height: 14px;
	background-position: -3204px 0;
}

.iti__flag.iti__mg {
	height: 14px;
	background-position: -3226px 0;
}

.iti__flag.iti__mh {
	height: 11px;
	background-position: -3248px 0;
}

.iti__flag.iti__mk {
	height: 10px;
	background-position: -3270px 0;
}

.iti__flag.iti__ml {
	height: 14px;
	background-position: -3292px 0;
}

.iti__flag.iti__mm {
	height: 14px;
	background-position: -3314px 0;
}

.iti__flag.iti__mn {
	height: 10px;
	background-position: -3336px 0;
}

.iti__flag.iti__mo {
	height: 14px;
	background-position: -3358px 0;
}

.iti__flag.iti__mp {
	height: 10px;
	background-position: -3380px 0;
}

.iti__flag.iti__mq {
	height: 14px;
	background-position: -3402px 0;
}

.iti__flag.iti__mr {
	height: 14px;
	background-position: -3424px 0;
}

.iti__flag.iti__ms {
	height: 10px;
	background-position: -3446px 0;
}

.iti__flag.iti__mt {
	height: 14px;
	background-position: -3468px 0;
}

.iti__flag.iti__mu {
	height: 14px;
	background-position: -3490px 0;
}

.iti__flag.iti__mv {
	height: 14px;
	background-position: -3512px 0;
}

.iti__flag.iti__mw {
	height: 14px;
	background-position: -3534px 0;
}

.iti__flag.iti__mx {
	height: 12px;
	background-position: -3556px 0;
}

.iti__flag.iti__my {
	height: 10px;
	background-position: -3578px 0;
}

.iti__flag.iti__mz {
	height: 14px;
	background-position: -3600px 0;
}

.iti__flag.iti__na {
	height: 14px;
	background-position: -3622px 0;
}

.iti__flag.iti__nc {
	height: 10px;
	background-position: -3644px 0;
}

.iti__flag.iti__ne {
	height: 15px;
	background-position: -3666px 0;
}

.iti__flag.iti__nf {
	height: 10px;
	background-position: -3686px 0;
}

.iti__flag.iti__ng {
	height: 10px;
	background-position: -3708px 0;
}

.iti__flag.iti__ni {
	height: 12px;
	background-position: -3730px 0;
}

.iti__flag.iti__nl {
	height: 14px;
	background-position: -3752px 0;
}

.iti__flag.iti__no {
	height: 15px;
	background-position: -3774px 0;
}

.iti__flag.iti__np {
	height: 15px;
	background-position: -3796px 0;
}

.iti__flag.iti__nr {
	height: 10px;
	background-position: -3811px 0;
}

.iti__flag.iti__nu {
	height: 10px;
	background-position: -3833px 0;
}

.iti__flag.iti__nz {
	height: 10px;
	background-position: -3855px 0;
}

.iti__flag.iti__om {
	height: 10px;
	background-position: -3877px 0;
}

.iti__flag.iti__pa {
	height: 14px;
	background-position: -3899px 0;
}

.iti__flag.iti__pe {
	height: 14px;
	background-position: -3921px 0;
}

.iti__flag.iti__pf {
	height: 14px;
	background-position: -3943px 0;
}

.iti__flag.iti__pg {
	height: 15px;
	background-position: -3965px 0;
}

.iti__flag.iti__ph {
	height: 10px;
	background-position: -3987px 0;
}

.iti__flag.iti__pk {
	height: 14px;
	background-position: -4009px 0;
}

.iti__flag.iti__pl {
	height: 13px;
	background-position: -4031px 0;
}

.iti__flag.iti__pm {
	height: 14px;
	background-position: -4053px 0;
}

.iti__flag.iti__pn {
	height: 10px;
	background-position: -4075px 0;
}

.iti__flag.iti__pr {
	height: 14px;
	background-position: -4097px 0;
}

.iti__flag.iti__ps {
	height: 10px;
	background-position: -4119px 0;
}

.iti__flag.iti__pt {
	height: 14px;
	background-position: -4141px 0;
}

.iti__flag.iti__pw {
	height: 13px;
	background-position: -4163px 0;
}

.iti__flag.iti__py {
	height: 11px;
	background-position: -4185px 0;
}

.iti__flag.iti__qa {
	height: 8px;
	background-position: -4207px 0;
}

.iti__flag.iti__re {
	height: 14px;
	background-position: -4229px 0;
}

.iti__flag.iti__ro {
	height: 14px;
	background-position: -4251px 0;
}

.iti__flag.iti__rs {
	height: 14px;
	background-position: -4273px 0;
}

.iti__flag.iti__ru {
	height: 14px;
	background-position: -4295px 0;
}

.iti__flag.iti__rw {
	height: 14px;
	background-position: -4317px 0;
}

.iti__flag.iti__sa {
	height: 14px;
	background-position: -4339px 0;
}

.iti__flag.iti__sb {
	height: 10px;
	background-position: -4361px 0;
}

.iti__flag.iti__sc {
	height: 10px;
	background-position: -4383px 0;
}

.iti__flag.iti__sd {
	height: 10px;
	background-position: -4405px 0;
}

.iti__flag.iti__se {
	height: 13px;
	background-position: -4427px 0;
}

.iti__flag.iti__sg {
	height: 14px;
	background-position: -4449px 0;
}

.iti__flag.iti__sh {
	height: 10px;
	background-position: -4471px 0;
}

.iti__flag.iti__si {
	height: 10px;
	background-position: -4493px 0;
}

.iti__flag.iti__sj {
	height: 15px;
	background-position: -4515px 0;
}

.iti__flag.iti__sk {
	height: 14px;
	background-position: -4537px 0;
}

.iti__flag.iti__sl {
	height: 14px;
	background-position: -4559px 0;
}

.iti__flag.iti__sm {
	height: 15px;
	background-position: -4581px 0;
}

.iti__flag.iti__sn {
	height: 14px;
	background-position: -4603px 0;
}

.iti__flag.iti__so {
	height: 14px;
	background-position: -4625px 0;
}

.iti__flag.iti__sr {
	height: 14px;
	background-position: -4647px 0;
}

.iti__flag.iti__ss {
	height: 10px;
	background-position: -4669px 0;
}

.iti__flag.iti__st {
	height: 10px;
	background-position: -4691px 0;
}

.iti__flag.iti__sv {
	height: 12px;
	background-position: -4713px 0;
}

.iti__flag.iti__sx {
	height: 14px;
	background-position: -4735px 0;
}

.iti__flag.iti__sy {
	height: 14px;
	background-position: -4757px 0;
}

.iti__flag.iti__sz {
	height: 14px;
	background-position: -4779px 0;
}

.iti__flag.iti__ta {
	height: 10px;
	background-position: -4801px 0;
}

.iti__flag.iti__tc {
	height: 10px;
	background-position: -4823px 0;
}

.iti__flag.iti__td {
	height: 14px;
	background-position: -4845px 0;
}

.iti__flag.iti__tf {
	height: 14px;
	background-position: -4867px 0;
}

.iti__flag.iti__tg {
	height: 13px;
	background-position: -4889px 0;
}

.iti__flag.iti__th {
	height: 14px;
	background-position: -4911px 0;
}

.iti__flag.iti__tj {
	height: 10px;
	background-position: -4933px 0;
}

.iti__flag.iti__tk {
	height: 10px;
	background-position: -4955px 0;
}

.iti__flag.iti__tl {
	height: 10px;
	background-position: -4977px 0;
}

.iti__flag.iti__tm {
	height: 14px;
	background-position: -4999px 0;
}

.iti__flag.iti__tn {
	height: 14px;
	background-position: -5021px 0;
}

.iti__flag.iti__to {
	height: 10px;
	background-position: -5043px 0;
}

.iti__flag.iti__tr {
	height: 14px;
	background-position: -5065px 0;
}

.iti__flag.iti__tt {
	height: 12px;
	background-position: -5087px 0;
}

.iti__flag.iti__tv {
	height: 10px;
	background-position: -5109px 0;
}

.iti__flag.iti__tw {
	height: 14px;
	background-position: -5131px 0;
}

.iti__flag.iti__tz {
	height: 14px;
	background-position: -5153px 0;
}

.iti__flag.iti__ua {
	height: 14px;
	background-position: -5175px 0;
}

.iti__flag.iti__ug {
	height: 14px;
	background-position: -5197px 0;
}

.iti__flag.iti__um {
	height: 11px;
	background-position: -5219px 0;
}

.iti__flag.iti__un {
	height: 14px;
	background-position: -5241px 0;
}

.iti__flag.iti__us {
	height: 11px;
	background-position: -5263px 0;
}

.iti__flag.iti__uy {
	height: 14px;
	background-position: -5285px 0;
}

.iti__flag.iti__uz {
	height: 10px;
	background-position: -5307px 0;
}

.iti__flag.iti__va {
	height: 15px;
	background-position: -5329px 0;
}

.iti__flag.iti__vc {
	height: 14px;
	background-position: -5346px 0;
}

.iti__flag.iti__ve {
	height: 14px;
	background-position: -5368px 0;
}

.iti__flag.iti__vg {
	height: 10px;
	background-position: -5390px 0;
}

.iti__flag.iti__vi {
	height: 14px;
	background-position: -5412px 0;
}

.iti__flag.iti__vn {
	height: 14px;
	background-position: -5434px 0;
}

.iti__flag.iti__vu {
	height: 12px;
	background-position: -5456px 0;
}

.iti__flag.iti__wf {
	height: 14px;
	background-position: -5478px 0;
}

.iti__flag.iti__ws {
	height: 10px;
	background-position: -5500px 0;
}

.iti__flag.iti__xk {
	height: 15px;
	background-position: -5522px 0;
}

.iti__flag.iti__ye {
	height: 14px;
	background-position: -5544px 0;
}

.iti__flag.iti__yt {
	height: 14px;
	background-position: -5566px 0;
}

.iti__flag.iti__za {
	height: 14px;
	background-position: -5588px 0;
}

.iti__flag.iti__zm {
	height: 14px;
	background-position: -5610px 0;
}

.iti__flag.iti__zw {
	height: 10px;
	background-position: -5632px 0;
}

.iti__flag {
	height: 15px;
	box-shadow: 0 0 1px 0 #888;
	background-image: url(../libs/intl-tel-input-master/build/img/flags.png);
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.iti__flag {
		background-image: url(../libs/intl-tel-input-master/build/img/flags-2x.png);
	}
}

.iti__flag.iti__np {
	background-color: transparent;
}

@font-face {
	font-family:muller-ex;font-weight:400;font-style:normal;src:url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/MullerRegular/MullerRegular.eot);src:url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/MullerRegular/MullerRegular.eot#iefix) format("embedded-opentype"),url(../fonts/MullerRegular/MullerRegular.woff) format("woff"),url(../fonts/MullerRegular/MullerRegular.ttf) format("truetype");
}

@font-face {
	font-family:muller-ex;font-weight:700;font-style:normal;src:url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/MullerBold/MullerBold.eot);src:url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/MullerBold/MullerBold.eot#iefix) format("embedded-opentype"),url(../fonts/MullerBold/MullerBold.woff) format("woff"),url(../fonts/MullerBold/MullerBold.ttf) format("truetype");
}

@font-face {
	font-family:muller-ex;font-weight:500;font-style:normal;src:url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/MullerMedium/MullerMedium.eot);src:url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/MullerMedium/MullerMedium.eot#iefix) format("embedded-opentype"),url(../fonts/MullerMedium/MullerMedium.woff) format("woff"),url(../fonts/MullerMedium/MullerMedium.ttf) format("truetype");
}

@font-face {
	font-family:muller-ex;font-weight:300;font-style:normal;src:url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/MullerLight/MullerLight.eot);src:url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/MullerLight/MullerLight.eot#iefix) format("embedded-opentype"),url(../fonts/MullerLight/MullerLight.woff) format("woff"),url(../fonts/MullerLight/MullerLight.ttf) format("truetype");
}

@font-face {
	font-family:muller-ex;font-weight:900;font-style:normal;src:url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/MullerBlack/MullerBlack.eot);src:url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/MullerBlack/MullerBlack.eot#iefix) format("embedded-opentype"),url(../fonts/MullerBlack/MullerBlack.woff) format("woff"),url(../fonts/MullerBlack/MullerBlack.ttf) format("truetype");
}

@font-face {
	font-family:future-ex;font-weight:400;font-style:normal;src:url(../fonts/FuturaPTBook/FuturaPTBook.eot);src:url(../fonts/FuturaPTBook/FuturaPTBook.eot#iefix) format("embedded-opentype"),url(../fonts/FuturaPTBook/FuturaPTBook.woff) format("woff"),url(../fonts/FuturaPTBook/FuturaPTBook.ttf) format("truetype");
}

@font-face {
	font-family:future-ex;font-weight:800;font-style:normal;src:url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/FuturaPTHeavy/FuturaPTHeavy.eot);src:url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/FuturaPTHeavy/FuturaPTHeavy.eot#iefix) format("embedded-opentype"),url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/FuturaPTHeavy/FuturaPTHeavy.woff) format("woff"),url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/FuturaPTHeavy/FuturaPTHeavy.ttf) format("truetype");
}

@font-face {
	font-family:future-ex;font-weight:700;font-style:normal;src:url(../fonts/FuturaPTBold/FuturaPTBold.eot);src:url(../fonts/FuturaPTBold/FuturaPTBold.eot#iefix) format("embedded-opentype"),url(../fonts/FuturaPTBold/FuturaPTBold.woff) format("woff"),url(../fonts/FuturaPTBold/FuturaPTBold.ttf) format("truetype");
}

@font-face {
	font-family:future-ex;font-weight:600;font-style:normal;src:url(../fonts/FuturaPTDemi/FuturaPTDemi.eot);src:url(../fonts/FuturaPTDemi/FuturaPTDemi.eot#iefix) format("embedded-opentype"),url(../fonts/FuturaPTDemi/FuturaPTDemi.woff) format("woff"),url(../fonts/FuturaPTDemi/FuturaPTDemi.ttf) format("truetype");
}

@font-face {
	font-family:future-ex;font-weight:500;font-style:normal;src:url(../fonts/FuturaPTMedium/FuturaPTMedium.eot);src:url(../fonts/FuturaPTMedium/FuturaPTMedium.eot#iefix) format("embedded-opentype"),url(../fonts/FuturaPTMedium/FuturaPTMedium.woff) format("woff"),url(../fonts/FuturaPTMedium/FuturaPTMedium.ttf) format("truetype");
}

@font-face {
	font-family:future-ex;font-weight:200;font-style:normal;src:url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/FutureLight/FutureLight.eot);src:url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/FutureLight/FutureLight.eot#iefix) format("embedded-opentype"),url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/FutureLight/FutureLight.woff) format("woff"),url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/fonts/FutureLight/FutureLight.ttf) format("truetype");
}

@font-face {
	font-family:bebas-ex;font-weight:400;font-style:normal;src:url(../fonts/BebasBook/BebasBook.eot);src:url(../fonts/BebasBook/BebasBook.eot#iefix) format("embedded-opentype"),url(../fonts/BebasBook/BebasBook.woff) format("woff"),url(../fonts/BebasBook/BebasBook.ttf) format("truetype");
}

@font-face {
	font-family:bebas-ex;font-weight:700;font-style:normal;src:url(../fonts/BebasBold/BebasBold.eot);src:url(../fonts/BebasBold/BebasBold.eot#iefix) format("embedded-opentype"),url(../fonts/BebasBold/BebasBold.woff) format("woff"),url(../fonts/BebasBold/BebasBold.ttf) format("truetype");
}

@font-face {
	font-family:helvetica-ex;font-weight:400;font-style:normal;src:url(../fonts/HelveticaRegular/HelveticaRegular.eot);src:url(../fonts/HelveticaRegular/HelveticaRegular.eot#iefix) format("embedded-opentype"),url(../fonts/HelveticaRegular/HelveticaRegular.woff) format("woff"),url(../fonts/HelveticaRegular/HelveticaRegular.ttf) format("truetype");
}

@font-face {
	font-family:helvetica-ex;font-weight:500;font-style:normal;src:url(../fonts/HelveticaMedium/HelveticaMedium.eot);src:url(../fonts/HelveticaMedium/HelveticaMedium.eot#iefix) format("embedded-opentype"),url(../fonts/HelveticaMedium/HelveticaMedium.woff) format("woff"),url(../fonts/HelveticaMedium/HelveticaMedium.ttf) format("truetype");
}

@font-face {
	font-family:helvetica-ex;font-weight:700;font-style:normal;src:url(../fonts/HelveticaBold/HelveticaBold.eot);src:url(../fonts/HelveticaBold/HelveticaBold.eot#iefix) format("embedded-opentype"),url(../fonts/HelveticaBold/HelveticaBold.woff) format("woff"),url(../fonts/HelveticaBold/HelveticaBold.ttf) format("truetype");
}

@font-face {
	font-family:helvetica-ex;font-weight:800;font-style:normal;src:url(../fonts/HelveticaBlack/HelveticaBlack.eot);src:url(../fonts/HelveticaBlack/HelveticaBlack.eot#iefix) format("embedded-opentype"),url(../fonts/HelveticaBlack/HelveticaBlack.woff) format("woff"),url(../fonts/HelveticaBlack/HelveticaBlack.ttf) format("truetype");
}

*,::after,::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
	width:device-width;
}

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0!important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[data-original-title],abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

dl,ol,ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,ol ul,ul ol,ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	-webkit-border-radius: 0;
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

button,input,optgroup,select,textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=checkbox],input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none!important;
}

@-ms-viewport {
	width:device-width;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,::after,::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

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

@media (min-width:576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1170px;
	}
}

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

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

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col,.col-1,.col-10,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 10%;
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width: 10%;
}

.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}

.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 40%;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}

.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 60%;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}

.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 70%;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}

.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 80%;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
}

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 90%;
	-ms-flex: 0 0 90%;
	flex: 0 0 90%;
	max-width: 90%;
}

.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10;
}

.offset-1 {
	margin-left: 10%;
}

.offset-2 {
	margin-left: 20%;
}

.offset-3 {
	margin-left: 30%;
}

.offset-4 {
	margin-left: 40%;
}

.offset-5 {
	margin-left: 50%;
}

.offset-6 {
	margin-left: 60%;
}

.offset-7 {
	margin-left: 70%;
}

.offset-8 {
	margin-left: 80%;
}

.offset-9 {
	margin-left: 90%;
}

@media (min-width:576px) {
	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 70%;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 80%;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 90%;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 10%;
	}

	.offset-sm-2 {
		margin-left: 20%;
	}

	.offset-sm-3 {
		margin-left: 30%;
	}

	.offset-sm-4 {
		margin-left: 40%;
	}

	.offset-sm-5 {
		margin-left: 50%;
	}

	.offset-sm-6 {
		margin-left: 60%;
	}

	.offset-sm-7 {
		margin-left: 70%;
	}

	.offset-sm-8 {
		margin-left: 80%;
	}

	.offset-sm-9 {
		margin-left: 90%;
	}
}

@media (min-width:768px) {
	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 70%;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 80%;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 90%;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 10%;
	}

	.offset-md-2 {
		margin-left: 20%;
	}

	.offset-md-3 {
		margin-left: 30%;
	}

	.offset-md-4 {
		margin-left: 40%;
	}

	.offset-md-5 {
		margin-left: 50%;
	}

	.offset-md-6 {
		margin-left: 60%;
	}

	.offset-md-7 {
		margin-left: 70%;
	}

	.offset-md-8 {
		margin-left: 80%;
	}

	.offset-md-9 {
		margin-left: 90%;
	}
}

@media (min-width:992px) {
	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 70%;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 80%;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 90%;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 10%;
	}

	.offset-lg-2 {
		margin-left: 20%;
	}

	.offset-lg-3 {
		margin-left: 30%;
	}

	.offset-lg-4 {
		margin-left: 40%;
	}

	.offset-lg-5 {
		margin-left: 50%;
	}

	.offset-lg-6 {
		margin-left: 60%;
	}

	.offset-lg-7 {
		margin-left: 70%;
	}

	.offset-lg-8 {
		margin-left: 80%;
	}

	.offset-lg-9 {
		margin-left: 90%;
	}
}

@media (min-width:1200px) {
	.col-xl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 70%;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 80%;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 90%;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 10%;
	}

	.offset-xl-2 {
		margin-left: 20%;
	}

	.offset-xl-3 {
		margin-left: 30%;
	}

	.offset-xl-4 {
		margin-left: 40%;
	}

	.offset-xl-5 {
		margin-left: 50%;
	}

	.offset-xl-6 {
		margin-left: 60%;
	}

	.offset-xl-7 {
		margin-left: 70%;
	}

	.offset-xl-8 {
		margin-left: 80%;
	}

	.offset-xl-9 {
		margin-left: 90%;
	}
}

.d-none {
	display: none!important;
}

.d-inline {
	display: inline!important;
}

.d-inline-block {
	display: inline-block!important;
}

.d-block {
	display: block!important;
}

.d-table {
	display: table!important;
}

.d-table-row {
	display: table-row!important;
}

.d-table-cell {
	display: table-cell!important;
}

.d-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
}

.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
}

@media (min-width:576px) {
	.d-sm-none {
		display: none!important;
	}

	.d-sm-inline {
		display: inline!important;
	}

	.d-sm-inline-block {
		display: inline-block!important;
	}

	.d-sm-block {
		display: block!important;
	}

	.d-sm-table {
		display: table!important;
	}

	.d-sm-table-row {
		display: table-row!important;
	}

	.d-sm-table-cell {
		display: table-cell!important;
	}

	.d-sm-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important;
	}

	.d-md-inline {
		display: inline!important;
	}

	.d-md-inline-block {
		display: inline-block!important;
	}

	.d-md-block {
		display: block!important;
	}

	.d-md-table {
		display: table!important;
	}

	.d-md-table-row {
		display: table-row!important;
	}

	.d-md-table-cell {
		display: table-cell!important;
	}

	.d-md-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important;
	}

	.d-lg-inline {
		display: inline!important;
	}

	.d-lg-inline-block {
		display: inline-block!important;
	}

	.d-lg-block {
		display: block!important;
	}

	.d-lg-table {
		display: table!important;
	}

	.d-lg-table-row {
		display: table-row!important;
	}

	.d-lg-table-cell {
		display: table-cell!important;
	}

	.d-lg-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none!important;
	}

	.d-xl-inline {
		display: inline!important;
	}

	.d-xl-inline-block {
		display: inline-block!important;
	}

	.d-xl-block {
		display: block!important;
	}

	.d-xl-table {
		display: table!important;
	}

	.d-xl-table-row {
		display: table-row!important;
	}

	.d-xl-table-cell {
		display: table-cell!important;
	}

	.d-xl-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media print {
	.d-print-none {
		display: none!important;
	}

	.d-print-inline {
		display: inline!important;
	}

	.d-print-inline-block {
		display: inline-block!important;
	}

	.d-print-block {
		display: block!important;
	}

	.d-print-table {
		display: table!important;
	}

	.d-print-table-row {
		display: table-row!important;
	}

	.d-print-table-cell {
		display: table-cell!important;
	}

	.d-print-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important;
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important;
}

.flex-wrap {
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap!important;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important;
}

.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse!important;
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important;
}

.justify-content-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}

.justify-content-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}

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

.justify-content-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}

.justify-content-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important;
}

.align-items-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important;
}

.align-items-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important;
}

.align-items-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	-webkit-align-items: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important;
}

.align-items-stretch {
	-webkit-box-align: stretch!important;
	-webkit-align-items: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}

.align-content-start {
	-webkit-align-content: flex-start!important;
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important;
}

.align-content-end {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important;
}

.align-content-center {
	-webkit-align-content: center!important;
	-ms-flex-line-pack: center!important;
	align-content: center!important;
}

.align-content-between {
	-webkit-align-content: space-between!important;
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important;
}

.align-content-around {
	-webkit-align-content: space-around!important;
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important;
}

.align-content-stretch {
	-webkit-align-content: stretch!important;
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important;
}

.align-self-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	align-self: auto!important;
}

.align-self-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
}

.align-self-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important;
}

.align-self-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	align-self: center!important;
}

.align-self-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important;
}

.align-self-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important;
}

@media (min-width:576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-sm-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-sm-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-sm-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-sm-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-sm-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-sm-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-sm-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-sm-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-sm-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-sm-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-sm-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-sm-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-sm-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-sm-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-sm-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-sm-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-sm-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-sm-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-sm-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-md-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-md-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-md-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-md-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-md-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-md-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-md-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-md-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-md-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-md-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-md-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-md-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-md-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-md-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-md-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-md-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-md-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-md-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-md-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-lg-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-lg-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-lg-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-lg-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-lg-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-lg-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-lg-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-lg-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-lg-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-lg-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-lg-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-lg-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-lg-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-lg-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-lg-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-lg-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-lg-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-lg-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-lg-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-xl-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-xl-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-xl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-xl-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-xl-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-xl-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-xl-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-xl-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-xl-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-xl-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-xl-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-xl-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-xl-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-xl-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-xl-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-xl-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-xl-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-xl-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-xl-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

.w-25 {
	width: 25%!important;
}

.w-50 {
	width: 50%!important;
}

.w-75 {
	width: 75%!important;
}

.w-100 {
	width: 100%!important;
}

.h-25 {
	height: 25%!important;
}

.h-50 {
	height: 50%!important;
}

.h-75 {
	height: 75%!important;
}

.h-100 {
	height: 100%!important;
}

.mw-100 {
	max-width: 100%!important;
}

.mh-100 {
	max-height: 100%!important;
}

::-moz-selection {
	background-color: #0055d9;
	color: #fff;
}

::selection {
	background-color: #0055d9;
	color: #fff;
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.55;
	font-family: muller-ex,sans-serif;
	overflow-x: hidden;
	color: #000;
}

body input,body textarea {
	outline: 0;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-responsive.img-width {
	width: 100%;
}

.text-center {
	text-align: center;
}

b,strong {
	font-weight: 700;
}

a:focus,a:hover {
	text-decoration: none;
}

button:focus {
	outline: 0;
}

.logo span {
	white-space: nowrap;
	line-height: 1;
}

.logo span:nth-of-type(1) {
	color: #0055d9;
}

.logo span:nth-of-type(2) {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	top: -2px;
}

.main-head .top-pannel {
	padding: 21px 0;
	z-index: 200;
	background-color: #fff;
}

.main-head .logo span:nth-of-type(2) {
	color: #000;
}

.main-head .navbar {
	margin-top: 12px;
	margin-left: 27px;
}

.main-head .navbar li,.main-head .navbar ul {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.main-head .navbar li li,.main-head .navbar ul li {
	margin-right: 46px;
}

.main-head .navbar li li a,.main-head .navbar ul li a {
	color: #161616;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.main-head .navbar li li a:focus,.main-head .navbar li li a:hover,.main-head .navbar ul li a:focus,.main-head .navbar ul li a:hover {
	color: #0055d9;
	text-shadow: .3px .1px 0 #0055d9,-.3px -.1px 0 #0055d9;
}

.main-head .navbar li li:last-child,.main-head .navbar ul li:last-child {
	margin-right: 0;
}

.main-head .btn-join-login {
	color: #0055d9;
	font-weight: 500;
	margin-top: 14px;
	display: inline-block;
	float: right;
}

.main-head .btn-join-login svg {
	fill: #0055d9;
	width: 14px;
	height: 14px;
}

.main-head .btn-join-login span {
	position: relative;
	top: -2px;
	margin-left: 1px;
	font-size: 15px;
}

.main-content {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding-top: 180px;
	padding-bottom: 75px;
}

.main-content .wrap-composition {
	color: #fff;
}

.main-content .wrap-composition .h1 {
	font-size: 45px;
	text-transform: uppercase;
	line-height: 1.3;
}

.main-content .wrap-composition .h1 span {
	display: block;
	position: relative;
}

.main-content .wrap-composition .h1 span:first-letter {
	color: #0055d9;
}

.main-content .wrap-composition .h1 span::before {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	background-color: #0055d9;
	top: 17.5px;
	left: 11.5px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}

.main-content .wrap-composition p {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
	margin-top: 15px;
}

.main-content .wrap-composition .btn {
	margin-top: 42px;
}

.btn-accent {
	position: relative;
	display: inline-block;
	background-color: #0055d9;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 12px 45px 9px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

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

.flex-center-j {
	display: flex;
	justify-content: center;
}

.flex-center-a {
	display: flex;
	align-items: center;
}


.btn-accent:focus,.btn-accent:hover {
	color: #fff;
	background-color: #005ff3;
}

.btn-accent:active {
	background-color: #004bc0;
}

.btn-yellow {
	font-size: 16px;
}

.hamburger {
	padding: 0;
	margin-top: 10px;
	-webkit-appearance: unset!important;
	height: 24px;
}

.hamburger-box {
	width: 33px;
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
	width: 33px;
	background-color: #0055d9;
}

.hamburger-inner:before {
	top: -8px;
}

.hamburger-inner:after {
	bottom: -8px;
}

#small-dialog {
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.popup-main-menu {
	background-color: #fff;
	padding-top: 40px;
	max-width: 500px;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
}

.popup-main-menu::before {
	content: "";
	position: absolute;
	top: -5px;
	right: -5px;
	width: 83px;
	height: 63px;
	background-repeat: no-repeat;
	
}

.popup-main-menu::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 93px;
	height: 146px;
	background-repeat: no-repeat;
	
}

.popup-main-menu .menu-title {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
}

.popup-main-menu .navbar {
	margin-top: 16px;
	padding-left: 20px;
}

.popup-main-menu .navbar li,.popup-main-menu .navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.popup-main-menu .navbar li a {
	color: #fff;
	display: block;
	padding: 16px 0 8px;
	font-size: 16px;
	font-weight: 300;
	border-bottom: 1px solid #2879f5;
}

.popup-main-menu .navbar li a:focus,.popup-main-menu .navbar li a:hover {
	background-color: rgba(255,255,255,.1);
}

.popup-main-menu .mfp-close {
	right: inherit;
	left: 18px;
	top: 40px;
	width: 19px;
	height: 19px;
	line-height: 19px;
	opacity: 1;
}

.mfp-close-btn-in .mfp-close {
	color: #fff;
}

.h3 {
	line-height: 1.3;
}

.advantage-item {
	position: relative;
	padding-left: 50px;
	margin-top: 20px;
}

.advantage-item .h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.advantage-item p {
	font-size: 14px;
	color: #909090;
}

.advantage-item img {
	position: absolute;
	left: 0;
	top: 2px;
}

.s_advantages {
	padding-top: 100px;
	padding-bottom: 90px;
}

.s_advantages .wrap-advantages>div .advantage-item {
	margin-left: 14px;
}

.s_advantages .wrap-advantages>div:nth-child(even) .advantage-item {
	margin-left: 34px;
}

.s_advantages .wrap-composition {
	margin-top: 18px;
}

.s_advantages .wrap-composition p {
	padding-top: 22px;
	font-size: 17px;
}

.h2 {
	font-size: 35px;
	line-height: 1.2;
	font-weight: 500;
}

.s_courses {
	background-color: #f1f2f6;
	padding-top: 65px;
	padding-bottom: 3px;
	position: relative;
	z-index: 0;
}

.s_courses .h2 {
	margin-bottom: 24px;
}

.s_courses .wrap-composition {
	position: relative;
	padding-left: 135px;
	padding-right: 90px;
}

.s_courses .wrap-composition img {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.s_courses .wrap-composition p {
	font-size: 17px;
}

.s_courses .btn.all-view {
	float: right;
	margin-top: 22px;
	padding: 12px 38px 9px;
}

.s_courses .btn.all-view span {
	font-weight: 700;
	margin-left: 3px;
}

.s_courses .courses-mixitup {
	margin-top: 70px;
}

.s_courses .filter_div {
	margin-bottom: 35px;
}

.courses-mixitup .filter_div li,.courses-mixitup .filter_div ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-left: none;
	background: none;
}


.courses-mixitup .filter_div li {
	margin-right: 57px;
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	position: relative;
	cursor: pointer;
	margin-top: 16px;
}

.courses-mixitup .filter_div li.cat-item {
	cursor: auto;
}

.courses-mixitup .filter_div li ul.children {
	display: none;
}

.courses-mixitup .filter_div li a {
	color: #000;
}

.courses-mixitup .filter_div li::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #0055d9;
	-webkit-transition: width .25s ease;
	-o-transition: width .25s ease;
	transition: width .25s ease;
}

.courses-mixitup .filter_div li:last-child {
	margin-right: 0;
}

.courses-mixitup .filter_div li.active,.courses-mixitup .filter_div li.mixitup-control-active {
	text-shadow: .3px .1px 0 #0055d9,-.3px -.1px 0 #0055d9;
	color: #0055d9;
}

.courses-mixitup .filter_div li.active a,.courses-mixitup .filter_div li.mixitup-control-active a {
	color: #0055d9;
}

.courses-mixitup .filter_div li.active::after,.courses-mixitup .filter_div li.mixitup-control-active::after {
	width: 100%;
}

.courses-mixitup .courses_grid {
	padding-bottom: 20px;
}

.courses-mixitup .courses_grid .course-item {
	color: #fff;
	background-color: #121212;
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 30.4%;
	margin-right: 45px;
	margin-bottom: 56px;
	padding: 26px;
	min-height: 368px;
	position: relative;
	vertical-align: top;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.courses-mixitup .courses_grid .course-item::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #000;
	opacity: .25;
}

.courses-mixitup .courses_grid .course-item::before {
	content: "";
	position: absolute;
	bottom: -16px;
	background-color: #dfe0e4;
	left: 8px;
	right: 8px;
	top: 99%;
	z-index: -1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-filter: blur(1px);
	filter: blur(1px);
}

.courses-mixitup .courses_grid .course-item:last-child,.courses-mixitup .courses_grid .course-item:nth-child(3n) {
	margin-right: 0;
}

.courses-mixitup .courses_grid .course-item .h3 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.courses-mixitup .courses_grid .course-item .slug {
	background-color: #d7004c;
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
	padding: 2px 11px;
	margin-bottom: 22px;
	position: relative;
	z-index: 1;
}

.courses-mixitup .courses_grid .course-item .date {
	position: absolute;
	bottom: 26px;
	left: 26px;
	font-size: 14px;
	font-weight: 300;
	z-index: 1;
}

.courses-mixitup .courses_grid .course-item .date img {
	position: relative;
	top: -1px;
}

.courses-mixitup .courses_grid .course-item .date span {
	margin-left: 10px;
}

.s_specialoffer {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-image: url(../img/bg-specialoffer.jpg);
	background-color: #0055d9;
	color: #fff;
	padding: 65px 0;
}

.s_specialoffer .sp-message {
	color: #fff;
}

.s_specialoffer .wrap-composition .title {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.3;
}

.s_specialoffer .wrap-composition p {
	margin-top: 8px;
	margin-bottom: 0;
}

body .sp-form button,body .sp-form input,body .sp-form input[type=email],body .sp-form input[type=number],body .sp-form input[type=tel],body .sp-form input[type=text],body .sp-form optgroup,body .sp-form select,body .sp-form textarea {
	font-family: muller-ex;
	font-size: 15px;
}

body .s_master_14 .sp-form button,body .s_master_14 .sp-form input,body .s_master_14 .sp-form input[type=email],body .s_master_14 .sp-form input[type=number],body .s_master_14 .sp-form input[type=tel],body .s_master_14 .sp-form input[type=text],body .s_master_14 .sp-form optgroup,body .s_master_14 .sp-form select,body .s_master_14 .sp-form textarea {
	font-family: future-ex;
	font-size: 20px;
}

body .form-specialoffer {
	float: right;
	margin-top: 22px;
	position: relative;
}

body .form-specialoffer .sp-tip {
	position: absolute;
	top: -22px;
	color: #fff;
	font-weight: 500;
	left: 20px;
	font-size: 14px;
}

body .form-specialoffer input,body .form-specialoffer textarea {
	width: 372px;
	display: inline-block;
	float: left;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

body .form-specialoffer .btn {
	background-color: #011c46;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 15px;
	padding: 0 20px;
	height: 52px;
	float: left;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

body .form-specialoffer .btn:focus,body .form-specialoffer .btn:hover {
	background-color: #01265f;
}

body .form-specialoffer .btn:active {
	background-color: #01122d;
}

body .form-specialoffer .btn-yellow {
	background-color: #ffe500;
}

body .form-specialoffer .btn-yellow:focus,body .form-specialoffer .btn-yellow:hover {
	background-color: #ffe81a;
}

body .form-specialoffer .btn-yellow:active {
	background-color: #e6ce00;
}

body .form-specialoffer .btn-orange {
	background-color: #ff8700;
}

body .form-specialoffer .btn-orange:focus,body .form-specialoffer .btn-orange:hover {
	background-color: #ff931a;
}

body .form-specialoffer .btn-orange:active {
	background-color: #e67a00;
}

body .form-specialoffer .btn-gradient-orange {
	background-color: #fd6d00;
	-webkit-box-shadow: none;
	box-shadow: none;
}

body .form-specialoffer .btn-gradient-orange:focus,body .form-specialoffer .btn-gradient-orange:hover {
	background-color: #ff7b18;
	-webkit-box-shadow: none;
	box-shadow: none;
}

body .form-specialoffer .btn-gradient-orange:active {
	background-color: #e46200;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* green */

body .form-specialoffer .btn-green {
	background-color: #ff5500;
}

body .form-specialoffer .btn-green:focus,body .form-specialoffer .btn-green:hover {
	background-color: #ff5500;
}

body .form-specialoffer .btn-green:active {
	background-color: #ff5500;
}

body .form-specialoffer .btn-gradient-green {
	background-color: #ff5500;
	-webkit-box-shadow: none;
	box-shadow: none;
}

body .form-specialoffer .btn-gradient-green:focus,body .form-specialoffer .btn-gradient-green:hover {
	background-color: #ff5500;
	-webkit-box-shadow: none;
	box-shadow: none;
}

body .form-specialoffer .btn-gradient-green:active {
	background-color: #ff5500;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* ./green */

body .form-specialoffer .success {
	color: #fff;
	font-size: 18px;
}

body .form-specialoffer .success .wrap-text {
	margin: auto;
}

body .form-specialoffer .success span {
	top: -15px;
	position: relative;
	margin-left: 18px;
}

body .form-specialoffer .success svg {
	width: 46px;
	height: 46px;
	fill: #fff;
}

.success {
	display: none;
	color: #000;
	font-size: 22px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 1;
}

.success span~* {
	-webkit-transition: opacity 2s ease,-webkit-filter 2s ease;
	transition: opacity 2s ease,-webkit-filter 2s ease;
	-o-transition: opacity 2s ease,filter 2s ease;
	transition: opacity 2s ease,filter 2s ease;
	transition: opacity 2s ease,filter 2s ease,-webkit-filter 2s ease;
}

.success span~* input,.success span~* select,.success span~* span,.success span~* textarea {
	-webkit-transition: opacity 2s ease,-webkit-filter 2s ease;
	transition: opacity 2s ease,-webkit-filter 2s ease;
	-o-transition: opacity 2s ease,filter 2s ease;
	transition: opacity 2s ease,filter 2s ease;
	transition: opacity 2s ease,filter 2s ease,-webkit-filter 2s ease;
}

.success.active~* {
	opacity: 0;
}

.success.active~* input,.success.active~* select,.success.active~* span,.success.active~* textarea {
	opacity: 0;
}

.form input,.form textarea {
	background-color: #fff;
	font-size: 15px;
	border: none;
	padding: 0 20px;
	height: 52px;
}

.form input::-webkit-input-placeholder,.form textarea::-webkit-input-placeholder {
	color: #000;
}

.form input:-ms-input-placeholder,.form textarea:-ms-input-placeholder {
	color: #000;
}

.form input::-ms-input-placeholder,.form textarea::-ms-input-placeholder {
	color: #000;
}

.form input::placeholder,.form textarea::placeholder {
	color: #000;
}

.s_students {
	padding-top: 60px;
	padding-bottom: 94px;
}

.s_students .students-items {
	margin-top: 25px;
}

.s_students .h2 {
	margin-bottom: 24px;
}

.s_students .btn.all-view {
	padding: 12px 28px 9px;
	margin-top: 16px;
	float: right;
}

.s_students .wrap-composition {
	position: relative;
	padding-left: 107px;
}

.s_students .wrap-composition svg {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	top: 50%;
	fill: #0055d9;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.students-items .student {
	display: inline-block;
	vertical-align: top;
	width: 23.25%;
	margin-right: 21px;
	margin-top: 10px;
}

.students-items .student:focus .photo .student-social,.students-items .student:hover .photo .student-social {
	opacity: 1;
}

.students-items .student:focus .photo .btn-video,.students-items .student:hover .photo .btn-video {
	opacity: 1;
}

.students-items .student:focus .name,.students-items .student:hover .name {
	color: #0055d9;
}

.students-items .student:last-child {
	margin-right: 0;
}

.students-items .student:nth-child(4n) {
	margin-right: 0;
}

.students-items .student .photo {
	height: 285px;
	width: 100%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 34px;
	position: relative;
}

.students-items .student .photo .photo-popup {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.students-items .student .photo .btn-video {
	display: inline-block;
	position: absolute;
	right: 7px;
	bottom: 8px;
	opacity: 0;
	z-index: 5;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.students-items .student .photo .btn-video svg {
	width: 42px;
	height: 42px;
}

.students-items .student .photo .student-social {
	position: absolute;
	left: 15px;
	bottom: 17px;
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.students-items .student .photo .student-social a {
	display: inline-block;
	background-color: #fff;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 25px;
	height: 25px;
	text-align: center;
	padding-top: 3px;
	margin-right: 7px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.students-items .student .photo .student-social a:focus,.students-items .student .photo .student-social a:hover {
	color: #fff;
	background-color: #0055d9;
}

.students-items .student .photo .student-social a:focus svg,.students-items .student .photo .student-social a:hover svg {
	fill: #fff;
}

.students-items .student .photo .student-social a:last-child {
	margin-right: 0;
}

.students-items .student .photo .student-social a svg {
	width: 16px;
	height: auto;
	max-height: 14px;
	fill: #0055d9;
	-webkit-transition: fill .25s ease;
	-o-transition: fill .25s ease;
	transition: fill .25s ease;
}

.students-items .student .name {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	color: #000;
	-webkit-transition: color .25s ease;
	-o-transition: color .25s ease;
	transition: color .25s ease;
}

.students-items .student p {
	font-size: 14px;
	color: #909090;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 19px;
	max-height: 76px;
	margin-top: 7px;
	padding-right: 20px;
	display: none;
}

.students-items .student p:first-of-type {
	display: block;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.s_free-lessons {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding-top: 80px;
	padding-bottom: 125px;
	background-color: #fafafa;
	background-image: url(../img/bg-freelessons.jpg);
}

.s_free-lessons .wrap-img {
	position: absolute;
	top: -112px;
	right: 0;
}

.s_free-lessons .wrap-composition p {
	margin-top: 18px;
}

.s_free-lessons .wrap-composition .btn {
	margin-top: 38px;
}

.s_news {
	padding-top: 80px;
	padding-bottom: 50px;
}

.s_news .h2 {
	margin-bottom: 0;
}

.s_news .btn.btn-allview {
	color: #0055d9;
	font-size: 15px;
	float: right;
	margin-top: 13px;
}

.s_news .btn.btn-allview svg {
	width: 14px;
	height: 10px;
	margin-left: 4px;
	fill: #0055d9;
}

.news-item {
	width: 22.9%;
	display: inline-block;
	margin-right: 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 9px rgba(0,0,0,.1);
	box-shadow: 0 1px 9px rgba(0,0,0,.1);
	padding: 20px 30px;
	position: relative;
	color: #fff;
	margin-top: 37px;
	vertical-align: top;
}

.news-item .if-video::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.news-item .if-image,.news-item .if-video {
	position: absolute;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
	-webkit-border-radius: 5px;
	border-radius: 20px;
	overflow: hidden;
}

.news-item .if-image iframe,.news-item .if-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border-radius: 20px;
}

.news-item:focus,.news-item:hover {
	color: #fff;
}

.news-item:focus .if-image,.news-item:focus .if-video,.news-item:hover .if-image,.news-item:hover .if-video {
	opacity: 1;
}

.news-item:focus .if-video::before,.news-item:hover .if-video::before {
	opacity: .45;
}

.news-item:focus .category,.news-item:focus .date,.news-item:focus .h3,.news-item:hover .category,.news-item:hover .date,.news-item:hover .h3 {
	color: #fff;
}

.news-item:focus .share-icon,.news-item:hover .share-icon {
	opacity: 1;
}

.news-item .category {
	background-color: #0057de;
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
	padding: 2px 11px;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	border-radius: 17px;
}

.news-item .h3 {
	font-size: 22px;
	display: inline-block;
	color: #000;
	font-weight: 700;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.news-item .date {
	font-size: 14px;
	color: #909090;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.news-item .speakers {
	display: inline-block;
	height: 39px;
}

.news-item .speakers .speaker {
	display: inline-block;
	width: 39px;
	height: 39px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	margin-left: -9px;
	position: relative;
}

.news-item .speakers .speaker:first-child {
	margin-left: 0;
}

.news-item .speakers .speaker:nth-child(1) {
	z-index: 5;
}

.news-item .speakers .speaker:nth-child(2) {
	z-index: 4;
}

.news-item .speakers .speaker:nth-child(3) {
	z-index: 3;
}

.news-item .speakers .speaker:nth-child(4) {
	z-index: 2;
}

.news-item .speakers .speaker:nth-child(5) {
	z-index: 1;
}

.news-item .share-icon {
	display: inline-block;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	border: 1px solid #fff;
	width: 39px;
	height: 39px;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	bottom: 28px;
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.news-item .share-icon svg {
	width: 16px;
	height: 17px;
	fill: #fff;
}

.news-item .list-share {
	position: absolute;
	right: 35px;
	bottom: 20px;
	margin-right: 40px;
}

.news-item .list-share a {
	display: inline-block;
	width: 39px;
	height: 39px;
	margin-right: 6px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	color: #fff;
	border-radius: 10em;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

.news-item .list-share a svg {
	width: 16px;
	height: 17px;
	fill: #2b2b35;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.news-item .hidden-share {
	display: none;
}

.s_blog {
	padding-top: 40px;
	padding-bottom: 105px;
}

.s_blog .blog-items {
	margin-top: 27px;
}

.s_blog .wrap-composition {
	font-size: 17px;
	padding-left: 115px;
	position: relative;
	margin-top: 41px;
}

.s_blog .wrap-composition img {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.s_blog .wrap-composition p span,.s_blog .wrap-composition p strong {
	background-color: #fffbd0;
	padding: 9px 6px;
	margin-left: -6px;
}

.s_blog .btn.all-view {
	float: right;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-item {
	display: inline-block;
	vertical-align: top;
	width: 23.47%;
	margin-right: 19px;
	color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	padding: 20px 17px;
	margin-top: 21px;
}

.blog-item:focus,.blog-item:hover {
	color: #fff;
}

.blog-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	opacity: .61;
}

.blog-item:last-child,.blog-item:nth-child(4n) {
	margin-right: 0;
}

.blog-item * {
	position: relative;
}

.blog-item .slug {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 115px;
	display: inline-block;
	color: #fff;
}

.blog-item .date {
	font-size: 13px;
	white-space: nowrap;
	margin-bottom: 10px;
}

.blog-item .h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 0;
	color: #fff;
}

.s_questions {
	background-color: #0055d9;
	color: #fff;
	padding: 32px 0;
}

.s_questions .wrap-composition .title {
	font-size: 37px;
	font-weight: 400;
	line-height: 1.2;
	white-space: nowrap;
}

.s_questions .wrap-composition p {
	font-size: 17px;
	margin-bottom: 0;
	margin-top: 4px;
}

.s_questions .contact-item {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 30.4%;
}

.s_questions .contact-item:first-child {
	margin-left: 58px;
}

.s_questions .contact-item span {
	opacity: .45;
	display: block;
	margin-bottom: 2px;
}

.s_questions .contact-item a {
	font-size: 17px;
	color: #fff;
}

.footer {
	background-color: #2b2b35;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 62px;
}

.footer a {
	color: #fff;
}

.footer .logo {
	position: relative;
	padding-left: 44px;
	display: inline-block;
}

.footer .logo img {
	position: absolute;
	left: 0;
	top: 3px;
}

.footer .logo svg {
	fill: #fff;
	position: absolute;
	left: 0;
	top: 3px;
	width: 37px;
	height: 35px;
}

.footer .copyright {
	font-size: 13px;
	line-height: 1.3;
	margin-top: 32px;
}

.footer .other-links {
	margin-top: 2px;
}

.footer .other-links li,.footer .other-links ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer .other-links a {
	font-size: 13px;
	line-height: 1.3;
}

.footer .social-links {
	white-space: nowrap;
	margin-top: -38px;
}

.footer .social-links>span {
	display: none;
}

.footer .social-links a {
	display: inline-block;
	background-color: #fff;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 31px;
	height: 31px;
	text-align: center;
	margin-right: 17px;
	position: relative;
	z-index: 1;
}

.footer .social-links a:last-child {
	margin-right: 0;
}

.footer .social-links a img {
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.footer .social-links a svg {
	width: auto;
	max-width: 18px;
	height: auto;
	max-height: 17px;
	position: absolute;
	left: 50%;
	top: 50%;
	fill: #2b2b35;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.footer-menu {
	margin-left: 78px;
}

.footer-menu .footer-menu-item {
	display: inline-block;
	vertical-align: top;
	width: 21.2%;
}

.footer-menu .footer-menu-item:nth-child(2) {
	width: 25%;
}

.footer-menu .footer-menu-item:nth-child(1) {
	width: 23.5%;
}

.footer-menu .footer-menu-item li,.footer-menu .footer-menu-item ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-menu .footer-menu-item li {
	font-size: 15px;
	margin-top: 15px;
	line-height: 1.3;
}

.footer-menu .footer-menu-item .title {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 21px;
}

.footer-menu .footer-menu-item.contacts {
	width: 28.5%;
}

.footer-menu .footer-menu-item.contacts li {
	padding-left: 24px;
	position: relative;
}

.footer-menu .footer-menu-item.contacts li svg {
	width: 14px;
	height: 14px;
	fill: #fff;
	position: absolute;
	left: 0;
	top: 1.5px;
}

.p_students {
	padding-bottom: 20px;
}

.main-head .top-pannel {
	-webkit-box-shadow: 0 0 6px 0 rgba(144,144,144,.2);
	box-shadow: 0 0 6px 0 rgba(144,144,144,.2);
}

.home .main-head .top-pannel {
	position: fixed;
	left: 0;
	right: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.home .main-head .top-pannel.sticky-active {
	top: 0;
}

.page-header {
	padding-bottom: 30px;
}

.page-title {
	padding-top: 70px;
}

.page-title .h1 {
	font-size: 45px;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
	margin: 0;
}

.page-title .h1 span,.page-title .h1 strong {
	color: #0055d9;
}

.page-title .h1::before {
	content: "";
	position: absolute;
	left: 2px;
	top: -16px;
	background-color: #0055d9;
	width: 160px;
	height: 7px;
}

.page-title p {
	font-size: 17px;
	width: 60%;
	margin-bottom: 8px;
}

.page-title p:nth-of-type(1) {
	margin-top: 12px;
}

.page-title .btn {
	margin-top: 20px;
}

.page-header-alternative .page-title p {
	width: 100%;
}

.page-header-alternative .page-img-wrap {
	margin-top: 74px;
	overflow: hidden;
	float: right;
	height: 290px;
	padding-bottom: 35px;
	display: inline-block;
	width: 100%;
	padding-left: 35px;
}

.page-header-alternative .page-img-wrap .div-brs {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.page-header-alternative .page-img-wrap img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.p_courses {
	position: relative;
	padding-top: 10px;
	padding-bottom: 50px;
}

.p_courses::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
	height: 0px;
	width: 100%;
}

.p_courses .courses-mixitup .courses_grid {
	margin-top: 70px;
	padding-bottom: 0;
}

.p_courses .courses-mixitup .courses_grid .course-item {
	margin-right: 30px;
	margin-bottom: 40px;
}

.p_advantages {
	padding-bottom: 164px;
}

.p_advantages .advantage-item {
	margin-top: 60px;
	padding-left: 55px;
}

.p_advantages .illustration-img {
	position: absolute;
	right: -10px;
	bottom: -168px;
}

.p_welcome {
	background-color: #090e12;
	color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 585px;
	padding-top: 125px;
	padding-bottom: 82px;
}

.p_welcome .wrap-composition {
	padding-left: 92px;
}

.p_welcome .wrap-composition .title {
	font-size: 35px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 22px;
}

.p_welcome .wrap-composition p {
	font-size: 17px;
}

.p_welcome .wrap-composition p:nth-of-type(1) {
	position: relative;
}

.p_welcome .wrap-composition p:nth-of-type(1)::before {
	content: "";
	position: absolute;
	background-image: url(../img/quote-icon.png);
	width: 32px;
	height: 27px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	left: -42px;
	top: 0;
}

.p_welcome .wrap-composition .name {
	margin-top: 73px;
}

.p_welcome .wrap-composition .name .h4 {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 6px;
	margin-bottom: 0;
}

.p_welcome .wrap-composition .name span {
	font-weight: 300;
	font-size: 17px;
}

.p_team {
	text-align: center;
	padding-top: 65px;
	padding-bottom: 96px;
}

.team-item {
	display: inline-block;
	margin: 0 25px;
	margin-top: 40px;
}

.team-item .img {
	width: 145px;
	height: 145px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	margin: auto;
	margin-bottom: 28px;
}

.team-item .slug {
	display: block;
	font-size: 14px;
	color: #909090;
	line-height: 1.3;
	margin-bottom: 3px;
}

.team-item .h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 21px;
	line-height: 1.3;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.team-item p {
	font-size: 15px;
	line-height: 1.3;
}

.team-slider {
	position: relative;
}

.team-slider .owl-nav {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
}

.team-slider .owl-nav button {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 24px;
	height: 17px;
}

.team-slider .owl-nav button:hover img:nth-child(1) {
	opacity: 0;
}

.team-slider .owl-nav button:hover img:nth-child(2) {
	opacity: 1;
}

.team-slider .owl-nav button img {
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
	position: absolute;
	top: 0;
}

.team-slider .owl-nav button img:nth-child(1) {
	opacity: 1;
}

.team-slider .owl-nav button img:nth-child(2) {
	opacity: 0;
}

.team-slider .owl-nav button.owl-prev {
	left: 0;
}

.team-slider .owl-nav button.owl-prev img {
	left: 0;
}

.team-slider .owl-nav button.owl-next {
	right: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.team-slider .owl-nav button.owl-next img {
	right: 0;
}

.p_trigger-blocks {
	padding-bottom: 125px;
}

.trigger-block {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.08);
	box-shadow: 0 2px 10px rgba(0,0,0,.08);
	padding: 35px;
	padding-bottom: 24px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.trigger-block:focus,.trigger-block:hover {
	background-color: #0055d9;
	-webkit-box-shadow: 0 2px 10px transparent;
	box-shadow: 0 2px 10px transparent;
}

.trigger-block:focus .title,.trigger-block:focus p,.trigger-block:hover .title,.trigger-block:hover p {
	color: #fff;
}

.trigger-block:focus .title span,.trigger-block:focus p span,.trigger-block:hover .title span,.trigger-block:hover p span {
	color: #fff;
}

.trigger-block:focus .btn,.trigger-block:hover .btn {
	background-color: #fff;
	color: #0055d9;
}

.trigger-block * {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.trigger-block .title {
	font-size: 29px;
	line-height: 1.1;
	font-weight: 500;
	margin-bottom: 14px;
}

.trigger-block .title span {
	display: block;
	color: #0055d9;
}

.trigger-block p {
	font-size: 17px;
	margin-bottom: 24px;
}

.trigger-block .btn {
	padding-left: 30px;
	padding-right: 30px;
}

.p_specialoffer {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-color: #0055d9;
	background-image: url(../img/bg-trigger-blocks.jpg);
	color: #fff;
	padding-top: 104px;
	padding-bottom: 80px;
	border-bottom: #fff 1px solid;
}

.p_specialoffer .wrap-composition .title {
	font-size: 35px;
	line-height: 1.1;
	font-weight: 500;
	margin-bottom: 22px;
}

.p_specialoffer .wrap-composition p {
	font-size: 17px;
}

.p_specialoffer .wrap-composition p:last-of-type {
	margin-bottom: 50px;
}

.p_specialoffer .wrap-composition .btn {
	background-color: #fff;
	color: #0055d9;
}

.p_specialoffer .illustration-img {
	position: absolute;
	top: -139px;
	right: -15px;
}

.p_block-bottom {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	text-align: center;
	min-height: 485px;
	padding-top: 128px;
	padding-bottom: 90px;
}

.p_block-bottom.p_block-telegram {
	background-image: url(../img/bg-block-telegram.jpg);
}

.p_block-bottom .wrap-composition {
	width: 50%;
	margin: auto;
}

.p_block-bottom .h2 {
	font-size: 44px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 14px;
}

.p_block-bottom p {
	font-size: 17px;
}

.p_block-bottom .btn {
	padding-left: 34px;
	padding-right: 34px;
	margin-top: 28px;
}

.p_block-bottom .btn svg {
	fill: #fff;
	width: 17px;
	height: 13px;
	position: relative;
	top: 1.5px;
	margin-right: 6px;
}

.p_reviews {
	position: relative;
	background-color: #060607;
	min-height: 610px;
}

.reviews-slider-main {
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.reviews-slider-main .item {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 58% 50%;
	padding-bottom: 40px;
	padding-top: 60px;
	min-height: 610px;
}

.reviews-slider-main .item .wrap-composition {
	padding-right: 46px;
}

.reviews-slider-main .item .h2 {
	margin-bottom: 40px;
}

.reviews-slider-main .item p {
	font-size: 17px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	line-height: 28px;
	max-height: 280px;
	display: none;
}

.reviews-slider-main .item p:first-of-type {
	display: block;
}

.reviews-slider-main .item .ps {
	margin-top: 20px;
	line-height: 1.3;
}

.reviews-slider-main .item .ps span {
	font-weight: 300;
}

.reviews-slider-main .item .ps .h4 {
	font-size: 25px;
	color: #0055d9;
	font-weight: 300;
	margin: 0;
}

.reviews-slider-main .item .btn {
	margin-top: 28px;
}

.reviews-slider-thumbs {
	padding-top: 60px;
	position: relative;
	z-index: 1;
}

.reviews-slider-thumbs .item {
	color: #fff;
	position: relative;
	margin-top: 52px;
	cursor: pointer;
	padding-left: 82px;
	white-space: nowrap;
}

.reviews-slider-thumbs .item.slick-current .img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.reviews-slider-thumbs .item:focus .img,.reviews-slider-thumbs .item:hover .img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.reviews-slider-thumbs .item:first-child {
	margin-top: 0;
}

.reviews-slider-thumbs .item .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	width: 57px;
	height: 57px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-border-radius: 10em;
	border-radius: 10em;
	overflow: hidden;
	-webkit-transition: -webkit-filter .25s ease;
	transition: -webkit-filter .25s ease;
	-o-transition: filter .25s ease;
	transition: filter .25s ease;
	transition: filter .25s ease,-webkit-filter .25s ease;
}

.reviews-slider-thumbs .item span {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.3;
	display: block;
	margin-right: auto;
	margin-bottom: 3px;
}

.reviews-slider-thumbs .item .h4 {
	font-size: 17px;
	line-height: 1.3;
	font-weight: 400;
}

.slick-slide {
	outline: 0;
}

.reviews-slider-thumbs .wrap-nav {
	position: absolute;
	width: 100%;
	left: 20px;
}

.reviews-slider-thumbs .wrap-nav:focus img:nth-child(1),.reviews-slider-thumbs .wrap-nav:hover img:nth-child(1) {
	opacity: 0;
}

.reviews-slider-thumbs .wrap-nav:focus img:nth-child(2),.reviews-slider-thumbs .wrap-nav:hover img:nth-child(2) {
	opacity: 1;
}

.reviews-slider-thumbs .wrap-nav.top {
	top: 25px;
}

.reviews-slider-thumbs .wrap-nav.top img {
	top: 0;
}

.reviews-slider-thumbs .wrap-nav.top img:nth-child(1) {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.reviews-slider-thumbs .wrap-nav.bottom {
	bottom: -10px;
}

.reviews-slider-thumbs .wrap-nav.bottom img {
	bottom: 0;
}

.reviews-slider-thumbs .wrap-nav.bottom img:nth-child(2) {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.reviews-slider-thumbs .wrap-nav img {
	position: absolute;
	left: 0;
	cursor: pointer;
}

.reviews-slider-thumbs .wrap-nav img:nth-child(1) {
	opacity: 1;
}

.reviews-slider-thumbs .wrap-nav img:nth-child(2) {
	opacity: 0;
}

.p_students {
	padding-top: 5px;
	padding-bottom: 55px;
}

.p_students .students-items .student {
	margin-top: 38px;
}

.paging-navigation {
	text-align: center;
	padding-top: 46px;
}

.paging-navigation .screen-reader-text {
	display: none;
}

.paging-navigation li,.paging-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.paging-navigation li {
	display: inline-block;
	margin-right: 22px;
}

.paging-navigation li:last-child {
	margin-right: 0;
}

.paging-navigation li .next,.paging-navigation li .prev {
	display: none;
}

.paging-navigation li .page-numbers {
	font-size: 25px;
	color: #000;
	border-bottom: 7px solid transparent;
}

.paging-navigation li .page-numbers.current {
	color: #0055d9;
	border-bottom: 7px solid #0055d9;
}

.p_block-other {
	background-image: url(../img/bg-block-other.jpg);
}

.p_block-other .wrap-img {
	display: none;
	margin-top: 12px;
}

.p_block-other .wrap-img img {
	margin: auto;
}

.p_registration {
	padding-top: 130px;
	padding-bottom: 100px;
}

.p_registration .wrap-composition {
	padding-left: 34px;
	margin-top: -12px;
	position: relative;
}

.p_registration .wrap-composition .alternative {
	position: absolute;
	right: 0;
	bottom: 16px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
}

.p_registration .wrap-composition .alternative span {
	margin-right: 12px;
}

.p_registration .wrap-composition .alternative a {
	color: #0055d9;
}

.p_registration .wrap-composition p {
	font-size: 17px;
	margin-bottom: 10px;
}

.p_for_h1 .h1 {
	font-size: 45px;
	font-weight: 700;
	font-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 0;
}

.s_master_14 .sp-message {
	margin-left: 0;
	margin-top: 20px;
}

.s_master_14 .sp-tip {
	font-size: 14px;
	font-weight: 500;
	padding-left: 42px;
	padding-top: 5px;
	margin-bottom: -10px;
}

.s_master_14 .sp-tip.sp-invalid {
	color: #f27676;
}

.sp-pp .sp-form button,.sp-pp .sp-form input,.sp-pp .sp-form input[type=email],.sp-pp .sp-form input[type=number],.sp-pp .sp-form input[type=tel],.sp-pp .sp-form input[type=text],.sp-pp .sp-form optgroup,.sp-pp .sp-form select,.sp-pp .sp-form textarea {
	font-family: muller-ex;
	margin: 0;
	margin-top: 22px;
}

.sp-pp .sp-message {
	margin-left: 0;
	margin-top: 20px;
}

.sp-pp .sp-tip {
	font-size: 14px;
	font-weight: 500;
	padding-left: 20px;
	padding-top: 5px;
}

.sp-pp .sp-tip.sp-invalid {
	color: #f27676;
}

.sp-pp input,.sp-pp textarea {
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.08);
	box-shadow: 0 2px 10px rgba(0,0,0,.08);
	margin-top: 22px;
	width: 100%;
	font-weight: 500;
	height: inherit;
	padding-top: 14px;
	padding-bottom: 12px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid transparent;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.sp-pp input:focus,.sp-pp textarea:focus {
	-webkit-box-shadow: 0 2px 10px transparent;
	box-shadow: 0 2px 10px transparent;
	border: 1px solid #909090;
}

.sp-pp textarea {
	height: 146px;
}

.sp-pp .btn-accent {
	background-color: #0055d9;
	display: inline-block;
	cursor: pointer;
	width: auto;
	padding-left: 37px;
	padding-right: 37px;
	margin-top: 30px;
	border: none;
	border: 1px solid transparent;
	height: 50px;
	color: #fff;
}

.sp-pp .btn-accent:focus {
	border: 1px solid transparent;
}

.p_contacts {
	padding-top: 10px;
	padding-bottom: 70px;
}

.p_contacts .contacts>a {
	display: inline-block;
}

.p_contacts .contacts>p {
	margin-top: 30px;
	margin-bottom: 0;
}

.p_contacts .contacts>a,.p_contacts .contacts>div {
	color: #000;
	font-size: 19px;
}

.p_contacts .contacts>a:last-of-type {
	margin-top: 38px;
}

.p_contacts .contacts .phone {
	font-weight: 700;
}

.p_contacts .social-links {
	position: absolute;
	bottom: 80px;
	left: 15px;
}

.p_contacts .social-links span {
	display: block;
	opacity: .49;
	margin-bottom: 12px;
}

.p_contacts .social-links a {
	display: inline-block;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 42px;
	height: 42px;
	background-color: #f7f7f7;
	position: relative;
	margin-right: 24px;
}

.p_contacts .social-links a:last-child {
	margin-right: 0;
}

.p_contacts .social-links a svg {
	width: auto;
	max-width: 25px;
	height: auto;
	max-height: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	fill: #2b2b35;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.p_contacts .wrap-composition .h3 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 0;
}

.form-contacts {
	position: relative;
}

.form-contacts .success {
	color: #000;
	font-size: 18px;
	border: 1px solid #909090;
}

.form-contacts .success .wrap-text {
	margin: auto;
}

.form-contacts .success span {
	top: -15px;
	position: relative;
	margin-left: 18px;
}

.form-contacts .success svg {
	width: 46px;
	height: 46px;
	fill: #000;
}

.s_map {
	max-height: 680px;
	width: 100%;
	overflow: hidden;
}

#map {
	width: 100%;
	height: 100%;
}

.p_news {
	padding-bottom: 48px;
}

.p_news .paging-navigation {
	padding-top: 30px;
}

.p_news .news-item {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 20px;
}

.p_news .courses-mixitup .courses_grid {
	margin-top: 50px;
}

.p_news-item-h1 .page-title .h1 {
	width: 63%;
}

.p_news-item-header {
	margin-top: -22px;
}

.p_news-item-header .title {
	width: 63%;
}

.p_news-item-header .title .date {
	display: inline-block;
	font-size: 14px;
	color: #909090;
	margin-top: 10px;
	margin-bottom: 38px;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.p_news-item-header .title .speakers {
	display: inline-block;
	float: right;
	height: 39px;
}

.p_news-item-header .title .speakers .speaker {
	display: inline-block;
	width: 39px;
	height: 39px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	margin-left: -9px;
	position: relative;
}

.p_news-item-header .title .speakers .speaker:first-child {
	margin-left: 0;
}

.p_news-item-header .title .speakers .speaker:nth-child(1) {
	z-index: 5;
}

.p_news-item-header .title .speakers .speaker:nth-child(2) {
	z-index: 4;
}

.p_news-item-header .title .speakers .speaker:nth-child(3) {
	z-index: 3;
}

.p_news-item-header .title .speakers .speaker:nth-child(4) {
	z-index: 2;
}

.p_news-item-header .title .speakers .speaker:nth-child(5) {
	z-index: 1;
}

.p_news-item-header .wrap-p p {
	font-size: 17px;
	width: 64%;
	margin-bottom: 28px;
}

.p_news-item-content {
	background-color: #ffffff;
	padding-top: 55px;
	padding-bottom: 65px;
}

.p_news-item-content .wrap-composition {
	position: relative;
}

.p_news-item-content .wrap-composition .h2 {
	display: inline-block;
}

.p_news-item-content .wrap-composition .join-btn {
	display: inline-block;
	color: #0055d9;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.3;
	position: relative;
	margin-left: 28px;
}

.p_news-item-content .wrap-composition .join-btn::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 4px;
	height: 2px;
	background-color: #0055d9;
}

.p_news-item-content .wrap-composition p {
	margin-top: 4px;
	width: 33%;
	font-size: 17px;
}

.p_news-item-content .sp-pp {
	margin-top: 30px;
}

.p_news-item-content .sp-pp fieldset {
	width: 24.3%;
	display: inline-block;
	margin-right: 12px;
	position: relative;
}

.p_news-item-content .sp-pp fieldset label span {
	position: absolute;
	left: 20px;
	top: 14px;
	font-size: 15px;
	font-weight: 500;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.p_news-item-content .sp-pp fieldset label span.active {
	top: 5px;
	font-size: 13px;
	opacity: .51;
}

.p_news-item-content .sp-pp fieldset input {
	margin-top: 0;
	height: 50px;
	padding-top: 15px;
	padding-bottom: 0;
}

.p_news-item-content .sp-pp .form-footer {
	display: inline-block;
	float: right;
}

.p_news-item-content .sp-pp .form-footer input {
	margin-top: 0;
	padding-left: 50px;
	padding-right: 50px;
}

.p_news-item-content .container {
	position: relative;
}

.p_news-item-content .wrap-share {
	position: absolute;
	width: 100%;
	right: 35.5%;
	top: 5px;
}

.p_news-item-content .share-icon {
	display: inline-block;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	border: 1px solid #000;
	width: 39px;
	height: 39px;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.p_news-item-content .share-icon span {
	font-size: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50px;
	font-style: normal;
}

.p_news-item-content .share-icon svg {
	width: 16px;
	height: 17px;
	fill: #000;
}

.p_news-item-content .list-share {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 50px;
}

.p_news-item-content .list-share a {
	display: inline-block;
	width: 39px;
	height: 39px;
	margin-right: 8px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	color: #000;
	border-radius: 10em;
	overflow: hidden;
	position: relative;
}

.p_news-item-content .list-share a svg {
	width: 16px;
	height: 17px;
	fill: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.p_news-item-content .hidden-share {
	display: none;
}

.p_news-item-content .wrap-video-banner {
	margin-top: 26px;
	overflow: auto;
}

.p_news-item-content .wrap-video-banner>div {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.p_news-item-content .wrap-video-banner .wrap-video {
	width: 73%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	min-height: 350px;
}

.p_news-item-content .wrap-video-banner .wrap-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p_news-item-content .wrap-video-banner .wrap-img {
	display: inline-block;
	width: 24%;
	float: right;
	vertical-align: top;
	overflow: hidden;
}

.p_news-item-content .wrap-video-banner .wrap-img img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.news-header-mobile-img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 16px;
	display: block;
	height: 225px;
	width: 100%;
}

.news-header-mobile-img .div-brs {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.profilepress-reg-successfull {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 102%;
	color: #64b45b;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-weight: 500;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.p_news-uniq {
	padding-top: 50px;
	padding-bottom: 75px;
}

.page-header-uniq {
	position: relative;
	margin-top: 58px;
	padding-left: 115px;
}

.page-header-uniq img {
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-header-uniq p {
	font-size: 17px;
}

.page-header-uniq p span,.page-header-uniq p strong {
	background-color: #fffbd0;
	padding: 9px 6px;
	margin-left: -6px;
}

.page-blog-header {
	padding-bottom: 10px;
}

.p_blog .blog-items {
	padding-top: 10px;
}

.p_blog .blog-item {
	margin-top: 43px;
}

.p_blog .filter_div li a {
	color: #161616;
}

.p_last-articles {
	padding-top: 50px;
	padding-bottom: 65px;
	overflow: auto;
}

.p_last-articles .h2 {
	margin-bottom: 20px;
}

.article-item {
	margin-bottom: 45px;
}

.article-item:last-child {
	margin-bottom: 10px;
}

.article-item .article-img {
	display: inline-block;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	width: 37%;
	height: 267px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.article-item .wrap-text {
	display: inline-block;
	margin-left: 26px;
	width: 33.8%;
	vertical-align: top;
}

.article-item .wrap-text .category {
	color: #0055d9;
	font-size: 14px;
	line-height: 1.3;
}

.article-item .wrap-text .date {
	font-size: 13px;
	line-height: 1.3;
	margin-top: 9px;
}

.article-item .wrap-text .h3 {
	font-size: 18px;
	line-height: 1.3;
	margin-top: 16px;
	color: #000;
	display: inline-block;
	font-weight: 700;
}

.article-item .wrap-text p {
	font-size: 17px;
}

.article-item .wrap-text p:last-of-type {
	margin-top: 14px;
}

.artice-sidebar {
	width: 24%;
	margin-left: 26px;
	float: right;
}

.artice-sidebar .sidebar-img {
	display: inline-block;
	float: right;
	vertical-align: top;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 32px;
}

.interesting-now {
	background-color: #f9f9f9;
	padding-top: 17px;
	padding-left: 18px;
	padding-right: 5px;
	padding-bottom: 32px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.interesting-now .title {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
}

.interesting-item {
	position: relative;
	margin-bottom: 27px;
	display: block;
}

.interesting-item:last-of-type {
	margin-bottom: 0;
}

.interesting-item .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 3px;
}

.interesting-item .category {
	font-size: 12px;
	color: #0055d9;
	margin-bottom: 4px;
	padding-left: 52px;
}

.interesting-item .h4 {
	font-size: 15px;
	font-weight: 700;
	color: #414141;
	padding-left: 52px;
	display: inline-block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 18px;
	max-height: 54px;
}

.article-category {
	margin-top: 34px;
	width: 80%;
}

.article-category li,.article-category ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.article-category li {
	cursor: pointer;
	color: #3a3a3a;
	background-color: #f8f8f8;
	line-height: 1.3;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 16px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.article-category li a {
	padding-left: 15px;
	padding-top: 11px;
	padding-right: 18px;
	padding-bottom: 7px;
	color: #3a3a3a;
	display: inline-block;
}

.article-category li span,.article-category li strong {
	font-weight: 500;
	margin-left: 8px;
}

.article-category li:last-child {
	margin-right: 0;
}

.p_inner-article {
	padding-top: 50px;
	overflow: auto;
}

.p_inner-article .artice-sidebar {
	margin-top: -15px;
}

.p_inner-article .h2 {
	width: 70.9%;
	margin-bottom: 0;
}

.inner-article {
	position: relative;
	width: 70.9%;
	min-height: 1050px;
}

.title-article {
	position: relative;
	margin-top: 16px;
	margin-bottom: 50px;
}

.title-article>div {
	display: inline-block;
}

.title-article .category {
	color: #0055d9;
	font-size: 14px;
}

.title-article .date {
	font-size: 13px;
	margin-left: 46px;
}

.title-article .views {
	margin-left: 40px;
}

.title-article .views span {
	font-size: 13px;
}

.title-article .views svg {
	width: 17px;
	height: 18px;
	position: relative;
	top: 4px;
	margin-right: 1px;
}

.title-article .wrap-share {
	position: absolute;
	width: 100%;
	right: 74px;
	top: 0;
}

.title-article .share-icon {
	display: inline-block;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	border: 1px solid #333;
	width: 24px;
	height: 24px;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
}

.title-article .share-icon span {
	font-size: 13px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 34px;
	line-height: 1;
	font-style: normal;
}

.title-article .share-icon svg {
	width: 12px;
	height: 12px;
	fill: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.title-article .list-share {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 40px;
}

.title-article .list-share a {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	color: #333;
	border-radius: 10em;
	overflow: hidden;
	position: relative;
	border: 1px solid #333;
	background-color: #fff;
}

.title-article .list-share a svg {
	width: 12px;
	height: 12px;
	fill: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.title-article .hidden-share {
	display: none;
}

.inner-article-content {
	font-size: 17px;
	border-bottom: 1px solid #f1f2f6;
	padding-bottom: 30px;
}

.inner-article-content>* {
	max-width: 100%;
}

.inner-article-content h2,.inner-article-content h3 {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 22px;
	margin-top: 40px;
}

.inner-article-content h4 {
	font-size: 26px;
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 40px;
}

.inner-article-content h5 {
	font-size: 22px;
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 18px;
	margin-top: 40px;
}

.inner-article-content h6 {
	font-size: 18px;
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 16px;
	margin-top: 40px;
}

.inner-article-content iframe {
	width: 100%;
}

.inner-article-content p {
	margin-bottom: 28px;
}

.inner-article-content p:last-of-type {
	margin-bottom: 0;
}

.inner-article-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.share-article {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

.share-article>span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.share-article .list-share {
	display: inline-block;
	padding-left: 120px;
}

.share-article .list-share a {
	display: inline-block;
	width: 42px;
	height: 42px;
	margin-right: 22px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	color: #fff;
	border-radius: 10em;
	overflow: hidden;
	background-color: #0055d9;
	position: relative;
}

.share-article .list-share a:last-child {
	margin-right: 0;
}

.share-article .list-share a.vk {
	background-color: #4a76a8;
}

.share-article .list-share a.facebook {
	background-color: #4267b2;
}

.share-article .list-share a.telegram {
	background-color: #5682a3;
}

.share-article .list-share a.twitter {
	background-color: #1da1f2;
}

.share-article .list-share a svg {
	width: 100%;
	height: 100%;
	max-width: 21px;
	max-height: 22px;
	fill: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.similar-articles {
	margin-top: 54px;
	padding-bottom: 32px;
	border-bottom: 1px solid #f1f2f6;
	margin-bottom: 35px;
}

.similar-articles .h3 {
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 15px;
}

.similar-articles .article-link {
	margin-bottom: 5px;
}

.similar-articles .article-link a {
	color: #0055d9;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.3;
}

.read-also {
	padding-bottom: 105px;
}

.read-also .title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 8px;
}

.read-also .blog-item {
	width: 31.3%;
}

.read-also .blog-item:nth-child(2n),.read-also .blog-item:nth-child(4n) {
	margin-right: 19px;
}

.read-also .blog-item:nth-of-type(3n) {
	margin-right: 0;
}

.p_404 {
	text-align: center;
	padding-top: 68px;
	padding-bottom: 15px;
}

.p_404 .h1 {
	font-size: 55px;
	font-weight: 500;
	line-height: 1.2;
}

.p_404 .h1 span {
	color: #0055d9;
}

.p_404 .btn {
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 20px;
	margin-bottom: 28px;
}

.p_404 img {
	margin: auto;
}

.p_simple-text {
	padding-top: 23px;
	padding-bottom: 96px;
}

.p_simple-text .link-gohome {
	color: #000;
	opacity: .5;
	font-size: 14px;
	margin-bottom: 20px;
	display: inline-block;
}

.p_simple-text h1 {
	font-size: 30px;
	line-height: 1.2;
	margin: 0;
}

.p_simple-text h2,.p_simple-text h3,.p_simple-text h4 {
	font-size: 20px;
	line-height: 1.3;
	margin: 0;
}

.p_simple-text h5 {
	font-size: 17px;
	font-weight: 1.3;
	margin: 0;
}

.p_simple-text p {
	margin: 0;
}

.p_materials_head {
	padding-top: 100px;
	padding-bottom: 165px;
	background-color: #fafafa;
	overflow: hidden;
}

.p_materials_head .h1 {
	line-height: 1.3;
	font-size: 45px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 12px;
}

.p_materials_head .h1::before {
	content: "";
	position: absolute;
	left: 2px;
	top: -16px;
	background-color: #0055d9;
	width: 160px;
	height: 7px;
}

.p_materials_head p {
	width: 75%;
	font-size: 17px;
	margin-bottom: 38px;
}

.p_materials_head .btn {
	padding-left: 38px;
	padding-right: 38px;
	cursor: pointer;
}

.p_materials_head img {
	position: absolute;
	right: -130px;
	top: -80px;
}

.p_materials_list {
	text-align: center;
	padding-top: 90px;
	padding-bottom: 118px;
}

.p_materials_list .h2 {
	font-size: 35px;
}

.materials-item {
	width: 21.1%;
	display: inline-block;
	margin-right: 53px;
	margin-top: 72px;
	vertical-align: top;
}

.materials-item:nth-child(4n) {
	margin-right: 0;
}

.materials-item .h3 {
	font-size: 16px;
	margin-bottom: 13px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.materials-item img {
	margin-bottom: 11px;
}

.materials-item p {
	font-size: 14px;
	color: #909090;
	margin-bottom: 0;
}

.student-popup {
	background-color: #fff;
	width: 966px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin: auto;
}

.student-popup .mfp-close {
	color: #1d1d1b;
	opacity: .5;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
	right: 8px;
}

.student-popup .mfp-close:hover {
	opacity: 1;
}

.student-popup .top-popup {
	padding: 45px;
	padding-bottom: 35px;
	overflow: auto;
}

.student-popup .top-popup .left-part {
	width: 322px;
	float: left;
}

.student-popup .top-popup .left-part .photo {
	height: 400px;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.student-popup .top-popup .left-part .photo:focus .btn-video,.student-popup .top-popup .left-part .photo:hover .btn-video {
	-webkit-transform: translate(-50%,-50%) scale(1.1,1.1);
	-ms-transform: translate(-50%,-50%) scale(1.1,1.1);
	transform: translate(-50%,-50%) scale(1.1,1.1);
}

.student-popup .top-popup .left-part .photo .btn-video {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translate(-50%,-50%) scale(1,1);
	-ms-transform: translate(-50%,-50%) scale(1,1);
	transform: translate(-50%,-50%) scale(1,1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease;
}

.student-popup .top-popup .left-part .photo .btn-video svg {
	width: 78px;
	height: 78px;
}

.student-popup .top-popup .left-part .student-social {
	opacity: 1;
	margin-top: 25px;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.student-popup .top-popup .left-part .student-social a {
	display: inline-block;
	background-color: #fff;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 32px;
	height: 32px;
	text-align: center;
	padding-top: 3px;
	margin-right: 11px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	position: relative;
	-webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,.08);
	box-shadow: 0 0 6px 1px rgba(0,0,0,.08);
}

.student-popup .top-popup .left-part .student-social a:focus,.student-popup .top-popup .left-part .student-social a:hover {
	color: #fff;
	background-color: #0055d9;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}

.student-popup .top-popup .left-part .student-social a:focus svg,.student-popup .top-popup .left-part .student-social a:hover svg {
	fill: #fff;
}

.student-popup .top-popup .left-part .student-social a:last-child {
	margin-right: 0;
}

.student-popup .top-popup .left-part .student-social a svg {
	width: 18px;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: auto;
	max-height: 16px;
	fill: #0055d9;
	-webkit-transition: fill .25s ease;
	-o-transition: fill .25s ease;
	transition: fill .25s ease;
}

.student-popup .top-popup .right-part {
	width: 525px;
	display: inline-block;
	margin-left: 22px;
	margin-top: -4px;
}

.student-popup .top-popup .right-part p {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
}

.student-popup .top-popup .right-part .name {
	font-size: 35px;
	font-weight: 500;
	line-height: 1.3;
}

.student-popup .bottom-popup {
	background-color: #0055d9;
	color: #fff;
	overflow: auto;
	padding: 30px 45px;
}

.student-popup .bottom-popup .text {
	font-size: 35px;
	font-weight: 500;
	line-height: 1.3;
}

.student-popup .bottom-popup .btn {
	background-color: #fff;
	color: #0055d9;
	float: right;
}

.student-video {
	background-color: #fff;
	width: 966px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin: auto;
}

.student-video .mfp-close {
	color: #1d1d1b;
	opacity: .5;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
	right: 8px;
}

.student-video .mfp-close:hover {
	opacity: 1;
}

.student-video .video-wrap {
	height: 555px;
	overflow: hidden;
}

.student-video .video-wrap iframe {
	width: 100%;
	height: 100%;
}

.student-video .top-popup {
	padding: 6px 35px 12px;
}

.student-video .top-popup .name {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	margin-bottom: 0;
}

.student-video .top-popup .student-social {
	opacity: 1;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
	display: inline-block;
	position: relative;
	top: 8px;
	margin-left: 24px;
}

.student-video .top-popup .student-social a {
	display: inline-block;
	background-color: #fff;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 26px;
	height: 26px;
	text-align: center;
	padding-top: 3px;
	margin-right: 11px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	position: relative;
	-webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,.08);
	box-shadow: 0 0 6px 1px rgba(0,0,0,.08);
}

.student-video .top-popup .student-social a:focus,.student-video .top-popup .student-social a:hover {
	color: #fff;
	background-color: #0055d9;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}

.student-video .top-popup .student-social a:focus svg,.student-video .top-popup .student-social a:hover svg {
	fill: #fff;
}

.student-video .top-popup .student-social a:last-child {
	margin-right: 0;
}

.student-video .top-popup .student-social a svg {
	width: 16px;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: auto;
	max-height: 14px;
	fill: #0055d9;
	-webkit-transition: fill .25s ease;
	-o-transition: fill .25s ease;
	transition: fill .25s ease;
}

.student-video .bottom-popup {
	background-color: #0055d9;
	color: #fff;
	overflow: auto;
	padding: 30px 45px;
}

.student-video .bottom-popup .text {
	font-size: 35px;
	font-weight: 500;
	line-height: 1.3;
}

.student-video .bottom-popup .btn {
	background-color: #fff;
	color: #0055d9;
	float: right;
}

.top-banner {
	background-color: #2f2c42;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	display: block;
	z-index: 100;
	left: 0;
	width: 100%;
	position: relative;
	line-height: 1;
	overflow: hidden;
}

.top-banner .container {
	position: relative;
}

.top-banner .bgc-img {
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
}

.top-banner .bgc-img::before {
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	background-image: url(../img/top-banner-img-1.png);
	background-repeat: no-repeat;
	width: 340px;
	top: 0;
	bottom: 0;
}

.top-banner .bgc-img::after {
	content: "";
	position: absolute;
	right: -135px;
	top: 0;
	background-image: url(../img/top-banner-img-2.png);
	background-repeat: no-repeat;
	width: 500px;
	top: 0;
	bottom: 0;
	background-position: center;
}

.top-banner .h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	margin: 0;
	display: inline-block;
	padding: 11.5px 0;
}

.top-banner p {
	font-size: 25px;
	margin: 0;
	display: inline-block;
	color: #fff;
	margin-left: 20px;
	padding: 11.5px 0;
}

.top-banner p b,.top-banner p span,.top-banner p strong {
	color: #db126a;
	font-weight: 700;
}

.top-banner .btn {
	color: #db126a;
	font-size: 17px;
	background-color: #fff;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	padding: 10px 44px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 9px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	white-space: nowrap;
}

.mailing-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.85);
	display: none;
	z-index: 2000;
}

.mailing-popup {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 964px;
	width: 100%;
	background-color: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.mailing-popup .sp-message {
	color: #fff;
}

.mailing-popup .sp-message.sp-message-error,.mailing-popup .sp-message.sp-message-success {
	margin: 0;
	margin-top: 22px;
}

.mailing-popup .sp-message.sp-message-success>p:first-child {
	margin-bottom: 4px;
}

.mailing-popup .top-cmt {
	padding: 45px;
	padding-right: 400px;
	position: relative;
}

.mailing-popup .top-cmt .free-items {
	margin-top: 55px;
}

.mailing-popup .top-cmt .free-items .item {
	width: 240px;
	display: inline-block;
	margin-bottom: 15px;
	vertical-align: top;
}

.mailing-popup .top-cmt .free-items .item:nth-child(2n) {
	margin-left: 28px;
}

.mailing-popup .top-cmt .free-items .item .h4 {
	font-weight: 700;
	margin-bottom: 8px;
}

.mailing-popup .top-cmt .free-items .item p {
	font-size: 14px;
	color: #909090;
	line-height: 1.5;
}

.mailing-popup .top-cmt img {
	position: absolute;
	right: 17px;
	bottom: -1px;
}

.mailing-popup .top-cmt .h3 {
	font-size: 35px;
	line-height: 1.08;
	font-weight: 500;
}

.mailing-popup .top-cmt .h3::first-line {
	font-weight: 700;
}

.mailing-popup .bottom-cmt {
	padding: 30px 45px;
	background-color: #0055d9;
	overflow: auto;
	position: relative;
}

.mailing-popup .bottom-cmt .form-specialoffer {
	float: none;
	margin-top: 0;
}

.mailing-popup .bottom-cmt .form-specialoffer input {
	width: 84.6%;
}

.mailing-close-popup {
	position: absolute;
	top: 0;
	right: 8px;
	width: 44px;
	height: 44px;
	cursor: pointer;
}

.mailing-close-popup::before {
	content: '';
	background-color: #969695;
	position: absolute;
	height: 2px;
	width: 15px;
	top: 20px;
	left: 14px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mailing-close-popup::after {
	content: '';
	background-color: #969695;
	position: absolute;
	height: 2px;
	width: 15px;
	top: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 14px;
}

.p_course-stub {
	padding-top: 140px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding-bottom: 175px;
	overflow: hidden;
}

.p_course-stub img {
	margin-top: -78px;
}

.p_course-stub .wrap-composition .h1 {
	font-size: 52px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.p_course-stub .wrap-composition p {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
}

.p_course-stub .wrap-composition .items {
	margin-top: 20px;
}

.p_course-stub .wrap-composition .items .item {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	margin-right: 72px;
	margin-top: 40px;
}

.p_course-stub .wrap-composition .items .item:last-child {
	margin-right: 0;
}

.p_course-stub .wrap-composition .items .item span,.p_course-stub .wrap-composition .items .item strong {
	font-size: 41px;
	display: block;
	margin-top: 13px;
}

.p_course-stub .wrap-composition .wrap-btn {
	margin-top: 60px;
}

.p_course-stub .wrap-composition .wrap-btn .btn {
	padding: 15px 10px 12px;
	width: 252px;
	text-align: center;
	margin-right: 46px;
	margin-top: 20px;
}

.p_course-stub .wrap-composition .wrap-btn .btn:last-child {
	margin-right: 0;
}

.p_course-stub .wrap-composition .wrap-btn .btn.btn-2 {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 1px #fff inset;
	box-shadow: 0 0 0 1px #fff inset;
}

.consultation-popup {
	background-color: #fff;
	width: 100%;
	max-width: 623px;
	margin: auto;
	padding: 45px 50px 58px;
	padding-right: 150px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.consultation-popup .mfp-close {
	color: #1d1d1b;
	opacity: .5;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
	right: 8px;
}

.consultation-popup .mfp-close:hover {
	opacity: 1;
}

.consultation-popup .form-specialoffer {
	float: none;
	margin-top: 0;
}

.consultation-popup .form-specialoffer .h3 {
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.consultation-popup .form-specialoffer>p {
	font-size: 14px;
	line-height: 1.5;
	color: #909090;
	margin-bottom: 26px;
}

.consultation-popup .form-specialoffer .success {
	color: #000;
}

.consultation-popup .form-specialoffer .success svg {
	fill: #000;
}

.consultation-popup .form-specialoffer .iti {
	margin-bottom: 25px;
	width: 95%;
}

.consultation-popup .form-specialoffer .iti input {
	width: 100%;
	padding-top: 2px;
}

.consultation-popup .form-specialoffer input {
	float: none;
	width: 95%;
	border: 1px solid #e9e9e9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
	display: block;
}

.consultation-popup .form-specialoffer .btn {
	float: none;
	background-color: #0055d9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: auto;
	padding: 12px 57px 9px;
}

.consultation-popup .form-specialoffer .btn-yellow {
	background-color: #ffe500;
	color: #272732;
}

.consultation-popup .form-specialoffer .btn-orange {
	background-color: #ff8700;
	color: #fff;
}

.consultation-popup .form-specialoffer .btn-gradient-orange {
	background: -webkit-gradient(linear,left bottom,left top,from(#ff5400),to(#f6b300));
	background: -webkit-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: -o-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: linear-gradient(0deg,#ff5400 0,#f6b300 100%);
	color: #fff;
}

.btn-yellow {
	background-color: #ffe500;
	color: #272732;
}

.btn-yellow:focus,.btn-yellow:hover {
	color: #272732;
	background-color: #ffe81a;
}

.btn-yellow:active {
	background-color: #f5dc00;
}

.header-course {
	position: absolute;
	left: 0;
	top: 60px;
	right: 0;
	z-index: 5;
}

.header-course .top-pannel {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-course .top-pannel .wrap-logo {
	left: 10%;
	top: 0;
	position: absolute;
	display: inline-block;
}

.header-course .top-pannel .wrap-logo span {
	color: #fff;
}

.video_header .top-pannel .wrap-logo span {
	color: #000;
}

.header-course .top-pannel .navbar {
	position: absolute;
	right: 45%;
	top: 11px;
	margin: 0;
	white-space: nowrap;
}

.header-course .top-pannel .navbar ul li {
	margin-right: 30px;
}

.header-course .top-pannel .navbar ul li:last-child {
	margin-right: 0;
}

.header-course .top-pannel .navbar ul li a {
	color: #fff;
}

.video_header .top-pannel .navbar ul li a {
	color: #000;
}

.header-course .top-pannel .navbar ul li a:focus,.header-course .top-pannel .navbar ul li a:hover {
	color: #ffe500;
	text-shadow: .3px .1px 0 #ffe500,-.3px -.1px 0 #ffe500;
}

.header-course .top-pannel .wrap-information {
	position: absolute;
	right: 8.6%;
	top: 0;
}

.header-course .top-pannel .wrap-information .info {
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
}

.header-course .top-pannel .wrap-information .info span {
	display: block;
	color: #fff;
}

.header-course .top-pannel .wrap-information .info span svg {
	width: 15px;
	height: 15px;
	top: 3px;
	position: relative;
	fill: #fff;
}

.video_header .top-pannel .wrap-information .info span svg {
	fill: #000;
}

.video_header .top-pannel .wrap-information .info span {
	display: block;
	color: #000;
}

.video_header-course .top-pannel .wrap-information .info span svg {
	width: 15px;
	height: 15px;
	top: 3px;
	position: relative;
	fill: #000;
}

/*  */
/*

.code_header .top-pannel .wrap-information .info span svg {
	fill: #000;
}

.code_header .top-pannel .wrap-information .info span {
	display: block;
	color: #000;
}

.code_header-course .top-pannel .wrap-information .info span svg {
	width: 15px;
	height: 15px;
	top: 3px;
	position: relative;
	fill: #000;
} */

.maestro_header .top-pannel .navbar,
.tilda_header .top-pannel .navbar,
.video_header .top-pannel .navbar,
.code_header .top-pannel .navbar {
	left: 23%;
}

.head-course {
	background-color: #16161d;
	color: #fff;
	padding-top: 260px;
	padding-bottom: 200px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.head-course::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 39%;
	background-image: url(../img/fiolet-volni.png);
	width: 106px;
	height: 49px;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: -1;
}

.head-course::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 17.3%;
	background-image: url(../img/header-ds-bg.png);
	width: 824px;
	height: 778px;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: -1;
	opacity: .65;
}

.head-course .wrap-img {
	position: absolute;
	right: 0;
	bottom: 18%;
}

.head-course .wrap-composition {
	position: relative;
	z-index: 0;
	display: inline-block;
}

.head-course .wrap-composition .main .upper {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.head-course .wrap-composition .main .h1 {
	font-size: 90px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.head-course .wrap-composition .main .h1 span {
	position: relative;
}

.head-course .wrap-composition .main .h1 span::before {
	content: "о";
	font-size: 536px;
	line-height: 0;
	font-weight: 700;
	position: absolute;
	top: 18px;
	left: -124px;
	z-index: -1;
	opacity: .05;
	text-transform: none;
}

.head-course .wrap-composition .main .h1 span::after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 20px;
	height: 21px;
	top: 28px;
	left: 50%;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.head-course .wrap-composition .main p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 48px;
}

.head-course .wrap-composition .main .btn {
	padding-left: 34px;
	padding-right: 34px;
	border: 1px solid #ffe500;
}

.head-video .wrap-composition .main .btn,
.head-code .wrap-composition .main .btn {
	border: none;
}

.head-course .wrap-composition .main .btn-consultation {
	background-color: transparent;
	color: #fff;
	margin-left: 5px;
	border: 1px solid #fff;
}

.head-video .wrap-composition .main .btn-consultation {
	background-color: transparent;
	color: #000;
	margin-left: 5px;
	border: 1px solid #000;
}

.video-sect-5 .btn-consultation {
	background-color: transparent;
	color: #000;
	margin-left: 5px;
	border: 1px solid #000;
	margin-top: 10px;
}

.head-course .wrap-composition .info {
	margin-top: 40px;
}

.head-course .wrap-composition .info li,.head-course .wrap-composition .info ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.head-course .wrap-composition .info li {
	display: inline-block;
	position: relative;
	padding-left: 38px;
	margin-right: 68px;
}

.head-course .wrap-composition .info li:last-child {
	margin-right: 0;
}

.head-course .wrap-composition .info li svg {
	height: 30px;
	width: 30px;
	fill: #ffe500;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-course {
	position: relative;
}

.section-course .h2 {
	font-weight: 900;
	font-size: 50px;
	color: #1e1e1e;
	position: relative;
	display: inline-block;
	z-index: 1;
	line-height: 1.1;
}

.section-course .h2 span {
	position: relative;
}

.section-course .h2 span::before {
	content: "";
	position: absolute;
	left: -19px;
	top: 15px;
	background-color: #ffe500;
	width: 165px;
	height: 24px;
	z-index: -1;
}

.video-sect-4.section-course .h2 span::before {
	display: none;
}

#video-program-btn {
	display: none;
}

.video-sect-4.section-course .h2::before {
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	bottom: -15px;
	background: -webkit-gradient(linear,left bottom,left top,from(#00a739),to(#00d561));
	background: -webkit-linear-gradient(bottom,#00a739 0,#00d561 100%);
	background: -o-linear-gradient(bottom,#00a739 0,#00d561 100%);
	background: linear-gradient(0deg,#00a739 0,#00d561 100%);
	width: 165px;
	height: 7px;
	z-index: -1;
}

.video-sect-4.section-course .subtitle {
	margin: 0 auto 50px;
	padding: 0;
	max-width: 532px;
	font-size: 14px;
	line-height: 1.5;
	color: #727272;
	text-align: center;
}

.ds-sect-1 {
	text-align: center;
	padding-top: 140px;
	padding-bottom: 60px;
	background-color: #fff;
	overflow: hidden;
}

.ds-sect-1 .h2 {
	margin-bottom: 12px;
}

.ds-sect-1 .decoration-1 {
	position: absolute;
	right: -22px;
	top: -2px;
	pointer-events: none;
}

.ds-sect-1 .decoration-2 {
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.ds-sect-1 .decoration-2 img {
	width: 17vw;
}

.ds-sect-1 .decoration-2-1 {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.col-dlya-kogo:nth-of-type(even) .dlya-kogo-item {
	float: right;
}

.col-dlya-kogo:nth-of-type(odd) .dlya-kogo-item {
	float: left;
}

.dlya-kogo-item {
	width: 86%;
	margin: auto;
	margin-top: 30px;
}

.dlya-kogo-item .wrap-img {
	margin-bottom: 22px;
}

.dlya-kogo-item .wrap-img img {
	margin: auto;
}

.dlya-kogo-item .h3 {
	font-size: 24px;
	font-weight: 500;
	color: #16161d;
	margin-bottom: 14px;
}

.dlya-kogo-item p {
	font-size: 14px;
	font-weight: 300;
	color: #727272;
}

.ds-sect-2 {
	padding: 96px 0 70px;
	overflow: hidden;
}

.ds-sect-2 .decoration-3 {
	position: absolute;
	left: -45px;
	bottom: 0;
	pointer-events: none;
}

.ds-sect-2 .wrap-left {
	padding-right: 35px;
}

.ds-sect-2 .wrap-left .btn {
	margin-top: 24px;
}

.ds-sect-2 .wrap-left .h2 {
	margin-bottom: 35px;
}

.ds-sect-2 .wrap-left li,.ds-sect-2 .wrap-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ds-sect-2 .wrap-left li img {
	display: none;
}

.ds-sect-2 .wrap-left li span {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	color: #272732;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 16px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	margin-top: 8px;
	padding-right: 40px;
	display: block;
}

.ds-sect-2 .wrap-left li span.active,.ds-sect-2 .wrap-left li span:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.15);
	box-shadow: 0 5px 20px rgba(0,0,0,.15);
	padding-left: 65px;
}

.ds-sect-2 .wrap-left li span.active::before,.ds-sect-2 .wrap-left li span:hover::before {
	left: 47px;
}

.ds-sect-2 .wrap-left li span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #9100ff;
	width: 8px;
	height: 8px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.ds-sect-3 {
	padding-bottom: 90px;
}

.ds-sect-3 .bottom-content {
	margin-top: 40px;
	position: relative;
}

.ds-sect-3 .bottom-content .wrap-img {
	position: relative;
	margin-left: 80px;
}

.ds-sect-3 .bottom-content .wrap-img .mini {
	position: absolute;
	left: 0;
	bottom: 0;
}

.ds-sect-3 .bottom-content .text {
	margin-right: -80px;
}

.ds-sect-3 .bottom-content .text a {
	color: #1e1e1e;
	font-weight: 500;
}

.ds-sect-3 .bottom-content .text>a {
	margin-bottom: 22px;
	display: inline-block;
}

.ds-sect-3 .bottom-content .text .h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	color: #272732;
	margin-bottom: 15px;
}

.ds-sect-3 .bottom-content .text p {
	color: #727272;
	margin-bottom: 22px;
}

.ds-sect-3 .bottom-content .text .load-more {
	display: none;
}

.ds-sect-3 .bottom-content .text .advantages li,.ds-sect-3 .bottom-content .text .advantages ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ds-sect-3 .bottom-content .text .advantages li {
	position: relative;
	padding-left: 36px;
	display: inline-block;
	margin-right: 40px;
	color: #16161d;
	margin-top: 8px;
	margin-bottom: 10px;
}

.ds-sect-3 .bottom-content .text .advantages li:last-child {
	margin-right: 0;
}

.ds-sect-3 .bottom-content .text .advantages li svg {
	width: 29px;
	height: 33px;
	fill: #ffe500;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ds-sect-3 .top-content .h2 {
	width: 30%;
	margin: 94px 0;
}

.ds-sect-3 .top-content .wrap-right {
	position: absolute;
	top: 0;
	right: 0;
}

.ds-sect-3 .top-content .wrap-right .ds-program-items {
	margin-right: 367px;
	width: 704px;
}

.ds-sect-3 .top-content .wrap-right>img {
	position: absolute;
	top: -26px;
	right: 0;
	z-index: -1;
}

.ds-program-items {
	display: inline-block;
}

.ds-program-items .item {
	display: inline-block;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.15);
	box-shadow: 0 5px 20px rgba(0,0,0,.15);
	height: 120px;
	vertical-align: top;
	width: 302px;
	margin-top: 30px;
	margin-left: 46px;
	cursor: pointer;
}

.ds-program-items .item img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.ds-program-items .item.active::after,.ds-program-items .item:hover::after {
	height: 6px;
}

.ds-program-items .item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background-color: #ffe500;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.ds-sect-4 {
	background-color: #16161d;
	color: #fff;
	padding: 150px 0;
	overflow: hidden;
}

.ds-sect-4 .decoration-4-1 {
	position: absolute;
	left: 0;
	top: -150px;
	opacity: .6;
	pointer-events: none;
}

.ds-sect-4 .decoration-4-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .6;
	pointer-events: none;
}

.ds-sect-4 .decoration-mini {
	display: none;
}

.ds-sect-4 .h2 {
	color: #fff;
	padding-left: 193px;
	margin-bottom: 105px;
}

.ds-sect-4 .portfolio-col:nth-child(4n+2) .ds-portfolio-item {
	margin-top: -60px;
}

.ds-sect-4 .portfolio-col:nth-child(4n+3) .ds-portfolio-item {
	margin-top: -130px;
}

.ds-sect-4 .portfolio-col:nth-child(4n+4) .ds-portfolio-item {
	margin-top: -210px;
}

.ds-sect-4 .load-more {
	display: none;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 25px;
}

.ds-sect-4 .load-more span {
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.ds-sect-4 .load-more span::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #929296;
}

.ds-sect-4 .annotation-text {
	float: right;
	position: relative;
	padding-left: 88px;
	margin-top: -124px;
	padding-right: 42px;
	line-height: 1.3;
}

.ds-sect-4 .annotation-text img {
	position: absolute;
	left: 0;
	bottom: 10px;
}

.ds-sect-4 .annotation-text span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-top: 18px;
}

.ds-sect-4 .portfolio-button {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.portfolio-col {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

@media (max-width:1199.98px) {
	.portfolio-col {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

@media (max-width:991.98px) {
	.portfolio-col {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width:575.98px) {
	.portfolio-col {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.ds-portfolio-item {
	margin-bottom: 40px;
}

.ds-portfolio-item>a {
	width: 100%;
	display: block;
}

.ds-portfolio-item>a img {
	width: 100%;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 0 0;
	object-position: 0 0;
}

.ds-portfolio-item table {
	margin-top: 24px;
}

.ds-portfolio-item table tr {
	line-height: 1.3;
}

.ds-portfolio-item table tr td {
	padding: 4px 0;
	color: #fff;
}

.ds-portfolio-item table tr td b,.ds-portfolio-item table tr td strong {
	color: #ffe500;
	font-weight: 700;
	font-size: 24px;
}

.ds-portfolio-item table tr td:nth-of-type(1) {
	font-weight: 300;
	font-size: 14px;
}

.ds-portfolio-item table tr td:nth-of-type(2) {
	font-weight: 500;
	font-size: 16px;
	padding-left: 14px;
}

.mfp-arrow-left:after {
	border-right: 17px solid #ffe500;
}

.mfp-arrow-right:after {
	border-left: 17px solid #ffe500;
}

.image-source-link {
	color: #98c3d1;
}

.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

img.mfp-img {
	padding: 0;
}

.mfp-figure figure img {
	zoom: 1000%;
}

.mfp-gallery button.mfp-arrow {
	position: fixed;
}

.mfp-gallery .mfp-arrow-right {
	margin-right: 18px;
}

.mfp-gallery .mfp-bottom-bar {
	margin-top: 5px;
}

.mfp-gallery .mfp-container {
	height: auto;
}

.mfp-gallery .mfp-close {
	width: 70px;
	height: 70px;
	font-size: 35px;
	position: fixed;
}

.mfp-gallery .mfp-counter {
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.ds-sect-5 {
	padding-top: 140px;
	padding-bottom: 90px;
}

.ds-sect-5 .h2 {
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

.ds-sect-5 .h2 span {
	color: #333;
}

.ds-sect-5 .h2 span::before {
	left: 56px;
}

.col-study {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	z-index: 2;
}

.section-code .col-study {
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (max-width:1199.98px) {
	.col-study {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.section-code .col-study {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width:767.98px) {
	.col-study {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.section-code .col-study {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width:1199.98px) {
	.maestro-sect-1 .col-study,.maestro-sect-7 .col-study {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

@media (max-width:991.98px) {
	.maestro-sect-1 .col-study,.maestro-sect-7 .col-study {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width:767.98px) {
	.maestro-sect-1 .col-study,.maestro-sect-7 .col-study {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.ds-study-item {
	color: #fff;
	padding-top: 44px;
	padding-left: 25px;
	padding-right: 18px;
	position: relative;
	min-height: 388px;
	margin-top: 30px;
}

.ds-study-item img {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ds-study-item-1 {
	background-color: #2771e7;
}

.ds-study-item-1 img {
	left: -45px;
	bottom: -15px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.ds-study-item-2 {
	background-color: #971ae5;
}

.ds-study-item-2 img {
	right: 0;
	left: auto;
	bottom: -10px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.ds-study-item-3 {
	background-color: #16c0a4;
}

.ds-study-item-3 img {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -10px;
}

.ds-study-item .h3 {
	font-weight: 900;
	font-size: 18px;
	margin-bottom: 22px;
}

.ds-study-item p {
	font-size: 14px;
}

.ds-study-item .wrap-img {
	height: 210px;
}

.ds-sect-6 {
	margin-top: 60px;
	padding-bottom: 30px;
}

.ds-sect-6 .load-more {
	display: none;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 25px;
}

.ds-sect-6 .load-more span {
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.ds-sect-6 .load-more span::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #929296;
}

.ds-sect-6 .course-button {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 14px;
}

.ds-sect-6 .decoration-5 {
	position: absolute;
	left: -40px;
	top: 0;
	pointer-events: none;
}

.ds-sect-6 .h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	color: #333;
}

.program-course-wrap {
	position: relative;
}

.program-course-wrap .illustration-bottom {
	position: absolute;
	left: -376px;
	bottom: -70px;
	pointer-events: none;
}

.program-course-wrap .illustration-bottom img {
	position: relative;
	z-index: 2;
}

.program-course-wrap .illustration-top {
	position: absolute;
	top: -161px;
	right: 15px;
	pointer-events: none;
}

.program-course-wrap .illustration-top img {
	position: relative;
	z-index: 2;
}

.program-course-item {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.15);
	box-shadow: 0 5px 20px rgba(0,0,0,.15);
	padding: 45px 92px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 33px;
}

.program-course-item .number {
	position: absolute;
	right: -48px;
	bottom: -44px;
	font-size: 170px;
	font-weight: 900;
	color: #a800ff;
	z-index: -1;
	line-height: 1;
	opacity: .075;
	pointer-events: none;
}

.program-course-item .h3 {
	font-size: 18px;
	font-weight: 700;
	color: #16161d;
	margin-bottom: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.program-course-item p {
	color: #727272;
}

.program-course-item li,.program-course-item ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.program-course-item li {
	display: inline-block;
	margin-right: 20px;
	margin-top: 20px;
	position: relative;
	padding-left: 34px;
}

.program-course-item li:last-child {
	margin-right: 0;
}

.program-course-item li span {
	font-weight: 500;
	color: #a800ff;
}

.program-course-item li svg {
	fill: #a800ff;
	height: 28px;
	width: 28px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*  */

.video-sect-4 .decor-1 {
	opacity: 0.4;
	position: absolute;
	top: -220px;
	left: 0;
}

.video-sect-4 .decor-2 {
	position: absolute;
	top: 45%;
	left: -80px;
}

.video-sect-4.ds-sect-6 {
	margin-top: 0;
	padding-top: 110px;
}

.video-sect-4 .program-course-item {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.15);
	box-shadow: 0 5px 20px rgba(0,0,0,.15);
	padding: 45px 50px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 33px;
	background-color: #fff;
}

.video-sect-4 .program-course-item .number {
	position: absolute;
	right: -30px;
	bottom: -44px;
	font-size: 170px;
	font-weight: 900;
	color: #00d460;
	z-index: -1;
	line-height: 1;
	opacity: .1;
	pointer-events: none;
}

.video-sect-4 .program-course-item .h3 {
	font-size: 18px;
	font-weight: 700;
	color: #16161d;
	margin-bottom: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.video-sect-4 .program-course-item p {
	color: #727272;
}

.video-sect-4 .program-course-item li,.video-sect-4 .program-course-item ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.video-sect-4 .program-course-item li {
	display: inline-block;
	margin-right: 20px;
	margin-top: 20px;
	position: relative;
	padding-left: 34px;
}

.video-sect-4 .program-course-item li:last-child {
	margin-right: 0;
}

.video-sect-4 .program-course-item li span {
	font-weight: 500;
	color: #333;
}

.video-sect-4 .program-course-item li svg {
	fill: #00a83a;
	height: 28px;
	width: 28px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.video-sect-4 .program-course-item .list li {
	margin: 0 0 0 35px;
	padding: 0 0 2px 0;
}

.video-sect-4 .program-course-item .list li::before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: #8046fe;
    position: absolute;
    top: 10px;
    left: -35px;
}

/*  */

.ds-sect-7 {
	padding-top: 100px;
	padding-bottom: 60px;
	overflow: hidden;
}

.ds-sect-7 .h2 {
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

.ds-sect-7 .students-items .student {
	width: 100%;
}

.ds-sect-7 .students-items .student .photo {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ds-sect-7 .students-items .student:hover .name {
	color: #b82fff;
}

.code-sect-11 .students-items .student:hover .name {
	color: #e42c64;
}

.code-sect-11 .students-items .student:hover p {
	color: #333;
}

.ds-sect-7 .students-items .owl-nav {
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
}

.ds-sect-7 .students-items .owl-nav button {
	width: 32px;
	height: 42px;
	position: absolute;
}

.ds-sect-7 .students-items .owl-nav button:hover svg {
	fill: #000;
}

.ds-sect-7 .students-items .owl-nav button.owl-prev {
	left: -50px;
}

.ds-sect-7 .students-items .owl-nav button.owl-next {
	right: -50px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ds-sect-7 .students-items .owl-nav button svg {
	fill: #9c9c9c;
	width: 32px;
	height: 42px;
	-webkit-transition: fill .2s ease;
	-o-transition: fill .2s ease;
	transition: fill .2s ease;
}

.ds-sect-8 {
	padding-top: 60px;
	padding-bottom: 160px;
	overflow: hidden;
}

.ds-sect-8 .container {
	position: relative;
}

.ds-sect-8 .btn {
	position: absolute;
	bottom: 54px;
	left: 15px;
}

.ds-sect-8 .h2 {
	padding-top: 54px;
	color: #272732;
}

.ds-sect-8 .wrap-left {
	padding-right: 75px;
}

.ds-sect-8 .wrap-right {
	margin-left: -85px;
	position: relative;
}

.ds-sect-8 .wrap-right::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 300%;
	background-color: #000;
	height: 5px;
}

.ds-sect-8 .wrap-right .partner-item {
	display: inline-block;
	width: 227px;
	height: 120px;
	position: relative;
	margin-right: 33px;
	margin-bottom: 28px;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.15);
	box-shadow: 0 5px 20px rgba(0,0,0,.15);
}

.ds-sect-8 .wrap-right .partner-item:nth-child(3n) {
	margin-right: 0;
}

.ds-sect-8 .wrap-right .partner-item img {
	position: absolute;
	max-width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.ds-sect-9 {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 195px;
	padding-bottom: 145px;
	background-color: #00080b;
}

.ds-sect-9 .decoration-6 {
	display: none;
}

.ds-sect-9 .wrap-composition {
	color: #fff;
	padding-right: 65px;
}

.ds-sect-9 .wrap-composition .author-course {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 4px;
}

.ds-sect-9 .wrap-composition .h2 {
	color: #fff;
	margin-bottom: 24px;
	white-space: nowrap;
}

.ds-sect-9 .wrap-composition p {
	margin-bottom: 0;
	margin-top: 17px;
}

.ds-sect-9 .wrap-composition p:first-of-type {
	font-size: 18px;
	margin-bottom: 7px;
}

.ds-sect-9 .wrap-composition p b,.ds-sect-9 .wrap-composition p strong {
	color: #ffe500;
}

.ds-sect-9 .wrap-composition .logos img {
	margin-right: 15px;
	display: inline-block;
	margin-top: 12px;
}

.ds-sect-9 .wrap-composition .logos img:last-of-type {
	margin-right: 0;
}

.ds-sect-10 {
	padding: 140px 0;
	overflow: hidden;
}

.ds-sect-10 .decoration-7 {
	position: absolute;
	left: -12px;
	top: 65px;
}

.ds-sect-10 .h2 {
	color: #272732;
	left: 50%;
	margin-bottom: 40px;
}

.course-passing-wrap {
	position: relative;
}

.course-passing-wrap .decoration-8 {
	position: absolute;
	bottom: 14px;
	left: -75px;
	pointer-events: none;
	z-index: 2;
}

.course-passing-wrap .decoration-8::after {
	content: "";
	position: absolute;
	bottom: -4px;
	right: 24px;
	width: 500%;
	height: 5px;
	background-color: #000;
}

.course-passing-items {
	white-space: nowrap;
}

.course-passing-item {
	width: 308px;
	display: inline-block;
	white-space: normal;
	margin-right: 45px;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.15);
	box-shadow: 0 5px 20px rgba(0,0,0,.15);
	padding-top: 76px;
	padding-left: 30px;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	margin-top: 18px;
}

.course-passing-item:last-child {
	margin-right: 0;
}

.course-passing-item:nth-child(1) {
	margin-top: -178px;
}

.course-passing-item:nth-child(1) img {
	right: 48px;
	bottom: 4px;
}

.course-passing-item:nth-child(2) img {
	right: 17px;
	bottom: 25px;
}

.course-passing-item:nth-child(3) img {
	right: 40px;
	bottom: 15px;
}

.course-passing-item:nth-child(4) img {
	right: 16px;
	bottom: 0;
}

.course-passing-item .h3 {
	font-size: 24px;
	font-weight: 500;
	color: #333;
	margin-bottom: 18px;
	padding-right: 30px;
	line-height: 1.2;
}

.course-passing-item p {
	font-size: 14px;
	color: #333;
	padding-right: 55px;
}

.course-passing-item .wrap-img {
	height: 200px;
}

.course-passing-item .wrap-img img {
	position: absolute;
}

.ds-sect-11 {
	overflow: hidden;
}

.ds-sect-11 .wrap-content-left {
	position: relative;
	background-color: #01080c;
	padding-top: 38px;
	padding-bottom: 198px;
	width: 40%;
	float: left;
	color: #fff;
	text-align: right;
	padding-right: 6.5%;
}

.ds-sect-11 .wrap-content-left .decoration-9 {
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
}

.ds-sect-11 .wrap-content-left .decoration-10 {
	position: absolute;
	pointer-events: none;
	top: 115px;
	left: 0;
}

.ds-sect-11 .wrap-content-left .wrap-composition {
	float: right;
	position: relative;
}

.ds-sect-11 .wrap-content-left .wrap-composition .decoration-11 {
	position: absolute;
	bottom: 115px;
	left: -165px;
	pointer-events: none;
}

.ds-sect-11 .wrap-content-left .wrap-composition .h3 {
	color: #ffe500;
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 34px;
	display: none;
}

.ds-sect-11 .wrap-content-left .wrap-composition li,.ds-sect-11 .wrap-content-left .wrap-composition ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ds-sect-11 .wrap-content-left .wrap-composition ul {
	margin-bottom: 80px;
}

.ds-sect-11 .wrap-content-left .wrap-composition li {
	margin-top: 10px;
	line-height: 1.3;
}

.ds-sect-11 .wrap-content-left .wrap-composition li br {
	display: none;
}

.ds-sect-11 .wrap-content-left .wrap-composition li span b {
	color: #ffe500;
}

.ds-sect-11 .wrap-content-left .wrap-composition li span:nth-of-type(1) {
	font-weight: 500;
}

.ds-sect-11 .wrap-content-left .wrap-composition li span:nth-of-type(2) {
	font-size: 24px;
	font-weight: 700;
}

.ds-sect-11 .wrap-content-left .wrap-composition .price {
	margin-top: 20px;
}

.ds-sect-11 .wrap-content-left .wrap-composition .price.old-price span.price {
	font-size: 35px;
	color: #a800ff;
	position: relative;
	padding-right: 12px;
}

.ds-sect-11 .wrap-content-left .wrap-composition .price.old-price span.price::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #a800ff;
	height: 4px;
	left: -2px;
	right: 0;
}

.ds-sect-11 .wrap-content-left .wrap-composition .price span {
	display: inline-block;
}

.ds-sect-11 .wrap-content-left .wrap-composition .price span.text {
	font-weight: 900;
	font-size: 24px;
	line-height: 1.2;
}

.ds-sect-11 .wrap-content-left .wrap-composition .price span.price {
	font-size: 50px;
	font-weight: 900;
	position: relative;
	padding-left: 6px;
	color: #ffe500;
	line-height: 1;
	margin-top: 0;
	display: inline-block;
	z-index: 1;
}

.ds-sect-11 .wrap-content-left .wrap-composition .price span.price::after {
	display: none;
	content: "";
	position: absolute;
	bottom: 21px;
	left: 0;
	background-color: #971ae5;
	width: 100%;
	height: 10px;
	z-index: -1;
}

.ds-sect-11 .wrap-content-right {
	width: 60%;
	float: right;
	padding-top: 60px;
	padding-left: 5%;
}

.ds-sect-11 .wrap-content-right .h2 {
	color: #272732;
	margin-bottom: 0;
}

.wrap-getcourse-form .polity-confidence {
	position: relative;
	display: inline-block;
	top: 10px;
	color: #272732;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0;
	opacity: .5;
}

.wrap-getcourse-form .polity-confidence br {
	display: block;
}

.wrap-getcourse-form .polity-confidence a {
	color: #272732;
}

.wrap-getcourse-form>.polity-confidence {
	display: none;
}

.wrap-getcourse-form form {
	display: inline-block;
	position: relative;
}

.wrap-getcourse-form form br {
	display: none;
}

.wrap-getcourse-form form input {
	width: 538px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.08);
	box-shadow: 0 2px 10px rgba(0,0,0,.08);
	font-weight: 500;
	font-size: 14px;
	color: #272732;
	height: 50px;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 24px;
	margin-top: 25px;
	display: block;
}

.wrap-getcourse-form form input:placeholder {
	color: #aaaaac;
}

.wrap-getcourse-form form input[type=checkbox] {
	display: none;
}

.wrap-getcourse-form form button[type=submit] {
	background-color: #ffe500;
	position: relative;
	display: inline-block;
	background-color: #ffe500;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 12px 45px 9px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	border: none;
	color: #272732;
	margin-top: 50px;
	cursor: pointer;
	margin-right: 54px;
}

.wrap-getcourse-form form button[type=submit]:focus,.wrap-getcourse-form form button[type=submit]:hover {
	color: #272732;
	background-color: #ffe81a;
}

.wrap-getcourse-form form button[type=submit]:active {
	background-color: #f5dc00;
}

.wrap-getcourse-form form button[type=submit]::after {
	content: "";
	position: absolute;
	right: -36px;
	top: -28px;
	background-image: url(../img/course-ds/form-btn-doc.png);
	width: 89px;
	height: 99px;
	-webkit-background-size: contain;
	background-size: contain;
}

.ds-sect-12 {
	padding-top: 138px;
	padding-bottom: 50px;
	overflow: hidden;
}

.ds-sect-12 .decoration-12 {
	position: absolute;
	top: 300px;
	left: 0;
	pointer-events: none;
}

.ds-sect-12 .decoration-13 {
	position: absolute;
	bottom: 32%;
	right: 0;
	pointer-events: none;
}

.ds-sect-12 .h2 {
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
	color: #272732;
}

.wrap-course-faq .faq-item {
	margin-top: 20px;
	position: relative;
	background-color: #fff;
	border-radius: 5px;
}

.wrap-course-faq .faq-item .question {
	cursor: pointer;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.15);
	box-shadow: 0 5px 20px rgba(0,0,0,.15);
	padding: 25px 60px 21px;
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wrap-course-faq .faq-item .question.active::after {
	height: 6px;
}

.wrap-course-faq .faq-item .question.active i::before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.wrap-course-faq .faq-item .question::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 0;
	background-color: #ffe500;
	-webkit-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}

.wrap-course-faq .faq-item .question span {
	font-size: 18px;
	font-weight: 500;
	color: #272732;
	line-height: 1.3;
}

.wrap-course-faq .faq-item .question i {
	position: absolute;
	right: 67px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrap-course-faq .faq-item .question i::after,.wrap-course-faq .faq-item .question i::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	height: 3px;
	background-color: #a800ff;
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	-o-transition: transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease,-webkit-transform .25s ease;
}

.wrap-course-faq .faq-item .question i::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.wrap-course-faq .faq-item .answer {
	padding-top: 25px;
	padding-bottom: 18px;
	padding-left: 60px;
	width: 70%;
	font-weight: 300;
	color: #272732;
	display: none;
}

.wrap-course-faq .faq-item .answer a {
	color: #971ae5;
	font-weight: 400;
}

.wrap-course-faq .faq-item .answer p {
	margin-bottom: 15px;
}

.ds-sect-13 {
	padding-top: 24px;
	padding-bottom: 36px;
	overflow: hidden;
}

.ds-sect-13 .wrap-img {
	position: relative;
	margin-left: 58px;
}

.ds-sect-13 .wrap-img::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 400%;
	background-color: #000;
	height: 5px;
}

.ds-sect-13 .wrap-composition {
	padding-top: 68px;
}

.ds-sect-13 .wrap-composition .load-more {
	display: none;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	margin-top: 28px;
	margin-bottom: 25px;
}

.ds-sect-13 .wrap-composition .load-more span {
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.ds-sect-13 .wrap-composition .load-more span::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #929296;
}

.ds-sect-13 .wrap-composition .h2 {
	color: #272732;
}

.ds-sect-13 .wrap-composition li,.ds-sect-13 .wrap-composition ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ds-sect-13 .wrap-composition li {
	display: inline-block;
	width: 238px;
	margin-right: 144px;
	margin-top: 30px;
}

.ds-sect-13 .wrap-composition li:nth-child(2n) {
	margin-right: 0;
}

.ds-sect-13 .wrap-composition li span {
	color: #272732;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 500;
	opacity: .8;
	position: relative;
	padding-left: 18px;
	display: block;
	margin-bottom: 8px;
}

.ds-sect-13 .wrap-composition li span::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #a800ff;
	left: 0;
	top: 13px;
}

.ds-sect-13 .wrap-composition li p {
	color: #727272;
}

.ds-sect-14 {
	background-color: #ffe500;
	padding: 96px 0;
	text-align: center;
	overflow: hidden;
}

.ds-sect-14 .wrap-composition .h2 {
	color: #272732;
}

.ds-sect-14 .wrap-composition p {
	color: #272732;
}

.ds-sect-14 .wrap-composition>p {
	margin-bottom: 25px;
}

.wrap-form-course {
	position: relative;
	display: inline-block;
}

.wrap-form-course .success {
	color: #272732;
	font-weight: 700;
	font-size: 34px;
}

.wrap-form-course .success.active span {
	margin: auto;
	line-height: 1.3;
}

.wrap-form-course .success.active~* {
	opacity: .75;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.wrap-form-course .success.active~* .decoration-14,.wrap-form-course .success.active~* input,.wrap-form-course .success.active~* select,.wrap-form-course .success.active~* span,.wrap-form-course .success.active~* textarea {
	opacity: .75;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.wrap-form-course .decoration-14 {
	position: absolute;
	pointer-events: none;
	left: -143px;
	bottom: 60px;
}

.wrap-form-course input,.wrap-form-course textarea {
	width: 538px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 15px;
	display: block;
	border: none;
	padding: 14px 22px 12px;
	color: #272732;
	font-size: 14px;
	font-weight: 500;
}

.wrap-form-course input:placeholder,.wrap-form-course textarea:placeholder {
	color: #aaaaac;
}

.wrap-form-course .btn {
	background-color: #272732;
	font-size: 15px;
	margin-top: 30px;
	border: none;
	padding-left: 36px;
	padding-right: 36px;
	cursor: pointer;
}

.wrap-form-course .btn:focus,.wrap-form-course .btn:hover {
	color: #fff;
	background-color: #323240;
}

.wrap-form-course .btn:active {
	background-color: #1c1c24;
}

.wrap-form-course p {
	opacity: .5;
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 0;
}

.wrap-form-course p a {
	color: #272732;
}

.course-footer-phones {
	text-align: right;
}

.course-footer {
	padding: 35px 0;
	background-color: #272732;
}

.course-footer .social-links {
	margin: 0;
	text-align: center;
	margin-top: 8px;
}

.course-footer .social-links a {
	margin-right: 15px;
}

.course-footer .phone {
	white-space: nowrap;
	font-size: 15px;
	margin-top: 14px;
}

.course-footer .phone svg {
	fill: #fff;
	width: 15px;
	height: 15px;
	position: relative;
	margin-right: 5px;
	bottom: -2px;
}

.btn-orange {
	background-color: #ff8700;
	font-size: 16px;
	padding-left: 32px;
	padding-right: 32px;
}

.btn-orange:focus,.btn-orange:hover {
	color: #fff;
	background-color: #ff931a;
}

.btn-orange:active {
	background-color: #f58200;
}

.maestro_header .top-pannel .wrap-information .info {
	margin-top: -3px;
}

.maestro_header .top-pannel .wrap-information .info span {
	color: #272732;
}

.maestro_header .top-pannel .wrap-information .info span:first-child {
	margin-bottom: 5px;
}

.maestro_header .top-pannel .wrap-information .info span svg {
	fill: #969696;
}

.maestro_header .top-pannel .wrap-logo span {
	color: #272732;
}

.maestro_header .top-pannel .navbar ul li a {
	color: #272732;
}

.maestro_header .top-pannel .navbar ul li a:focus,.maestro_header .top-pannel .navbar ul li a:hover {
	color: #ff8700;
	text-shadow: .3px .1px 0 #ff8700,-.3px -.1px 0 #ff8700;
}

.head-maestro {
	background-color: #fff;
	color: #272732;
	padding-top: 300px;
	padding-bottom: 235px;
}

.head-maestro::after,.head-maestro::before {
	display: none;
}

.head-maestro .img-decoration-2 {
	display: none;
}

.head-maestro .wrap-composition .main p {
	margin-bottom: 58px;
}

.head-maestro .wrap-composition .main .h1 {
	margin-bottom: 14px;
	z-index: 2;
	position: relative;
}

.head-maestro .wrap-composition .main .h1 span::after {
	background-color: #9251ff;
}

.head-maestro .wrap-composition .main .btn {
	border: 1px solid #ff8700;
}

.head-maestro .wrap-composition .main .btn-consultation {
	color: #272732;
	border: 1px solid #272732;
	margin-left: 24px;
	font-size: 16px;
}

.head-maestro .wrap-composition .info li {
	padding-left: 10px;
	position: relative;
	padding-top: 3px;
}

.head-maestro .wrap-composition .info li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #713aff;
}

.head-maestro .wrap-composition .info li span:nth-of-type(1) {
	color: #a9a9a9;
}

.head-maestro .wrap-composition .info li span:nth-of-type(2) {
	font-weight: 500;
	font-size: 20px;
}

.head-maestro .wrap-img {
	right: 4%;
	bottom: 12%;
	pointer-events: none;
	z-index: -1;
}

.head-maestro .img-decoration {
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: -2;
}

.section-maestro {
	position: relative;
	overflow: hidden;
}

.section-maestro .h2 {
	font-weight: 900;
	font-size: 50px;
	color: #333;
	position: relative;
	display: inline-block;
	z-index: 1;
	line-height: 1.1;
}

.section-maestro .h2 span {
	position: relative;
}

.section-maestro .h2 span::before {
	content: "";
	position: absolute;
	left: -19px;
	top: 47px;
	background-color: #ff8700;
	width: 165px;
	height: 7px;
	z-index: -1;
}

.section-tilda {
	position: relative;
	overflow: hidden;
}

.section-tilda.section-center .h2 {
	width: 100%;
	text-align: center;
}

.section-tilda.section-center .h2::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-tilda.section-center .h2 span::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-tilda .h2 {
	font-weight: 900;
	font-size: 50px;
	color: #333;
	position: relative;
	display: inline-block;
	z-index: 1;
	line-height: 1.1;
}

.section-tilda .h2 span {
	position: relative;
}

.section-tilda .h2 span::before {
	display: none;
}

.section-tilda .h2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	background: -webkit-gradient(linear,left bottom,left top,from(#ff5400),to(#f6b300));
	background: -webkit-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: -o-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: linear-gradient(0deg,#ff5400 0,#f6b300 100%);
	width: 165px;
	height: 7px;
	z-index: -1;
}

/*  */

.section-code {
	position: relative;
	overflow: hidden;
}

.section-code.section-center .h2 {
	width: 100%;
	text-align: center;
}

.section-code.section-center .h2::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-code.section-center .h2 span::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-code .h2 {
	font-weight: 900;
	font-size: 50px;
	color: #333;
	position: relative;
	display: inline-block;
	z-index: 1;
	line-height: 1.1;
}

.section-code .h2 span {
	position: relative;
}

.maestro-sect-2.section-code .h2::before,
.maestro-sect-11.section-code .h2::before,
.maestro-sect-12.section-code .h2::before,
.maestro-sect-15.section-code .h2::before {
	left: 50%;
	transform: translateX(-50%);
}

.section-code .h2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	background: -webkit-gradient(linear,left bottom,left top,from(#2d248a),to(#614ad3));
	background: -webkit-linear-gradient(bottom,#2d248a 0,#614ad3 100%);
	background: -o-linear-gradient(bottom,#2d248a 0,#614ad3 100%);
	background: linear-gradient(0deg,#2d248a 0,#614ad3 100%);
	width: 165px;
	height: 7px;
	z-index: -1;
}

/*  */

.section-video {
	position: relative;
	overflow: hidden;
}

.section-video.section-center .h2 {
	width: 100%;
	text-align: center;
}

.section-video.section-center .h2::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-video.section-center .h2 span::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-video .h2 {
	font-weight: 900;
	font-size: 50px;
	color: #333;
	position: relative;
	display: inline-block;
	z-index: 1;
	line-height: 1.1;
}

.section-video .h2 span {
	position: relative;
}

.section-video .h2 span::before {
	display: none;
}

.section-video .h2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	background: -webkit-gradient(linear,left bottom,left top,from(#00a739),to(#00d561));
	background: -webkit-linear-gradient(bottom,#00a739 0,#00d561 100%);
	background: -o-linear-gradient(bottom,#00a739 0,#00d561 100%);
	background: linear-gradient(0deg,#00a739 0,#00d561 100%);
	width: 165px;
	height: 7px;
	z-index: -1;
}

.video-sect-5 .h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}

.video-sect-5.ds-sect-6 {
	padding-bottom: 170px;
	margin-top: 100px;
	overflow: visible;
}

.video-sect-5 .h2::before {
	left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.video-sect-5 .decor-1 {
	position: absolute;
	top: 40%;
	left: 0;
}

.video-sect-5 .decor-2 {
	opacity: 0.2;
	position: absolute;
	top: 20%;
	right: 0;
}

.video-sect-5 .decor-3 {
	position: absolute;
	bottom: -70px;
	left: 20px;
	z-index: 999;
}

.work-blocks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.work-blocks_item {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #f5f5f5;
	border-radius: 5px;
	position: relative;
}

.work-blocks_item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
	z-index: 999;
	border-radius: 5px;
}

.work-blocks_item:hover::before, .work-blocks_item:hover img.click {
	display: none;
}

.work-blocks_item img.click {
	position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.work-blocks_item:nth-of-type(3n) {
	margin-right: 0;
}

.work-blocks_item img {
	width: 100%;
	height: 100%;
}

/*  */

.maestro-sect-1 .img-decoration-2 {
	position: absolute;
	left: -175px;
	top: 60px;
	pointer-events: none;
}

.maestro-sect-1 .img-decoration-1 span {
	position: absolute;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}

.maestro-sect-1 .img-decoration-1 span:nth-child(1) {
	width: 25px;
	height: 25px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background: -webkit-gradient(linear,left top,right top,from(#7eeed8),to(#56cdf3));
	background: -webkit-linear-gradient(left,#7eeed8 0,#56cdf3 100%);
	background: -o-linear-gradient(left,#7eeed8 0,#56cdf3 100%);
	background: linear-gradient(to right,#7eeed8 0,#56cdf3 100%);
	right: 6%;
	top: 41%;
}

.maestro-sect-1 .img-decoration-1 span:nth-child(2) {
	width: 37px;
	height: 37px;
	background: -webkit-gradient(linear,left top,right top,from(#f4c28d),to(#fee088));
	background: -webkit-linear-gradient(left,#f4c28d 0,#fee088 100%);
	background: -o-linear-gradient(left,#f4c28d 0,#fee088 100%);
	background: linear-gradient(to right,#f4c28d 0,#fee088 100%);
	left: 26%;
	top: 10%;
}

.maestro-sect-1 .dlya-kogo-wrap {
	margin-top: 45px;
}

.maestro-sect-1 .dlya-kogo-wrap .col-study:nth-child(3n+2) {
	margin-top: 44px;
}

.maestro-sect-1 .dlya-kogo-item {
	margin-top: 0;
	width: 75%;
}

.maestro-sect-1 .dlya-kogo-item .h3 {
	font-size: 18px;
	font-weight: 700;
}

.maestro-sect-2 {
	padding-top: 85px;
	padding-bottom: 130px;
}

.maestro-sect-2 .img-decoration-1 {
	position: absolute;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 140px;
	height: 140px;
	border-radius: 10em;
	background: -webkit-gradient(linear,left top,right top,from(#fa95ea),to(#fe71ac));
	background: -webkit-linear-gradient(left,#fa95ea 0,#fe71ac 100%);
	background: -o-linear-gradient(left,#fa95ea 0,#fe71ac 100%);
	background: linear-gradient(to right,#fa95ea 0,#fe71ac 100%);
	right: -80px;
	top: 0;
}

.maestro-sect-2 .img-decoration-2 span {
	position: absolute;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}

.maestro-sect-2 .img-decoration-2 span:nth-child(1) {
	width: 140px;
	height: 140px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background: -webkit-gradient(linear,left top,right top,from(#fa95ea),to(#fe71ac));
	background: -webkit-linear-gradient(left,#fa95ea 0,#fe71ac 100%);
	background: -o-linear-gradient(left,#fa95ea 0,#fe71ac 100%);
	background: linear-gradient(to right,#fa95ea 0,#fe71ac 100%);
	left: 4%;
	bottom: 40%;
}

.maestro-sect-2 .img-decoration-2 span:nth-child(2) {
	width: 37px;
	height: 37px;
	background: -webkit-gradient(linear,left top,right top,from(#f4c28d),to(#fee088));
	background: -webkit-linear-gradient(left,#f4c28d 0,#fee088 100%);
	background: -o-linear-gradient(left,#f4c28d 0,#fee088 100%);
	background: linear-gradient(to right,#f4c28d 0,#fee088 100%);
	left: 11%;
	bottom: 38%;
}

.maestro-sect-2 .h2 {
	text-align: center;
	width: 100%;
}

.maestro-sect-2 .btn {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-left: 32px;
	padding-right: 32px;
	top: -40px;
}

.way-item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -20px;
}

.way-item .wrap-text {
	position: relative;
	padding-left: 50px;
	width: 482px;
}

.way-item .wrap-text span {
	position: absolute;
	left: 0;
	font-size: 18px;
	color: #8046fe;
	font-weight: 300;
	width: 33px;
	height: 33px;
	background-color: #fff;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	-webkit-box-shadow: 3px 4px 27px 2px rgba(0,0,0,.08);
	box-shadow: 3px 4px 27px 2px rgba(0,0,0,.08);
	text-align: center;
	line-height: 1;
	padding-top: 8px;
}

.way-item .wrap-text .h3 {
	font-size: 24px;
	font-weight: 500;
	color: #333;
}

.way-item .wrap-text p {
	font-size: 14px;
	font-weight: 300;
	color: #727272;
	padding-right: 75px;
}

.way-item .wrap-img {
	display: inline-block;
}

.way-item:first-child {
	margin-top: -60px;
}

.way-item:nth-child(odd) .wrap-text {
	margin-left: auto;
	margin-right: -40px;
}

.way-item:nth-child(even) {
	margin-top: -80px;
}

.way-item:nth-child(even) .wrap-text {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-right: auto;
}

.way-item:nth-child(even) .wrap-img {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.way-item:nth-child(even) .wrap-img img {
	margin-left: auto;
}

.maestro-sect-3 {
	background-color: #4735f2;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../img/course-maestro/about-bg.jpg);
	color: #fff;
	padding: 160px 0;
	overflow: visible;
}

.maestro-sect-3 .img-decoration-4 {
	display: none;
}

.maestro-sect-3 .img-decoration-2 {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
}

.maestro-sect-3 .img-decoration-3 {
	position: absolute;
	pointer-events: none;
	bottom: 0;
	right: 0;
}

.maestro-sect-3 .row {
	margin-top: 34px;
}

.maestro-sect-3 .row .wrap-img {
	float: right;
}

.maestro-sect-3 .row:nth-of-type(2n) .wrap-img {
	float: left;
}

.maestro-sect-3 .row:nth-of-type(2n) .wrap-about-text {
	padding-right: 60px;
	padding-left: 0;
}

.maestro-sect-3 .wrap-about-text {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 60px;
}

.maestro-sect-3 .wrap-about-text span {
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 5px;
	display: block;
}

.maestro-sect-3 .wrap-about-text p {
	font-size: 14px;
	font-weight: 300;
}

.maestro-sect-3 .img-decoration-1 {
	position: absolute;
	bottom: -14px;
	left: 90px;
	pointer-events: none;
}

.maestro-sect-3 .h2 {
	color: #fff;
	text-align: center;
	width: 100%;
}

.maestro-sect-4 .img-decoration-1 span {
	position: absolute;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}

.maestro-sect-4 .img-decoration-1 span:nth-child(1) {
	background: -webkit-gradient(linear,left top,right top,from(#7eeed8),to(#53cbf4));
	background: -webkit-linear-gradient(left,#7eeed8 0,#53cbf4 100%);
	background: -o-linear-gradient(left,#7eeed8 0,#53cbf4 100%);
	background: linear-gradient(to right,#7eeed8 0,#53cbf4 100%);
	width: 113px;
	height: 113px;
	right: 5%;
	top: 17%;
}

.maestro-sect-4 .img-decoration-1 span:nth-child(2) {
	background: -webkit-gradient(linear,left top,right top,from(#fa95ea),to(#fe71ac));
	background: -webkit-linear-gradient(left,#fa95ea 0,#fe71ac 100%);
	background: -o-linear-gradient(left,#fa95ea 0,#fe71ac 100%);
	background: linear-gradient(to right,#fa95ea 0,#fe71ac 100%);
	width: 30px;
	height: 30px;
	right: 10%;
	top: 35%;
}

.maestro-sect-4 .ds-study-item {
	background: -webkit-gradient(linear,left top,left bottom,from(#7f54ff),to(#3f2bff));
	background: -webkit-linear-gradient(top,#7f54ff 0,#3f2bff 100%);
	background: -o-linear-gradient(top,#7f54ff 0,#3f2bff 100%);
	background: linear-gradient(to bottom,#7f54ff 0,#3f2bff 100%);
}

.maestro-sect-5 {
	overflow: visible;
	margin-top: 0;
	padding-top: 60px;
}

.maestro-sect-5 .img-decoration-6 {
	display: none;
}

.maestro-sect-5 .img-decoration {
	pointer-events: none;
}

.maestro-sect-5 .img-decoration span {
	position: absolute;
}

.maestro-sect-5 .img-decoration-1 span:nth-child(1) {
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 100px;
	height: 100px;
	border-radius: 10em;
	background: -webkit-gradient(linear,left top,right top,from(#fa95ea),to(#fe71ac));
	background: -webkit-linear-gradient(left,#fa95ea 0,#fe71ac 100%);
	background: -o-linear-gradient(left,#fa95ea 0,#fe71ac 100%);
	background: linear-gradient(to right,#fa95ea 0,#fe71ac 100%);
	left: -50px;
	top: -60px;
}

.maestro-sect-5 .img-decoration-1 span:nth-child(2) {
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 37px;
	height: 37px;
	background: -webkit-gradient(linear,left top,right top,from(#f4c28d),to(#fee088));
	background: -webkit-linear-gradient(left,#f4c28d 0,#fee088 100%);
	background: -o-linear-gradient(left,#f4c28d 0,#fee088 100%);
	background: linear-gradient(to right,#f4c28d 0,#fee088 100%);
	right: 11%;
	top: 10.5%;
}

.maestro-sect-5 .img-decoration-2 {
	left: -90px;
	top: 21%;
	position: absolute;
}

.maestro-sect-5 .img-decoration-3 span:nth-child(1) {
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 100px;
	height: 100px;
	border-radius: 10em;
	background: -webkit-gradient(linear,left top,right top,from(#fa95ea),to(#fe71ac));
	background: -webkit-linear-gradient(left,#fa95ea 0,#fe71ac 100%);
	background: -o-linear-gradient(left,#fa95ea 0,#fe71ac 100%);
	background: linear-gradient(to right,#fa95ea 0,#fe71ac 100%);
	right: 11.5%;
	top: 31%;
}

.maestro-sect-5 .img-decoration-3 span:nth-child(2) {
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 45px;
	height: 45px;
	background: -webkit-gradient(linear,left top,right top,from(#7eeed8),to(#55ccf3));
	background: -webkit-linear-gradient(left,#7eeed8 0,#55ccf3 100%);
	background: -o-linear-gradient(left,#7eeed8 0,#55ccf3 100%);
	background: linear-gradient(to right,#7eeed8 0,#55ccf3 100%);
	right: 8%;
	top: 36%;
}

.maestro-sect-5 .img-decoration-4 span:nth-child(1) {
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 100px;
	height: 100px;
	border-radius: 10em;
	background: -webkit-gradient(linear,left top,right top,from(#f4c18d),to(#ffe288));
	background: -webkit-linear-gradient(left,#f4c18d 0,#ffe288 100%);
	background: -o-linear-gradient(left,#f4c18d 0,#ffe288 100%);
	background: linear-gradient(to right,#f4c18d 0,#ffe288 100%);
	right: 1%;
	bottom: 29%;
}

.maestro-sect-5 .img-decoration-4 span:nth-child(2) {
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 45px;
	height: 45px;
	background: -webkit-gradient(linear,left top,right top,from(#7eeed8),to(#55ccf3));
	background: -webkit-linear-gradient(left,#7eeed8 0,#55ccf3 100%);
	background: -o-linear-gradient(left,#7eeed8 0,#55ccf3 100%);
	background: linear-gradient(to right,#7eeed8 0,#55ccf3 100%);
	right: 8%;
	bottom: 25%;
}

.maestro-course-item {
	overflow: hidden;
	-webkit-box-shadow: 3px 4px 27px 2px rgba(0,0,0,.08);
	box-shadow: 3px 4px 27px 2px rgba(0,0,0,.08);
	margin-bottom: 30px;
}

.maestro-course-item li,.maestro-course-item ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.maestro-course-item .wrap-left {
	width: 36%;
	float: left;
	background: -webkit-gradient(linear,left top,left bottom,from(#7f54ff),to(#3f2bff));
	background: -webkit-linear-gradient(top,#7f54ff 0,#3f2bff 100%);
	background: -o-linear-gradient(top,#7f54ff 0,#3f2bff 100%);
	background: linear-gradient(to bottom,#7f54ff 0,#3f2bff 100%);
	color: #fff;
	padding: 25px;
}

.maestro-course-item .wrap-left>span {
	display: block;
	margin-bottom: 12px;
}

.maestro-course-item .wrap-left .h3 {
	font-size: 18px;
	font-weight: 700;
}

.maestro-course-item .wrap-left ul {
	border: 1px solid rgba(255,255,255,.2);
	padding: 15px;
	padding-right: 38px;
}

.maestro-course-item .wrap-left ul li {
	line-height: 1.3;
	margin-top: 8px;
	font-weight: 300;
	font-size: 14px;
}

.maestro-course-item .wrap-left ul li:first-child {
	margin-top: 0;
}

.maestro-course-item .wrap-left ul li span {
	font-size: 24px;
	font-weight: 700;
	display: block;
	line-height: 24px;
	margin-bottom: -4px;
}

.maestro-course-item .wrap-right {
	float: right;
	width: 64%;
	padding: 25px;
	background-color: #fff;
}

.maestro-course-item .wrap-right>span {
	color: #8046fe;
	margin-bottom: 10px;
	display: block;
}

.maestro-course-item .wrap-right .h4 {
	font-weight: 500;
	font-size: 16px;
	color: #333;
}

.maestro-course-item .wrap-right ul {
	margin-top: 12px;
}

.maestro-course-item .wrap-right ul li {
	position: relative;
	font-size: 14px;
	font-weight: 300;
	color: #727272;
	padding-left: 32px;
	line-height: 1.3;
	margin-top: 8px;
}

.maestro-course-item .wrap-right ul li:first-child {
	margin-top: 0;
}

.maestro-course-item .wrap-right ul li::before {
	content: "";
	position: absolute;
	left: 0;
	width: 10px;
	top: 6px;
	height: 2px;
	background-color: #8046fe;
}

.maestro-course-item .wrap-right p {
	font-size: 14px;
	font-weight: 300;
	color: #727272;
	margin-bottom: 0;
	margin-top: 25px;
}

.maestro-sect-6 {
	color: #fff;
	background-color: #4735f2;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: visible;
	margin-top: 140px;
	padding: 160px 0;
	background-image: url(../img/course-maestro/works-bg.jpg);
}

.maestro-sect-6 .col-study:nth-child(n+10) {
	display: none;
}

.maestro-sect-6 .ds-portfolio-item>a img {
	height: 415px;
}

.maestro-sect-6 .load-more {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: none;
	cursor: pointer;
}

.maestro-sect-6 .h2 {
	color: #fff;
	text-align: center;
	width: 100%;
	margin-bottom: 46px;
}

.maestro-sect-6 .img-decoration-1 {
	position: absolute;
	right: 75px;
	top: -210px;
	pointer-events: none;
}

.maestro-sect-6 .img-decoration-2 {
	top: 0;
	left: 0;
	position: absolute;
	opacity: .35;
}

.maestro-sect-6 .img-decoration-3 {
	right: 0;
	bottom: 0;
	position: absolute;
	opacity: .3;
}

.maestro-sect-7 .dlya-kogo-wrap {
	margin-top: 45px;
}

.maestro-sect-7 .dlya-kogo-wrap .col-study:nth-child(3n+2) {
	margin-top: 44px;
}

.maestro-sect-7 .dlya-kogo-item {
	width: 74%;
	margin-top: 0;
}

.maestro-sect-7 .dlya-kogo-item .h3 {
	font-size: 18px;
	font-weight: 700;
}

.maestro-sect-7 .h2 {
	width: 60%;
}

.maestro-sect-7 .img-decoration-1 span {
	position: absolute;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}

.maestro-sect-7 .img-decoration-1 span:nth-child(1) {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background: -webkit-gradient(linear,left top,right top,from(#fa95ea),to(#fe71ad));
	background: -webkit-linear-gradient(left,#fa95ea 0,#fe71ad 100%);
	background: -o-linear-gradient(left,#fa95ea 0,#fe71ad 100%);
	background: linear-gradient(to right,#fa95ea 0,#fe71ad 100%);
	left: 7%;
	top: 15%;
}

.maestro-sect-7 .img-decoration-1 span:nth-child(2) {
	width: 37px;
	height: 37px;
	background: -webkit-gradient(linear,left top,right top,from(#7eeed8),to(#56cdf3));
	background: -webkit-linear-gradient(left,#7eeed8 0,#56cdf3 100%);
	background: -o-linear-gradient(left,#7eeed8 0,#56cdf3 100%);
	background: linear-gradient(to right,#7eeed8 0,#56cdf3 100%);
	left: 15%;
	top: 5%;
}

.maestro-sect-7 .img-decoration-2 span {
	position: absolute;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}

.maestro-sect-7 .img-decoration-2 span:nth-child(1) {
	width: 15px;
	height: 15px;
	background: -webkit-gradient(linear,left top,right top,from(#fa95ea),to(#fe71ad));
	background: -webkit-linear-gradient(left,#fa95ea 0,#fe71ad 100%);
	background: -o-linear-gradient(left,#fa95ea 0,#fe71ad 100%);
	background: linear-gradient(to right,#fa95ea 0,#fe71ad 100%);
	left: 21%;
	top: 32%;
}

.maestro-sect-7 .img-decoration-2 span:nth-child(2) {
	width: 45px;
	height: 45px;
	background: -webkit-gradient(linear,left top,right top,from(#7eeed8),to(#56cdf3));
	background: -webkit-linear-gradient(left,#7eeed8 0,#56cdf3 100%);
	background: -o-linear-gradient(left,#7eeed8 0,#56cdf3 100%);
	background: linear-gradient(to right,#7eeed8 0,#56cdf3 100%);
	right: 9%;
	bottom: 18%;
}

.maestro-sect-8 {
	overflow: visible;
	padding: 90px 0 160px;
}

.maestro-sect-8 .h2 {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.maestro-sect-8 .img-decoration-1 {
	position: absolute;
	pointer-events: none;
	left: -120px;
	bottom: 15px;
}

.maestro-sect-8 .img-decoration-2 span {
	position: absolute;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}

.maestro-sect-8 .img-decoration-2 span:nth-child(1) {
	width: 100px;
	height: 100px;
	background: -webkit-gradient(linear,left top,right top,from(#f4c18d),to(#ffe288));
	background: -webkit-linear-gradient(left,#f4c18d 0,#ffe288 100%);
	background: -o-linear-gradient(left,#f4c18d 0,#ffe288 100%);
	background: linear-gradient(to right,#f4c18d 0,#ffe288 100%);
	right: -65px;
	top: 25%;
}

.teacher-item {
	background-color: #fff;
	-webkit-box-shadow: 3px 4px 27px 2px rgba(0,0,0,.08);
	box-shadow: 3px 4px 27px 2px rgba(0,0,0,.08);
	padding: 50px;
	color: #333;
	position: relative;
	margin-top: 30px;
	z-index: 1;
	overflow: hidden;
}

.teacher-item::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../img/course-maestro/teachers-bg.png);
	width: 234px;
	height: 255px;
	z-index: -1;
}

.teacher-item .h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 18px;
	font-size: 24px;
}

.teacher-item li,.teacher-item ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.teacher-item ul {
	padding-right: 58%;
}

.teacher-item li {
	line-height: 1.4;
	margin-top: 10px;
}

.teacher-item li:first-child {
	margin-top: 0;
}

.teacher-item img {
	position: absolute;
	right: -25px;
	bottom: -20px;
}

.maestro-sect-9 {
	background-image: url(../img/course-maestro/how-learn-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding: 160px 0;
	color: #fff;
}

.maestro-sect-9 .h2 {
	color: #fff;
	white-space: nowrap;
}

.maestro-sect-9 .btn-2 {
	display: none;
	margin-top: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.maestro-sect-9 .wrap-img {
	margin-left: -60px;
}

.maestro-sect-9 .wrap-composition .btn-accent {
	margin-top: 45px;
}

.maestro-sect-9 .wrap-composition li,.maestro-sect-9 .wrap-composition ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.maestro-sect-9 .wrap-composition li {
	margin-top: 48px;
	display: inline-block;
	vertical-align: top;
	width: 215px;
	margin-right: 119px;
	position: relative;
}

.maestro-sect-9 .wrap-composition li::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 20px;
	background-image: url(../img/course-maestro/how-learn-item.png);
	width: 46px;
	height: 5px;
}

.maestro-sect-9 .wrap-composition li:nth-child(2n) {
	margin-right: 0;
}

.maestro-sect-9 .wrap-composition li:nth-child(2n)::after {
	display: none;
}

.maestro-sect-9 .wrap-composition li span {
	width: 33px;
	height: 33px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background-color: #fff;
	color: #8046fe;
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
	padding-top: 10px;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.maestro-sect-9 .wrap-composition li .h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 18px;
}

.maestro-sect-9 .wrap-composition li p {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}

.maestro-sect-10 {
	padding-top: 160px;
	padding-bottom: 80px;
}

.maestro-sect-10 .h2 {
	text-align: center;
	width: 100%;
}

.maestro-sect-10 .img-decoration-1 span {
	position: absolute;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}

.maestro-sect-10 .img-decoration-1 span:nth-child(1) {
	width: 62px;
	height: 62px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background: -webkit-gradient(linear,left top,right top,from(#7eeed8),to(#56cdf3));
	background: -webkit-linear-gradient(left,#7eeed8 0,#56cdf3 100%);
	background: -o-linear-gradient(left,#7eeed8 0,#56cdf3 100%);
	background: linear-gradient(to right,#7eeed8 0,#56cdf3 100%);
	left: 7%;
	bottom: 28%;
}

.maestro-sect-10 .img-decoration-1 span:nth-child(2) {
	width: 30px;
	height: 30px;
	background: -webkit-gradient(linear,left top,right top,from(#f4c28d),to(#fee088));
	background: -webkit-linear-gradient(left,#f4c28d 0,#fee088 100%);
	background: -o-linear-gradient(left,#f4c28d 0,#fee088 100%);
	background: linear-gradient(to right,#f4c28d 0,#fee088 100%);
	right: 4%;
	bottom: 13%;
}

.present-item {
	padding: 30px;
	padding-bottom: 38px;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.15);
	box-shadow: 0 5px 20px rgba(0,0,0,.15);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	color: #fff;
	margin-top: 40px;
}

.present-item-1 {
	background-image: url(../img/course-maestro/present-item-1.jpg);
}

.present-item-1 img {
	top: -20px;
	right: 10px;
}

.present-item-2 {
	background-image: url(../img/course-maestro/present-item-2.jpg);
}

.present-item-2 img {
	top: -40px;
	right: -45px;
}

.present-item img {
	position: absolute;
}

.present-item .h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	line-height: 1.2;
	margin-bottom: 5px;
}

.present-item p {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}

.maestro-sect-11 {
	padding: 80px 0;
}

.maestro-sect-11 .maestro-partners-wrap {
	margin-top: 35px;
}

.maestro-sect-11 .h2 {
	text-align: center;
	width: 100%;
}

.maestro-partners-wrap {
	overflow: visible;
}

.maestro-partners-item {
	width: 20%;
	float: left;
	border: 1px solid #eee;
	text-align: center;
	height: 120px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.maestro-partners-item:focus,.maestro-partners-item:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.15);
	box-shadow: 0 5px 20px rgba(0,0,0,.15);
	z-index: 1;
}

.maestro-partners-item:focus img,.maestro-partners-item:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.maestro-partners-item img {
	max-width: 100%;
	display: block;
	height: auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .4;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.maestro-sect-12 {
	padding-top: 80px;
	padding-bottom: 160px;
}

.maestro-sect-12 .h2 {
	text-align: center;
	width: 100%;
}

.wrap-resume-course {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.15);
	box-shadow: 0 5px 20px rgba(0,0,0,.15);
	padding: 40px;
	padding-top: 65px;
	padding-bottom: 85px;
	background-color: #fff;
}

.wrap-resume-course .wrap-bottom {
	padding-top: 20px;
}

.wrap-resume-course .wrap-bottom .title {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	margin-bottom: 14px;
}

.wrap-resume-course .wrap-bottom li,.wrap-resume-course .wrap-bottom ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.wrap-resume-course .wrap-bottom ul {
	width: 255px;
	display: inline-block;
	margin-right: 70px;
	vertical-align: top;
}

.wrap-resume-course .wrap-bottom ul:nth-of-type(2n) {
	margin-right: 0;
}

.wrap-resume-course .wrap-bottom li {
	margin-bottom: 15px;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	color: #727272;
	padding-left: 20px;
	line-height: 1.4;
	vertical-align: top;
}

.wrap-resume-course .wrap-bottom li:nth-child(2n) {
	margin-right: 0;
}

.wrap-resume-course .wrap-bottom li:last-child {
	margin-bottom: 0;
}

.wrap-resume-course .wrap-bottom li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	height: 2px;
	width: 10px;
	background-color: #8046fe;
}

.wrap-resume-course .wrap-top {
	position: relative;
	min-height: 82px;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}

.wrap-resume-course .wrap-top .salary {
	display: inline-block;
	position: relative;
	padding: 3px 0;
	padding-left: 12px;
}

.wrap-resume-course .wrap-top .salary::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #8046fe;
}

.wrap-resume-course .wrap-top .salary p {
	margin: 0;
	color: #333;
}

.wrap-resume-course .wrap-top .salary p:first-child {
	font-weight: 500;
}

.wrap-resume-course .wrap-top .salary p b,.wrap-resume-course .wrap-top .salary p span,.wrap-resume-course .wrap-top .salary p strong {
	color: #8046fe;
	font-weight: 900;
}

.section-code .wrap-resume-course .wrap-top .salary p b,
.section-code .wrap-resume-course .wrap-top .salary p span,
.section-code .wrap-resume-course .wrap-top .salary p strong {
	color: #e42c64;
}

.section-code .wrap-resume-course .wrap-top .salary::before,
.section-code .wrap-resume-course .wrap-bottom li::before {
	background-color: #e42c64;
}

.wrap-resume-course .wrap-top .person {
	position: relative;
	padding-left: 102px;
	line-height: 1.4;
	width: 255px;
	margin-right: 75px;
	display: inline-block;
}

.wrap-resume-course .wrap-top .person img {
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 82px;
	height: 82px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrap-resume-course .wrap-top .person .h4 {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	margin: 0;
}

.wrap-resume-course .wrap-top .person span {
	font-size: 14px;
	font-weight: 300;
	color: #727272;
}

.wrap-diploma-course .title {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	margin-bottom: 12px;
}

.wrap-diploma-course p {
	font-size: 14px;
	font-weight: 300;
	color: #727272;
	line-height: 1.4;
	margin: 0;
	width: 85%;
}

.wrap-diploma-course img {
	margin-top: 30px;
	border: 5px solid #000;
	-webkit-box-shadow: -1px -4px 4px rgba(0,0,0,.4);
	box-shadow: -1px -4px 4px rgba(0,0,0,.4);
	max-width: 100%;
	height: auto;
}

.maestro-sect-12 .img-decoration-1 {
	position: absolute;
	right: 10%;
	bottom: 12%;
}

.maestro-sect-12 .h2 {
	margin-bottom: 44px;
}

.maestro-sect-12 .wrap-diploma-course {
	padding-top: 68px;
	padding-left: 35px;
}

.maestro-sect-13 {
	background-image: url(../img/course-maestro/order-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	overflow: visible;
	padding-top: 160px;
	padding-bottom: 92px;
}

.maestro-sect-13 .img-decoration-2 {
	display: none;
}

.maestro-sect-13 .img-decoration-1 {
	position: absolute;
	pointer-events: none;
	left: 26px;
	top: -265px;
}

.maestro-sect-13 .wrap-content-left {
	position: relative;
	padding-top: 8px;
	padding-left: 188px;
}

.maestro-sect-13 .wrap-content-left .h3 {
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 14px;
}

.maestro-sect-13 .wrap-content-left li,.maestro-sect-13 .wrap-content-left ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.maestro-sect-13 .wrap-content-left li {
	margin-top: 10px;
	line-height: 1.3;
}

.maestro-sect-13 .wrap-content-left li br {
	display: none;
}

.maestro-sect-13 .wrap-content-left li span:nth-of-type(1) {
	font-weight: 500;
}

.maestro-sect-13 .wrap-content-left li span:nth-of-type(2) {
	font-size: 24px;
	font-weight: 700;
}

.maestro-sect-13 .wrap-content-left .price {
	margin-top: 50px;
	line-height: 1;
}

.maestro-sect-13 .wrap-content-left .price span {
	display: inline-block;
	margin-bottom: 20px;
}

.maestro-sect-13 .wrap-content-left .price span:last-child {
	margin-bottom: 0;
}

.maestro-sect-13 .wrap-content-left .price span.text {
	font-weight: 500;
	font-size: 16px;
}

.maestro-sect-13 .wrap-content-left .price span.price-old {
	font-size: 30px;
	font-weight: 500;
	position: relative;
}

.maestro-sect-13 .wrap-content-left .price span.price-old::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	top: 50%;
	border-bottom: 1px solid #939393;
}

.maestro-sect-13 .wrap-content-left .price span.price-new {
	font-size: 80px;
	font-weight: 900;
	position: relative;
	z-index: 1;
}

.maestro-sect-13 .wrap-content-left .price span.price-new::after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: -16px;
	background-color: #ff8700;
	width: 100%;
	height: 10px;
	z-index: -1;
}

.maestro-sect-13 .wrap-content-right {
	max-width: 410px;
	margin-left: 98px;
}

.maestro-sect-13 .wrap-content-right>p {
	margin-top: 26px;
	margin-bottom: 10px;
}

.maestro-sect-13 .wrap-content-right .h2 {
	color: #272732;
	margin-bottom: 0;
	color: #fff;
}

.maestro-sect-13 .wrap-content-right form {
	display: block;
	position: relative;
}

.maestro-sect-13 .wrap-content-right form .polity-confidence {
	position: relative;
	display: inline-block;
	top: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0;
	opacity: .5;
}

.maestro-sect-13 .wrap-content-right form .polity-confidence br {
	display: block;
}

.maestro-sect-13 .wrap-content-right form .polity-confidence a {
	color: #fff;
}

.maestro-sect-13 .wrap-content-right form br {
	display: none;
}

.maestro-sect-13 .wrap-content-right form input {
	width: 100%;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.08);
	box-shadow: 0 2px 10px rgba(0,0,0,.08);
	font-weight: 500;
	font-size: 14px;
	color: #272732;
	height: 50px;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 24px;
	margin-top: 22px;
	display: block;
}

.maestro-sect-13 .wrap-content-right form input::-webkit-input-placeholder {
	color: #aaaaac;
}

.maestro-sect-13 .wrap-content-right form input:-ms-input-placeholder {
	color: #aaaaac;
}

.maestro-sect-13 .wrap-content-right form input::-ms-input-placeholder {
	color: #aaaaac;
}

.maestro-sect-13 .wrap-content-right form input::placeholder {
	color: #aaaaac;
}

.maestro-sect-13 .wrap-content-right form input[type=checkbox] {
	display: none;
}

.maestro-sect-13 .wrap-content-right form button[type=submit] {
	background-color: #ff8700;
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 12px 45px 9px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	border: none;
	color: #fff;
	margin-top: 22px;
	cursor: pointer;
}

.maestro-sect-13 .wrap-content-right form button[type=submit]:focus,.maestro-sect-13 .wrap-content-right form button[type=submit]:hover {
	color: #fff;
	background-color: #ff931a;
}

.maestro-sect-13 .wrap-content-right form button[type=submit]:active {
	background-color: #f58200;
}

.maestro-sect-13 .wrap-content-right form button[type=submit]::after {
	content: "";
	position: absolute;
	right: -36px;
	top: -28px;
	width: 89px;
	height: 99px;
	-webkit-background-size: contain;
	background-size: contain;
}

.order-bottom-content {
	background-color: #fff;
	color: #272732;
	-webkit-box-shadow: 3px 4px 27px 2px rgba(0,0,0,.08);
	box-shadow: 3px 4px 27px 2px rgba(0,0,0,.08);
	z-index: 2;
	position: relative;
	margin-top: -50px;
	padding: 50px;
}

.order-bottom-content>img {
	position: absolute;
	left: 24%;
	bottom: 0;
}

.order-bottom-content::before {
	content: "";
	position: absolute;
	left: 21.5%;
	bottom: 0;
	background-repeat: no-repeat;
	background-image: url(../img/course-maestro/order-nesmelov-bg.png);
	width: 213px;
	height: 173px;
	z-index: -1;
}

.order-bottom-content .wrap-1 {
	padding-right: 205px;
}

.order-bottom-content .wrap-1 img {
	display: none;
}

.order-bottom-content .wrap-1 .h3 {
	font-size: 24px;
	font-weight: 900;
	margin: 0;
	line-height: 1.2;
}

.order-bottom-content .wrap-1 .h3 b,.order-bottom-content .wrap-1 .h3 span,.order-bottom-content .wrap-1 .h3 strong {
	color: #6746fe;
	font-weight: 900;
}

.order-bottom-content .wrap-2 {
	margin-right: -50px;
	padding-left: 10px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.order-bottom-content .wrap-2 p {
	margin: 0;
	line-height: 1.4;
}

.order-bottom-content .wrap-3 {
	text-align: center;
	float: right;
}

.order-bottom-content .wrap-3 .price>div {
	display: inline-block;
}

.order-bottom-content .wrap-3 .price-new {
	font-weight: 900;
	font-size: 24px;
}

.order-bottom-content .wrap-3 .price-old {
	position: relative;
	margin-left: 16px;
	position: relative;
	top: -3px;
}

.order-bottom-content .wrap-3 .price-old::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #747578;
	top: 50%;
}

.maestro-sect-14 {
	padding-top: 160px;
}

.maestro-sect-14 .img-decoration span {
	position: absolute;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}

.maestro-sect-14 .img-decoration span:nth-child(1) {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background: -webkit-gradient(linear,left top,right top,from(#f4c28d),to(#fee188));
	background: -webkit-linear-gradient(left,#f4c28d 0,#fee188 100%);
	background: -o-linear-gradient(left,#f4c28d 0,#fee188 100%);
	background: linear-gradient(to right,#f4c28d 0,#fee188 100%);
	left: 8%;
	top: 7%;
}

.maestro-sect-14 .img-decoration span:nth-child(2) {
	width: 60px;
	height: 60px;
	background: -webkit-gradient(linear,left top,right top,from(#7eeed8),to(#56cdf3));
	background: -webkit-linear-gradient(left,#7eeed8 0,#56cdf3 100%);
	background: -o-linear-gradient(left,#7eeed8 0,#56cdf3 100%);
	background: linear-gradient(to right,#7eeed8 0,#56cdf3 100%);
	right: -25px;
	top: 7%;
}

.maestro-sect-14 .img-decoration span:nth-child(3) {
	width: 37px;
	height: 37px;
	background: -webkit-gradient(linear,left top,right top,from(#fa95ea),to(#fe71ad));
	background: -webkit-linear-gradient(left,#fa95ea 0,#fe71ad 100%);
	background: -o-linear-gradient(left,#fa95ea 0,#fe71ad 100%);
	background: linear-gradient(to right,#fa95ea 0,#fe71ad 100%);
	right: 10%;
	top: 37%;
}

.maestro-sect-14 .img-decoration span:nth-child(4) {
	width: 20px;
	height: 20px;
	background: -webkit-gradient(linear,left top,right top,from(#f4c28d),to(#fee188));
	background: -webkit-linear-gradient(left,#f4c28d 0,#fee188 100%);
	background: -o-linear-gradient(left,#f4c28d 0,#fee188 100%);
	background: linear-gradient(to right,#f4c28d 0,#fee188 100%);
	bottom: 25%;
	left: 14%;
}

.maestro-sect-14 .img-decoration span:nth-child(5) {
	width: 50px;
	height: 50px;
	background: -webkit-gradient(linear,left top,right top,from(#f4c28d),to(#fee188));
	background: -webkit-linear-gradient(left,#f4c28d 0,#fee188 100%);
	background: -o-linear-gradient(left,#f4c28d 0,#fee188 100%);
	background: linear-gradient(to right,#f4c28d 0,#fee188 100%);
	bottom: 2%;
	left: 24%;
}

.maestro-sect-14 .img-decoration span:nth-child(6) {
	width: 14px;
	height: 14px;
	background: -webkit-gradient(linear,left top,right top,from(#fa95ea),to(#fe71ad));
	background: -webkit-linear-gradient(left,#fa95ea 0,#fe71ad 100%);
	background: -o-linear-gradient(left,#fa95ea 0,#fe71ad 100%);
	background: linear-gradient(to right,#fa95ea 0,#fe71ad 100%);
	bottom: 0;
	left: 12%;
}

.maestro-sect-14 .h2 {
	text-align: center;
	width: 100%;
	margin-bottom: 34px;
}

.maestro-sect-14 .h2 br {
	display: none;
}

.maestro-sect-14 .students-items .student .photo {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.maestro-sect-14 .students-items .student:hover .name {
	color: #ff8700;
}

.maestro-sect-14 .wrap-buttons {
	text-align: center;
	margin-top: 18px;
}

.maestro-sect-14 .wrap-buttons .btn-inverse {
	background-color: #fff;
	border: 1px solid #272832;
	color: #272832!important;
	margin-right: 25px;
}

.maestro-sect-14 .wrap-buttons .btn {
	margin-top: 15px;
	width: 196px;
	padding-left: 0;
	padding-right: 0;
	cursor: pointer;
}

/*  */
/*  */
/*  */

.video-sect-13 {
	padding-top: 160px;
	padding-bottom: 170px;
}

.video-sect-13-mobile {
	display: none;
}

.video-sect-13 .decor-1 {
	position: absolute;
	top: 250px;
	left: 150px;
}

.video-sect-13 .decor-2 {
	position: absolute;
	opacity: 0.2;
	right: 0;
	top: 250px;
}

.video-sect-13 .decor-3 {
	position: absolute;
	opacity: 0.4;
	bottom: 0;
	left: 0;
}

.video-sect-13 .decor-4 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.video-sect-13 .img-decoration span {
	position: absolute;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}

.video-sect-13 .img-decoration span:nth-child(1) {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background: -webkit-gradient(linear,left top,right top,from(#f4c28d),to(#fee188));
	background: -webkit-linear-gradient(left,#f4c28d 0,#fee188 100%);
	background: -o-linear-gradient(left,#f4c28d 0,#fee188 100%);
	background: linear-gradient(to right,#f4c28d 0,#fee188 100%);
	left: 8%;
	top: 7%;
}

.video-sect-13 .img-decoration span:nth-child(2) {
	width: 60px;
	height: 60px;
	background: -webkit-gradient(linear,left top,right top,from(#7eeed8),to(#56cdf3));
	background: -webkit-linear-gradient(left,#7eeed8 0,#56cdf3 100%);
	background: -o-linear-gradient(left,#7eeed8 0,#56cdf3 100%);
	background: linear-gradient(to right,#7eeed8 0,#56cdf3 100%);
	right: -25px;
	top: 7%;
}

.video-sect-13 .img-decoration span:nth-child(3) {
	width: 37px;
	height: 37px;
	background: -webkit-gradient(linear,left top,right top,from(#fa95ea),to(#fe71ad));
	background: -webkit-linear-gradient(left,#fa95ea 0,#fe71ad 100%);
	background: -o-linear-gradient(left,#fa95ea 0,#fe71ad 100%);
	background: linear-gradient(to right,#fa95ea 0,#fe71ad 100%);
	right: 10%;
	top: 37%;
}

.video-sect-13 .img-decoration span:nth-child(4) {
	width: 20px;
	height: 20px;
	background: -webkit-gradient(linear,left top,right top,from(#f4c28d),to(#fee188));
	background: -webkit-linear-gradient(left,#f4c28d 0,#fee188 100%);
	background: -o-linear-gradient(left,#f4c28d 0,#fee188 100%);
	background: linear-gradient(to right,#f4c28d 0,#fee188 100%);
	bottom: 25%;
	left: 14%;
}

.video-sect-13 .img-decoration span:nth-child(5) {
	width: 50px;
	height: 50px;
	background: -webkit-gradient(linear,left top,right top,from(#f4c28d),to(#fee188));
	background: -webkit-linear-gradient(left,#f4c28d 0,#fee188 100%);
	background: -o-linear-gradient(left,#f4c28d 0,#fee188 100%);
	background: linear-gradient(to right,#f4c28d 0,#fee188 100%);
	bottom: 2%;
	left: 24%;
}

.video-sect-13 .img-decoration span:nth-child(6) {
	width: 14px;
	height: 14px;
	background: -webkit-gradient(linear,left top,right top,from(#fa95ea),to(#fe71ad));
	background: -webkit-linear-gradient(left,#fa95ea 0,#fe71ad 100%);
	background: -o-linear-gradient(left,#fa95ea 0,#fe71ad 100%);
	background: linear-gradient(to right,#fa95ea 0,#fe71ad 100%);
	bottom: 0;
	left: 12%;
}

.video-sect-13 .h2 {
	text-align: center;
	width: 100%;
	margin-bottom: 34px;
}

.video-sect-13 .h2 br {
	display: none;
}

.video-sect-13 .h2::before {
	transform: translateX(-50%);
	left: 50%;
}

.video-sect-13 .students-items .student .photo {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.video-sect-13 .students-items .student:hover .name {
	color: #00cd5a;
}

.video-sect-13 .students-items .student:hover p {
	color: #000;
}

.video-sect-13 .wrap-buttons {
	text-align: center;
	margin-top: 18px;
}

.video-sect-13 .wrap-buttons .btn-inverse {
	background-color: #fff;
	border: 1px solid #272832;
	color: #272832!important;
	margin-right: 25px;
}

.video-sect-13 .wrap-buttons .btn {
	margin-top: 15px;
	width: 196px;
	padding-left: 0;
	padding-right: 0;
	cursor: pointer;
}

/*  */

.video-sect-14 {
	padding-top: 0;
	padding-bottom: 170px;
}

.video-sect-14 .h2::before {
	left: 50%;
	transform: translateX(-50%);
}

.video-sect-14 .wrap-course-faq .faq-item .question::after {
	background-color: #00d561;
}

.video-sect-14 .wrap-course-faq .faq-item .question i::after,
.video-sect-14 .wrap-course-faq .faq-item .question i::before {
	background-color: #5952c1;
}

.video-sect-14 .decor-1 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.video-sect-14 .decor-1 img {
	width: 100%;
}

.video-sect-14 .decor-2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.video-sect-14 .decor-2 img {
	width: 100%;
}

.video-sect-14 .decor-3,
.video-sect-14 .decor-4 {
	display: none;
}

.maestro-sect-15 {
	overflow: visible;
}

.maestro-sect-15.section-code {
	padding-bottom: 170px;
	padding-top: 90px;
}

.code-sect-11 {
	padding-top: 140px;
}

.maestro-sect-15 .img-decoration-2 {
	position: absolute;
	top: -225px;
	right: 0;
	pointer-events: none;
}

.maestro-sect-15 .img-decoration-1 span {
	position: absolute;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}

.maestro-sect-15 .img-decoration-1 span:nth-child(1) {
	width: 62px;
	height: 62px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background: -webkit-gradient(linear,left top,right top,from(#7eeed8),to(#56cdf3));
	background: -webkit-linear-gradient(left,#7eeed8 0,#56cdf3 100%);
	background: -o-linear-gradient(left,#7eeed8 0,#56cdf3 100%);
	background: linear-gradient(to right,#7eeed8 0,#56cdf3 100%);
	left: -36px;
	bottom: 18%;
}

.maestro-sect-15 .img-decoration-1 span:nth-child(2) {
	width: 40px;
	height: 40px;
	background: -webkit-gradient(linear,left top,right top,from(#fa95ea),to(#fe71ac));
	background: -webkit-linear-gradient(left,#fa95ea 0,#fe71ac 100%);
	background: -o-linear-gradient(left,#fa95ea 0,#fe71ac 100%);
	background: linear-gradient(to right,#fa95ea 0,#fe71ac 100%);
	right: 9%;
	top: 43%;
	z-index: 1;
}

.maestro-sect-15.section-code .decor-2 span {
	position: absolute;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	background: transparent;
	border: 10px solid #99dbe1;
	z-index: -1;
	top: 200px;
	right: 19%;
}

.maestro-sect-15.section-code .decor-3 {
	position: absolute;
	z-index: -1;
	bottom: 10px;
	left: 10px;
}

.maestro-sect-15.section-code .decor-4 {
	position: absolute;
	z-index: -1;
	bottom: 70px;
	right: 70px;
}


.maestro-sect-15 .wrap-course-faq .faq-item .question {
	overflow: hidden;
}

.maestro-sect-15 .wrap-course-faq .faq-item .question.active::after {
	height: 100%;
}

.maestro-sect-15 .wrap-course-faq .faq-item .question::after {
	width: 3px;
	background-color: #563aff;
}

.maestro-sect-15.section-code .wrap-course-faq .faq-item .question::after {
	background-color: #4c3bb5;
}

.maestro-sect-15 .wrap-course-faq .faq-item .question i::after,.maestro-sect-15 .wrap-course-faq .faq-item .question i::before {
	background-color: #ff8700;
}

.maestro-sect-15.section-code .wrap-course-faq .faq-item .question i::after,
.maestro-sect-15.section-code .wrap-course-faq .faq-item .question i::before {
	background-color: #e42c64;
}

.maestro-sect-15 .wrap-course-faq .faq-item .answer a {
	color: #971ae5;
}

.maestro-sect-16 {
	padding-top: 105px;
	padding-bottom: 85px;
}

.maestro-sect-16 .img-decoration {
	position: absolute;
	pointer-events: none;
	right: 12%;
	top: 14%;
}

.maestro-sect-16 .h2 {
	text-align: center;
	width: 100%;
}

.maestro-sect-16 .wrap-composition {
	margin-top: 60px;
}

.maestro-sect-16 .wrap-composition li,.maestro-sect-16 .wrap-composition ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.maestro-sect-16 .wrap-composition li {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin-right: 72px;
	color: #333;
	margin-top: 42px;
}

.maestro-sect-16 .wrap-composition li:nth-child(2n) {
	margin-right: 0;
}

.maestro-sect-16 .wrap-composition li .h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 19px;
	line-height: 1.2;
}

.maestro-sect-16 .wrap-composition li p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
}


/*  */



.video-sect-9 {
	background-color: #291152;
	padding: 80px 0 60px;
	color: #fff;
	overflow: visible;
}

.video-sect-9 .decor-1 {
	position: absolute;
	left: 0;
	top: -80px;
	opacity: 0.2;
}

.video-sect-9 .h2 {
	color: #fff;
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}

.video-sect-9 .h2::before {
	left: 50%;
	transform: translateX(-50%);
}

.video-sect-9 .wrap-img img {
	width: 100%;
}

.video-sect-9 p {
	font-size: 14px;
	line-height: 1.5;
}

/*  */






.video-sect-10 {
	padding-top: 100px;
	padding-bottom: 170px;
  background-color: #291152;
	color: #fff;
}

.video-sect-10 .decor-1 {
	position: absolute;
	left: 0;
	top: 120px;
}

.video-sect-10 .decor-2 {
	position: absolute;
	opacity: 0.2;
	right: 0;
	top: 110px;
}

.video-sect-10 .img-decoration {
	position: absolute;
	pointer-events: none;
	right: 12%;
	top: 14%;
}

.video-sect-10.section-video .h2::before {
	right: -15px;
  top: 25px;
	bottom: auto;
	left: auto;
}

.video-sect-10 .h2 {
	width: 100%;
	color: inherit;
}

.video-sect-10 .icon img {
	width: 100%;
}

.video-sect-10 .icon {
	display: flex;
	align-items: center;
}

.video-sect-10 .wrap-composition li,.video-sect-10 .wrap-composition ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.video-sect-10 .wrap-composition li {
	width: calc((100% - 50px) / 2);
	display: inline-block;
	vertical-align: top;
	margin-right: 45px;
	color: #fff;
	margin-top: 42px;
}

.video-sect-10 .wrap-composition li:nth-child(2n) {
	margin-right: 0;
}

.video-sect-10 .wrap-composition li .h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2;
}

.video-sect-10 .wrap-composition li p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
}

/*  */



.video-sect-11 {
	padding: 170px 0 175px;
}

.video-sect-11 .decor-1 {
	bottom: -2px;
	left: 48px;
	right: auto;
	top: auto;
	position: absolute;
}

.video-sect-11 .decor-2 {
	position: absolute;
	right: 40px;
	top: 60%;
}

.video-sect-11 .course-passing-item {
	text-align: center;
	padding: 45px 35px 40px;
	width: 362px;
	margin-right: 30px;
	margin-top: 40px;
}

.video-sect-11 .course-passing-item:nth-child(1) {
    margin-top: -148px;
}

.video-sect-11 .h4 {
	width: 100%;
	font-size: 18px;
	line-height: 1.222;
	font-weight: 700;
	margin-bottom: 15px;
}

.video-sect-11 .wrap-p {
	width: 100%;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 20px;
}

.video-sect-11 .wrap-p p {
	padding: 0;
	margin: 0;
}

.video-sect-11 .wrap-img {
	height: auto;
	min-height: 170px;
	margin-top: 40px;
}

.video-sect-11 .wrap-img img {
	position: relative;
	width: 100%;
	bottom: auto;
	right: auto;
}

/*  */

.video-sect-12 {
	background-color: #291152;
  background-image: url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/img/course-video/price-bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding-top: 130px;
  padding-bottom: 175px;
}

.video-sect-12 .h2 {
	color: inherit;
	text-align: center;
	width: 100%;
}

.video-sect-12 .h2::before {
	transform: translateX(-50%);
	left: 50%;
}

.video-sect-12 .prices {
	text-align: center;
	display: flex;
	flex-direction: row;
	margin-top: 180px;
	color: #000;
}

.video-sect-12 .logo-price {
	position: absolute;
	top: -135px;
	margin-left: 20px;
}

.video-sect-12 .prices .h2-name {
	font-size: 40px;
	line-height: 1;
	font-weight: 900;
	margin-bottom: 40px;
}

.video-sect-12 .prices .h2-price {
	font-size: 40px;
	line-height: 1;
	font-weight: 900;
	margin-bottom: 25px;
}

.video-sect-12 .prices .about {
	font-weight: 300;
	color: #333333;
	font-size: 14px;
}

.video-sect-12 .prices .about span {
	content: '';
	width: 7px;
	height: 7px;
	position: absolute;
	background: -webkit-gradient(linear,left bottom,left top,from(#6e37ce),to(#62a0f0));
  background: -webkit-linear-gradient(bottom,#6e37ce 0,#62a0f0 100%);
  background: -o-linear-gradient(bottom,#6e37ce 0,#62a0f0 100%);
  background: linear-gradient(0deg,#6e37ce 0,#62a0f0 100%);
  -webkit-border-radius: 10em;
  border-radius: 10em;
	margin-top: 6px;
}

/*  */

.code-sect-10 {
	background-color: #291152;
  background-image: url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/img/course-code/price-bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding-top: 130px;
  padding-bottom: 175px;
}

.code-sect-10 .h2 {
	color: inherit;
	text-align: center;
	width: 100%;
}

.code-sect-10 .prices {
	text-align: center;
	display: flex;
	flex-direction: row;
	margin-top: 180px;
	color: #000;
}

.code-sect-10 .logo-price {
	position: absolute;
	top: -135px;
	margin-left: 20px;
}

.code-sect-10 .prices .h2-name {
	font-size: 40px;
	line-height: 1;
	font-weight: 900;
	margin-bottom: 40px;
}

.code-sect-10 .prices .h2-price {
	font-size: 40px;
	line-height: 1;
	font-weight: 900;
	margin-bottom: 25px;
}

.code-sect-10 .prices .about {
	font-weight: 300;
	color: #333333;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.code-sect-10 .prices .about li {
	margin-bottom: 20px;
}

.code-sect-10 .prices .about li:last-of-type {
	margin-bottom: 0;
}

.code-sect-10 .prices .about li:last-of-type::after {
	display: none;
}

.code-sect-10 .prices .about li::after {
  content: '';
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  position: absolute;
  background: -webkit-gradient(linear,left bottom,left top,from(#6e37ce),to(#62a0f0));
  background: -webkit-linear-gradient(bottom,#6e37ce 0,#62a0f0 100%);
  background: -o-linear-gradient(bottom,#6e37ce 0,#62a0f0 100%);
  background: linear-gradient(0deg,#6e37ce 0,#62a0f0 100%);
  -webkit-border-radius: 10em;
  border-radius: 10em;
  margin-top: 27px;
}

/*  */

.price-block + .price-block {
	margin-left: 30px;
}

.video-sect-12 .price-block .paket {
	font-weight: 300;
	color: #727272;
	font-size: 20px;
	margin: 0;
}

.video-sect-12 .price-block .btn-accent {
	padding-left: 70px;
	padding-right: 70px;
}

.video-sect-12 .price-block {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: calc((100% - 60px) / 3);
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 27px 2px rgba(0, 0, 0, 0.08);
	padding: 135px 20px 50px;
}

.video-sect-12 .price-block .wrap-up {
	margin-bottom: 50px;
}

/*  */

.code-sect-10 .price-block .paket {
	font-weight: 300;
	color: #727272;
	font-size: 20px;
	margin: 0;
}

.code-sect-10 .price-block .btn-accent {
	padding-left: 70px;
	padding-right: 70px;
}

.code-sect-10 .price-block {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: calc((100% - 60px) / 3);
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 27px 2px rgba(0, 0, 0, 0.08);
	padding: 135px 20px 50px;
}

.code-sect-10 .price-block .wrap-up {
	margin-bottom: 50px;
}

.btn-gradient-orange {
	background: #fd6d00;
	background: -webkit-gradient(linear,left bottom,left top,from(#ff5400),to(#f6b300));
	background: -webkit-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: -o-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: linear-gradient(0deg,#ff5400 0,#f6b300 100%);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	font-size: 16px;
	padding-left: 32px;
	padding-right: 32px;
	border: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	-webkit-box-shadow: 0 7px 55px 10px rgba(253,107,0,.54);
	box-shadow: 0 7px 55px 10px rgba(253,107,0,.54);
}

.btn-gradient-orange:focus,.btn-gradient-orange:hover {
	color: #fff;
	background: #fd6d00;
	background: -webkit-gradient(linear,left bottom,left top,from(#ff5400),to(#f6b300));
	background: -webkit-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: -o-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: linear-gradient(0deg,#ff5400 0,#f6b300 100%);
	-webkit-background-size: 120% 120%;
	background-size: 120% 120%;
	-webkit-box-shadow: 0 0 39px 0 rgba(253,107,0,.54);
	box-shadow: 0 0 39px 0 rgba(253,107,0,.54);
}

.btn-gradient-orange:active {
	background: #fd6d00;
	background: -webkit-gradient(linear,left bottom,left top,from(#ff5400),to(#f6b300));
	background: -webkit-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: -o-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: linear-gradient(0deg,#ff5400 0,#f6b300 100%);
	-webkit-background-size: 120% 120%;
	background-size: 120% 120%;
	-webkit-box-shadow: 0 0 39px 0 rgba(253,107,0,.54);
	box-shadow: 0 0 39px 0 rgba(253,107,0,.54);
}

.btn-gradient-green {
	background: #00d561;
	background: -webkit-gradient(linear,left bottom,left top,from(#00a739),to(#00d561));
	background: -webkit-linear-gradient(bottom,#00a739 0,#00d561 100%);
	background: -o-linear-gradient(bottom,#00a739 0,#00d561 100%);
	background: linear-gradient(0deg,#00a739 0,#00d561 100%);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	font-size: 16px;
	padding-left: 32px;
	padding-right: 32px;
	border: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.btn-gradient-green:focus,.btn-gradient-green:hover {
	color: #fff;
	background: #fd6d00;
	background: -webkit-gradient(linear,left bottom,left top,from(#00a739),to(#00d561));
	background: -webkit-linear-gradient(bottom,#00a739 0,#00d561 100%);
	background: -o-linear-gradient(bottom,#00a739 0,#00d561 100%);
	background: linear-gradient(0deg,#00a739 0,#00d561 100%);
	-webkit-background-size: 120% 120%;
	background-size: 120% 120%;
}

.btn-gradient-green:active {
	background: #e42c64;
	background: -webkit-gradient(linear,left bottom,left top,from(#00a739),to(#00d561));
	background: -webkit-linear-gradient(bottom,#00a739 0,#00d561 100%);
	background: -o-linear-gradient(bottom,#00a739 0,#00d561 100%);
	background: linear-gradient(0deg,#00a739 0,#00d561 100%);
	-webkit-background-size: 120% 120%;
	background-size: 120% 120%;
}

/*  */

.btn-gradient-pink {
	background: #e42c64;
	background: -webkit-gradient(linear,left bottom,left top,from(#c1184c),to(#e42c64));
	background: -webkit-linear-gradient(bottom,#c1184c 0,#e42c64 100%);
	background: -o-linear-gradient(bottom,#c1184c 0,#e42c64 100%);
	background: linear-gradient(0deg,#c1184c 0,#e42c64 100%);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	font-size: 16px;
	padding-left: 32px;
	padding-right: 32px;
	border: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.btn-gradient-pink:focus,.btn-gradient-pink:hover {
	color: #fff;
	background: #e42c64;
	background: -webkit-gradient(linear,left bottom,left top,from(#c1184c),to(#e42c64));
	background: -webkit-linear-gradient(bottom,#c1184c 0,#e42c64 100%);
	background: -o-linear-gradient(bottom,#c1184c 0,#e42c64 100%);
	background: linear-gradient(0deg,#c1184c 0,#e42c64 100%);
	-webkit-background-size: 120% 120%;
	background-size: 120% 120%;
}

.btn-gradient-pink:active {
	background: #e42c64;
	background: -webkit-gradient(linear,left bottom,left top,from(#c1184c),to(#e42c64));
	background: -webkit-linear-gradient(bottom,#c1184c 0,#e42c64 100%);
	background: -o-linear-gradient(bottom,#c1184c 0,#e42c64 100%);
	background: linear-gradient(0deg,#c1184c 0,#e42c64 100%);
	-webkit-background-size: 120% 120%;
	background-size: 120% 120%;
}

.popup-order {
	background-color: #fff;
	max-width: 1140px;
	width: 100%;
	margin: auto;
}

.popup-order .mobile-btn-close {
	display: none;
}

.popup-order .wrap-all {
	overflow: auto;
}

.popup-order .mfp-close {
	width: 64px;
	height: 64px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background-color: #fff;
	color: #444;
	border: 1px solid #cdcdcd;
	right: -32px;
	top: -32px;
	opacity: 1;
	font-size: 64px;
	padding-top: 10px;
	text-align: center;
	font-weight: 300;
	font-family: muller-ex;
}

.popup-order .wrap-right {
	float: right;
	width: 57%;
	background-color: #fff;
	padding: 92px;
	padding-left: 130px;
	padding-bottom: 10px;
}

.popup-order-code .wrap-right {
	padding: 90px 120px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.popup-order-code .wrap-right .h2 {
	font-size: 50px;
	line-height: 1.1;
	font-weight: 900;
	margin-bottom: 35px;
}

.popup-order-code .wrap-right .title {
	margin-bottom: 30px;
}

.popup-order .wrap-right .h2-mobile {
	display: none;
}

.popup-order .wrap-right p {
	color: #333;
	margin-bottom: 8px;
	margin-top: 18px;
}

.popup-order .wrap-left {
	background: -webkit-gradient(linear,left top,right top,from(#6431ff),to(#5a2aff));
	background: -webkit-linear-gradient(left,#6431ff 0,#5a2aff 100%);
	background: -o-linear-gradient(left,#6431ff 0,#5a2aff 100%);
	background: linear-gradient(to right,#6431ff 0,#5a2aff 100%);
	color: #fff;
	float: left;
	width: 43%;
	padding: 67px;
	padding-top: 150px;
}

.popup-order-code .wrap-left {
	background-image: -moz-linear-gradient( 90deg, rgb(45,36,138) 0%, rgb(97,74,211) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(45,36,138) 0%, rgb(97,74,211) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(45,36,138) 0%, rgb(97,74,211) 100%);
}

.popup-order-code .tariff-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 55px;
}

.popup-order-code .wrap-img {
	position: absolute;
	left: auto;
	top: -70px;
}

.popup-order-code .tariff-bottom .name {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
}

.popup-order-code .tariff-bottom .name .h2 {
	font-size: 40px;
	line-height: 1;
	font-weight: 900;
}

.popup-order-code .wrap-left {
	padding: 130px 35px 65px 70px;
}

.popup-order .wrap-left .title {
	font-size: 16px;
	line-height: 1.3125;
	margin-bottom: 20px;
}

.popup-order .wrap-left .h3 {
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 27px;
}

.popup-order .wrap-left li,.popup-order .wrap-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.popup-order .wrap-left li {
	position: relative;
	padding-left: 15px;
	line-height: 1.4;
	margin-top: 13px;
}

.popup-order .wrap-left li::before {
	content: "";
	position: absolute;
	background-color: #fff;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 7px;
	height: 7px;
	left: 0;
	top: 7px;
}

.popup-order .wrap-left .price {
	margin-top: 60px;
}

.popup-order-code .wrap-left .price {
	margin: 0;
	font-size: 54px;
	line-height: 1;
	color: #e12b62;
	font-weight: 900;
}

.popup-order .wrap-left .price span {
	line-height: 1;
	margin-top: 10px;
	display: inline-block;
}

.popup-order .wrap-left .price-old {
	position: relative;
	opacity: .57;
}

.popup-order .wrap-left .price-old::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	top: 50%;
	background-color: #fff;
}

.popup-order .wrap-left .price-new {
	font-size: 54px;
	font-weight: 900;
}

.sp-form .iti {
	margin-top: 22px;
}

body .s_master_14 .sp-form {
	font-family: future-ex;
}

body .s_master_14 .sp-form .btn-big-yellow {
	font-family: future-ex;
	height: 96px;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 96px;
}

body .s_master_14 .sp-form button,body .s_master_14 .sp-form input,body .s_master_14 .sp-form input[type=email],body .s_master_14 .sp-form input[type=number],body .s_master_14 .sp-form input[type=tel],body .s_master_14 .sp-form input[type=text],body .s_master_14 .sp-form optgroup,body .s_master_14 .sp-form select,body .s_master_14 .sp-form textarea {
	font-family: future-ex;
	font-size: 16px;
}

body .sp-form {
	padding: 0;
	font-family: muller-ex;
	margin: 0;
	border: none;
	width: 100%;
}

body .sp-form .sp-form button,body .sp-form .sp-form input,body .sp-form .sp-form input[type=email],body .sp-form .sp-form input[type=number],body .sp-form .sp-form input[type=tel],body .sp-form .sp-form input[type=text],body .sp-form .sp-form optgroup,body .sp-form .sp-form select,body .sp-form .sp-form textarea {
	font-family: muller-ex;
}

body .sp-form .sp-button {
	font-family: muller-ex;
	font-weight: 500;
	height: auto;
}

body .sp-form .sp-button:hover {
	top: 0;
}

body .sp-form .sp-button:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

body .consultation-popup .sp-form .sp-tip {
	top: -18px;
	position: relative;
	left: 20px;
	font-size: 14px;
	font-weight: 500;
}

body .consultation-popup .sp-form .sp-tip.sp-invalid {
	color: #f27676;
}

body .consultation-popup .sp-form .h3 {
	color: #000;
}

body .consultation-popup .sp-form button,body .consultation-popup .sp-form input,body .consultation-popup .sp-form input[type=email],body .consultation-popup .sp-form input[type=number],body .consultation-popup .sp-form input[type=tel],body .consultation-popup .sp-form input[type=text],body .consultation-popup .sp-form optgroup,body .consultation-popup .sp-form select,body .consultation-popup .sp-form textarea {
	margin: 0;
	margin-bottom: 25px;
	line-height: 1.5;
}

body .consultation-popup .sp-form input,body .consultation-popup .sp-form input[type=email],body .consultation-popup .sp-form input[type=number],body .consultation-popup .sp-form input[type=tel],body .consultation-popup .sp-form input[type=text],body .consultation-popup .sp-form optgroup,body .consultation-popup .sp-form select,body .consultation-popup .sp-form textarea {
	height: 52px;
	padding: 0 20px;
	font-size: 15px;
}

body .consultation-popup .sp-form .sp-button {
	margin-bottom: 0;
}

body .consultation-popup .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,body .consultation-popup .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],body .consultation-popup .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
	padding: 0 20px;
}

body .consultation-popup .intl-tel-input.allow-dropdown .flag-container,body .consultation-popup .intl-tel-input.separate-dial-code .flag-container {
	display: none;
}

body .consultation-popup .sp-form p:last-of-type {
	margin-bottom: 26px;
}

.header-course .top-pannel .navbar ul li a:hover,.tilda_header .top-pannel .navbar ul li a:focus {
	color: #fd6d00;
	text-shadow: .3px .1px 0 #fd6d00,-.3px -.1px 0 #fd6d00;
}

.header-course .top-pannel .navbar ul li a:hover,.code_header .top-pannel .navbar ul li a:focus {
	color: #fd6d00;
	text-shadow: .3px .1px 0 #fd6d00,-.3px -.1px 0 #fd6d00;
}

.header-course .top-pannel .navbar ul li a:hover,.video_header .top-pannel .navbar ul li a:focus {
	color: #fd6d00;
	text-shadow: .3px .1px 0 #fd6d00,-.3px -.1px 0 #fd6d00;
}

.video_header .top-pannel .navbar ul li a:hover,.video_header .top-pannel .navbar ul li a:focus {
	color: #000;
	text-shadow: .3px .1px 0 #000,-.3px -.1px 0 #000;
}

.code_header .top-pannel .navbar ul li a:hover,.code_header .top-pannel .navbar ul li a:focus {
	color: #fff;
	text-shadow: .3px .1px 0 #fff,-.3px -.1px 0 #fff;
}

/* */

.head-video {
	background-color: #fff;
	background-image: url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/img/course-video/head-bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 300px;
	padding-bottom: 218px;
	color: #000;
	box-shadow: 0 0 18px 2px rgba(43, 43, 43, 0.07);
	z-index: 1;
}

.head-video .wrap-composition .info {
	margin-top: 50px;
}

.head-video .wrap-composition .info li {
	padding-left: 41px;
	margin-right: 90px;
}

.head-video .wrap-composition .info li span:nth-of-type(2) {
	font-size: 20px;
	font-weight: 500;
	position: relative;
	top: -3px;
}

.head-video .wrap-composition .info li img {
	position: absolute;
	pointer-events: none;
	left: -1px;
	bottom: 17px;
	height: 28px;
}

.head-video .wrap-composition .main p {
	line-height: 1.3;
}

.head-video .wrap-composition .main .h1 {
	margin-bottom: 15px;
}

.head-video .wrap-composition .main .h1 span::after {
	background: -webkit-gradient(linear,left bottom,left top,from(#00a739),to(#00d561));
	background: -webkit-linear-gradient(bottom,#00a739 0,#00d561 100%);
	background: -o-linear-gradient(bottom,#00a739 0,#00d561 100%);
	background: linear-gradient(0deg,#00a739 0,#00d561 100%);
}

.head-video .wrap-composition .main .btn-gradient-orange {
	border: none;
	padding-bottom: 10px;
}

.head-video::after,.head-video::before {
	display: none;
}

.head-video .wrap-img {
	/* right: -190px; */
	bottom: 24%;
}

/*  */

.head-tilda {
	background-color: #002560;
	background-image: url(../img/course-tilda/head-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 300px;
	padding-bottom: 218px;
}

.head-tilda .wrap-composition .info {
	margin-top: 50px;
}

.head-tilda .wrap-composition .info li {
	padding-left: 41px;
	margin-right: 90px;
}

.head-tilda .wrap-composition .info li span:nth-of-type(2) {
	font-size: 20px;
	font-weight: 500;
	position: relative;
	top: -3px;
}

.head-tilda .wrap-composition .info li img {
	position: absolute;
	pointer-events: none;
	left: -52px;
	top: -39px;
}

.head-tilda .wrap-composition .main p {
	line-height: 1.3;
}

.head-tilda .wrap-composition .main .h1 {
	margin-bottom: 15px;
}

.head-tilda .wrap-composition .main .h1 span::after {
	background: -webkit-gradient(linear,left bottom,left top,from(#ff5400),to(#f6b300));
	background: -webkit-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: -o-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: linear-gradient(0deg,#ff5400 0,#f6b300 100%);
}

.head-tilda .wrap-composition .main .btn-gradient-orange {
	border: none;
	padding-bottom: 10px;
}

.head-tilda::after,.head-tilda::before {
	display: none;
}

.head-tilda .wrap-img {
	right: -190px;
	bottom: 24%;
}

/*  */

.head-code {
	background-color: #002560;
	background-image: url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/img/course-code/head-bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 300px;
	padding-bottom: 218px;
}

.head-code .wrap-composition .info {
	margin-top: 50px;
}

.head-code .wrap-composition .info li {
	padding-left: 41px;
	margin-right: 90px;
}

.head-code .wrap-composition .info li span:nth-of-type(2) {
	font-size: 20px;
	font-weight: 500;
	position: relative;
	top: -3px;
}

.head-code .wrap-composition .info li img {
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 8px;
}

.head-code .wrap-composition .main p {
	line-height: 1.3;
}

.head-code .wrap-composition .main .h1 {
	margin-bottom: 15px;
}

.head-code .wrap-composition .main .h1 span::after {
	background: -webkit-gradient(linear,left bottom,left top,from(#e42c64),to(#ec4376));
	background: -webkit-linear-gradient(bottom,#e42c64 0,#ec4376 100%);
	background: -o-linear-gradient(bottom,#e42c64 0,#ec4376 100%);
	background: linear-gradient(0deg,#e42c64 0,#ec4376 100%);
}

.head-code .wrap-composition .main .btn-gradient-orange {
	border: none;
	padding-bottom: 10px;
}

.head-code::after,.head-code::before {
	display: none;
}

.head-code .wrap-img {
	right: -90px;
	bottom: 15%;
}

.tilda-sect-1 {
	overflow: visible;
	padding-top: 160px;
	padding-bottom: 55px;
}

.tilda-sect-1 .col-study {
	margin-top: 50px;
}

.tilda-sect-1 .dlya-kogo-wrap {
	margin-top: 25px;
}

.tilda-sect-1 .dlya-kogo-item {
	-webkit-box-shadow: 5px 0 29px 7px rgba(0,0,0,.08);
	box-shadow: 5px 0 29px 7px rgba(0,0,0,.08);
	padding-top: 55px;
	padding-bottom: 52px;
	width: 100%;
	padding-left: 36px;
	padding-right: 36px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.tilda-sect-1 .dlya-kogo-item .h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.tilda-sect-1 .dlya-kogo-item p {
	margin-bottom: 0;
}

.tilda-sect-1 .dlya-kogo-item img {
	position: absolute;
	top: -14px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tilda-sect-1 .img-decoration-bg {
	position: absolute;
	pointer-events: none;
	top: 27%;
	left: 14.2%;
}

.tilda-sect-1 .img-decoration-bg-mobile {
	display: none;
}

.tilda-sect-1 .img-decoration-1 {
	position: absolute;
	pointer-events: none;
	right: -80px;
	bottom: -310px;
}

.tilda-sect-1 .img-decoration-2 {
	position: absolute;
	pointer-events: none;
	right: -120px;
	bottom: -285px;
}


/*  */

.code-sect-1 {
	overflow: visible;
	padding-top: 160px;
	padding-bottom: 55px;
}

.code-sect-1 .decor-2 span:nth-child(2n + 1) {
	position: absolute;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	background: transparent;
	border: 10px solid #99dbe1;
	top: 59%;
	right: -30px;
}

.code-sect-1 .decor-2 span:nth-child(2n) {
	bottom: 20px;
	right: 15%;
  position: absolute;
}

.code-sect-1 .decor-2 span:nth-child(2n)::after {
	content: '';
  position: absolute; /* Абсолютное позиционирование */
  left: 20px;
	bottom: -20px; /* Положение треугольника */
  border: 20px solid transparent;
	border-bottom: 20px solid #ffafcd;
}

.code-sect-1 .col-study {
	margin-top: 50px;
}

.code-sect-1 .dlya-kogo-wrap {
	margin-top: 25px;
}

.code-sect-1 .dlya-kogo-item {
	-webkit-box-shadow: 5px 0 29px 7px rgba(0,0,0,.08);
	box-shadow: 5px 0 29px 7px rgba(0,0,0,.08);
	padding: 64px 15px 27px;
	width: 100%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.code-sect-1 .dlya-kogo-item .h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.code-sect-1 .dlya-kogo-item p {
	margin-bottom: 0;
}

.code-sect-1 .dlya-kogo-item img {
	position: absolute;
	top: -14px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.code-sect-1 .img-decoration-bg {
	position: absolute;
	pointer-events: none;
	top: 27%;
	left: 14.2%;
}

.code-sect-1 .img-decoration-bg-mobile {
	display: none;
}

.code-sect-1 .img-decoration-1 {
	position: absolute;
	pointer-events: none;
	right: -80px;
	bottom: -310px;
}

.code-sect-1 .img-decoration-2 {
	position: absolute;
	pointer-events: none;
	right: -120px;
	bottom: -285px;
}

/*  */

.video-sect-2 {
	overflow: visible;
	padding-top: 50px;
	padding-bottom: 170px;
	background-color: #f5f5f5;
}

.video-sect-2 .row {
	align-items: flex-end;
}

.video-sect-2 .col-study {
	margin-top: 50px;
}

.video-sect-2 .dlya-kogo-wrap {
	margin-top: 25px;
}

.video-sect-2 .dlya-kogo-item {
	-webkit-box-shadow: 5px 0 29px 7px rgba(0,0,0,.08);
	box-shadow: 5px 0 29px 7px rgba(0,0,0,.08);
	padding-top: 55px;
	padding-bottom: 52px;
	width: 100%;
	padding-left: 36px;
	padding-right: 36px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.video-sect-2 .dlya-kogo-item .h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.video-sect-2 .dlya-kogo-item p {
	margin-bottom: 0;
}

.video-sect-2 .dlya-kogo-item img {
	position: absolute;
	top: -14px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.video-sect-2 .img-decoration-bg {
	position: absolute;
	pointer-events: none;
	top: 27%;
	left: 14.2%;
}

.video-sect-2 .img-decoration-bg-mobile {
	display: none;
}

.video-sect-2 .img-decoration-1 {
	position: absolute;
	pointer-events: none;
	right: -60px;
	bottom: 40px;
	display: none;
}

.video-sect-2 .img-decoration-2 {
	position: absolute;
	pointer-events: none;
	right: -120px;
	bottom: -285px;
}

/*  */

.video-sect-1 {
	overflow: visible;
	padding-top: 160px;
	padding-bottom: 55px;
	background-color: #f5f5f5;
}

.video-sect-1 .col-study {
	margin-top: 50px;
}

.video-sect-1 .dlya-kogo-wrap {
	margin-top: 25px;
}

.video-sect-1 .dlya-kogo-item {
	padding: 55px 27px 36px;
	width: 100%;
}

.video-sect-1 .dlya-kogo-item .h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
	margin-top: 10px;
}

.video-sect-1 .dlya-kogo-item p {
	margin-bottom: 0;
}

.video-sect-1 .dlya-kogo-item img {
	position: absolute;
	top: -14px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.video-sect-1 .img-decoration-bg {
	position: absolute;
	pointer-events: none;
	top: 27%;
	left: 14.2%;
}

.video-sect-1 .img-decoration-bg-mobile {
	display: none;
}

.video-sect-1 .img-decoration-1 {
	position: absolute;
	pointer-events: none;
	right: 0;
	bottom: -30px;
	z-index: 1
}

.video-sect-1 .img-decoration-2 {
	position: absolute;
	pointer-events: none;
	/* right: -120px; */
	bottom: -90px;
	z-index: 1
}

/*  */

.tilda-sect-2 {
	padding-top: 85px;
}

.tilda-sect-2 .img-decoration-1 {
	position: absolute;
	pointer-events: none;
	top: 13%;
	left: 60%;
}

.tilda-sect-2 .img-decoration-2 span {
	-webkit-border-radius: 10em;
	border-radius: 10em;
	position: absolute;
}

.tilda-sect-2 .img-decoration-2 span:nth-child(1) {
	width: 11px;
	height: 11px;
	background-color: #ffc37f;
	left: 5%;
	top: 34%;
}

.tilda-sect-2 .img-decoration-2 span:nth-child(2) {
	width: 11px;
	height: 11px;
	background-color: #ffc37f;
	top: 16%;
	left: 44%;
}

.tilda-sect-2 .img-decoration-2 span:nth-child(3) {
	width: 18px;
	height: 18px;
	border: 4px solid #ffc37f;
	right: 22%;
	top: 8%;
}

.tilda-sect-2 .h2::before {
	display: none;
}

.tilda-sect-2 .h2 span::before {
	display: block;
	content: "";
	position: absolute;
	background: -webkit-gradient(linear,left bottom,left top,from(#ff5400),to(#f6b300));
	background: -webkit-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: -o-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: linear-gradient(0deg,#ff5400 0,#f6b300 100%);
	width: 165px;
	height: 7px;
	z-index: -1;
	top: 21px;
	left: -webkit-calc(100% + 192px);
	left: calc(100% + 192px);
}

.tilda-sect-2 .top-blocks {
	margin-top: 20px;
	margin-bottom: 40px;
}

.tilda-sect-2 .top-blocks_item {
	width: 340px;
	display: inline-block;
	vertical-align: top;
	margin-right: 55px;
	font-size: 14px;
	font-weight: 300;
	color: #727272;
	margin-top: 16px;
}

.tilda-sect-2 .top-blocks_item p {
	margin: 0;
}

.tilda-sect-2 .top-blocks_item:last-child {
	margin-right: 0;
}

.tilda-sect-2 .wrap-img {
	-webkit-box-shadow: 5px 0 29px 7px rgba(0,0,0,.08);
	box-shadow: 5px 0 29px 7px rgba(0,0,0,.08);
	margin-bottom: 52px;
}

.tilda-sect-2 .bottom-blocks {
	overflow: hidden;
	padding-bottom: 30px;
}

.tilda-sect-2 .bottom-blocks .owl-dots {
	margin-top: 10px;
}

.tilda-sect-2 .bottom-blocks .owl-dots button {
	width: 8px;
	height: 8px;
	background-color: transparent;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	margin-right: 5px;
	border: 2px solid #2e5ab2;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	opacity: .5;
	vertical-align: middle;
}

.tilda-sect-2 .bottom-blocks .owl-dots button:last-child {
	margin-right: 0;
}

.tilda-sect-2 .bottom-blocks .owl-dots button.active {
	width: 10px;
	height: 10px;
	border: 2px solid transparent;
	background-color: #2e5ab2;
	opacity: 1;
}

.tilda-sect-2 .bottom-blocks_item {
	background: -webkit-gradient(linear,left bottom,left top,from(#06278d),to(#497fcc));
	background: -webkit-linear-gradient(bottom,#06278d 0,#497fcc 100%);
	background: -o-linear-gradient(bottom,#06278d 0,#497fcc 100%);
	background: linear-gradient(0deg,#06278d 0,#497fcc 100%);
	display: inline-block;
	width: 32.35%;
	float: left;
	margin-right: 13px;
	color: #fff;
	padding: 26px 30px;
	padding-bottom: 28px;
	vertical-align: top;
	text-align: center;
}

.tilda-sect-2 .bottom-blocks_item:first-child {
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tilda-sect-2 .bottom-blocks_item:nth-child(3n) {
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right: 0;
}

.tilda-sect-2 .bottom-blocks_item span {
	display: block;
	font-weight: 900;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.tilda-sect-2 .bottom-blocks_item p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 300;
}

/*  */

.video-sect-3 {
	padding-top: 150px;
	overflow: visible;
}

.video-sect-3 .container {
	overflow: visible;
}

.video-sect-3 .container-f,
.video-sect-5 .container-f {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.video-sect-3 .decor-1 {
	position: absolute;
	pointer-events: none;
	top: -26px;
	right: 5px;
	display: none;
}

/*  */

.code-sect-3 {
	background-image: url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/img/course-code/rar3.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.code-sect-2 {
	padding-top: 150px;
	overflow: visible;
	background-image: url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/img/course-code/rar.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.code-sect-2 .container {
	overflow: visible;
}

.code-sect-2 .container-f,
.video-sect-5 .container-f {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.code-sect-2 .decor-1 {
	position: absolute;
	pointer-events: none;
	top: -26px;
	right: 5px;
	display: none;
}

/*  */

.code-sect-4 {
	background-color: #503eba;
	background-image: url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/img/course-code/cards-bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 160px 0 170px;
	color: #fff;
}

.code-sect-4 .h2 {
	color: inherit;
	text-align: center;
	display: block;
}

.code-sect-6 .h2::before {
	background: -webkit-gradient(linear,left bottom,left top,from(#c2194c),to(#e42c64));
  background: -webkit-linear-gradient(bottom,#c2194c 0,#e42c64 100%);
  background: -o-linear-gradient(bottom,#c2194c 0,#e42c64 100%);
  background: linear-gradient(0deg,#c2194c 0,#e42c64 100%);
}

.code-sect-4 .h2::before,
.code-sect-10 .h2::before {
	left: 50%;
	transform: translateX(-50%);
	background: -webkit-gradient(linear,left bottom,left top,from(#c2194c),to(#e42c64));
  background: -webkit-linear-gradient(bottom,#c2194c 0,#e42c64 100%);
  background: -o-linear-gradient(bottom,#c2194c 0,#e42c64 100%);
  background: linear-gradient(0deg,#c2194c 0,#e42c64 100%);
}


.code-sect-4 .cards-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 55px -15px 0;
}

.code-sect-4 .cards-wrap .card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 0 0 25%;
	width: 100%;
  max-width: calc(25% - 30px);
	color: #333;
	padding: 55px 30px 10px;
	background-color: #fff;
	border-radius: 5px;
	margin: 0 15px;
}

.code-sect-4 .cards-wrap .card .h3 {
	font-size: 18px;
	margin: 0 -25px 15px 0;
	font-weight: 900;
	line-height: 1;
}

.code-sect-4 .cards-wrap .card .card-text {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}

.code-sect-4 .cards-wrap .card .wrap-img {
	margin: -30px -30px 0;
}

.code-sect-4 .cards-wrap .card .wrap-img img {
	width: 100%;
}

/*  */

.code-sect-5 {
	padding: 90px 0 170px;
	background-image: url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/img/course-code/rar4.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.code-sect-9 {
	background-image: url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/img/course-code/rar9.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.code-sect-9 .decor-2 {
	position: absolute;
	left: 10%;
	bottom: 0;
	z-index: -1;
}

.code-sect-11 .decor-2 {
	position: absolute;
	left: 10%;
	bottom: 0;
}

.code-sect-9 .decor-2 img {
	width: 80%;
}

.code-sect-7 .decor-2 {
	position: absolute;
	right: 100px;
	bottom: 0;
}

.code-sect-8 .decor-2 {
	position: absolute;
	left: 50px;
	bottom: 80px;
}

.code-sect-5 .decor-2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.code-sect-5 .h2::before {
	left: 50%;
	transform: translateX(-50%);
}

.code-sect-5 .program-course-item li svg {
	fill: #5743c4;
}

.code-sect-5 .program-course-item li span,
.code-sect-5 .program-course-item .number {
	color: #5743c4;
}

.code-sect-5 .program-course-item .number {
	right: -25px;
	bottom: -38px;
}

.code-sect-5 .list li {
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	margin: 0 0 9px 0;
	padding-left: 20px;
	color: #727272;
}

.code-sect-5 .list li::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 9px;
	left: 0;
	display: block;
	background: #e42c64;
  background: -webkit-gradient(linear,left bottom,left top,from(#c1184c),to(#e42c64));
  background: -webkit-linear-gradient(bottom,#c1184c 0,#e42c64 100%);
  background: -o-linear-gradient(bottom,#c1184c 0,#e42c64 100%);
  background: linear-gradient(0deg,#c1184c 0,#e42c64 100%);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.code-sect-5 .program-course-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
}

.code-sect-5 .desc {
	color: #727272;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 auto 50px;
	max-width: 560px;
}

.video-sect-5 .decor-4 {
	z-index: 99;
  display: none;
  position: absolute;
  bottom: -50px;
  right: 15px;
}

.video-sect-3 .decor-1 img {
	width: 60px;
}

.video-sect-3 .img-decoration-2 span {
	-webkit-border-radius: 10em;
	border-radius: 10em;
	position: absolute;
}

.video-sect-3 .img-decoration-2 span:nth-child(1) {
	width: 11px;
	height: 11px;
	background-color: #ffc37f;
	left: 5%;
	top: 34%;
}

.video-sect-3 .img-decoration-2 span:nth-child(2) {
	width: 11px;
	height: 11px;
	background-color: #ffc37f;
	top: 16%;
	left: 44%;
}

.video-sect-3 .img-decoration-2 span:nth-child(3) {
	width: 18px;
	height: 18px;
	border: 4px solid #ffc37f;
	right: 22%;
	top: 8%;
}

.video-sect-3 .h2::before {
	display: none;
}

.video-sect-3 .h2 span::before {
	display: block;
	content: "";
	position: absolute;
	background: -webkit-gradient(linear,left bottom,left top,from(#00a739),to(#00d561));
  background: -webkit-linear-gradient(bottom,#00a739 0,#00d561 100%);
  background: -o-linear-gradient(bottom,#00a739 0,#00d561 100%);
  background: linear-gradient(0deg,#00a739 0,#00d561 100%);
	width: 165px;
	height: 7px;
	z-index: -1;
	bottom: 21px;
	left: -webkit-calc(70% + 150px);
	left: calc(70% + 150px);
}

.video-sect-3 .top-blocks {
	margin-top: 20px;
	margin-bottom: 40px;
}

.video-sect-3 .top-blocks_item {
	width: calc((100% - 60px)/2);
	display: inline-block;
	vertical-align: top;
	margin-right: 55px;
	font-size: 14px;
	font-weight: 300;
	color: #727272;
	margin-top: 16px;
}

.video-sect-3 .top-blocks_item p {
	margin: 0;
}

.video-sect-3 .top-blocks_item:last-child {
	margin-right: 0;
}



.video-sect-3 .wrap-img {
	-webkit-box-shadow: 5px 0 29px 7px rgba(0,0,0,.08);
	box-shadow: 5px 0 29px 7px rgba(0,0,0,.08);
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 10;
	background-color: #fff;
}

.video-sect-3 .wrap-img .krug {
	position: absolute;
  right: -35px;
  top: 25px;
}

.video-sect-3 .lenta {
	position: absolute;
  right: -250px;
  bottom: 25px;
	z-index: -1;
}

.video-sect-3 .wrap-img div {
	padding: 0 30px;
}

.video-sect-3 .wrap-img p {
	margin: 0;
}

.video-sect-3 .wrap-img h1 {
	font-size: 50px;
	line-height: 1.1;
	margin-bottom: 25px;
	font-weight: 400;
}

.video-sect-3 .wrap-img h1 b {
	font-weight: 900;
}

.video-sect-3 .bottom-blocks {
	overflow: hidden;
	padding-bottom: 30px;
}

.video-sect-3 .bottom-blocks .owl-dots {
	margin-top: 10px;
}

.video-sect-3 .bottom-blocks .owl-dots button {
	width: 8px;
	height: 8px;
	background-color: transparent;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	margin-right: 5px;
	border: 2px solid #2e5ab2;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	opacity: .5;
	vertical-align: middle;
}

.video-sect-3 .bottom-blocks .owl-dots button:last-child {
	margin-right: 0;
}

.video-sect-3 .bottom-blocks .owl-dots button.active {
	width: 10px;
	height: 10px;
	border: 2px solid transparent;
	background-color: #2e5ab2;
	opacity: 1;
}

.video-sect-3 .bottom-blocks_item {
	background: -webkit-gradient(linear,left bottom,left top,from(#06278d),to(#497fcc));
	background: -webkit-linear-gradient(bottom,#06278d 0,#497fcc 100%);
	background: -o-linear-gradient(bottom,#06278d 0,#497fcc 100%);
	background: linear-gradient(0deg,#06278d 0,#497fcc 100%);
	display: inline-block;
	width: 32.35%;
	float: left;
	margin-right: 13px;
	color: #fff;
	padding: 26px 30px;
	padding-bottom: 28px;
	vertical-align: top;
	text-align: center;
}

.video-sect-3 .bottom-blocks_item:first-child {
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.video-sect-3 .bottom-blocks_item:nth-child(3n) {
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right: 0;
}

.video-sect-3 .bottom-blocks_item span {
	display: block;
	font-weight: 900;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.video-sect-3 .bottom-blocks_item p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 300;
}


/*  */


.code-sect-2 .decor-1 img {
	width: 60px;
}

.code-sect-2 .img-decoration-2 span {
	-webkit-border-radius: 10em;
	border-radius: 10em;
	position: absolute;
}

.code-sect-2 .img-decoration-2 span:nth-child(1) {
	width: 11px;
	height: 11px;
	background-color: #ffc37f;
	left: 5%;
	top: 34%;
}

.code-sect-2 .img-decoration-2 span:nth-child(2) {
	width: 11px;
	height: 11px;
	background-color: #ffc37f;
	top: 16%;
	left: 44%;
}

.code-sect-2 .img-decoration-2 span:nth-child(3) {
	width: 18px;
	height: 18px;
	border: 4px solid #ffc37f;
	right: 22%;
	top: 8%;
}

.code-sect-2 .h2::before {
	display: none;
}

.code-sect-2 .h2 span::before {
	display: block;
	content: "";
	position: absolute;
	background: -webkit-gradient(linear,left bottom,left top,from(#2d248a),to(#614ad3));
  background: -webkit-linear-gradient(bottom,#2d248a 0,#614ad3 100%);
  background: -o-linear-gradient(bottom,#2d248a 0,#614ad3 100%);
  background: linear-gradient(0deg,#2d248a 0,#614ad3 100%);
	width: 165px;
	height: 7px;
	z-index: -1;
	bottom: 21px;
	left: -webkit-calc(80% + 150px);
	left: calc(80% + 150px);
}

.code-sect-2 .top-blocks {
	margin-top: 20px;
	margin-bottom: 40px;
}

.code-sect-2 .top-blocks_item {
	width: calc((100% - 60px)/2);
	display: inline-block;
	vertical-align: top;
	margin-right: 55px;
	font-size: 14px;
	font-weight: 300;
	color: #727272;
	margin-top: 16px;
}

.code-sect-2 .top-blocks_item p {
	margin: 0;
}

.code-sect-2 .top-blocks_item:last-child {
	margin-right: 0;
}



.code-sect-2 .wrap-img {
	-webkit-box-shadow: 5px 0 29px 7px rgba(0,0,0,.08);
	box-shadow: 5px 0 29px 7px rgba(0,0,0,.08);
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 10;
	background-color: #fff;
}

.code-sect-2 .wrap-img .krug {
	position: absolute;
  right: -35px;
  top: 25px;
}

.code-sect-2 .lenta {
	position: absolute;
  right: -250px;
  bottom: 25px;
	z-index: -1;
}

.code-sect-2 .wrap-img div {
	padding: 0 30px;
}

.code-sect-2 .wrap-img p {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0;
}

.code-sect-2 .wrap-img h1 {
	font-size: 50px;
	line-height: 1.1;
	margin-bottom: 0;
	font-weight: 900;
}

.code-sect-2 .wrap-img h3 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 25px;
	font-weight: 400;
}

.code-sect-2 .bottom-blocks {
	overflow: hidden;
	padding-bottom: 30px;
}

.code-sect-2 .bottom-blocks .owl-dots {
	margin-top: 10px;
}

.code-sect-2 .bottom-blocks .owl-dots button {
	width: 8px;
	height: 8px;
	background-color: transparent;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	margin-right: 5px;
	border: 2px solid #2e5ab2;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	opacity: .5;
	vertical-align: middle;
}

.code-sect-2 .bottom-blocks .owl-dots button:last-child {
	margin-right: 0;
}

.code-sect-2 .bottom-blocks .owl-dots button.active {
	width: 10px;
	height: 10px;
	border: 2px solid transparent;
	background-color: #2e5ab2;
	opacity: 1;
}

.code-sect-2 .bottom-blocks_item {
	background: -webkit-gradient(linear,left bottom,left top,from(#06278d),to(#497fcc));
	background: -webkit-linear-gradient(bottom,#06278d 0,#497fcc 100%);
	background: -o-linear-gradient(bottom,#06278d 0,#497fcc 100%);
	background: linear-gradient(0deg,#06278d 0,#497fcc 100%);
	display: inline-block;
	width: 32.35%;
	float: left;
	margin-right: 13px;
	color: #fff;
	padding: 26px 30px;
	padding-bottom: 28px;
	vertical-align: top;
	text-align: center;
}

.code-sect-2 .bottom-blocks_item:first-child {
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.code-sect-2 .bottom-blocks_item:nth-child(3n) {
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right: 0;
}

.code-sect-2 .bottom-blocks_item span {
	display: block;
	font-weight: 900;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.code-sect-2 .bottom-blocks_item p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 300;
}

@media screen and (max-width: 991.98px) {
	.video-sect-3 .wrap-img div {
		display: none;
	}

	.video-sect-3 .lenta {
    right: -30px;
    bottom: -25px;
    width: 30%;
	}

	.video-sect-3 .wrap-img .krug {
		display: none;
	}

	.video-sect-3 {
		padding-top: 70px;
	}

	.video-sect-3 .wrap-img .img-responsive {
		max-width: none;
		width: 100%;
	}

	/*  */

	.code-sect-2 .wrap-img div {
		display: none;
	}

	.code-sect-2 .lenta {
    right: -30px;
    bottom: -25px;
    width: 30%;
	}

	.code-sect-2 .wrap-img .krug {
		display: none;
	}

	.code-sect-2 {
		padding-top: 70px;
	}

	.code-sect-2 .wrap-img .img-responsive {
		max-width: none;
		width: 100%;
	}

	.video-sect-1.ds-sect-1 {
		padding-bottom: 0;
	}

	.video-sect-2.ds-sect-1 {
		padding-bottom: 70px;
		overflow: hidden;
	}

	.video-sect-2 .dlya-kogo-item {
		padding: 65px 16px 22px;
	}

	.video-sect-2 .dlya-kogo-item img {
		top: -24px;
	}



}

/*  */

.tilda-sect-3 {
	padding-bottom: 170px;
	padding-top: 80px;
}

.tilda-sect-3 .img-decoration-1,.tilda-sect-3 .img-decoration-2 {
	display: none;
}

.tilda-sect-3 .h2 {
	margin-bottom: 130px;
}

.tilda-sect-3 .h2::before {
	top: 100px;
}

.tilda-sect-3 .img-decoration-bg {
	position: absolute;
	pointer-events: none;
	left: 6%;
	top: 0;
}

.tilda-sect-3 .course-button {
	margin-top: 52px;
}

.wrap-img-programs {
	margin-top: 45px;
}

.wrap-img-programs img {
	margin: auto;
	display: block;
}

.wrap-programs-left .item {
	margin-bottom: 20px;
	color: #333;
}

.wrap-programs-left .item:last-child {
	margin-bottom: 0;
}

.wrap-programs-left .item .tab {
	background-color: #fff;
	position: relative;
	line-height: 1.4;
	padding: 18px 28px;
	padding-right: 55px;
	display: block;
	-webkit-box-shadow: 5px 0 29px 7px rgba(0,0,0,.08);
	box-shadow: 5px 0 29px 7px rgba(0,0,0,.08);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.wrap-programs-left .item .tab::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	background: -webkit-gradient(linear,left bottom,left top,from(#06278d),to(#497fcc));
	background: -webkit-linear-gradient(bottom,#06278d 0,#497fcc 100%);
	background: -o-linear-gradient(bottom,#06278d 0,#497fcc 100%);
	background: linear-gradient(0deg,#06278d 0,#497fcc 100%);
	width: 4px;
	-webkit-transition: height .25s ease;
	-o-transition: height .25s ease;
	transition: height .25s ease;
}

.wrap-programs-left .item .tab.active::before {
	height: 100%;
}

.wrap-programs-left .item .tab.active i::after {
	-webkit-transform: translate(-50%,-50%) rotate(0);
	-ms-transform: translate(-50%,-50%) rotate(0);
	transform: translate(-50%,-50%) rotate(0);
}

.wrap-programs-left .item .tab i {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background: #fd6d00;
	background: -webkit-gradient(linear,left bottom,left top,from(#ff5400),to(#f6b300));
	background: -webkit-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: -o-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: linear-gradient(0deg,#ff5400 0,#f6b300 100%);
	-webkit-box-shadow: 0 5px 16px rgba(253,107,0,.38);
	box-shadow: 0 5px 16px rgba(253,107,0,.38);
}

.wrap-programs-left .item .tab i::after,.wrap-programs-left .item .tab i::before {
	content: "";
	position: absolute;
	background-color: #feebd2;
	width: 12px;
	height: 2px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	-o-transition: transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease,-webkit-transform .25s ease;
}

.wrap-programs-left .item .tab i::after {
	-webkit-transform: translate(-50%,-50%) rotate(90deg);
	-ms-transform: translate(-50%,-50%) rotate(90deg);
	transform: translate(-50%,-50%) rotate(90deg);
}

.tab-content-program {
	color: #333;
	background-color: #fff;
	-webkit-box-shadow: 5px 0 29px 7px rgba(0,0,0,.08);
	box-shadow: 5px 0 29px 7px rgba(0,0,0,.08);
	padding-left: 50px;
	padding-right: 100px;
	padding-top: 34px;
	padding-bottom: 42px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.tab-content-program .h3 {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 12px;
}

.tab-content-program p {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
}

.tab-content-program .info-item {
	display: inline-block;
	margin-right: 24px;
	margin-top: 20px;
}

.tab-content-program .info-item:last-of-type {
	margin-right: 0;
}

.tab-content-program .info-item img {
	margin-right: 5px;
}

.tab-content-program .count {
	position: absolute;
	line-height: 1;
	font-size: 170px;
	font-weight: 900;
	color: #1d73ae;
	opacity: .1;
	bottom: -55px;
	right: -34px;
	pointer-events: none;
}

.tilda-sect-4 {
	background-image: url(../img/course-tilda/teacher-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	padding-top: 150px;
	padding-bottom: 170px;
}

.tilda-sect-4.section-code {
	background-image: url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/img/course-code/teacher-bg.png);
}

.tilda-sect-4 .h2 span {
	color: #fff;
}

.tilda-sect-4 .wrap-img .h2 {
	display: none;
}

.tilda-sect-4 .wrap-composition {
	padding-top: 15px;
}

.tilda-sect-4 .wrap-composition .h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 40px;
}

.tilda-sect-4 .wrap-composition li,.tilda-sect-4 .wrap-composition ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tilda-sect-4 .wrap-composition li {
	display: inline-block;
	margin-right: 24px;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	padding-left: 56px;
	margin-top: 24px;
}

.tilda-sect-4 .wrap-composition li:last-child {
	margin-right: 0;
}

.tilda-sect-4 .wrap-composition li img {
	position: absolute;
	left: -50px;
	top: -50px;
}

.tilda-sect-4 .wrap-composition .level {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 14px;
	font-weight: 300;
}

.tilda-sect-4 .wrap-composition .level div {
	display: flex;
	align-items: center;
	padding-right: 10px;
}

.tilda-sect-4 .wrap-composition .level div p {
	margin: 0 0 0 20px;
}

.tilda-sect-4 .wrap-composition>p {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	margin-top: 20px;
	width: 65%;
}

.tilda-sect-4 .wrap-composition .btn-accent {
	margin-top: 50px;
}

/* ########################## */

.video-sect-6 {
	background-color: #000;
	background-image: url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/img/course-video/teacher-bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	padding-top: 130px;
	padding-bottom: 130px;
}

.video-sect-6 .wrap-composition .subtitle {
	font-size: 18px;
	font-weight: 500;
}

.video-sect-6 .h2 span {
	color: #fff;
}

.video-sect-6 .wrap-img img {
	width: 100%;
}

.video-sect-6 .wrap-img .h2 {
	display: none;
}

.video-sect-6 .wrap-composition {
	padding-top: 15px;
}

.video-sect-6 .wrap-composition .h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 40px;
}

.video-sect-6 .wrap-composition li,.video-sect-6 .wrap-composition ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.video-sect-6 .wrap-composition li {
	display: inline-block;
	margin-right: 24px;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	padding-left: 56px;
	margin-top: 24px;
}

.video-sect-6 .wrap-composition li:last-child {
	margin-right: 0;
}

.video-sect-6 .wrap-composition li img {
	position: absolute;
	left: -50px;
	top: -50px;
}

.video-sect-6 .wrap-composition .about {
	font-size: 18px;
	line-height: 1.33333;
	font-weight: 400;
	margin: 60px 0 0 0;
	/* margin-top: 20px; */
	/* width: 65%; */
}

.video-sect-6 .wrap-composition .about b {
	font-weight: 400;
	color: #00c350;
}

.video-sect-6 .wrap-composition .logo {
	padding: 20px 25px 0 0;
}

.video-sect-6 .wrap-composition .btn-accent {
	margin-top: 50px;
}

/* ########################### */

.tilda-sect-5 {
	margin-top: 42px;
	padding-top: 120px;
	overflow: visible;
}

.tilda-sect-5 .owl-carousel .owl-dots.disabled,.tilda-sect-5 .owl-carousel .owl-nav.disabled {
	display: block;
}

.tilda-sect-5 .img-decoration-bg {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
}

.tilda-sect-5 .img-decoration-1 {
	position: absolute;
	pointer-events: none;
	top: 25%;
	right: 0;
}

.tilda-sect-5 .students-items .student:hover .name {
	color: #fd6d00;
}

.tilda-sect-5 .h2 {
	color: #333;
	margin-bottom: 40px;
}

.tilda-sect-5 .h2::before {
	bottom: -2px;
}

.tilda-sect-6 {
	padding-top: 85px;
	padding-bottom: 120px;
}

.tilda-sect-6 .ds-study-item {
	background-color: #fff;
	color: #333;
	-webkit-box-shadow: 0 5px 29px 7px rgba(0,0,0,.08);
	box-shadow: 0 5px 29px 7px rgba(0,0,0,.08);
}

.tilda-sect-6 .img-decoration-bg {
	position: absolute;
	pointer-events: none;
	top: 1%;
	left: 20%;
}

.tilda-sect-6 .img-decoration-1 {
	position: absolute;
	pointer-events: none;
	bottom: 2%;
	left: 12%;
}

.tilda-sect-6 .img-decoration-2 {
	display: none;
}

.tilda-sect-7 {
	padding-top: 50px;
	padding-bottom: 170px;
}

.tilda-sect-7 .img-decoration-1 span {
	-webkit-border-radius: 10em;
	border-radius: 10em;
	position: absolute;
}

.tilda-sect-7 .img-decoration-1 span:nth-child(1) {
	width: 11px;
	height: 11px;
	background-color: #ffc37f;
	left: 24%;
	top: 12%;
}

.tilda-sect-7 .img-decoration-1 span:nth-child(2) {
	width: 11px;
	height: 11px;
	background-color: #ffc37f;
	top: 5px;
	left: 54%;
}

.tilda-sect-7 .img-decoration-1 span:nth-child(3) {
	width: 18px;
	height: 18px;
	border: 4px solid #ffc37f;
	left: 44.5%;
	top: 0;
}

.section-code .decor-1 span:nth-child(1) {
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	background-color: #99dbe1;
	position: absolute;
	right: 144px;
	top: 61px;
}

.tilda-sect-7.section-code {
	padding: 160px 0 80px;
}

.tilda-sect-7 .wrap-portfolio {
	overflow: auto;
	margin-top: 50px;
}

.tilda-sect-7 .wrap-portfolio .ds-portfolio-item {
	width: 100%;
	margin-bottom: 0;
}

.tilda-sect-7 .wrap-portfolio .ds-portfolio-item>a {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.tilda-sect-7 .wrap-portfolio .ds-portfolio-item>a img {
	min-height: 460px;
	height: auto;
}

.tilda-sect-7 .wrap-portfolio .owl-dots {
	margin-top: 15px;
	text-align: center;
}

.tilda-sect-7 .wrap-portfolio .owl-dots button {
	width: 8px;
	height: 8px;
	background-color: transparent;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	margin-right: 5px;
	border: 2px solid #2e5ab2;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	opacity: .5;
	vertical-align: middle;
}

.tilda-sect-7 .wrap-portfolio .owl-dots button:last-child {
	margin-right: 0;
}

.tilda-sect-7 .wrap-portfolio .owl-dots button.active {
	width: 10px;
	height: 10px;
	border: 2px solid transparent;
	background-color: #2e5ab2;
	opacity: 1;
}

.tilda-sect-8 {
	background-image: url(../img/course-tilda/order-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	padding: 170px 0;
	overflow: visible;
	background-color: #00004b;
}

.tilda-sect-8 .img-decoration-1 {
	position: absolute;
	pointer-events: none;
	left: 30%;
	top: -46px;
}

.tilda-sect-8 .wrap-content-left .top-conent {
	border-bottom: 1px solid #fd6d00;
	padding-bottom: 35px;
}

.tilda-sect-8 .wrap-content-left .top-conent .h3 {
	line-height: 1.3;
	font-size: 36px;
	font-weight: 900;
	padding-bottom: 20px;
}

.tilda-sect-8 .wrap-content-left .top-conent .info-ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tilda-sect-8 .wrap-content-left .top-conent li {
	margin-top: 35px;
	position: relative;
	padding-left: 46px;
}

.tilda-sect-8 .wrap-content-left .top-conent li:first-child {
	margin-top: 0;
}

.tilda-sect-8 .wrap-content-left .top-conent li:last-child span {
	top: 7px;
	position: relative;
}

.tilda-sect-8 .wrap-content-left .top-conent li img {
	position: absolute;
	top: -44px;
	left: -52px;
}

.tilda-sect-8 .wrap-content-left .top-conent li span {
	line-height: 1.4;
}

.tilda-sect-8 .wrap-content-left .top-conent li span:nth-of-type(1) {
	font-weight: 500;
}

.tilda-sect-8 .wrap-content-left .top-conent li span:nth-of-type(2) {
	font-weight: 700;
	font-size: 24px;
}

.tilda-sect-8 .wrap-content-left .top-conent .price {
	position: relative;
	z-index: 1;
	padding-top: 20px;
}

.tilda-sect-8 .wrap-content-left .top-conent .price span {
	display: inline-block;
	line-height: 1;
	position: relative;
}

.tilda-sect-8 .wrap-content-left .top-conent .price span.price-old {
	font-size: 30px;
	font-weight: 500;
	opacity: .8;
	margin-right: 35px;
}

.tilda-sect-8 .wrap-content-left .top-conent .price span.price-old::after {
	content: "";
	position: absolute;
	background-color: #fff;
	left: 0;
	width: 100%;
	height: 1px;
	top: 45%;
}

.tilda-sect-8 .wrap-content-left .top-conent .price span.price-new {
	font-size: 80px;
	font-weight: 900;
	background: -webkit-gradient(linear,left bottom,left top,from(#ff5400),to(#f6b300));
	background: -webkit-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: -o-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: linear-gradient(0deg,#ff5400 0,#f6b300 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tilda-sect-8 .wrap-content-left .top-conent .price span.price-new::before {
	content: "";
	position: absolute;
	left: -19px;
	width: 165px;
	height: 10px;
	bottom: 20px;
	z-index: -1;
	background-color: #fff;
}

.tilda-order-bottom-content {
	position: relative;
	padding-left: 141px;
	overflow: visible;
	padding-top: 82px;
}

.tilda-order-bottom-content .btn-accent {
	float: right;
}

.tilda-order-bottom-content img {
	position: absolute;
	left: 0;
	top: 35px;
}

.tilda-order-bottom-content>p {
	font-size: 18px;
	line-height: 1.4;
}

.tilda-order-bottom-content>p span {
	font-size: 24px;
	font-weight: 900;
}

.tilda-order-bottom-content>p b {
	font-size: 24px;
	font-weight: 900;
	color: #fd6c00;
}

.tilda-order-bottom-content .personal-price {
	display: inline-block;
	z-index: 1;
	position: relative;
	margin-top: 12px;
}

.tilda-order-bottom-content .personal-price span {
	display: inline-block;
	position: relative;
	line-height: 1;
}

.tilda-order-bottom-content .personal-price span.old {
	margin-right: 15px;
}

.tilda-order-bottom-content .personal-price span.old::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	height: 1px;
	top: 45%;
}

.tilda-order-bottom-content .personal-price span.new {
	font-size: 24px;
	font-weight: 900;
	margin-right: 10px;
}

.tilda-order-bottom-content .personal-price span.new::before {
	content: "";
	position: absolute;
	left: -8px;
	width: 52px;
	height: 5px;
	background: -webkit-gradient(linear,left bottom,left top,from(#ff5400),to(#f6b300));
	background: -webkit-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: -o-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: linear-gradient(0deg,#ff5400 0,#f6b300 100%);
	bottom: 6px;
	z-index: -1;
}

.order-tilda-wrap {
	max-width: 484px;
	background-color: #fff;
	margin-left: 35px;
	padding: 37px;
	padding-bottom: 22px;
	padding-top: 60px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.order-tilda-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 13px;
	background: -webkit-gradient(linear,left bottom,left top,from(#f5a600),to(#f19a00));
	background: -webkit-linear-gradient(bottom,#f5a600 0,#f19a00 100%);
	background: -o-linear-gradient(bottom,#f5a600 0,#f19a00 100%);
	background: linear-gradient(0deg,#f5a600 0,#f19a00 100%);
}

.order-tilda-wrap>p {
	font-size: 16px;
	color: #333;
	margin-top: 18px;
	margin-bottom: 8px;
	text-align: center;
}

.order-tilda-wrap .h2 {
	text-align: center;
	width: 100%;
}

.order-tilda-wrap .h2::before {
	display: none;
}

.tilda-sect-9 {
	padding: 80px 0;
	margin-top: 80px;
	overflow: visible;
}

.tilda-sect-9 .img-decoration-2 {
	position: absolute;
	pointer-events: none;
	bottom: 1%;
	right: 1%;
}

.tilda-sect-9 .img-decoration-1 {
	position: absolute;
	pointer-events: none;
	left: 0;
	top: -126px;
}

.tilda-sect-9 .tilda-partners-wrap {
	padding-top: 30px;
}

/*  */

.video-sect-8 {
	padding: 160px 0 80px;
	/* margin-top: 80px; */
	overflow: visible;
	background-color: #291152;
	color: #fff;
}

.video-sect-8 .decor-1 {
	position: absolute;
	right: 0;
	top: 28%;
}

.video-sect-8 .decor-2 {
	display: none;
}

.video-sect-8 .h2 {
	color: inherit;
}

.video-sect-8 .subtitle {
	color: inherit;
	font-size: 14px;
  text-align: center;
  max-width: 45%;
  margin: 60px auto 0;
}

.video-sect-8 .video-partners-wrap {
	padding-top: 30px;
}

/*  */

.tilda-partners-wrap .owl-stage-outer {
	padding: 20px 0;
}

.tilda-partners-wrap .owl-item img {
	width: auto!important;
}

.tilda-partners-wrap .owl-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}

.tilda-partners-wrap .owl-nav button {
	width: 32px;
	height: 42px;
	position: absolute;
}

.tilda-partners-wrap .owl-nav button:hover svg {
	fill: #000;
}

.tilda-partners-wrap .owl-nav button.owl-prev {
	left: -50px;
}

.tilda-partners-wrap .owl-nav button.owl-next {
	right: -50px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tilda-partners-wrap .owl-nav button svg {
	fill: #9c9c9c;
	width: 32px;
	height: 42px;
	-webkit-transition: fill .2s ease;
	-o-transition: fill .2s ease;
	transition: fill .2s ease;
}

/*  */





.video-partners-wrap .owl-stage-outer {
	padding: 20px 0;
}

.video-partners-wrap .owl-item img {
	width: auto!important;
}

.video-partners-wrap .owl-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}

.video-partners-wrap .owl-nav button {
	width: 32px;
	height: 42px;
	position: absolute;
}

.video-partners-wrap .owl-nav button:hover svg {
	fill: #00ba4a;
}

.video-partners-wrap .owl-nav button.owl-prev {
	left: -50px;
}

.video-partners-wrap .owl-nav button.owl-next {
	right: -50px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.video-partners-wrap .owl-nav button svg {
	fill: #9c9c9c;
	width: 32px;
	height: 42px;
	-webkit-transition: fill .2s ease;
	-o-transition: fill .2s ease;
	transition: fill .2s ease;
}

.tilda-partners-item {
	text-align: center;
	height: 120px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.tilda-partners-item:focus,.tilda-partners-item:hover {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	z-index: 1;
}

.tilda-partners-item:focus img,.tilda-partners-item:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.tilda-partners-item img {
	max-width: 100%;
	display: block;
	height: auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .4;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.video-partners-item {
	text-align: center;
	height: 120px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.video-partners-item:focus,.video-partners-item:hover {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	z-index: 1;
	background-color: #fff;
	cursor: pointer;
}

.video-sect-8 .video-partners-item img:first-of-type {
	display: none;
}

.video-sect-8 .video-partners-item img:last-of-type {
	display: block;
}

.video-sect-8 .video-partners-item:hover img:first-of-type {
	display: block;
}

.video-sect-8 .video-partners-item:hover img:last-of-type {
	display: none;
}

.video-partners-item:focus img,.video-partners-item:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.video-partners-item img {
	max-width: 100%;
	display: block;
	height: auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .4;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.tilda-sect-10 {
	padding-bottom: 80px;
	padding-top: 80px;
}

.tilda-sect-10 .img-decoration-2 {
	display: none;
}

.tilda-sect-10 .btn-accent {
	margin-top: 40px;
	padding-left: 45px;
	padding-right: 45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tilda-sect-10 .img-decoration-1 {
	position: absolute;
	pointer-events: none;
	top: 30%;
	right: 15%;
}

.tilda-sect-10 .wrap-img {
	padding-top: 70px;
}

.tilda-sect-10 .wrap-composition li,.tilda-sect-10 .wrap-composition ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tilda-sect-10 .wrap-composition li {
	margin-top: 28px;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	color: #727272;
	padding-left: 21px;
}

.tilda-sect-10 .wrap-composition li:first-child {
	margin-top: 0;
}

.tilda-sect-10 .wrap-composition li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	background: -webkit-gradient(linear,left bottom,left top,from(#ff5400),to(#f6b300));
	background: -webkit-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: -o-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: linear-gradient(0deg,#ff5400 0,#f6b300 100%);
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 11px;
	height: 11px;
}

.tilda-sect-10 .wrap-composition p {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	margin-bottom: 22px;
	padding-right: 100px;
}

.tilda-sect-10 .wrap-composition .h2 {
	margin-bottom: 26px;
}

.tilda-sect-10 .wrap-composition .h2::before {
	display: none;
}

.tilda-sect-10 .wrap-composition .h2 span::before {
	display: block;
	content: "";
	position: absolute;
	background: -webkit-gradient(linear,left bottom,left top,from(#ff5400),to(#f6b300));
	background: -webkit-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: -o-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: linear-gradient(0deg,#ff5400 0,#f6b300 100%);
	width: 165px;
	height: 7px;
	z-index: -1;
	top: 21px;
	left: 42%;
}

/* 111111111111111111111111111111111111111111111111111 */

.video-sect-7 {
	padding-bottom: 170px;
	padding-top: 170px;
	overflow: visible;
}

.video-sect-7 .btn-accent {
	margin-top: 40px;
	padding-left: 45px;
	padding-right: 45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.video-sect-7 .decor-1 {
	position: absolute;
	pointer-events: none;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.video-sect-7 .decor-2 {
	position: absolute;
	right: 50px;
	top: -34px;
	z-index: 999;
}

.video-sect-7 .wrap-img {
	padding-top: 70px;
}

.video-sect-7 .wrap-img img {
	width: 100%;
}

.video-sect-7 .wrap-composition li,.video-sect-7 .wrap-composition ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.video-sect-7 .wrap-composition li {
	margin-top: 28px;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	color: #727272;
	padding-left: 21px;
}

.video-sect-7 .wrap-composition li:first-child {
	margin-top: 0;
}

.video-sect-7 .wrap-composition li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	background: -webkit-gradient(linear,left bottom,left top,from(#6e37ce),to(#62a0f0));
	background: -webkit-linear-gradient(bottom,#6e37ce 0,#62a0f0 100%);
	background: -o-linear-gradient(bottom,#6e37ce 0,#62a0f0 100%);
	background: linear-gradient(0deg,#6e37ce 0,#62a0f0 100%);
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 11px;
	height: 11px;
}

.video-sect-7 .wrap-composition p {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	margin-bottom: 22px;
	padding-right: 100px;
}

.video-sect-7 .wrap-composition .h2 {
	margin-bottom: 26px;
}

.video-sect-7 .wrap-composition .h2::before {
	display: none;
}

.video-sect-7 .wrap-composition .h2 span::before {
	display: block;
	content: "";
	position: absolute;
	background: -webkit-gradient(linear,left bottom,left top,from(#00a739),to(#00d561));
	background: -webkit-linear-gradient(bottom,#00a739 0,#00d561 100%);
	background: -o-linear-gradient(bottom,#00a739 0,#00d561 100%);
	background: linear-gradient(0deg,#00a739 0,#00d561 100%);
	width: 165px;
	height: 7px;
	z-index: -1;
	top: 24px;
	left: 55%;
}

/* 111111111111111111111111111111111111111111111111111 */

.tilda-sect-11 {
	overflow: visible;
	padding-top: 80px;
}

.tilda-sect-11 .img-decoration-bg {
	position: absolute;
	poiner-events: none;
	bottom: -380px;
	right: 0;
}

.tilda-sect-11 .h2 {
	margin-bottom: 40px;
}

.tilda-sect-11 .wrap-course-faq .faq-item .question::after {
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#06278d),to(#497fcc));
	background: -webkit-linear-gradient(bottom,#06278d 0,#497fcc 100%);
	background: -o-linear-gradient(bottom,#06278d 0,#497fcc 100%);
	background: linear-gradient(0deg,#06278d 0,#497fcc 100%);
}

.tilda-sect-11 .wrap-course-faq .faq-item .question.active::before {
	height: 100%;
}

.tilda-sect-11 .wrap-course-faq .faq-item .question.active i::after {
	-webkit-transform: translate(-50%,-50%) rotate(0);
	-ms-transform: translate(-50%,-50%) rotate(0);
	transform: translate(-50%,-50%) rotate(0);
}

.tilda-sect-11 .wrap-course-faq .faq-item .question i {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background: #fd6d00;
	background: -webkit-gradient(linear,left bottom,left top,from(#ff5400),to(#f6b300));
	background: -webkit-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: -o-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
	background: linear-gradient(0deg,#ff5400 0,#f6b300 100%);
	-webkit-box-shadow: 0 5px 16px rgba(253,107,0,.38);
	box-shadow: 0 5px 16px rgba(253,107,0,.38);
}

.tilda-sect-11 .wrap-course-faq .faq-item .question i::after,.tilda-sect-11 .wrap-course-faq .faq-item .question i::before {
	content: "";
	position: absolute;
	background-color: #feebd2;
	width: 12px;
	height: 2px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	-o-transition: transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease,-webkit-transform .25s ease;
}

.tilda-sect-11 .wrap-course-faq .faq-item .question i::after {
	-webkit-transform: translate(-50%,-50%) rotate(90deg);
	-ms-transform: translate(-50%,-50%) rotate(90deg);
	transform: translate(-50%,-50%) rotate(90deg);
}

.tilda-sect-12 {
	padding-top: 60px;
}

.tilda-sect-12 .img-decoration-bg {
	position: absolute;
	pointer-events: none;
	bottom: -30px;
	right: 12%;
}

.tilda-sect-12 .h2 {
	text-align: left;
	margin-bottom: 28px;
}

.tilda-sect-12 .wrap-composition {
	margin-top: 0;
	padding-top: 80px;
}

.tilda-sect-12 .wrap-composition li span {
	font-size: 50px;
	line-height: 1;
	font-weight: 900;
	color: #2657ab;
	display: block;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#06278d),to(#497fcc));
	background: -webkit-linear-gradient(bottom,#06278d 0,#497fcc 100%);
	background: -o-linear-gradient(bottom,#06278d 0,#497fcc 100%);
	background: linear-gradient(0deg,#06278d 0,#497fcc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 5px;
	white-space: nowrap;
}

.header-masterskaya {
	top: 40px;
}

.header-masterskaya .top-pannel {
	position: relative;
	padding: 0;
}

.header-masterskaya .top-pannel .wrap-logo {
	position: relative;
	left: 0;
}

.header-masterskaya .top-pannel .wrap-information {
	position: relative;
	right: 0;
	display: inline-block;
	float: right;
}

.header-masterskaya .top-pannel .wrap-information .info {
	margin-right: 0;
}

.header-masterskaya .top-pannel .wrap-information .info span {
	margin-top: 10px;
}

.header-masterskaya .top-pannel .wrap-information .info span svg {
	fill: #1c7fb8;
}

.header-masterskaya .top-pannel .navbar {
	position: relative;
	left: 0;
	top: -14px;
	margin-left: 135px;
}

.header-masterskaya .top-pannel .navbar ul li a:focus,.header-masterskaya .top-pannel .navbar ul li a:hover {
	color: #f8d000;
	text-shadow: .3px .1px 0 #f8d000,-.3px -.1px 0 #f8d000;
}

.head-masterskaya {
	background-image: url(../img/course-masterskaya/head-masterskaya.jpg);
	color: #fff;
	padding-top: 165px;
	padding-bottom: 140px;
	background-color: #000;
	position: relative;
	background-position: center;
}

.head-masterskaya .wrap-composition .text-blue-gradient-wrap {
	font-size: 119px;
	line-height: 1.2;
	letter-spacing: 11.9px;
}

.head-masterskaya .wrap-composition .text-blue-gradient-wrap>span:nth-of-type(1) {
	top: -2px;
	left: 4px;
}

.head-masterskaya .wrap-composition .text-blue-gradient-wrap>span:nth-of-type(2) {
	bottom: -2px;
	left: -2px;
}

.head-masterskaya .wrap-composition .text-blue-gradient-wrap .h1 {
	font-size: 119px;
	line-height: 1.2;
}

.head-masterskaya .wrap-composition .hand-img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.head-masterskaya .wrap-composition .btn {
	margin-top: 34px;
}

.head-masterskaya .wrap-composition p {
	font-size: 24px;
	line-height: 1.4;
	position: relative;
	padding-left: 100px;
	margin-top: 25px;
}

.head-masterskaya .wrap-composition p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	background-color: #08d6e7;
	width: 80px;
	height: 2px;
}

.head-masterskaya .wrap-composition p span {
	color: #ffce2d;
	font-weight: 500;
	display: block;
}

.font-futura {
	font-family: future-ex,sans-serif;
}

.btn-big-yellow {
	background: -webkit-gradient(linear,left bottom,left top,from(#ffc714),to(#ffea91));
	background: -webkit-linear-gradient(bottom,#ffc714,#ffea91);
	background: -o-linear-gradient(bottom,#ffc714,#ffea91);
	background: linear-gradient(to top,#ffc714,#ffea91);
	color: #000;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	height: 96px;
	line-height: 96px;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-border-radius: 4% 4% 4% 4%/50% 50% 50% 50%;
	border-radius: 4% 4% 4% 4%/50% 50% 50% 50%;
	width: 395px;
	z-index: 1;
	text-align: center;
	font-family: muller-ex;
	position: relative;
	display: inline-block;
}

.btn-big-yellow span {
	-webkit-border-radius: 4% 4% 4% 4%/50% 50% 50% 50%;
	border-radius: 4% 4% 4% 4%/50% 50% 50% 50%;
	background: -webkit-gradient(linear,left bottom,left top,from(#ffc714),to(#ffea91));
	background: -webkit-linear-gradient(bottom,#ffc714,#ffea91);
	background: -o-linear-gradient(bottom,#ffc714,#ffea91);
	background: linear-gradient(to top,#ffc714,#ffea91);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2px;
	right: -2px;
}

.btn-big-yellow:focus,.btn-big-yellow:hover {
	color: #000;
}

.btn-big-yellow:active::before {
	bottom: 0;
}

.btn-big-yellow::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -4px;
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease;
	z-index: -1;
	background: #ab5200;
	-webkit-border-radius: 4% 4% 4% 4%/40% 40% 40% 40%;
	border-radius: 4% 4% 4% 4%/40% 40% 40% 40%;
}

.masterskaya-black-header {
	font-weight: 500;
	font-size: 48px;
	color: #000;
	line-height: 1.3;
	letter-spacing: .1em;
}

.text-blue-gradient-wrap {
	position: relative;
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	text-transform: uppercase;
}

.text-blue-gradient-wrap>span {
	position: absolute;
}

.text-blue-gradient-wrap>span:nth-of-type(1) {
	background: -webkit-linear-gradient(14deg,#eeb3c2,#fc6aaf);
	background: -o-linear-gradient(14deg,#eeb3c2,#fc6aaf);
	background: linear-gradient(76deg,#eeb3c2,#fc6aaf);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	top: -1px;
	left: 1px;
}

.text-blue-gradient-wrap>span:nth-of-type(2) {
	background: -webkit-linear-gradient(14deg,#73fcfb,#29fdff);
	background: -o-linear-gradient(14deg,#73fcfb,#29fdff);
	background: linear-gradient(76deg,#73fcfb,#29fdff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	bottom: -1px;
	left: -1px;
}

.text-blue-gradient {
	background: -webkit-gradient(linear,right top,left top,from(#155f95),to(#08d6e7));
	background: -webkit-linear-gradient(right,#155f95,#08d6e7);
	background: -o-linear-gradient(right,#155f95,#08d6e7);
	background: linear-gradient(-90deg,#155f95,#08d6e7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	position: relative;
	display: inline;
}

.text-blue-gradient span {
	background: -webkit-gradient(linear,right top,left top,from(#155f95),to(#08d6e7));
	background: -webkit-linear-gradient(right,#155f95,#08d6e7);
	background: -o-linear-gradient(right,#155f95,#08d6e7);
	background: linear-gradient(-90deg,#155f95,#08d6e7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s_master_1 {
	padding-top: 185px;
	position: relative;
	overflow: hidden;
}

.s_master_1::before {
	content: "";
	position: absolute;
	right: 0;
	top: 11%;
	background-image: url(../img/course-masterskaya/about-knopki.png);
	width: 198px;
	height: 309px;
}

.s_master_1 .text-blue-gradient-wrap {
	margin-left: 89px;
	margin-top: 12px;
	margin-bottom: 80px;
}

.s_master_1 .about-items-wrap {
	padding-left: 104px;
	padding-right: 56px;
}

.s_master_1 .about-items-wrap .item {
	position: relative;
	padding-top: 40px;
	min-height: 200px;
	margin-top: 50px;
}

.s_master_1 .about-items-wrap .item .wrap-text .h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 16px;
}

.s_master_1 .about-items-wrap .item .wrap-text p {
	font-size: 20px;
	color: #909090;
}

.s_master_1 .about-items-wrap .item .wrap-img {
	position: absolute;
	pointer-events: none;
}

.s_master_1 .about-items-wrap .item-1 {
	padding-left: 400px;
}

.s_master_1 .about-items-wrap .item-1 .wrap-img {
	left: -452px;
	top: 0;
}

.s_master_1 .about-items-wrap .item-2 {
	padding-right: 380px;
}

.s_master_1 .about-items-wrap .item-2 .wrap-img {
	z-index: 1;
	top: -16px;
	right: -300px;
}

.s_master_1 .about-items-wrap .item-mobile {
	display: none;
}

.s_demo-dostyp {
	background-color: #000;
	position: relative;
	color: #fff;
	padding: 68px 0;
	margin-top: 90px;
}

.s_demo-dostyp .img-1 {
	display: none;
}

.s_demo-dostyp .img-2 {
	position: absolute;
	z-index: 1;
	left: 35px;
	bottom: 0;
}

.s_demo-dostyp::before {
	content: "";
	left: 0;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/course-masterskaya/dostyp-bg.png);
	width: 586px;
	height: 816px;
}

.s_demo-dostyp .wrap-composition {
	font-size: 35px;
	line-height: 1.2;
	font-weight: 700;
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
}

.s_demo-dostyp .wrap-composition>* {
	white-space: nowrap;
}

.s_demo-dostyp .wrap-composition .btn {
	float: right;
	margin-left: 20px;
}

.s_demo-dostyp .wrap-composition .two {
	background: -webkit-gradient(linear,right top,left top,from(#155f95),to(#08d6e7));
	background: -webkit-linear-gradient(right,#155f95,#08d6e7);
	background: -o-linear-gradient(right,#155f95,#08d6e7);
	background: linear-gradient(-90deg,#155f95,#08d6e7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 265px;
	line-height: 265px;
	position: relative;
}

.s_demo-dostyp .wrap-composition .two span {
	position: absolute;
	font-weight: 700;
}

.s_demo-dostyp .wrap-composition .two span:nth-of-type(1) {
	background: -webkit-linear-gradient(14deg,#eeb3c2,#fc6aaf);
	background: -o-linear-gradient(14deg,#eeb3c2,#fc6aaf);
	background: linear-gradient(76deg,#eeb3c2,#fc6aaf);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	top: 0;
	left: 2px;
	z-index: -1;
}

.s_demo-dostyp .wrap-composition .two span:nth-of-type(2) {
	background: -webkit-linear-gradient(14deg,#73fcfb,#29fdff);
	background: -o-linear-gradient(14deg,#73fcfb,#29fdff);
	background: linear-gradient(76deg,#73fcfb,#29fdff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	bottom: -3px;
	left: -3px;
	z-index: -2;
}

.s_demo-dostyp .wrap-composition .three {
	position: relative;
	bottom: -20px;
}

.s_demo-dostyp .wrap-composition .three span {
	color: #08d6e7;
}

.s_master_2 {
	position: relative;
	padding-top: 35px;
	padding-bottom: 80px;
}

.s_master_2 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_master_2 .img-decoration-0 {
	top: 24%;
	left: 50px;
}

.s_master_2 .img-decoration-1 {
	top: 28px;
	right: 60%;
}

.s_master_2 .img-decoration-2 {
	top: 40%;
	right: 0;
}

.s_master_2 .item {
	position: relative;
	margin-top: 40px;
}

.s_master_2 .item .h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 16px;
}

.s_master_2 .item p {
	font-size: 20px;
	color: #909090;
}

.s_master_2 .item:nth-of-type(odd) {
	padding-left: 505px;
	padding-right: 55px;
}

.s_master_2 .item:nth-of-type(even) {
	padding-right: 380px;
	padding-left: 100px;
	padding-right: 500px;
}

.human-col {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

@media (max-width:1199.98px) {
	.human-col {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

@media (max-width:991.98px) {
	.human-col {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.h2-master {
	font-size: 48px;
	line-height: 1.1;
	font-weight: 500;
	color: #000;
	letter-spacing: .1em;
}

.s_master_3 {
	position: relative;
	padding-bottom: 95px;
	padding-top: 80px;
}

.s_master_3 .owl-dots {
	position: relative;
	text-align: center;
	margin-top: -28px;
	z-index: 1;
}

.s_master_3 .owl-dots button {
	width: 8px;
	height: 8px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background-color: #e1e1e1;
	margin-right: 8px;
}

.s_master_3 .owl-dots button:last-child {
	margin-right: 0;
}

.s_master_3 .owl-dots button.active {
	background-color: #000;
	cursor: pointer;
}

.s_master_3 .owl-carousel .owl-item img {
	width: auto;
}

.s_master_3 .h2 {
	text-align: center;
	margin-bottom: 20px;
}

.s_master_3 .img-decoration {
	position: absolute;
	pointer-event: none;
}

.s_master_3 .img-decoration-1 {
	right: 74%;
	top: 25%;
}

.s_master_3 .img-decoration-2,.s_master_3 .img-decoration-3 {
	display: none;
}

.s_master_3 .wrap-people .item-human {
	position: relative;
	margin-top: 40px;
	float: right;
}

.s_master_3 .wrap-people .item-human:hover .btn {
	-webkit-box-shadow: 0;
	box-shadow: 0;
	background: -webkit-gradient(linear,left bottom,left top,from(#ffc714),to(#ffea91));
	background: -webkit-linear-gradient(bottom,#ffc714,#ffea91);
	background: -o-linear-gradient(bottom,#ffc714,#ffea91);
	background: linear-gradient(to top,#ffc714,#ffea91);
}

.s_master_3 .wrap-people .item-human.no-hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.s_master_3 .wrap-people .item-human.no-hover .btn {
	cursor: auto;
}

.s_master_3 .wrap-people .item-human.no-hover .btn:focus {
	-webkit-box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	background: #fff;
}

.s_master_3 .wrap-people .item-human.no-hover:hover .btn {
	-webkit-box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	background: #fff;
}

.s_master_3 .wrap-people .item-human .btn {
	background-color: #fff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	-webkit-transform: skew(-14deg);
	-ms-transform: skew(-14deg);
	transform: skew(-14deg);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: none;
	-webkit-box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	width: 220px;
	height: 74px;
	cursor: pointer;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	display: block;
	margin: auto;
}

.s_master_3 .wrap-people .item-human .btn:focus,.s_master_3 .wrap-people .item-human .btn:hover {
	color: #333;
}

.s_master_3 .wrap-people .item-human .btn:focus {
	-webkit-box-shadow: 0;
	box-shadow: 0;
	background: -webkit-gradient(linear,left bottom,left top,from(#ffc714),to(#ffea91));
	background: -webkit-linear-gradient(bottom,#ffc714,#ffea91);
	background: -o-linear-gradient(bottom,#ffc714,#ffea91);
	background: linear-gradient(to top,#ffc714,#ffea91);
}

.s_master_3 .wrap-people .item-human .btn span {
	-webkit-transform: skew(14deg);
	-ms-transform: skew(14deg);
	transform: skew(14deg);
	display: inline-block;
}

.s_master_3 .wrap-people .item-human img {
	margin: auto;
}

.s_master_3 .wrap-people .item-human .hover {
	display: none;
	position: absolute;
	left: 120%;
	top: 0;
	background-color: #fff;
	z-index: 1;
	width: 280px;
	-webkit-box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.1);
	box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.1);
	padding: 40px 32px 25px;
}

.s_master_3 .wrap-people .item-human .hover::before {
	content: "";
	position: absolute;
	border: 12px solid transparent;
	border-right: 12px solid #fff;
	top: 50px;
	left: -12px;
	border-bottom: 12px solid #fff;
}

.s_master_3 .wrap-people .item-human .hover.hover-to-left {
	left: auto;
	right: 120%;
}

.s_master_3 .wrap-people .item-human .hover.hover-to-left::before {
	left: auto;
	right: -12px;
	border: 12px solid transparent;
	border-bottom: 12px solid #fff;
}

.s_master_3 .wrap-people .item-human .hover .h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

.s_master_3 .wrap-people .item-human .hover p {
	color: #909090;
	margin: 0;
}

.s_master_4 {
	position: relative;
	padding-top: 95px;
}

.s_master_4 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_master_4 .img-decoration-1 {
	right: 45px;
	top: 25%;
}

.s_master_4 .img-decoration-2 {
	right: 0;
	bottom: 5%;
}

.s_master_4 .img-decoration-3 {
	display: none;
}

.s_master_4 .h2 {
	text-align: center;
}

.s_master_4 .wrap-items {
	height: 700px;
	margin-top: 50px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}

.s_master_4 .wrap-items .item {
	width: 330px;
	display: inline-block;
	position: absolute;
}

.s_master_4 .wrap-items .item span {
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2;
	color: #000;
	opacity: .1;
	font-style: italic;
}

.s_master_4 .wrap-items .item p {
	color: #909090;
	font-size: 20px;
}

.s_master_4 .wrap-items .item:nth-of-type(1) {
	left: 160px;
	top: 0;
}

.s_master_4 .wrap-items .item:nth-of-type(2) {
	left: 0;
	top: 240px;
}

.s_master_4 .wrap-items .item:nth-of-type(3) {
	left: 45px;
	top: 480px;
}

.s_master_4 .wrap-items .item:nth-of-type(4) {
	right: 15px;
	top: 116px;
}

.s_master_4 .wrap-items .item:nth-of-type(5) {
	right: 0;
	top: 460px;
}

.s_master_5 {
	position: relative;
	padding: 80px 0;
}

.s_master_5 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_master_5 .img-decoration-1 {
	right: 35px;
	top: 2%;
}

.s_master_5 .img-decoration-2 {
	right: 64%;
	top: 22%;
}

.s_master_5 .img-decoration-3 {
	display: none;
}

.s_master_5 .wrap-composition {
	display: inline-block;
	padding-top: 60px;
}

.s_master_5 .wrap-composition img {
	display: none;
}

.s_master_5 .wrap-composition .btn {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 100px;
}

.s_master_5 .wrap-composition p {
	font-size: 25px;
	font-weight: 600;
	margin: 0;
	padding-left: 334px;
	line-height: 1.4;
}

.s_master_5 .wrap-composition p b,.s_master_5 .wrap-composition p strong {
	font-weight: 700;
	color: #08d6e7;
}

.s_master_6 {
	padding-top: 95px;
	padding-bottom: 205px;
	position: relative;
}

.s_master_6 .text-blue-gradient-wrap {
	margin-left: 89px;
	margin-top: 12px;
	margin-bottom: 60px;
}

.s_master_6 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_master_6 .img-decoration-1 {
	right: 88%;
	top: 51%;
}

.s_master_6 .img-decoration-2 {
	display: none;
}

.item-platforma {
	-webkit-box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	background-color: #fff;
	margin-top: 60px;
	padding-left: 194px;
	padding-top: 24px;
	padding-bottom: 18px;
	padding-right: 32px;
	position: relative;
}

.item-platforma img {
	position: absolute;
	left: -60px;
	top: -55px;
}

.item-platforma .h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}

.item-platforma p {
	color: #909090;
	line-height: 1.4;
	padding-right: 56px;
}

.s_master_7 {
	position: relative;
	background-color: #000;
	color: #fff;
	padding: 200px 0;
	z-index: 1;
}

.s_master_7 .masterskaya-black-header {
	color: #fff;
	text-align: center;
	padding-top: 115px;
	margin-bottom: 25px;
	width: 100%;
}

.s_master_7 .btn {
	margin-top: 70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.s_master_7 .teachers .owl-stage-outer {
	text-align: center;
}

.s_master_7 .teachers .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.s_master_7 .teachers .owl-dots button {
	width: 8px;
	height: 8px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background-color: #2d2d2d;
	margin-right: 8px;
}

.s_master_7 .teachers .owl-dots button:last-child {
	margin-right: 0;
}

.s_master_7 .teachers .owl-dots button.active {
	background-color: #fff;
}

.s_master_7 .teachers .item {
	margin-top: 40px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 142px;
	margin-right: 10px;
}

.s_master_7 .teachers .item:last-of-type {
	margin-right: 0;
}

.s_master_7 .teachers .item img {
	max-width: 100%;
	height: auto;
	position: absolute;
	top: -24px;
	left: 0;
}

.s_master_7 .teachers .item .h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
}

.s_master_7 .teachers .item li,.s_master_7 .teachers .item ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.s_master_7 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_master_7 .img-decoration-1 {
	right: 0;
	top: -174px;
	z-index: -1;
}

.s_master_7 .img-decoration-2 {
	right: 0;
	top: -180px;
}

.s_master_7 .img-decoration-3 {
	bottom: 60px;
	right: 340px;
}

.s_master_7 .img-decoration-4 {
	display: none;
}

.s_master_7 .wrap-left {
	position: relative;
}

.s_master_7 .wrap-left .h3 {
	font-size: 48px;
	font-weight: 600;
	line-height: 1.2;
}

.s_master_7 .wrap-left .text {
	font-size: 30px;
	position: relative;
	color: #deb327;
	line-height: 1.2;
	padding-left: 107px;
}

.s_master_7 .wrap-left .text br {
	display: none;
}

.s_master_7 .wrap-left .text::before {
	content: "";
	position: absolute;
	left: 0;
	width: 80px;
	height: 2px;
	background-color: #08d6e7;
	top: 19px;
}

.s_master_7 .wrap-left li,.s_master_7 .wrap-left ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.s_master_7 .wrap-left ul {
	margin-top: 26px;
	opacity: .8;
}

.s_master_7 .wrap-left .wrap-img {
	position: absolute;
	position: absolute;
	right: 140px;
	bottom: 0;
	display: inline-block;
	pointer-events: none;
	z-index: -1;
}

.s_master_7 .wrap-left .wrap-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.s_master_7 .wrap-right {
	position: relative;
	margin-left: 72px;
	margin-top: -28px;
	padding-top: 36px;
	padding-bottom: 26px;
	padding-left: 36px;
	padding-right: 39px;
}

.s_master_7 .wrap-right span {
	position: absolute;
	top: 0;
	background-color: #ffcf30;
	width: 2px;
	height: 100%;
}

.s_master_7 .wrap-right span svg {
	width: 37px;
	height: auto;
	fill: #ffcf30;
	position: absolute;
	left: 42px;
	top: -16px;
}

.s_master_7 .wrap-right span::after,.s_master_7 .wrap-right span::before {
	content: "";
	position: absolute;
	background-color: #ffcf30;
	width: 36px;
	height: 2px;
}

.s_master_7 .wrap-right span:nth-of-type(1) {
	left: 0;
}

.s_master_7 .wrap-right span:nth-of-type(1)::before {
	left: 0;
	top: 0;
}

.s_master_7 .wrap-right span:nth-of-type(1)::after {
	left: 0;
	bottom: 0;
}

.s_master_7 .wrap-right span:nth-of-type(2) {
	right: 0;
}

.s_master_7 .wrap-right span:nth-of-type(2)::before {
	top: 0;
	right: 0;
}

.s_master_7 .wrap-right span:nth-of-type(2)::after {
	bottom: 0;
	right: 0;
}

.s_master_7 .wrap-right p {
	font-size: 18px;
	margin: 0;
	opacity: .8;
	line-height: 1.4;
}

.s_master_8 {
	position: relative;
	z-index: 1;
	padding: 238px 0;
	color: #fff;
	background-color: #1185af;
	background: -webkit-linear-gradient(188deg,#155f95,#08d6e7);
	background: -o-linear-gradient(188deg,#155f95,#08d6e7);
	background: linear-gradient(-98deg,#155f95,#08d6e7);
}

.s_master_8 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_master_8 .img-decoration-1 {
	top: 12%;
	left: 86%;
	z-index: -1;
}

.s_master_8 .img-decoration-2 {
	left: 0;
	bottom: 40px;
}

.s_master_8 .img-decoration-3 {
	left: 60px;
	top: 270px;
}

.s_master_8 .img-decoration-4 {
	bottom: 0;
	right: 45%;
}

.s_master_8 .img-decoration-5 {
	bottom: 0;
	left: 0;
}

.s_master_8 .wrap-form {
	position: relative;
	margin-left: 40px;
}

.s_master_8 .wrap-form::before {
	content: "";
	position: absolute;
	left: -52px;
	right: -52px;
	top: -36px;
	bottom: -36px;
	border: 1px solid #fff;
	z-index: -1;
}

.s_master_8 .wrap-form .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 25px;
}

.s_master_8 .wrap-form input {
	width: 100%;
	color: #000;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 60px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}

.s_master_8 .wrap-form .btn {
	cursor: pointer;
	width: 100%;
	border: none;
}

.s_master_8 .wrap-form p {
	line-height: 1.4;
	margin-top: 10px;
	font-size: 14px;
}

.s_master_8 .wrap-form p a {
	color: #fff;
}

.s_master_8 .wrap-left {
	float: right;
	text-align: right;
	padding-right: 25px;
	padding-top: 95px;
}

.s_master_8 .wrap-left .h2 {
	font-size: 53px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: .1em;
}

.s_master_8 .wrap-left .text {
	font-size: 24px;
	position: relative;
	padding-right: 117px;
	line-height: 1.3;
	margin-top: 26px;
}

.s_master_8 .wrap-left .text .text-blue-gradient-wrap {
	font-size: 90px;
	line-height: 90px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.s_master_8 .wrap-left .text .text-blue-gradient-wrap span {
	left: auto;
}

.s_master_8 .wrap-left .text .text-blue-gradient-wrap span:nth-of-type(1) {
	right: -1px;
	top: 0;
}

.s_master_8 .wrap-left .text .text-blue-gradient-wrap span:nth-of-type(2) {
	z-index: 3;
}

.s_master_8 .wrap-left .text .text-blue-gradient-wrap .text-blue-gradient {
	font-size: 90px;
	line-height: 90px;
	right: 2px;
	bottom: -2px;
}

.s_master_9 {
	padding-top: 190px;
	position: relative;
}

.s_master_9 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_master_9 .img-decoration-1 {
	top: 20px;
	right: 0;
}

.s_master_9 .img-decoration-2 {
	right: 90%;
	bottom: 20px;
}

.s_master_9 .img-decoration-3,.s_master_9 .img-decoration-4 {
	display: none;
}

.s_master_9 .text-blue-gradient-wrap {
	margin-left: 89px;
	margin-top: 12px;
	margin-bottom: 60px;
}

.s_master_9 .top-img img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.s_master_9 .top-img img:nth-child(1) {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.s_master_9 .top-img img:nth-child(2) {
	display: none;
}

.s_master_9 .wrap-items {
	margin-top: 20px;
}

.s_master_9 .wrap-items .item {
	width: 315px;
	display: inline-block;
	vertical-align: top;
	margin-right: 104px;
	margin-top: 30px;
	z-index: 1;
	position: relative;
}

.s_master_9 .wrap-items .item:last-child {
	margin-right: 0;
}

.s_master_9 .wrap-items .item p {
	color: #909090;
	padding-right: 25px;
	line-height: 1.4;
}

.s_master_9 .wrap-items .item .h3 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 14px;
	margin-top: 10px;
}

.s_master_9 .wrap-items .item .wrap-img {
	vertical-align: bottom;
}

.s_master_9 .wrap-items .item .wrap-img img {
	vertical-align: bottom;
}

.s_master_10 {
	padding-top: 40px;
	padding-bottom: 452px;
}

.s_master_10 .text-blue-gradient-wrap {
	margin-left: 89px;
	margin-top: 12px;
	margin-bottom: 165px;
}

.s_master_10 .top-text {
	width: 41%;
}

.s_master_10 .top-text p {
	margin: 0;
	color: #909090;
	line-height: 1.4;
}

.s_master_10 .wrap-table-masterskaya {
	margin-top: 30px;
}

.s_master_10 .wrap-table-price {
	margin-top: 55px;
	margin-right: 10px;
}

.wrap-table-masterskaya {
	position: relative;
	padding-top: 50px;
	padding-bottom: 56px;
}

.wrap-table-masterskaya::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 478px;
	-webkit-box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
}

.wrap-table-masterskaya .item:last-child .text {
	border-bottom: 1px solid transparent;
}

.wrap-table-masterskaya .item:first-child .images .image {
	position: relative;
}

.wrap-table-masterskaya .item:first-child .images .image:nth-child(1)::before {
	content: "";
	position: absolute;
	left: -webkit-calc(50% + 20px);
	left: calc(50% + 20px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 74px;
	background-image: url(../img/course-masterskaya/cubok-1.png);
	width: 212px;
	height: 184px;
}

.wrap-table-masterskaya .item:first-child .images .image:nth-child(2)::before {
	content: "";
	position: absolute;
	left: -webkit-calc(50% + 14px);
	left: calc(50% + 14px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 74px;
	background-image: url(../img/course-masterskaya/cubok-2.png);
	width: 241px;
	height: 224px;
}

.wrap-table-masterskaya .item:first-child .images .image:nth-child(3)::before {
	content: "";
	position: absolute;
	left: -webkit-calc(50% - 12px);
	left: calc(50% - 12px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 74px;
	background-image: url(../img/course-masterskaya/cubok-3.png);
	width: 267px;
	height: 273px;
}

.wrap-table-masterskaya .item .text {
	display: inline-block;
	border-bottom: 1px solid #e8e8e8;
	height: 60px;
	position: relative;
	width: 30%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: left;
	margin-right: 100px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 11px;
	padding-right: 20px;
	margin-left: 59px;
}

.wrap-table-masterskaya .item .text span {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.wrap-table-masterskaya .item .text .title {
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
	left: 0;
}

.wrap-table-masterskaya .item .text .more {
	font-weight: 600;
	color: #1b87bd;
	cursor: pointer;
	right: 0;
}

.wrap-table-masterskaya .item .text .hover {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #fff;
	z-index: 2;
	width: 280px;
	-webkit-box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.1);
	box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.1);
	padding: 32px 30px 28px;
}

.wrap-table-masterskaya .item .text .hover::before {
	content: "";
	position: absolute;
	border: 12px solid transparent;
	border-right: 12px solid #fff;
	top: 10px;
	left: -12px;
	border-bottom: 12px solid #fff;
}

.wrap-table-masterskaya .item .text .hover .h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

.wrap-table-masterskaya .item .text .hover p {
	color: #909090;
	margin: 0;
}

.wrap-table-masterskaya .item .images {
	display: inline-block;
	border-bottom: 1px solid #e8e8e8;
	height: 60px;
	position: relative;
	width: 56%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 40px;
	padding-right: 88px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrap-table-masterskaya .item .images .image {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.wrap-table-masterskaya .item .images .image .cancel {
	width: 24px;
	height: 24px;
	fill: #cd1213;
	vertical-align: middle;
}

.wrap-table-masterskaya .item .images .image .ok {
	width: 29px;
	height: 27px;
	fill: #3aba13;
	vertical-align: middle;
}

.wrap-table-price {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: right;
}

.wrap-table-price .item {
	margin-right: 33px;
}

.wrap-table-price .item:last-child {
	margin-right: 0;
}

.wrap-table-price .item .text-blue-gradient-wrap {
	margin: 0;
	font-size: 50px;
	line-height: 74px;
}

.wrap-table-price .item .text-blue-gradient-wrap .text-blue-gradient {
	font-size: 50px;
	line-height: 74px;
}

.wrap-table-price .item .price {
	text-align: center;
	-webkit-transform: skew(-14deg);
	-ms-transform: skew(-14deg);
	transform: skew(-14deg);
	-webkit-box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 74px;
}

.wrap-table-price .item .price .h2 {
	-webkit-transform: skew(14deg);
	-ms-transform: skew(14deg);
	transform: skew(14deg);
	display: inline-block;
	line-height: 72px;
}

.wrap-table-price .item .price span {
	-webkit-transform: translateX(-50%) skew(14deg);
	-ms-transform: translateX(-50%) skew(14deg);
	transform: translateX(-50%) skew(14deg);
	background-color: #fff;
}

.wrap-table-price .item .price span:nth-child(1) {
	left: -webkit-calc(50% - 1px);
	left: calc(50% - 1px);
	top: 1px;
}

.wrap-table-price .item .price span:nth-child(2) {
	left: -webkit-calc(50% + 1px);
	left: calc(50% + 1px);
	bottom: 1px;
}

.wrap-table-price .item .btn-big-yellow {
	width: 207px;
	height: 68px;
	line-height: 68px;
	margin-top: 50px;
}

.wrap-table-price .item .btn-big-yellow::before {
	bottom: -3px;
}

.wrap-table-masterskaya-mobile .item {
	margin-top: 60px;
}

.wrap-table-masterskaya-mobile .item:first-of-type {
	margin-top: 0;
}

.wrap-table-masterskaya-mobile .item:last-of-type>img {
	position: relative;
	left: -20px;
}

.wrap-table-masterskaya-mobile .item>img {
	margin: auto;
	display: block;
}

.wrap-table-masterskaya-mobile .item li,.wrap-table-masterskaya-mobile .item ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.wrap-table-masterskaya-mobile .item ul {
	margin: 30px auto;
	max-width: 320px;
}

.wrap-table-masterskaya-mobile .item li {
	position: relative;
	padding-left: 23px;
	line-height: 1.3;
	margin-top: 10px;
	font-size: 18px;
}

.wrap-table-masterskaya-mobile .item li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	border: 5px solid transparent;
	border-left: 8px solid #7a7a7a;
}

.wrap-table-masterskaya-mobile .item .wrap-buy {
	max-width: 300px;
	margin: auto;
}

.wrap-table-masterskaya-mobile .item .wrap-buy .text-blue-gradient-wrap {
	margin: 0;
	font-size: 50px;
	line-height: 74px;
}

.wrap-table-masterskaya-mobile .item .wrap-buy .text-blue-gradient-wrap .text-blue-gradient {
	font-size: 50px;
	line-height: 74px;
}

.wrap-table-masterskaya-mobile .item .wrap-buy .price {
	text-align: center;
	-webkit-transform: skew(-14deg);
	-ms-transform: skew(-14deg);
	transform: skew(-14deg);
	-webkit-box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 74px;
}

.wrap-table-masterskaya-mobile .item .wrap-buy .price .h2 {
	-webkit-transform: skew(14deg);
	-ms-transform: skew(14deg);
	transform: skew(14deg);
	display: inline-block;
	line-height: 72px;
}

.wrap-table-masterskaya-mobile .item .wrap-buy .price span {
	-webkit-transform: translateX(-50%) skew(14deg);
	-ms-transform: translateX(-50%) skew(14deg);
	transform: translateX(-50%) skew(14deg);
	background-color: #fff;
}

.wrap-table-masterskaya-mobile .item .wrap-buy .price span:nth-child(1) {
	left: -webkit-calc(50% - 1px);
	left: calc(50% - 1px);
	top: 1px;
}

.wrap-table-masterskaya-mobile .item .wrap-buy .price span:nth-child(2) {
	left: -webkit-calc(50% + 1px);
	left: calc(50% + 1px);
	bottom: 1px;
}

.wrap-table-masterskaya-mobile .item .wrap-buy .btn-big-yellow {
	width: 100%;
	height: 68px;
	line-height: 68px;
	margin-top: 20px;
}

.wrap-table-masterskaya-mobile .item .wrap-buy .btn-big-yellow::before {
	bottom: -3px;
}

.s_master_11 {
	position: relative;
	background-color: #000;
	color: #fff;
	padding: 202px 0;
}

.s_master_11 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_master_11 .img-decoration-1 {
	top: -65px;
	right: 30px;
}

.s_master_11 .img-decoration-2 {
	top: -36px;
	left: 55px;
}

.s_master_11 .img-decoration-3 {
	right: 166px;
	bottom: 190px;
}

.s_master_11 .img-decoration-4 {
	right: 43%;
	bottom: -370px;
	display: none;
}

.s_master_11 .h2 {
	color: #fff;
	text-align: center;
}

.wrap-masterskaya-events {
	margin-top: 115px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrap-masterskaya-events .wrap-right {
	width: 375px;
}

.wrap-masterskaya-events .wrap-right .item-content {
	overflow: hidden;
	display: none;
}

.wrap-masterskaya-events .wrap-right .item-content:first-of-type {
	display: block;
}

.wrap-masterskaya-events .wrap-right .item-content img {
	max-width: 100%;
}

.wrap-masterskaya-events .wrap-right .item-content li,.wrap-masterskaya-events .wrap-right .item-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.wrap-masterskaya-events .wrap-right .item-content li {
	line-height: 1.4;
	margin-top: 2px;
}

.wrap-masterskaya-events .wrap-right .item-content li:first-child {
	margin-top: 0;
}

.wrap-masterskaya-events .wrap-right .item-content p {
	font-size: 15px;
	line-height: 1.5;
}

.wrap-masterskaya-events .wrap-right .item-content h1,.wrap-masterskaya-events .wrap-right .item-content h2,.wrap-masterskaya-events .wrap-right .item-content h3,.wrap-masterskaya-events .wrap-right .item-content h5,.wrap-masterskaya-events .wrap-right .item-content h6 {
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600;
	margin-top: 20px;
}

.wrap-masterskaya-events .wrap-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: -webkit-calc(176px * 4);
	max-width: calc(176px * 4);
	position: relative;
	z-index: 1;
}

.wrap-masterskaya-events .wrap-left .parent-item-new {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wrap-masterskaya-events .wrap-left::after {
	content: "";
	position: absolute;
	bottom: -590px;
	left: -170px;
	background-image: url(../img/course-masterskaya/s_master_11_img-4.png);
	width: 883px;
	height: 905px;
	z-index: -1;
}

.wrap-masterskaya-events .wrap-left .owl-dots {
	bottom: 0;
	margin-top: 30px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.wrap-masterskaya-events .wrap-left .owl-dots button {
	width: 8px;
	height: 8px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background-color: #2d2d2d;
	margin-right: 8px;
	-webkit-transition: .25s ease background-color;
	-o-transition: .25s ease background-color;
	transition: .25s ease background-color;
}

.wrap-masterskaya-events .wrap-left .owl-dots button:last-child {
	margin-right: 0;
}

.wrap-masterskaya-events .wrap-left .owl-dots button.active {
	background-color: #fff;
}

.wrap-masterskaya-events .wrap-left .item {
	width: 176px;
	height: 174px;
	background-color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	border: 3px solid transparent;
	-webkit-transition: .25s ease border;
	-o-transition: .25s ease border;
	transition: .25s ease border;
}

.wrap-masterskaya-events .wrap-left .item.active {
	border: 3px solid #ffd33f;
}

.wrap-masterskaya-events .wrap-left .item img {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 100%;
}

.s_master_12 {
	padding-bottom: 258px;
	padding-top: 192px;
}

.s_master_12 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_master_12 .img-decoration-1 {
	top: 60px;
	right: 45px;
}

.s_master_12 .img-decoration-2 {
	left: 0;
	top: 120px;
}

.s_master_12 .img-decoration-3 {
	display: none;
}

.s_master_12 .wrap-course-faq {
	padding: 0 119px;
}

.s_master_12 .wrap-course-faq .faq-item {
	margin-top: 30px;
}

.s_master_12 .wrap-course-faq .faq-item .answer {
	padding-left: 45px;
	width: 95%;
}

.s_master_12 .wrap-course-faq .faq-item .answer p {
	opacity: .8;
	line-height: 1.6;
}

.s_master_12 .wrap-course-faq .faq-item .question {
	padding-left: 45px;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.2);
	box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.2);
}

.s_master_12 .wrap-course-faq .faq-item .question::after {
	display: none;
}

.s_master_12 .wrap-course-faq .faq-item .question::before {
	content: "";
	position: absolute;
	left: 20px;
	top: -12px;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid #fff;
}

.s_master_12 .wrap-course-faq .faq-item .question i {
	display: none;
}

.s_master_12 .wrap-course-faq .faq-item .question span {
	font-size: 16px;
	font-weight: 600;
}

.s_master_12 .text-blue-gradient-wrap {
	line-height: 80px;
	font-size: 80px;
	margin-left: 89px;
	margin-top: 12px;
	margin-bottom: 70px;
}

.s_master_12 .text-blue-gradient-wrap .h2 {
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
	display: inline;
}

.s_master_13 {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	color: #fffw;
	padding: 218px 0;
}

.s_master_13 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_master_13 .img-decoration-1 {
	left: 60px;
	bottom: -100px;
}

.s_master_13 .h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

.s_master_13 .wrap-statistics {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 90px;
}

.s_master_13 .wrap-statistics .item {
	width: 43%;
	margin-top: 65px;
}

.s_master_13 .wrap-statistics .item:nth-child(even) {
	float: right;
}

.s_master_13 .wrap-statistics .item>b,.s_master_13 .wrap-statistics .item>span,.s_master_13 .wrap-statistics .item>strong {
	font-size: 150px;
	font-weight: 700;
	color: #ffd850;
	-webkit-background-size: 150% 150%;
	background-size: 150% 150%;
	background: -webkit-gradient(linear,left bottom,left top,from(#ffc714),to(#ffea91));
	background: -webkit-linear-gradient(bottom,#ffc714,#ffea91);
	background: -o-linear-gradient(bottom,#ffc714,#ffea91);
	background: linear-gradient(to top,#ffc714,#ffea91);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
	white-space: nowrap;
}

.s_master_13 .wrap-statistics .item>b b,.s_master_13 .wrap-statistics .item>span b,.s_master_13 .wrap-statistics .item>strong b {
	font-size: 70px;
	font-weight: 700;
	text-transform: uppercase;
}

.s_master_13 .wrap-statistics .item p {
	margin: 0;
	font-size: 24px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	margin-top: 22px;
}

.s_master_14 {
	position: relative;
	padding: 225px 0;
}

.s_master_14 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_master_14 .img-decoration-1 {
	right: 116px;
	bottom: 138px;
}

.s_master_14 .img-decoration-2 {
	display: none;
}

.s_master_14 .wrap-left {
	padding-top: 120px;
}

.s_master_14 .text-blue-gradient-wrap {
	margin-left: 89px;
	margin-top: 12px;
	margin-bottom: 30px;
}

.s_master_14 .wrap-form {
	padding: 66px 78px 58px 78px;
	position: relative;
	-webkit-box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
}

.s_master_14 .wrap-form::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 9px;
	background: -webkit-linear-gradient(262deg,#155f95,#08d6e7);
	background: -o-linear-gradient(262deg,#155f95,#08d6e7);
	background: linear-gradient(-172deg,#155f95,#08d6e7);
}

.s_master_14 .wrap-form .title {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
}

.s_master_14 .wrap-form>img {
	display: none;
}

.s_master_14 .wrap-form form .success span {
	margin: auto;
	font-weight: 600;
	font-size: 24px;
}

.s_master_14 .wrap-form form input {
	width: 100%;
	height: 60px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 30px;
	padding-left: 42px;
	padding-right: 30px;
}

.s_master_14 .wrap-form form .iti {
	margin-top: 30px;
}

.s_master_14 .wrap-form form .btn-big-yellow {
	margin-top: 52px;
	width: 100%;
	border: none;
	cursor: pointer;
}

.s_master_14 .wrap-form form p {
	font-size: 14px;
	margin: 0;
	margin-top: 8px;
	text-align: center;
	line-height: 1.5;
}

.s_master_14 .wrap-form form p a {
	color: #000;
}

.masterskaya-popup {
	max-width: 1175px;
}

.masterskaya-popup .mfp-close {
	background-color: transparent;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 45px;
	right: 15px;
	top: 40px;
	border: none;
	padding: 0;
	font-weight: 200;
	color: #fff;
	opacity: .4;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.masterskaya-popup .mfp-close:hover {
	opacity: 1;
}

.masterskaya-popup .wrap-all .wrap-right {
	z-index: 1;
	width: 52%;
	padding: 76px 56px;
	background: -webkit-gradient(linear,left top,right top,from(#0f9abe),to(#127eaa));
	background: -webkit-linear-gradient(left,#0f9abe,#127eaa);
	background: -o-linear-gradient(left,#0f9abe,#127eaa);
	background: linear-gradient(to right,#0f9abe,#127eaa);
}

.masterskaya-popup .wrap-all .wrap-right .h2 {
	color: #fff;
	text-align: center;
	font-size: 35px;
	font-weight: 500;
	display: block;
	letter-spacing: .1em;
	margin-bottom: 40px;
}

.masterskaya-popup .wrap-all .wrap-right .wrap-form {
	padding: 30px 45px;
	position: relative;
}

.masterskaya-popup .wrap-all .wrap-right .wrap-form::before {
	content: "";
	position: absolute;
	border: 1px solid #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.masterskaya-popup .wrap-all .wrap-right .wrap-form .title {
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 25px;
}

.masterskaya-popup .wrap-all .wrap-right .wrap-form form input {
	width: 100%;
	height: 60px;
	padding: 0 30px;
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.masterskaya-popup .wrap-all .wrap-right .wrap-form form .btn {
	width: 100%;
	cursor: pointer;
	border: none;
}

.masterskaya-popup .wrap-all .wrap-right .wrap-form form p {
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-top: 8px;
}

.masterskaya-popup .wrap-all .wrap-right .wrap-form form p a {
	color: #fff;
}

.masterskaya-popup .wrap-all .wrap-left {
	background: #fff;
	color: #000;
	padding: 70px 56px;
	width: 48%;
}

.masterskaya-popup .wrap-all .wrap-left .masterskaya-black-header {
	line-height: 1.2;
	font-size: 35px;
	margin-bottom: 20px;
}

.masterskaya-popup .wrap-all .wrap-left .bottom-img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 100%;
	pointer-events: none;
}

.masterskaya-popup .wrap-all .wrap-left .bottom-img.mobile {
	display: none;
}

.masterskaya-popup .wrap-all .wrap-left .h3 {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 5px;
}

.masterskaya-popup .wrap-all .wrap-left .under-title p {
	margin: 0 10px;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.3;
	display: inline-block;
}

.masterskaya-popup .wrap-all .wrap-left .under-title .text-blue-gradient-wrap {
	font-size: 60px;
	line-height: 60px;
	display: inline-block;
	text-transform: uppercase;
}

.masterskaya-popup .wrap-all .wrap-left .under-title .text-blue-gradient-wrap .text-blue-gradient {
	font-size: 60px;
	line-height: 60px;
}

.masterskaya-popup .wrap-all .wrap-left .under-title .text-blue-gradient-wrap-big {
	font-size: 220px;
	line-height: 220px;
}

.masterskaya-popup .wrap-all .wrap-left .under-title .text-blue-gradient-wrap-big span:nth-child(1) {
	top: -4px;
	left: 3px;
}

.masterskaya-popup .wrap-all .wrap-left .under-title .text-blue-gradient-wrap-big span:nth-child(2) {
	left: -4px;
	bottom: -3px;
}

.masterskaya-popup .wrap-all .wrap-left .under-title .text-blue-gradient-wrap-big .text-blue-gradient {
	font-size: 220px;
	line-height: 220px;
}

.masterskaya-popup-format .wrap-all .wrap-left .bottom-img {
	left: -30px;
}

.discounts_section .h2 {
	font-family: bebas-ex;
	font-weight: 700;
	font-size: 100px;
	line-height: 1.2;
}

.discounts_section .h1 {
	font-family: bebas-ex;
	font-weight: 700;
	font-size: 200px;
	line-height: 1.2;
}

.september_head {
	background-image: url(../img/september-discounts/main-head.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	color: #fff;
	padding-bottom: 194px;
	overflow: hidden;
}

.september_head .wrap-logo {
	float: left;
	padding-top: 102px;
}

.september_head .wrap-logo img {
	margin-bottom: 4px;
}

.september_head .wrap-logo span {
	color: #fff;
}

.september_head .wrap-top {
	padding-top: 92px;
}

.september_head .wrap-top>img {
	max-width: 100%;
	margin: auto;
	display: block;
	position: relative;
	right: -39px;
}

.september_head .wrap-top .description {
	font-family: bebas-ex;
	font-size: 50px;
	line-height: 1.2;
	text-align: center;
	margin-top: -40px;
	position: relative;
}

.september_head .wrap-top .description b,.september_head .wrap-top .description strong {
	white-space: nowrap;
}

.september_head .wrap-bottom {
	padding-top: 34px;
}

.september_head .wrap-bottom .right {
	float: right;
	vertical-align: top;
	position: relative;
}

.september_head .wrap-bottom .right>img {
	position: absolute;
	top: -453px;
	right: -371px;
}

.september_head .wrap-bottom .right .title {
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 25px;
	line-height: 1.3;
}

.september_head .wrap-bottom .left {
	float: left;
	width: 50%;
	vertical-align: top;
}

.september_head .wrap-bottom .left>span {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.3;
	display: block;
}

.september_head .wrap-bottom .left p {
	opacity: .84;
	margin: 0;
}

.s_september_1 {
	position: relative;
	padding-top: 310px;
	padding-bottom: 115px;
}

.s_september_1 .img-boxes {
	position: absolute;
	pointer-events: none;
	top: -170px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.s_september_1 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_september_1 .img-decoration-1 {
	right: 0;
	top: -70px;
}

.s_september_1 .img-decoration-2 {
	right: 76%;
	top: 360px;
}

.s_september_1 .img-decoration-3 {
	right: 360px;
	top: 53%;
}

.s_september_1 .img-decoration-4 {
	display: none;
}

.s_september_1 .img-decoration-5 {
	display: none;
}

.s_september_1 .h2 {
	text-align: center;
	color: #5e55da;
}

.s_september_1 .h2:first-line {
	color: #000;
}

.s_september_1 .btn {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 20px;
}

.s_september_1 .wrap-items {
	height: 800px;
	margin-top: 40px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}

.s_september_1 .wrap-items .item {
	width: 330px;
	display: inline-block;
	position: absolute;
}

.s_september_1 .wrap-items .item span {
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2;
	color: #000;
	opacity: .1;
	font-style: italic;
}

.s_september_1 .wrap-items .item p {
	color: #909090;
	font-size: 20px;
}

.s_september_1 .wrap-items .item:nth-of-type(1) {
	left: 100px;
	top: 0;
}

.s_september_1 .wrap-items .item:nth-of-type(2) {
	left: 0;
	top: 306px;
}

.s_september_1 .wrap-items .item:nth-of-type(3) {
	left: 120px;
	bottom: 10px;
}

.s_september_1 .wrap-items .item:nth-of-type(4) {
	right: 90px;
	top: 82px;
}

.s_september_1 .wrap-items .item:nth-of-type(5) {
	right: 0;
	bottom: 70px;
}

.s_september_2 {
	padding-top: 115px;
	padding-bottom: 135px;
	position: relative;
}

.s_september_2 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_september_2 .img-decoration-1 {
	top: 742px;
	right: 18%;
	z-index: -1;
}

.s_september_2 .h2 {
	text-align: center;
	color: #000;
}

.s_september_2 .h2:first-line {
	color: #5e55da;
}

.wrap-items-boxes .item {
	position: relative;
	-webkit-box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	padding-left: 262px;
	padding-top: 33px;
	padding-bottom: 37px;
	padding-right: 19px;
	margin-top: 120px;
	cursor: pointer;
	background-color: #fff;
}

.wrap-items-boxes .item:hover .hover {
	display: block;
}

.wrap-items-boxes .item .more {
	display: none;
}

.wrap-items-boxes .item .h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 9px;
	line-height: 1.1;
}

.wrap-items-boxes .item p {
	font-size: 14px;
	color: #909090;
	line-height: 1.5;
	margin: 0;
}

.wrap-items-boxes .item>img {
	position: absolute;
	left: 0;
	bottom: 10px;
}

.wrap-items-boxes .item .hover {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 12px 12px 4.32px rgba(0,0,0,.05);
	box-shadow: 0 12px 12px 4.32px rgba(0,0,0,.05);
	overflow: hidden;
	cursor: auto;
	z-index: 2;
}

.wrap-items-boxes .item .hover::after {
	content: "";
	position: absolute;
	right: -148px;
	bottom: -148px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 294px;
	height: 294px;
	border: 50px solid #862dd0;
	pointer-events: none;
	opacity: .5;
}

.wrap-items-boxes .item .hover li,.wrap-items-boxes .item .hover ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.wrap-items-boxes .item .hover li {
	color: #909090;
	margin-top: 9px;
	line-height: 1.3;
	position: relative;
	padding-left: 14px;
}

.wrap-items-boxes .item .hover li:first-child {
	margin-top: 0;
}

.wrap-items-boxes .item .hover li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background: #862dd0;
	width: 4px;
	height: 4px;
}

.wrap-items-boxes .item .hover ul {
	padding: 26px 62px;
	padding-top: 6px;
}

.s_september_3 {
	position: relative;
	overflow: hidden;
	padding-bottom: 250px;
	padding-top: 100px;
}

.s_september_3 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_september_3 .img-decoration-1 {
	right: 0;
	top: 100px;
}

.s_september_3 .img-decoration-2 {
	display: none;
}

.s_september_3 .wrap-img {
	position: absolute;
	left: 0;
	top: 75px;
}

.s_september_3 .wrap-composition {
	font-family: bebas-ex;
	padding-left: 40px;
}

.s_september_3 .wrap-composition .h2 {
	margin-bottom: 0;
}

.s_september_3 .wrap-composition .description {
	font-size: 34px;
	color: #6c6c6c;
	line-height: 1.2;
	margin-top: -5px;
}

.s_september_3 .wrap-composition .price {
	font-size: 100px;
	font-weight: 700;
	-webkit-background-size: 150% 150%;
	background-size: 150% 150%;
	background: -webkit-linear-gradient(92deg,#4c7df8,#8e28d0);
	background: -o-linear-gradient(92deg,#4c7df8,#8e28d0);
	background: linear-gradient(-2deg,#4c7df8,#8e28d0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
	margin-top: 25px;
}

.s_september_3 .wrap-composition .btn {
	margin-top: 25px;
}

.s_september_4 {
	background: -webkit-linear-gradient(126deg,#4c7df8,#8e28d0);
	background: -o-linear-gradient(126deg,#4c7df8,#8e28d0);
	background: linear-gradient(324deg,#4c7df8,#8e28d0);
	-webkit-background-size: 150% 150%;
	background-size: 150% 150%;
	padding: 242px 0;
	color: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.s_september_4 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_september_4 .img-decoration-1 {
	left: 230px;
	bottom: 162px;
}

.s_september_4 .img-decoration-2 {
	display: none;
}

.s_september_4 .btn {
	margin-top: 44px;
}

.s_september_4 .wrap-items .item {
	margin-top: 35px;
	padding: 0 15px;
}

.s_september_4 .wrap-items .item .wrap-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.s_september_4 .wrap-items .item .wrap-img img {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.s_september_4 .wrap-items .item .h3 {
	font-size: 18px;
	font-weight: 600;
	margin-top: -2px;
	line-height: 1.3;
	text-transform: uppercase;
}

.s_september_4 .wrap-items .item p {
	font-size: 14px;
	margin: 0;
	margin-top: 18px;
}

.s_september_5 {
	position: relative;
	padding: 245px 0;
	z-index: 1;
}

.s_september_5 .wrap-bottom {
	overflow: hidden;
	margin-top: 40px;
	padding: 0 80px;
}

.s_september_5 .wrap-bottom .wrap-left {
	float: left;
	width: 43%;
	font-size: 14px;
	line-height: 1.7;
	padding-top: 10px;
}

.s_september_5 .wrap-bottom .wrap-left p {
	margin: 0;
}

.s_september_5 .wrap-bottom .wrap-right {
	float: right;
	width: 57%;
	text-align: right;
}

.s_september_5 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_september_5 .img-decoration-1 {
	right: 65px;
	top: -115px;
}

.s_september_5 .img-decoration-2 {
	right: 0;
	top: 500px;
}

.s_september_5 .img-decoration-3 {
	left: 0;
	bottom: -160px;
}

.s_september_5 .img-decoration-4,.s_september_5 .img-decoration-5 {
	display: none;
}

.s_september_5 .h2 {
	text-align: center;
	margin-bottom: 10px;
}

.s_september_5 .wrap-items {
	padding: 0 58px;
	position: relative;
}

.s_september_5 .wrap-items .owl-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	left: 0;
}

.s_september_5 .wrap-items .owl-nav button {
	position: absolute;
}

.s_september_5 .wrap-items .owl-nav button svg {
	width: 54px;
	height: 27px;
	fill: #000;
}

.s_september_5 .wrap-items .owl-nav button.owl-prev {
	left: 0;
}

.s_september_5 .wrap-items .owl-nav button.owl-next {
	right: 0;
}

.s_september_5 .wrap-items .owl-nav button.owl-next svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.s_september_5 .wrap-items .owl-stage {
	padding: 30px 0;
}

.s_september_5 .wrap-items .item {
	-webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.05);
	box-shadow: 0 6px 10px 0 rgba(0,0,0,.05);
	position: relative;
	background-color: #fff;
	padding-bottom: 84px;
	padding-top: 50px;
	padding-right: 220px;
	padding-left: 30px;
	overflow: hidden;
	z-index: 1;
}

.s_september_5 .wrap-items .item::before {
	content: "";
	position: absolute;
	right: -294px;
	top: -240px;
	width: 508px;
	height: 508px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	z-index: -1;
	border: 100px solid #ffd546;
	background-color: transparent;
}

.s_september_5 .wrap-items .item .h3 {
	font-size: 36px;
	font-weight: 700;
	font-family: bebas-ex;
	line-height: 1.1;
}

.s_september_5 .wrap-items .item>span {
	font-size: 18px;
	opacity: .8;
	display: block;
	margin-bottom: 18px;
	line-height: 1.2;
}

.s_september_5 .wrap-items .item p {
	color: #909090;
	margin: 0;
	line-height: 1.7;
	font-size: 17px;
}

.s_september_5 .wrap-items .item img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 100%;
	width: auto;
}

.s_september_6 {
	position: relative;
	background: -webkit-linear-gradient(141deg,#4c7df8,#8e28d0);
	background: -o-linear-gradient(141deg,#4c7df8,#8e28d0);
	background: linear-gradient(309deg,#4c7df8,#8e28d0);
	-webkit-background-size: 150% 150%;
	background-size: 150% 150%;
	padding-top: 230px;
	padding-bottom: 210px;
}

.s_september_6 .img-decoration {
	position: absolute;
	pointer-events: none;
}

.s_september_6 .img-decoration-1 {
	top: 128px;
	right: 82px;
}

.s_september_6 .img-decoration-2 {
	top: 50%;
	left: 110px;
}

.s_september_6 .img-decoration-3 {
	right: 40px;
	bottom: 18%;
}

.s_september_6 .h2 {
	color: #fff;
	text-align: center;
	display: block;
	margin-bottom: 40px;
}

.s_september_6 .load-more {
	display: none;
}

.s_september_7 {
	position: relative;
	padding-top: 238px;
	padding-bottom: 220px;
	z-index: 2;
	background-color: #fff;
}

.s_september_7 .img-decoration {
	position: absolute;
	pointer-events: none;
	z-index: -1;
}

.s_september_7 .img-decoration-1 {
	top: -128px;
	right: 0;
}

.s_september_7 .img-decoration-2 {
	bottom: 0;
	right: 36px;
}

.s_september_7 .img-decoration-3 {
	top: 285px;
	right: 69%;
}

.s_september_7 .img-decoration-4,.s_september_7 .img-decoration-5 {
	display: none;
}

.s_september_7 .h2 {
	margin-bottom: 30px;
	text-align: center;
}

.s_september_7 .wrap-form {
	-webkit-box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
	position: relative;
	background-color: #fff;
	padding-top: 36px;
	padding-bottom: 65px;
	padding-left: 75px;
	padding-right: 75px;
	text-align: center;
	margin-left: 20px;
}

.s_september_7 .wrap-form form .btn-big-yellow {
	margin-top: 72px;
	border: none;
	cursor: pointer;
}

.s_september_7 .wrap-form form input {
	width: 100%;
	height: 60px;
	border: 1px solid #dbdbdb;
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 30px;
}

.s_september_7 .wrap-form form p {
	line-height: 1.4;
	margin: 0;
	margin-top: 10px;
}

.s_september_7 .wrap-form form p a {
	color: #000;
}

.s_september_7 .wrap-form>img {
	position: absolute;
	bottom: -10px;
	left: -347px;
	pointer-events: none;
	z-index: -1;
}

.s_september_7 .wrap-form .title {
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.s_september_7 .wrap-form .title .price {
	font-size: 70px;
	background: -webkit-linear-gradient(141deg,#4c7df8,#8e28d0);
	background: -o-linear-gradient(141deg,#4c7df8,#8e28d0);
	background: linear-gradient(309deg,#4c7df8,#8e28d0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s_september_7 .wrap-form .title .text {
	font-size: 36px;
	background: -webkit-linear-gradient(141deg,#4c7df8,#8e28d0);
	background: -o-linear-gradient(141deg,#4c7df8,#8e28d0);
	background: linear-gradient(309deg,#4c7df8,#8e28d0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s_september_7 .wrap-left {
	font-family: bebas-ex;
	text-align: right;
	padding-right: 84px;
	padding-top: 170px;
}

.s_september_7 .wrap-left .price {
	font-size: 36px;
	line-height: 1.1;
}

.s_september_7 .wrap-left .price-new {
	font-weight: 700;
}

.s_september_7 .wrap-left .price-new span {
	font-size: 70px;
	background: -webkit-linear-gradient(141deg,#4c7df8,#8e28d0);
	background: -o-linear-gradient(141deg,#4c7df8,#8e28d0);
	background: linear-gradient(309deg,#4c7df8,#8e28d0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s_september_7 .wrap-left .price-old {
	color: #7a7a7a;
}

.s_september_7 .wrap-left .price-old span {
	font-size: 50px;
	position: relative;
}

.s_september_7 .wrap-left .price-old span::after {
	content: "";
	position: absolute;
	height: 2px;
	left: 0;
	width: 100%;
	top: 50%;
	background: #7a7a7a;
}

.iti__flag {
	background-image: url(../img/flags.png);
}

@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi) {
	.iti__flag {
		background-image: url(../img/flags-2x.png);
	}
}

.iti {
	width: 100%;
	display: block;
}

.iti__flag-container {
	padding: 0;
}

.iti--separate-dial-code .iti__selected-flag {
	background-color: transparent;
	outline: 0!important;
}

.iti--separate-dial-code .iti__selected-flag:active,.iti--separate-dial-code .iti__selected-flag:focus,.iti--separate-dial-code .iti__selected-flag:hover {
	background-color: transparent;
	outline: 0!important;
}

.iti--allow-dropdown .iti__flag-container {
	outline: 0!important;
}

.iti--allow-dropdown .iti__flag-container:active .iti__selected-flag,.iti--allow-dropdown .iti__flag-container:focus .iti__selected-flag,.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: transparent;
	outline: 0!important;
}

.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container {
	left: 14px;
}

.itl-phone-input-popup {
	width: 100%;
}

.wrap-body-lesson {
	background-color: #010102;
	color: #fff;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.wrap-body-lesson a {
	color: #fff;
}

.wrap-body-lesson .bg-top {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -2;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
	max-width: 100%;
	height: auto;
}

.lesson_header {
	padding-top: 26px;
	overflow: hidden;
}

.lesson_header .logo {
	color: #fff;
	position: relative;
	padding-left: 45px;
	display: inline-block;
}

.lesson_header .logo span:nth-of-type(1) {
	color: #fff;
}

.lesson_header .logo img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.s_lesson-1 {
	padding-top: 38px;
	padding-bottom: 146px;
	position: relative;
}

.s_lesson-1 .wrap-tabs {
	padding-top: 48px;
	padding-left: 15px;
	padding-right: 100px;
}

.s_lesson-1 .wrap-tabs .tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	opacity: .3;
	position: relative;
}

.s_lesson-1 .wrap-tabs .tab img {
	width: auto;
}

.s_lesson-1 .wrap-tabs .tab:first-child {
	margin-top: 0;
}

.s_lesson-1 .wrap-tabs .tab.open-lesson {
	opacity: 1;
	z-index: 1;
}

.s_lesson-1 .wrap-tabs .tab.open-lesson .wrap-text .top .title::after {
	content: "";
	position: absolute;
	left: -webkit-calc(100% + 5px);
	left: calc(100% + 5px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 2px;
	width: 180px;
	background-image: url(../img/lesson-dots.png);
}

.s_lesson-1 .wrap-tabs .tab.open-lesson .wrap-text .top img {
	display: none;
}

.s_lesson-1 .wrap-tabs .tab .wrap-img {
	width: 170px;
	height: 100px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 20px;
	display: block;
}

.s_lesson-1 .wrap-tabs .tab .wrap-img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}

.s_lesson-1 .wrap-tabs .tab .wrap-text {
	padding-top: 25px;
	width: 246px;
}

.s_lesson-1 .wrap-tabs .tab .wrap-text .top {
	font-family: bebas-ex;
	position: relative;
}

.s_lesson-1 .wrap-tabs .tab .wrap-text .top img {
	position: relative;
	top: -3px;
	margin-left: 7px;
}

.s_lesson-1 .wrap-tabs .tab .wrap-text .top .count {
	font-size: 70px;
	line-height: 1;
	position: absolute;
	left: 0;
	bottom: -12px;
	display: inline-block;
}

.s_lesson-1 .wrap-tabs .tab .wrap-text .top .count b {
	display: inline-block;
}

.s_lesson-1 .wrap-tabs .tab .wrap-text .top .count b:nth-of-type(1) {
	background: -webkit-linear-gradient(135deg,#f88600,#f32016);
	background: -o-linear-gradient(135deg,#f88600,#f32016);
	background: linear-gradient(-45deg,#f88600,#f32016);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.s_lesson-1 .wrap-tabs .tab .wrap-text .top .count b:nth-of-type(2) {
	position: absolute;
	z-index: 0;
	color: #555;
	left: 2px;
	top: 3px;
}

.s_lesson-1 .wrap-tabs .tab .wrap-text .top .title {
	font-size: 20px;
	font-weight: 700;
	padding-left: 40px;
	position: relative;
	z-index: 1;
	height: 1.3em;
	text-shadow: 0 1px 0 #000;
	text-transform: uppercase;
}

.s_lesson-1 .wrap-tabs .tab .wrap-text .h3 {
	font-weight: 400;
	font-size: 14px;
	font-family: helvetica-ex;
	display: block;
	margin-top: 4px;
}

.s_lesson-1 .wrap-content {
	margin-left: -110px;
	position: relative;
	z-index: 2;
}

.s_lesson-1 .wrap-content .background-title {
	font-size: 250px;
	line-height: 1;
	font-family: bebas-ex;
	font-weight: 700;
	color: #fff;
	opacity: .015;
	text-transform: uppercase;
	position: absolute;
	left: -86px;
	top: -100px;
	pointer-events: none;
}

.s_lesson-1 .wrap-content .title {
	font-family: bebas-ex;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.s_lesson-1 .wrap-content .title span {
	display: inline-block;
	background: -webkit-linear-gradient(135deg,#f88600,#f32016);
	background: -o-linear-gradient(135deg,#f88600,#f32016);
	background: linear-gradient(-45deg,#f88600,#f32016);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	font-size: 22px;
	margin-right: 19px;
}

.s_lesson-1 .wrap-content .title .h1 {
	font-size: 22px;
	display: inline-block;
	margin: 0;
}

.s_lesson-1 .wrap-content .title .h1 br {
	display: none;
}

.s_lesson-1 .wrap-content .wrap-video {
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	height: 430px;
	width: 100%;
}

.s_lesson-1 .wrap-content .wrap-video .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

.s_lesson-1 .wrap-content .wrap-video .overlay::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #000;
	opacity: .3;
}

.s_lesson-1 .wrap-content .wrap-video .overlay svg {
	width: 68px;
	height: 68px;
	fill: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.s_lesson-1 .wrap-content .wrap-video iframe {
	width: 100%;
	height: 100%;
}

.s_lesson-1 .wrap-content .wrap-bottom {
	font-family: helvetica-ex;
	font-style: italic;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 46px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.s_lesson-1 .wrap-content .wrap-bottom .btn {
	font-size: 14px;
	font-weight: 700;
	position: relative;
	background: -webkit-linear-gradient(135deg,#f88600,#f32016);
	background: -o-linear-gradient(135deg,#f88600,#f32016);
	background: linear-gradient(-45deg,#f88600,#f32016);
	display: inline-block;
	padding: 26px 25px 22px;
	padding-right: 100px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	white-space: nowrap;
	border-bottom: 4px solid #dd0400;
}

.s_lesson-1 .wrap-content .wrap-bottom .btn img {
	position: absolute;
	right: 2px;
	top: -16px;
	z-index: 1;
}

.s_lesson-1 .wrap-content .wrap-bottom p {
	display: inline-block;
	font-size: 14px;
	opacity: .5;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 30px;
}

.back-lines {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	text-align: center;
	pointer-events: none;
	white-space: nowrap;
	z-index: -1;
}

.back-lines span {
	position: relative;
	top: 0;
	width: 1px;
	height: 0;
	display: inline-block;
	background-color: #222;
	margin-right: 21.5%;
	pointer-events: none;
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.back-lines span:last-child {
	margin-right: 0;
}

.back-lines span.active {
	height: 100%;
	-webkit-animation-name: scaleLine;
	animation-name: scaleLine;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes scaleLine {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(2,5);
		transform: scale(2,5);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleLine {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(2,5);
		transform: scale(2,5);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.s_lesson .h2 {
	font-size: 50px;
	font-weight: 700;
	font-family: bebas-ex;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.s_lesson .h2 b,.s_lesson .h2 span,.s_lesson .h2 strong {
	background: -webkit-linear-gradient(135deg,#f88600,#f32016);
	background: -o-linear-gradient(135deg,#f88600,#f32016);
	background: linear-gradient(-45deg,#f88600,#f32016);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s_lesson .description {
	font-size: 18px;
	margin-bottom: 20px;
}

.s_lesson-2 {
	background-color: transparent;
	text-align: center;
	padding: 65px 70px;
	font-family: helvetica-ex;
	color: #010102;
	margin-bottom: 120px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	background-image: -webkit-radial-gradient(50% -17px,circle,transparent 53px,#fff 54px);
	background-image: -o-radial-gradient(50% -17px,circle,transparent 53px,#fff 54px);
	background-image: radial-gradient(circle at 50% -17px,transparent 53px,#fff 54px);
}

.s_lesson-2::before {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	top: -11px;
	bottom: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: -1;
	background-image: -webkit-radial-gradient(50% -11px,circle,transparent 45px,rgba(255,255,255,.6) 46px);
	background-image: -o-radial-gradient(50% -11px,circle,transparent 45px,rgba(255,255,255,.6) 46px);
	background-image: radial-gradient(circle at 50% -11px,transparent 45px,rgba(255,255,255,.6) 46px);
	-webkit-filter: drop-shadow(rgba(255, 255, 255, .6));
	filter: drop-shadow(rgba(255, 255, 255, .6));
}

.s_lesson-2 .form-lesson {
	position: relative;
}

.s_lesson-2 .form-lesson .success {
	font-family: bebas-ex;
	font-size: 30px;
	font-weight: 700;
}

.s_lesson-2 .form-lesson .success span {
	margin: auto;
	display: inline-block;
	background: -webkit-linear-gradient(135deg,#f88600,#f32016);
	background: -o-linear-gradient(135deg,#f88600,#f32016);
	background: linear-gradient(-45deg,#f88600,#f32016);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s_lesson-2 .form-lesson .form-subject {
	display: none;
}

.s_lesson-2 .form-lesson .wrap-input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.s_lesson-2 .form-lesson .wrap-input>* {
	margin-top: 20px;
	margin-right: 20px;
}

.s_lesson-2 .form-lesson .wrap-input>:last-child {
	margin-right: 0;
}

.s_lesson-2 .form-lesson .wrap-input input {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 21px 30px;
	width: 320px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.s_lesson-2 .form-lesson .wrap-input input::-webkit-input-placeholder {
	color: #868686;
}

.s_lesson-2 .form-lesson .wrap-input input:-ms-input-placeholder {
	color: #868686;
}

.s_lesson-2 .form-lesson .wrap-input input::-ms-input-placeholder {
	color: #868686;
}

.s_lesson-2 .form-lesson .wrap-input input::placeholder {
	color: #868686;
}

.s_lesson-2 .form-lesson .wrap-input .iti {
	width: auto;
	display: inline-block;
}

.s_lesson-2 .form-lesson .wrap-btn {
	position: relative;
	margin-top: 30px;
	z-index: 1;
}

.s_lesson-2 .form-lesson .wrap-btn .btn {
	color: #fff;
	background: -webkit-linear-gradient(135deg,#f88600,#f32016);
	background: -o-linear-gradient(135deg,#f88600,#f32016);
	background: linear-gradient(-45deg,#f88600,#f32016);
	border: none;
	border-bottom: 4px solid #dd0400;
	font-weight: 700;
	padding: 24px 50px 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.s_lesson-2 .form-lesson .wrap-btn p {
	margin: 0;
	font-size: 12px;
	margin-top: 10px;
}

.s_lesson-2 .form-lesson .wrap-btn .bg-text {
	opacity: .03;
	font-family: bebas-ex;
	font-size: 150px;
	line-height: 1;
	font-weight: 700;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.s_lesson-2 .form-lesson .wrap-btn .bg-text span {
	position: absolute;
	pointer-events: none;
	top: -14px;
}

.s_lesson-2 .form-lesson .wrap-btn .bg-text span:nth-child(1) {
	left: -30px;
}

.s_lesson-2 .form-lesson .wrap-btn .bg-text span:nth-child(2) {
	right: -30px;
}

.s_lesson-3 {
	padding-bottom: 165px;
}

.s_lesson-3 .h2 {
	text-align: center;
}

.s_lesson-3 .h2 br {
	display: none;
}

.s_lesson-3 .description {
	text-align: center;
}

.s_lesson-3 .wrap-composition {
	font-family: helvetica-ex;
	margin-top: 40px;
}

.s_lesson-3 .wrap-composition .wrap-left {
	position: absolute;
	top: 10px;
	right: 36px;
}

.s_lesson-3 .wrap-composition .wrap-right p {
	margin-bottom: 20px;
	font-weight: 500;
}

.s_lesson-3 .wrap-composition .wrap-right li,.s_lesson-3 .wrap-composition .wrap-right ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.s_lesson-3 .wrap-composition .wrap-right li {
	font-size: 14px;
	padding-left: 47px;
	position: relative;
	margin-top: 12px;
}

.s_lesson-3 .wrap-composition .wrap-right li span:nth-child(1) {
	position: absolute;
	top: -10px;
	left: 0;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	font-family: bebas-ex;
	background: -webkit-linear-gradient(135deg,#f88600,#f32016);
	background: -o-linear-gradient(135deg,#f88600,#f32016);
	background: linear-gradient(-45deg,#f88600,#f32016);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.s_lesson-3 .wrap-composition .wrap-right .write-us {
	margin-top: 14px;
}

.s_lesson-3 .wrap-composition .wrap-right .write-us span {
	font-size: 20px;
	display: inline-block;
	font-weight: 700;
	background: -webkit-linear-gradient(135deg,#f88600,#f32016);
	background: -o-linear-gradient(135deg,#f88600,#f32016);
	background: linear-gradient(-45deg,#f88600,#f32016);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
}

.s_lesson-3 .wrap-composition .wrap-right .write-us .scroll {
	display: inline-block;
	display: inline-block;
	-webkit-animation-name: droplesson;
	animation-name: droplesson;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	position: relative;
	top: 0;
	cursor: pointer;
}

@-webkit-keyframes droplesson {
	0% {
		top: 1px;
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		top: 10px;
		opacity: 0;
	}
}

@keyframes droplesson {
	0% {
		top: 1px;
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		top: 10px;
		opacity: 0;
	}
}

.s_lesson-4 {
	padding-top: 20px;
	padding-bottom: 160px;
}

.s_lesson-4 .h2 {
	text-align: center;
	font-size: 36px;
}

.ds-sect-new-1 {
	color: #16161d;
	padding-top: 140px;
	overflow: hidden;
	position: relative;
}

.ds-sect-new-1 .owl-carousel .owl-item img {
	width: auto;
}

.ds-sect-new-1 .big-arrow-decor {
	position: absolute;
	right: 0;
	top: 160px;
	pointer-events: none;
}

.ds-sect-new-1 .human-decor {
	position: absolute;
	bottom: 47px;
	left: 1378px;
	pointer-events: none;
	z-index: 1;
}

.ds-sect-new-1 .h2 {
	text-align: center;
	width: 100%;
}

.ds-sect-new-1 .wrap-composition {
	position: relative;
}

.ds-sect-new-1 .wrap-composition .dots-decor {
	position: absolute;
	top: 55px;
	right: 12px;
	z-index: -1;
	pointer-events: none;
}

.ds-sect-new-1 .wrap-composition .volni-decor {
	position: absolute;
	top: 55px;
	right: 100%;
	pointer-events: none;
}

.ds-sect-new-1 .wrap-composition .click-text {
	position: absolute;
	left: 76px;
	bottom: 125px;
	font-size: 14px;
	z-index: 1;
}

.ds-sect-new-1 .wrap-composition .click-text img {
	position: absolute;
	bottom: 2px;
	right: -52px;
}

.students-work-slider {
	position: relative;
	margin-top: 46px;
}

.students-work-slider .owl-stage-outer {
	overflow: visible;
}

.students-work-slider .owl-item {
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.students-work-slider .owl-item.active {
	opacity: 1;
}

.students-work-slider .owl-nav {
	position: absolute;
	top: 334px;
	left: 0;
}

.students-work-slider .owl-nav button {
	width: 32px;
	height: 42px;
}

.students-work-slider .owl-nav button:hover svg {
	fill: #000;
}

.students-work-slider .owl-nav button.owl-prev {
	left: -50px;
}

.students-work-slider .owl-nav button.owl-next {
	right: -50px;
	margin-left: 30px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.students-work-slider .owl-nav button svg {
	fill: #9c9c9c;
	width: 32px;
	height: 42px;
	-webkit-transition: fill .2s ease;
	-o-transition: fill .2s ease;
	transition: fill .2s ease;
}

.students-work-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 90px;
}

.students-work-slide>div {
	-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.12);
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.12);
	background-color: #fff;
}

.students-work-slide .wrap-right {
	width: 100%;
	max-width: 848px;
	margin-left: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: center;
	padding: 52px 20px 60px;
}

.students-work-slide .wrap-right .student-work-img {
	margin-right: 80px;
}

.students-work-slide .wrap-right .student-work-img:last-child {
	margin-right: 0;
}

.students-work-slide .wrap-right .student-work-img>a {
	width: 313px;
	height: 358px;
	display: inline-block;
}

.students-work-slide .wrap-right .student-work-img>a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border: 1px solid #eee;
}

.students-work-slide .wrap-right .student-work-img .title b,.students-work-slide .wrap-right .student-work-img .title span {
	color: #9100ff;
	font-size: 36px;
	font-weight: 900;
}

.students-work-slide .wrap-right .student-work-img.after-img .title b,.students-work-slide .wrap-right .student-work-img.after-img .title span {
	color: #a800ff;
}

.students-work-slide .wrap-left {
	padding: 60px 20px 10px;
	text-align: center;
	width: 262px;
	height: 295px;
}

.students-work-slide .wrap-left .wrap-img {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	overflow: hidden;
	margin: auto;
}

.students-work-slide .wrap-left li,.students-work-slide .wrap-left ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.students-work-slide .wrap-left ul {
	margin-top: 28px;
}

.students-work-slide .wrap-left li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	line-height: 1.3;
	margin-top: 7px;
}

.students-work-slide .wrap-left li span {
	font-size: 14px;
	font-weight: 300;
	color: #16161d;
}

.students-work-slide .wrap-left li span:nth-child(2) {
	font-size: 16px;
	font-weight: 500;
	margin-left: 8px;
}

.students-work-slide .wrap-left li span b {
	color: #a800ff;
	font-size: 24px;
	font-weight: 700;
}

.ds-sect-new-2 {
	padding-top: 30px;
	padding-bottom: 150px;
}

.ds-sect-new-2 .img-decoration-1 {
	right: 0;
	top: 170px;
	pointer-events: none;
}

.ds-sect-new-2 .h2 {
	margin-bottom: 15px;
}

.ds-sect-new-2 .description-title {
	font-size: 24px;
	font-weight: 900;
	color: #272732;
	text-align: center;
	margin-bottom: 30px;
}

.ds-sect-new-2 .description-title b,.ds-sect-new-2 .description-title span,.ds-sect-new-2 .description-title strong {
	font-size: 36px;
	color: #a800ff;
	font-weight: 900;
}

.ds-sect-new-2 .wrap-diploma-course {
	padding-left: 52px;
	padding-top: 58px;
	margin-right: -175px;
}

.ds-sect-new-2 .wrap-diploma-course .title {
	font-size: 18px;
	font-weight: 700;
	color: #16161d;
}

.ds-sect-new-2 .wrap-diploma-course p {
	width: 100%;
	font-size: 16px;
}

.ds-sect-new-2 .wrap-diploma-course img {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ds-resume-wrap {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px 36px;
	margin-right: -52px;
}

.ds-resume-wrap .ds-resume-item:nth-of-type(1) {
	padding-right: 15px;
	width: 230px;
	border-right: 1px solid rgba(232,232,232,.5);
}

.ds-resume-wrap .ds-resume-item:nth-of-type(2) {
	width: 410px;
	padding: 0 40px;
}

.ds-resume-wrap .ds-resume-item li,.ds-resume-wrap .ds-resume-item ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ds-resume-wrap .ds-resume-item li {
	position: relative;
	color: #727272;
	line-height: 1.3;
	margin-top: 10px;
}

.ds-resume-wrap .ds-resume-item li img {
	margin: 10px 0;
}

.ds-resume-wrap .ds-resume-item li:first-child {
	margin-top: 0;
}

.ds-resume-wrap .ds-resume-item li:first-child img {
	margin-top: 0;
}

.ds-resume-wrap .ds-resume-item li span {
	display: block;
	position: relative;
	padding-left: 18px;
}

.ds-resume-wrap .ds-resume-item li span::before {
	content: "";
	position: absolute;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: #a800ff;
	top: 5px;
}

.ds-resume-wrap .ds-resume-item .title {
	font-size: 18px;
	color: #16161d;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 24px;
}

.ds-resume-wrap .ds-resume-item .person {
	line-height: 1.3;
}

.ds-resume-wrap .ds-resume-item .person img {
	width: 90px;
	height: 90px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	overflow: hidden;
	-webkit-border-radius: 10em;
	border-radius: 10em;
}

.ds-resume-wrap .ds-resume-item .person .h4 {
	font-size: 18px;
	margin-top: 25px;
	font-weight: 700;
	color: #16161d;
	margin-bottom: 6px;
}

.ds-resume-wrap .ds-resume-item .person span {
	color: #727272;
}

.ds-resume-wrap .ds-resume-item .salary {
	margin-top: 25px;
	line-height: 1.3;
}

.ds-resume-wrap .ds-resume-item .salary .h4 {
	font-size: 18px;
	font-weight: 700;
	color: #16161d;
	margin-bottom: 5px;
}

.ds-resume-wrap .ds-resume-item .salary span {
	color: #727272;
}

.ds-resume-wrap .ds-resume-item .salary span b {
	font-weight: 900;
	color: #a800ff;
}

.ds-sect-11 .wrap-content-left {
	padding-bottom: 130px;
}

.ds-sect-11 .wrap-content-left .timer-top-title {
	font-size: 18px;
	line-height: 1.3;
	margin-top: 44px;
}

.countdowntimer {
	position: relative;
	display: inline-block;
	margin-top: 15px;
}

.countdowntimer .text {
	font-size: 14px;
	opacity: .5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 6px;
}

.countdowntimer .timer span {
	width: 26px;
	height: 60px;
	background-color: #33333c;
	display: inline-block;
	text-align: center;
	padding-top: 20px;
	font-size: 26px;
	font-weight: 900;
	line-height: 1;
	position: relative;
}

.countdowntimer .timer span:nth-child(3n-2) {
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	right: -2px;
}

.countdowntimer .timer span:nth-child(3n-4) {
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	left: -2px;
	margin-right: 20px;
}

.countdowntimer .timer span:nth-child(3n-4)::after,.countdowntimer .timer span:nth-child(3n-4)::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background-color: #33333c;
	right: -15px;
}

.countdowntimer .timer span:nth-child(3n-4)::before {
	top: 20px;
}

.countdowntimer .timer span:nth-child(3n-4)::after {
	bottom: 20px;
}

.countdowntimer .timer span:last-child {
	margin-right: 0;
}

.countdowntimer .timer span:last-child::after,.countdowntimer .timer span:last-child::before {
	display: none;
}

.countdowntimer .timer span:nth-child(3n+3) {
	background-color: transparent;
	top: 5px;
	width: 20px;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-weight: 400;
	color: #33333c;
	font-size: 60px;
	line-height: 0;
	display: none;
}

.header-celebration {
	top: 55px;
}

.header-celebration .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.header-celebration .container .wrap-logo .logo {
	text-align: left;
}

.header-celebration .container .wrap-logo .logo span {
	color: #fff;
}

.header-celebration .logo {
	color: #fff;
	position: relative;
	padding-left: 45px;
	display: inline-block;
}

.header-celebration .logo img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.header-celebration .wrap-information {
	float: right;
	display: inline-block;
	font-family: "Open Sans",sans-serif;
}

.header-celebration .wrap-information .info {
	color: #fff;
}

.header-celebration .wrap-information .info span {
	display: inline-block;
	margin-right: 38px;
	font-size: 18px;
}

.header-celebration .wrap-information .info span:last-of-type {
	margin-right: 0;
}

.header-celebration .wrap-information .info span svg {
	fill: #fff;
	width: 16px;
	max-height: 16px;
	position: relative;
	top: 2px;
	margin-right: 1px;
}

.back-lines-celebration span {
	background: -webkit-gradient(linear,left bottom,left top,from(white),to(rgba(255,255,255,0)));
	background: -webkit-linear-gradient(bottom,#fff,rgba(255,255,255,0));
	background: -o-linear-gradient(bottom,#fff,rgba(255,255,255,0));
	background: linear-gradient(to top,#fff,rgba(255,255,255,0));
	margin-right: 11.92%;
}

.back-lines-celebration span:last-child {
	margin-right: 0;
}

.celebration-head .back-lines-celebration span:nth-of-type(1) {
	display: none;
}

.celebration-head .back-lines-celebration span:nth-of-type(2) {
	display: none;
}

.celebration-head {
	padding-top: 170px;
	padding-bottom: 106px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
}

.celebration-head .back-lines {
	z-index: 1;
}

.celebration-head .back-lines span {
	background: -webkit-gradient(linear,left bottom,left top,from(white),to(rgba(255,255,255,0)));
	background: -webkit-linear-gradient(bottom,#fff,rgba(255,255,255,0));
	background: -o-linear-gradient(bottom,#fff,rgba(255,255,255,0));
	background: linear-gradient(to top,#fff,rgba(255,255,255,0));
	opacity: .2;
}

.celebration-head .wrap-composition {
	color: #fff;
	font-family: "Open Sans",sans-serif;
	position: relative;
	display: inline-block;
	z-index: 1;
}

.celebration-head .wrap-composition>img {
	position: absolute;
	top: -55px;
	left: -211px;
	z-index: -1;
}

.celebration-head .wrap-composition .h1 {
	font-size: 80px;
	font-family: "Yeseva One",cursive;
	text-transform: uppercase;
	line-height: 1.25;
	margin-bottom: 20px;
}

.celebration-head .wrap-composition>p {
	font-size: 24px;
	margin: 0;
	margin-bottom: 26px;
}

.celebration-head .wrap-composition .btn-celebration {
	margin-top: 60px;
}

.btn-celebration {
	width: 300px;
	color: #0e131a;
	display: inline-block;
	text-align: center;
	height: 80px;
	font-family: Montserrat,sans-serif;
	line-height: 80px;
	position: relative;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background: -webkit-gradient(linear,left bottom,left top,from(#e7a156),to(#f9e88a));
	background: -webkit-linear-gradient(bottom,#e7a156 0,#f9e88a 100%);
	background: -o-linear-gradient(bottom,#e7a156 0,#f9e88a 100%);
	background: linear-gradient(to top,#e7a156 0,#f9e88a 100%);
	-webkit-box-shadow: 0 4px 0 0 rgba(204,142,79,.004),0 5px 20px 0 rgba(236,185,101,.6);
	box-shadow: 0 4px 0 0 rgba(204,142,79,.004),0 5px 20px 0 rgba(236,185,101,.6);
	border: none;
	cursor: pointer;
	border-bottom: 4px solid #cc8e4f;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	font-size: 16px;
}

.btn-celebration:focus,.btn-celebration:hover {
	color: #0e131a;
	font-weight: 600;
	-webkit-box-shadow: 0 4px 0 0 rgba(204,142,79,.001),0 5px 20px 0 rgba(236,185,101,.15);
	box-shadow: 0 4px 0 0 rgba(204,142,79,.001),0 5px 20px 0 rgba(236,185,101,.15);
}

.celebrationBlock {
	position: relative;
	padding: 172px 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.celebrationBlock .container {
	max-width: 1194px;
}

.celebration-title {
	text-align: center;
	margin-bottom: 52px;
}

.celebration-title .h2 {
	font-family: "Yeseva One",cursive;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1.25;
}

.celebration-title .h2 b,.celebration-title .h2 strong {
	color: #32829c;
}

.celebration-title p {
	font-size: 14px;
	margin: 0;
	margin-top: 32px;
	font-family: "Open Sans",sans-serif;
	line-height: 1.7;
}

.celebrationBlock1 {
	position: relative;
	background: -webkit-gradient(linear,left top,left bottom,from(#e7f3f5),to(white));
	background: -webkit-linear-gradient(top,#e7f3f5,#fff);
	background: -o-linear-gradient(top,#e7f3f5,#fff);
	background: linear-gradient(to bottom,#e7f3f5,#fff);
	z-index: 1;
}

.celebrationBlock1 .img-decoration-1 {
	position: absolute;
	pointer-events: none;
}

.celebrationBlock1 .img-decoration-1 img {
	position: absolute;
	top: -290px;
	left: 85px;
}

.celebrationBlock1 .back-lines-celebration span {
	background: -webkit-gradient(linear,left bottom,left top,from(#32829c),to(rgba(50,130,156,0)));
	background: -webkit-linear-gradient(bottom,#32829c,rgba(50,130,156,0));
	background: -o-linear-gradient(bottom,#32829c,rgba(50,130,156,0));
	background: linear-gradient(to top,#32829c,rgba(50,130,156,0));
	opacity: .2;
}

.celebration-course {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	padding-top: 65px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Open Sans",sans-serif;
	position: relative;
	margin: 0 10px;
	margin-bottom: 30px;
	z-index: 1;
	cursor: pointer;
}

.celebration-course:hover>* {
	opacity: 1;
}

.celebration-course:hover .hover {
	opacity: 1;
}

.celebration-course .hover {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
	background-color: #fff;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.celebration-course .hover span {
	display: block;
	font-size: 18px;
	color: #32829c;
	font-weight: 600;
	margin-top: 10px;
}

.celebration-course .add {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
}

.celebration-course .add span {
	display: block;
	font-size: 18px;
	color: #32829c;
	font-weight: 600;
	margin-top: 10px;
}

.celebration-course::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	z-index: -1;
}

.celebration-course::after {
	content: "";
	position: absolute;
	left: -10px;
	top: 20px;
	right: -10px;
	bottom: 20px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	z-index: -2;
}

.celebration-course>img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.celebration-course .h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 13px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.celebration-course .info {
	font-size: 14px;
	color: #888;
	margin-bottom: 5px;
}

.celebration-course .price .old {
	font-size: 22px;
	color: #888;
	font-weight: 600;
	display: inline-block;
	margin-right: 15px;
	position: relative;
}

.celebration-course .price .old::after {
	content: "";
	position: absolute;
	left: -5px;
	top: 50%;
	right: -4px;
	height: 2px;
	background: #888;
}

.celebration-course .price .new {
	font-weight: 700;
	color: #e8a558;
	font-size: 32px;
	display: inline-block;
}

.celebration_cart {
	position: fixed;
	bottom: -50%;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 20;
	padding-top: 40px;
	padding-bottom: 36px;
	-webkit-box-shadow: 0 -5px 15px 0 rgba(0,0,0,.12);
	box-shadow: 0 -5px 15px 0 rgba(0,0,0,.12);
	-webkit-transition: bottom .5s ease;
	-o-transition: bottom .5s ease;
	transition: bottom .5s ease;
}

.celebration_cart.active {
	bottom: 0;
}

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

.celebration_cart .wrap-composition .h4 {
	font-size: 24px;
	font-family: "Yeseva One",cursive;
	text-transform: uppercase;
	margin: 0;
	width: 425px;
}

.celebration_cart .wrap-composition .h4 strong {
	color: #32829c;
}

.celebration_cart .wrap-composition .prices-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.celebration_cart .wrap-composition .prices-wrap>div {
	position: relative;
}

.celebration_cart .wrap-composition .prices-wrap>div::after {
	content: "";
	position: absolute;
	right: -36px;
	background-color: #32829c;
	opacity: .2;
	top: -11px;
	width: 1px;
	bottom: -9px;
}

.celebration_cart .wrap-composition .prices-wrap p {
	margin: 0;
	font-size: 14px;
	color: #000;
}

.celebration_cart .wrap-composition .prices-wrap b,.celebration_cart .wrap-composition .prices-wrap strong {
	font-family: "Yeseva One",cursive;
	font-size: 24px;
}

.celebration_cart .wrap-composition .prices-wrap .old-price {
	margin-right: 75px;
}

.celebration_cart .wrap-composition .prices-wrap .old-price b,.celebration_cart .wrap-composition .prices-wrap .old-price strong {
	color: #888;
	position: relative;
}

.celebration_cart .wrap-composition .prices-wrap .old-price b::after,.celebration_cart .wrap-composition .prices-wrap .old-price strong::after {
	content: "";
	position: absolute;
	top: 50%;
	height: 2px;
	left: -2px;
	right: -3px;
	background-color: #888;
}

.celebration_cart .wrap-composition .prices-wrap .new-price b,.celebration_cart .wrap-composition .prices-wrap .new-price strong {
	color: #e8a558;
}

.celebration_cart-form {
	display: none;
}

.celebration_cart-form .wrap-composition {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.celebration_cart-form .wrap-composition .prices-wrap {
	margin-left: 55px;
}

.celebration_cart-form .wrap-composition .prices-wrap .new-price::after {
	display: none;
}

.celebration_cart-form form {
	position: relative;
	font-family: "Open Sans",sans-serif;
	margin-top: 38px;
	padding-top: 28px;
	border-top: 1px solid rgba(50,130,156,.2);
}

.celebration_cart-form form .success {
	font-weight: 600;
}

.celebration_cart-form form .success span {
	margin: auto;
}

.celebration_cart-form form .success.active~* {
	opacity: .75;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.celebration_cart-form form .success.active~* input,.celebration_cart-form form .success.active~* select,.celebration_cart-form form .success.active~* span,.celebration_cart-form form .success.active~* textarea {
	opacity: .75;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.celebration_cart-form form .buttom-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 22px;
}

.celebration_cart-form form .buttom-wrap textarea {
	max-height: 300px;
	height: 94px;
}

.celebration_cart-form form .buttom-wrap .wrap-btn {
	width: 360px;
	text-align: center;
}

.celebration_cart-form form .buttom-wrap .wrap-btn .btn-celebration {
	width: 100%;
}

.celebration_cart-form form .buttom-wrap .wrap-btn p {
	font-size: 14px;
	color: #616161;
	margin: 0;
	margin-top: 10px;
}

.celebration_cart-form form .wrap-input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.celebration_cart-form form .wrap-input .iti {
	width: 360px;
	margin-top: 22px;
}

.celebration_cart-form form .wrap-input>input {
	width: 360px;
	margin-top: 22px;
}

.celebration_cart-form form input,.celebration_cart-form form textarea {
	width: 100%;
	padding: 16px 40px;
	-webkit-box-shadow: inset 0 1px 5px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 1px 5px 0 rgba(0,0,0,.1);
	border: none;
	max-width: 750px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}

.celebration_cart-form form input::-webkit-input-placeholder,.celebration_cart-form form textarea::-webkit-input-placeholder {
	color: rgba(0,0,0,.5);
}

.celebration_cart-form form input:-ms-input-placeholder,.celebration_cart-form form textarea:-ms-input-placeholder {
	color: rgba(0,0,0,.5);
}

.celebration_cart-form form input::-ms-input-placeholder,.celebration_cart-form form textarea::-ms-input-placeholder {
	color: rgba(0,0,0,.5);
}

.celebration_cart-form form input::placeholder,.celebration_cart-form form textarea::placeholder {
	color: rgba(0,0,0,.5);
}

.clbr-course-content {
	margin-top: 142px;
	position: relative;
}

.clbr-course-content .img-decoration-2 {
	pointer-events: none;
}

.clbr-course-content .img-decoration-2 img {
	position: absolute;
}

.clbr-course-content .img-decoration-2 img:nth-child(1) {
	top: -170px;
	right: 105px;
}

.clbr-course-content .img-decoration-2 img:nth-child(2) {
	bottom: -160px;
	left: 85px;
}

.clbr-course-content .celebration-title {
	text-align: left;
	margin-bottom: 60px;
}

.clbr-course-content .col-course-content .btn-celebration {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 48px;
	display: none;
}

.clbr-course-content .col-course-content:nth-child(even) {
	margin-top: -177px;
}

.clbr-course-content .col-course-content:last-child .btn-celebration {
	display: block;
}

.clbr-course-content .course-content {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	padding-left: 240px;
	padding-top: 44px;
	padding-bottom: 44px;
	padding-right: 50px;
	font-family: "Open Sans",sans-serif;
	margin-bottom: 30px;
}

.clbr-course-content .course-content img {
	position: absolute;
	left: 22%;
	top: 48%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.clbr-course-content .course-content .h4 {
	font-size: 16px;
	color: #32829c;
	font-weight: 600;
	margin-bottom: 12px;
}

.celebrationBlock2 {
	z-index: 1;
	overflow: hidden;
}

.celebrationBlock2 .back-lines-celebration span {
	background: -webkit-gradient(linear,left top,left bottom,from(#32829c),to(rgba(50,130,156,0)));
	background: -webkit-linear-gradient(top,#32829c,rgba(50,130,156,0));
	background: -o-linear-gradient(top,#32829c,rgba(50,130,156,0));
	background: linear-gradient(to bottom,#32829c,rgba(50,130,156,0));
	opacity: .2;
}

.teachers-slider-celebration {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Open Sans",sans-serif;
}

.teachers-slider-thumbs {
	width: 330px;
}

.teachers-slider-thumbs .itemThumb {
	width: 100%;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	outline: 0;
}

.teachers-slider-thumbs .itemThumb .itemContent {
	outline: 0;
	margin-top: -10px;
	margin-bottom: 30px;
}

.teachers-slider-thumbs .itemThumb .itemContent .wrap-composition {
	position: relative;
	padding: 28px 36px;
	padding-bottom: 20px;
	z-index: 1;
}

.teachers-slider-thumbs .itemThumb .itemContent .wrap-composition::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	z-index: -1;
}

.teachers-slider-thumbs .itemThumb .itemContent .wrap-composition::after {
	content: "";
	position: absolute;
	left: 14px;
	top: 0;
	right: 14px;
	bottom: -20px;
	background-color: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	z-index: -1;
}

.teachers-slider-thumbs .itemThumb .itemContent .wrap-composition img {
	margin: auto;
	max-width: 200px;
	display: block;
	position: absolute;
	z-index: 1;
	right: 30px;
	bottom: -20px;
}

.teachers-slider-thumbs .itemThumb .itemContent .wrap-composition .h2 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 12px;
}

.teachers-slider-thumbs .itemThumb .itemContent .wrap-composition .description {
	font-size: 14px;
	margin-bottom: 20px;
}

.teachers-slider-thumbs .itemThumb .itemContent .wrap-composition p {
	font-size: 14px;
	margin: 0;
	line-height: 30px;
	padding-right: 240px;
}

.teachers-slider-thumbs .itemThumb.active .wrap-info {
	background-color: #fff;
}

.teachers-slider-thumbs .itemThumb.active .wrap-info .h4 {
	color: #32829c;
}

.teachers-slider-thumbs .itemThumb.active .wrap-info span {
	color: #000;
}

.teachers-slider-thumbs .itemThumb.active .wrap-arrow {
	background-color: #fff;
}

.teachers-slider-thumbs .itemThumb.active .wrap-arrow svg {
	-webkit-transform: translate(-50%,-50%) rotate(-90deg);
	-ms-transform: translate(-50%,-50%) rotate(-90deg);
	transform: translate(-50%,-50%) rotate(-90deg);
	fill: #e8a558;
}

.teachers-slider-thumbs .itemThumb:last-child {
	margin-bottom: 0;
}

.teachers-slider-thumbs .itemThumb.slick-current .wrap-info {
	background-color: #fff;
}

.teachers-slider-thumbs .itemThumb.slick-current .wrap-info .h4 {
	color: #32829c;
}

.teachers-slider-thumbs .itemThumb.slick-current .wrap-info span {
	color: #000;
}

.teachers-slider-thumbs .itemThumb.slick-current .wrap-arrow {
	background-color: #fff;
}

.teachers-slider-thumbs .itemThumb.slick-current .wrap-arrow svg {
	fill: #e8a558;
}

.teachers-slider-thumbs .itemThumb .wrap-info {
	background-color: rgba(255,255,255,.4);
	-webkit-transition: background-color .25s ease;
	-o-transition: background-color .25s ease;
	transition: background-color .25s ease;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 270px;
	line-height: 1.3;
	padding-left: 40px;
	padding-top: 24px;
	padding-bottom: 25px;
}

.teachers-slider-thumbs .itemThumb .wrap-info .h4 {
	font-size: 18px;
	color: #888;
	-webkit-transition: color .25s ease;
	-o-transition: color .25s ease;
	transition: color .25s ease;
	font-weight: 600;
	margin-bottom: 5px;
}

.teachers-slider-thumbs .itemThumb .wrap-info span {
	font-size: 14px;
	color: #888;
	-webkit-transition: color .25s ease;
	-o-transition: color .25s ease;
	transition: color .25s ease;
}

.teachers-slider-thumbs .itemThumb .wrap-arrow {
	-webkit-transition: background-color .25s ease;
	-o-transition: background-color .25s ease;
	transition: background-color .25s ease;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-left: 10px;
	width: 50px;
	position: relative;
	background-color: rgba(255,255,255,.4);
}

.teachers-slider-thumbs .itemThumb .wrap-arrow svg {
	width: 19px;
	height: 19px;
	height: auto;
	fill: #000;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.teachers-slider-main {
	width: 782px;
	margin-left: 40px;
	position: relative;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.teachers-slider-main::after {
	content: "";
	position: absolute;
	background-image: url(../img/celebration-1/block_1-decoration-3.png);
	width: 144px;
	height: 151px;
	background-repeat: no-repeat;
	right: -8px;
	top: -63px;
}

.teachers-slider-main .slick-list {
	overflow: visible;
}

.teachers-slider-main .itemContent {
	position: relative;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

.teachers-slider-main .itemContent::after {
	content: "";
	position: absolute;
	left: -10px;
	top: 40px;
	right: -10px;
	bottom: 40px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	z-index: -3;
}

.teachers-slider-main .itemContent .wrap-composition {
	position: relative;
	margin: 0 10px;
	padding-left: 80px;
	padding-top: 55px;
	padding-bottom: 105px;
	z-index: 1;
}

.teachers-slider-main .itemContent .wrap-composition img {
	position: absolute;
	bottom: 0;
	right: 30px;
}

.teachers-slider-main .itemContent .wrap-composition .h2 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 12px;
}

.teachers-slider-main .itemContent .wrap-composition .description {
	font-size: 14px;
	margin-bottom: 20px;
}

.teachers-slider-main .itemContent .wrap-composition p {
	font-size: 14px;
	margin: 0;
	padding-right: 444px;
	line-height: 30px;
}

.teachers-slider-main .itemContent .wrap-composition::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	z-index: -1;
}

.teachers-slider-main .itemContent .wrap-composition::after {
	content: "";
	position: absolute;
	left: -10px;
	top: 20px;
	right: -10px;
	bottom: 20px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	z-index: -2;
}

.celebrationBlock2_bottom {
	margin-top: 25px;
	overflow: visible;
}

.celebrationBlock2_bottom .wrap-composition {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 782px;
	float: right;
}

.celebrationBlock2_bottom p {
	padding-left: 20px;
	margin: 0;
	font-size: 12px;
	line-height: 22px;
	width: 380px;
}

.celebrationBlock3 {
	background-color: #fff;
	z-index: 1;
	text-align: center;
}

.celebrationBlock3 .img-decoration-1 img {
	position: absolute;
	pointer-events: none;
}

.celebrationBlock3 .img-decoration-1 img:nth-child(2) {
	top: -60px;
	right: 105px;
}

.celebrationBlock3 .img-decoration-1 img:nth-child(1) {
	top: 960px;
	left: 140px;
}

.celebrationBlock3 .btn-celebration {
	width: 340px;
	margin-top: 20px;
}

.celebrationBlock3 .col-study:nth-child(n+7) {
	display: none;
}

.celebrationBlock3 .back-lines-celebration span {
	background: #32829c;
	opacity: .2;
}

.celebrationBlock3 .ds-portfolio-item {
	margin-bottom: 30px;
}

.celebrationBlock3 .ds-portfolio-item>a {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
}

.celebrationBlock3 .ds-portfolio-item>a img {
	height: 450px;
}

.celebrationBlock4 {
	padding-bottom: 0;
	z-index: 1;
	overflow: hidden;
}

.celebrationBlock4 .img-decoration-1 img {
	position: absolute;
}

.celebrationBlock4 .img-decoration-1 img:nth-child(1) {
	right: 145px;
	top: -36px;
}

.celebrationBlock4 .img-decoration-1 img:nth-child(2) {
	display: none;
}

.celebrationBlock4 .back-lines-celebration span {
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,#fff,rgba(255,255,255,0));
	background: -o-linear-gradient(top,#fff,rgba(255,255,255,0));
	background: linear-gradient(to bottom,#fff,rgba(255,255,255,0));
	opacity: .3;
}

.celebration-footer-form {
	position: relative;
	display: inline-block;
}

.celebration-footer-form>img {
	position: absolute;
	bottom: 0;
	left: -webkit-calc(100% - 91px);
	left: calc(100% - 91px);
	pointer-events: none;
	z-index: 1;
}

.celebration-footer-form form {
	position: relative;
	max-width: 670px;
	margin-left: 100px;
	background-color: #fff;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	font-family: "Open Sans",sans-serif;
	padding: 70px 20px;
	z-index: 1;
}

.celebration-footer-form form::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	border: 1px solid #32829c;
	opacity: .2;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	z-index: -1;
}

.celebration-footer-form form .btn-celebration {
	margin-top: 23px;
}

.celebration-footer-form form textarea {
	max-height: 400px;
	height: 116px;
	min-height: 90px;
}

.celebration-footer-form form .iti {
	margin-top: 20px;
	max-width: 490px;
	margin-left: auto;
	margin-right: auto;
}

.celebration-footer-form form .wrap-input input,.celebration-footer-form form .wrap-input textarea {
	margin-top: 20px;
	max-width: 490px;
}

.celebration-footer-form form input,.celebration-footer-form form textarea {
	width: 100%;
	padding: 16px 40px;
	-webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
	border: none;
	max-width: 750px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}

.celebration-footer-form form input::-webkit-input-placeholder,.celebration-footer-form form textarea::-webkit-input-placeholder {
	color: rgba(0,0,0,.5);
}

.celebration-footer-form form input:-ms-input-placeholder,.celebration-footer-form form textarea:-ms-input-placeholder {
	color: rgba(0,0,0,.5);
}

.celebration-footer-form form input::-ms-input-placeholder,.celebration-footer-form form textarea::-ms-input-placeholder {
	color: rgba(0,0,0,.5);
}

.celebration-footer-form form input::placeholder,.celebration-footer-form form textarea::placeholder {
	color: rgba(0,0,0,.5);
}

.celebration-footer-form form .h2 {
	font-family: "Yeseva One",cursive;
	font-size: 50px;
	background: -webkit-linear-gradient(90deg,#e8a458,#f6e9a3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 18px;
}

.celebration-footer-form form .description {
	font-size: 14px;
	line-height: 30px;
	padding: 0 30px;
	margin-bottom: 10px;
}

.celebration-footer-form form .polity {
	font-size: 14px;
	color: #616161;
	margin-top: 10px;
}

.celebration-footer-form form .success {
	font-weight: 600;
}

.celebration-footer-form form .success span {
	margin: auto;
}

.celebration-footer-form form .success.active~* {
	opacity: .75;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.celebration-footer-form form .success.active~* input,.celebration-footer-form form .success.active~* select,.celebration-footer-form form .success.active~* span,.celebration-footer-form form .success.active~* textarea {
	opacity: .75;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.wpcdt-countdown-timer .time_circles {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wpcdt-countdown-timer .time_circles canvas {
	display: none;
}

.wpcdt-countdown-timer .time_circles>div {
	position: relative;
	width: 90px!important;
	height: 101px;
	border: 1px solid #adbece;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: "Open Sans",sans-serif;
	background: #556f78;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	left: 0!important;
	top: 0!important;
	margin-right: 29px;
	position: relative;
}

.wpcdt-countdown-timer .time_circles>div:last-of-type {
	margin-right: 0;
}

.wpcdt-countdown-timer .time_circles>div:last-of-type::after,.wpcdt-countdown-timer .time_circles>div:last-of-type::before {
	display: none;
}

.wpcdt-countdown-timer .time_circles>div::after,.wpcdt-countdown-timer .time_circles>div::before {
	content: "";
	position: absolute;
	right: -18px;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	background-color: #adbece;
}

.wpcdt-countdown-timer .time_circles>div::before {
	top: 38px;
}

.wpcdt-countdown-timer .time_circles>div::after {
	bottom: 38px;
}

.wpcdt-countdown-timer .time_circles>div h4 {
	font-size: 14px!important;
	line-height: 14px!important;
	font-weight: 600;
	text-transform: none;
	margin-bottom: 18px;
}

.wpcdt-countdown-timer .time_circles>div span {
	font-size: 40px!important;
	line-height: 40px!important;
	font-weight: 700;
	color: #e8a558;
	margin-top: 0;
}

@media only screen and (max-width:1700px) {

	.video-sect-11 .decor-1,
	.video-sect-11 .decor-2 {
		display: none;
	}

	.video-sect-11 .course-passing-item:nth-child(1) {
		margin-top: 40px;
	}

	.video-sect-11 .course-passing-item:last-of-type {
		margin-right: 0;
	}

	.video-sect-11 .course-passing-item {
		width: calc((100% - 70px) / 3);
	}

	.video-sect-11.ds-sect-10 .h2 br {
		display: block;
	}


	.ds-sect-new-2 {
		padding-top: 0;
		padding-bottom: 140px;
	}

	.ds-sect-new-2 .wrap-diploma-course {
		padding-left: 0;
		margin-right: 0;
	}

	.ds-resume-wrap {
		margin-right: 0;
	}

	.ds-sect-new-1 .big-arrow-decor {
		display: none;
	}

	.ds-sect-new-1 .human-decor {
		display: none;
	}

	.s_september_7 .img-decoration-3 {
		display: none;
	}

	.s_september_3 .wrap-img {
		max-width: 40%;
	}

	.s_september_3 .wrap-img img {
		max-width: 100%;
	}

	.s_september_3 .img-decoration-1 {
		display: none;
	}

	.s_september_3 .img-decoration-2 {
		right: 0;
		top: 35%;
		display: block;
	}

	.s_september_1 .img-boxes {
		text-align: center;
		width: 100%;
		top: -140px;
	}

	.s_september_1 .img-boxes img {
		width: 100%;
	}

	.s_september_1 .img-decoration-2 {
		right: 95%;
	}

	.s_september_1 .img-decoration-3 {
		right: 0;
	}

	.s_master_14 {
		padding: 170px 0;
	}

	.s_master_14 .img-decoration-1 {
		display: none;
	}

	.s_master_14 .img-decoration-2 {
		display: none;
	}

	.s_master_13 .img-decoration-1 {
		display: none;
	}

	.s_master_12 .img-decoration-1 {
		display: none;
	}

	.s_master_12 .img-decoration-2 {
		display: none;
	}

	.s_master_11 .img-decoration-1 {
		display: none;
	}

	.s_master_9 {
		padding-top: 150px;
	}

	.s_master_9 .img-decoration-1 {
		display: none;
	}

	.s_master_8 {
		overflow: hidden;
	}

	.s_master_8 .img-decoration-2 {
		display: none;
	}

	.s_master_8 .img-decoration-5 {
		display: none;
	}

	.s_master_8 .wrap-form {
		margin-right: 52px;
		margin-left: -15px;
	}

	.s_master_8 .wrap-left {
		padding-right: 80px;
	}

	.s_master_7 .img-decoration-2 {
		display: none;
	}

	.s_master_7 .img-decoration-3 {
		right: 100px;
	}

	.s_master_6 .img-decoration-1 {
		display: none;
	}

	.s_master_5 .img-decoration-2 {
		right: 72%;
	}

	.s_master_4 .img-decoration-2 {
		display: none;
	}

	.s_demo-dostyp .img-2 {
		display: none;
	}

	.s_demo-dostyp .wrap-composition .btn {
		margin-left: 5px;
	}

	.tilda-sect-12 .img-decoration-bg.header-course .top-pannel .navbar {
		display: none;
	}

	.tilda-sect-11 .img-decoration-bg {
		display: none;
	}

	.tilda-sect-10 .img-decoration-1 {
		display: none;
	}

	.tilda-sect-9 .img-decoration-1,.tilda-sect-9 .img-decoration-2 {
		display: none;
	}

	.tilda-sect-7 .wrap-portfolio .ds-portfolio-item>a img {
		min-height: 360px;
	}

	.tilda-sect-6 .img-decoration-bg {
		left: 5%;
	}

	.tilda-sect-5 {
		overflow: hidden;
	}

	.tilda-sect-5 .img-decoration-bg {
		left: 0;
	}

	.tilda-sect-5 .img-decoration-1 {
		display: none;
	}

	.maestro-sect-4 .img-decoration-1 span:nth-child(1) {
		right: -60px;
	}

	.maestro-sect-4 .img-decoration-1 span:nth-child(2) {
		display: none;
	}

	.maestro-sect-16 .img-decoration {
		right: 0;
	}

	.maestro-sect-15 .img-decoration-2 {
		display: none;
	}

	.maestro-sect-15 .img-decoration-1 span:nth-child(2) {
		top: 170px;
	}

	.maestro-sect-14 .img-decoration {
		display: none;
	}

	.video-sect-13 .img-decoration {
		display: none;
	}

	.maestro-sect-13 {
		overflow: hidden;
	}

	.maestro-sect-13 .img-decoration-1 {
		display: none;
	}

	.maestro-sect-12 .img-decoration-1 {
		right: 0;
	}

	.maestro-sect-10 .img-decoration-1 {
		display: none;
	}

	.maestro-sect-9 .wrap-img {
		margin-left: -100px;
		margin-top: 40px;
	}

	.maestro-sect-8 {
		overflow: hidden;
	}

	.maestro-sect-8 .img-decoration-1 {
		display: none;
	}

	.maestro-sect-8 .img-decoration-2 span:nth-child(1) {
		top: 13%;
	}

	.maestro-sect-7 .img-decoration-1 span:nth-child(1) {
		display: none;
	}

	.maestro-sect-7 .img-decoration-2 span:nth-child(1) {
		left: 7%;
		top: 15%;
	}

	.maestro-sect-7 .img-decoration-2 span:nth-child(2) {
		right: 5%;
		bottom: 70%;
	}

	.maestro-sect-3,.maestro-sect-6 {
		overflow: hidden;
	}

	.maestro-sect-3 .img-decoration-1,.maestro-sect-6 .img-decoration-1 {
		display: none;
	}

	.maestro-sect-3 .wrap-img img,.maestro-sect-6 .wrap-img img {
		max-width: 100%;
		height: auto;
	}

	.head-maestro .img-decoration {
		right: -20%;
	}

	.maestro-sect-2 .img-decoration-2 {
		display: none;
	}

	.maestro-sect-1 .img-decoration-2 {
		display: none;
	}

	.ds-sect-13 .wrap-img {
		margin-left: -40px;
	}

	.ds-sect-13 .wrap-composition li {
		margin-right: 100px;
	}

	.ds-sect-12 .decoration-12 {
		display: none;
	}

	.ds-sect-12 .decoration-13 {
		display: none;
	}

	.ds-sect-10 .h2 {
		left: 0;
		width: 70%;
		margin-bottom: 10px;
	}

	.ds-sect-10 .h2 br {
		display: none;
	}

	.course-passing-wrap .decoration-8 {
		display: none;
	}

	.course-passing-items {
		white-space: normal;
	}

	.course-passing-item {
		margin-top: 30px;
		margin-right: 40px;
	}

	.course-passing-item:nth-child(1) {
		margin-top: 30px;
	}

	.ds-program-items .item {
		margin-left: 0;
		margin-right: 46px;
	}

	.ds-sect-3 {
		overflow: hidden;
	}

	.ds-sect-3 .top-content .h2 {
		margin: 0 0 25px;
		width: 100%;
	}

	.ds-sect-3 .top-content .wrap-right {
		position: relative;
	}

	.ds-sect-3 .top-content .wrap-right::after {
		content: "";
		position: absolute;
		bottom: -53px;
		left: 0;
		width: 200%;
		height: 5px;
		background-color: #000;
	}

	.ds-sect-3 .top-content .wrap-right>img {
		right: auto;
		left: 0;
	}

	.ds-sect-3 .bottom-content {
		margin-top: 100px;
	}

	.ds-sect-3 .bottom-content .text {
		margin-right: 0;
	}

	.ds-sect-3 .bottom-content .wrap-img {
		margin-left: 0;
	}

	.ds-sect-3 .bottom-content .wrap-img img {
		max-width: 100%;
		height: auto;
	}

	.ds-sect-2 {
		padding: 96px 0 60px;
	}

	.ds-sect-2 .decoration-3 {
		display: none;
	}

	.ds-sect-2 .wrap-right {
		margin-left: -30px;
	}

	.header-course .top-pannel .wrap-logo {
		left: 2%;
	}

	.header-course .top-pannel .wrap-information {
		right: 2%;
	}

	.header-course .top-pannel .wrap-information .info {
		margin-right: 15px;
	}

	.header-course .top-pannel .wrap-information .btn {
		padding-left: 30px;
		padding-right: 30px;
	}

	.header-course .top-pannel .navbar {
		left: 19%;
		white-space: nowrap;
	}

	.header-course .top-pannel .navbar ul li {
		margin-right: 25px;
	}

	.header-course .top-pannel .wrap-information .info {
		display: none;
	}

	.head-course::before {
		bottom: 9%;
	}

	.head-course::after {
		right: 13%;
	}

	.head-course .wrap-img img {
		width: 76%;
		float: right;
	}

	.ds-sect-1 {
		padding-bottom: 170px;
	}

	.ds-sect-1 .decoration-2 {
		display: none;
	}

	.ds-sect-1 .decoration-2-1 {
		display: block;
	}

	.tilda-sect-1 {
		overflow: hidden;
		padding-bottom: 55px;
	}

	.tilda-sect-1 .img-decoration-1,.tilda-sect-1 .img-decoration-2 {
		display: none;
	}

	.tilda-sect-1 .img-decoration-bg {
		left: 2%;
	}

	.code-sect-1 {
		overflow: hidden;
		padding-bottom: 55px;
	}

	.code-sect-1 .img-decoration-1,.code-sect-1 .img-decoration-2 {
		display: none;
	}

	.code-sect-1 .img-decoration-bg {
		left: 2%;
	}
}

@media (max-width:1199.98px) {

	.video-sect-11 .course-passing-item {
		width: 362px;
	}


	.celebrationBlock2_bottom .wrap-composition {
		width: 100%;
		max-width: 1007px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.celebrationBlock2_bottom .wrap-composition p {
		padding-left: 14px;
	}

	.teachers-slider-celebration {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.teachers-slider-main {
		width: 680px;
		margin-left: 20px;
	}

	.teachers-slider-main .itemContent .wrap-composition {
		padding-left: 40px;
	}

	.teachers-slider-main .itemContent .wrap-composition img {
		right: 0;
	}

	.teachers-slider-main .itemContent .wrap-composition p {
		padding-right: 370px;
	}

	.teachers-slider-main .itemContent::after {
		display: none;
	}

	.teachers-slider-thumbs {
		width: 290px;
	}

	.teachers-slider-thumbs .itemThumb {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.teachers-slider-thumbs .itemThumb .wrap-info {
		width: 250px;
		-webkit-border-top-right-radius: 0;
		border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		border-bottom-right-radius: 0;
		padding-left: 20px;
	}

	.teachers-slider-thumbs .itemThumb .wrap-arrow {
		width: 30px;
		margin-left: 0;
		-webkit-border-top-left-radius: 0;
		border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.clbr-course-content .course-content {
		padding-left: 210px;
		padding-right: 30px;
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.celebration_cart-form form {
		margin-top: 26px;
		padding-top: 14px;
	}

	.celebration_cart-form form input,.celebration_cart-form form textarea {
		max-width: 613px;
		padding: 13px 20px;
	}

	.celebration_cart-form form .buttom-wrap .wrap-btn {
		width: 296px;
	}

	.celebration_cart-form form .buttom-wrap .wrap-btn .btn {
		height: 70px;
		line-height: 70px;
	}

	.celebration_cart-form form .wrap-input .iti {
		width: 296px;
	}

	.celebration_cart-form form .wrap-input>input {
		width: 296px;
	}

	.celebration_cart {
		padding-top: 30px;
		padding-bottom: 26px;
	}

	.celebration_cart .wrap-composition-mini .btn-more {
		width: 260px;
		height: 70px;
		line-height: 70px;
	}

	.celebration_cart .wrap-composition .h4 {
		font-size: 20px;
		width: 340px;
	}

	.celebration_cart .wrap-composition .prices-wrap .old-price {
		margin-right: 42px;
	}

	.celebration_cart .wrap-composition .prices-wrap .old-price::after {
		right: -22px;
	}

	.celebration_cart .wrap-composition .prices-wrap .new-price::after {
		display: none;
	}

	.celebration-course {
		margin-bottom: 30px;
	}

	.celebrationBlock1 {
		padding-bottom: 142px;
	}

	.celebration-title .h2 {
		font-size: 46px;
	}

	.back-lines-celebration span:nth-of-type(1) {
		display: none;
	}

	.back-lines-celebration span:nth-of-type(2) {
		display: none;
	}

	.back-lines-celebration span:nth-of-type(3) {
		display: none;
	}

	.back-lines-celebration span:nth-of-type(4) {
		display: none;
	}

	.students-work-slider .owl-nav {
		top: 0;
		left: auto;
		right: 0;
	}

	.ds-sect-new-1 {
		padding-top: 110px;
	}

	.ds-sect-new-1 .wrap-composition .volni-decor {
		display: none;
	}

	.ds-sect-new-1 .wrap-composition .click-text {
		bottom: 0;
		left: 0;
	}

	.students-work-slide {
		display: block;
		padding-bottom: 40px;
	}

	.students-work-slide .wrap-left {
		margin: auto;
		width: 320px;
	}

	.students-work-slide .wrap-right {
		max-width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.s_lesson-2 {
		padding: 65px 60px;
	}

	.s_lesson-2 .form-lesson .wrap-btn .bg-text span {
		font-size: 110px;
	}

	.s_lesson-2 .form-lesson .wrap-input input {
		width: 260px;
	}

	.back-lines span {
		margin-right: 30.1%;
	}

	.back-lines span:nth-of-type(1) {
		display: none;
	}

	.s_lesson-1 .wrap-content .wrap-video {
		height: 360px;
	}

	.s_lesson-1 .wrap-content .wrap-bottom {
		display: block;
	}

	.s_lesson-1 .wrap-content .wrap-bottom p {
		margin: 0;
		top: 0;
		margin-top: 10px;
	}

	.s_lesson-1 .wrap-tabs {
		padding-left: 0;
	}

	.s_lesson-1 .wrap-tabs .tab .wrap-img {
		margin-right: 10px;
	}

	.s_lesson-1 .wrap-tabs .tab .wrap-text {
		width: 165px;
	}

	.s_lesson-1 .wrap-tabs .tab .wrap-text .h3 br {
		display: none;
	}

	.s_september_7 {
		padding: 160px 0;
	}

	.s_september_7 .wrap-left {
		padding-right: 25px;
	}

	.s_september_7 .wrap-form {
		margin-left: 0;
		padding-left: 40px;
		padding-right: 40px;
	}

	.s_september_7 .wrap-form form .btn-big-yellow {
		margin-top: 35px;
	}

	.s_september_6 {
		padding: 160px 0;
	}

	.s_september_6 .img-decoration-1 {
		display: none;
	}

	.s_september_5 {
		padding: 160px 0;
	}

	.s_september_5 .wrap-bottom {
		padding: 0;
	}

	.s_september_5 .wrap-bottom .wrap-left {
		width: 100%;
		float: none;
		text-align: center;
		padding-top: 0;
	}

	.s_september_5 .wrap-bottom .wrap-right {
		margin-top: 30px;
		width: 100%;
		float: none;
		text-align: center;
	}

	.s_september_5 .wrap-items {
		padding: 0;
	}

	.s_september_5 .wrap-items .owl-dots {
		text-align: center;
	}

	.s_september_5 .wrap-items .owl-dots .owl-dot {
		width: 6px;
		height: 6px;
		-webkit-border-radius: 10em;
		border-radius: 10em;
		border: 1px solid #5b5de0;
		margin-right: 10px;
		background-color: transparent;
		-webkit-transition: background-color .25s ease;
		-o-transition: background-color .25s ease;
		transition: background-color .25s ease;
	}

	.s_september_5 .wrap-items .owl-dots .owl-dot:last-child {
		margin-right: 0;
	}

	.s_september_5 .wrap-items .owl-dots .owl-dot.active {
		background-color: #5b5de0;
	}

	.s_september_5 .wrap-items .item {
		padding-top: 80px;
		padding-left: 40px;
		padding-right: 200px;
	}

	.s_september_4 {
		padding: 160px 0;
	}

	.s_september_3 {
		padding-top: 80px;
		padding-bottom: 100px;
		text-align: center;
	}

	.s_september_3 .wrap-img {
		position: relative;
		max-width: 50%;
		top: 0;
		margin-top: 38px;
	}

	.s_september_3 .wrap-composition {
		padding-left: 0;
	}

	.s_september_2 {
		padding-top: 70px;
		padding-bottom: 80px;
	}

	.s_september_2 .img-decoration-1 {
		bottom: 100px;
		top: auto;
	}

	.wrap-items-boxes .item {
		padding-left: 220px;
		padding-right: 15px;
		margin-top: 60px;
	}

	.wrap-items-boxes .item>img {
		left: -30px;
	}

	.s_september_1 {
		padding-top: 220px;
		padding-bottom: 55px;
	}

	.s_september_1 .img-decoration-1 {
		top: -200px;
	}

	.s_september_1 .img-decoration-2 {
		top: 130px;
		right: auto;
		left: 0;
	}

	.s_september_1 .img-decoration-3 {
		display: none;
	}

	.s_september_1 .wrap-items {
		height: auto;
		background-image: none!important;
		margin-top: 10px;
	}

	.s_september_1 .wrap-items .item {
		position: relative;
		width: 100%;
		margin-top: 10px;
	}

	.s_september_1 .wrap-items .item:nth-of-type(1n) {
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
	}

	.september_head .wrap-bottom {
		padding-top: 100px;
	}

	.september_head .wrap-top>img {
		width: 75%;
	}

	.s_master_14 .text-blue-gradient-wrap {
		margin-left: 0;
	}

	.s_master_14 .wrap-form {
		padding: 50px 58px;
	}

	.s_master_14 .wrap-form .title {
		margin-bottom: 0;
	}

	.s_master_14 .wrap-form form .btn-big-yellow {
		margin-top: 30px;
	}

	.s_master_13 {
		padding: 150px 0;
	}

	.s_master_13 .wrap-statistics {
		padding: 0;
	}

	.s_master_13 .wrap-statistics .item>b,.s_master_13 .wrap-statistics .item>span,.s_master_13 .wrap-statistics .item>strong {
		font-size: 120px;
	}

	.s_master_13 .wrap-statistics .item>b b,.s_master_13 .wrap-statistics .item>span b,.s_master_13 .wrap-statistics .item>strong b {
		font-size: 70px;
	}

	.s_master_12 {
		padding: 120px 0;
	}

	.s_master_12 .text-blue-gradient-wrap {
		margin-left: 0;
		margin-bottom: 45px;
	}

	.s_master_12 .wrap-course-faq {
		padding: 0;
	}

	.wrap-masterskaya-events {
		display: block;
		margin-top: 50px;
	}

	.wrap-masterskaya-events .wrap-right {
		width: 100%;
		max-width: -webkit-calc(176px * 4);
		max-width: calc(176px * 4);
		margin: auto;
	}

	.wrap-masterskaya-events .wrap-right .item-content img {
		float: left;
		margin-right: 20px;
		max-width: 50%;
	}

	.wrap-masterskaya-events .wrap-left {
		margin: auto;
		width: 100%;
		position: inherit;
	}

	.wrap-masterskaya-events .wrap-left .owl-dots {
		position: absolute;
		bottom: 85px;
		margin-top: 0;
	}

	.wrap-masterskaya-events .wrap-left::after {
		display: none;
	}

	.wrap-masterskaya-events .wrap-left .item {
		margin: auto;
	}

	.wrap-masterskaya-events .wrap-left .item:nth-child(even) {
		background-color: #322f32;
	}

	.s_master_11 {
		padding: 110px 0 120px;
	}

	.s_master_11 .img-decoration-4 {
		display: none;
	}

	.s_master_11 .img-decoration-3 {
		display: none;
	}

	.wrap-table-price .item .price {
		height: 60px;
	}

	.wrap-table-price .item .text-blue-gradient-wrap {
		font-size: 35px;
		line-height: 60px;
	}

	.wrap-table-price .item .text-blue-gradient-wrap .text-blue-gradient {
		font-size: 35px;
		line-height: 60px;
	}

	.wrap-table-price .item .btn-big-yellow {
		width: 180px;
		font-size: 18px;
		height: 54px;
		line-height: 58px;
		margin-top: 30px;
	}

	.wrap-table-price .item .btn-big-yellow::before {
		bottom: -2px;
	}

	.s_master_10 {
		overflow: hidden;
		padding-bottom: 115px;
	}

	.s_master_10 .wrap-table-price {
		margin-top: 38px;
		margin-right: -20px;
	}

	.s_master_10 .text-blue-gradient-wrap {
		margin-left: 0;
		margin-bottom: 135px;
	}

	.s_master_10 .top-text {
		width: 38%;
	}

	.wrap-table-masterskaya {
		padding: 30px 0;
	}

	.wrap-table-masterskaya::before {
		width: 364px;
	}

	.wrap-table-masterskaya .item .text {
		width: 35%;
		margin-right: 40px;
		margin-left: 20px;
		height: 50px;
	}

	.wrap-table-masterskaya .item .text .title {
		font-size: 16px;
	}

	.wrap-table-masterskaya .item .images {
		width: 58%;
		height: 50px;
		padding: 0 35px;
	}

	.s_master_9 {
		padding-top: 140px;
	}

	.s_master_9 .img-decoration-2 {
		display: none;
	}

	.s_master_9 .text-blue-gradient-wrap {
		margin-left: 0;
		margin-bottom: 40px;
	}

	.s_master_9 .wrap-items {
		margin-top: 15px;
	}

	.s_master_9 .wrap-items .item {
		width: 41%;
		margin-right: 70px;
		margin-top: 20px;
	}

	.s_master_8 {
		padding: 180px 0;
		padding-bottom: 170px;
		overflow: hidden;
	}

	.s_master_8 .img-decoration-1 {
		display: none;
	}

	.s_master_8 .img-decoration-3 {
		top: 10%;
	}

	.s_master_8 .img-decoration-4 {
		display: none;
	}

	.s_master_8 .wrap-left {
		padding-right: 25px;
	}

	.s_master_8 .wrap-form {
		margin-right: 15px;
		margin-left: 10px;
	}

	.s_master_8 .wrap-form::before {
		left: -32px;
		right: -32px;
	}

	.s_master_7 {
		overflow: hidden;
		padding: 120px 0;
	}

	.s_master_7 .masterskaya-black-header {
		padding-top: 90px;
	}

	.s_master_7 .teachers .item {
		margin-right: 60px;
	}

	.s_master_7 .teachers .item img {
		top: -15px;
	}

	.s_master_7 .wrap-left .wrap-img {
		-webkit-transform: scale(.6,.6);
		-ms-transform: scale(.6,.6);
		transform: scale(.6,.6);
		bottom: 80px;
	}

	.s_master_7 .wrap-right {
		margin-left: 0;
		margin-top: 40px;
	}

	.item-platforma {
		padding-left: 150px;
	}

	.item-platforma img {
		left: -90px;
	}

	.item-platforma p {
		padding-right: 5px;
	}

	.s_master_6 {
		padding-top: 50px;
		padding-bottom: 100px;
	}

	.s_master_6 .text-blue-gradient-wrap {
		margin-left: 0;
		margin-bottom: 40px;
	}

	.s_master_5 .img-decoration-2 {
		right: 64%;
		top: 20%;
	}

	.s_master_5 .wrap-composition {
		padding-top: 40px;
	}

	.s_master_5 .wrap-composition .btn {
		margin-top: 70px;
	}

	.s_master_4 {
		padding-top: 40px;
	}

	.s_master_4 .img-decoration-1 {
		display: none;
	}

	.s_master_4 .wrap-items {
		height: auto;
		background-image: none!important;
		margin-top: 20px;
	}

	.s_master_4 .wrap-items .item {
		position: relative;
		width: 100%;
		margin-top: 10px;
	}

	.s_master_4 .wrap-items .item:nth-of-type(1n) {
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
	}

	.s_master_3 {
		padding-top: 100px;
	}

	.s_master_3 .img-decoration {
		display: none;
	}

	.s_master_3 .wrap-people .item-human {
		float: none;
	}

	.s_master_3 .wrap-people .item-human .hover {
		left: 100%;
	}

	.s_master_3 .wrap-people .item-human .hover.hover-to-left {
		right: 100%;
	}

	.s_demo-dostyp {
		padding: 55px 0;
	}

	.s_demo-dostyp .img-1 {
		display: block;
		position: absolute;
		top: -78px;
		right: 0;
	}

	.s_demo-dostyp .wrap-composition {
		display: block;
	}

	.s_demo-dostyp .wrap-composition>* {
		display: inline-block;
	}

	.s_demo-dostyp .wrap-composition .three {
		bottom: 0;
	}

	.s_demo-dostyp .wrap-composition .btn {
		float: none;
		margin-top: 30px;
		margin-left: 0;
	}

	.s_demo-dostyp .wrap-composition .two {
		font-size: 60px;
		line-height: 60px;
		position: relative;
		bottom: -9px;
	}

	.s_demo-dostyp .wrap-composition .two span:nth-of-type(1) {
		left: 1px;
		top: -1px;
	}

	.s_demo-dostyp .wrap-composition .two span:nth-of-type(2) {
		left: -2px;
		bottom: -1px;
	}

	.s_master_1::before {
		top: 4%;
	}

	.s_master_1 .about-items-wrap {
		padding: 0;
	}

	.s_master_1 .about-items-wrap .item {
		padding: 0;
		min-height: auto;
	}

	.s_master_1 .about-items-wrap .item .wrap-img {
		display: none;
	}

	.s_master_1 .about-items-wrap .item-mobile {
		display: block;
	}

	.masterskaya-black-header {
		font-size: 40px;
	}

	.text-blue-gradient-wrap {
		font-size: 65px;
		line-height: 65px;
	}

	.text-blue-gradient {
		font-size: 65px;
		line-height: 65px;
	}

	.s_master_1 {
		padding-top: 120px;
	}

	.s_master_1 .text-blue-gradient-wrap {
		margin-left: 0;
		margin-bottom: 0;
	}

	.tilda-sect-2 .img-decoration-2 span:nth-child(1) {
		display: none;
	}

	.popup-order .mfp-close {
		top: 0;
		right: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		font-size: 48px;
		color: #333;
		width: 50px;
		height: 50px;
		padding-top: 6px;
	}

	.popup-order .wrap-left {
		padding: 40px;
		padding-top: 100px;
	}

	.popup-order .wrap-left .price {
		margin-top: 50px;
	}

	.popup-order .wrap-right {
		padding: 80px 75px;
	}

	.popup-order .wrap-right p {
		margin-top: 15px;
	}

	.maestro-sect-16 {
		padding-top: 90px;
	}

	.maestro-sect-16 .img-decoration {
		right: -100px;
	}

	.maestro-sect-14 {
		padding-top: 130px;
	}

	.video-sect-13 {
		padding-top: 130px;
	}

	.order-bottom-content {
		padding: 50px 40px;
		padding-right: 35px;
	}

	.order-bottom-content::before {
		left: 20%;
	}

	.order-bottom-content>img {
		left: 23%;
	}

	.order-bottom-content .wrap-1 {
		padding-right: 130px;
	}

	.order-bottom-content .wrap-1::before {
		right: -42px;
	}

	.order-bottom-content .wrap-2 {
		margin-right: -55px;
	}

	.maestro-sect-13 {
		padding-top: 130px;
	}

	.maestro-sect-13 .wrap-content-left {
		padding-left: 0;
	}

	.maestro-sect-13 .wrap-content-right {
		margin-left: 20px;
	}

	.wrap-resume-course {
		padding: 30px;
		padding-top: 50px;
		padding-bottom: 45px;
	}

	.wrap-resume-course .wrap-top {
		min-height: 70px;
		padding-bottom: 35px;
	}

	.wrap-resume-course .wrap-top .person {
		padding-left: 80px;
		margin-right: 15px;
		width: 240px;
	}

	.wrap-resume-course .wrap-top .person img {
		width: 70px;
		height: 70px;
	}

	.wrap-resume-course .wrap-bottom ul {
		margin-right: 30px;
		width: 215px;
	}

	.maestro-sect-12 {
		padding-top: 75px;
		padding-bottom: 130px;
	}

	.maestro-sect-12 .wrap-diploma-course {
		padding-left: 0;
		padding-top: 50px;
	}

	.wrap-diploma-course p {
		width: 100%;
	}

	.maestro-sect-12 {
		padding-top: 75px;
		padding-bottom: 130px;
	}

	.maestro-sect-11 {
		padding: 75px 0;
	}

	.present-item .h3 {
		font-size: 20px;
	}

	.present-item-1 img {
		bottom: -75px;
		right: -40px;
	}

	.present-item-2 img {
		bottom: -50px;
		right: -80px;
	}

	.present-item img {
		-webkit-transform: scale(.7,.7);
		-ms-transform: scale(.7,.7);
		transform: scale(.7,.7);
		top: auto;
	}

	.maestro-sect-10 {
		padding-top: 130px;
		padding-bottom: 75px;
	}

	.maestro-sect-9 {
		padding: 150px 0;
	}

	.maestro-sect-9 .wrap-composition li {
		margin-right: 105px;
	}

	.maestro-sect-9 .wrap-img {
		margin-left: 0;
		margin-top: 0;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.maestro-sect-9 .wrap-img img {
		max-width: 100%;
		display: block;
		height: auto;
	}

	.teacher-item {
		padding-left: 40px;
		overflow: hidden;
	}

	.teacher-item img {
		right: -40px;
		bottom: -40px;
		-webkit-transform: scale(.8,.8);
		-ms-transform: scale(.8,.8);
		transform: scale(.8,.8);
	}

	.teacher-item::before {
		right: -55px;
		bottom: -55px;
	}

	.teacher-item ul {
		padding-right: 47%;
	}

	.maestro-sect-7 .h2 {
		width: 72%;
	}

	.maestro-sect-7 .img-decoration-2 span:nth-child(2) {
		bottom: 0;
	}

	.maestro-sect-6 {
		margin-top: 100px;
		padding: 130px 0;
	}

	.maestro-sect-6 .ds-portfolio-item>a img {
		height: 500px;
	}

	.maestro-course-item .wrap-left {
		width: 45%;
	}

	.maestro-course-item .wrap-right {
		width: 55%;
	}

	.maestro-course-item .wrap-right ul li {
		padding-left: 20px;
	}

	.maestro-course-item .wrap-right p {
		margin-top: 20px;
	}

	.maestro-sect-3 {
		padding: 115px 0;
	}

	.maestro-sect-3 .row:nth-of-type(2n) .wrap-about-text {
		padding-right: 0;
	}

	.maestro-sect-3 .wrap-about-text {
		padding-left: 0;
	}

	.maestro-sect-2 {
		padding-bottom: 90px;
	}

	.head-maestro .wrap-img {
		right: 0;
	}

	.head-maestro .img-decoration {
		bottom: -21%;
		right: -25%;
	}

	.way-item {
		margin-top: 10px;
	}

	.way-item:nth-child(odd) .wrap-text {
		margin-right: 0;
	}

	.way-item .wrap-img img {
		width: 80%;
	}

	.way-item:nth-child(even) {
		margin-top: 10px;
	}

	.way-item:first-child {
		margin-top: 10px;
	}

	.maestro-sect-1 .img-decoration-1 span:nth-child(2) {
		left: 5%;
	}

	.ds-sect-13 {
		padding-top: 70px;
		padding-bottom: 60px;
	}

	.ds-sect-13 .wrap-img {
		margin-left: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.ds-sect-13 .wrap-img::after {
		left: 10px;
	}

	.ds-sect-13 .wrap-img img {
		max-width: 100%;
	}

	.ds-sect-13 .wrap-composition {
		padding-top: 0;
	}

	.ds-sect-13 .wrap-composition li {
		margin-right: 55px;
	}

	.wrap-course-faq .faq-item .answer {
		width: 85%;
	}

	.ds-sect-12 {
		padding-top: 120px;
	}

	.ds-sect-11>div {
		min-height: 695px;
	}

	.ds-sect-11 .wrap-content-left {
		width: 45%;
		padding-top: 0;
		padding-bottom: 0;
	}

	.ds-sect-11 .wrap-content-left .wrap-composition {
		position: absolute;
		top: 50%;
		right: 50px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.ds-sect-11 .wrap-content-left .decoration-10 {
		display: none;
	}

	.ds-sect-11 .wrap-content-right {
		width: 55%;
	}

	.wrap-getcourse-form .polity-confidence {
		margin-top: 20px;
	}

	.wrap-getcourse-form form {
		display: block;
		padding-right: 30px;
	}

	.wrap-getcourse-form form input {
		width: 100%;
	}

	.course-passing-item {
		width: 47.4%;
		padding-top: 50px;
	}

	.course-passing-item:nth-child(2n) {
		margin-right: 0;
	}

	.ds-sect-10 {
		padding: 115px 0;
	}

	.ds-sect-10 .h2 {
		width: 100%;
	}

	.ds-sect-10 .decoration-7 {
		display: none;
	}

	.ds-sect-9 {
		padding-top: 150px;
		padding-bottom: 120px;
	}

	.ds-sect-9 .wrap-composition {
		padding-right: 0;
	}

	.ds-sect-8 {
		padding-bottom: 102px;
	}

	.ds-sect-8 .btn {
		bottom: 0;
		position: relative;
		margin-top: 20px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.ds-sect-8 .h2 {
		text-align: center;
		width: 100%;
		margin-bottom: 36px;
		padding-top: 0;
	}

	.ds-sect-8 .wrap-left {
		padding-right: 0;
	}

	.ds-sect-8 .wrap-right {
		margin-left: 0;
		text-align: center;
	}

	.ds-sect-8 .wrap-right::after {
		left: 66.2%;
		bottom: 0;
	}

	.video-sect-4 .program-course-item {
		padding: 45px;
	}

	.ds-sect-6 .h2 {
		margin-bottom: 45px;
	}

	.program-course-wrap .illustration-bottom,.program-course-wrap .illustration-top {
		display: none;
	}

	.ds-study-item img {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.ds-sect-4 .portfolio-col:nth-child(4n+2) .ds-portfolio-item {
		margin-top: 0;
	}

	.ds-sect-4 .portfolio-col:nth-child(4n+3) .ds-portfolio-item {
		margin-top: 0;
	}

	.ds-sect-4 .portfolio-col:nth-child(4n+4) .ds-portfolio-item {
		margin-top: 0;
	}

	.ds-sect-4 .portfolio-col:nth-child(3n+2) .ds-portfolio-item {
		margin-top: -60px;
	}

	.ds-sect-4 .portfolio-col:nth-child(3n+3) .ds-portfolio-item {
		margin-top: -130px;
	}

	.ds-sect-4 {
		padding: 100px 0;
	}

	.ds-sect-4 .annotation-text {
		padding-right: 0;
		padding-left: 70px;
		margin-top: -65px;
	}

	.ds-sect-4 .portfolio-button {
		margin-top: 55px;
	}

	.ds-sect-3 {
		overflow: hidden;
		padding-top: 30px;
		padding-bottom: 65px;
	}

	.ds-sect-2 .wrap-left {
		padding-right: 0;
	}

	.ds-sect-2 .wrap-left li img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: auto;
		margin-top: 22px;
	}

	.ds-sect-2 .wrap-left .h2 {
		margin-bottom: 24px;
		text-align: center;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.ds-sect-2 .wrap-left .h2 br {
		display: none;
	}

	.head-course {
		padding-top: 220px;
		padding-bottom: 140px;
	}

	.head-course::before {
		display: none;
	}

	.head-course::after {
		right: -100px;
		bottom: -100px;
	}

	.head-course .wrap-img {
		bottom: 25.5%;
	}

	.head-course .wrap-img img {
		width: 66%;
	}

	.head-course .wrap-composition .info li {
		margin-right: 32px;
	}

	.head-course .wrap-composition .info li span {
		font-size: 14px;
		line-height: 1.2;
	}

	.head-course .wrap-composition .main .upper {
		font-size: 18px;
	}

	.head-course .wrap-composition .main .h1 {
		font-size: 55px;
	}

	.head-course .wrap-composition .main .h1 span::after {
		width: 9px;
		height: 10px;
		top: 17px;
	}

	.head-course .wrap-composition .main .h1 span::before {
		top: 18px;
		font-size: 340px;
		left: -80px;
	}

	.header-course {
		top: 21px;
	}

	.header-course .top-pannel .wrap-logo {
		left: 3%;
	}

	.header-course .top-pannel .navbar {
		left: 21%;
	}

	.header-course .top-pannel .navbar ul li {
		margin-right: 20px;
	}

	.header-course .top-pannel .wrap-information {
		right: 3%;
	}

	.header-course .top-pannel .wrap-information .info {
		margin-right: 0;
	}

	.p_course-stub {
		padding-bottom: 130px;
	}

	.p_course-stub .wrap-composition .items {
		margin-top: 10px;
	}

	.p_course-stub .wrap-composition .items .item {
		margin-right: 50px;
		font-size: 17px;
	}

	.p_course-stub .wrap-composition .items .item span,.p_course-stub .wrap-composition .items .item strong {
		font-size: 32px;
	}

	.p_course-stub .wrap-composition .wrap-btn {
		margin-top: 40px;
	}

	.p_course-stub .wrap-composition .wrap-btn .btn {
		width: 222px;
		margin-right: 20px;
	}

	.top-banner p {
		font-size: 17px;
		margin-left: 15px;
		padding: 15px 0;
	}

	.top-banner .h3 {
		font-size: 22px;
		padding: 15px 0;
	}

	.p_materials_list {
		padding-bottom: 80px;
	}

	.p_materials_list .h2 {
		padding-bottom: 10px;
	}

	.materials-item {
		width: 29.3%;
		margin-right: 50px;
		margin-top: 50px;
	}

	.materials-item:nth-child(4n) {
		margin-right: 50px;
	}

	.materials-item:nth-child(3n) {
		margin-right: 0;
	}

	.p_materials_head {
		padding-bottom: 80px;
	}

	.p_materials_head p {
		width: 90%;
	}

	.p_materials_head img {
		position: relative;
		display: block;
		max-width: 100%;
		height: auto;
		right: 0;
		top: 0;
	}

	.read-also .blog-item {
		width: 31.4%;
	}

	.title-article {
		margin-top: 0;
		margin-bottom: 35px;
	}

	.title-article .date {
		margin-left: 40px;
	}

	.title-article .wrap-share {
		right: 90px;
	}

	.inner-article {
		width: 100%;
	}

	.p_inner-article .h2 {
		width: 100%;
		margin-top: 20px;
	}

	.p_inner-article .artice-sidebar {
		margin-top: 25px;
	}

	.article-category {
		margin-top: 50px;
	}

	.article-item .article-img {
		width: 45%;
	}

	.article-item .wrap-text {
		width: 51.1%;
		margin-left: 30px;
	}

	.artice-sidebar {
		float: none;
		width: 100%;
		margin-bottom: 40px;
		margin-left: 0;
	}

	.interesting-now {
		padding-bottom: 12px;
	}

	.interesting-item {
		width: 47.4%;
		margin-right: 20px;
		display: inline-block;
	}

	.page-header-uniq {
		padding-left: 80px;
	}

	.page-header-uniq img {
		left: 0;
	}

	.p_news-item-header .title {
		width: 79%;
	}

	.p_news-item-header .wrap-p p {
		width: 79%;
	}

	.p_news-item-h1 .page-title .h1 {
		width: 79%;
	}

	.p_news-item-content .wrap-share {
		right: 12%;
	}

	.p_news-item-content .wrap-composition p {
		width: 45%;
	}

	.p_news-item-content .sp-pp fieldset {
		width: 32%;
	}

	.p_news-item-content .sp-pp fieldset:last-of-type {
		margin-right: 0;
	}

	.p_news-item-content .sp-pp .form-footer {
		float: none;
	}

	.s_map {
		max-height: 580px;
	}

	.p_registration .wrap-composition .alternative {
		position: relative;
		bottom: 0;
		margin-top: 20px;
	}

	.p_block-bottom .wrap-composition {
		width: 60%;
	}

	.p_specialoffer .illustration-img {
		position: relative;
		top: 0;
		right: 0;
	}

	.p_welcome .wrap-composition {
		padding-left: 40px;
	}

	.p_advantages {
		padding-bottom: 74px;
	}

	.p_advantages .advantage-item {
		margin-top: 50px;
	}

	.p_advantages .illustration-img {
		bottom: -78px;
	}

	.p_courses::before {
		height: 2px;
	}

	.p_courses .courses-mixitup .courses_grid {
		margin-top: 48px;
	}

	.page-title p {
		width: 78%;
	}

	.footer .social-links {
		margin-top: 0;
		float: right;
	}

	.footer .social-links>span {
		display: block;
		font-size: 19px;
		font-weight: 700;
		margin-bottom: 21px;
	}

	.footer-menu {
		margin-left: 0;
	}

	.footer-menu .footer-menu-item {
		display: none;
	}

	.footer-menu .footer-menu-item.contacts {
		display: block;
		width: 100%;
	}

	.s_questions .wrap-composition .title {
		font-size: 30px;
	}

	.s_questions .contact-item {
		width: 31.4%;
	}

	.s_questions .contact-item:first-child {
		margin-left: 25px;
	}

	.blog-item {
		width: 48.6%;
	}

	.blog-item:nth-child(2n) {
		margin-right: 0;
	}

	.news-item {
		width: 29.7%;
	}

	.s_free-lessons {
		padding-bottom: 80px;
	}

	.s_free-lessons .wrap-composition .h2 br {
		display: none;
	}

	.s_free-lessons .wrap-composition p br {
		display: none;
	}

	.students-items .student {
		width: 22.9%;
	}

	body .form-specialoffer input,body .form-specialoffer textarea {
		width: 300px;
	}

	.courses-mixitup .courses_grid .course-item {
		width: 29.7%;
	}

	.s_courses .wrap-composition {
		padding-right: 20px;
	}

	.s_courses .btn.all-view {
		padding: 12px 26px 9px;
	}

	.s_advantages .wrap-composition .h2 br {
		display: none;
	}

	.s_advantages .wrap-composition p br {
		display: none;
	}

	.s_advantages .wrap-advantages>div .advantage-item {
		margin-left: 0;
	}

	.s_advantages .wrap-advantages>div:nth-child(even) .advantage-item {
		margin-left: 0;
	}

	.main-head .top-pannel {
		padding-bottom: 16px;
	}

	.main-head .navbar {
		margin-left: 16px;
	}

	.main-head .navbar li li,.main-head .navbar ul li {
		margin-right: 30px;
		font-size: 14px;
	}

	.course-footer .social-links {
		margin: 0;
		margin-top: 8px;
		float: none;
	}

	.head-tilda {
		padding-top: 220px;
	}

	.head-tilda .wrap-composition .info li {
		margin-right: 55px;
	}

	.head-code {
		padding-top: 220px;
	}

	.head-code .wrap-composition .info li {
		margin-right: 55px;
	}

	.tilda-sect-1 {
		padding-top: 140px;
	}

	.code-sect-1 {
		padding-top: 140px;
	}

	.tilda-sect-2 {
		padding-top: 80px;
	}

	.tilda-sect-2 .img-decoration-1 {
		left: 75%;
	}

	.tilda-sect-2 .top-blocks_item {
		width: 30%;
		margin-right: 40px;
	}

	.tilda-sect-3 {
		padding-bottom: 140px;
	}

	.tilda-sect-3 .h2::before {
		top: 65px;
	}

	.tilda-sect-4 {
		padding-top: 120px;
		padding-bottom: 140px;
	}

	.tilda-sect-4 .wrap-img .h2 {
		display: block;
		margin-bottom: 40px;
	}

	.tilda-sect-4 .wrap-composition .h2 {
		display: none;
	}

	.tilda-sect-4 .wrap-composition .h4 {
		margin-top: 10px;
	}

	.tilda-sect-5 {
		padding-top: 90px;
	}

	.tilda-sect-5 .img-decoration-bg {
		left: -17%;
	}

	.tilda-sect-6 {
		padding-top: 60px;
	}

	.tilda-sect-6 .img-decoration-bg {
		left: -30px;
		top: 0;
	}

	.tilda-sect-6 .img-decoration-1 {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.tilda-sect-7 {
		padding-bottom: 140px;
	}

	.tilda-sect-7 .wrap-portfolio .ds-portfolio-item>a img {
		min-height: 300px;
	}

	.tilda-sect-8 {
		padding: 140px 0;
	}

	.tilda-sect-8 .order-tilda-wrap {
		padding: 30px;
		padding-top: 48px;
		padding-bottom: 5px;
	}

	.tilda-sect-8 .order-tilda-wrap .h2 {
		font-size: 40px;
	}

	.tilda-sect-8 .order-tilda-wrap>p {
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 15px;
	}

	.tilda-order-bottom-content {
		padding-top: 37px;
	}

	.tilda-order-bottom-content .personal-price {
		margin-top: 5px;
	}

	.tilda-order-bottom-content .btn-accent {
		float: none;
		margin-top: 10px;
	}

	.tilda-sect-9 {
		padding-top: 50px;
		padding-bottom: 55px;
	}

	.tilda-partners-wrap .owl-nav button.owl-prev {
		left: -35px;
	}

	.tilda-partners-wrap .owl-nav button.owl-next {
		right: -35px;
	}

	.video-partners-wrap .owl-nav button.owl-prev {
		left: -35px;
	}

	.video-partners-wrap .owl-nav button.owl-next {
		right: -35px;
	}

	.tilda-sect-10 {
		padding-top: 50px;
		padding-bottom: 70px;
	}

	.tilda-sect-10 .wrap-composition .h2 span::before {
		left: 150%;
	}

	.tilda-sect-11 {
		padding-top: 70px;
	}

	.tilda-sect-12 {
		padding-top: 50px;
	}

	.tilda-sect-12 .wrap-composition li {
		width: 200px;
		margin-right: 40px;
	}

	.header-masterskaya .top-pannel .wrap-logo {
		left: 0;
	}

	.header-masterskaya .top-pannel .navbar {
		left: auto;
		right: 0;
		margin-left: 0;
		float: right;
		top: 10px;
	}

	.head-masterskaya {
		background-image: none;
	}

	.masterskaya-popup .mfp-close {
		color: #fff;
	}

	.masterskaya-popup .wrap-all .wrap-left {
		padding: 58px 40px;
	}

	.masterskaya-popup .wrap-all .wrap-left .h3 {
		font-size: 30px;
	}

	.masterskaya-popup .wrap-all .wrap-left .under-title p {
		font-size: 30px;
	}

	.masterskaya-popup .wrap-all .wrap-right {
		padding: 58px 40px;
	}

	.masterskaya-popup .wrap-all .wrap-right .h2 {
		font-size: 30px;
	}

	.masterskaya-popup .wrap-all .wrap-right .wrap-form {
		padding: 30px 30px;
	}

	.masterskaya-popup .wrap-all .wrap-left {
		width: 51%;
	}

	.masterskaya-popup .wrap-all .wrap-right {
		width: 49%;
	}

	.ds-sect-new-2 {
		padding-top: 20px;
		padding-bottom: 100px;
	}

	.ds-resume-wrap .ds-resume-item:nth-of-type(2) {
		padding: 0 20px;
	}

	.ds-resume-wrap .ds-resume-item:nth-of-type(1) {
		width: 280px;
	}
}

@media (max-width:991.98px) {

	.code-sect-4 .cards-wrap .card {
		max-width: calc(50% - 30px);
		flex: 0 0 50%;
		margin-bottom: 30px;
	}

	.code-sect-4 .cards-wrap .card .wrap-img,
	.code-sect-4 .cards-wrap .card .h3 {
		margin-top: 0;
	}

	.video-sect-11 .course-passing-item {
		width: calc((100% - 70px) / 2);
		margin-right: 30px
	}

	.video-sect-11 .course-passing-item:nth-of-type(2n) {
		margin-right: 0;
	}

	.video-sect-11 .course-passing-item:last-of-type {
		margin-right: 30px;
	}

	.celebration-footer-form {
		display: block;
	}

	.celebration-footer-form>img {
		display: none;
	}

	.celebration-footer-form form {
		margin: auto;
	}

	.teachers-slider-main {
		display: none;
	}

	.teachers-slider-thumbs {
		margin: auto;
		width: 100%;
	}

	.teachers-slider-thumbs .itemThumb {
		margin-bottom: 20px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.teachers-slider-thumbs .itemThumb .itemContent {
		z-index: 1!important;
	}

	.teachers-slider-thumbs .itemThumb .wrap-info {
		width: 92%;
		background-color: rgba(255,255,255,.8);
		height: 97px;
		position: relative;
		z-index: 2;
	}

	.teachers-slider-thumbs .itemThumb .wrap-arrow {
		width: 8%;
		height: 97px;
		position: relative;
		z-index: 2;
		background-color: rgba(255,255,255,.8);
	}

	.teachers-slider-thumbs .itemThumb .wrap-arrow svg {
		-webkit-transform: translate(-50%,-50%) rotate(90deg);
		-ms-transform: translate(-50%,-50%) rotate(90deg);
		transform: translate(-50%,-50%) rotate(90deg);
		fill: #888;
	}

	.teachers-slider-celebration {
		display: block;
	}

	.back-lines-celebration span:nth-of-type(5) {
		display: none;
	}

	.clbr-course-content .celebration-title {
		margin-bottom: 52px;
		text-align: center;
	}

	.clbr-course-content .col-course-content:nth-child(even) {
		margin-top: 0;
	}

	.clbr-course-content .course-content img {
		left: 20px;
		top: 55%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.celebration_cart-form form {
		margin-top: 24px;
		padding-top: 2px;
	}

	.celebration_cart-form form input,.celebration_cart-form form textarea {
		max-width: 100%;
	}

	.celebration_cart-form form .buttom-wrap {
		display: block;
	}

	.celebration_cart-form form .buttom-wrap .wrap-btn {
		width: 100%;
	}

	.celebration_cart-form form .buttom-wrap .wrap-btn .btn {
		height: 70px;
		line-height: 70px;
		margin-top: 26px;
		max-width: 300px;
	}

	.celebration_cart-form form .wrap-input {
		display: block;
	}

	.celebration_cart-form form .wrap-input .iti {
		width: 100%;
	}

	.celebration_cart-form form .wrap-input>input {
		width: 100%;
	}

	.celebration_cart {
		padding-top: 40px;
		padding-bottom: 36px;
		overflow: auto;
		bottom: -100%;
		top: auto;
	}

	.celebration_cart.celebration_cart-mobile {
		top: 50px;
	}

	.celebration_cart .wrap-composition-mini .btn-more {
		width: 260px;
		height: 70px;
		line-height: 70px;
	}

	.celebration_cart .wrap-composition {
		display: block;
		text-align: center;
	}

	.celebration_cart .wrap-composition .prices-wrap>div::after {
		top: 0;
		bottom: 0;
	}

	.celebration_cart .wrap-composition .prices-wrap {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: left;
		margin: 20px 0;
	}

	.celebration_cart .wrap-composition .h4 {
		width: 100%;
		font-size: 24px;
	}

	.celebration-head .wrap-composition>img {
		display: none;
	}

	.celebration-head .wrap-composition .h1 {
		font-size: 60px;
		margin-bottom: 16px;
	}

	.celebration-head .wrap-composition>p {
		font-size: 18px;
	}

	.ds-sect-11 .wrap-content-left .wrap-composition .h3 {
		display: block;
	}

	.ds-sect-new-1 {
		padding-top: 100px;
	}

	.students-work-slide .wrap-left {
		height: auto;
		padding-bottom: 40px;
	}

	.students-work-slide .wrap-right .student-work-img {
		margin-right: 20px;
	}

	.s_lesson-3 .wrap-composition .wrap-right .write-us {
		margin-top: 40px;
	}

	.s_lesson-3 .wrap-composition .wrap-right li {
		padding-left: 0;
	}

	.s_lesson-3 .wrap-composition .wrap-right li span:nth-child(1) {
		position: relative;
		display: inline-block;
		top: 0;
	}

	.s_lesson-3 .wrap-composition .wrap-right li span:nth-child(2) {
		display: block;
	}

	.s_lesson-3 .wrap-composition {
		margin-top: 26px;
	}

	.s_lesson-3 .wrap-composition .wrap-left {
		margin-bottom: 30px;
	}

	.s_lesson-3 .wrap-composition .wrap-right {
		text-align: center;
	}

	.s_lesson-1 .wrap-tabs .tab .wrap-text .top .title {
		padding-left: 30px;
	}

	.s_lesson-1 .wrap-tabs .tab.open-lesson .wrap-text .top .title::after {
		display: none;
	}

	.s_lesson-3 {
		padding-bottom: 80px;
	}

	.s_lesson-3 .wrap-composition .wrap-left {
		position: relative;
		top: 0;
		right: 0;
	}

	.s_lesson-4 {
		padding-bottom: 100px;
	}

	.s_lesson .h2 {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.s_lesson .description {
		font-size: 16px;
	}

	.s_lesson-2 {
		padding: 60px 45px 45px;
		margin-bottom: 100px;
	}

	.s_lesson-2 .form-lesson .wrap-btn {
		margin-top: 20px;
	}

	.s_lesson-2 .form-lesson .wrap-btn .bg-text {
		display: none;
	}

	.s_lesson-2 .form-lesson .wrap-input {
		display: block;
	}

	.s_lesson-2 .form-lesson .wrap-input>* {
		width: 100%;
		margin-right: 0;
		display: block;
		margin: auto;
		margin-top: 10px;
	}

	.s_lesson-2 .form-lesson .wrap-input input {
		padding: 18px;
		width: 100%;
	}

	.s_lesson-2 .form-lesson .wrap-input .iti {
		width: 100%;
		display: block;
	}

	.wrap-body-lesson .bg-top {
		left: 15%;
	}

	.back-lines span {
		margin-right: 41%;
	}

	.back-lines span:nth-of-type(1),.back-lines span:nth-of-type(2) {
		display: none;
	}

	.s_lesson-1 {
		padding-bottom: 100px;
		overflow: visible;
	}

	.s_lesson-1 .owl-carousel .owl-stage-outer {
		overflow: visible;
	}

	.s_lesson-1 .wrap-tabs {
		padding: 0;
		padding-top: 35px;
	}

	.s_lesson-1 .wrap-tabs .tab {
		display: inline-block;
	}

	.s_lesson-1 .wrap-tabs .tab .wrap-text {
		display: block;
		width: 100%;
	}

	.s_lesson-1 .wrap-tabs .tab .wrap-text .h3 br {
		display: block;
	}

	.s_lesson-1 .wrap-tabs .tab .wrap-text .top .count {
		font-size: 50px;
		bottom: -8px;
	}

	.s_lesson-1 .wrap-tabs .tab .wrap-text .top img {
		display: inline-block;
	}

	.s_lesson-1 .wrap-tabs .tab .wrap-img {
		margin-right: 0;
	}

	.s_lesson-1 .wrap-content {
		margin-left: 0;
	}

	.s_lesson-1 .wrap-content .background-title {
		left: 0;
		opacity: .03;
		top: -30px;
		font-size: 100px;
	}

	.s_lesson-1 .wrap-content .wrap-video {
		height: 400px;
	}

	.s_lesson-1 .wrap-content .wrap-bottom {
		margin-top: 30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.s_lesson-1 .wrap-content .wrap-bottom p {
		margin: 0;
		top: -4px;
		margin-left: 20px;
		margin-right: 10px;
	}

	.s_september_7 .wrap-left {
		padding-right: 0;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 25px;
	}

	.s_september_7 .img-decoration-1 {
		display: none;
	}

	.s_september_4 {
		padding: 140px 0;
	}

	.s_september_3 .wrap-composition .price {
		font-size: 70px;
	}

	.wrap-items-boxes .item {
		margin-top: 70px;
		padding-left: 260px;
		padding-right: 20px;
	}

	.wrap-items-boxes .item>img {
		left: 0;
	}

	.s_september_1 .img-boxes {
		display: none;
	}

	.discounts_section .h2 {
		font-size: 70px;
	}

	.september_head {
		padding-bottom: 40px;
	}

	.september_head .wrap-logo {
		float: none;
		padding-top: 20px;
	}

	.september_head .wrap-top {
		padding-top: 55px;
	}

	.september_head .wrap-top>img {
		right: 0;
		width: auto;
	}

	.september_head .wrap-top .description {
		text-align: left;
		font-size: 45px;
		margin-top: -32px;
	}

	.september_head .wrap-bottom {
		text-align: center;
		margin-top: 10px;
		padding-top: 34px;
	}

	.september_head .wrap-bottom .right {
		float: none;
	}

	.september_head .wrap-bottom .right .title {
		margin-bottom: 18px;
	}

	.september_head .wrap-bottom .right>img {
		right: -220px;
		top: -435px;
		display: none;
	}

	.september_head .wrap-bottom .left {
		float: none;
		width: 100%;
		margin-top: 45px;
	}

	.s_master_14 {
		padding: 110px 0;
	}

	.s_master_14 .text-blue-gradient-wrap {
		margin-bottom: 14px;
	}

	.s_master_14 .text-blue-gradient-wrap+* {
		margin-left: 50px;
	}

	.s_master_14 .wrap-left {
		padding-top: 0;
		margin-bottom: 45px;
	}

	.s_master_14 .wrap-form>img {
		display: block;
		position: absolute;
		right: 0;
		top: -216px;
	}

	.s_master_13 {
		padding: 120px 0;
	}

	.s_master_13 .wrap-statistics .item {
		width: 46%;
		margin-top: 40px;
	}

	.s_master_13 .wrap-statistics .item>b,.s_master_13 .wrap-statistics .item>span,.s_master_13 .wrap-statistics .item>strong {
		font-size: 80px;
	}

	.s_master_13 .wrap-statistics .item>b b,.s_master_13 .wrap-statistics .item>span b,.s_master_13 .wrap-statistics .item>strong b {
		font-size: 40px;
	}

	.s_master_13 .wrap-statistics .item p {
		font-size: 16px;
		margin-top: 10px;
	}

	.s_master_12 {
		padding: 100px 0;
	}

	.s_master_12 .text-blue-gradient-wrap {
		font-size: 45px;
		line-height: 45px;
	}

	.s_master_12 .text-blue-gradient-wrap .h2 {
		font-size: 45px;
		line-height: 45px;
	}

	.wrap-masterskaya-events {
		margin-top: 30px;
	}

	.wrap-masterskaya-events .wrap-left .owl-dots {
		bottom: 60px;
	}

	.s_master_11 {
		padding-bottom: 100px;
		padding-top: 90px;
	}

	.s_master_10 {
		padding-top: 55px;
		padding-bottom: 100px;
	}

	.s_master_10 .text-blue-gradient-wrap {
		margin-bottom: 15px;
	}

	.s_master_10 .top-text {
		width: 100%;
		padding-left: 0;
		margin-bottom: 30px;
	}

	.s_master_9 {
		padding-top: 100px;
	}

	.s_master_9 .wrap-items .item {
		margin-right: 0;
		width: 100%;
	}

	.s_master_9 .wrap-items .item .h3 br {
		display: none;
	}

	.s_master_8 {
		padding: 110px 0;
		padding-bottom: 90px;
	}

	.s_master_8 .img-decoration-1 {
		right: auto;
		top: auto;
		bottom: -20px;
		left: -60px;
		display: block;
		-webkit-transform: scale(.3,.3);
		-ms-transform: scale(.3,.3);
		transform: scale(.3,.3);
	}

	.s_master_8 .img-decoration-3 {
		left: -20px;
		top: 4%;
	}

	.s_master_8 .wrap-left {
		padding-right: 0;
		float: none;
		text-align: left;
		padding: 0;
	}

	.s_master_8 .wrap-left .h2 br {
		display: none;
	}

	.s_master_8 .wrap-left .text {
		display: inline-block;
		margin-top: 18px;
	}

	.s_master_8 .wrap-form {
		margin: 0;
		margin-top: 40px;
	}

	.s_master_8 .wrap-form::before {
		display: none;
	}

	.s_master_8 .wrap-form .title {
		margin-bottom: 20px;
	}

	.s_master_8 .wrap-form p {
		text-align: center;
	}

	.s_master_8 .wrap-form input {
		margin-bottom: 20px;
	}

	.s_master_7 {
		padding-bottom: 100px;
	}

	.s_master_7 .masterskaya-black-header {
		padding-top: 70px;
		margin-bottom: 40px;
	}

	.s_master_7 .btn {
		margin-top: 40px;
	}

	.s_master_7 .img-decoration-3 {
		display: none;
	}

	.s_master_7 .teachers .item {
		padding: 0;
		margin: 0;
		text-align: left;
	}

	.s_master_7 .teachers .item img {
		width: auto;
		position: relative;
		top: 0;
		margin-bottom: 5px;
	}

	.item-platforma {
		padding-left: 190px;
	}

	.item-platforma img {
		left: -55px;
	}

	.s_master_6 {
		padding-bottom: 90px;
	}

	.s_master_6 .text-blue-gradient-wrap {
		margin-bottom: 10px;
	}

	.s_master_5 {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.s_master_5 .img-decoration-1 {
		display: none;
	}

	.s_master_5 .img-decoration-2 {
		display: none;
	}

	.s_master_5 .img-decoration-3 {
		display: block;
		left: 0;
		top: 0;
	}

	.s_master_5 .wrap-composition {
		padding-top: 40px;
		text-align: center;
	}

	.s_master_5 .wrap-composition img {
		max-width: 100%;
		margin-right: -50px;
		display: inline-block;
	}

	.s_master_5 .wrap-composition p {
		padding: 0;
	}

	.s_master_5 .wrap-composition .btn {
		margin-top: 40px;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.h2-master {
		font-size: 35px;
	}

	.s_master_3 {
		padding-bottom: 60px;
		padding-top: 85px;
		overflow: hidden;
	}

	.s_master_3 .img-decoration-2 {
		right: -20px;
		top: 5%;
		display: block;
	}

	.s_master_3 .img-decoration-3 {
		left: 0;
		top: 30%;
		display: block;
	}

	.s_master_3 .wrap-people {
		margin-left: 0;
	}

	.s_master_3 .wrap-people .item-human {
		padding-bottom: 40px;
	}

	.s_master_3 .wrap-people .item-human:hover .btn {
		-webkit-box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
		box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
		background: #fff;
	}

	.s_master_3 .wrap-people .item-human .hover {
		display: none!important;
	}

	.s_master_3 .wrap-people .item-human .btn {
		cursor: auto;
	}

	.s_master_3 .wrap-people .item-human .btn:focus {
		-webkit-box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
		box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.05);
		background: #fff;
	}

	.s_master_3 .wrap-people .item-human.no-hover img {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}

	.masterskaya-black-header {
		font-size: 30px;
	}

	.text-blue-gradient-wrap {
		font-size: 45px;
		line-height: 45px;
	}

	.text-blue-gradient {
		font-size: 45px;
		line-height: 45px;
	}

	.head-masterskaya .wrap-composition .text-blue-gradient-wrap {
		font-size: 75px;
		line-height: 75px;
		letter-spacing: 8px;
	}

	.head-masterskaya .wrap-composition .text-blue-gradient-wrap>span:nth-of-type(1) {
		left: 1px;
		top: -1px;
	}

	.head-masterskaya .wrap-composition .text-blue-gradient-wrap>span:nth-of-type(2) {
		bottom: -2px;
		left: -1px;
	}

	.head-masterskaya .wrap-composition .text-blue-gradient-wrap .h1 {
		font-size: 75px;
		line-height: 75px;
	}

	.head-masterskaya .wrap-composition .hand-img {
		bottom: -100px;
		right: 0;
	}

	.tilda-sect-2 .img-decoration-2 {
		display: none;
	}

	.order-bottom-content {
		margin-top: 30px;
		text-align: center;
		padding-bottom: 40px;
	}

	.order-bottom-content::before {
		display: none;
	}

	.order-bottom-content>img {
		display: none;
	}

	.order-bottom-content .wrap-1 {
		padding: 0;
		position: relative;
	}

	.order-bottom-content .wrap-1::before {
		content: "";
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 0;
		background-repeat: no-repeat;
		background-image: url(../img/course-maestro/order-nesmelov-bg.png);
		width: 213px;
		height: 173px;
		z-index: -1;
	}

	.order-bottom-content .wrap-1 img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: auto;
		margin-top: 15px;
	}

	.order-bottom-content .wrap-2 {
		padding: 0;
		margin-right: 0;
		margin-top: 20px;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.order-bottom-content .wrap-3 {
		float: none;
		margin-top: 25px;
	}

	.maestro-sect-13 {
		text-align: center;
		background-color: #131313;
		background-image: none;
		padding-bottom: 70px;
	}

	.maestro-sect-13 .wrap-content-left .price span.price-new {
		font-size: 70px;
	}

	.maestro-sect-13 .wrap-content-right {
		margin: auto;
		margin-top: 40px;
	}

	.popup-order .wrap-all {
		overflow: hidden;
		padding-bottom: 40px;
	}

	.popup-order .wrap-right {
		float: none;
		width: 100%;
		overflow: visible!important;
		padding-bottom: 60px;
	}

	.popup-order .wrap-left {
		display: none;
	}

	.maestro-sect-16 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.maestro-sect-16 .img-decoration {
		display: none;
	}

	.maestro-sect-16 .wrap-composition {
		margin-top: 0;
		text-align: center;
	}

	.maestro-sect-16 .wrap-img {
		margin-top: 45px;
		position: relative;
		text-align: center;
	}

	.maestro-sect-16 .wrap-img img {
		max-width: 100%;
		height: auto;
	}

	.maestro-sect-15 .img-decoration-1 span:nth-child(2) {
		display: none;
	}

	.maestro-sect-14 {
		padding-top: 110px;
	}

	.video-sect-13 {
		padding-top: 110px;
	}


	.maestro-sect-13 {
		padding-top: 110px;
	}

	.maestro-sect-13 .wrap-content-left .h3 {
		padding-top: 0;
	}

	.maestro-sect-12 {
		padding-top: 55px;
		padding-bottom: 110px;
	}

	.maestro-sect-12 .wrap-diploma-course {
		padding-top: 35px;
	}

	.wrap-diploma-course {
		text-align: center;
	}

	.wrap-diploma-course p {
		width: 70%;
		margin: auto;
	}

	.wrap-resume-course {
		padding: 40px;
		padding-top: 65px;
		padding-bottom: 65px;
	}

	.wrap-resume-course .wrap-bottom ul {
		width: 255px;
		margin-right: 70px;
	}

	.wrap-resume-course .wrap-top {
		min-height: 82px;
		padding-bottom: 40px;
	}

	.wrap-resume-course .wrap-top .person {
		padding-left: 102px;
		width: 255px;
		margin-right: 75px;
	}

	.wrap-resume-course .wrap-top .person img {
		width: 82px;
		height: 82px;
	}

	.maestro-sect-12 {
		padding-top: 55px;
		padding-bottom: 110px;
	}

	.maestro-partners-item {
		width: 33.33%;
	}

	.maestro-sect-11 {
		padding: 55px 0;
	}

	.present-item .h3 {
		font-size: 24px;
	}

	.present-item-1 img {
		bottom: -60px;
		right: 0;
	}

	.present-item-2 img {
		bottom: -45px;
		right: -18px;
	}

	.present-item img {
		-webkit-transform: scale(.9,.9);
		-ms-transform: scale(.9,.9);
		transform: scale(.9,.9);
		top: auto;
	}

	.maestro-sect-10 {
		padding-top: 110px;
		padding-bottom: 55px;
	}

	.maestro-sect-9 {
		padding: 110px 0;
	}

	.maestro-sect-9 .h2 {
		white-space: normal;
	}

	.maestro-sect-9 .wrap-img {
		top: 0;
		margin-top: 25px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.maestro-sect-9 .wrap-img img {
		margin: auto;
	}

	.maestro-sect-8 {
		padding-top: 70px;
		padding-bottom: 115px;
	}

	.maestro-sect-7 {
		padding-top: 120px;
	}

	.maestro-sect-7 .img-decoration-1,.maestro-sect-7 .img-decoration-2 {
		display: none;
	}

	.maestro-sect-7 .h2 {
		width: 100%;
	}

	.maestro-sect-1 .dlya-kogo-wrap .col-study:nth-child(3n+2),.maestro-sect-7 .dlya-kogo-wrap .col-study:nth-child(3n+2) {
		margin-top: 0;
	}

	.maestro-sect-6 .h2 br {
		display: none;
	}

	.maestro-sect-6 .ds-portfolio-item>a img {
		height: 400px;
	}

	.maestro-sect-2 .btn {
		top: 0;
		margin-top: 30px;
	}

	.way-item {
		margin-top: 50px;
	}

	.way-item:nth-child(even) {
		margin-top: 50px;
	}

	.way-item:first-child {
		margin-top: 50px;
	}

	.way-item .wrap-text {
		width: 100%;
	}

	.maestro-sect-1 .dlya-kogo-wrap,.maestro-sect-7 .dlya-kogo-wrap {
		margin-top: 25px;
	}

	.maestro-sect-1 .dlya-kogo-item,.maestro-sect-7 .dlya-kogo-item {
		margin-top: 20px;
	}

	.ds-sect-14 {
		padding: 85px 0 75px;
	}

	.ds-sect-13 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.ds-sect-13 .wrap-img {
		position: relative;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-top: 20px;
	}

	.ds-sect-13 .wrap-img::after {
		left: 10px;
	}

	.ds-sect-13 .wrap-img img {
		max-width: 100%;
		width: 62%;
	}

	.ds-sect-13 .wrap-composition li {
		margin-right: 110px;
	}

	.wrap-course-faq .faq-item .answer {
		width: 100%;
		padding-right: 65px;
	}

	.ds-sect-12 {
		padding-top: 35px;
	}

	.wrap-getcourse-form form input {
		max-width: 538px;
	}

	.ds-sect-11>div {
		min-height: auto;
	}

	.ds-sect-11 .wrap-content-left {
		width: 100%;
		padding-top: 70px;
		padding-bottom: 70px;
		float: none;
	}

	.ds-sect-11 .wrap-content-left .decoration-10 {
		display: block;
		left: -30px;
	}

	.ds-sect-11 .wrap-content-left .wrap-composition {
		position: relative;
		top: 0;
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		float: none;
		display: inline-block;
	}

	.ds-sect-11 .wrap-content-right {
		width: 100%;
		float: none;
		padding-top: 70px;
		padding-bottom: 80px;
	}

	.ds-sect-10 {
		padding: 105px 0;
	}

	.ds-sect-10 .h2 {
		width: 85%;
	}

	.course-passing-item {
		width: 46.5%;
		padding-top: 60px;
	}

	.ds-sect-8 {
		padding-top: 50px;
	}

	.ds-sect-8 .wrap-right .partner-item {
		width: 202px;
	}

	.ds-sect-7 {
		padding-top: 90px;
	}

	.ds-sect-7 .students-items .owl-nav button.owl-prev {
		left: -40px;
	}

	.ds-sect-7 .students-items .owl-nav button.owl-next {
		right: -40px;
	}

	.program-course-item {
		padding: 45px 25px;
		padding-right: 20px;
	}

	.program-course-item li {
		display: block;
	}

	.ds-study-item {
		padding-top: 38px;
	}

	.ds-study-item .h3 {
		margin-bottom: 18px;
	}

	.ds-sect-5 .h2 {
		margin-bottom: 20px;
	}

	.ds-sect-4 .annotation-text {
		display: none;
	}

	.ds-sect-4 .portfolio-button {
		margin-top: 0;
	}

	.ds-sect-4 .h2 {
		padding-left: 0;
		margin-bottom: 40px;
	}

	.ds-sect-4 .portfolio-col:nth-child(3n+2) .ds-portfolio-item {
		margin-top: 0;
	}

	.ds-sect-4 .portfolio-col:nth-child(3n+3) .ds-portfolio-item {
		margin-top: 0;
	}

	.ds-sect-4 .portfolio-col:nth-child(2n+2) .ds-portfolio-item {
		margin-top: -40px;
	}

	.ds-program-items .item {
		margin-right: 20px;
		width: 250px;
		margin-top: 20px;
	}

	.ds-sect-3 {
		padding-top: 20px;
		padding-bottom: 80px;
	}

	.ds-sect-3 .bottom-content .text>a {
		margin-bottom: 18px;
	}

	.ds-sect-3 .bottom-content .text .h3 {
		margin-bottom: 14px;
	}

	.ds-sect-3 .bottom-content .text p {
		margin-bottom: 18px;
	}

	.ds-sect-3 .bottom-content .text .advantages li {
		margin-right: 25px;
		margin-top: 0;
	}

	.ds-sect-3 .bottom-content .text .advantages li span {
		font-size: 15px;
	}

	.ds-sect-3 .bottom-content .wrap-img {
		margin-top: 20px;
	}

	.ds-sect-3 .bottom-content .wrap-img img {
		width: 50%;
		margin: auto;
		display: block;
	}

	.ds-sect-3 .bottom-content .wrap-img img.mini {
		width: auto;
	}

	.ds-sect-3 .top-content .h2 {
		margin-bottom: 10px;
	}

	.ds-sect-3 .top-content .wrap-right::after {
		left: auto;
		right: 0;
		bottom: -55px;
	}

	.ds-sect-3 .top-content .wrap-right>img {
		left: -129px;
		top: -44px;
	}

	.ds-sect-3 .top-content .wrap-right .ds-program-items {
		width: 550px;
	}

	.ds-sect-2 .wrap-left .btn {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.ds-sect-1 .decoration-1 {
		display: none;
	}

	.head-course {
		padding-bottom: 510px;
		padding-top: 160px;
		overflow: visible;
		z-index: 1;
	}

	.head-course::after {
		display: none;
	}

	.head-course .wrap-img {
		bottom: -34px;
		right: 0;
	}

	.head-course .wrap-img img {
		width: auto;
	}

	.head-course .wrap-composition {
		text-align: center;
		display: block;
	}

	.head-course .wrap-composition .info {
		margin-top: 45px;
	}

	.head-course .wrap-composition .info li {
		text-align: center;
		padding-left: 0;
		margin-right: 40px;
	}

	.head-course .wrap-composition .info li span {
		font-size: 16px;
	}

	.head-course .wrap-composition .info li svg {
		position: relative;
		display: block;
		margin: auto;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-bottom: 5px;
	}

	.head-course .wrap-composition .main .upper {
		margin-bottom: 12px;
	}

	.head-course .wrap-composition .main .h1 {
		margin-bottom: 15px;
	}

	.head-course .wrap-composition .main p {
		margin-bottom: 34px;
		font-size: 16px;
	}

	.header-course .top-pannel .navbar {
		left: auto;
		right: 3%;
		top: 10px;
		white-space: normal;
	}

	.header-course .top-pannel .wrap-information {
		display: none;
	}

	body .consultation-popup .form-specialoffer .btn {
		width: inherit;
	}

	.p_course-stub .wrap-composition .items .item {
		margin-right: 70px;
	}

	.p_course-stub .wrap-composition .items .item span,.p_course-stub .wrap-composition .items .item strong {
		font-size: 41px;
	}

	.p_course-stub .wrap-composition .wrap-btn .btn {
		width: 252px;
		margin-right: 40px;
	}

	.top-banner .bgc-img::after {
		right: -210px;
	}

	.top-banner .bgc-img::before {
		left: -115px;
	}

	.top-banner .h3 {
		font-size: 20px;
	}

	.top-banner p {
		margin-left: 5px;
		font-size: 14px;
	}

	.top-banner .btn {
		font-size: 14px;
		padding: 8px 16px;
	}

	.mailing-popup .bottom-cmt .form-specialoffer input {
		width: 75%;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
		margin-bottom: 0;
	}

	.mailing-popup .bottom-cmt .form-specialoffer .btn {
		width: 25%;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-border-top-right-radius: 5px;
		border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.mailing-popup .top-cmt {
		padding-right: 45px;
		padding-bottom: 20px;
	}

	.mailing-popup .top-cmt .h3 br {
		display: none;
	}

	.mailing-popup .top-cmt .free-items {
		margin-top: 15px;
	}

	.mailing-popup .top-cmt .free-items .item {
		width: 45%;
		margin-bottom: 0;
		margin-top: 15px;
	}

	.mailing-popup .top-cmt img {
		display: none;
	}

	.student-video .video-wrap {
		height: 380px;
	}

	.student-popup,.student-video {
		width: 100%;
	}

	.student-popup .bottom-popup,.student-video .bottom-popup {
		padding: 25px 30px;
	}

	.student-popup .bottom-popup .text,.student-video .bottom-popup .text {
		font-size: 30px;
	}

	.student-popup .top-popup {
		padding: 30px;
	}

	.student-popup .top-popup .left-part {
		width: 35%;
	}

	.student-popup .top-popup .left-part .photo {
		height: 280px;
	}

	.student-popup .top-popup .left-part .photo .btn-video svg {
		width: 55px;
		height: 55px;
	}

	.student-popup .top-popup .right-part {
		width: 62.5%;
		margin-left: 15px;
	}

	.student-popup .top-popup .right-part .name {
		font-size: 30px;
	}

	.materials-item {
		width: 45.5%;
		margin-right: 56px;
		margin-top: 50px;
	}

	.materials-item:nth-child(4n) {
		margin-right: 56px;
	}

	.materials-item:nth-child(3n) {
		margin-right: 56px;
	}

	.materials-item:nth-child(2n) {
		margin-right: 0;
	}

	.read-also .blog-item {
		width: 48.2%;
	}

	.read-also .blog-item:nth-of-type(3n) {
		margin-right: 19px;
	}

	.read-also .blog-item:nth-of-type(2n) {
		margin-right: 0;
	}

	.article-category {
		width: 100%;
		margin-top: 45px;
	}

	.article-item .article-img {
		width: 45.2%;
	}

	.article-item .wrap-text {
		margin-left: 20px;
	}

	.interesting-item {
		width: 46.5%;
	}

	.page-blog-header {
		padding-bottom: 22px;
	}

	.page-header-uniq {
		margin-top: 30px;
		padding-left: 90px;
	}

	.p_news-item-header .title {
		width: 100%;
	}

	.p_news-item-header .wrap-p p {
		width: 100%;
	}

	.p_news-item-h1 .page-title .h1 {
		width: 100%;
	}

	.p_news-item-content .wrap-video-banner {
		padding-bottom: 30px;
		margin-bottom: 50px;
	}

	.p_news-item-content .wrap-share {
		right: inherit;
		top: inherit;
		left: 0;
		bottom: 0;
	}

	.p_news-item-content .wrap-share .share-icon {
		right: inherit;
		left: 15px;
	}

	.p_news-item-content .wrap-share .list-share {
		right: inherit;
		left: 15px;
		margin-right: 0;
		top: 50px;
	}

	.p_news-item-content .wrap-video-banner .wrap-video {
		min-height: 300px;
		width: 100%;
	}

	.p_news-item-content .wrap-composition p {
		width: 50%;
	}

	.p_news-item-content .sp-pp fieldset {
		width: 70%;
	}

	.page-header-alternative .page-img-wrap {
		float: none;
		margin-top: 20px;
		padding-left: 0;
	}

	.s_map {
		max-height: 480px;
	}

	.p_contacts {
		padding-top: 0;
	}

	.p_contacts .wrap-composition {
		margin-top: 45px;
		margin-right: 90px;
	}

	.p_contacts .social-links {
		position: relative;
		bottom: 0;
		left: 0;
		margin-top: 35px;
	}

	.p_registration {
		padding: 70px 0;
	}

	.p_registration .wrap-composition {
		margin-right: 90px;
		padding-left: 0;
	}

	.p_registration .wrap-composition .alternative {
		position: absolute;
		bottom: 16px;
	}

	.p_reviews {
		min-height: 100%;
		padding-bottom: 30px;
	}

	.reviews-slider-main .item {
		min-height: 100%;
	}

	.reviews-slider-thumbs {
		padding-top: 0;
	}

	.reviews-slider-thumbs .item {
		margin-top: 0;
		padding-bottom: 15px;
		padding-left: 75px;
	}

	.reviews-slider-main {
		position: relative;
	}

	.reviews-slider-main .item {
		background-image: none!important;
		padding-bottom: 45px;
	}

	.reviews-slider-main .item .wrap-composition {
		padding-right: 0;
	}

	.reviews-slider-main .item p {
		-webkit-line-clamp: inherit;
		max-height: 100%;
	}

	.p_block-bottom .wrap-composition {
		width: 80%;
	}

	.p_specialoffer {
		padding: 70px 0;
	}

	.p_trigger-blocks {
		padding-bottom: 80px;
	}

	.trigger-block p {
		font-size: 14px;
	}

	.trigger-block p br {
		display: none;
	}

	.p_team {
		padding-bottom: 60px;
	}

	.p_welcome {
		background-image: none!important;
		min-height: auto;
		padding-top: 70px;
		padding-bottom: 60px;
	}

	.p_welcome .wrap-composition .name {
		margin-top: 48px;
	}

	.p_advantages {
		padding-bottom: 44px;
	}

	.p_advantages .advantage-item {
		width: 64%;
		margin-top: 30px;
	}

	.p_advantages .advantage-item:first-child {
		margin-top: 12px;
	}

	.p_courses .courses-mixitup .courses_grid .course-item {
		width: 45.3%;
		margin-right: 30px;
	}

	.p_courses .courses-mixitup .courses_grid .course-item:nth-child(2n) {
		margin-right: 30px;
	}

	.page-title p {
		width: 100%;
	}

	.footer-menu {
		float: right;
	}

	.footer .social-links {
		float: none;
		margin-top: 28px;
	}

	.footer .social-links>span {
		display: none;
	}

	.s_questions .wrap-composition {
		margin-bottom: 16px;
	}

	.s_questions .wrap-composition p {
		margin-top: 0;
	}

	.s_questions .contact-item {
		width: 32.8%;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.s_questions .contact-item:first-child {
		margin-left: 0;
	}

	.blog-item {
		width: 48.2%;
	}

	.s_blog .btn.all-view {
		float: left;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-top: 35px;
	}

	.news-item {
		width: 46.5%;
		margin-right: 30px;
	}

	.news-item:nth-child(2n) {
		margin-right: 0;
	}

	.students-items .student {
		width: 48%;
		margin-top: 15px;
	}

	.students-items .student:nth-child(2n) {
		margin-right: 0;
	}

	.students-items .student .photo {
		margin-bottom: 15px;
	}

	.s_students .btn.all-view {
		float: none;
		margin-top: 22px;
	}

	body .form-specialoffer {
		margin-top: 8px;
	}

	body .form-specialoffer input,body .form-specialoffer textarea {
		width: 100%;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 20px;
	}

	body .form-specialoffer .btn {
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width: 100%;
	}

	.courses-mixitup .courses_grid .course-item {
		width: 47.4%;
		margin-right: 30px;
		padding: 20px;
		margin-bottom: 40px;
		min-height: 280px;
	}

	.courses-mixitup .courses_grid .course-item:nth-child(3n) {
		margin-right: 30px;
	}

	.courses-mixitup .courses_grid .course-item:nth-child(2n) {
		margin-right: 0;
	}

	.courses-mixitup .courses_grid .course-item .h3 {
		font-size: 20px;
	}

	.s_courses .wrap-composition {
		padding-right: 0;
	}

	.s_courses .btn.all-view {
		padding: 12px 38px 9px;
		float: none;
	}

	.main-head .navbar {
		margin-top: 0;
	}

	.main-head .btn-join-login {
		margin-top: 10px;
	}

	.main-head .btn-join-login svg {
		width: 28px;
		height: 28px;
	}

	.main-head .btn-join-login span {
		display: none;
	}

	.course-footer .social-links {
		margin: 0;
		margin-top: 8px;
		float: none;
	}

	.course-footer .social-links a {
		margin-right: 8px;
	}

	.head-maestro {
		overflow: hidden;
		padding-bottom: 0;
	}

	.head-maestro .img-decoration {
		right: 0;
		bottom: -40%;
	}

	.head-maestro .wrap-img {
		position: relative;
		margin-top: 15px;
	}

	.head-maestro .wrap-img img {
		float: none;
		margin: auto;
	}

	.head-maestro .wrap-composition .info li {
		text-align: left;
		padding-left: 10px;
		margin-right: 80px;
	}

	.maestro-sect-1 {
		padding-top: 120px;
	}

	.maestro-sect-15 {
		padding-top: 110px;
	}

	.head-tilda {
		padding-bottom: 0;
	}

	.head-tilda .wrap-img {
		bottom: 0;
		position: relative;
		padding: 40px 0;
	}

	.head-tilda .wrap-img img {
		float: none;
	}

	.head-tilda .wrap-composition .info li {
		text-align: left;
		padding-left: 40px;
	}

	/*  */

	.head-code {
		padding-bottom: 0;
	}

	.head-code .wrap-img {
		bottom: 0;
		position: relative;
		padding: 40px 0;
	}

	.head-code .wrap-img img {
		float: none;
	}

	.head-code .wrap-composition .info li {
		text-align: left;
		padding-left: 40px;
	}

	/*  */

	.head-video {
		padding-bottom: 0;
	}

	.head-video .wrap-img {
		bottom: 0;
		position: relative;
		padding: 40px 0;
	}

	.head-video .wrap-img img {
		float: none;
	}

	.head-video .wrap-composition .info li {
		text-align: left;
		padding-left: 40px;
	}

	.head-video .wrap-composition .info li img {
		bottom: 8px;
	}

	/*  */

	.tilda-sect-1 {
		padding-top: 110px;
	}

	.code-sect-1 {
		padding-top: 110px;
	}

	.tilda-sect-2 {
		padding-top: 60px;
	}

	.tilda-sect-2 .img-decoration-1 {
		top: 9%;
		left: 90%;
	}

	.tilda-sect-2 .wrap-img {
		margin-bottom: 30px;
	}

	.tilda-sect-2 .top-blocks_item {
		width: 43.8%;
	}

	.tilda-sect-2 .bottom-blocks {
		text-align: center;
	}

	.tilda-sect-2 .bottom-blocks_item {
		width: 48%;
		margin-top: 10px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		float: none;
		margin-right: 0;
		margin-left: 5px;
		margin-right: 5px;
	}

	.tilda-sect-2 .bottom-blocks_item:last-child {
		margin-right: 5px;
	}

	.tilda-sect-3 {
		padding-top: 30px;
		padding-bottom: 100px;
	}

	.tilda-sect-3 .img-decoration-bg {
		left: auto;
		right: -45%;
	}

	.tilda-sect-4 {
		padding-top: 110px;
		padding-bottom: 110px;
	}

	.tilda-sect-5 {
		padding-top: 60px;
	}

	.tilda-sect-5 .img-decoration-bg {
		left: -19%;
		top: 5%;
	}

	.tilda-sect-6 {
		padding-top: 40px;
	}

	.tilda-sect-8 {
		padding-top: 100px;
		padding-bottom: 80px;
	}

	.tilda-order-bottom-content {
		padding-top: 65px;
	}

	.tilda-order-bottom-content img {
		top: 20px;
	}

	.order-tilda-wrap {
		margin-top: 50px;
		margin-left: 0;
	}

	.tilda-sect-7 {
		padding-bottom: 100px;
	}

	.tilda-sect-9 {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.tilda-sect-10 {
		padding-top: 45px;
	}

	.tilda-sect-10 .wrap-img {
		padding-top: 30px;
	}

	.tilda-sect-10 .wrap-composition .h2 span::before {
		left: auto;
		right: 0;
		display: block;
	}

	.tilda-sect-11 {
		padding-top: 60px;
	}

	.tilda-sect-12 {
		padding-top: 80px;
	}

	.tilda-sect-12 .wrap-composition {
		text-align: left;
		padding-top: 0;
	}

	.tilda-sect-12 .wrap-composition li {
		width: 40%;
		margin-right: 40px;
	}

	.masterskaya-popup-demo {
		max-width: 480px;
	}

	.masterskaya-popup-demo .wrap-all .wrap-left {
		padding-bottom: 0;
		padding-bottom: 170px;
	}

	.masterskaya-popup-demo .wrap-all .wrap-left .under-title {
		margin-right: 45px;
		margin-top: 10px;
	}

	.masterskaya-popup-demo .wrap-all .wrap-left .bottom-img.mobile {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.masterskaya-popup .mfp-close {
		color: #000;
		opacity: .3;
	}

	.masterskaya-popup .wrap-all {
		padding: 0;
	}

	.masterskaya-popup .wrap-all .wrap-left {
		display: block;
		width: 100%;
		float: none;
		position: relative;
		padding-top: 45px;
	}

	.masterskaya-popup .wrap-all .wrap-left .masterskaya-black-header {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.masterskaya-popup .wrap-all .wrap-left .bottom-img.desktop {
		display: none;
	}

	.masterskaya-popup .wrap-all .wrap-left .bottom-img.mobile {
		display: block;
	}

	.masterskaya-popup .wrap-all .wrap-left .under-title {
		float: right;
	}

	.masterskaya-popup .wrap-all .wrap-left .under-title p {
		font-size: 18px;
	}

	.masterskaya-popup .wrap-all .wrap-left .under-title .text-blue-gradient-wrap {
		font-size: 20px;
		line-height: 20px;
	}

	.masterskaya-popup .wrap-all .wrap-left .under-title .text-blue-gradient-wrap .text-blue-gradient {
		font-size: 20px;
		line-height: 20px;
	}

	.masterskaya-popup .wrap-all .wrap-left .under-title .text-blue-gradient-wrap-big {
		font-size: 60px;
		line-height: 60px;
	}

	.masterskaya-popup .wrap-all .wrap-left .under-title .text-blue-gradient-wrap-big .text-blue-gradient {
		font-size: 60px;
		line-height: 60px;
	}

	.masterskaya-popup .wrap-all .wrap-left .h3 {
		font-size: 24px;
		text-align: center;
	}

	.masterskaya-popup .wrap-all .wrap-right {
		width: 100%;
		float: none;
		padding-top: 45px;
		padding-bottom: 30px;
	}

	.masterskaya-popup .wrap-all .wrap-right .h2 {
		margin-bottom: 30px;
		font-size: 24px;
	}

	.masterskaya-popup .wrap-all .wrap-right .h2 br {
		display: none;
	}

	.masterskaya-popup .wrap-all .wrap-right .wrap-form {
		padding: 0;
	}

	.masterskaya-popup .wrap-all .wrap-right .wrap-form::before {
		display: none;
	}

	.masterskaya-popup .wrap-all .wrap-right .wrap-form .title {
		display: none;
	}

	.masterskaya-popup .wrap-all .wrap-right .wrap-form form input {
		margin-bottom: 20px;
	}

	.masterskaya-popup-format .wrap-all .wrap-left {
		text-align: center;
		padding-bottom: 125px;
		padding-top: 28px;
	}

	.masterskaya-popup-format .wrap-all .wrap-left .under-title {
		float: none;
	}

	.masterskaya-popup-format .wrap-all .wrap-left .under-title br {
		display: none;
	}

	.masterskaya-popup-format .wrap-all .wrap-left .under-title .text-blue-gradient-wrap>span:nth-of-type(1) {
		left: 0;
	}

	.masterskaya-popup-format .wrap-all .wrap-left .bottom-img {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.ds-sect-new-2 {
		padding-top: 20px;
		padding-bottom: 80px;
	}

	.ds-sect-new-2 .img-decoration-1 {
		display: none;
	}

	.header-celebration .wrap-information .info span {
		font-size: 16px;
		margin-right: 0;
		display: block;
	}
}

@media (max-width:767.98px) {

	.video-sect-11 .course-passing-item {
		width: 362px;
		margin-right: 0;
	}

	.video-sect-11 .course-passing-items {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 15px;
	}

	.video-sect-11 .course-passing-item:last-of-type {
		margin-right: 0;
	}


	.wpcdt-countdown-timer .time_circles>div {
		position: relative;
		width: 62px!important;
		height: 77px;
		margin-right: 15px;
	}

	.wpcdt-countdown-timer .time_circles>div:last-of-type::after,.wpcdt-countdown-timer .time_circles>div:last-of-type::before {
		display: none;
	}

	.wpcdt-countdown-timer .time_circles>div::after,.wpcdt-countdown-timer .time_circles>div::before {
		right: -10px;
	}

	.wpcdt-countdown-timer .time_circles>div::before {
		top: 28px;
	}

	.wpcdt-countdown-timer .time_circles>div::after {
		bottom: 24px;
	}

	.wpcdt-countdown-timer .time_circles>div h4 {
		font-size: 13px!important;
		line-height: 13px!important;
		margin-bottom: 10px;
	}

	.wpcdt-countdown-timer .time_circles>div span {
		font-size: 34px!important;
		line-height: 34px!important;
	}

	.teachers-slider-thumbs .itemThumb .itemContent .wrap-composition p {
		padding-right: 190px;
	}

	.clbr-course-content .course-content img {
		top: 50%;
	}

	.celebrationBlock1 .back-lines-celebration span {
		background: #32829c;
		opacity: .2;
	}

	.celebration-head {
		padding-top: 135px;
	}

	.celebration-head .wrap-composition .h1 {
		font-size: 40px;
		margin-bottom: 28px;
	}

	.header-celebration .wrap-information {
		display: none;
	}

	.ds-sect-new-1 .wrap-composition .click-text {
		display: none;
	}

	.students-work-slide .wrap-left {
		width: 300px;
	}

	.students-work-slide .wrap-right {
		display: block;
	}

	.students-work-slide .wrap-right .student-work-img {
		margin-right: 0;
		margin-bottom: 35px;
	}

	.students-work-slide .wrap-right .student-work-img:last-child {
		margin-bottom: 0;
	}

	.s_lesson-3 .wrap-composition .wrap-left img {
		max-width: 100%;
	}

	.s_lesson .h2 {
		font-size: 30px;
	}

	.s_lesson-2 {
		padding: 60px 30px 45px;
	}

	.s_lesson-2 .h2 br {
		display: none;
	}

	.s_lesson-1 .wrap-content .wrap-video {
		height: 320px;
	}

	.s_lesson-1 .wrap-content .wrap-bottom {
		display: block;
	}

	.s_lesson-1 .wrap-content .wrap-bottom p {
		margin: 0;
		top: 0;
		margin-top: 10px;
	}

	.s_september_7 {
		padding: 120px 0;
	}

	.s_september_7 .h2 {
		margin-bottom: 30px;
	}

	.s_september_7 .img-decoration-1,.s_september_7 .img-decoration-2,.s_september_7 .img-decoration-3 {
		display: none;
	}

	.s_september_7 .img-decoration-4 {
		display: block;
		bottom: 0;
		right: 0;
	}

	.s_september_7 .img-decoration-5 {
		display: block;
		left: 0;
		top: 86px;
	}

	.s_september_7 .wrap-left .price {
		font-size: 28px;
	}

	.s_september_7 .wrap-left .price span {
		font-size: 35px;
	}

	.s_september_7 .wrap-left .price-new span {
		font-size: 50px;
	}

	.s_september_7 .wrap-form {
		padding-bottom: 40px;
	}

	.s_september_7 .wrap-form .title {
		margin-bottom: 0;
	}

	.s_september_7 .wrap-form .title .price {
		font-size: 40px;
	}

	.s_september_7 .wrap-form .title .text {
		font-size: 28px;
	}

	.s_september_7 .wrap-form>img {
		display: none;
	}

	.s_september_6 {
		padding: 120px 0;
	}

	.s_september_6 .img-decoration {
		display: none;
	}

	.s_september_6 .h2 {
		margin-bottom: 20px;
	}

	.s_september_5 {
		padding: 120px 0;
	}

	.s_september_5 .img-decoration-1,.s_september_5 .img-decoration-2,.s_september_5 .img-decoration-3 {
		display: none;
	}

	.s_september_5 .img-decoration-4 {
		display: block;
		top: -30px;
		right: 0;
	}

	.s_september_5 .img-decoration-5 {
		display: block;
		left: 5px;
		bottom: -38px;
	}

	.s_september_5 .h2 {
		margin-bottom: 0;
	}

	.s_september_5 .wrap-bottom {
		margin-top: 22px;
	}

	.s_september_5 .wrap-bottom .wrap-left p {
		font-size: 14px;
	}

	.s_september_5 .wrap-items .item {
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 15px;
		padding-bottom: 20px;
	}

	.s_september_5 .wrap-items .item::before {
		width: 310px;
		height: 310px;
		border: 60px solid #ffd546;
		top: -144px;
		right: -166px;
	}

	.s_september_5 .wrap-items .item .h3 {
		font-size: 22px;
	}

	.s_september_5 .wrap-items .item>span {
		font-size: 16px;
	}

	.s_september_5 .wrap-items .item p {
		font-size: 14px;
		padding-right: 110px;
	}

	.s_september_5 .wrap-items .item img {
		width: 135px;
	}

	.s_september_4 {
		padding: 120px 0;
	}

	.s_september_4 .img-decoration-1 {
		display: none;
	}

	.s_september_3 {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.s_september_3 .img-decoration-1 {
		display: none;
	}

	.s_september_3 .img-decoration-2 {
		top: 28%;
	}

	.s_september_3 .wrap-composition .description {
		font-size: 25px;
		margin-top: 4px;
	}

	.s_september_3 .wrap-composition .price {
		font-size: 60px;
	}

	.s_september_2 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.s_september_1 {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	.s_september_1 .img-decoration-1,.s_september_1 .img-decoration-2,.s_september_1 .img-decoration-3 {
		display: none;
	}

	.s_september_1 .img-decoration-4 {
		display: block;
		right: 0;
		top: -100px;
	}

	.s_september_1 .img-decoration-5 {
		display: block;
		right: 0;
		top: 45%;
	}

	.discounts_section .btn-big-yellow {
		height: 71px;
		line-height: 71px;
	}

	.discounts_section .btn-big-yellow::before {
		bottom: -3px;
	}

	.discounts_section .h2 {
		font-size: 40px;
	}

	.september_head {
		background-image: url(../img/september-discounts/main-head-mobile.png);
		padding-bottom: 60px;
	}

	.september_head .wrap-top {
		padding-top: 50px;
	}

	.september_head .wrap-top>img {
		width: 80%;
		margin: 0;
	}

	.september_head .wrap-top .description {
		font-size: 30px;
		margin-top: -18px;
	}

	.september_head .wrap-bottom {
		padding-top: 25px;
	}

	.september_head .wrap-bottom .right .title {
		font-size: 20px;
	}

	.september_head .wrap-bottom .left {
		margin-top: 30px;
	}

	.september_head .wrap-bottom .left .h2 {
		font-size: 50px;
	}

	.september_head .wrap-bottom .left>span {
		font-size: 20px;
	}

	.s_master_14 .sp-tip {
		padding-left: 30px;
	}

	.s_master_14 {
		padding: 90px 0;
	}

	.s_master_14 .img-decoration-2 {
		display: block;
		bottom: 55px;
		left: 10px;
	}

	.s_master_14 .wrap-form {
		padding: 50px 30px;
	}

	.s_master_14 .wrap-form form .btn-big-yellow {
		max-width: 100%;
	}

	.s_master_14 .wrap-form form input {
		height: 52px;
		padding-left: 30px;
		margin-top: 25px;
	}

	.s_master_14 .wrap-form form .iti {
		margin-top: 25px;
	}

	.s_master_13 {
		padding: 100px 0;
	}

	.s_master_13 .wrap-statistics .item {
		margin-top: 30px;
	}

	.s_master_13 .wrap-statistics .item>b,.s_master_13 .wrap-statistics .item>span,.s_master_13 .wrap-statistics .item>strong {
		font-size: 60px;
	}

	.s_master_13 .wrap-statistics .item>b b,.s_master_13 .wrap-statistics .item>span b,.s_master_13 .wrap-statistics .item>strong b {
		font-size: 30px;
	}

	.s_master_12 {
		padding: 80px 0;
	}

	.s_master_12 .text-blue-gradient-wrap {
		font-size: 30px;
		line-height: 30px;
	}

	.s_master_12 .text-blue-gradient-wrap .h2 {
		font-size: 30px;
		line-height: 30px;
	}

	.wrap-masterskaya-events .wrap-right .item-content h1,.wrap-masterskaya-events .wrap-right .item-content h2,.wrap-masterskaya-events .wrap-right .item-content h3,.wrap-masterskaya-events .wrap-right .item-content h4,.wrap-masterskaya-events .wrap-right .item-content h5,.wrap-masterskaya-events .wrap-right .item-content h6 {
		font-size: 18px;
	}

	.wrap-masterskaya-events .wrap-right .item-content img {
		max-width: 40%;
		margin-right: 10px;
	}

	.wrap-masterskaya-events .wrap-left .item {
		width: 130px;
		height: 137px;
	}

	.s_master_11 .img-decoration-2 {
		display: none;
	}

	.wrap-table-masterskaya-mobile .item .wrap-buy {
		max-width: 244px;
	}

	.wrap-table-masterskaya-mobile .item .wrap-buy .price {
		font-size: 30px;
		height: 50px;
		width: 125px;
		margin: auto;
		line-height: 50px;
	}

	.wrap-table-masterskaya-mobile .item .wrap-buy .text-blue-gradient-wrap .text-blue-gradient {
		font-size: 30px;
		line-height: 50px;
	}

	.wrap-table-masterskaya-mobile .item .wrap-buy .btn-big-yellow {
		height: 57px;
		line-height: 57px;
	}

	.s_master_10 .wrap-table-masterskaya-mobile {
		margin-top: 30px;
	}

	.s_master_10 .top-text {
		display: none;
	}

	.s_master_9 .top-img img:nth-child(1) {
		display: none;
	}

	.s_master_9 .top-img img:nth-child(2) {
		display: block;
	}

	.s_master_9 .text-blue-gradient-wrap {
		margin-bottom: 20px;
	}

	.s_master_8 {
		padding: 100px 0;
	}

	.s_master_8 .wrap-left .h2 {
		font-size: 35px;
	}

	.s_master_8 .wrap-left .text {
		font-size: 18px;
	}

	.s_master_8 .wrap-form p {
		text-align: left;
		margin-top: 5px;
	}

	.s_master_7 {
		padding-bottom: 85px;
		padding-top: 90px;
	}

	.s_master_7 .wrap-right {
		margin-top: 52px;
	}

	.s_master_7 .wrap-left {
		display: inline-block;
	}

	.s_master_7 .wrap-left .h3 {
		font-size: 35px;
	}

	.s_master_7 .wrap-left .text {
		font-size: 20px;
		padding-left: 54px;
	}

	.s_master_7 .wrap-left .text br {
		display: block;
	}

	.s_master_7 .wrap-left .text::before {
		width: 40px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.s_master_7 .wrap-left .wrap-img {
		right: 0;
		bottom: auto;
		top: -15px;
		-webkit-transform: scale(.5,.5);
		-ms-transform: scale(.5,.5);
		transform: scale(.5,.5);
	}

	.s_master_7 .wrap-left .wrap-img img {
		left: auto;
		right: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.s_master_7 .wrap-left .wrap-img img:nth-of-type(1) {
		display: none;
	}

	.s_master_6 {
		padding-top: 40px;
		padding-bottom: 80px;
	}

	.s_master_3 .wrap-people .item-human {
		margin-top: 20px;
	}

	.s_master_3 .owl-dots {
		margin-top: -22px;
	}

	.s_demo-dostyp::before {
		background-image: url(../img/course-masterskaya/dostyp-bg-moblile.png);
		width: 320px;
		height: 653px;
		left: auto;
		right: 0;
	}

	.s_demo-dostyp .img-2 {
		display: block;
		width: 110px;
		height: auto;
		bottom: 110px;
		left: 100px;
	}

	.s_demo-dostyp .wrap-composition {
		font-size: 30px;
	}

	.s_demo-dostyp .wrap-composition>* {
		white-space: normal;
		display: inline;
	}

	.s_demo-dostyp .wrap-composition .btn {
		display: block;
		margin-top: 190px;
	}

	.s_demo-dostyp .wrap-composition .two {
		line-height: 0;
	}

	.s_demo-dostyp .wrap-composition .two span {
		line-height: 60px;
	}

	.s_demo-dostyp .wrap-composition .two span:nth-of-type(1) {
		top: 8px;
	}

	.s_demo-dostyp .wrap-composition .two span:nth-of-type(2) {
		bottom: 7px;
	}

	.s_master_1::before {
		display: none;
	}

	.s_master_1 .about-items-wrap .item {
		margin-top: 35px;
	}

	.s_master_1 .about-items-wrap .item .wrap-text .h3 {
		font-size: 20px;
		text-transform: none;
	}

	.s_master_1 .about-items-wrap .item .wrap-text p {
		font-size: 16px;
	}

	.masterskaya-black-header {
		font-size: 20px;
	}

	.text-blue-gradient-wrap {
		font-size: 30px;
		line-height: 30px;
	}

	.text-blue-gradient {
		font-size: 30px;
		line-height: 30px;
	}

	.head-masterskaya {
		padding-top: 160px;
	}

	.head-masterskaya .wrap-composition .text-blue-gradient-wrap {
		font-size: 50px;
		line-height: 50px;
		letter-spacing: 5px;
	}

	.head-masterskaya .wrap-composition .text-blue-gradient-wrap .h1 {
		font-size: 50px;
		line-height: 50px;
	}

	.head-masterskaya .wrap-composition p {
		font-size: 20px;
		padding-left: 90px;
	}

	.head-masterskaya .wrap-composition p::before {
		top: 15px;
		width: 70px;
	}

	.head-masterskaya .wrap-composition .btn {
		margin-top: 28px;
	}

	.head-masterskaya .wrap-composition .hand-img {
		bottom: -125px;
	}

	.btn-big-yellow {
		font-size: 14px;
		width: auto;
		padding-left: 48px;
		padding-right: 48px;
		height: 57px;
		line-height: 57px;
		max-width: 290px;
		width: 100%;
	}

	.btn-big-yellow::before {
		bottom: -2px;
	}

	.s_specialoffer .sp-message.sp-message-error,.s_specialoffer .sp-message.sp-message-success {
		margin: 0;
		margin-top: 22px;
	}

	.s_specialoffer .sp-message.sp-message-success>p:first-child {
		margin-bottom: 4px;
	}

	.maestro-sect-14 .wrap-buttons .btn-inverse {
		display: none;
	}

	.maestro-sect-14 .students-items .student {
		width: 100%;
	}

	.maestro-sect-14 .students-items .owl-nav {
		position: absolute;
		top: 130px;
		left: 0;
		width: 100%;
	}

	.maestro-sect-14 .students-items .owl-nav button {
		width: 32px;
		height: 42px;
		position: absolute;
	}

	.maestro-sect-14 .students-items .owl-nav button:hover svg {
		fill: #000;
	}

	.maestro-sect-14 .students-items .owl-nav button.owl-prev {
		left: -50px;
	}

	.maestro-sect-14 .students-items .owl-nav button.owl-next {
		right: -50px;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.maestro-sect-14 .students-items .owl-nav button svg {
		fill: #9c9c9c;
		width: 32px;
		height: 42px;
		-webkit-transition: fill .2s ease;
		-o-transition: fill .2s ease;
		transition: fill .2s ease;
	}


	/* //////////////////////////// */


	.video-sect-13 .wrap-buttons .btn-inverse {
		display: none;
	}

	.video-sect-13 .students-items .student {
		width: 100%;
	}

	.video-sect-13 .students-items .owl-nav {
		position: absolute;
		top: 130px;
		left: 0;
		width: 100%;
	}

	.video-sect-13 .students-items .owl-nav button {
		width: 32px;
		height: 42px;
		position: absolute;
	}

	.video-sect-13 .students-items .owl-nav button:hover svg {
		fill: #000;
	}

	.video-sect-13 .students-items .owl-nav button.owl-prev {
		left: -50px;
	}

	.video-sect-13 .students-items .owl-nav button.owl-next {
		right: -50px;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.video-sect-13 .students-items .owl-nav button svg {
		fill: #9c9c9c;
		width: 32px;
		height: 42px;
		-webkit-transition: fill .2s ease;
		-o-transition: fill .2s ease;
		transition: fill .2s ease;
	}

	/*  */

	.popup-order .wrap-all {
		padding: 90px 50px 40px;
	}

	.popup-order .wrap-right {
		text-align: center;
		padding: 0;
	}

	.popup-order .wrap-right .h2-desktop {
		display: none;
	}

	.popup-order .wrap-right .h2-mobile {
		display: block;
	}

	.maestro-sect-3 .row {
		margin-top: 20px;
	}

	.maestro-sect-3 .wrap-about-text {
		text-align: center;
	}

	.maestro-sect-3 .wrap-about-text p {
		margin-bottom: 40px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
	}

	.way-item {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.way-item .wrap-img {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.way-item .wrap-img img {
		width: auto;
		max-width: 100%;
		margin: auto;
		-webkit-transform: scale(.9,.9);
		-ms-transform: scale(.9,.9);
		transform: scale(.9,.9);
	}

	.way-item .wrap-text {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.way-item .wrap-text p {
		padding-right: 0;
	}

	.maestro-sect-2 {
		padding-top: 60px;
	}

	.maestro-sect-16 {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.maestro-sect-16 .wrap-composition li {
		margin-right: 0;
		width: 70%;
		margin-top: 30px;
	}

	.maestro-sect-16 .wrap-composition li .h4 {
		margin-bottom: 5px;
	}

	.maestro-sect-14 {
		padding-top: 80px;
	}

	.video-sect-13 {
		padding-top: 80px;
	}

	.maestro-sect-13 {
		padding-top: 80px;
	}

	.wrap-resume-course {
		padding: 22px;
		padding-top: 42px;
		padding-bottom: 36px;
	}

	.wrap-resume-course .wrap-top {
		min-height: 70px;
		padding-bottom: 35px;
	}

	.wrap-resume-course .wrap-top .person {
		padding-left: 80px;
		margin-right: 15px;
		width: 240px;
	}

	.wrap-resume-course .wrap-top .person img {
		width: 70px;
		height: 70px;
	}

	.wrap-resume-course .wrap-bottom ul {
		margin-right: 30px;
		width: 215px;
	}

	.maestro-sect-12 {
		padding-top: 45px;
		padding-bottom: 95px;
	}

	.maestro-partners-item {
		width: 33.33%;
		height: 100px;
	}

	.maestro-partners-item img {
		-webkit-transform: scale(.8,.8);
		-ms-transform: scale(.8,.8);
		transform: scale(.8,.8);
	}

	.maestro-sect-11 {
		padding: 45px 0;
	}

	.present-item .h3 {
		font-size: 20px;
	}

	.present-item-1 img {
		right: -20px;
	}

	.present-item-2 img {
		right: -40px;
	}

	.maestro-sect-10 {
		padding-top: 95px;
		padding-bottom: 45px;
	}

	.maestro-sect-9 {
		padding: 105px 0;
	}

	.maestro-sect-9 .wrap-composition li {
		margin-right: 70px;
	}

	.maestro-sect-7 {
		padding-top: 100px;
	}

	.maestro-sect-6 {
		margin-top: 85px;
		padding: 105px 0;
	}

	.maestro-sect-6 .load-more {
		margin-top: 20px;
	}

	.maestro-sect-6 .ds-portfolio-item>a img {
		height: 470px;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.maestro-sect-3 {
		padding: 90px 0;
	}

	.maestro-sect-1 .img-decoration-1 span:nth-child(2) {
		left: 2%;
		top: 6%;
	}

	.ds-sect-14 {
		padding: 80px 0 70px;
	}

	.ds-sect-14 .wrap-composition>p {
		margin-bottom: 25px;
	}

	.wrap-form-course {
		display: block;
	}

	.wrap-form-course .decoration-14 {
		display: none;
	}

	.wrap-form-course input,.wrap-form-course textarea {
		width: 100%;
	}

	.wrap-form-course .btn {
		background-color: #22222f;
	}

	.ds-sect-13 {
		padding-top: 35px;
	}

	.ds-sect-13 .wrap-img::after {
		left: 30%;
	}

	.ds-sect-13 .wrap-img img {
		margin: auto;
		display: block;
	}

	.ds-sect-13 .wrap-composition .h2 {
		width: 100%;
		text-align: center;
	}

	.ds-sect-13 .wrap-composition li {
		margin-right: 0;
		width: 70%;
		display: block;
		margin: auto;
		margin-top: 25px;
		text-align: center;
	}

	.ds-sect-13 .wrap-composition li:nth-child(2n) {
		margin: auto;
		margin-top: 25px;
	}

	.ds-sect-13 .wrap-composition li span {
		display: inline-block;
		margin-bottom: 4px;
	}

	.wrap-course-faq .faq-item .answer {
		padding-left: 30px;
		padding-right: 30px;
	}

	.wrap-course-faq .faq-item .question {
		padding-left: 30px;
		padding-right: 45px;
		padding-bottom: 19px;
	}

	.wrap-course-faq .faq-item .question i {
		right: 30px;
	}

	.ds-sect-12 {
		padding-top: 30px;
		margin-bottom: 18px;
	}

	.ds-sect-10 {
		padding: 100px 0;
	}

	.ds-sect-10 .h2 {
		width: 100%;
		text-align: center;
	}

	.course-passing-item {
		width: 100%;
		padding-top: 40px;
		margin-right: 0;
	}

	.ds-sect-9 {
		background-image: none!important;
		background-color: #000305;
		padding-bottom: 0;
		padding-top: 100px;
	}

	.ds-sect-9 .decoration-6 {
		display: block;
		position: absolute;
		right: 0;
		top: 40px;
		opacity: .6;
	}

	.ds-sect-9 .wrap-img img {
		display: block;
		margin: auto;
		max-width: 100%;
		height: auto;
	}

	.ds-sect-9 .wrap-composition .h2 {
		margin-bottom: 6px;
	}

	.ds-sect-9 .wrap-composition p {
		font-size: 14px;
	}

	.ds-sect-9 .wrap-composition p:first-of-type {
		font-size: 16px;
	}

	.ds-sect-9 .wrap-composition .logos {
		margin-top: 5px;
	}

	.ds-sect-8 {
		padding-top: 35px;
		padding-bottom: 90px;
	}

	.ds-sect-8 .wrap-right::after {
		left: 52.5%;
		width: 150%;
		bottom: 20px;
	}

	.ds-sect-8 .wrap-right .partner-item {
		width: 47.1%;
		margin-right: 22px;
		margin-bottom: 18px;
	}

	.ds-sect-8 .wrap-right .partner-item:nth-child(3n) {
		margin-right: 22px;
	}

	.ds-sect-8 .wrap-right .partner-item:nth-child(2n) {
		margin-right: 0;
	}

	.ds-sect-7 {
		padding-top: 80px;
	}

	.ds-sect-7 .students-items .owl-nav button.owl-prev {
		left: -35px;
	}

	.ds-sect-7 .students-items .owl-nav button.owl-next {
		right: -35px;
	}

	.ds-sect-5 {
		padding-top: 100px;
	}

	.ds-sect-6 {
		margin-top: 30px;
	}

	.ds-sect-6 .decoration-5 {
		left: -70px;
	}

	.ds-sect-6 .h2 {
		margin-bottom: 40px;
	}

	.ds-portfolio-item {
		margin-bottom: 10px;
	}

	.ds-sect-4 {
		background-color: #0e0f17;
	}

	.ds-sect-4 .h2 {
		text-align: center;
		width: 100%;
	}

	.ds-sect-4 .portfolio-col:nth-child(2n+2) .ds-portfolio-item {
		margin-top: 0;
	}

	.ds-program-items .item {
		width: 47.4%;
		margin-top: 14px;
	}

	.ds-program-items .item:nth-child(even) {
		margin-right: 0;
	}

	.ds-sect-3 {
		padding-top: 16px;
	}

	.ds-sect-3 .bottom-content {
		margin-top: 36px;
	}

	.ds-sect-3 .top-content .h2 {
		text-align: center;
	}

	.ds-sect-3 .top-content .wrap-right .ds-program-items {
		width: 100%;
	}

	.ds-sect-3 .top-content .wrap-right::after {
		display: none;
	}

	.ds-sect-3 .top-content .wrap-right>img {
		display: none;
	}

	.ds-sect-2 {
		padding-top: 45px;
	}

	.col-dlya-kogo:nth-of-type(even) .dlya-kogo-item {
		float: none;
	}

	.col-dlya-kogo:nth-of-type(odd) .dlya-kogo-item {
		float: none;
	}

	.head-course {
		padding-bottom: 434px;
		padding-top: 150px;
	}

	.header-course {
		top: 30px;
	}

	.header-course .top-pannel .wrap-logo .logo {
		text-align: left;
	}

	.header-course .top-pannel .wrap-logo .logo span {
		color: #fff;
	}

	.video_header .top-pannel .wrap-logo .logo span {
		color: #000;
	}

	.header-course .hamburger {
		display: inline-block;
		position: absolute;
		right: 10px;
		margin: 0;
		top: 5px;
	}

	.header-course .hamburger-inner,.header-course .hamburger-inner:after,.header-course .hamburger-inner:before {
		background-color: #fff;
		-webkit-border-radius: 0;
		border-radius: 0;
		width: 29px;
		height: 3px;
	}

	.video_header .hamburger-inner,.video_header .hamburger-inner:after,.video_header .hamburger-inner:before {
		background-color: #000;
	}

	.header-course .hamburger-inner:before {
		top: -6px;
	}

	.header-course .hamburger-inner:after {
		bottom: -6px;
	}

	.consultation-popup {
		padding-right: 50px;
	}

	.p_course-stub .wrap-composition p {
		margin-bottom: 0;
	}

	.p_course-stub .wrap-composition .items {
		margin-top: 0;
	}

	.p_course-stub .wrap-composition .items .item {
		margin-right: 40px;
	}

	.p_course-stub .wrap-composition .items .item span,.p_course-stub .wrap-composition .items .item strong {
		font-size: 30px;
	}

	.p_course-stub .wrap-composition .wrap-btn {
		margin-top: 30px;
	}

	.p_course-stub .wrap-composition .wrap-btn .btn {
		width: 222px;
		margin-right: 20px;
	}

	.top-banner .bgc-img::after {
		right: -220px;
	}

	.top-banner .bgc-img::before {
		left: -135px;
	}

	.top-banner .h3 {
		font-size: 2.6vw;
	}

	.top-banner p {
		margin-left: 0;
		font-size: 2vw;
	}

	.top-banner .btn {
		font-size: 2vw;
		width: 100%;
		text-align: center;
		padding: 8px 0;
		display: block;
	}

	.mailing-popup .bottom-cmt .form-specialoffer .success {
		padding-top: 0;
	}

	.mailing-popup .bottom-cmt .form-specialoffer .success .wrap-text {
		margin-left: auto;
	}

	.mailing-popup .bottom-cmt .form-specialoffer input {
		width: 70%;
	}

	.mailing-popup .bottom-cmt .form-specialoffer .btn {
		width: 30%;
	}

	.mailing-popup .top-cmt {
		padding-right: 45px;
		padding-bottom: 20px;
	}

	.mailing-popup .top-cmt .h3 br {
		display: block;
	}

	.mailing-popup .top-cmt .free-items .item {
		margin-top: 5px;
	}

	.student-video .video-wrap {
		height: 280px;
	}

	.student-popup .bottom-popup,.student-video .bottom-popup {
		padding: 20px;
	}

	.student-popup .bottom-popup .text,.student-video .bottom-popup .text {
		font-size: 22px;
		position: relative;
		top: 6px;
	}

	.student-popup .top-popup {
		padding: 30px 20px;
	}

	.student-popup .top-popup .student-social {
		text-align: center;
	}

	.student-popup .top-popup .left-part {
		width: 280px;
		display: block;
		float: none;
		margin: auto;
	}

	.student-popup .top-popup .left-part .photo {
		height: 280px;
	}

	.student-popup .top-popup .left-part .photo .btn-video svg {
		width: 55px;
		height: 55px;
	}

	.student-popup .top-popup .right-part {
		width: 100%;
		display: block;
		margin-left: 0;
		text-align: center;
		margin-top: 20px;
	}

	.student-popup .top-popup .right-part .name {
		font-size: 22px;
	}

	.p_materials_list .h2 {
		padding-bottom: 0;
	}

	.materials-item {
		width: 100%;
		margin-right: 0;
		margin-top: 50px;
	}

	.materials-item:nth-child(4n) {
		margin-right: 0;
	}

	.materials-item:nth-child(3n) {
		margin-right: 0;
	}

	.p_404 .h1 {
		font-size: 40px;
	}

	.read-also {
		padding-bottom: 52px;
	}

	.read-also .blog-item {
		width: 100%;
	}

	.read-also .blog-item:nth-of-type(3n) {
		margin-right: 0;
	}

	.read-also .blog-item:nth-of-type(2n) {
		margin-right: 0;
	}

	.p_inner-article .h2 {
		margin-top: 0;
	}

	.title-article {
		margin-top: 10px;
		margin-bottom: 70px;
	}

	.title-article .date {
		margin-left: 45px;
	}

	.title-article .wrap-share {
		right: inherit;
		top: 40px;
		left: 0;
	}

	.title-article .wrap-share .share-icon {
		right: inherit;
		left: 0;
	}

	.title-article .wrap-share .share-icon span {
		left: 30px;
	}

	.title-article .wrap-share .list-share {
		right: inherit;
		left: 0;
		margin-right: 0;
		top: 30px;
	}

	.article-category {
		margin-top: 55px;
	}

	.p_last-articles {
		padding-bottom: 60px;
	}

	.p_last-articles .paging-navigation {
		padding-top: 0;
	}

	.p_last-articles .h2 {
		margin-bottom: 14px;
	}

	.interesting-now {
		padding-bottom: 30px;
		padding-right: 54px;
	}

	.interesting-now .title {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.interesting-item {
		width: 100%;
		margin-right: 0;
		display: block;
	}

	.interesting-item .category,.interesting-item .h4 {
		padding-left: 55px;
	}

	.article-item {
		margin-bottom: 25px;
	}

	.article-item .article-img {
		width: 100%;
	}

	.article-item .wrap-text {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}

	.article-item .wrap-text p {
		font-size: 14px;
		margin-bottom: 0;
	}

	.article-item .wrap-text .h3 {
		font-size: 16px;
	}

	.p_news-item-content .wrap-composition p {
		width: 100%;
	}

	.p_news-item-content .sp-pp fieldset {
		width: 100%;
	}

	.s_map {
		max-height: 400px;
	}

	.p_contacts .wrap-composition {
		margin-right: 0;
	}

	.p_registration .wrap-composition {
		margin-right: 0;
	}

	.p_registration .wrap-composition .alternative {
		position: relative;
		bottom: 0;
		margin-top: 22px;
	}

	.reviews-slider-thumbs .slick-list {
		padding: 0 17% 0 0!important;
	}

	.p_block-bottom {
		min-height: auto;
		padding: 80px 0;
	}

	.p_block-bottom .wrap-composition {
		width: 100%;
	}

	.p_trigger-blocks {
		padding-bottom: 60px;
	}

	.trigger-block {
		margin-bottom: 20px;
	}

	.p_advantages .advantage-item {
		width: 100%;
	}

	.p_courses .courses-mixitup .courses_grid .course-item {
		width: 100%;
		margin-right: 0;
	}

	.footer-menu {
		float: none;
		margin-top: 32px;
	}

	.footer-menu .footer-menu-item .title {
		margin-bottom: 14px;
	}

	.footer {
		padding-top: 46px;
		padding-bottom: 50px;
	}

	.footer .logo {
		padding-left: 56px;
	}

	.footer .social-links {
		margin-top: 36px;
	}

	.footer .copyright {
		margin-top: 22px;
	}

	.s_questions .wrap-composition {
		margin-bottom: 4px;
	}

	.s_questions .contact-item {
		width: 49.5%;
		margin-top: 12px;
	}

	.blog-item {
		width: 100%;
		margin-right: 0;
	}

	.s_blog .wrap-composition {
		padding-left: 0;
		margin-top: 20px;
	}

	.s_blog .wrap-composition img {
		left: inherit;
		top: inherit;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		bottom: -90px;
		right: 0;
		width: 57px;
	}

	.s_blog .btn.all-view {
		margin-top: 18px;
	}

	.news-item {
		width: 100%;
		margin-right: 0;
	}

	.s_news .btn.btn-allview {
		float: none;
		display: inline-block;
	}

	.s_free-lessons {
		color: #fff;
		background-image: url(../img/bg-freelessons-mobile.jpg);
	}

	.s_free-lessons .wrap-img {
		position: relative;
		top: 0;
		margin-top: 18px;
	}

	.s_free-lessons .wrap-composition p {
		margin-top: 12px;
	}

	.s_free-lessons .wrap-composition .btn {
		margin-top: 12px;
	}

	.students-items .student {
		width: 47.5%;
	}

	.s_students .wrap-composition {
		padding-left: 0;
	}

	.s_students .wrap-composition svg {
		left: inherit;
		top: inherit;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		bottom: -83px;
		right: 0;
	}

	body .form-specialoffer .success {
		padding-top: 22px;
	}

	body .form-specialoffer .success .wrap-text {
		margin-left: 16px;
	}

	body .form-specialoffer {
		float: none;
		margin-top: 25px;
	}

	body .form-specialoffer input,body .form-specialoffer textarea {
		width: 73%;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
		margin-bottom: 0;
	}

	body .form-specialoffer .btn {
		width: inherit;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-border-top-right-radius: 5px;
		border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.courses-mixitup .courses_grid .course-item {
		width: 100%;
		margin-right: 0;
		min-height: 230px;
	}

	.courses-mixitup .courses_grid .course-item:nth-child(3n) {
		margin-right: 0;
	}

	.courses-mixitup .courses_grid .course-item:nth-child(2n) {
		margin-right: 0;
	}

	.courses-mixitup .courses_grid .course-item .date {
		left: 20px;
		bottom: 20px;
	}

	.s_courses .wrap-composition {
		padding-left: 0;
	}

	.s_courses .wrap-composition img {
		right: 0;
		left: inherit;
		top: inherit;
		bottom: -90px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.advantage-item {
		margin-top: 15px;
	}

	.s_advantages {
		padding-top: 55px;
		padding-bottom: 45px;
	}

	.s_advantages .wrap-composition p {
		padding-top: 8px;
	}

	.main-content {
		padding-top: 140px;
		padding-bottom: 50px;
	}

	.main-content .wrap-composition .h1 {
		font-size: 40px;
	}

	.main-content .wrap-composition .h1 span::before {
		width: 10px;
		height: 10px;
		top: 17px;
		left: 11px;
	}

	.main-content .wrap-composition .btn {
		margin-top: 35px;
	}

	.main-head .top-pannel {
		padding: 12px 0 10px;
	}

	.logo span:nth-of-type(1) {
		font-size: 13px;
	}

	.logo span:nth-of-type(2) {
		font-size: 16px;
	}

	.main-head .navbar {
		display: none;
	}

	.main-head .btn-join-login {
		margin-top: 12px;
	}

	.main-head .logo {
		text-align: center;
		position: relative;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		display: inline-block;
	}

	.main-head .logo span:nth-of-type(2) {
		color: #2b2b35;
		top: 0px;
	}

	.video_header .logo span:nth-of-type(2) {
		color: #2b2b35;
		top: 0;
	}

	.course-footer {
		padding: 29px 0;
		background-color: #22222f;
	}

	.course-footer .logo {
		padding-left: 46px;
	}

	.course-footer .social-links {
		margin-top: 9px;
		float: right;
	}

	.head-maestro {
		padding-bottom: 0;
	}

	.head-maestro .img-decoration {
		bottom: -52%;
	}

	.maestro-sect-15 {
		padding-top: 80px;
	}

	.maestro_header .top-pannel .wrap-logo .logo span {
		color: #333;
	}

	.maestro_header .hamburger-inner,.maestro_header .hamburger-inner:after,.maestro_header .hamburger-inner:before {
		background-color: #333;
	}

	.head-tilda {
		padding-bottom: 0;
	}

	.head-code {
		padding-bottom: 0;
	}

	.tilda-sect-1 {
		padding-top: 90px;
	}

	.tilda-sect-1 .dlya-kogo-wrap {
		margin-top: 0;
	}

	.tilda-sect-1 .dlya-kogo-item {
		padding-bottom: 35px;
	}

	.code-sect-1 {
		padding-top: 90px;
	}

	.code-sect-1 .dlya-kogo-wrap {
		margin-top: 0;
	}

	.code-sect-1 .dlya-kogo-item {
		padding-bottom: 35px;
	}

	.tilda-sect-2 .h2::before {
		display: none;
	}

	.tilda-sect-2 .h2 span::before {
		display: none;
	}

	.tilda-sect-2 .top-blocks {
		margin-top: 0;
		margin-bottom: 25px;
	}

	.tilda-sect-2 .top-blocks_item {
		width: 100%;
		margin-right: 0;
	}

	.tilda-sect-2 .bottom-blocks_item {
		width: 100%;
		margin: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.tilda-sect-2 .bottom-blocks_item:last-child {
		margin: 0;
	}

	.tilda-sect-3 {
		padding-bottom: 90px;
	}

	.tilda-sect-3 .img-decoration-bg {
		right: auto;
		left: -150px;
	}

	.tilda-sect-4 {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.tilda-sect-4 .wrap-img img {
		max-width: 100%;
		height: auto;
	}

	.tilda-sect-5 {
		padding-top: 50px;
	}

	.tilda-sect-5 .img-decoration-bg {
		display: none;
	}

	.tilda-sect-6 {
		padding-top: 20px;
	}

	.tilda-sect-6 .img-decoration-1,.tilda-sect-6 .img-decoration-bg {
		display: none;
	}

	.tilda-sect-7 {
		padding-bottom: 140px;
	}

	.tilda-sect-7 .wrap-portfolio .ds-portfolio-item>a img {
		min-height: 420px;
	}

	.tilda-sect-8 {
		background-image: none;
		padding-bottom: 70px;
	}

	.tilda-sect-8 .img-decoration-1 {
		left: 0;
		top: -100px;
		opacity: .95;
	}

	.tilda-sect-8 .img-decoration-1 img {
		max-width: 100%;
	}

	.tilda-order-bottom-content {
		padding-top: 40px;
	}

	.tilda-order-bottom-content .personal-price {
		margin-top: 20px;
	}

	.tilda-order-bottom-content .btn-accent {
		float: right;
	}

	.order-tilda-wrap-mobile {
		-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.08);
		box-shadow: 0 2px 10px rgba(0,0,0,.08);
		-webkit-border-radius: 0;
		border-radius: 0;
		margin: auto;
		margin-bottom: 30px;
	}

	.tilda-sect-10 {
		padding-top: 40px;
	}

	.tilda-sect-10 .wrap-img {
		padding-top: 30px;
	}

	.tilda-sect-10 .wrap-img img {
		max-width: 100%;
		height: auto;
	}

	.tilda-sect-10 .wrap-composition p {
		padding-right: 0;
	}

	.tilda-sect-10 .wrap-composition .h2 span {
		display: block;
	}

	.tilda-sect-10 .wrap-composition .h2 span::before {
		left: auto;
		right: 0;
		display: block;
	}

	.tilda-sect-11 {
		padding-top: 50px;
	}

	.tilda-sect-12 {
		padding-top: 80px;
	}

	.tilda-sect-12 .wrap-composition li {
		width: 41%;
		margin-right: 40px;
	}

	.tilda-order-mobile {
		padding-bottom: 50px;
		-webkit-box-shadow: 0 4px 2px -2px #efefef;
		box-shadow: 0 4px 2px -2px #efefef;
	}

	.tilda-order-bottom-content .personal-price span.old::after {
		background-color: #333;
	}

	.header-masterskaya .top-pannel {
		padding: 0;
	}

	.popup-order .wrap-all {
		padding: 0;
	}

	.masterskaya-popup-format .wrap-all .wrap-left {
		padding-bottom: 120px;
	}

	.ds-resume-wrap {
		display: block;
	}

	.ds-resume-wrap .ds-resume-item:nth-of-type(1) {
		width: 100%;
		border: none;
		padding-right: 0;
		padding: 0;
		padding-bottom: 17px;
		border-bottom: 1px solid rgba(232,232,232,.5);
	}

	.ds-resume-wrap .ds-resume-item:nth-of-type(2) {
		padding-left: 0;
		padding-right: 0;
		padding-top: 17px;
		padding-bottom: 17px;
		width: 100%;
	}

	.ds-resume-wrap {
		padding: 30px;
	}

	.ds-resume-wrap .ds-resume-item {
		padding: 17px 0;
	}

	.ds-resume-wrap .ds-resume-item:last-child {
		padding-bottom: 0;
	}

	.ds-resume-wrap .ds-resume-item:nth-of-type(3) ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.ds-resume-wrap .ds-resume-item:nth-of-type(3) ul li {
		width: 46%;
		margin-right: 20px;
	}

	.ds-resume-wrap .ds-resume-item:nth-of-type(3) ul li:nth-child(2n) {
		margin-right: 0;
	}

	.ds-resume-wrap .ds-resume-item .salary {
		margin-top: 15px;
	}

	.ds-resume-wrap .ds-resume-item .person {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.ds-resume-wrap .ds-resume-item .person .h4 {
		margin-top: 0;
	}

	.ds-resume-wrap .ds-resume-item .person .wrap-info {
		margin-left: 18px;
	}

	.ds-resume-wrap .ds-resume-item .title {
		margin-bottom: 22px;
	}

	.ds-resume-wrap .ds-resume-item li {
		margin-top: 12px;
		font-size: 14px;
	}
}

@media (max-width:575.98px) {

	/* .video-sect-14 .wrap-course-faq .faq-item .question::after {
		width: 5px;
		height: 100%;
	} */

	.code-sect-11.ds-sect-7 {
		padding-top: 60px;
	}

	.code-sect-11.ds-sect-7 .h2 {
		margin-bottom: 60px;
	}

	.code-sect-11.ds-sect-7 .students-items .owl-nav {
		top: -40px;
	}

	.code-sect-5 .decor-2,
	.code-sect-9 .decor-2 {
		display: none;
	}

	.tilda-sect-4.section-code .wrap-composition>p {
		width: 100%;
	}

	.maestro-sect-15.section-code .decor-2 span {
    top: 100px;
    right: 2px;
	}

	.maestro-sect-15.section-code .decor-3,
	.maestro-sect-15.section-code .decor-4 {
		display: none;
	}

	.maestro-sect-15.section-code {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.maestro-sect-15.section-code .wrap-course-faq {
		margin-top: 40px;
	}

	.tilda-sect-7.section-code {
		padding: 60px 0 30px;
	}

	.section-code .decor-1 span:nth-child(1) {
		width: 20px;
		height: 20px;
		display: block;
		border-radius: 50%;
		background-color: #99dbe1;
		position: absolute;
		right: 44px;
		top: 31px;
	}

	.tilda-sect-4 .wrap-composition .level {
		align-items: flex-start;
		flex-direction: column;
	}

	.tilda-sect-4 .wrap-composition .level div {
		margin-top: 20px;
		padding: 0;
	}

	.code-sect-5 {
		padding: 60px 0;
	}

	.code-sect-4 {
		padding: 60px 0;
	}

	.code-sect-4 .cards-wrap .cards-wrap {
		flex-direction: column;
	}

	.code-sect-4 .cards-wrap .card {
		max-width: calc(100% - 30px);
		flex: 0 0 100%;
	}

	.video-sect-13-mobile .decor-1 {
		position: absolute;
		left: 0;
		top: 130px;
	}

	.video-sect-13-mobile.ds-sect-7 {
		display: block;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.video-sect-13-mobile.ds-sect-7 .h2 {
		font-size: 30px;
		width: 100%;
		text-align: center;
		margin-bottom: 70px;
	}

	.video-sect-13-mobile.ds-sect-7 .students-items .owl-nav {
		top: -40px;
	}

	.video-sect-13-mobile.ds-sect-7 .h2 span::before {
		background: -webkit-gradient(linear,left bottom,left top,from(#00a739),to(#00d561));
    background: -webkit-linear-gradient(bottom,#00a739 0,#00d561 100%);
    background: -o-linear-gradient(bottom,#00a739 0,#00d561 100%);
    background: linear-gradient(0deg,#00a739 0,#00d561 100%);
		transform: translateX(-50%);
		left: 50%;
		width: 130px;
		height: 7px;
		bottom: -15px;
		top: auto;
	}

	.video-sect-13-mobile.ds-sect-7 .btn-accent {
		margin-top: 24px;
		display: block;
		text-align: center;
	}

	.video-sect-13 {
		display: none;
	}

	.video-sect-14 .decor-3 {
		position: absolute;
		display: block;
		left: -10px;
    bottom: -90px;
		opacity: 0.4;
	}

	.video-sect-14 .decor-4 {
		position: absolute;
		display: block;
		right: 0;
    top: 0;
		opacity: 0.2;
	}

	.video-sect-14 .faq-item:first-of-type {
		margin-top: 35px;
	}

	.video-sect-14 .h2::before {
		width: 130px;
	}

	.video-sect-14 .h2 {
		font-size: 30px;
	}

	.video-sect-14 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.video-sect-14.ds-sect-12 {
		margin-bottom: 0;
	}

	.video-sect-12 .logo-price {
		width: 150%;
		margin-left: 10px;
		top: -105px;
	}

	.video-sect-12 .prices .about {
		margin-bottom: 0;
	}

	.video-sect-12 .price-block {
		padding: 110px 20px 50px;
		width: 100%;
		margin-left: 0;
		margin-top: 120px;
	}

	.video-sect-12 .prices {
		flex-direction: column;
		margin-top: 40px;
	}

	.video-sect-12 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	/*  */

	.code-sect-10 .logo-price {
		width: 150%;
		margin-left: 10px;
		top: -105px;
	}

	.code-sect-10 .prices .about {
		margin-bottom: 0;
	}

	.code-sect-10 .price-block {
		padding: 110px 20px 50px;
		width: 100%;
		margin-left: 0;
		margin-top: 120px;
	}

	.code-sect-10 .prices {
		flex-direction: column;
		margin-top: 40px;
	}

	.code-sect-10 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.video-sect-11 .course-passing-items {
		padding: 0;
	}

	.video-sect-11 .wrap-p {
		padding: 0;
	}

	.video-sect-11 .wrap-img {
		margin-top: 5px;
		min-height: 150px;
	}

	.video-sect-11 .course-passing-item {
		padding: 40px 20px;
	}

	.video-sect-11.section-video .h2::before {
		bottom: 14px;
		left: 57%;
		width: 120px;
	}

	.video-sect-11 .h2,
	.video-sect-12 .h2,
	.code-sect-10 .h2 {
		font-size: 30px;
	}

	.video-sect-10 {
		padding-top: 15px;
		padding-bottom: 80px;
	}

	.video-sect-10 .decor-1,
	.video-sect-10 .decor-2,
	.video-sect-9 .decor-1,
	.video-sect-14 .decor-1,
	.video-sect-14 .decor-2 {
		display: none;
	}

	.video-sect-10 .h2 {
		font-size: 30px;
		text-align: center;
	}

	.video-sect-10.section-video .h2::before {
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		bottom: -15px;
	}

	.video-sect-10 .icon {
		order: 2;
	}

	.video-sect-9 .h2 {
		font-size: 26px;
	}

	.video-sect-9 .h2 br {
		display: none;
	}

	.video-sect-9 {
		padding-top: 0;
	}

	.video-sect-8 .decor-2 {
		display: block;
		position: absolute;
		opacity: 0.2;
		top: -45px;
		left: -15px;
	}

	.video-sect-8 .decor-2 img {
		width: 40%;
	}

	.video-sect-8 .decor-1 {
		display: none;
	}

	.video-partners-wrap .owl-item.active .video-partners-item {
		z-index: 1;
    background-color: #fff;
    cursor: pointer;
	}

	.video-sect-8 .subtitle {
		margin: 45px 0 0;
		max-width: none;
		font-size: 14px;
	}

	.video-sect-8 {
		padding: 75px 0;
		overflow: hidden;
	}

	.video-sect-7 .btn-accent {
		display: block;
		text-align: center;
	}

	.video-sect-7 .wrap-img {
		padding-top: 20px;
		width: 125%;
		margin: 0 calc(-12.5% - 15px);
	}

	.video-sect-7 .wrap-composition li {
		margin-top: 15px;
		font-size: 14px;
	}

	.video-sect-7 {
		padding-top: 70px;
		padding-bottom: 80px;
	}

	.video-sect-7 .wrap-composition p {
		font-size: 14px;
		padding-right: 0;
	}

	.video-sect-7 .wrap-composition p br {
		display: none;
	}

	.video-sect-7 .decor-2 {
		right: 20px;
    top: -15px;
	}

	.video-sect-7 .decor-2 img {
		width: 40px;
	}

	.video-sect-6 .wrap-img {
		margin-top: 20px;
	}

	.video-sect-6 .wrap-composition .about {
		margin-top: 35px;
		font-size: 16px;
		line-height: 1.5;
		font-weight: 400;
	}

	.video-sect-6 .wrap-composition .subtitle {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.video-sect-6.section-video .h2 {
		font-size: 30px;
		line-height: 1.16;
	}

	.video-sect-6 {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.video-sect-5.ds-sect-6 {
		padding-bottom: 80px;
	}

	.video-sect-5 .decor-3 {
		display: none;
	}

	.video-sect-3 .decor-1 {
		display: block;
	}

	.code-sect-2 .decor-1 {
		display: block;
	}

	.video-sect-5 .decor-4 {
		display: block;
	}

	.video-sect-5.ds-sect-6 {
		margin-top: 50px;
	}

	.video-sect-5.ds-sect-6 .h2 {
		font-size: 30px;
		margin-bottom: 50px;
	}

	.video-sect-5 .work-blocks {
		flex-direction: column;
	}

	.video-sect-5 .work-blocks_item {
		width: 100%;
		margin-right: 0;
	}

	.video-sect-4 .col-custom-curse.mobile-dn {
		display: none !important;
	}

	#video-program-btn {
		display: block;
		text-align: center;
		margin: 0 auto 10px;
		line-height: 1;
		text-decoration: underline;
		color: #000;
		font-size: 14px;
		font-weight: 500;
	}

	.video-sect-4.ds-sect-6 .course-button {
		display: inline-block;
	}

	.video-sect-4 .program-course-item .number {
		font-size: 123px;
		right: -20px;
		bottom: -38px;
	}

	.video-sect-4 .program-course-item li {
		font-size: 14px;
	}

	.video-sect-4 .program-course-item .infos li {
		font-size: 16px;
	}

	.video-sect-4 .program-course-item .h3 {
		font-size: 16px;
	}

	.video-sect-4 .program-course-item {
		padding: 40px 20px;
	}

	.video-sect-4.section-course .subtitle {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.video-sect-4.ds-sect-6 {
		padding-top: 30px;
	}

	.video-sect-4 .decor-1 {
		left: -170px;
		top: 30%;
	}

	.video-sect-4 .decor-2 {
		z-index: 999;
		top: -20px;
		left: auto;
		right: 20px;
	}

	.video-sect-4 .decor-2 img {
		width: 42px;
	}

	.video-sect-5 .decor-1 {
		display: none;
	}

	.video-sect-7 .col-lg-5 {
		overflow: hidden;
	}

	.video-sect-5 .decor-2 {
		display: none;
		top: 40px;
		/* right: -25px; */
	}

	.video-sect-3 .container {
		overflow: hidden;
	}

	.code-sect-2 .container {
		overflow: hidden;
	}

	.video-sect-7 .wrap-composition .h2 span::before {
		width: 135px;
		top: 11px;
	}

	.video-sect-7 .h2 {
		font-size: 28px;
	}

	.video-sect-7 .decor-1 {
		display: none;
	}

	.video-sect-1 .img-decoration-2 {
    left: -60px;
    bottom: -565px;
	}

	.video-sect-1 .img-decoration-1 {
		display: none;
	}

	.video-sect-2 .img-decoration-1 {
		display: block;
	}


	.video-sect-11 .h2 {
		text-align: left;
	}

	.section-video.section-center .h2 {
		font-size: 29px;
	}

	.video-sect-11 .course-passing-item {
		width: 100%;
	}



	.video-sect-3 .top-blocks_item {
		display: block;
		width: 100%;
		/* margin: 0; */
	}

	.video-sect-3 .h2 span br {
		display: none;
	}

	/*  */

	.code-sect-2 .top-blocks_item {
		display: block;
		width: 100%;
		/* margin: 0; */
	}

	.code-sect-2 .h2 span br {
		display: none;
	}



	.celebration-head .wrap-composition p {
		margin-bottom: 28px;
	}

	.celebration-head .wrap-composition .btn-celebration {
		margin-top: 49px;
	}

	.celebrationBlock4 .back-lines-celebration {
		display: none;
	}

	.celebrationBlock4 .img-decoration-1 img:nth-child(1) {
		display: none;
	}

	.celebrationBlock4 .img-decoration-1 img:nth-child(2) {
		display: block;
		right: auto;
		left: 0;
		top: 72px;
	}

	.celebration-footer-form form {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.celebration-footer-form form .wrap-input input,.celebration-footer-form form .wrap-input textarea {
		margin-top: 16px;
	}

	.celebration-footer-form form .wrap-input .iti {
		margin-top: 16px;
	}

	.celebration-footer-form form input,.celebration-footer-form form textarea {
		padding: 13px;
	}

	.celebration-footer-form form .h2 {
		font-size: 30px;
		margin-bottom: 8px;
	}

	.celebration-footer-form form .description {
		margin-bottom: 20px;
		padding: 0 15px;
	}

	.celebrationBlock3 {
		overflow: hidden;
	}

	.celebrationBlock3 .img-decoration-1 img:nth-child(2) {
		top: 0;
		right: auto;
		left: -50px;
		opacity: .5;
		-webkit-transform: scale(.8,.8);
		-ms-transform: scale(.8,.8);
		transform: scale(.8,.8);
	}

	.celebrationBlock3 .img-decoration-1 img:nth-child(1) {
		top: auto;
		bottom: 0;
		left: auto;
		right: -40px;
		-webkit-transform: scale(.8,.8);
		-ms-transform: scale(.8,.8);
		transform: scale(.8,.8);
	}

	.celebrationBlock3 .btn-celebration {
		width: 290px;
	}

	.teachers-slider-thumbs .itemThumb .wrap-arrow {
		width: 15%;
	}

	.teachers-slider-thumbs .itemThumb .wrap-info {
		width: 85%;
		padding-left: 14px;
	}

	.teachers-slider-thumbs .itemThumb .itemContent .wrap-composition p {
		padding-right: 0;
	}

	.teachers-slider-thumbs .itemThumb .itemContent .wrap-composition img {
		position: relative;
		right: auto;
		margin-left: auto;
		margin-right: auto;
		bottom: -40px;
	}

	.celebrationBlock1 {
		overflow: hidden;
	}

	.celebrationBlock1 .img-decoration-1 img {
		top: -150px;
		left: -50px;
	}

	.clbr-course-content .img-decoration-2 img:nth-child(1) {
		right: -30px;
	}

	.clbr-course-content .img-decoration-2 img:nth-child(2) {
		bottom: -160px;
		left: -60px;
		opacity: .6;
	}

	.clbr-course-content .col-course-content .btn-celebration {
		margin-top: 30px;
	}

	.clbr-course-content .course-content {
		padding: 28px 13px;
		text-align: center;
	}

	.clbr-course-content .course-content p {
		margin: 0;
	}

	.clbr-course-content .course-content img {
		left: 0;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		position: relative;
		max-width: 115px;
		height: auto;
		max-height: 115px;
		margin-bottom: 5px;
	}

	.celebration_cart .wrap-composition .h4 {
		font-size: 18px;
		line-height: 34px;
	}

	.celebration_cart .wrap-composition .h4>strong {
		font-size: 24px;
	}

	.celebration_cart-form form input,.celebration_cart-form form textarea {
		padding: 13px;
	}

	.celebration_cart-form form .buttom-wrap {
		margin-top: 15px;
	}

	.celebration_cart-form form .buttom-wrap .wrap-btn .btn {
		width: 210px;
		height: 50px;
		line-height: 50px;
	}

	.celebration_cart-form form .wrap-input .iti {
		margin-top: 15px;
	}

	.celebration_cart-form form .wrap-input>input {
		margin-top: 15px;
	}

	.celebration-title .h2 {
		font-size: 30px;
	}

	.btn-celebration {
		width: 210px;
		height: 50px;
		line-height: 50px;
	}

	.ds-sect-new-2 .wrap-diploma-course p {
		font-size: 14px;
	}

	.ds-sect-new-2 .wrap-diploma-course img {
		margin-top: 16px;
	}

	.ds-resume-wrap .ds-resume-item .person img {
		max-height: 90px;
		height: auto;
	}

	.ds-sect-new-2 {
		padding-top: 0;
	}

	.ds-sect-new-2 .description-title {
		display: none;
	}

	.ds-sect-new-1 {
		padding-top: 30px;
	}

	.students-work-slider {
		margin-top: 10px;
	}

	.students-work-slide {
		padding-bottom: 50px;
		padding-top: 60px;
	}

	.students-work-slide .wrap-left {
		width: 100%;
		position: relative;
		padding-left: 100px;
		padding: 30px 10px;
		text-align: left;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.students-work-slide .wrap-left .wrap-img {
		width: 80px;
		height: 80px;
		margin: 0;
	}

	.students-work-slide .wrap-left ul {
		margin-top: 0;
		margin-left: 15px;
	}

	.students-work-slide .wrap-left li {
		text-align: left;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 6px;
	}

	.students-work-slide .wrap-left li:first-child {
		margin-top: 0;
	}

	.students-work-slide .wrap-left li span b {
		font-size: 20px;
		color: #5e00f8;
	}

	.students-work-slide .wrap-right {
		padding: 28px 18px;
	}

	.students-work-slide .wrap-right .student-work-img>a {
		max-width: 313px;
		width: 100%;
	}

	.students-work-slide .wrap-right .student-work-img .title {
		margin-bottom: 2px;
	}

	.students-work-slide .wrap-right .student-work-img .title b,.students-work-slide .wrap-right .student-work-img .title span {
		font-size: 24px;
		color: #7b00fa;
	}

	.s_lesson-4 {
		padding-bottom: 30px;
	}

	.s_lesson-3 .wrap-composition .wrap-right .write-us {
		margin-top: 30px;
	}

	.s_lesson-3 {
		padding-bottom: 50px;
	}

	.s_lesson-3 .h2 br {
		display: block;
	}

	.s_lesson-2 .form-lesson .wrap-btn p {
		opacity: .6;
	}

	.s_lesson-2 .form-lesson .wrap-btn .btn {
		font-size: 12px;
		padding: 23px 15px 19px;
		width: 100%;
		max-width: 300px;
	}

	.s_lesson-2 .form-lesson .wrap-input input {
		padding: 17px 14px;
	}

	.s_lesson .description {
		font-size: 14px;
	}

	.s_lesson .h2 {
		font-size: 28px;
	}

	.back-lines span {
		margin-right: 71%;
	}

	.back-lines span:nth-of-type(1),.back-lines span:nth-of-type(2),.back-lines span:nth-of-type(3) {
		display: none;
	}

	.wrap-body-lesson .bg-top {
		left: 50%;
	}

	.s_lesson-1 .wrap-content .background-title {
		font-size: 150px;
		top: -43px;
		opacity: .07;
		white-space: nowrap;
	}

	.s_lesson-1 .wrap-tabs .tab .wrap-text .top .count {
		bottom: 6px;
	}

	.s_lesson-1 .wrap-tabs .tab .wrap-text .top .title {
		display: inline-block;
	}

	.s_lesson-1 .wrap-tabs .tab .wrap-text .top {
		display: block;
	}

	.s_lesson-1 .wrap-content .wrap-bottom .btn {
		font-size: 12px;
		padding: 23px 18px 19px;
		padding-right: 75px;
		font-style: normal;
	}

	.s_lesson-1 .wrap-content .wrap-bottom .btn img {
		max-width: 80px;
		right: 0;
		top: -10px;
	}

	.s_lesson-1 .wrap-content .wrap-video {
		height: 185px;
		max-width: 320px;
	}

	.s_lesson-1 .wrap-content .title {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 10px;
		line-height: 1.25;
	}

	.s_lesson-1 .wrap-content .title>span {
		white-space: nowrap;
	}

	.s_lesson-1 .wrap-tabs .tab .wrap-img {
		width: 160px;
		height: 93px;
	}

	.s_lesson-1 .wrap-tabs .tab .wrap-text .h3 br {
		display: none;
	}

	.s_lesson-1 {
		padding-top: 50px;
	}

	.s_lesson-1 .owl-stage {
		padding-left: 0!important;
	}

	.s_lesson-1 .wrap-tabs .tab {
		padding-right: 40px;
	}

	.s_lesson-2 {
		padding: 50px 12px;
		background-image: -webkit-radial-gradient(50% -7px,circle,transparent 25px,#fff 26px);
		background-image: -o-radial-gradient(50% -7px,circle,transparent 25px,#fff 26px);
		background-image: radial-gradient(circle at 50% -7px,transparent 25px,#fff 26px);
	}

	.s_lesson-2::before {
		background-image: -webkit-radial-gradient(50% -2px,circle,transparent 20px,rgba(255,255,255,.6) 21px);
		background-image: -o-radial-gradient(50% -2px,circle,transparent 20px,rgba(255,255,255,.6) 21px);
		background-image: radial-gradient(circle at 50% -2px,transparent 20px,rgba(255,255,255,.6) 21px);
		top: -7px;
	}

	.s_september_7 {
		padding: 90px 0;
	}

	.s_september_7 .h2 {
		margin-bottom: 20px;
	}

	.s_september_7 .wrap-form {
		padding-left: 20px;
		padding-right: 20px;
	}

	.s_september_7 .wrap-form form p {
		font-size: 14px;
	}

	.s_september_7 .wrap-form form input {
		padding-left: 20px;
		margin-top: 15px;
		height: 40px;
		font-size: 14px;
	}

	.s_september_7 .wrap-form .title .price {
		font-size: 30px;
	}

	.s_september_7 .wrap-form .title .text {
		font-size: 22px;
	}

	.s_september_7 .wrap-left {
		padding-bottom: 32px;
	}

	.s_september_7 .wrap-left .price {
		font-size: 20px;
	}

	.s_september_7 .wrap-left .price span {
		font-size: 40px;
	}

	.s_september_7 .wrap-left .price-new span {
		font-size: 60px;
	}

	.s_september_6 {
		padding: 90px 0;
	}

	.s_september_6 .portfolio-col {
		display: none;
	}

	.s_september_6 .portfolio-col:nth-child(-n+4) {
		display: block;
	}

	.s_september_6 .load-more {
		display: block;
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
		font-weight: 500;
		height: 70px;
		text-align: center;
		line-height: 70px;
		border: 1px solid #fff;
		-webkit-border-radius: 4% 4% 4% 4%/50% 50% 50% 50%;
		border-radius: 4% 4% 4% 4%/50% 50% 50% 50%;
		letter-spacing: .1em;
		cursor: pointer;
	}

	.s_september_5 {
		padding: 90px 0;
	}

	.s_september_4 {
		padding: 90px 0;
	}

	.s_september_4 .img-decoration-2 {
		display: block;
		bottom: 22%;
		right: 20px;
	}

	.s_september_4 .wrap-items .item {
		margin-top: 25px;
	}

	.s_september_4 .wrap-items .item p {
		margin-top: 10px;
	}

	.s_september_3 {
		padding-top: 50px;
		padding-bottom: 70px;
	}

	.s_september_3 .wrap-img {
		max-width: 100%;
	}

	.s_september_3 .img-decoration-2 {
		top: 25%;
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.s_september_3 .wrap-composition {
		max-width: 340px;
		margin: auto;
	}

	.s_september_3 .wrap-composition .description {
		font-size: 20px;
	}

	.s_september_3 .wrap-composition .price {
		text-align: left;
	}

	.s_september_2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.wrap-items-boxes .item {
		padding: 20px;
	}

	.wrap-items-boxes .item .more {
		display: block;
		font-size: 16px;
		text-align: center;
		margin-top: 10px;
		line-height: 1.3;
		color: silver;
	}

	.wrap-items-boxes .item .h3 {
		text-align: center;
		font-size: 20px;
		margin-top: -20px;
	}

	.wrap-items-boxes .item>img {
		position: relative;
		bottom: auto;
		display: block;
		margin: auto;
		margin-top: -96px;
		-webkit-transform: scale(.7,.7);
		-ms-transform: scale(.7,.7);
		transform: scale(.7,.7);
	}

	.s_september_1 .img-decoration-4 {
		top: -32px;
	}

	.s_september_1 .wrap-items .item {
		margin-top: 0;
	}

	.s_september_1 .wrap-items .item p {
		font-size: 14px;
	}

	.september_head .wrap-top {
		padding-top: 34px;
	}

	.september_head .wrap-top>img {
		width: 90%;
	}

	.september_head .wrap-top .description {
		font-size: 20px;
		margin-top: -5px;
	}

	.september_head .wrap-top .description br {
		display: none;
	}

	.september_head .wrap-bottom .left {
		margin-top: 44px;
	}

	.september_head .wrap-bottom .left>span {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.september_head .wrap-bottom .right .title {
		font-size: 18px;
		margin-bottom: 14px;
	}

	body .s_master_14 .sp-form .btn-big-yellow {
		line-height: 57px;
		height: 57px;
		font-size: 14px;
	}

	.s_master_14 {
		padding: 68px 0;
	}

	.s_master_14 .text-blue-gradient-wrap {
		margin-top: 3px;
		margin-bottom: 1px;
	}

	.s_master_14 .text-blue-gradient-wrap+* {
		margin-left: 23px;
	}

	.s_master_14 .wrap-left {
		margin-bottom: 26px;
	}

	.s_master_14 .wrap-form {
		padding: 30px 0;
	}

	.s_master_14 .wrap-form .title {
		font-size: 18px;
		font-weight: 400;
	}

	.s_master_14 .wrap-form form input {
		margin-top: 20px;
	}

	.s_master_14 .wrap-form form .iti {
		margin-top: 20px;
	}

	.s_master_14 .wrap-form form .btn-big-yellow {
		margin-top: 30px;
	}

	.s_master_14 .wrap-form form p {
		font-size: 12px;
		width: 65%;
		margin: auto;
		margin-top: 5px;
	}

	.s_master_13 {
		padding: 68px 0;
	}

	.s_master_13 .h2 {
		text-align: left;
	}

	.s_master_13 .wrap-statistics {
		display: block;
	}

	.s_master_13 .wrap-statistics .item {
		position: relative;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.s_master_13 .wrap-statistics .item:nth-child(even) {
		float: none;
	}

	.s_master_13 .wrap-statistics .item>b,.s_master_13 .wrap-statistics .item>span,.s_master_13 .wrap-statistics .item>strong {
		font-size: 50px;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.s_master_13 .wrap-statistics .item>b b,.s_master_13 .wrap-statistics .item>span b,.s_master_13 .wrap-statistics .item>strong b {
		font-size: 35px;
		text-transform: none;
	}

	.s_master_13 .wrap-statistics .item p {
		font-size: 14px;
		font-weight: 500;
		text-transform: none;
		float: right;
		width: 142px;
	}

	.s_master_12 .text-blue-gradient-wrap {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 40px;
	}

	.s_master_12 .text-blue-gradient-wrap .h2 {
		font-size: 20px;
		line-height: 20px;
	}

	.s_master_12 {
		padding: 70px 0;
	}

	.s_master_12 .img-decoration-3 {
		display: block;
		right: 25px;
		top: 98px;
	}

	.s_master_12 .wrap-course-faq .faq-item .answer {
		padding-left: 24px;
		padding-right: 24px;
		width: 100%;
		padding-top: 15px;
	}

	.s_master_12 .wrap-course-faq .faq-item .answer p {
		font-size: 14px;
	}

	.s_master_12 .wrap-course-faq .faq-item .question {
		height: 54px;
		padding-left: 24px;
		padding-right: 24px;
		-webkit-box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.1);
		box-shadow: 0 7px 22.68px 4.32px rgba(0,0,0,.1);
	}

	.s_master_12 .wrap-course-faq .faq-item .question::before {
		left: 0;
	}

	.s_master_12 .wrap-course-faq .faq-item .question span {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.3;
	}

	.wrap-masterskaya-events .wrap-right .item-content li {
		font-size: 12px;
	}

	.wrap-masterskaya-events .wrap-right .item-content p {
		font-size: 14px;
	}

	.wrap-masterskaya-events .wrap-right .item-content h1,.wrap-masterskaya-events .wrap-right .item-content h2,.wrap-masterskaya-events .wrap-right .item-content h3,.wrap-masterskaya-events .wrap-right .item-content h4,.wrap-masterskaya-events .wrap-right .item-content h5,.wrap-masterskaya-events .wrap-right .item-content h6 {
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 5px;
	}

	.wrap-masterskaya-events .wrap-right .item-content img {
		max-width: 130px;
	}

	.s_master_11 {
		padding-top: 65px;
		padding-bottom: 100px;
	}

	.s_master_10 {
		padding-bottom: 70px;
		padding-top: 20px;
	}

	.wrap-table-masterskaya-mobile .item ul {
		max-width: 100%;
		margin: 20px auto;
	}

	.wrap-table-masterskaya-mobile .item li {
		font-size: 16px;
	}

	.wrap-table-masterskaya-mobile .item li::before {
		top: 5px;
	}

	.s_master_9 {
		padding-top: 65px;
		padding-bottom: 30px;
	}

	.s_master_9 .img-decoration-3 {
		top: 0;
		right: 0;
		display: block;
	}

	.s_master_9 .img-decoration-4 {
		right: 52px;
		top: 38.5%;
		display: block;
	}

	.s_master_9 .text-blue-gradient-wrap {
		margin-bottom: 15px;
	}

	.s_master_9 .top-img {
		margin-right: -15px;
		margin-left: -15px;
	}

	.s_master_9 .wrap-items {
		margin-top: 0;
	}

	.s_master_9 .wrap-items .item {
		margin-top: 10px;
	}

	.s_master_9 .wrap-items .item:nth-child(1)::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: -55px;
		background-image: url(../img/course-masterskaya/master-9_img-5.png);
		width: 86px;
		height: 76px;
		z-index: -1;
	}

	.s_master_9 .wrap-items .item:nth-child(3)::after {
		content: "";
		position: absolute;
		right: 18px;
		bottom: -15px;
		background-image: url(../img/course-masterskaya/master-9_img-6.png);
		width: 26px;
		height: 26px;
		z-index: -1;
	}

	.s_master_9 .wrap-items .item img {
		height: 60px;
		width: auto;
	}

	.s_master_9 .wrap-items .item .h3 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.s_master_9 .wrap-items .item p {
		font-size: 14px;
		line-height: 1.5;
	}

	.s_master_8 {
		padding: 68px 0;
		padding-bottom: 55px;
	}

	.s_master_8 .img-decoration-1 {
		-webkit-transform: scale(.2,.2);
		-ms-transform: scale(.2,.2);
		transform: scale(.2,.2);
		left: -70px;
		bottom: -30px;
	}

	.s_master_8 .wrap-form {
		margin-top: 30px;
		text-align: center;
	}

	.s_master_8 .wrap-form p {
		text-align: center;
		font-size: 12px;
		width: 63%;
		margin-left: auto;
		margin-right: auto;
	}

	.s_master_8 .wrap-form input {
		height: 40px;
		max-width: 290px;
	}

	.s_master_8 .wrap-form .title {
		display: none;
	}

	.s_master_8 .wrap-left .h2 {
		font-size: 18px;
		text-align: center;
	}

	.s_master_8 .wrap-left .text {
		font-size: 14px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		padding-right: 102px;
	}

	.s_master_8 .wrap-left .text .text-blue-gradient-wrap {
		font-size: 70px;
		line-height: 70px;
	}

	.s_master_8 .wrap-left .text .text-blue-gradient-wrap .text-blue-gradient {
		font-size: 70px;
		line-height: 70px;
	}

	.s_master_7 {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.s_master_7 .img-decoration-1 {
		display: none;
	}

	.s_master_7 .img-decoration-4 {
		display: block;
		right: 0;
		top: 0;
		z-index: -1;
	}

	.s_master_7 .btn {
		margin-top: 28px;
	}

	.s_master_7 .wrap-right {
		margin-top: 45px;
		padding-left: 21px;
		padding-right: 30px;
	}

	.s_master_7 .wrap-right p {
		font-size: 14px;
	}

	.s_master_7 .wrap-left {
		width: 160px;
	}

	.s_master_7 .wrap-left .wrap-img {
		-webkit-transform: scale(.38,.38);
		-ms-transform: scale(.38,.38);
		transform: scale(.38,.38);
		right: 30px;
	}

	.s_master_7 .wrap-left .h3 {
		font-size: 18px;
	}

	.s_master_7 .wrap-left .text {
		font-size: 14px;
		padding-left: 50px;
	}

	.s_master_7 .wrap-left ul {
		margin-top: 15px;
	}

	.s_master_7 .wrap-left li {
		line-height: 1.3;
		margin-top: 8px;
	}

	.s_master_7 .wrap-left li:first-of-type {
		margin-top: 0;
	}

	.s_master_7 .masterskaya-black-header {
		padding-top: 60px;
		margin-bottom: 30px;
	}

	.s_master_7 .teachers .owl-dots {
		margin-top: 20px;
	}

	.s_master_7 .teachers .item .h4 {
		font-size: 18px;
	}

	.s_master_7 .teachers .item li {
		font-size: 14px;
	}

	.s_master_6 {
		padding-top: 26px;
		padding-bottom: 68px;
	}

	.s_master_6 .img-decoration-1 {
		display: inline-block;
		bottom: 1%;
		left: 1px;
		top: auto;
		right: auto;
	}

	.s_master_6 .img-decoration-1 img {
		width: 25px;
		height: auto;
	}

	.s_master_6 .img-decoration-2 {
		display: inline-block;
		top: 25%;
		right: 0;
	}

	.s_master_6 .masterskaya-black-header {
		text-align: center;
	}

	.s_master_6 .text-blue-gradient-wrap {
		display: none;
	}

	.item-platforma {
		padding: 24px;
		padding-top: 125px;
		padding-bottom: 15px;
		margin-top: 72px;
	}

	.item-platforma img {
		left: -70px;
		top: -60px;
		width: 200px;
		height: auto;
	}

	.item-platforma .h3 {
		position: absolute;
		left: 152px;
		top: 26px;
		margin-right: 20px;
		font-size: 16px;
	}

	.item-platforma p {
		font-size: 14px;
	}

	.s_master_5 {
		padding-top: 10px;
		padding-bottom: 35px;
	}

	.s_master_5 .img-decoration-1 {
		display: none;
	}

	.s_master_5 .img-decoration-2 {
		display: none;
	}

	.s_master_5 .img-decoration-3 {
		display: block;
		left: 0;
		top: 5%;
	}

	.s_master_5 .wrap-composition {
		padding-top: 0;
		text-align: center;
	}

	.s_master_5 .wrap-composition p {
		font-size: 16px;
		line-height: 1.3;
		margin-top: 6px;
	}

	.s_master_5 .wrap-composition .btn {
		margin-top: 30px;
	}

	.s_master_5 .wrap-composition img {
		max-width: 100%;
		margin-right: -50px;
	}

	.s_master_4 {
		padding-top: 25px;
	}

	.s_master_4 .img-decoration-3 {
		right: 0;
		top: 25%;
		display: block;
	}

	.s_master_4 .wrap-items .item {
		margin-top: 0;
	}

	.s_master_4 .wrap-items .item p {
		font-size: 14px;
	}

	.head-masterskaya {
		padding-top: 120px;
		padding-bottom: 175px;
	}

	.head-masterskaya .wrap-composition .text-blue-gradient-wrap {
		font-size: 36px;
		line-height: 36px;
		letter-spacing: 3.6px;
	}

	.head-masterskaya .wrap-composition .text-blue-gradient-wrap .h1 {
		font-size: 36px;
		line-height: 36px;
	}

	.head-masterskaya .wrap-composition .hand-img {
		right: 50%;
		bottom: -80px;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}

	.head-masterskaya .wrap-composition .btn {
		margin-top: 10px;
	}

	.head-masterskaya .wrap-composition p {
		font-size: 14px;
		padding-left: 34px;
		margin-top: 20px;
	}

	.head-masterskaya .wrap-composition p::before {
		width: 23px;
		height: 1px;
		top: 10px;
	}

	.head-masterskaya .wrap-composition p span {
		display: inline;
	}

	.maestro-sect-14 .img-decoration {
		display: block;
	}

	.maestro-sect-14 .img-decoration span {
		display: none;
	}

	.maestro-sect-14 .img-decoration span:nth-child(3) {
		display: block;
		top: 5%;
		right: 14%;
	}

	.maestro-sect-14 .h2 {
		text-align: left;
		display: inline-block;
		width: auto;
		margin-bottom: 14px;
	}

	.maestro-sect-14 .h2 br {
		display: block;
	}

	.maestro-sect-14 .students-items .owl-nav {
		top: -70px;
	}

	.maestro-sect-14 .students-items .owl-nav button.owl-prev {
		left: auto;
		right: 75px;
	}

	.maestro-sect-14 .students-items .owl-nav button.owl-next {
		right: 0;
	}


	/*  */
	/*  */
	/*  */


	.video-sect-13 .img-decoration {
		display: block;
	}

	.video-sect-13 .img-decoration span {
		display: none;
	}

	.video-sect-13 .img-decoration span:nth-child(3) {
		display: block;
		top: 5%;
		right: 14%;
	}

	.video-sect-13 .h2 {
		text-align: left;
		display: inline-block;
		width: auto;
		margin-bottom: 14px;
	}

	.video-sect-13 .h2 br {
		display: block;
	}

	.video-sect-13 .students-items .owl-nav {
		top: -70px;
	}

	.video-sect-13 .students-items .owl-nav button.owl-prev {
		left: auto;
		right: 75px;
	}

	.video-sect-13 .students-items .owl-nav button.owl-next {
		right: 0;
	}

	.maestro-sect-16 .wrap-composition {
		text-align: left;
	}

	.maestro-sect-16 .wrap-composition li {
		width: 100%;
	}

	.maestro-sect-16 .wrap-composition li .h4 {
		font-size: 20px;
	}

	.order-bottom-content {
		padding: 30px;
	}

	.order-bottom-content .wrap-1 p {
		font-size: 14px;
	}

	.maestro-sect-13 {
		padding-bottom: 28px;
		overflow: visible;
	}

	.maestro-sect-13 .img-decoration-2 {
		display: block;
	}

	.maestro-sect-13 .img-decoration-2 span {
		position: absolute;
		-webkit-border-radius: 10em;
		border-radius: 10em;
	}

	.maestro-sect-13 .img-decoration-2 span:nth-child(1) {
		width: 50px;
		height: 50px;
		-webkit-border-radius: 10em;
		border-radius: 10em;
		background: -webkit-gradient(linear,left top,right top,from(#f4c28d),to(#fee188));
		background: -webkit-linear-gradient(left,#f4c28d 0,#fee188 100%);
		background: -o-linear-gradient(left,#f4c28d 0,#fee188 100%);
		background: linear-gradient(to right,#f4c28d 0,#fee188 100%);
		left: -15px;
		bottom: -15px;
	}

	.maestro-sect-13 .wrap-content-right {
		margin-top: 25px;
	}

	.maestro-sect-13 .wrap-content-right>p {
		margin: auto;
		margin-top: 10px;
		margin-bottom: 0;
		width: 80%;
	}

	.maestro-sect-13 .wrap-content-left .h3 {
		margin-bottom: 8px;
	}

	.maestro-sect-13 .wrap-content-left .price {
		margin-top: 28px;
	}

	.maestro-sect-13 .wrap-content-left .price span.text {
		font-size: 18px;
		margin-bottom: 12px;
	}

	.maestro-sect-13 .wrap-content-left .price span.price-old {
		opacity: .5;
		margin-bottom: 3px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.maestro-sect-13 .wrap-content-left .price span.price-old::after {
		border: none;
		height: 1px;
		top: 40%;
	}

	.maestro-sect-13 .wrap-content-left .price span.price-new {
		font-size: 50px;
	}

	.maestro-sect-13 .wrap-content-left .price span.price-new::after {
		width: 85px;
		height: 5px;
		top: 38px;
	}

	.maestro-sect-13 .wrap-content-left li {
		margin-top: 4px;
	}

	.maestro-sect-13 .wrap-content-left li span:nth-of-type(1) {
		font-size: 14px;
	}

	.maestro-sect-13 .wrap-content-left li span:nth-of-type(2) {
		font-size: 18px;
	}

	.popup-order .mfp-close {
		display: none;
	}

	.popup-order .mobile-btn-close {
		display: inline-block;
		top: auto;
		left: 50%;
		position: relative;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 2%;
		background: 0 0;
		width: auto;
		height: auto;
		border: none;
		cursor: pointer;
		color: #ff8700;
		font-size: 18px;
		font-weight: 500;
		line-height: 1.4;
		margin-top: -20px;
	}

	.popup-order .wrap-all {
		padding: 45px 26px 0;
		padding-bottom: 15px;
	}

	.popup-order .wrap-right {
		padding: 0;
	}

	.maestro-sect-12 .img-decoration-1 {
		bottom: 1%;
		right: -220px;
	}

	.maestro-sect-12 .img-decoration-1 img {
		-webkit-transform: scale(.9,.9);
		-ms-transform: scale(.9,.9);
		transform: scale(.9,.9);
	}

	.maestro-sect-12 .wrap-diploma-course {
		text-align: left;
		padding-top: 45px;
	}

	.maestro-sect-12 .wrap-diploma-course p {
		width: 100%;
	}

	.wrap-resume-course {
		padding-bottom: 18px;
	}

	.wrap-resume-course .wrap-bottom ul {
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
	}

	.wrap-resume-course .wrap-top {
		padding-bottom: 20px;
	}

	.wrap-resume-course .wrap-top .person {
		padding-left: 104px;
	}

	.wrap-resume-course .wrap-top .person img {
		height: 83px;
		width: 83px;
	}

	.wrap-resume-course .wrap-top .salary {
		margin-top: 45px;
	}

	.maestro-sect-10 {
		overflow: visible;
	}

	.maestro-sect-10 .img-decoration-1 {
		display: block;
	}

	.maestro-sect-10 .img-decoration-1 span:nth-child(2) {
		width: 21px;
		height: 21px;
		right: 10%;
		bottom: -13px;
		background: -webkit-gradient(linear,left top,right top,from(#ff8cdd),to(#ff75b5));
		background: -webkit-linear-gradient(left,#ff8cdd 0,#ff75b5 100%);
		background: -o-linear-gradient(left,#ff8cdd 0,#ff75b5 100%);
		background: linear-gradient(to right,#ff8cdd 0,#ff75b5 100%);
	}

	.present-item {
		padding-bottom: 0;
		margin-top: 20px;
	}

	.present-item .h3 {
		margin-bottom: 10px;
	}

	.present-item img {
		position: relative;
		right: 0;
		display: block;
		margin: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.present-item-1 {
		background-image: url(../img/course-maestro/present-item-1-mobile.jpg);
	}

	.present-item-1 img {
		bottom: -55px;
	}

	.present-item-2 img {
		bottom: -20px;
	}

	.teacher-item {
		padding: 25px;
		padding-top: 33px;
		padding-bottom: 0;
	}

	.teacher-item::before {
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		bottom: 0;
		width: 295px;
		height: 280px;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.teacher-item ul {
		padding-right: 32%;
	}

	.teacher-item img {
		-webkit-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		position: relative;
		width: auto;
		max-width: 100%;
		height: auto;
		bottom: 0;
		right: 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}

	.maestro-sect-8 {
		overflow: visible;
	}

	.maestro-sect-8 .img-decoration-2 span:nth-child(1) {
		display: block;
		width: 18px;
		height: 18px;
		right: auto;
		left: -5px;
		top: -24px;
		background: -webkit-gradient(linear,left top,right top,from(#ff96ed),to(#ff75b6));
		background: -webkit-linear-gradient(left,#ff96ed 0,#ff75b6 100%);
		background: -o-linear-gradient(left,#ff96ed 0,#ff75b6 100%);
		background: linear-gradient(to right,#ff96ed 0,#ff75b6 100%);
	}

	.maestro-sect-6 .load-more {
		margin-top: 10px;
	}

	.maestro-sect-6 .img-decoration-2 img {
		max-width: 318px;
		height: auto;
	}

	.maestro-sect-6 .img-decoration-3 {
		right: -30px;
		bottom: -30px;
	}

	.maestro-sect-6 .img-decoration-3 img {
		max-width: 355px;
		height: auto;
	}

	.maestro-course-item .wrap-left {
		width: 100%;
		float: none;
		position: relative;
	}

	.maestro-course-item .wrap-left ul {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}

	.maestro-course-item .wrap-left ul li {
		display: inline-block;
		margin-right: 18px;
		text-align: left;
	}

	.maestro-course-item .wrap-left ul li span {
		margin-bottom: 0;
	}

	.maestro-course-item .wrap-left ul li:last-child {
		margin-right: 0;
	}

	.maestro-course-item .wrap-left>span {
		display: inline-block;
		position: absolute;
		left: 25px;
		top: 22px;
	}

	.maestro-course-item .wrap-left .h3 {
		font-size: 16px;
		padding-left: 30px;
		margin-bottom: 22px;
	}

	.maestro-course-item .wrap-right {
		width: 100%;
		float: none;
	}

	.maestro-sect-5 {
		padding-bottom: 10px;
	}

	.maestro-sect-5 .img-decoration {
		display: none;
	}

	.maestro-sect-5 .img-decoration.img-decoration-6 {
		display: block;
		right: 6px;
		bottom: -88px;
		position: absolute;
		pointer-events: none;
		z-index: 1;
	}

	.maestro-sect-5 .img-decoration.img-decoration-4 {
		display: block;
	}

	.maestro-sect-5 .img-decoration.img-decoration-4 span:nth-child(1) {
		bottom: 0;
		width: 10px;
		height: 10px;
		bottom: -35px;
		right: 30%;
	}

	.maestro-sect-5 .img-decoration.img-decoration-4 span:nth-child(2) {
		bottom: 0;
		width: 7px;
		height: 7px;
		right: auto;
		left: 8%;
		bottom: 75px;
	}

	.maestro-sect-4 .img-decoration-1 span:nth-child(1) {
		width: 20px;
		height: 20px;
		right: 9%;
		top: 8%;
	}

	.maestro-sect-3 {
		padding: 70px 0;
		overflow: visible;
	}

	.maestro-sect-3 .img-decoration-2,.maestro-sect-3 .img-decoration-3 {
		display: none;
	}

	.maestro-sect-3 .img-decoration-4 {
		display: block;
		position: absolute;
		pointer-events: none;
		bottom: -5px;
		right: 10%;
		z-index: 1;
	}

	.maestro-sect-3 .h2 {
		margin-bottom: 0;
	}

	.maestro-sect-3 .row {
		margin-top: 15px;
	}

	.maestro-sect-3 .wrap-about-text span {
		font-size: 35px;
	}

	.maestro-sect-3 .wrap-about-text p {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.way-item {
		margin-top: 40px;
	}

	.way-item:nth-child(1),.way-item:nth-child(2) {
		margin-top: 40px;
	}

	.way-item:nth-child(1) .wrap-img,.way-item:nth-child(2) .wrap-img {
		margin-top: -30px;
	}

	.way-item .wrap-img img {
		-webkit-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
	}

	.way-item .wrap-text {
		padding-left: 44px;
	}

	.way-item .wrap-text .h3 {
		font-size: 20px;
	}

	.way-item .wrap-text span {
		color: #333;
	}

	.maestro-sect-2 {
		padding-top: 30px;
		padding-bottom: 65px;
	}

	.maestro-sect-2 .btn {
		display: none;
	}

	.maestro-sect-2 .h2 {
		margin-bottom: 0;
	}

	.maestro-sect-2 .img-decoration-1 {
		background: -webkit-gradient(linear,left top,right top,from(#ffcc9f),to(#ffe283));
		background: -webkit-linear-gradient(left,#ffcc9f 0,#ffe283 100%);
		background: -o-linear-gradient(left,#ffcc9f 0,#ffe283 100%);
		background: linear-gradient(to right,#ffcc9f 0,#ffe283 100%);
		width: 50px;
		height: 50px;
		right: -30px;
		top: 4%;
	}

	.maestro-sect-1 .img-decoration-1 span:nth-child(2) {
		width: 12px;
		height: 12px;
		left: 16%;
		top: 14%;
		background: -webkit-gradient(linear,left top,right top,from(#00efd8),to(#00ccf6));
		background: -webkit-linear-gradient(left,#00efd8 0,#00ccf6 100%);
		background: -o-linear-gradient(left,#00efd8 0,#00ccf6 100%);
		background: linear-gradient(to right,#00efd8 0,#00ccf6 100%);
	}

	.maestro-sect-1 .img-decoration-1 span:nth-child(1) {
		width: 62px;
		height: 62px;
	}

	.maestro-sect-16 {
		padding-top: 5px;
		padding-bottom: 35px;
	}

	.maestro-sect-16 .h2 {
		margin-bottom: 0;
	}

	.maestro-sect-15 .img-decoration-1 span:nth-child(1) {
		width: 16px;
		height: 16px;
		left: 13%;
		bottom: 0;
	}

	.maestro-sect-14 {
		padding-top: 100px;
	}

	.maestro-sect-14 .wrap-buttons {
		margin-top: 0;
	}

	.maestro-sect-14 .wrap-buttons .btn-inverse {
		margin-right: 0;
	}

	.video-sect-13 {
		padding-top: 100px;
	}

	.video-sect-13 .wrap-buttons {
		margin-top: 0;
	}

	.video-sect-13 .wrap-buttons .btn-inverse {
		margin-right: 0;
	}

	.maestro-sect-13 {
		padding-top: 60px;
	}

	.maestro-sect-12 {
		padding-top: 30px;
		padding-bottom: 60px;
	}

	.maestro-sect-12 .h2 {
		margin-bottom: 25px;
	}

	.maestro-sect-12 .h2 br {
		display: none;
	}

	.maestro-sect-11 .maestro-partners-wrap {
		margin-top: 20px;
	}

	.maestro-partners-item {
		width: 33.33%;
		height: 57px;
		text-align: center;
	}

	.maestro-partners-item:focus,.maestro-partners-item:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.maestro-partners-item img {
		-webkit-transform: scale(.65,.65);
		-ms-transform: scale(.65,.65);
		transform: scale(.65,.65);
		margin: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.maestro-sect-11 {
		padding: 30px 0;
	}

	.maestro-sect-10 {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.maestro-sect-10 .h2 br {
		display: none;
	}

	.maestro-sect-9 {
		padding: 60px 0;
	}

	.maestro-sect-9 .h2 {
		margin-bottom: 0;
	}

	.maestro-sect-9 .wrap-composition {
		text-align: center;
	}

	.maestro-sect-9 .wrap-composition .btn-accent {
		margin-top: 0;
	}

	.maestro-sect-9 .wrap-composition li {
		margin-top: 30px;
		margin-right: auto;
		width: 65%;
		margin-left: auto;
		padding-bottom: 42px;
	}

	.maestro-sect-9 .wrap-composition li:nth-child(2n)::after {
		display: block;
	}

	.maestro-sect-9 .wrap-composition li:last-child {
		padding-bottom: 25px;
	}

	.maestro-sect-9 .wrap-composition li:last-child::after {
		display: none;
	}

	.maestro-sect-9 .wrap-composition li::after {
		right: 50%;
		-webkit-transform: translateX(50%) rotate(90deg);
		-ms-transform: translateX(50%) rotate(90deg);
		transform: translateX(50%) rotate(90deg);
		top: auto;
		bottom: 6px;
	}

	.maestro-sect-9 .wrap-composition li .h4 {
		margin-bottom: 4px;
	}

	.maestro-sect-9 .wrap-composition li span {
		margin: auto;
		margin-bottom: 15px;
	}

	.maestro-sect-8 {
		padding-top: 20px;
		padding-bottom: 60px;
	}

	.maestro-sect-8 .h2 {
		margin-bottom: 0;
	}

	.maestro-sect-8 .img-decoration-2 span {
		display: none;
	}

	.maestro-sect-6 {
		margin-top: 45px;
		padding: 70px 0;
	}

	.maestro-sect-6 .h2 {
		margin-bottom: 25px;
	}

	.maestro-sect-6 .ds-portfolio-item>a img {
		height: 420px;
		width: 100%;
		max-width: 400px;
	}

	.maestro-sect-1 .dlya-kogo-wrap {
		margin-top: 5px;
	}

	.ds-sect-14 {
		padding: 58px 0;
	}

	.ds-sect-14 .wrap-composition>p {
		margin-bottom: 20px;
	}

	.wrap-form-course .success {
		font-size: 26px;
	}

	.wrap-form-course input,.wrap-form-course textarea {
		margin-bottom: 10px;
	}

	.wrap-form-course p {
		margin-top: 10px;
	}

	.ds-sect-13 {
		padding-top: 0;
	}

	.ds-sect-13 .wrap-img::after {
		left: 24%;
		height: 3px;
	}

	.ds-sect-13 .wrap-img img {
		width: 100%;
	}

	.ds-sect-13 .wrap-composition .load-more {
		display: block;
	}

	.ds-sect-13 .wrap-composition .h2 {
		margin-bottom: 0;
	}

	.ds-sect-13 .wrap-composition li {
		width: 90%;
	}

	.ds-sect-13 .wrap-composition li span {
		font-size: 20px;
		padding-left: 16px;
	}

	.ds-sect-13 .wrap-composition li span::before {
		top: 10px;
	}

	.ds-sect-13 .wrap-composition li p {
		font-size: 14px;
	}

	.wrap-course-faq .faq-item .answer {
		padding-left: 17px;
		padding-right: 17px;
		font-size: 14px;
		padding-bottom: 0;
	}

	.wrap-course-faq .faq-item .question {
		padding-left: 17px;
		padding-right: 17px;
		padding-bottom: 0;
		padding-top: 0;
		height: 70px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.wrap-course-faq .faq-item .question span {
		font-size: 16px;
	}

	.wrap-course-faq .faq-item .question i {
		display: none;
	}

	.ds-sect-12 {
		padding-top: 0;
	}

	.ds-sect-12 .h2 {
		margin-bottom: 5px;
	}

	.wrap-getcourse-form .polity-confidence {
		text-align: center;
		margin-top: 14px;
		width: 100%;
	}

	.wrap-getcourse-form form button[type=submit] {
		left: 50%;
		margin-top: 25px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.wrap-getcourse-form form input:placeholder {
		color: #c1c1c3;
	}

	.ds-sect-11 .wrap-content-left {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.ds-sect-11 .wrap-content-left .decoration-10 {
		display: none;
	}

	.ds-sect-11 .wrap-content-left .decoration-9 {
		right: -90px;
		opacity: .8;
	}

	.ds-sect-11 .wrap-content-left .wrap-composition .price span.price {
		padding-left: 6px;
	}

	.ds-sect-11 .wrap-content-left .wrap-composition .price span.price::after {
		background-color: #b113ea;
	}

	.ds-sect-11 .wrap-content-right {
		padding-top: 60px;
		padding-bottom: 70px;
	}

	.ds-sect-11 .wrap-content-right .h2 {
		text-align: center;
		width: 100%;
	}

	.ds-sect-10 {
		padding: 60px 0;
	}

	.ds-sect-10 .h2 {
		margin-bottom: 0;
	}

	.course-passing-item {
		padding-top: 30px;
	}

	.course-passing-item p {
		padding-right: 70px;
	}

	.course-passing-item .h3 {
		font-size: 18px;
		margin-bottom: 14px;
	}

	.course-passing-item .wrap-img {
		height: 185px;
	}

	.ds-sect-9 {
		padding-top: 55px;
	}

	.ds-sect-9 .wrap-composition .author-course {
		font-size: 16px;
	}

	.ds-sect-8 {
		padding-top: 0;
		padding-bottom: 60px;
	}

	.ds-sect-8 .h2 {
		margin-bottom: 30px;
	}

	.ds-sect-8 .btn {
		margin-top: 8px;
	}

	.ds-sect-8 .wrap-right::after {
		left: 52.5%;
		height: 3px;
	}

	.ds-sect-8 .wrap-right .partner-item {
		width: 45.9%;
		height: 78px;
		overflow: hidden;
		margin-bottom: 15px;
		margin-right: 16px;
	}

	.ds-sect-8 .wrap-right .partner-item:nth-child(3n) {
		margin-right: 16px;
	}

	.ds-sect-8 .wrap-right .partner-item:nth-child(2n) {
		margin-right: 0;
	}

	.ds-sect-8 .wrap-right .partner-item img {
		max-width: 104px;
		width: 60%;
		height: auto;
	}

	.ds-sect-7 {
		padding-top: 10px;
		padding-bottom: 46px;
	}

	.ds-sect-7 .students-items .owl-nav {
		top: -70px;
	}

	.ds-sect-7 .students-items .owl-nav button.owl-prev {
		left: auto;
		right: 75px;
	}

	.ds-sect-7 .students-items .owl-nav button.owl-next {
		right: 0;
	}

	.ds-sect-7 .h2 {
		margin-bottom: 12px;
		width: 50%;
		text-align: left;
	}

	.program-course-item {
		padding: 35px 30px;
	}

	.program-course-item .number {
		bottom: -66px;
	}

	.program-course-item .h3 {
		margin-bottom: 10px;
	}

	.program-course-item p {
		font-size: 14px;
	}

	.program-course-item ul {
		margin-top: 26px;
	}

	.ds-sect-6 {
		margin-top: 0;
	}

	.ds-sect-6 .col-custom-curse:last-child {
		margin-bottom: 30px;
	}

	.ds-sect-6 .col-custom-curse:nth-child(-n+5) {
		display: block;
	}

	.ds-sect-6 .col-custom-curse:last-child .program-course-item {
		margin-bottom: 0;
	}

	.ds-sect-6 .load-more {
		display: block;
	}

	.ds-sect-6 .course-button {
		display: none;
	}

	.ds-sect-6 .decoration-5 {
		display: none;
	}

	.ds-sect-6 .h2 {
		margin-bottom: 26px;
	}

	.ds-study-item {
		padding-left: 20px;
		padding-top: 40px;
	}

	.ds-study-item-1 {
		-webkit-background-size: #0053e5 #0053e5;
		background-size: #0053e5;
	}

	.ds-study-item-2 {
		background-color: #9306e2;
	}

	.ds-study-item-3 {
		background-color: #00b08c;
	}

	.ds-sect-5 {
		overflow: hidden;
		padding-top: 65px;
		padding-bottom: 62px;
	}

	.ds-sect-5 .h2 {
		margin-bottom: 0;
	}

	.ds-portfolio-item {
		margin-bottom: 25px;
	}

	.ds-portfolio-item table {
		margin-top: 20px;
	}

	.ds-portfolio-item table tr td:nth-of-type(1) {
		padding-left: 25px;
	}

	.ds-portfolio-item table tr td:nth-of-type(2) {
		padding-right: 25px;
	}

	.ds-sect-4 {
		padding: 60px 0;
	}

	.ds-sect-4 .load-more {
		display: block;
	}

	.ds-sect-4 .decoration-mini {
		display: block;
	}

	.ds-sect-4 .decoration-mini.decoration-4-2 {
		bottom: -10px;
	}

	.ds-sect-4 .decoration-mini.decoration-4-1 {
		top: 0;
	}

	.ds-sect-4 .decoration-big {
		display: none;
	}

	.ds-sect-4 .h2 {
		margin-bottom: 44px;
	}

	.ds-sect-3 {
		padding-bottom: 66px;
	}

	.ds-sect-3 .bottom-content {
		margin-top: 30px;
		overflow: visible;
	}

	.ds-sect-3 .bottom-content .wrap-img {
		margin-top: 5px;
	}

	.ds-sect-3 .bottom-content .wrap-img img {
		width: 75%;
	}

	.ds-sect-3 .bottom-content .wrap-img img.mini {
		width: 34px;
		height: auto;
		left: 40px;
		bottom: 20px;
	}

	.ds-sect-3 .bottom-content .text>a,.ds-sect-3 .bottom-content .text>p,.ds-sect-3 .bottom-content .text>ul {
		display: none;
	}

	.ds-sect-3 .bottom-content .text>p:first-of-type {
		display: block;
	}

	.ds-sect-3 .bottom-content .text a {
		font-size: 14px;
	}

	.ds-sect-3 .bottom-content .text>a {
		margin-bottom: 12px;
	}

	.ds-sect-3 .bottom-content .text .load-more {
		display: inline-block;
		background-color: transparent;
		border: none;
		cursor: pointer;
		font-size: 14px;
		line-height: 1.2;
		font-weight: 500;
		color: #16161d;
		position: relative;
		padding: 0;
		margin-bottom: 16px;
	}

	.ds-sect-3 .bottom-content .text .load-more::after {
		content: "";
		position: absolute;
		bottom: 1px;
		left: 0;
		background-color: #8d8d8e;
		height: 1px;
		width: 100%;
	}

	.ds-sect-3 .bottom-content .text .advantages {
		position: relative;
		display: block;
	}

	.ds-sect-3 .bottom-content .text .advantages::after {
		content: "";
		position: absolute;
		right: -66px;
		top: 30px;
		background-color: contain;
		width: 106px;
		height: 49px;
		background-image: url(../img/fiolet-volni.png);
	}

	.ds-sect-3 .bottom-content .text .advantages li {
		line-height: 1.3;
		margin-top: 8px;
	}

	.ds-sect-3 .bottom-content .text .advantages li span {
		font-size: 14px;
	}

	.ds-sect-3 .bottom-content .text .h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.ds-sect-3 .bottom-content .text p {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.ds-sect-3 .top-content .h2 {
		width: 65%;
		margin: auto;
		display: block;
		margin-bottom: 8px;
	}

	.ds-program-items .item {
		width: 45.9%;
		height: 60px;
		overflow: hidden;
		margin-right: 18px;
	}

	.ds-program-items .item.active::after,.ds-program-items .item:hover::after {
		height: 4px;
	}

	.ds-program-items .item img {
		width: 22vw;
		height: auto;
	}

	.ds-sect-2 {
		padding-top: 20px;
		padding-bottom: 55px;
	}

	.ds-sect-2 .wrap-left .h2 {
		margin-bottom: 8px;
	}

	.ds-sect-2 .wrap-left li span {
		font-size: 16px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.ds-sect-2 .wrap-left li span.active,.ds-sect-2 .wrap-left li span:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding-left: 46px;
	}

	.ds-sect-2 .wrap-left li span.active::before,.ds-sect-2 .wrap-left li span:hover::before {
		left: 32px;
	}

	.section-course .h2 {
		font-size: 30px;
	}

	.section-course .h2 span::before {
		width: 110px;
		height: 9px;
		left: -20px;
		top: 18px;
	}

	.section-maestro .h2 {
		font-size: 30px;
	}

	.section-maestro .h2 span::before {
		width: 110px;
		height: 4px;
		left: -20px;
		top: 28px;
	}

	.section-tilda.section-center .h2::before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.section-tilda .h2 {
		font-size: 30px;
	}

	.section-tilda .h2::before {
		content: "";
		position: absolute;
		left: -19px;
		top: auto;
		bottom: -18px;
		background: -webkit-gradient(linear,left bottom,left top,from(#ff5400),to(#f6b300));
		background: -webkit-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
		background: -o-linear-gradient(bottom,#ff5400 0,#f6b300 100%);
		background: linear-gradient(0deg,#ff5400 0,#f6b300 100%);
		width: 165px;
		height: 7px;
		z-index: -1;
	}

	.section-tilda .h2 span::before {
		display: none;
	}

	/*  */

	.section-code.section-center .h2::before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.section-code .h2 {
		font-size: 30px;
	}


	.section-code .h2::before {
		content: "";
		position: absolute;
		left: -19px;
		top: auto;
		bottom: -10px;
		background: -webkit-gradient(linear,left bottom,left top,from(#2d248a),to(#614ad3));
		background: -webkit-linear-gradient(bottom,#2d248a 0,#614ad3 100%);
		background: -o-linear-gradient(bottom,#2d248a 0,#614ad3 100%);
		background: linear-gradient(0deg,#2d248a 0,#614ad3 100%);
		width: 165px;
		height: 7px;
		z-index: -1;
	}


	.code-sect-5 .h2::before {
    left: 50%;
    transform: translateX(-50%);
	}

	.code-sect-5 .desc {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.code-sect-6 .h2 {
		text-align: center;
	}

	.code-sect-4 .h2::before,
	.code-sect-6 .h2::before,
	.code-sect-10 .h2::before {
    left: 50%;
    transform: translateX(-50%);
    background: -webkit-gradient(linear,left bottom,left top,from(#c2194c),to(#e42c64));
    background: -webkit-linear-gradient(bottom,#c2194c 0,#e42c64 100%);
    background: -o-linear-gradient(bottom,#c2194c 0,#e42c64 100%);
    background: linear-gradient(0deg,#c2194c 0,#e42c64 100%);
	}

	.section-code .h2 span::before {
		display: none;
	}

	.ds-sect-1 {
		padding-top: 56px;
	}

	.dlya-kogo-item {
		width: 100%;
		margin-top: 18px;
	}

	.dlya-kogo-item .h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.head-course {
		overflow: visible;
		padding-bottom: 0;
	}

	.head-course .wrap-img {
		position: relative;
		bottom: -20px;
	}

	.head-course .wrap-img img {
		float: none;
	}

	.head-course .wrap-composition .info {
		margin-top: 20px;
	}

	.head-course .wrap-composition .info li {
		margin-right: 22px;
		margin-top: 20px;
	}

	.head-course .wrap-composition .main .btn {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.head-course .wrap-composition .main .btn-consultation {
		margin-left: 0;
		margin-top: 10px;
	}

	.head-course .wrap-composition .main .upper {
		font-size: 16px;
	}

	.head-course .wrap-composition .main .h1 {
		font-size: 36px;
	}

	.head-course .wrap-composition .main .h1 span::before {
		font-size: 179px;
		left: -38px;
		top: 15px;
	}

	.head-course .wrap-composition .main .h1 span::after {
		width: 8px;
		height: 9px;
		top: 11px;
	}

	.head-course .wrap-composition .main p {
		font-size: 14px;
		margin-bottom: 30px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.head-course .wrap-composition .main p br {
		display: none;
	}

	.header-course .top-pannel .wrap-logo .logo span:nth-of-type(1) {
		font-size: 11px;
	}

	.header-course .top-pannel .wrap-logo .logo span:nth-of-type(2) {
		font-size: 14px;
	}

	body .consultation-popup {
		padding: 40px 20px 35px;
	}

	body .consultation-popup .form-specialoffer>p {
		margin-bottom: 16px;
	}

	body .consultation-popup .form-specialoffer input {
		margin-bottom: 12px;
		width: 100%;
	}

	body .consultation-popup .form-specialoffer .iti {
		width: 100%;
	}

	body .consultation-popup .form-specialoffer .btn {
		margin-top: 5px;
	}

	.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container {
		left: 6px;
	}

	.p_course-stub .wrap-composition .h1 {
		font-size: 27px;
		color: #fff;
		margin-bottom: 5px;
	}

	.p_course-stub .wrap-composition p {
		font-size: 14px;
	}

	.p_course-stub .wrap-composition .items {
		margin-top: 20px;
	}

	.p_course-stub .wrap-composition .items .item {
		margin-right: 30px;
		display: inline-block;
		font-size: 15px;
		margin-top: 20px;
	}

	.p_course-stub .wrap-composition .items .item span,.p_course-stub .wrap-composition .items .item strong {
		font-size: 27px;
		margin-top: 7px;
	}

	.p_course-stub .wrap-composition .wrap-btn {
		margin-top: 16px;
	}

	.p_course-stub .wrap-composition .wrap-btn .btn {
		width: 252px;
		margin-right: 10px;
	}

	.top-banner .bgc-img::after {
		right: -245px;
	}

	.top-banner .bgc-img::before {
		left: -160px;
	}

	.top-banner .h3 {
		font-size: 2.4vw;
	}

	.top-banner p {
		font-size: 2.4vw;
	}

	.top-banner .btn {
		font-size: 2vw;
		padding: 5px 0;
	}

	.mailing-popup .bottom-cmt {
		padding: 20px;
	}

	.mailing-popup .bottom-cmt .form-specialoffer .success span {
		font-size: 14px;
		top: 0;
	}

	.mailing-popup .bottom-cmt .form-specialoffer .success svg {
		display: none;
	}

	.mailing-popup .bottom-cmt .form-specialoffer input {
		width: 65%;
	}

	.mailing-popup .bottom-cmt .form-specialoffer .btn {
		width: 35%;
	}

	.mailing-popup .top-cmt {
		padding: 30px 20px;
	}

	.mailing-popup .top-cmt .h3 {
		font-size: 22px;
		margin-bottom: 0;
	}

	.mailing-popup .top-cmt .h3::first-line {
		font-weight: 500;
	}

	.mailing-popup .top-cmt .h3 br {
		display: block;
	}

	.mailing-popup .top-cmt .free-items {
		margin-top: 0;
	}

	.mailing-popup .top-cmt .free-items .item {
		margin-top: 5px;
		width: 100%;
		margin-top: 20px;
	}

	.mailing-popup .top-cmt .free-items .item .h4 {
		margin-bottom: 5px;
	}

	.mailing-popup .top-cmt .free-items .item p {
		margin: 0;
	}

	.mailing-popup .top-cmt .free-items .item:nth-child(2n) {
		margin-left: 0;
	}

	#courses.p_courses .courses-mixitup .courses_grid {
		overflow: hidden;
	}

	.student-video .top-popup {
		padding-top: 15px;
		padding-bottom: 10px;
	}

	.student-video .top-popup .student-social {
		position: relative;
		margin-left: 0;
		display: block;
	}

	.student-video .video-wrap {
		height: 230px;
	}

	.student-popup .bottom-popup,.student-video .bottom-popup {
		text-align: center;
	}

	.student-popup .bottom-popup .text,.student-video .bottom-popup .text {
		top: 0;
	}

	.student-popup .bottom-popup .btn,.student-video .bottom-popup .btn {
		float: none;
		margin-top: 10px;
	}

	.p_materials_list {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.p_materials_list .h2 {
		font-size: 30px;
	}

	.materials-item {
		margin-top: 28px;
	}

	.p_materials_head {
		padding-top: 45px;
		padding-bottom: 40px;
	}

	.p_materials_head p {
		font-size: 14px;
		width: 100%;
		margin-bottom: 20px;
	}

	.p_materials_head .h1 {
		font-size: 27px;
		color: #333;
		margin-bottom: 6px;
	}

	.p_materials_head .h1::before {
		height: 5px;
		left: 1px;
		top: -11px;
	}

	.p_simple-text {
		padding-bottom: 45px;
	}

	.p_simple-text h1 {
		font-size: 27px;
	}

	.p_404 {
		padding-top: 42px;
	}

	.p_404 .h1 {
		font-size: 27px;
	}

	.p_404 img {
		margin-top: 40px;
	}

	.share-article>span {
		position: relative;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.share-article .list-share {
		padding-left: 0;
		padding-top: 10px;
	}

	.share-article .list-share a {
		margin-right: 14px;
		width: 40px;
		height: 40px;
	}

	.similar-articles .h3 {
		font-size: 18px;
	}

	.similar-articles .article-link {
		line-height: 1.3;
		margin-bottom: 20px;
	}

	.similar-articles .article-link:last-of-type {
		margin-bottom: 0;
	}

	.similar-articles .article-link a {
		font-size: 14px;
		line-height: 1.3;
	}

	.inner-article-content p {
		font-size: 14px;
		margin-bottom: 25px;
	}

	.inner-article-content h2,.inner-article-content h3 {
		font-size: 18px;
		margin-bottom: 14px;
		margin-top: 26px;
	}

	.inner-article-content h4 {
		font-size: 17px;
	}

	.inner-article-content h5,.inner-article-content h6 {
		font-size: 16px;
	}

	.title-article {
		margin-top: 5px;
	}

	.p_inner-article {
		overflow: hidden;
	}

	.p_inner-article .h2 {
		margin-top: 25px;
	}

	.article-category {
		overflow: hidden;
	}

	.article-category li {
		width: 48.4%;
		text-align: center;
		white-space: nowrap;
		margin-right: 5px;
	}

	.article-category li:nth-child(2n) {
		margin-right: 0;
	}

	.page-header-uniq {
		padding-left: 0;
		padding-right: 20px;
		margin-top: 16px;
	}

	.page-header-uniq p {
		font-size: 14px;
		padding-right: 6px;
	}

	.page-header-uniq img {
		left: inherit;
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 55px;
		top: inherit;
		bottom: -40px;
	}

	.p_news-item-header {
		padding-bottom: 40px;
	}

	.p_news-item-header .wrap-p p {
		font-size: 14px;
		margin-bottom: 0;
	}

	.p_news-item-header .title .date {
		margin-bottom: 20px;
	}

	.p_news-item-content {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.p_news-item-content .wrap-video-banner {
		margin-top: 16px;
	}

	.p_news-item-content .wrap-video-banner .wrap-video {
		min-height: 200px;
		width: 100%;
	}

	.p_news-item-content .wrap-video-banner .wrap-video iframe {
		position: relative;
	}

	.p_news-item-content .wrap-composition p {
		font-size: 14px;
	}

	.p_news-item-content .wrap-composition .join-btn {
		font-size: 19px;
	}

	.p_news-item-content .wrap-composition .join-btn::after {
		bottom: 1px;
	}

	.page-header-alternative .page-img-wrap {
		padding-bottom: 0;
		height: 225px;
		margin-bottom: 35px;
	}

	.s_map {
		max-height: 370px;
	}

	.sp-pp textarea {
		height: 240px;
	}

	.p_contacts .wrap-composition .h3 {
		font-size: 18px;
	}

	.p_contacts .contacts>a,.p_contacts .contacts>div {
		font-size: 15px;
	}

	.p_contacts .social-links {
		margin-top: 30px;
	}

	.p_contacts .social-links a {
		margin-right: 17px;
	}

	.p_registration .wrap-composition p {
		font-size: 14px;
		margin-bottom: 2px;
	}

	.p_for_h1 .h1 {
		font-size: 27px;
		color: #333;
		margin-bottom: 4px;
	}

	.reviews-slider-main .item {
		padding-bottom: 40px;
		padding-top: 45px;
	}

	.reviews-slider-main .item .h2 {
		margin-bottom: 17px;
	}

	.reviews-slider-main .item p {
		font-size: 14px;
		line-height: 1.55;
	}

	.p_reviews {
		padding-bottom: 25px;
	}

	.reviews-slider-thumbs .item {
		padding-left: 60px;
	}

	.reviews-slider-thumbs .item .h4 {
		font-size: 16px;
	}

	.reviews-slider-thumbs .item .img {
		width: 48px;
		height: 48px;
	}

	.reviews-slider-thumbs .slick-list {
		padding: 0 14% 0 0!important;
	}

	.p_block-bottom {
		padding-top: 48px;
		padding-bottom: 146px;
	}

	.p_block-bottom.p_block-telegram {
		background-image: url(../img/bg-block-telegram-mobile.jpg);
	}

	.p_block-bottom .h2 {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 18px;
	}

	.p_block-bottom p {
		font-size: 14px;
	}

	.p_block-bottom .btn {
		margin-top: 40px;
	}

	.p_specialoffer {
		padding: 40px 0;
		background-image: url(../img/bg-specialoffer-3-mobile.jpg);
	}

	.p_specialoffer .wrap-composition .title {
		font-size: 22px;
		margin-bottom: 15px;
		line-height: 1.3;
	}

	.p_specialoffer .wrap-composition p {
		font-size: 14px;
	}

	.p_specialoffer .wrap-composition p:last-of-type {
		margin-bottom: 32px;
	}

	.p_trigger-blocks {
		padding-bottom: 35px;
	}

	.trigger-block {
		padding: 26px 13px 23px;
	}

	.trigger-block .title {
		font-size: 22px;
		margin-bottom: 14px;
	}

	.team-item {
		margin-left: 0;
		margin-right: 0;
	}

	.p_team {
		padding-top: 46px;
		padding-bottom: 40px;
	}

	.p_welcome {
		padding: 36px 0;
	}

	.p_welcome .wrap-composition {
		padding-left: 0;
	}

	.p_welcome .wrap-composition .title {
		font-size: 22px;
		margin-bottom: 14px;
	}

	.p_welcome .wrap-composition p {
		font-size: 14px;
	}

	.p_welcome .wrap-composition p:nth-of-type(1)::before {
		left: inherit;
		top: -30px;
		right: 0;
	}

	.p_welcome .wrap-composition .name .h4 {
		font-size: 14px;
	}

	.p_welcome .wrap-composition .name span {
		font-size: 14px;
	}

	.p_advantages {
		padding-bottom: 32px;
	}

	.p_advantages .advantage-item {
		margin-top: 5px;
	}

	.p_advantages .advantage-item:first-child {
		margin-top: 24px;
	}

	.p_courses {
		padding-bottom: 30px;
	}

	.p_courses::before {
		height: 79px;
	}

	.p_courses .courses-mixitup .filter_div {
		white-space: nowrap;
		overflow: scroll;
	}

	.p_courses .courses-mixitup .courses_grid {
		padding-bottom: 0;
	}

	.p_courses .courses-mixitup .courses_grid .course-item {
		margin-bottom: 25px;
		margin-top: 0;
	}

	.main-head .top-pannel {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.page-header {
		padding-bottom: 25px;
	}

	.page-title {
		padding-top: 30px;
	}

	.page-title .h1 {
		font-size: 27px;
		color: #333;
	}

	.page-title .h1::before {
		height: 5px;
		left: 1px;
		top: -11px;
	}

	.page-title p {
		font-size: 14px;
		margin-bottom: 0;
	}

	.page-title p:nth-of-type(1) {
		margin-top: 6px;
	}

	.s_questions .wrap-composition .title {
		font-size: 20px;
	}

	.s_questions .wrap-composition p {
		font-size: 14px;
		margin-top: 4px;
	}

	.s_blog {
		padding-bottom: 50px;
	}

	.s_blog .blog-items {
		margin-top: 10px;
	}

	.s_blog {
		padding-top: 25px;
	}

	.s_blog .wrap-composition {
		margin-top: 0;
	}

	.s_blog .wrap-composition img {
		bottom: -66px;
	}

	.s_blog .wrap-composition p {
		font-size: 14px;
	}

	.s_blog .wrap-composition p span {
		padding: 3px;
		margin-left: -3px;
	}

	.s_blog .btn.all-view {
		margin-top: 0;
	}

	.s_news {
		padding-top: 48px;
		padding-bottom: 20px;
	}

	.s_news .news-items {
		margin-top: 8px;
	}

	.s_news .btn.btn-allview {
		margin-top: 8px;
	}

	.news-item {
		margin-top: 20px;
		padding: 20px;
	}

	.news-item .list-share,.news-item .share-icon {
		right: 20px;
	}

	.s_free-lessons {
		padding-top: 48px;
		padding-bottom: 52px;
	}

	.s_free-lessons .wrap-composition p {
		font-size: 14px;
	}

	.s_free-lessons .wrap-composition .btn {
		margin-top: 0;
	}

	.s_students .students-items {
		margin-top: 13px;
	}

	.students-items .student {
		width: 100%;
		margin-right: 0;
	}

	.students-items .student .photo {
		height: 280px;
	}

	.students-items .student .photo .student-social {
		left: 20px;
		bottom: 30px;
	}

	.students-items .student .photo .btn-video {
		bottom: 15px;
		right: 15px;
	}

	.students-items .student p {
		margin-top: 10px;
		-webkit-line-clamp: 3;
		max-height: 57px;
	}

	.s_students {
		padding-top: 50px;
		padding-bottom: 35px;
	}

	.s_students .h2 {
		margin-bottom: 8px;
	}

	.s_students .btn.all-view {
		margin-top: 0;
	}

	.s_students .wrap-composition p {
		font-size: 14px;
	}

	.s_students .wrap-composition svg {
		width: 44px;
		height: 44px;
		bottom: -60px;
	}

	.s_specialoffer {
		padding-top: 38px;
		padding-bottom: 30px;
		background-image: url(../img/bg-specialoffer-mobile.jpg);
	}

	.s_specialoffer .wrap-composition .title {
		font-size: 20px;
	}

	.s_specialoffer .wrap-composition p {
		font-size: 14px;
	}

	.form input,.form textarea {
		font-size: 14px;
		padding: 0 10px;
	}

	body .form-specialoffer {
		margin-top: 18px;
	}

	body .form-specialoffer input,body .form-specialoffer textarea {
		width: 65%;
		height: 42px;
		margin-bottom: 0;
	}

	body .form-specialoffer .btn {
		width: 35%;
		padding: 0;
		height: 42px;
	}

	.s_courses .courses-mixitup .filter_div li {
		background-color: #fff;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 36px 0;
		width: 43.5%;
		text-align: center;
		margin-right: 22px;
		margin-top: 22px;
		font-size: 14px;
	}

	.s_courses .courses-mixitup .filter_div li:nth-child(2n) {
		margin-right: 0;
	}

	.s_courses .courses-mixitup .filter_div li.active::after,.s_courses .courses-mixitup .filter_div li.mixitup-control-active::after {
		display: none;
	}

	.courses-mixitup .courses_grid .course-item {
		padding: 26px 22px 30px;
		width: 100%;
		margin-right: 0;
		margin-top: 25px;
		margin-bottom: 0;
	}

	.courses-mixitup .courses_grid .course-item::after {
		bottom: -5px;
	}

	.courses-mixitup .courses_grid .course-item::before {
		bottom: -10px;
	}

	.courses-mixitup .courses_grid .course-item:nth-child(2n) {
		margin-right: 0;
	}

	.courses-mixitup .courses_grid .course-item .slug {
		margin-bottom: 18px;
	}

	.courses-mixitup .courses_grid .course-item .date {
		padding-top: 85px;
	}

	.courses-mixitup .courses_grid .course-item .date span {
		margin-left: 10px;
	}

	.s_courses {
		padding-top: 50px;
		padding-bottom: 45px;
	}

	.s_courses .filter_div {
		margin-bottom: 0;
	}

	.s_courses .h2 {
		margin-bottom: 12px;
	}

	.s_courses .wrap-composition img {
		max-width: 50px;
		bottom: -80px;
	}

	.s_courses .wrap-composition p {
		font-size: 14px;
	}

	.s_courses .btn.all-view {
		margin-top: 20px;
	}

	.s_courses .courses-mixitup {
		margin-top: 20px;
	}

	.advantage-item {
		margin-top: 0;
		padding-left: 52px;
	}

	.s_advantages {
		padding-top: 30px;
		padding-bottom: 26px;
	}

	.s_advantages .wrap-composition {
		margin-bottom: 28px;
	}

	.s_advantages .wrap-composition p {
		font-size: 14px;
		padding-top: 5px;
	}

	.h2 {
		font-size: 22px;
	}

	.main-content {
		padding-top: 240px;
		background-image: url(../img/header-img-mobile.jpg)!important;
	}

	.main-content .wrap-composition .h1 {
		font-size: 27px;
	}

	.main-content .wrap-composition .h1 span::before {
		width: 6px;
		height: 7px;
		left: 8px;
		top: 11px;
	}

	.main-content .wrap-composition p {
		font-size: 14px;
		margin-top: 0;
	}

	.main-content .wrap-composition .btn {
		margin-top: 10px;
	}

	.p_students {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.p_students .students-items .student {
		margin-top: 15px;
	}

	.paging-navigation {
		padding-top: 18px;
	}

	.paging-navigation li {
		margin-right: 18px;
	}

	.paging-navigation li:last-child {
		margin-right: 0;
	}

	.paging-navigation li .page-numbers {
		font-size: 22px;
	}

	.p_block-other {
		background-image: none;
		padding-bottom: 0;
	}

	.p_block-other .h2 {
		margin-bottom: 15px;
	}

	.p_block-other .h2 br {
		display: none;
	}

	.p_block-other .btn {
		margin-top: 6px;
	}

	.p_block-other .wrap-img {
		display: block;
	}

	.sp-pp input,.sp-pp textarea {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 13px;
	}

	.p_for_h1 {
		padding-top: 30px;
		padding-bottom: 45px;
	}

	.sp-pp input,.sp-pp textarea {
		padding-top: 14px;
		padding-bottom: 12px;
	}

	.page-blog-header {
		padding-bottom: 40px;
	}

	.page-header-uniq p {
		font-size: 14px;
	}

	.page-header-uniq p span {
		padding: 3px;
		margin-left: -3px;
	}

	.course-footer {
		padding-top: 25px;
		padding-bottom: 20px;
	}

	.course-footer .logo {
		padding-left: 30px;
	}

	.course-footer .logo img {
		width: 26px;
		height: auto;
		top: 9px;
	}

	.course-footer .logo span:nth-of-type(1) {
		font-size: 12px;
	}

	.course-footer .logo span:nth-of-type(2) {
		font-size: 14px;
		top: -6px;
	}

	.course-footer .social-links {
		margin-top: 14px;
	}

	.course-footer .social-links a {
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}

	.course-footer .social-links a svg {
		max-height: 11px;
		max-width: 12px;
	}

	.head-maestro {
		overflow: hidden;
	}

	.maestro-sect-5 .course-button {
		display: inline-block;
	}

	.maestro-sect-15 {
		padding-top: 60px;
	}

	.head-maestro {
		padding-top: 115px;
	}

	.head-maestro .img-decoration-2 {
		display: block;
	}

	.head-maestro .img-decoration-2 span {
		position: absolute;
		-webkit-border-radius: 10em;
		border-radius: 10em;
		width: 50px;
		height: 50px;
		left: -30px;
		bottom: 22%;
		background: -webkit-gradient(linear,left top,right top,from(#ffc38b),to(#ffe385));
		background: -webkit-linear-gradient(left,#ffc38b 0,#ffe385 100%);
		background: -o-linear-gradient(left,#ffc38b 0,#ffe385 100%);
		background: linear-gradient(to right,#ffc38b 0,#ffe385 100%);
	}

	.head-maestro .img-decoration {
		bottom: 0;
		right: -15px;
	}

	.head-maestro .img-decoration img {
		max-width: 100%;
	}

	.head-maestro .wrap-img {
		margin-right: 0;
	}

	.head-maestro .wrap-img img {
		-webkit-transform: scale(.8,.8);
		-ms-transform: scale(.8,.8);
		transform: scale(.8,.8);
	}

	.head-maestro .wrap-composition .info li span:nth-of-type(1) {
		font-size: 12px;
	}

	.head-maestro .wrap-composition .info li span:nth-of-type(2) {
		font-size: 14px;
	}

	body .consultation-popup .sp-form .sp-tip {
		top: -9px;
		left: 10px;
		font-size: 13px;
	}

	body .consultation-popup .sp-form p:last-of-type {
		margin-bottom: 16px;
	}

	body .consultation-popup .sp-form input,body .consultation-popup .sp-form input[type=email],body .consultation-popup .sp-form input[type=number],body .consultation-popup .sp-form input[type=tel],body .consultation-popup .sp-form input[type=text],body .consultation-popup .sp-form optgroup,body .consultation-popup .sp-form select,body .consultation-popup .sp-form textarea {
		margin-bottom: 12px;
		height: 42px;
		font-size: 14px;
		padding: 0 10px;
	}

	body .consultation-popup .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,body .consultation-popup .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],body .consultation-popup .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
		padding: 0 10px;
	}

	.head-tilda {
		padding-top: 180px;
		background-image: url(../img/course-tilda/head-bg-mobile.jpg);
	}

	.head-tilda .wrap-img {
		bottom: 0;
		padding-bottom: 30px;
	}

	.head-tilda .wrap-composition .main {
		text-align: left;
	}

	.head-tilda .wrap-composition .main .h1 span::before {
		font-size: 449px;
		left: -120px;
		top: 10px;
	}

	.head-tilda .wrap-composition .main p {
		width: 100%;
		margin-bottom: 35px;
	}

	.head-tilda .wrap-composition .main .btn {
		width: 100%;
		text-align: center;
	}

	.head-tilda .wrap-composition .main .btn-consultation {
		margin-top: 20px;
	}

	.head-tilda .wrap-composition .info li {
		margin-top: 15px;
	}

	.head-tilda .wrap-composition .info li span:nth-of-type(1) {
		font-size: 14px;
	}

	.head-tilda .wrap-composition .info li span:nth-of-type(2) {
		font-size: 16px;
	}

	/*  */

	.head-code {
		padding-top: 180px;
		/* background-image: url(../img/course-tilda/head-bg-mobile.jpg); */
	}

	.head-code .wrap-img {
		bottom: 0;
		padding-bottom: 30px;
		margin: 0 -15px;
	}

	.head-code .wrap-composition .main {
		text-align: left;
	}

	.head-code .wrap-composition .main .h1 span::before {
		font-size: 449px;
		left: -120px;
		top: 10px;
	}

	.head-code .wrap-composition .main p {
		width: 100%;
		margin-bottom: 35px;
	}

	.head-code .wrap-composition .main .btn {
		width: 100%;
		text-align: center;
	}

	.head-code .wrap-composition .main .btn-consultation {
		margin-top: 20px;
	}

	.head-code .wrap-composition .info li {
		margin-top: 15px;
	}

	.head-code .wrap-composition .info li span:nth-of-type(1) {
		font-size: 14px;
	}

	.head-code .wrap-composition .info li span:nth-of-type(2) {
		font-size: 16px;
	}

	/*  */

	.head-video {
		background-position: bottom;
		padding-top: 180px;
		background-image: url(https://webdesguru.com/wp-content/themes/webdesignguru/assets/img/course-video/head-bg-mobile.png);
	}

	.head-video .wrap-img {
		bottom: 0;
		padding-bottom: 30px;
	}

	.head-video .wrap-composition .main {
		text-align: left;
	}

	.head-video .wrap-composition .main .h1 span::before {
		font-size: 449px;
		left: -120px;
		top: 10px;
	}

	.head-video .wrap-composition .main p {
		width: 100%;
		margin-bottom: 35px;
	}

	.head-video .wrap-composition .main .btn {
		width: 100%;
		text-align: center;
	}

	.head-video .wrap-composition .main .btn-consultation {
		margin-top: 20px;
	}

	.head-video .wrap-composition .info li {
		margin-top: 15px;
	}

	.head-video .wrap-composition .info li span:nth-of-type(1) {
		font-size: 14px;
	}

	.head-video .wrap-composition .info li span:nth-of-type(2) {
		font-size: 16px;
	}

	/*  */

	.tilda-sect-1 {
		padding-top: 90px;
		padding-bottom: 75px;
	}

	.tilda-sect-1 .img-decoration-bg {
		display: none;
	}

	.tilda-sect-1 .img-decoration-bg-mobile {
		display: block;
		position: absolute;
		pointer-events: none;
		top: 20px;
		left: -20px;
	}

	.tilda-sect-1 .img-decoration-1 {
		display: block;
		right: auto;
		left: -210px;
		bottom: 1%;
		-webkit-transform: rotate(180deg) scale(.9,.9);
		-ms-transform: rotate(180deg) scale(.9,.9);
		transform: rotate(180deg) scale(.9,.9);
	}

	.tilda-sect-1 .col-study {
		margin-top: 60px;
	}

	.tilda-sect-1 .dlya-kogo-item img {
		top: -30px;
	}

	/*  */

	.code-sect-1 {
		padding-top: 90px;
		padding-bottom: 75px;
	}

	.code-sect-1 .img-decoration-bg {
		display: none;
	}

	.code-sect-1 .img-decoration-bg-mobile {
		display: block;
		position: absolute;
		pointer-events: none;
		top: 20px;
		left: -20px;
	}

	.code-sect-1 .img-decoration-1 {
		display: block;
		right: auto;
		left: -210px;
		bottom: 1%;
		-webkit-transform: rotate(180deg) scale(.9,.9);
		-ms-transform: rotate(180deg) scale(.9,.9);
		transform: rotate(180deg) scale(.9,.9);
	}

	.code-sect-1 .col-study {
		margin-top: 60px;
	}

	.code-sect-1 .dlya-kogo-item img {
		top: -30px;
	}

	.tilda-sect-2 {
		padding-top: 0;
	}

	.tilda-sect-2 .h2::before {
		display: none;
	}

	.tilda-sect-2 .img-decoration-1 {
		left: 76%;
		top: 3.5%;
	}

	.tilda-sect-3 {
		padding-bottom: 90px;
		overflow: visible;
	}

	.tilda-sect-3 .h2 {
		margin-bottom: 60px;
	}

	.tilda-sect-3 .h2::before {
		bottom: -30px;
	}

	.tilda-sect-3 .img-decoration-bg {
		display: none;
	}

	.tilda-sect-3 .img-decoration-1,.tilda-sect-3 .img-decoration-2 {
		display: block;
		position: absolute;
		pointer-events: none;
	}

	.tilda-sect-3 .img-decoration-1 {
		left: -20px;
		top: 50px;
	}

	.tilda-sect-3 .img-decoration-2 {
		bottom: -10px;
		right: 40px;
	}

	.section-tilda .btn-accent {
		width: 100%;
		text-align: center;
	}

	.section-code .btn-accent {
		width: 100%;
		text-align: center;
	}

	.tab-content-program {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 34px;
		padding-bottom: 25px;
	}

	.tab-content-program .info-item {
		margin-top: 16px;
	}

	.tab-content-program p {
		margin: 5px;
	}

	.wrap-programs-left .item .tab {
		font-size: 14px;
		font-weight: 300;
		padding-left: 25px;
	}

	.tilda-sect-4 {
		padding-top: 48px;
		padding-bottom: 48px;
		background-image: url(../img/course-tilda/teacher-bg-mobile.jpg);
	}

	.tilda-sect-4 .wrap-composition .btn-accent {
		margin-top: 25px;
	}

	.tilda-sect-4 .wrap-composition .h4 {
		margin-bottom: 20px;
	}

	.tilda-sect-4 .wrap-composition li {
		margin-top: 14px;
	}

	.tilda-sect-4 .wrap-composition>p {
		margin-top: 8px;
	}

	.tilda-sect-5 {
		padding-top: 65px;
		margin-top: 15px;
	}

	.tilda-sect-5 .h2 {
		margin-bottom: 30px;
	}

	.tilda-sect-5 .students-items .student {
		width: 84%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.tilda-sect-5 .students-items .owl-nav {
		top: 31%;
	}

	.tilda-sect-5 .students-items .owl-nav button.owl-next {
		right: -12px;
	}

	.tilda-sect-5 .students-items .owl-nav button.owl-prev {
		right: auto;
		left: -12px;
	}

	.tilda-sect-6 {
		padding-top: 40px;
	}

	.tilda-sect-6 .ds-study-item .h3 {
		font-weight: 700;
	}

	.tilda-sect-6 .h2 {
		margin-bottom: 20px;
	}

	.tilda-sect-6 .img-decoration-2 {
		display: block;
		position: absolute;
		-webkit-border-radius: 10em;
		border-radius: 10em;
		border: 4px solid #ffc37f;
		width: 18px;
		height: 18px;
		background-color: transparent;
		top: 9.6%;
		right: 31%;
		z-index: 1;
	}

	.tilda-sect-7 .wrap-portfolio {
		padding-left: 15px;
		padding-right: 15px;
	}

	.tilda-sect-7 .wrap-portfolio .ds-portfolio-item {
		max-width: 320px;
		margin: auto;
	}

	.tilda-sect-7 .wrap-portfolio .ds-portfolio-item>a img {
		min-height: 460px;
	}

	.tilda-sect-8 {
		padding-bottom: 50px;
		padding-top: 40px;
	}

	.tilda-sect-8 .wrap-content-left .top-conent .h3 {
		margin-bottom: 0;
		padding-bottom: 15px;
	}

	.tilda-sect-8 .wrap-content-left .top-conent li {
		margin-top: 30px;
	}

	.tilda-sect-8 .wrap-content-left .top-conent .price {
		padding-top: 30px;
	}

	.tilda-sect-8 .wrap-content-left .top-conent .price span.price-old {
		margin-right: 20px;
	}

	.tilda-sect-8 .wrap-content-left .top-conent .price span.price-new {
		font-size: 70px;
	}

	.tilda-sect-8 .wrap-content-left .top-conent .price span.price-new::before {
		left: -10px;
	}

	.tilda-order-bottom-content .personal-price {
		margin-top: 0;
	}

	.tilda-order-bottom-content .btn-accent {
		padding: 6px 20px;
		width: auto;
		float: none;
	}

	.tilda-order-bottom-content>p {
		font-size: 13px;
	}

	.tilda-order-bottom-content>p span {
		font-size: 20px;
	}

	.tilda-order-bottom-content>p b {
		font-size: 20px;
	}

	.order-tilda-wrap-mobile {
		padding: 22px;
		padding-bottom: 5px;
		padding-top: 60px;
		max-width: 100%;
	}

	.order-tilda-wrap-mobile .h2 {
		font-size: 35px;
		font-weight: 900;
	}

	.order-tilda-wrap-mobile>p {
		font-size: 16px;
		margin-top: 8px;
		margin-bottom: 0;
	}

	.tilda-sect-7 {
		padding-top: 40px;
	}

	.tilda-sect-7 .h2 {
		margin-bottom: 0;
	}

	.tilda-sect-7 .img-decoration-1 {
		display: none;
	}

	.tilda-sect-9 {
		margin-top: 0;
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.tilda-sect-9 .tilda-partners-wrap {
		padding-top: 15px;
	}

	.tilda-partners-wrap .owl-item.active .tilda-partners-item {
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
		box-shadow: 0 0 20px rgba(0,0,0,.15);
	}

	.tilda-partners-wrap .owl-item.active .tilda-partners-item img {
		opacity: 1;
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}

	.tilda-partners-wrap .owl-item.active .video-partners-item {
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
		box-shadow: 0 0 20px rgba(0,0,0,.15);
	}

	.tilda-partners-wrap .owl-item.active .video-partners-item img {
		opacity: 1;
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}

	.tilda-partners-wrap .owl-nav button.owl-next {
		right: -15px;
	}

	.tilda-partners-wrap .owl-nav button.owl-prev {
		left: -15px;
	}

	/*  */

	.video-sect-8 .video-partners-wrap {
		padding-top: 15px;
	}

	.video-partners-wrap .owl-item.active .video-partners-item {
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
		box-shadow: 0 0 20px rgba(0,0,0,.15);
	}

	.video-partners-wrap .owl-item.active .video-partners-item img {
		opacity: 1;
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}

	.video-partners-wrap .owl-item.active .video-partners-item {
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
		box-shadow: 0 0 20px rgba(0,0,0,.15);
	}

	.video-partners-wrap .owl-item.active .video-partners-item img {
		opacity: 1;
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}

	.video-partners-wrap .owl-nav button.owl-next {
		right: -15px;
	}

	.video-partners-wrap .owl-nav button.owl-prev {
		left: -15px;
	}

	.tilda-sect-10 .img-decoration-2 {
		display: block;
		position: absolute;
		bottom: 10%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		pointer-events: none;
	}

	.tilda-sect-10 .wrap-img {
		padding-top: 30px;
	}

	.tilda-sect-10 .wrap-composition li {
		margin-top: 13px;
	}

	.tilda-sect-10 .wrap-composition p {
		padding-right: 0;
	}

	.tilda-sect-10 .wrap-composition .h2 {
		margin-bottom: 22px;
	}

	.tilda-sect-10 .wrap-composition .h2 span::before {
		top: 13px;
	}

	.tilda-sect-11 {
		padding-top: 20px;
	}

	.tilda-sect-11 .h2 {
		margin-bottom: 27px;
	}

	.tilda-sect-12 {
		padding-top: 30px;
	}

	.tilda-sect-12 .wrap-composition .h2 {
		margin-bottom: 22px;
	}

	.tilda-sect-12 .wrap-composition .h2::before {
		left: 0;
	}

	.tilda-sect-12 .wrap-composition li {
		width: 46%;
		margin-right: 10px;
	}

	.tilda-sect-12 .wrap-composition li span {
		font-size: 32px;
	}

	.tilda-order-mobile {
		padding-bottom: 30px;
		min-height: 200px;
		margin-bottom: 50px;
	}

	.tilda-order-mobile .btn-gradient-orange {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.tilda-sect-8 .order-tilda-wrap .h2 {
		font-size: 30px;
	}

	.text-blue-gradient {
		font-size: 20px;
		line-height: 20px;
	}

	.text-blue-gradient-wrap {
		font-size: 20px;
		line-height: 20px;
	}

	.masterskaya-black-header {
		font-size: 18px;
	}

	.s_master_1 {
		padding-top: 65px;
	}

	.s_master_1 .text-blue-gradient-wrap {
		margin-top: 4px;
	}

	.s_master_1 .about-items-wrap .item {
		margin-top: 24px;
	}

	.s_master_1 .about-items-wrap .item .wrap-text .h3 {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.s_master_1 .about-items-wrap .item .wrap-text p {
		font-size: 14px;
	}

	.s_demo-dostyp {
		margin-top: 65px;
		padding-bottom: 65px;
	}

	.s_demo-dostyp .wrap-composition {
		font-size: 20px;
	}

	.s_demo-dostyp .wrap-composition .two {
		font-size: 36px;
		bottom: -6px;
	}

	.s_demo-dostyp .wrap-composition .two span:nth-of-type(1) {
		top: -8px;
	}

	.s_demo-dostyp .wrap-composition .two span:nth-of-type(2) {
		bottom: -8px;
		left: -1px;
	}

	.h2-master {
		font-size: 18px;
	}

	.s_master_3 {
		padding-top: 65px;
		padding-bottom: 30px;
	}

	.s_master_3 .owl-dots {
		margin-top: -30px;
	}

	.s_master_3 .wrap-people .item-human {
		margin-top: 8px;
	}

	.masterskaya-popup .mfp-close {
		display: block;
	}

	.masterskaya-popup .mobile-btn-close {
		display: none;
	}

	.masterskaya-popup .wrap-all {
		padding: 0;
	}

	.masterskaya-popup .wrap-all .wrap-right {
		padding: 35px 20px;
		padding-bottom: 30px;
	}

	.masterskaya-popup .wrap-all .wrap-right .wrap-form form input {
		height: 40px;
		padding-left: 25px;
	}

	.masterskaya-popup .wrap-all .wrap-right .wrap-form form p {
		font-size: 12px;
	}

	.masterskaya-popup .wrap-all .wrap-right .h2 {
		font-size: 18px;
	}

	.masterskaya-popup .wrap-all .wrap-left {
		padding: 35px 10px;
	}

	.masterskaya-popup .wrap-all .wrap-left .h3 {
		font-size: 18px;
	}

	.masterskaya-popup .wrap-all .wrap-left .under-title {
		margin-right: 0;
		margin-top: 5px;
	}

	.masterskaya-popup .wrap-all .wrap-left .under-title p {
		font-size: 14px;
	}

	.masterskaya-popup-demo .wrap-all .wrap-left {
		padding-bottom: 140px;
	}

	.masterskaya-popup-demo .wrap-all .wrap-left .bottom-img.mobile {
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		right: 0;
	}

	.masterskaya-popup-format .wrap-all .wrap-left {
		padding-bottom: 120px;
	}

	.masterskaya-popup-format .wrap-all .wrap-left .masterskaya-black-header {
		font-size: 18px;
	}

	.ds-sect-11 .wrap-content-left .wrap-composition ul {
		margin-bottom: 35px;
	}

	.ds-sect-11 .wrap-content-left .wrap-composition .decoration-11 {
		top: 0;
		bottom: auto;
		left: -92px;
	}

	.back-lines-celebration span {
		margin-right: 38%;
	}
}

@media (min-width:768px) {

	.main-head .navbar {
		display: inline-block!important;
	}

	.maestro-sect-14 .students-items .student:nth-child(n+11) {
		display: none;
	}

	.video-sect-13 .students-items .student:nth-child(n+11) {
		display: none;
	}
}

@media (min-width:992px) {

	.tilda-order-bottom-content>p br {
		display: none;
	}

	.specialoffer-materials .wrap-composition .title {
		margin-top: 10px;
	}

	.maestro-sect-14 .students-items .student:nth-child(n+11) {
		display: inline-block;
	}

	.maestro-sect-14 .students-items .student:nth-child(n+13) {
		display: none;
	}

	.video-sect-13 .students-items .student:nth-child(n+11) {
		display: inline-block;
	}

	.video-sect-13 .students-items .student:nth-child(n+13) {
		display: none;
	}
}

@media (min-width:1200px) {
	.september_head .container {
		padding: 0;
	}

	.padding-container .container {
		padding: 0;
	}

	.wrap-programs-left .tab-content-program {
		display: none!important;
	}

	.ds-sect-2 .wrap-left li img {
		display: none!important;
	}

	.p_block-material {
		margin-top: 40px;
		margin-bottom: 50px;
	}

	.p_courses .courses-mixitup .filter_div {
		white-space: nowrap;
		overflow: scroll;
	}
}

.miniDigital::before {
	content: "";
	position: absolute;
	left: -600px;
	right: -600px;
	bottom: 0;
	top: 0;
	background-color: #000;
	pointer-events: none;
	z-index: -1;
	-webkit-border-radius: 0 0 50% 50%;
	border-radius: 0 0 50% 50%;
	background-image: url(https://webdesguru.com/wp-content/themes/webdesignguru/img/mini-digital/head_bg.png) !important;
	background-repeat: no-repeat;
	background-position: center 0;
}

.courses_banner {
	padding-bottom: 50px;
}

.courses_all_img{
    padding: 0 5px 8px 0;
}

.s_mini_courses {
	background-color: #f1f2f6;
	padding-top: 65px;
	padding-bottom: 75px;
	position: relative;
	z-index: 0;
}

.s_mini_courses .h2 {
	margin-bottom: 24px;
}

.mini_courses_grid .mini_course-item {
	    width: 42.3%;
        margin-right: 85px;
        display: inline-block;
}

@media (max-width:1440px) {
    .mini_courses_grid .mini_course-item {
        width: 44.3%;
        margin-right: 47px;
        display: inline-block;
    }
}

@media (max-width:1000px) {
    .mini_courses_grid .mini_course-item {
        width: 90%;
        display: inline-block;
    }
}

.mini_course-item img {
    width: 100%;
}

.courses-mixitup .filter_div li.active a,.courses-mixitup .filter_div li.mixitup-control-active img {
	filter: grayscale(0%);
}

.courses-mixitup .filter_div li.active a,.courses-mixitup .filter_div li.mixitup-control-active img {
	filter: grayscale(0%);
}

.courses-mixitup .filter_div li img {
    filter: grayscale(100%);
}

.courses_banner img{
    width:100%;
}

.students_block {
    padding-top: 80px;
}

/* news page new header styles */
.speakers {
    z-index: 1;
}

.page-header-alternative-news {
	background: #292734;
}

.page-header-alternative-news .page-title p {
	width: 100%;
	max-width: 430px;
	color: #ffffff;
}

.page-header-alternative-news .page-title h1 {
	color: #ffffff;
	font-weight: 900;
	font-size: 36px;
}

.page-header-alternative-news .page-title h1::before {
	display:none;
}

.page-header-alternative-news .page-img-wrap {
	margin-top: 74px;
	overflow: hidden;
	float: right;
	height: 290px;
	padding-bottom: 35px;
	display: inline-block;
	width: 100%;
	padding-left: 35px;
}

.page-header-alternative-news .page-img-wrap .div-brs {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.page-header-alternative-news .page-img-wrap img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.speakers {
    z-index: 1;
    position: inherit;
}

.news-item {
    border-radius: 20px;
}

.news-item:hover {
    border-radius: 20px;
}

.news-item .date{
    color: #ff3365;
}

.news-item .first_row_name {
    margin-bottom: 0;
    color: #000000;
}

.news-item:hover .first_row_name {
    margin-bottom: 0;
    color: #ffffff;
}

.news-item .prepod {
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
}

.news-item:hover .prepod {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
}

.new-item-big .title {

	font-size: 22px;
  	display: inline-block;
  	color: #000;
  	font-weight: 700;
  	-webkit-transition: opacity .25s ease;
  	-o-transition: opacity .25s ease;
  	transition: opacity .25s ease;
}

.news-item-big:hover .title {
    color: #ffffff;
}

.speaker_photo {
    display: inline-block;
    width: 24%;
}

.speaker_info {
    text-align: left;
    display: inline-block;
    width: 73%;
}

.speaker_ava {
    border-radius: 40px;
}

/* контейнер <div> - необходим для размещения выпадающего содержимого */
.dropdown {
    margin: 0 20px 0 0;
    width: 100%;
    position: relative;
    display: inline-block;
}

/* Выпадающей контент (по умолчанию скрыт) */
.dropdown-content {
    width: 100%;
    padding: 0px 35px 10px;
    margin-top: -35px;
    border-radius: 20px;
    background-color: white;
    display: none;
    position: absolute;
    z-index: 3;
    box-shadow:0px 50px 43px 2px rgba(138,138,138,1);
    -webkit-box-shadow:0px 50px 43px 2px rgba(138,138,138,1);
    -moz-box-shadow:0px 34px 50px 2px rgba(138,138,138,1);
}

/* Ссылки внутри выпадающего списка */
.dropdown-content a {
    text-decoration: none;
    display: block;
}

/* Показать выпадающее меню при наведении */
.dropdown:hover .dropdown-content {
    display: block;
}

/*************************/

.news-item:hover .date{
    color: #ff3365;
}

.header_big {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 21px;
	padding: 120px 0 0 0;
	margin: 0;
}

.header_big_grey {
    background-color: #dfe0e1;
    text-transform: uppercase;
    font-weight: 900;
	font-size: 46px;
	padding: 120px 0 40px 0;
}

.speaker_info {
    margin: 0 0 0 25px;
}

.grey_section {
    background-color: #f2f2f7;
    margin-top: 0;
    padding-top: 0;
}

.p_courses_dark::before {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #e7eaec;
	height: 79px;
	width: 100%;
}

.btn-join-login-mobile {
    display: block;
}

.news-item .slug {
    background-color: #0057de;
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
	padding: 2px 11px;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	border-radius: 17px;
}

.news-item-big {
    width: 100%;
}

.news-item .slug-big {
    background-color: #0057de;
    font-size: 12px;
    font-weight: 300;
    display: block;
    padding: 2px 11px;
    margin-bottom: 5px;
    position: absolute;
    z-index: 1;
    border-radius: 17px;
    right: 10px;
    margin-top: 6px;
}

.news-item-big .h3 {
    padding-bottom: 0;
    width: 100%;
}

.news-item .speaker_photo-big .speaker_ava {
    margin: 0 0 0 0;
}

.news-item .speakers {
    display: flex;
    padding: 30px 0 80px 0;
}

.news-item .speakers .speaker_info-big {
        margin: 7px 0 0 20px;
}

.h2-big {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 46px;
    margin: 0;
}

.h1-subtitle {
    padding-top: 120px;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 46px;
    margin: 0;
    color: #ffffff;
}

.h1-title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 46px;
    margin: -15px 0 0 0;
    color: #ffffff;
    padding-bottom: 20px;
    max-width: 75%;
}

.header-courses {
    margin-top: 50px;
}

.news-item-big .date {
    margin-top: 40px;
}

.news-header-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-header-participants {
    margin-top: 15px;
    font-size: 14px;
    color: #b6b4b4;
}

.news_deskription {
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    max-width: 80%;
    padding-bottom: 80px;
}

.news-header-botton {
    border-radius: 5px;
    background-color: #0f0048;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-align: center;
    padding: 10px 40px;
}

.news-header-botton:hover {
    color: #0f0048;
    background-color: #ffffff;
    border: 2px solid #0f0048;
    transition: all 0.2s ease;
}

.news-header-block {
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 35px;
    margin: 40px 0px 0 0;
}

.news-header-date {
    text-align: center;
    font-size: 14px;
	color: #ff3365;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.news-header-header {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

.categ {
    color: #ffffff;
    background-color: #0057de;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 5px 11px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    border-radius: 17px;
}

.categ-flex {
    display: flex;
    width: 100%;
    margin-top: -40px;
    justify-content: center;
}

.filter_div {
    white-space: nowrap;
    overflow: hidden;
}




.speaker_info {
    z-index: 1;
}

.speaker_photo {
    z-index: 1;
}

.h3 {
    z-index: 1;
    position: inherit;
}
.news-item .date {
    z-index: 1;
    position: inherit;
}

.news-item .title {
	display: block;
	height: 100px;
	z-index: 1;
    position: inherit;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.news-item:hover .title {
	display: block;
	height: 100px;
	z-index: 1;
    position: inherit;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

.news-item-big .title {
	display: block;
	height: 45px;
	z-index: 1;
    position: inherit;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.news-item-big:hover .title {
	display: block;
	height: 45px;
	z-index: 1;
    position: inherit;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

.p_courses_dark .news-item {
    background-color: #ffffff;
}

.news-dark-controls {
    padding-bottom: 20px;
    background-color: #dfdfdf;
}

.grey_section {
    background-color: #f2f2f7;
    margin-top: 0;
    padding-top: 0;
}


.p_courses_dark {
	background-color: #f2f2f7;
}

.p_courses .courses-mixitup .filter_div {
    white-space: nowrap;
    overflow: scroll;
}

@media (max-width:768px) {
    .h1-title {
        font-size: 30px;
        max-width: 100%;
    }

    .h1-subtitle {
        padding-top: 60px;
        padding-bottom: 15px;
        font-size: 30px;
        max-width: 100%;
    }

    .news_deskription {
        padding-bottom: 40px;
        font-size: 14px;
        max-width: 100%;
    }

    .h2-big {
        font-size: 18px;
    }

    .filter_div {
        white-space: nowrap;
        overflow: scroll;
    }
}



@media (min-width: 768px){




    .news-item-big .date {
        margin-top: 10px;
    }
    .news-item-big {
        width: 45%;
    }

    .dropdown {
        width: 45%;
    }

    .header_big {
        font-size: 46px;
        font-weight: 900;
    }

    .page-header-alternative-news .page-title h1 {
	    font-size: 60px;
    }

    .news-header-block {
        margin: 40px 25px 0 0;
    }

    .news-item .slug-big {
        background-color: #0057de;
        font-size: 14px;
        font-weight: 300;
        display: block;
        padding: 2px 11px;
        margin-bottom: 5px;
        position: absolute;
        z-index: 1;
        border-radius: 17px;
        right: 20px;
    }

    .news-item .date {
        margin-top: 45px;
    }

    .p_courses .courses-mixitup .filter_div {
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (min-width: 922px) {
    .dropdown {
        width: 100%;
    }

    .page-title {
        padding-top: 170px;
    }
    
}

@media (min-width: 426px) {
    .btn-join-login-mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    .dropdown {
        width: 45%;
    }

    .page-title {
        padding-top: 70px;
    }
}

@media (min-width: 1024px) {
    .news-item .date {
        margin-top: 10px;
    }
}


.logo-header {
    display: none;
    margin-top: -60px;
}

.mobile_only1 {
    display: none;
    padding-top: 15px;
}

.mirage_section {
    height: 290px;
}

@media (max-width: 425px){ 
    .mfp-close-btn-in .mfp-close {
        color: #0055d9 !important;
        left: 89% !important;
        top: 25px !important;
        line-height: 1px !important;
        width: 20px !important;
        height: 20px !important;
    }
    
    .logo-header {
        display: block;
    }
    
    .mobile_only1 {
        display: block;
    }
    
    .mirage_section{
        height: 450px;
    }
}