@font-face {
	font-family: 'Fira-Light';
	src: url("../fonts/firasans-light.eot");
	src: url("../fonts/firasans-light.eot?#iefix") format("embedded-opentype"), url("../fonts/firasans-light.woff") format("woff"), url("../fonts/firasans-light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal; }

@font-face {
	font-family: 'Fira-Book';
	src: url("../fonts/firasans-book.eot");
	src: url("../fonts/firasans-book.eot?#iefix") format("embedded-opentype"), url("../fonts/firasans-book.woff") format("woff"), url("../fonts/firasans-book.ttf") format("truetype");
	font-style: normal;
	font-weight: normal; }

@font-face {
	font-family: 'Fira-Thin';
	src: url("../fonts/firasans-thin.eot");
	src: url("../fonts/firasans-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/firasans-thin.woff") format("woff"), url("../fonts/firasans-thin.ttf") format("truetype");
	font-style: normal;
	font-weight: normal; }

@font-face {
	font-family: 'Fira-UltraLight';
	src: url("../fonts/firasans-ultralight.eot");
	src: url("../fonts/firasans-ultralight.eot?#iefix") format("embedded-opentype"), url("../fonts/firasans-ultralight.woff") format("woff"), url("../fonts/firasans-ultralight.ttf") format("truetype");
	font-style: normal;
	font-weight: normal; }

@font-face {
	font-family: 'Fira-Eight';
	src: url("../fonts/firasans-eight.eot");
	src: url("../fonts/firasans-eight.eot?#iefix") format("embedded-opentype"), url("../fonts/firasans-eight.woff") format("woff"), url("../fonts/firasans-eight.ttf") format("truetype");
	font-style: normal;
	font-weight: normal; }

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; }

body {
	margin: 0; }

/* HTML5 display definitions1
	 @mixin ========================================================================= */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block; }

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline; }

audio:not([controls]) {
	display: none;
	height: 0; }

template {
	display: none; }

[hidden] {
	display: none; }

/* Links
	 @mixin ========================================================================= */
a:active,
a:hover {
	outline: 0; }
a:focus {
	text-decoration: none;
}

/* Text-level semantics
	 @mixin ========================================================================= */
abbr[title] {
	border-bottom: 1px dotted; }

mark {
	background: #ff0;
	color: #000; }

small {
	font-size: 80%; }

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

sup {
	top: -0.5em; }

sub {
	bottom: -0.25em; }

/* Embedded content
	 @mixin ========================================================================= */
img {
	border: 0; }

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

/* Grouping content
	 @mixin ========================================================================= */
figure {
	margin: 1em 40px; }

hr {
	box-sizing: content-box;
	height: 0; }

pre {
	overflow: auto; }

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

::selection {
	background: #fecb16; /* WebKit/Blink Browsers */
}
::-moz-selection {
	background: #fecb16; /* Gecko Browsers */
}

/* Forms
	 @mixin ========================================================================= */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit; }

button {
	overflow: visible; }

button {
	text-transform: none; }

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

button[disabled],
html input[disabled] {
	cursor: default; }

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

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

input[type="search"] {
	appearance: textfield;
	box-sizing: content-box; }

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em; }

legend {
	border: 0;
	padding: 0; }

textarea {
	overflow: auto; }

optgroup {
	font-weight: bold; }

/* Tables
	 @mixin ========================================================================= */
table {
	border-collapse: collapse;
	border-spacing: 0; }

td,
th {
	padding: 0; }
.test {
	padding: 0 10px;
}
body, html {
	margin: 0;
	padding: 0;
	border: 0;
	font: 14px "Fira-Light", Helvetica, Tahoma sans-serif;
	text-rendering: optimizeLegibility; }

* {
	box-sizing: border-box; }

.wrapper {
	position: relative;
}
.wrapper .container-fluid {
	width: 100%;
	overflow: hidden; }

section, header, .wrapper {
	min-width: 320px;
	position: relative;
	max-width: 2560px;
	overflow: hidden;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-color: #fff; }

ul {
	margin: 0;
	padding: 0; }

ul li {
	list-style: none; }

.no-border {
	border: none;
	outline: none; }

h3.six {
	font-family: "Fira-Thin";
	font-weight: normal;
	font-size: 3.6rem;
	line-height: 3.75rem;
	margin: 0;
	color: #111; }

.btn {
	display: inline-block;
	border-radius: 30px;
	font-variant: small-caps; }

.btn:hover {
	text-decoration: none; }

.btn:focus {
	text-decoration: none; }

.yellow-btn {
	background-color: #fecb16;
	padding: 16px 34px;
	color: #483020;
	font-family: "Fira-Book";
	font-size: 1.125rem;
	-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		 -ms-transition: all .25s ease-in-out;
		  -o-transition: all .25s ease-in-out;
			 transition: all .25s ease-in-out; }

.yellow-btn:hover {
	color: #483020;
	background-color: #e7b70e; }

.ghost-btn {
	cursor: pointer;
	font-size: 1.125rem;
	line-height: 22px;
	background-color: transparent;
	padding: 15px 47px;
	border: 5px solid #fecb16;
	color: #fecb16;
	box-sizing: padding-box; 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	outline: none;
	text-align: center}

.ghost-btn:before,.bottom-form input[type="submit"]:before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 50%;
	background: #fecb16;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform .3s,opacity .3s;
	transition: transform .3s,opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
	transition-timing-function: cubic-bezier(.7, 0, .9, 1)
}
.ghost-btn:focus {
	color: #fecb16;
}
.ghost-btn:hover {
	color: #483020;
	background-color: #fecb16; }
.ghost-btn:hover:before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
	
}

/* Slider*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

  100% {
	opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.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("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
	background-color: transparent;
	border: 0;
	outline: 0;
	position: absolute;
	width: 27px;
	height: 50px;
	top: 12%;
	color: transparent;
	z-index: 99;
	background-image: url("../imgs/icons.png");
	background-repeat: no-repeat; }

.owl-nav .owl-next {
	right: -50px;
	background-position: -157px -4px; }

.owl-nav .owl-prev{
	left: -50px;
	background-position: -114px -4px; }
.owl-dots {
	position: absolute;
	z-index: 1;
	text-align: center;
	left: 50%;
	bottom: 25px;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
}
.courses-wrapper .owl-dots {
	top: 205px;
}.courses-wrapper .owl-dot {
	background-color: #fff;
}
.crs-item-slider {
	max-width: 282px;
}
.crs-item-slider img{
	margin: 0 auto;
}
.owl-dot {
	width: 11px;
	height: 11px;
	background-color: rgba(255,255,255,.2);
	display: inline-block;
	border-radius: 50%;
	margin: 0 3px;
}
.owl-dot.active {
	background-color: #fecb16;
}

.owl-nav .owl-next.off {
	background-position: -242px -4px; }

.owl-nav .owl-prev.off  {
	background-position: -198px -4px; }

#specs-slider .owl-nav {
	top: 8%; }

#photo-slider .owl-prev, #photo-slider .owl-next {
	top:42%; }

.shadow {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.75);
	z-index: 100;
}

.filter-wrapper {
	margin: 0 0 0 37px;
}
.filter-wrapper.fixed-filter {
	position: fixed;
	top: 49px;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 99;
	padding: 14px 20px;
	margin: 0;
}
.filter-wrapper.fixed-filter > .fixed-container {
	width: 1200px;
	margin: 0 auto;
	padding-left: 66px;
}
#filter-anchor {
	margin-bottom: 47px;
}
.home #filter-anchor {
	margin-bottom: 0;
}
.filter-item {
	display: inline-block;
	margin-right: 64px;
}

.wrapper-dropdown-1 {
	/* Size and position */
	position: relative; /* Enable absolute positionning for children and pseudo elements */
	padding: 10px 15px 10px 0;
	z-index: 3;
	width: 270px;

	/* Styles */
	background: transparent;
	border-bottom: 1px solid #111;
	color: #111;
	outline: none;
	cursor: pointer;

	/* Font settings */
	font-family: 'Fira-Light';
	font-size: 1rem;

}
.news #filter-anchor {
	display: none;
}
.news-sidebar.fixed-filter {
	position: fixed;
	top: 49px;
}
.asd{
	z-index: 20;
}
.wrapper-dropdown-1:after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -6px;
	background: url('../imgs/icons.png') no-repeat -93px -372px;
	width: 12px;
	height: 7px;
}

.wrapper-dropdown-1 .dropdown {
	/* Size & position */
	position: absolute;
	top: 103%;
	left: 0;
	right: 0;
	max-height: 315px;
	overflow-y: scroll;

	/* Styles */
	background: #fff;
	list-style: none;
	font-weight: normal; /* Cancels previous font-weight: bold; */

	/* Hiding */
	opacity: 0;
	pointer-events: none;

	box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.wrapper-dropdown-1 .dropdown li a {
	display: block;
	text-decoration: none;
	color: #9e9e9e;
	padding: 10px 20px;
}

/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover a {
	background: #fffbed;
}

/* Active state */
.wrapper-dropdown-1.active .dropdown {
	opacity: 1;
	pointer-events: auto;
}

.wrapper-dropdown-1.active:after {
	background: url('../imgs/icons.png') no-repeat -93px -372px;
	width: 12px;
	height: 7px;
}

.wrapper-dropdown-1.active {
  border-bottom: 1px solid #fecb16;
  padding-bottom: 10px;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
	display: none;
	opacity: 1; /* If opacity support but no pointer-events support */
	pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
	display: block;
}
.filter-input-wrapper {
	max-width: 315px;
	margin: 0 auto;
}
.filter-input,
.search-news{
	border: 0;
	border-bottom: 1px solid #111;
	padding: 10px 15px 10px 0;
	width: 258px;
	color: #111;
}
.filter-input::-webkit-input-placeholder, .phone-input, textarea,
.search-news::-webkit-input-placeholder{
	color: #111; }

.filter-input:-moz-placeholder, .phone-input, textarea,
.search-news:-moz-placeholder{
	color: #111; }

.filter-input::-moz-placeholder, .phone-input, textarea,
.search-news::-moz-placeholder{
	color: #111; }

.filter-input:-ms-input-placeholder, .phone-input, textarea,
.search-news:-ms-input-placeholder{
	color: #111; }

.filter-btn, .more-btn button{
	background-color: transparent;
	border: 4px solid #fecb16;
	padding: 13px 24px 13px 50px;
	font-size: 1.125rem;
	color: #111;
	position: relative;
}
.filter-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: 18px;
	background: url('../imgs/icons.png') no-repeat -122px -366px;
	width: 25px;
	height: 25px;
}
.filter-input:focus,
.search-news:focus{
	border-bottom: 1px solid #fecb16;
}
.filter-btn:focus, .filter-input:focus, .more-btn button {
	outline: 0;
}
.more-btn {
	text-align: center;
	margin-top: 20px;
	font-family: 'Fira-Book';
}
.more-btn button {
	display: inline-block;
	padding: 13px 40px 13px 24px;
	position: relative;
}
.more-btn button:after,
.more-news button:after{
	display: block;
	position: absolute;
	top: 21px;
	right: 16px;
	content: '';
	background: url('../imgs/icons.png') no-repeat -93px -372px;
	width: 12px;
	height: 7px;
}
.all-courses-wrapper {
	min-height: 250px;
	position: relative;
}
.all-courses-wrapper .crs-item.visible {
	-webkit-transition: transform 250ms ease-out, opacity 700ms ease-out;
	   -moz-transition: transform 250ms ease-out, opacity 700ms ease-out;
	    -ms-transition: transform 250ms ease-out, opacity 700ms ease-out;
	     -o-transition: transform 250ms ease-out, opacity 700ms ease-out;
	        transition: transform 250ms ease-out, opacity 700ms ease-out;
	-webkit-transform: scale3d(1, 1, 1);
	   -moz-transform: scale3d(1, 1, 1);
	    -ms-transform: scale3d(1, 1, 1);
	     -o-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
	visibility: visible;
	opacity: 1;
	position: static;
}
.no-courses {
	position: absolute;
	top: 50px;
	text-align: center;
	width: 100%;
}
.all-courses-wrapper .crs-item.hidden {
	display: block !important;
	position: absolute;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: scale3d(0.001, 0.001, 1);
	-webkit-transform: scale3d(0.001, 0.001, 1);
	   -moz-transform: scale3d(0.001, 0.001, 1);
	    -ms-transform: scale3d(0.001, 0.001, 1);
	     -o-transform: scale3d(0.001, 0.001, 1);
	        transform: scale3d(0.001, 0.001, 1);
}



header {
	padding: 5px 0 140px;
	background: url("../imgs/header-bg.jpg") no-repeat center;
	background-size: cover;
	border-bottom: 3px solid #fecb16;
	color: #fff;
	overflow: visible;
	background-attachment: fixed; }

.page-template-page-prices header{
	background-image: url("../imgs/header-prices-bg.jpg");
}
.reviews-wrapper header {
	background-image: url("../imgs/header-rw-bg.jpg");
}

#top-bar.fixed-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(77, 50, 83, 0.8);
	z-index: 101;
	width: 100%;
	padding: 5px 0; }

#top-bar.fixed-menu .mob-nav {
	margin-bottom: 0; }

#top-bar.fixed-menu #top-nav {
	margin-top: 11px; }

#top-bar.fixed-menu .top-logo-bg {
	display: none !important; }

#top-bar.fixed-menu .top-logo-sm {
	display: block !important;
	width: 180px; }

.top-logo-sm {
	display: none;
	width: 195px; }

.top-logo-bg img {
	width: 241px; }

.top-logo-self {
	width: 240px;
	margin-top: 40px; }

.top-nav {
	font-variant: small-caps;
	margin-top: 35px; }

.main-nav__list {
	float: left;
}

.main-nav__list .sub-menu .dl-back {
	display: none !important;
}

.main-nav__list:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}




.top-nav > ul > li,
.main-nav__list > li{
	float: left;
	color: #fff;
	margin-right: 30px;
	position: relative;}
.top-nav > ul > li.margin-sm {
	margin-right: 23px;
}
.top-nav > ul > li:last-of-type {
	margin-right: 0;
}

.top-nav a, .menu-hover {
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	font-family: 'Fira-Light'; }

.top-nav a:hover,
.active-menu-item {
	color: #fecb16 !important;
	text-decoration: none;
	border-bottom: 1px solid #fecb16; }

.nav-city a, .confirm-city{
	border-bottom: 1px dashed #fff;
	padding: 0;
	cursor: pointer;
	position: relative; }
.nav-city a:hover, .confirm-city:hover {
	border: 0;
}
.top-search-btn {
	background: url('../imgs/icons.png') no-repeat -238px -310px;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
}
.top-nav > ul > li.search-icon-wrapper {
	margin-right: 8px;
	position: relative;
	top: -4px;
}
.top-nav  .top-search-btn:hover,
.top-nav .top-callback-icon:hover,
.mob-callback .top-search-btn:focus {
	text-decoration: none;
	border-bottom: 0;
}
.top-nav  .top-search-btn:hover:not(.active) {
	background-position: -272px -310px;
}
.top-callback-icon {
	display: inline-block;
	background: url('../imgs/icons.png') no-repeat -302px -359px;
	width: 25px;
	height: 25px;
}

.top-callback-icon:hover {
	background-position: -340px -359px;
}

.top-search-btn.active {
	z-index: 99;
	background-position: -234px -350px;
	top: 8px;
	left: 9px;
}
.top-search-btn.active ~ .top-search {
	opacity: 1;
	visibility: visible;
	z-index: 10;
	display: block;
}
.top-search {
	position: absolute;
	right: -3px;
	bottom: 5px;
	visibility: hidden;
	opacity: 0;
	display: none;
}
.top-search input {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	padding: 2px 30px 2px 15px;
	outline: 0;
	border: 0;
	color: #000;
	min-width:220px;
}

.city-list {
	min-height: 80px;
	min-width: 270px;
	position: absolute;
	z-index: 101;
	display: none;
	top: 25px;
}
.city-list h5{
	font-size: 1rem;
	margin: 8px 0;
}
.city-list h5 a{
	margin-left: 12px;
}
.city-col{
	float: left;
	margin-right: 30px;
	font-size: 0.875rem;
}
.city-col a {
	border: 0;
}
.city-list li {
	line-height: 20px;
	font-family: 'Fira-Book';
}

.courses-menu {
	position: relative;
	cursor: pointer;
	font-size: 1rem; }

.courses-menu.hovered,
.main-nav__list .menu-item-has-children.hovered {
	z-index: 101;
}

.courses-first.about-menu>li:hover{
	border-color: transparent;
}

/*subcat menu*/

.sub-cat-item {
	color: #fff;
	position: relative;
	border-bottom: 1px solid transparent;
}
.sub-cat-item:hover {
	border-color: #fecb16;
}
.sub-cat-item:hover > .courses-item-wrapper {
	display: block;
}
.sub-crs-item-wrapper.courses-item-wrapper{
	width: 205px;
}

.courses-menu:hover,
.main-nav__list .menu-item-has-children.hovered > a{
	color: #fecb16;
	border-bottom: 1px solid #fecb16; }

.courses-menu:hover > .courses-first,
.main-nav__list .menu-item-has-children:hover > .sub-menu{
	display: block; }

.courses-first,
.main-nav__list > li > .sub-menu{
	padding: 10px 0 0 10px;
	position: absolute;
	top: 22px;
	left: 0;
	width: 186px;
	color: #fff;
	border-left: 1px solid #fecb16;
	display: none; }

.courses-first > li,
.main-nav__list > li > .sub-menu > li {
	float: none;
	cursor: pointer;
	display: block;
	position: relative;
	border-bottom: 1px solid transparent;
	margin: 7px 0;}

.courses-first > li:hover,
.main-nav__list > li > .sub-menu > li:hover {
	color: #fecb16;
	border-bottom: 1px solid #fecb16; }

.courses-first > li:hover > .courses-item-wrapper,
.main-nav__list > li > .sub-menu > li:hover > .sub-menu{
	display: block; }

.courses-item-wrapper,
.main-nav__list > li > .sub-menu > li > .sub-menu{
	position: absolute;
	left: 174px;
	top: 0;
	display: none;
	width: 330px;
	box-sizing: content-box; }


.courses-item-wrapper li,
.main-nav__list > li > .sub-menu > li > .sub-menu li{
	float: none; }

.courses-item-wrapper li a,
.main-nav__list > li > .sub-menu > li > .sub-menu li a{
	display: block; }

.courses-item-wrapper li a:hover,
.main-nav__list > li > .sub-menu > li > .sub-menu li a:hover {
	border-bottom: none; }

.courses-item,
.main-nav__list > li > .sub-menu > li > .sub-menu {
	padding: 0 15px 0;
	overflow: hidden;}

.courses-item:before,
.main-nav__list > li > .sub-menu > li > .sub-menu:before {
	position: absolute;
	left: 0;
	content: '';
	width: 1px;
	height: 93%;
	background-color: #fecb16;
	display: block;
	top: 26px;

}

.mob-nav {
	height: 46px;
	margin-bottom: 30px; }

#dl-menu {
	font-size: 1rem; }

#dl-menu button {
	background-color: transparent; }

#dl-menu a:hover {
	text-decoration: none; }

.dl-menu li {
	background-color: #3B1E3F; }

.dl-menu li:nth-child(2n) {
	background-color: #48244d; }

.mob-callback {
	float: right;
	margin-top: 10px;
	position: relative;
	z-index: 99; }

.mob-callback > div {
	float: left;
	margin-left: 16px; }

.mob-callback a {
	font-size: 1rem;
	color: #fff; }

.mob-callback a:hover {
	border-bottom: 1px solid #fecb16;
	text-decoration: none;
	color: #fecb16; }

h1 {
	font-family: "Fira-UltraLight";
	font-size: 5.000rem;
	line-height: 5rem;
	letter-spacing: -1px;
	font-weight: normal; }

.tax-oblast h1 {
	padding-right: 285px;
}
h1 {
	margin: 25px 0 0;
	padding-right: 180px;}

.header-city a{
	position: relative;
	cursor: pointer; 
	color: #fff;}

.header-city a:before {
	content: '';
	width: 100%;
	display: block;
	position: absolute;
	border-bottom: 1px dashed #fff;
	left: 0;
	bottom: 20%; }
.header-city a:hover{
	text-decoration: none;
}
.header-city a:hover:before{
	display: none;
}
.descript {
	margin-top: 15px; }

h2 {
	font-family: "Fira-UltraLight";
	font-size: 1.125rem;
	font-weight: normal; }

.video-trigger a {
	display: block;
	background: url("../imgs/icons.png") no-repeat -1px -1px;
	width: 47px;
	height: 47px;
	margin-top: 18px; }

.top-buttons {
	margin-top: 7px; }

.top-buttons .yellow-btn {
	margin-right: 20px;
	padding: 16px 43px;}

.courses {
	padding: 40px 0 90px;
}
.crs-grid-item {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 15px;
}
.crs-grid-item.crs-show {
	display: block;
}
.crs-grid-item.crs-hidden {
	display: none;
}
.course-link{
	position: absolute;
	bottom: 0;
	left:50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
	top: 0;
	opacity: .8;
	padding: 0 15px;
	color: #fff;
	width: 315px;
	max-width: 315px;
}
.course-link:before {
	content: '';
	display: none;
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -18px;
	width: 36px;
	height: 37px;
	background: url('../imgs/icons.png') no-repeat -22px -358px;
}
.course-link:after {
	content: 'подробнее';
	border-bottom: 1px dashed #fff;
	font-size: 1.125rem;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
	display: none;
}
.course-link:hover {
	background: rgb(0,191,243);
	background: -moz-linear-gradient(45deg,  rgba(0,191,243,1) 0%, rgba(204,219,56,1) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,191,243,1)), color-stop(100%,rgba(204,219,56,1)));
	background: -webkit-linear-gradient(45deg,  rgba(0,191,243,1) 0%,rgba(204,219,56,1) 100%);
	background: -o-linear-gradient(45deg,  rgba(0,191,243,1) 0%,rgba(204,219,56,1) 100%);
	background: -ms-linear-gradient(45deg,  rgba(0,191,243,1) 0%,rgba(204,219,56,1) 100%);
	background: linear-gradient(45deg,  rgba(0,191,243,1) 0%,rgba(204,219,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bff3', endColorstr='#ccdb38',GradientType=1 );
	color: inherit;
	text-decoration: none;
}
.course-link:focus {
	color: inherit;
}
.course-link:hover:after,.course-link:hover:before {
	color: #fff;
	display: block;
}
.crs-grid-item img {
	display: block;
	margin: 0 auto;
}
.crs-grid-item h4{
	color: #705B75;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: "Fira-Book";
}
.crs-grid-item p {
	margin: 0;
}
.crs-grid-item .course-price {
	color: #111;
}
.crs-grid-item .course-time {
	color: #636363;
	font-size: 0.875em;
}
.no-reviews{
	text-align: center;
}
.fix-grid {
	padding: 0 ;
	position: relative;
	height: 340px;
}

.search-course {
	padding: 38px 0 35px; }

.single-course .main-features,
.single-kursi .main-features  {
	background: none;
}
.main-features {
	padding: 150px 0;
	background: #2D0D41 url("../imgs/main-features-bg.jpg") no-repeat center;
	background-attachment: fixed;
	text-align: center;
	color: #fff; }

.main-features h3 {
	margin-bottom: 80px;
	color: #fff; }

.main-features h5 {
	font-family: "Fira-Book";
	font-weight: normal;
	font-size: 1.5rem;
	margin: 30px 0 4px;
	font-variant: small-caps; }

.main-features p {

	line-height: 1.5rem;
	margin: 0; }

.main-features i {
	background-image: url("../imgs/icons.png");
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto; }

.feature-item {
	padding: 30px 0 50px;min-height:315px;
	border-bottom: 1px solid #857B82;
	border-right: 1px solid #857B82; }

.feature-item:nth-of-type(3n+3) {
	border-right: none; }

.feature-item:nth-of-type(n+4) {
	border-bottom: none; }

.feature-item:hover > h5 {
	color: #fecb16; }

.feature-item:nth-of-type(1) i{
	background-position: -1px -65px; }

.feature-item:nth-of-type(2) i{
	background-position: -104px -65px; }

.feature-item:nth-of-type(3) i{
	background-position: -207px -68px; }

.feature-item:nth-of-type(4) i{
	background-position: -2px -167px; }

.feature-item:nth-of-type(5) i{
	background-position: -104px -167px; }

.feature-item:nth-of-type(6) i{
	background-position: -206px -170px; }

.main-specs {
	padding: 120px 0 130px; }

.main-specs h3 {
	text-align: center;
	margin-bottom: 70px; }

.main-specs .btn-wrapper {
	margin-top: 40px;
	text-align: center; }

#specs-slider p {
	font-size: 1rem;
	margin: 14px 0;
	color: #636363; }

.spec-item {
	padding: 0 45px; }

.reviews {
	position: relative;
	background-color: #51364D;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 140px 0 150px;
	-webkit-transition: all 1s ease-in;
		-moz-transition: all 1s ease-in;
		 -ms-transition: all 1s ease-in;
		  -o-transition: all 1s ease-in;
			 transition: all 1s ease-in; }

.reviews-wrapper .reviews {
	margin-top: 37px;
}
.rw-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.reviews .what-learn {
	color: #b1d750;
	font-family: "Fira-Thin";
	font-variant: small-caps;
	font-size: 1.5rem; }

.reviews .what-learn .course {
	color: inherit;
	line-height: 12px;
	position: relative; }

.reviews .what-learn .course:hover, .reviews .what-learn .course:focus {
	text-decoration: none;
	outline: 0; }

.reviews .what-learn .course:hover:before {
	display: none; }

.reviews .what-learn .course:before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	border-bottom: 1px dashed #b1d750;
	left: 0;
	bottom: 4px; }

.reviews h4 {
	font-family: "Fira-Thin";
	font-weight: normal;
	font-size: 4.375rem;
	line-height: 52px;
	margin: 32px 0 28px;
	color: #fff;
	font-variant: small-caps; }
.learn-list {
	margin-top: 9px;
}

#rvs-thumbs {
	margin-top: 40px;
	padding: 0 20px;
}
#rvs-thumbs .owl-prev, #rvs-thumbs .owl-next {
	top: 35%;
}
#rvs-thumbs .owl-prev {
	left: -25px;
}
#rvs-thumbs .owl-next {
	right: -25px;
}
#rvs-thumbs img {
	border-radius: 50%;
	width: 152px; 
	margin: 0 auto;}

#rvs-thumbs .item {
	padding: 5px;
	width: 162px;
}
#rvs-thumbs .owl-item.current .item{
	border-radius: 50%;
	background: #00bff3;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #00bff3), color-stop(100%, #ccdb38));
	background: -webkit-linear-gradient(45deg, #00bff3 0%, #ccdb38 100%);
	background: linear-gradient(45deg, #00bff3 0%, #ccdb38 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bff3', endColorstr='#ccdb38',GradientType=1 ); }

.reviews .slick-arrow {
	bottom: 58px; }

.reviews .slick-next {
	right: 15px;
	background-position: -312px -4px; }

.reviews .slick-prev {
	left: 15px;
	background-position: -277px -4px; }

.reviews .slick-next.slick-disabled {
	background-position: -369px -67px; }

.reviews .slick-prev.slick-disabled {
	background-position: -334px -67px; }

p.review {
	margin: 0;
	color: #fff;
	max-width: 470px;
	line-height: 1.875rem; }

.what-course {
	margin-top: 6px; }

.what-course a {
	color: #888;
	position: relative; }

.what-course a:hover, .what-course a:focus {
	text-decoration: none;
	outline: 0; }

.what-course a:hover:before {
	display: none; }

.what-course a:before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	border-bottom: 1px dashed #888;
	left: 0;
	bottom: 2px; }

.comp {
	background: #F1EEE4;
	background-size: contain;
	padding: 140px 0 100px;
	background-color: #F1EEE5; }

.comp p {
	padding: 14px 0;
	font-size: 1.125rem;
	line-height: 1.875rem;
	font-family: "Fira-Book";
	color: #636363; }

.photo {
	padding: 130px 0 140px;
	text-align: center; }
.page-template-page-info .photo {
	padding-top: 0;
}
.page-template-page-info .owl-dots {
	display: none;
	opacity: 0;
	visibility: hidden;
}
.page-template-page-info .owl-carousel .owl-item img {
	max-width: 600px;
}
.photo h3 {
	margin-bottom: 40px; }

.photo-slider {
	max-width: 900px;
	margin: 0 auto;
}
.photo-slider img {
	display: block;
	margin: 0 auto; }

.footer {
	padding: 130px 0;
	background: #3C243F url("../imgs/footer-bg.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}

.footer h4 {
	font-family: "Fira-Thin";
	font-size: 3.75rem;
	font-weight: normal;
	margin: 0 0 50px; }

.bot-contacts i {
	background-image: url("../imgs/icons.png");
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	display: block; }

.bot-contacts .addr-i {
	background-position: -8px -278px; }

.bot-contacts .phone-i {
	background-position: -86px -278px; }

.bot-contacts .mail-i {
	background-position: -164px -277px; }

.bot-contacts p {
	margin: 0 0 6px;
	font-size: 1.125rem; }

.bot-contacts .contacts-item {
	margin-bottom: 38px; }
.bot-contacts .contacts-item:last-child {
	text-transform: uppercase;
}
.bottom-form fieldset {
	outline: 0;
	border: 0; }

.bottom-form .input-wrapper {
	margin-bottom: 45px; }

.bottom-form input[type="text"] {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	width: 100%;
	padding-bottom: 12px; }

.bottom-form input[type="text"]:focus {
	border-color: #fecb16; }

.bottom-form input[placeholder] {
	color: #fff; }

.bottom-form input[type="text"]:focus {
	outline: 0;
	color: #fecb16; }

.bottom-form input[type="text"]::-webkit-input-placeholder {
	color: #fff; }

.bottom-form input[type="text"]:-moz-placeholder {
	color: #fff; }

.bottom-form input[type="text"]::-moz-placeholder {
	color: #fff; }

.bottom-form input[type="text"]:-ms-input-placeholder {
	color: #fff; }

.modal input[type="text"]::-webkit-input-placeholder {
	color: #111; }

.modal input[type="text"]:-moz-placeholder {
	color: #111; }

.modal input[type="text"]::-moz-placeholder {
	color: #111; }

.modal input[type="text"]:-ms-input-placeholder {
	color: #111; }

.bottom-form input[type="text"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
.comment-form input[type="text"]:focus::-webkit-input-placeholder  {
	color: #fecb16; }

.bottom-form input[type="text"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
.comment-form input[type="text"]:focus:-moz-placeholder {
	color: #fecb16; }

.bottom-form input[type="text"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
.comment-form input[type="text"]:focus:-ms-input-placeholder  {
	color: #fecb16; }

.comment-form input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder  {
	color: #111; }

.comment-form input[type="text"]:-moz-placeholder,
textarea::-moz-placeholder {
	color: #111; }

.comment-form input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #111; }

.bottom-form input[type="submit"] {
	width: 100%;
	font-size: 1.125rem;
	background-color: transparent;
	border:0; }

.bottom-form input[type="submit"]:focus {
	outline: 0; }


/*Modals*/
.modal-content {
	border-radius: 0px;
}
.close {
	background: #fff;
	border: 0;
	position: absolute;
	right: 24px;
	top: 24px;
	width: 18px;
	height: 18px;
	display: block;
	z-index: 1;
	cursor: pointer;
}
.close:before {
	content: '';
	display: block;
	width: 24px;
	height: 1px;
	background-color: #acacac;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
.close:after {
	content: '';
	display: block;
	width: 24px;
	height: 1px;
	background-color: #acacac;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

/*Phone-modal*/
.type-change.phone-number:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 0;
}
.modal .modal-sm {
	width: 400px;
}
.modal form {
	padding-bottom: 40px;
}
.modal h3 {
	color: #111;
	font-family: 'Fira-Book';
	font-size: 1.500rem;
	text-transform: uppercase;
	text-align: center;
	margin-top: 70px;
}
.modal p {
	color: #636363;
	margin: 0 66px;
	text-align: center;
}
.submit-wrapper, .phone-wrapper,.city-input-wrapper {
	text-align: center;
}
.phone-label {
	color: #111;
}
.modal input[type="text"] {
	border: 0;
	outline: 0;
	width: 270px;
	border-bottom: 1px solid #111111;
	position: relative;
	margin-top: 40px;
	padding-bottom: 10px;
}
.modal .phone-wrapper input[type="text"] {
	color:#000;
}
.modal .agree-label {
	    width: 270px;
    display: block;
    margin: 0 auto;
    color: #000;
    text-align: left;
    margin-top: 25px;
}
.modal .agree-label a {
	color:#000;
	text-decoration:underline;
}
.modal input[type="submit"]{
	border: 0;
	margin-top: 40px;
	padding: 16px 76px;
}
div.form_error{
	color: #f85757;
	margin-top: 8px;
	font-size: 0.875rem;
}
.modal .respond {
	font-family: 'Fira-Book';
	padding: 36px 0;
	color: #111;
	font-size: 1.125rem;
}

/*City modal*/
.city-modal .modal-content {
	padding: 85px 0 180px 0;
}
.city-modal input {
	color: #111;
}
.city-modal ul {
	position: absolute;
	width: 270px;
	left: 50%;
	margin-left: -135px;
	margin-top: -1px;
	border-left: solid 1px #f5f5f5;
	border-right: solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
	overflow-y: scroll;
}
.city-modal ul li {
	line-height: 33px;
	height: 33px;
	padding: 0 0 0 16px;
	font-size: 16px;
	color: #0b0b0b;
	background: #ffffff;
	border-top: solid 1px #f5f5f5;
	text-align: left;
	cursor: pointer;
}


/*Video*/
.video-main h3 {
	color: #636363;
	margin: 0 0 10px;
	text-align: left;
	font-size: 1rem;
	text-transform: none;
	font-family: 'Fira-Light';
}
.video-main .modal-sm{
	width: 900px;
	position: relative;
}
.video-main .modal-content {
	padding: 10px 20px 12px;

}


/*Reviews page*/
.reviews-filter {
	border-bottom: 3px solid #fecb16;
	padding: 60px 0 0;
}
.reviews-filter h3,.prices-filter h3 {
	margin-left: 20px;
}
.reviews-filter h3, .reviews-comment h3,.prices-filter h3 {
	color: #111;
	font-family: 'Fira-Book';
	font-size: 1.500rem;
	margin-top: 0;
}
.reviews-comment {
	padding: 60px 0 50px;
}
.comment-form {
	padding: 15px;
}
.text-wrapper {
	margin-right: 25%;
	padding-right: 8px;
}
textarea {
	overflow: auto;
	resize: none;
	background: transparent;
	text-overflow: ellipsis;
	font-size: 1rem;
	border: 0;
	padding: 12px 0;
	color: #111;
	margin: 0;
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 100%;
	color: #111;
	min-height: 120px;
	border-bottom: 1px solid #111;
	margin-bottom: 35px;
}
.reviews-comment input[type="text"] {
	border: 0;
	border-bottom: 1px solid #111;
	width: 100%;
	max-width: 100%;
	padding-bottom: 12px;
	color: #111;
	margin-top: 18px;
	font-size: 1rem;
}
.reviews-comment input::-webkit-input-placeholder, {
	color: #111; }

.reviews-comment input:-moz-placeholder,{
	color: #111; }

.reviews-comment input::-moz-placeholder, {
	color: #111; }

.reviews-comment input:-ms-input-placeholder, {
	color: #111; }

.reviews-comment textarea:focus, .reviews-comment input[type="text"]:focus {
	border-bottom: 1px solid #fecb16;
	outline: 0;
}
.submit-wrapper {
	text-align: center;
	padding-bottom: 20px;
}
.submit-wrapper input[type="submit"] {
	border: 0;
}
/*Reviews page end*/

/*Prices page*/

.prices-filter {
	padding-top: 60px;

}
.prices-content {
	min-height: 300px;
}
.prices-content .no-courses{
	position: static;
	margin-bottom: 30px;
}

/*Prices page end*/

/*Course*/
.single-course {
	position: relative;
}
.single-course, .single-course header,
.single-kursi, .single-kursi header  {
	background: rgb(60,31,94);
	background: -moz-linear-gradient(left,  rgba(60,31,94,1) 0%, rgba(29,4,57,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(60,31,94,1)), color-stop(100%,rgba(29,4,57,1)));
	background: -webkit-linear-gradient(left,  rgba(60,31,94,1) 0%,rgba(29,4,57,1) 100%);
	background: -o-linear-gradient(left,  rgba(60,31,94,1) 0%,rgba(29,4,57,1) 100%);
	background: -ms-linear-gradient(left,  rgba(60,31,94,1) 0%,rgba(29,4,57,1) 100%);
	background: linear-gradient(to right,  rgba(60,31,94,1) 0%,rgba(29,4,57,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c1f5e', endColorstr='#1d0439',GradientType=1 );

}
.single-course header,
.single-kursi header {
	border-bottom: 0;
	padding-bottom: 90px;
	position: static;
}

.courses-wrapper {
	background-color: transparent;
	background: url('../imgs/crs-fs-bg.jpg') no-repeat bottom center;
	-webkit-background-size: contain;
	background-size: contain
}
.crs-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1360px;

	background: rgb(44,21,69);
	background: -moz-linear-gradient(left,  rgba(44,21,69,1) 0%, rgba(39,41,36,1) 97%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(44,21,69,1)), color-stop(97%,rgba(39,41,36,1)));
	background: -webkit-linear-gradient(left,  rgba(44,21,69,1) 0%,rgba(39,41,36,1) 97%);
	background: -o-linear-gradient(left,  rgba(44,21,69,1) 0%,rgba(39,41,36,1) 97%);
	background: -ms-linear-gradient(left,  rgba(44,21,69,1) 0%,rgba(39,41,36,1) 97%);
	background: linear-gradient(to right,  rgba(44,21,69,1) 0%,rgba(39,41,36,1) 97%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c1545', endColorstr='#272924',GradientType=1 );
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	-webkit-background-size: cover;
}
.for-who {
	border-top: 3px solid #FACB17;
	padding: 70px 0;
}
.for-who h3{
	margin-top: 0;
	color: #111;
	font-family: 'Fira-Book';
	font-size: 1.500rem;
}
.for-who .btn-wrapper {
	margin-top: 30px;
}
.course-item {
	padding: 0 30px;
	color: #636363;
	font-size: 0.875rem;
}
.course-item h5,
.course-item h6 {
	margin: 0;
	color: #111111;
	font-size: 1rem;
	font-family: 'Fira-Book';
}
.course-item h5 {
	text-transform: uppercase;
}
.course-item h6 {
	margin: 6px 0 30px;
}
.learn-list li,
.var-list li {
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}
.learn-list li {
	display: block;
}
.vars {
	margin: 50px 0 46px;
}
.var-list li {
	margin-right: 30px;
}
li.cross-i {
	position: relative;
	padding-left: 30px;
}
li.cross-i:before {
	content: '';
	display: inline-block;
	background: url('../imgs/icons.png') no-repeat -262px -373px;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	position: absolute;
	left: 3px;
	top: 3px;
} 
li.check-i:before {
	content: '';
	display: inline-block;
	background: url('../imgs/icons.png') no-repeat -229px -374px;
	width: 16px;
	height: 12px;
	margin-right: 10px;
	position: absolute;
	left: 3px;
	top: 3px;
}
.course-item .table>thead>tr>th{
	padding: 10px 0;
}
.course-item .table tr th:first-of-type {
	color: #989898;
	width: auto;
	max-width: auto;
	min-width: auto;
	font-size: 0.875rem;
	text-align: center;
}
.course-item .table tr th:first-of-type:before {
	display: none;
}
.single-prices .table tr td:first-of-type,
.single-prices .table td {
	color: #989898;
	text-align: center;
	font-family: 'Fira-Light';
	font-size: 1.875em;
}
.single-scedule .table td{
	font-size: 1rem;
}
.course-item .pr-month {
	display: block;
	text-align: center;
	font-size: 1.125rem;
}

.course-item .table tr td:nth-of-type(4){
	border-right: 0;
}
.course-item .table>tbody>tr>td.bot-fifty {
	border-left: 0;
}
.course-item .top-fifty,
.course-item .table .bot-fifty {
	position: relative;
	color: #111111;
}
.course-item .top-fifty:after,
.course-item .bot-fifty:after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid #F9CC00;
	
}
.course-item .top-fifty:after {
	border-radius: 18px 18px 0 0;
	border-bottom: 0;
}
.course-item .bot-fifty:after {
	border-radius: 0 0 18px 18px;
	border-top: 0;
}

.btns {
	text-align: center;
}
.btns .ghost-btn {
	margin-right: 30px;
	color: #111;
}

#course-tabs{
	border-radius: 18px;
	padding-top: 20px;
}
.tabs-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: flex-start;
		-ms-flex-pack: center;
			justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	height: 90px;
	-webkit-flex-wrap: nowrap; /* Safari */
	 flex-wrap:         nowrap;
	-webkit-align-items: stretch; /* Safari */
	align-items:         stretch;
}
.r-tabs-tab {
	position: relative;
	float: left;
	padding: 0 20px;
	border-top:3px solid #FACB17;
	background-color: #F9F9F9;
	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;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.r-tabs-tab:first-of-type {
	border-radius: 18px 0 0 0;
	border-color: #B1D750;
}
.r-tabs-tab:last-of-type {
	border-radius: 0 18px 0 0;
}
.r-tabs-tab a {
	font-variant: small-caps;
	text-align: center;
	color: #111;
	font-family: 'Fira-Light';
	font-size: 1.325rem;
	line-height: 1em;
}
.r-tabs-tab a:hover{
	text-decoration: none;
}
div.r-tabs-accordion-title:first-of-type {
	border-radius: 18px 18px 0 0;
}
.r-tabs-accordion-title {
	background-color: #fff;
	padding: 11px 0 10px 33px;
	box-shadow: 0 -2px 5px rgba(0,0,0,.05);
	background-color: #F9F9F9;
}
.r-tabs-state-active {
	background-color: #fff;
}
.r-tabs-accordion-title a {
	color: #111;
	font-size: 1.5rem;

}
.r-tabs-accordion-title a:hover {
	text-decoration: none;
}
/*active*/
.r-tabs-tab.r-tabs-state-active {
	background-color: #fff;
	box-shadow: 0 -9px 15px rgba(0,0,0,.1);
	z-index: 1;
	border-radius: 18px 18px 0 0;
	top: -10px;
	border-left-width: 3px;
	border-style: solid;
	border-right-width: 3px;
	height: 114%;
	border-bottom: 0;
}
/*color*/
.r-tab.r-tabs:first-of-type,
.r-tabs-tab:nth-of-type(7) {
	border-color: #B1D750;
}
#tab-1,
#tab-7 {
	border-color: #B1D750;
}
.r-tabs-tab:nth-of-type(2),
.r-tabs-tab:nth-of-type(8){
	border-color: #F04E4E;
}
#tab-2,
#tab-8 {
	border-color: #F04E4E;
}
.r-tabs-tab:nth-of-type(3),
.r-tabs-tab:nth-of-type(9){
	border-color: #41BFF3;
}
#tab-3,
#tab-9 {
	border-color: #41BFF3;
}
.r-tabs-tab:nth-of-type(4){
	border-color: #FACB17;
}
#tab-4 {
	border-color: #FACB17;
}
.r-tabs-tab:nth-of-type(5){
	border-color: #E677D8;
}
#tab-5 {
	border-color: #E677D8;
}
.r-tabs-tab:nth-of-type(6){
	border-color: #EFA23E;
}
#tab-6 {
	border-color:#EFA23E;
}


.r-tabs-panel.r-tabs-state-active {
	border-top: 3px solid #FACB17;
	box-shadow: 0 -5px 15px rgba(0,0,0,.1);
	position: relative;
	border-radius: 0 0 18px 18px;
}


.r-tabs .r-tabs-nav {
	margin: 0;
	padding: 0;
}

.r-tabs .r-tabs-tab {
	margin: 0;
	list-style: none;
}

.r-tabs .r-tabs-panel {
	padding: 60px 40px;
	display: none;
	background-color: #fff;
}

.r-tabs .r-tabs-accordion-title {
	display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
	display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 1200px) {
	.r-tabs .r-tabs-nav {
		display: none;
	}
	.r-tabs-panel.r-tabs-state-active{
		border-radius: 0;
	}

	.r-tabs .r-tabs-accordion-title {
		display: block;
	}
}
/*Course end*/

/*Contacts page*/
.contacts-wrapper {
	background: #3C243F url("../imgs/footer-bg.jpg") no-repeat center -150px;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	height: 1330px;
}
.contacts-wrapper iframe {
	width: 100%;
	height: 550px;
	position: absolute;
	bottom: 0;
}
.contacts-header {
	padding-bottom: 0;
	border: 0;
	background: transparent;
}
.footer-contacts {
	background: transparent;
	padding: 110px 0 120px;
}

/*Contacts page end*/

.scroll-top {
	background: url('../imgs/icons.png') no-repeat -342px -130px;
	width: 40px;
	height: 61px;
	position: absolute;
	bottom: 50px;
	right: 50px;
}

@media (max-width: 1200px) {
	.filter-wrapper.fixed-filter {
		top: 68px;
	}
	.filter-wrapper.fixed-filter > .fixed-container {
		width: 1200px;
		padding-left: 111px;
	}
	.top-logo {
		margin-top: 0px; }
	h1 {
		margin-top: 100px; }
	.reviews .slick-dots li img {
		width: 120px; }
	.filter-wrapper {
		padding-left: 15px;
	}
	.reviews-filter h3,
	.prices-filter h3 {
		margin-left: -2px;
	}
	.wrapper-dropdown-1 {
		width: 250px;
	}
	.feature-item{
		border: 0;
		} 
	.filter-item {
		display: inline-block;
		margin-right: 14px;
	}
	.courses-wrapper .owl-dots {
		top: 165px;
	}
	#course-tabs {
		border-radius: 18px;
		overflow: hidden;
	}

	.contacts-wrapper {
		height: 1530px;
	}
	.crs-bg{
		height: 1380px;
	}
}

@media (max-width: 992px) {
	.filter-wrapper.fixed-filter > .fixed-container {
		width: 760px;
		padding-left: 0px;
	}
	h1 {
		padding-right: 0;
	}
	.filter-wrapper {
		padding-bottom: 10px;
	}
	.filter-item {
		display: block;
		width: 315px;
		margin: 0 auto 30px;
	}
	.wrapper-dropdown-1 {
		width: 100%;
	}
	.reviews-filter h3,
	.prices-filter h3 {
		text-align: center;
	}
	.filter-input {
		width: 184px;
	}
	.reviews .slick-arrow {
		display: none !important; }
	.reviews .slick-dots {
		display: none !important; }
	
	.video-main .modal-sm{
		width: 750px;
	}
	.text-wrapper {
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.comment-form input[type="text"]{
		margin-bottom: 40px;
	}
	.courses-wrapper .owl-dots {
		top: 220px;
	}
	.btns {
		margin-bottom: 30px;
		}}

@media (max-width: 768px) {
	.filter-wrapper.fixed-filter {
		position: static;
		margin: 0 0 30px 0px;
		padding-top: 0;
	}
	.filter-wrapper.fixed-filter > .fixed-container {
		width: 320px;
		padding-left: 0;
	}
	html {
		font-size: 14px; }
	header {
		padding-top: 0; } 
	
	.contacts-wrapper {
		height: 1780px;
	}
	.video-main .modal-sm{
		width: 640px;
	}

	.btns .btn:first-of-type{
		margin-right: 0;
		}
	.btns .btn:last-of-type{
		margin-top: 20px;
		}

	}

@media (max-width: 480px) {
	.top-search-btn.active {
		top: 8px;
		left: 4px;
		border-bottom: 0 !important;
	}
	.top-search-btn {
		margin-right: 4px;
		top: 4px;
	}
	.top-search {
		bottom: -28px;
		right: 0px;
	}
	.home #filter-anchor {
		margin-bottom: 74px;
	}
	.filter-wrapper {
		margin: 0 0 50px 0px;
	}
	#filter-anchor {
		display: none;
	}
	.filter-wrapper {
		margin: 0 0 30px 0px;
	}
	.filter-wrapper.fixed-filter {
		position: static;
		margin: 0 0 30px 0px;
		padding-top: 0;
	}
	.filter-wrapper.fixed-filter > .fixed-container {
		 width: 320px;
		padding-left: 0;
	}
	.mob-nav {
		margin-bottom: 0;
	}
	#top-nav {
		margin-top: 0;
	}

	#rvs-thumbs img {
		width: 100px;
	}
	#rvs-thumbs .item {
		width: 112px;
	}
	p.review {
		max-width: 320px;
	}
	.mob-callback {
		margin-top: 8px; }
	.mob-callback > div {
		float: none; }
	.dl-menuwrapper {
		max-width: 175px; }
	h1 {
		margin-top: 30px;
		font-size: 2.325rem;
		line-height: 4rem; }
	.reviews h4 {font-size: 3rem;}
	.reviews-filter h3,
	.prices-filter h3 {
		text-align: left;
		margin-left: 26px;
	}
	.contacts-wrapper {
		height: 1930px;
	}
	.phone-modal .modal-sm,
	.city-modal .modal-sm,
	.auto-modal .modal-sm{
		width: 300px;
	}
	.video-main .modal-sm{
		width: 300px;
	}
	.com-phone-wrapper input[type="text"]{
		margin-bottom: 0;
	}.submit-wrapper {
		margin-top: 40px;
		}}

@media (max-width: 360px){
	.top-buttons .ghost-btn {
		margin-top: 15px;
	}
}



.responsive-table a {
	color: #636363;
	font-size: 1rem;
	border-bottom: 1px dashed #808080;
	letter-spacing: 0;
}
.responsive-table a:hover {
	text-decoration: none;
	border: 0;
}
.pr-month {
	display: block;
	font-size: 0.875rem;
	letter-spacing: -1px;
	position: relative;
	top: -5px;
}

/*Tables-prices*/

.table-obl {
	
	margin: 60px 0 60px;
	padding: 12px 0 12px 16px;
}
.table-obl>h3 {
	font-size: 3.75rem;
	font-family: 'Fira-Eight';
	margin: 0;
	color: #fff;
	font-variant: small-caps;
	line-height: 1em;
}
.prices-container:nth-child(5n+5) .table-obl {
	background: -moz-linear-gradient(left,  rgba(209,235,123,1) 0%, rgba(165,225,135,0.72) 56%, rgba(248,253,247,0.56) 88%, rgba(248,253,247,0.5) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(209,235,123,1)), color-stop(56%,rgba(165,225,135,0.72)), color-stop(88%,rgba(248,253,247,0.56)), color-stop(100%,rgba(248,253,247,0.5)));
	background: -webkit-linear-gradient(left,  rgba(209,235,123,1) 0%,rgba(165,225,135,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: -o-linear-gradient(left,  rgba(209,235,123,1) 0%,rgba(165,225,135,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: -ms-linear-gradient(left,  rgba(209,235,123,1) 0%,rgba(165,225,135,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: linear-gradient(to right,  rgba(209,235,123,1) 0%,rgba(165,225,135,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1eb7b', endColorstr='#80f8fdf7',GradientType=1 );
}
.prices-container:nth-child(5n+5) tr th:first-of-type:before{
	background-color: #B1D750;
}

.prices-container:nth-child(5n+6) .table-obl {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4OGI4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iI2Y5YTc3ZiIgc3RvcC1vcGFjaXR5PSIwLjcyIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2Y4ZmRmNyIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGZkZjciIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  rgba(248,139,136,1) 0%, rgba(249,167,127,0.72) 56%, rgba(248,253,247,0.56) 88%, rgba(248,253,247,0.5) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(248,139,136,1)), color-stop(56%,rgba(249,167,127,0.72)), color-stop(88%,rgba(248,253,247,0.56)), color-stop(100%,rgba(248,253,247,0.5)));
	background: -webkit-linear-gradient(left,  rgba(248,139,136,1) 0%,rgba(249,167,127,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: -o-linear-gradient(left,  rgba(248,139,136,1) 0%,rgba(249,167,127,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: -ms-linear-gradient(left,  rgba(248,139,136,1) 0%,rgba(249,167,127,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: linear-gradient(to right,  rgba(248,139,136,1) 0%,rgba(249,167,127,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88b88', endColorstr='#80f8fdf7',GradientType=1 );
}
.prices-container:nth-child(5n+6) tr th:first-of-type:before{
	background-color: #F78A44;
}
.prices-container:nth-child(5n+4) .table-obl {
	background: -moz-linear-gradient(left,  rgba(244,97,149,1) 0%, rgba(247,119,116,0.72) 56%, rgba(248,253,247,0.56) 88%, rgba(248,253,247,0.5) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,97,149,1)), color-stop(56%,rgba(247,119,116,0.72)), color-stop(88%,rgba(248,253,247,0.56)), color-stop(100%,rgba(248,253,247,0.5)));
	background: -webkit-linear-gradient(left,  rgba(244,97,149,1) 0%,rgba(247,119,116,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: -o-linear-gradient(left,  rgba(244,97,149,1) 0%,rgba(247,119,116,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: -ms-linear-gradient(left,  rgba(244,97,149,1) 0%,rgba(247,119,116,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: linear-gradient(to right,  rgba(244,97,149,1) 0%,rgba(247,119,116,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46195', endColorstr='#80f8fdf7',GradientType=1 );
}
.prices-container:nth-child(5n+4) tr th:first-of-type:before{
	background-color: #F14D4C;
}
.prices-container:nth-child(5n+3) .table-obl {
	background: -moz-linear-gradient(left,  rgba(246,156,71,1) 0%, rgba(250,210,67,0.72) 56%, rgba(248,253,247,0.56) 88%, rgba(248,253,247,0.5) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(246,156,71,1)), color-stop(56%,rgba(250,210,67,0.72)), color-stop(88%,rgba(248,253,247,0.56)), color-stop(100%,rgba(248,253,247,0.5)));
	background: -webkit-linear-gradient(left,  rgba(246,156,71,1) 0%,rgba(250,210,67,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: -o-linear-gradient(left,  rgba(246,156,71,1) 0%,rgba(250,210,67,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: -ms-linear-gradient(left,  rgba(246,156,71,1) 0%,rgba(250,210,67,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: linear-gradient(to right,  rgba(246,156,71,1) 0%,rgba(250,210,67,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69c47', endColorstr='#80f8fdf7',GradientType=1 );
}
.prices-container:nth-child(5n+3) tr th:first-of-type:before{
	background-color: #FACC14;
}
.prices-container:nth-child(5n+2) .table-obl {
	background: -moz-linear-gradient(left,  rgba(77,239,232,1) 0%, rgba(63,180,255,0.72) 56%, rgba(248,253,247,0.56) 88%, rgba(248,253,247,0.5) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(77,239,232,1)), color-stop(56%,rgba(63,180,255,0.72)), color-stop(88%,rgba(248,253,247,0.56)), color-stop(100%,rgba(248,253,247,0.5)));
	background: -webkit-linear-gradient(left,  rgba(77,239,232,1) 0%,rgba(63,180,255,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: -o-linear-gradient(left,  rgba(77,239,232,1) 0%,rgba(63,180,255,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: -ms-linear-gradient(left,  rgba(77,239,232,1) 0%,rgba(63,180,255,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: linear-gradient(to right,  rgba(77,239,232,1) 0%,rgba(63,180,255,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4defe8', endColorstr='#80f8fdf7',GradientType=1 );
}
.prices-container:nth-child(5n+2) tr th:first-of-type:before{
	background-color: #41BFF3;
}
.prices-container:nth-child(5n+7) .table-obl {
	background: -moz-linear-gradient(left,  rgba(185,107,243,1) 0%, rgba(231,118,207,0.72) 56%, rgba(248,253,247,0.56) 88%, rgba(248,253,247,0.5) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(185,107,243,1)), color-stop(56%,rgba(231,118,207,0.72)), color-stop(88%,rgba(248,253,247,0.56)), color-stop(100%,rgba(248,253,247,0.5)));
	background: -webkit-linear-gradient(left,  rgba(185,107,243,1) 0%,rgba(231,118,207,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: -o-linear-gradient(left,  rgba(185,107,243,1) 0%,rgba(231,118,207,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: -ms-linear-gradient(left,  rgba(185,107,243,1) 0%,rgba(231,118,207,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	background: linear-gradient(to right,  rgba(185,107,243,1) 0%,rgba(231,118,207,0.72) 56%,rgba(248,253,247,0.56) 88%,rgba(248,253,247,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b96bf3', endColorstr='#80f8fdf7',GradientType=1 );
}
.prices-container:nth-child(5n+7) tr th:first-of-type:before{
	background-color: #DD74D1;
}

.table {
	border: 0;
	margin-bottom: 60px;
}
.single-crs-table {
	margin-bottom: 0;
}
h6.sogl {
	text-align: center;
	margin-top: 20px;
}
.course-item .btns{
	margin-top: 60px;
}
.table>tbody>tr{
	border: 0;
}
.table>tbody>tr {

}
.table>tbody>tr>td {
	padding: 10px 0 6px;
	line-height: 1em;
	vertical-align: middle;
	text-align: center;
	color: #969696;
	font-size: 1.25rem;
	letter-spacing: -1px;
	border-left: 1px solid #CECECE;
}
.scedule .table>tbody>tr>td {
	font-size: 1rem;
}
.prices .table>tbody>tr>td:first-of-type,
.single .table>tbody>tr>td:first-of-type,
.scedule .table-title{
	border-left: 0;
}
.table>tbody>tr>td:last-of-type {
	border-right: 0;
}
.table>thead>tr>th {
	font-size: 0.875rem;
	color: #636363;
	text-align: center;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
	padding: 4px 0;
	vertical-align: middle;
}
.table tr th:first-of-type {
	color: #111;
	font-size: 1.125rem;
	max-width: 480px;
	min-width: 323px;
	text-align: left;
	border-left: 0;
}
.table tr th:first-of-type:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: relative;
	bottom: 3px;
	margin:0 10px 0 6px;
}
.table .table-title,
.table .table-title a{
	color: #a3a3a3;
	font-family: 'Fira-Thin';
	font-size: 1.25rem;
	text-align: left;
	padding-left: 12px;
}
.table-title {
	width: 450px;
}
.table tbody tr.color {
	background-color: #F8F8F8;
}
/*links*/
.call-sale {
	cursor: pointer;
}
.call-sale:hover {
	color: #666;
}
.table .crs-link,
.table thead a{
	display: inline-block;
	color: #636363;
	font-size: 1rem;
	border-bottom: 1px dashed #808080;
}
.table-title a {

}
tbody .crs-link {
	letter-spacing: 0;
}
tbody .crs-link:after {
	content: '';
	display: inline-block;
	background: url('../imgs/icons.png') no-repeat -188px -376px;
	width: 12px;
	height: 11px;
	margin-left: 8px;

}
.table a:hover {
	border-bottom: 1px dashed transparent;
	text-decoration: none;
}
.table .pr-month {
	display: block;
	margin-top: 5px;
	position: relative;
}
/*sale cells*/
.prices .bot-fifty{
	border: 3px solid #B1D750;
	border-bottom: 0;
	border-top: 0;
}
.single-prices .top-fifty + th,
.single-prices .bot-fifty + td {
	border-left: 0;
}
.prices thead >tr>th.top-fifty,
.single-prices thead >tr>th.top-fifty{
	border-left: 0;
}
.prices thead >tr>th.top-fifty {
	position: relative;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
}
.prices thead .top-fifty + th {
	border-left: 0;
}
.prices tbody .bot-fifty + td {
	border-left: 0;
}
.prices tbody td ~ .bot-fifty

.prices tbody>tr>td.bot-fifty {
	position: relative;
}


.prices tbody>tr>td.bot-fifty  {
	position: relative;
}
.last-row .bot-fifty {
	border: 0;
}

.top-fifty:after,
.last-row .bot-fifty:after{
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	right: -2px;
	bottom: 0;
	display: block;
	border: 3px solid #B1D750;
}
th.top-fifty:after{
	border-radius: 18px 18px 0 0;
	border-bottom: 0;
}
.last-row .bot-fifty:after{
	border-radius: 0 0 18px 18px;
	border-top: 0;
	bottom: -3px;
}
.prices-container:nth-child(5n+6) tbody .bot-fifty,
.prices-container:nth-child(5n+6) .last-row .bot-fifty:after,
.prices-container:nth-child(5n+6) .top-fifty:after{
	border-color: #F78A44;
}
.prices-container:nth-child(5n+3) tbody .bot-fifty,
.prices-container:nth-child(5n+3) .last-row .bot-fifty:after,
.prices-container:nth-child(5n+3) .top-fifty:after{
	border-color: #FACC14;
}
.prices-container:nth-child(5n+2) tbody .bot-fifty,
.prices-container:nth-child(5n+2) .last-row .bot-fifty:after,
.prices-container:nth-child(5n+2) .top-fifty:after{
	border-color: #41BFF3;
}
.prices-container:nth-child(5n+7) tbody .bot-fifty,
.prices-container:nth-child(5n+7) .last-row .bot-fifty:after,
.prices-container:nth-child(5n+7) .top-fifty:after{
	border-color: #DD74D1;
}
.prices-container:nth-child(5n+4) tbody .bot-fifty,
.prices-container:nth-child(5n+4) .last-row .bot-fifty:after,
.prices-container:nth-child(5n+4) .top-fifty:after{
	border-color: #F14D4C;
}

/* Scedule */
.forms-table {
	width: 100%;
}



/* News */
.page-template-page-info header {
	background-image: url('../imgs/docs-bg.jpg');
}
.page-template-page-nws header {
	background-image: url('../imgs/news-bg.jpg');
}
.page-template-page-prices header.schedule {
	background-image: url('../imgs/sced-bg.jpg');
}
.news {
	padding: 40px 0 80px;
	background-color: #fafafa;
}
.news-container {

}
.news-item {
	border-bottom: 1px solid #e1e1e1;
	padding: 0 15px 50px;
	margin-bottom: 40px;
}
.news-item blockquote{
	background-color: #fff;
	background-image: url('../imgs/quotes.jpg');
	background-repeat: no-repeat;
	background-position: 60px 60px;
	margin: 30px 0;
	padding: 50px 110px;
	font-family: 'Fira-UltraLight';
	font-size: 3rem;
	line-height:1;
	font-style: italic;
}
.news-item h4 {
	font-size: 3.000rem;
	font-family: 'Fira-Thin';
	margin: 25px 0 0;
	color: #111;
}
.single-news {
	border-bottom: 0;
}
.news-header {
	color: #111;
}
.news-header:hover {
	color: #fecb16;
	text-decoration: none;
}
.news-content {
	color: #636363;
	font-family: 'Fira-UltraLight';
	line-height: 2;
}
.date {
	color: #acacac;
	margin-top: 20px;
}
.link-to-news {
	margin-top: 30px;
	display: block;
	background-image: url('../imgs/icons.png');
	background-repeat: no-repeat;
	background-position: -319px -277px;
	width: 40px;
	height: 26px;
}
.link-to-news:hover {
	background-position: -319px -318px;
}
.more-link {
	display: none !important;
	visibility: hidden;
	opacity: 0;
}
.news-item img {
	max-width: 720px;
}
.news-sidebar h5{
	font-size: 1.5rem;
	color: #111;
	font-family: 'Fira-Book';
	margin-bottom: 20px;
}
.search-news {
	margin-bottom: 30px;
	background-color: transparent;
}
.search-news:focus {
	outline: 0;
}
.news-sidebar li a {
	font-size: 1rem;
	color: #636363;
	display: block;
	padding: 18px 0;
	border-bottom: 1px solid #e1e1e1;
}
.news-sidebar li:last-child a {
	border: 0;
}
.news-sidebar li a:hover {
	color: #fecb16;
	text-decoration: none;
}

.more-news {
	text-align: center;
	margin-top: 40px;
}
.more-news button {
	color: #111;
	padding: 12px 38px 12px 23px;
}
/* News end*/

/*Information*/
.information {
	padding: 70px 0;
}
.information h3 {
	margin-top: 0;
	color: #111;
	font-family: 'Fira-Book';
	font-size: 1.500rem;
}
.information .info-content li,
.news-content li {
	margin: 7px 0;
}
.information .info-content li:before,
.news-content li {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: relative;
	bottom: 3px;
	margin: 0 10px 0 6px;
	background-color: #fecb16;
}
i.bot-i.vk-i{
	background-image: url("../imgs/vk.png");
	background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block;
}
i.bot-i.fb-i{
	background-image: url("../imgs/fb.png");
	background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block;
}
div.col-lg-10.col-sm-9.col-xs-9.social{
	width:12%;
}
.social-icon h4{
    font-size: 2em;
	margin: 0 0 30px;
	font-weight: bold;
}

/*Imedia*/
.header_partners #top-bar {
    background: rgba(0, 0, 0, 0.4);
}
.text_header_partners {
    padding: 50px 0;
    text-transform: uppercase;
    font-size: 40px;
    max-width: 630px;
    margin-left: auto;
    margin-right: 150px;
    text-align: right;
}
.header_partners_h1 {
    padding-right: 0px;
    text-align: center;
}
.text_header_partners p{
    color: #000;
}
.text_header_partners p strong{
        color: #fecb16;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
}
.block_3 {
    background: #fecb16;
    color: #000;
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
    padding: 25px 0;
}
.block_4 {
    padding: 125px 0;
    background: url(/wp-content/uploads/sites/19/2024/05/map-1.jpg) no-repeat center center;
    background-size: 60%;
}
.block_4 h2 {
        font-family: "Fira-UltraLight";
    font-size: 35px;
    font-weight: 600;
}
.block_4 .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}
.block_4 .list .el {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.05;
}
.block_4 .list .el .count {
    font-size: 85px;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-top: 70px;
}
.block_4 .list .el .count:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -80px;
    margin-left: -100px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #fecb16;
    z-index: 2;
}
.block_4 .list .el .count span {
    position: relative;
    top: 14px;
    z-index: 3;
}
.block_4 .list .el .count:after {
    content: '';
    width: 80%;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 10%;
    bottom: -55px;
    box-shadow: 0 0 50px #000;
    z-index: 1;
}
.block_4 .list .el > span {
    padding-left: 130px;
    display: block;
    margin-top: 10px;
}
.block_5 {
    color: #000;
    font-size: 16px;
    background: #eff0f4;
}
.block_5 .text {
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
}
.block_5 .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin: 50px 0 20px;
}
.block_5 .list .el {
    background: #fff;
    border-radius: 15px;
    padding: 20px 30px;
}
.block_5 .list .count {
    margin: 15px -30px;
    padding: 10px 30px;
    background: #fecb16;
    font-size: 22px;
}
.block_5 .el .ghost-btn {
    height: 52px;
    margin: 25px auto 15px;
    display: block;
    width: 50%;
}
.block_6 {
    color: #000;
    font-size: 16px;
    padding: 50px 0;
}
.block_6 .text {
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
}
.block_6 .line {
    width: 100%;
    height: 5px;
    background: #bbbec0;
    margin: 0 auto;
    position: absolute;
    top: 245px;
}
.block_6 .list {
    column-gap: 20px;
}
.block_6 .list {
    display: flex;
    place-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
    column-gap: 100px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.block_6 .text span, .block_6 .text strong {
    color: #fecb16;
    font-weight: bold;
}
.block_6 .line .dot {
    background: #fecb16;
    border: 5px solid #fff;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    position: absolute;
    left: 132px;
    top: -14px;
}
.block_6 .line .dot:before {
    content: '';
    width: 0px;
    height: 24px;
    border-right: 3px dashed #bbbec0;
    position: absolute;
    left: 10px;
    top: -30px;
}
.block_6 .list .el {
    display: grid;
    text-transform: uppercase;
    font-size: 20px;
    grid-template-columns: 65px auto;
    grid-gap: 20px;
    place-items: center;
    font-weight: bold;
}
.block_6 .list .el {
    font-size: 18px;
}
.block_6 .list .el:nth-child(1) {
    order: 1;
    margin-top: -45px;
}
.block_6 .list .el:nth-child(2) {
    order: 4;
}
.block_6 .list .el:nth-child(3) {
    order: 2;
    margin-top: -45px;
}
.block_6 .list .el:nth-child(4) {
    order: 5;
}
.block_6 .list .el:nth-child(5) {
    order: 3;
    margin-top: -45px;
}
.block_6 .list .el .count {
    position: relative;
}
.block_6 .list .el .f {
    color: #b8b7b3;
}
.block_6 .list .el span {
    font-size: 100px;
    display: block;
}
.block_6 .list .el .t {
    color: #fecb16;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.block_6 .list .el:nth-child(1) .t {
    height: 40px;
}
.block_6 .list .el:nth-child(2) .t {
    height: 54px;
}
.block_6 .list .el:nth-child(3) .t {
    height: 68px;
}
.block_6 .list .el:nth-child(4) .t {
    height: 82px;
}
.block_6 .list .el:nth-child(5) .t {
    height: 100px;
}
.block_6 .container {
    position: relative;
}
.block_6 .line .dot:nth-child(2) {
    left: 264px;
}
.block_6 .line .dot:nth-child(3) {
    left: 434px;
}
.block_6 .line .dot:nth-child(4) {
    left: 580px;
}
.block_6 .line .dot:nth-child(5) {
    left: 832px;
}
.block_6 .line .dot:nth-child(2n+2):before {
    top: 30px;
}
.block_6 .list {
    column-gap: 20px;
}
.block_7 {
    color: #000;
    font-size: 16px;
    padding: 50px 0;
}
.block_7 .text {
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}
.block_7 .inner_1 {
    background: #fecb16;
    padding: 50px 50px;
    margin-right: 100px;
    position: relative;
    box-shadow: 100px 100px 0 #eff0f4;
    margin-bottom: 100px;
}
.block_7 .text span, .block_7 .text strong {
    color: #fecb16;
    font-weight: bold;
}
.block_7 .inner_1:before {
    content: '';
    display: block;
    width: 80%;
    height: 60%;
    border-bottom: 15px dashed #fecb16;
    border-right: 15px dashed #fecb16;
    position: absolute;
    right: -50px;
    bottom: -50px;
    z-index: 1;
}
.block_7 .inner_1 .docs_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    position: relative;
    z-index: 2;
}
.block_7 .inner_1 .docs_gallery .img {
    border: 10px solid #fff;
    background: #fff;
        max-width: 212px;
    max-height: 295px;
}
.block_7 .inner_1 .docs_gallery img {
    display: grid;
    max-width: 192px;
    max-height: 270px;
}
.lb-data .lb-close {
    position: absolute;
    top: 0px;
    right: 35px;
    
}
.block_8 .text {
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.block_8 .innerform {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.block_8 input, .block_8 textarea, .block_8 select {
    border: 2px solid #fecb16;
    background: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    font-size: 18px !important;
    color: #000 !important;
}
.block_8 textarea {
    margin: 20px 0;
}
.kk_form .result {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.kk_form .result .error {
    color: #f00;
    background: #ffeded;
    border: 2px solid #f00;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.block_8 .ghost-btn {
    margin-top: 20px;
    color: #000;
    background: #fff;
    font-size: 18px !important;
    width: 240px;
    border: 3px solid #fecb16;
}
.kk_form .result .ok {
    color: #12af17;
    border: 2px solid #12af17;
    background: #f1fdeb;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem +2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #464a4c;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8,%3Csvgxmlns='http://www.w3.org/2000/svg'viewBox='0045'%3E%3Cpathfill='%23333'd='M20L02h4zm05L03h4z'/%3E%3C/svg%3E) no-repeat right 0.75rem center;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.custom-select {
    position: relative;
    border: 2px solid #fecb16;
        background-color: #fff;
}
.custom-select select {
    display: none;
}
.select-items div, .select-selected {
    color: #000;
    cursor: pointer;
    user-select: none;
    padding: 10px 10px 0;
    font-size: 18px;
    font-family: 'Lato', Calibri, Arial, sans-serif;
}
.select-selected {
    background-color: #fff;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 25px;
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}
.select-items div {
    padding: 15px 20px;
}
.select-hide {
    display: none;
}
.select-items {
    position: absolute;
    background-color: #ffcb16;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 5px;
    z-index: 99;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}
.block_8 a {
    color: #000;
    text-decoration: underline;
}
.additional_block {
    margin-top: 50px;
    margin-bottom: 50px;
}
.additional_block strong {
        text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    
}
.additional_block p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.before_ul {
    margin-bottom: 10px;
}
.after_ul smal {
    font-size: 80%;
}
.additional_block li {
    font-weight: 700;
}
.block_1 {
    color: #000;
    background: #b8b7b3 url('/wp-content/uploads/sites/19/2024/05/1-2.png') no-repeat left center;
}
.block {
    padding: 50px 0;
}
.block_1 .text {
    text-transform: uppercase;
    font-size: 40px;
    max-width: 630px;
    margin-left: auto;
    margin-right: 150px;
    text-align: right;
}
.block_1 .list {
    margin: 100px 0;
}
.block_1 .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    row-gap: 100px;
    max-width: 430px;
    margin-left: auto;
    margin-right: 150px;
}
.block_1 .text span, .block_1 .text strong {
    color: #fecb16;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
}
.block_1 .list .el {
    border: 3px solid #fff;
    border-radius: 20px;
    padding: 15px;
    padding-top: 25px;
    text-align: center;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%), inset 2px 2px 10px rgb(0 0 0 / 15%);
}
.block_1 .list .el:nth-child(2n+1) {
    margin-bottom: -50px;
}
.block_1 .list .el:nth-child(2n+2) {
    margin-top: -50px;
}
.block_1 .list .el .img {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_1 .list .el img {
    max-width: 100%;
    max-height: 100%;
    filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 20%));
}
.block_1 .list .el span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
        line-height: 20px;
}
@media only screen and (max-width: 1200px) {
    .block_1 .text, .block_1 .list {
        margin-right: 0;
    }
}
@media only screen and (max-width: 1200px) {
    .block_1 {
        background-size: 57%;
        background-position: -26%;
    }
    .block_4 .list .el > span {
        padding-left: 99px;
    }
    .block_6 .line .dot:nth-child(1) {
        left: 43px;
    }
    .block_6 .line .dot:nth-child(2) {
        left: 172px;
    }
    .block_6 .line .dot:nth-child(3) {
        left: 346px;
    }
    .block_6 .line .dot:nth-child(4) {
        left: 490px;
    }
    .block_6 .line .dot:nth-child(5) {
        left: 743px;
    }
    .block_7 .inner_1 .docs_gallery img {
        max-width: 100%;
        max-height: max-content;
    }
    .block_7 .inner_1 .docs_gallery .img {
        max-width: 100%;
        max-height: 100%;
    }
}
@media only screen and (max-width: 990px) {
    .block_1 {
        background: #b8b7b3;
    }
    .block_1 .text, .block_1 .list {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .block_1 .list {
        margin: 50px auto;
    }
    .block_1 .list .el:nth-child(2n+1) {
        margin-bottom: 0;
    }
    .block_1 .list .el:nth-child(2n+2) {
        margin-top: 0;
    }
    .block_4 {
        background-size: contain;
        padding: 50px 0;
    }
    .block_4 .list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
    }
    .block_5 .list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .block_6 .line {
        width: 5px;
        height: 92%;
        background: #bbbec0;
        margin: 0 auto;
        position: absolute;
        top: 75px;
        left: 50%;
        margin-left: -77px;
    }
    .block_6 .list {
        display: grid;
        justify-items: start;
        grid-template-columns: 1fr;
        grid-gap: 15px;
        width: 312px;
        margin: auto;
    }
    .block_6 .line .dot:nth-child(1) {
        left: -15px;
        top: 20px;
    }
    .block_6 .line .dot:nth-child(2) {
        left: -15px;
        top: 155px;
    }
    .block_6 .line .dot:nth-child(3) {
        left: -15px;
        top: 290px;
    }
    .block_6 .line .dot:nth-child(4) {
        left: -15px;
        top: 485px;
    }
    .block_6 .line .dot:nth-child(5) {
        left: -15px;
        top: 600px;
    }
    .block_6 .line .dot:before {
        content: '';
        width: 160px;
        height: 0;
        border-top: 3px dashed #bbbec0;
        position: absolute;
        left: 10px;
        top: 28px;
    }
    .block_7 .inner_1 .docs_gallery {
        grid-template-columns: 1fr 1fr;
    }
    .block_5 .el .ghost-btn {
        width: 100%;
    }
    .block_6 .list .el {
        order: 1 !important;
        grid-gap: 35px;
    }
    .block_6 .line .dot:before {
        content: none;
    }
    /**/
    .block_6 .list .el:nth-child(3) {
        margin-top: -20px;
    }
    .block_6 .list .el:nth-child(1) {
        margin-top: -30px;
        height: 120px;
    }
    .block_4 .list .el > span {
        padding: 0 !important;
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .block_1 .text {
        font-size: 30px;
    }
    .block_1 .list {
        gap: 30px;
    }
    .block_3 {
        font-size: 25px;
    }
    .block_4 {
        background-size: cover;
        background-position: center -125px;
        padding: 50px 0;
    }
    .block_4 .list {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
    .block_5 .list {
        display: grid;
        grid-template-columns: 1fr;
    }
    .block_6 .line {
        top: 125px;
        height: 86%;
    }
    .block_7 .inner_1 .docs_gallery {
        grid-template-columns: 1fr;
    }
    .block_8 .innerform {
        grid-template-columns: 1fr 1fr;
    }
    .block_6 .list .el:nth-child(1) {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 500px) {
    .block_1 .list {
        grid-template-columns: 1fr;
    }
    .block_1 .text {
        font-size: 25px;
    }
    .block_2 .ghost-btn {
        font-size: 20px;
    }
    .block_3 {
        font-size: 22px;
    }
    .block_5 .text, .block_6 .text, .block_7 .text {
        text-transform: uppercase;
        font-size: 34px;
        text-align: center;
    }
    .block_6 .line {
        top: 112px;
        height: 90%;
        margin-left: -68px;
    }
    .block_7 .inner_1 {
        margin-right: 50px;
        padding: 30px;
    }
    .block_8 .innerform {
        grid-template-columns: 1fr;
    }
    .block_4 .list .el .count {
        padding-top: 10px;
    }
    .block_6 .line .dot:nth-child(1) {
        left: -15px;
        top: 70px;
    }
    .block_6 .list .el { 
        grid-gap: 55px;
    }
    .block_6 .line .dot:nth-child(2) {
        top: 205px;
    }
    .block_6 .line .dot:nth-child(3) {
        top: 400px;
    }
    .block_6 .line .dot:nth-child(4) {
        top: 590px;
    }
    .block_6 .line .dot:nth-child(5) {
        top: 750px;    
    }
    .additional_block strong {
        font-size: 24px;
    }
    .block_6 .list .el:nth-child(3) {
        margin-top: 0px;
    }
    .block_6 .list .el:nth-child(5) {
        margin-top: -10px;
    }
}
@media only screen and (max-width: 360px) {
    .block_6 .list .el {
        grid-gap: 44px;
    }
}
.innerform p{
    margin-block-start: 0em!important;
    margin-block-end: 0em!important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}