@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf')  format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),  url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf')  format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
.bx-viewport { z-index: 1}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-controls { position: relative; z-index: 10}
.all-instructors-wrapper .bx-controls { position: absolute; top:50%; width: 100%}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: auto;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
    vertical-align: middle;
}
.bx-wrapper .bx-pager .bx-pager-item:first-child a { margin-left: 0}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #9d9d9d;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 7px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    border: 2px solid #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f05337;
    border: none;
}
.all-instructors-wrapper .bx-wrapper .bx-pager { display: none}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0px;
	background: url(../images/controls.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: 0px;
	background: url(../images/controls.png) no-repeat 0 -84px;
}


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	outline: 0;
	width: 57px;
	height: 79px;
	text-indent: -9999px;
	z-index: 9999;

}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
@media (max-width: 770px) {
    .bx-wrapper .bx-pager { text-align: center; left: 0; width: 100%; bottom: auto; padding-top: 15px;}
	.all-instructors-wrapper .bx-wrapper .bx-pager { display: block}
	.all-instructors-wrapper .bx-wrapper .bx-controls-direction { display: none}
	.all-instructors-wrapper .bx-controls { top: auto}
}


/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 25px;
  border-radius: 5px;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 16px;
  height: 8px;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/sprite.png') no-repeat -382px 0px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
    color: #3e3b3a;
    padding: 20px 30px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #e0e0e0;
  color: #3e3b3a;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
}
.chosen-container-active.chosen-with-drop .chosen-single {
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -382px -11px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
/* COmmented by Viktor
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}*/
/* @end */


/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-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;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-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 Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'PT Sans';
    vertical-align: baseline;
    box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
strong { font-weight: bold}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
a {
	color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
a:hover { opacity: 0.8; }
input:focus, textarea:focus { outline: none} { outline: none}
button { outline: none; border: none}
body {
    line-height: 1;
    font-size: 16px;
    font-family: 'PT Sans';
    color: #3e3b3a;
}
body, html {
    height: 100%;
}
ol, ul {
    list-style: none;
}

.f-right {
  float: right;
}

.f-left {
  float: left ;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.b-margin-bottom {
  margin-bottom: 30px;
}

.relative {
  position: relative;
}
.three-cols li {
    float: left;
    width: 33.333%;
}
@media (max-width: 770px) {
    .three-cols.two-cols-sm li {
        width: 50%;
    }
}
textarea { box-sizing: border-box}
blockquote, q {
    quotes: none;
}
a {  text-decoration: none  }
a.svg {
 position: relative;
 display: inline-block;
}
a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
p { margin-bottom: 1em; font-size: 14px; line-height: 24px;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
hr { border-top: 1px solid #eaeaea;}
main {
    min-height: 100%;
  min-width: 640px;}
h2,
p.h2 { font-size: 36px; font-family: 'CenturyGothic'; margin-bottom: 0.7em; font-weight: bold; line-height: 40px;}
h2 strong,
p.h2 strong { font-size: 46px;}
h2 strong sup,
p.h2 strong sup { font-size: 32px;}
h3,
p.h3 { font-weight: bold; font-family: 'CenturyGothic'}
/* FIX */
p.h3 {
  height: inherit;
  line-height: inherit;
  margin-bottom: 0px;
}
p.h3.b-margin-bottom {
  margin-bottom: 30px;
}
p.h4 {
  height: inherit;
  line-height: inherit;
  margin-bottom: 0px;
  font-weight: bold;
}
/* ---- */
main { overflow: hidden}
.red-block { background: url(../images/red_texture.png); color: #fff; z-index: 20;}
.gray-block { background: url(../images/gray_bg.png); color: #f05337}
.gray-block a { color: #f05337}
.content h2,
.content p.h2 { text-align: center; }
.a-center { text-align: center}
.button { font-size: 17px; font-weight: bold; text-align: center; box-sizing: border-box; display: inline-block; padding: 0 25px; line-height: 60px; height: 60px; border-radius: 5px; background: #f05337; color: #fff; text-transform: uppercase}
.button.border-button { border: 2px solid #fff; background: none; line-height: 56px; }
.button.border-button.border-red { border-color: #f05337; color: #f05337}
.button.white { background: #fff; color: #f05337}
.button.white.transparent,
.megaform-holder .button.white.transparent { background: rgba(255,255,255,0.18); color: #fff; text-transform: none; line-height: 24px; font-weight: normal; text-align: center; padding: 15px 0; height: auto}
.content {
    max-width: 1024px;
    padding: 0 50px;
    margin: 0 auto;
    box-sizing: border-box;
}
input { border: none; background: none}
/*Header*/
header {
    background: url(../images/car_top.jpg) no-repeat center top;
    width: 100%;
    height: 798px;
    padding-top: 8px;
    box-sizing: border-box;
}
textarea { resize: none}
header nav, .logo { float: left}
header nav {
	margin-right: 40px;
	margin-top: 10px;
}
header .content { position: relative; height: 100%;}
.header-top-container { height: 60px; margin-bottom: 130px;}
.header-top-container .header-top {
    background: transparent;
    -webkit-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease;
}

.header-top .header-top-inner nav .opener {
  background-image: url("../images/sprite.png");
  background-size: 600px;
  background-position: -411px -34px;
  width: 50px;
  height: 40px;
}

.header-top .header-top-inner nav .opener:hover {
	cursor: pointer;
	opacity: 0.7;
}

.logo { margin-top: 4px;}
.logo object {
  width: 230px;
  height: 60px;
  pointer-events: none;
}
.header-right-menu { float: right;}
.header-right-menu > .button { float: right; margin-left: 10px;}
.scroll-logo { display: none}

.header-phone {
  float: right;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
  position: relative;
}

.header-phone > * {
  padding: .5em 2.6em .5em 1.6em;
}
.active.header-phone {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  color: #444;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  z-index: 10;
}

.active.header-phone > * {
  color:#444;
}

.header-widgets-area {
    float: right;
}

.header-widgets-area .wpml-ls {
    padding: .5em 2.6em .5em 1.6em;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
    position: relative;
}

.header-widgets-area .wpml-ls .wpml-ls-item-toggle {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.header-widgets-area .wpml-ls .wpml-ls-item-toggle:after {
    width: 20px;
    height: 20px;
    background-image: url(../images/sprite.png);
    background-size: 600px;
    background-position: -12px -463px;
    display: inline-block;
    margin-top: 3px;
    position: absolute;
    right: -32px;
    content: '';
}

.header-widgets-area .wpml-ls .wpml-ls-sub-menu {
    display: none;
}

.header-widgets-area .wpml-ls.active {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    color: #444;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    z-index: 10;
}

.header-widgets-area .wpml-ls.active a {
    color: #444;
}

.header-widgets-area .wpml-ls.active .wpml-ls-item-toggle:after {
    background-position: -254px -368px;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.header-widgets-area .wpml-ls.active .wpml-ls-sub-menu {
    display: block;
    width: 100%;
    padding: .5em 2.6em .5em 1.6em;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
}

.header-widgets-area .wpml-ls.active .wpml-ls-sub-menu li {
    text-align: left;
}

.header-top.fixed {
    background: #fff;
    color: #3e3b3a;
    position: fixed;
    left: 0;
    z-index: 100;
    width: 100%;
    top: 0;
    height: 76px;
    padding: 8px 40px;
    -webkit-box-shadow: -2px 4px 5px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow:    -2px 4px 5px 0px rgba(0, 0, 0, 0.13);
    box-shadow:         -2px 4px 5px 0px rgba(0, 0, 0, 0.13);
}

.header-top.fixed .header-phone a { color: #3e3b3a}
.header-top.fixed .header-widgets-area .wpml-ls a { color: #3e3b3a}
.home .header-top.fixed .header-top-inner { max-width: 924px; margin: 0 auto}
.header-top.fixed .header-top-inner { max-width: 1380px; margin: 0 auto}
.header-top.fixed .logo img { display: none}
.header-top.fixed .logo img.scroll-logo,
.header-top.fixed .logo-mobile img.scroll-logo { display: block}
header h1 { font-size: 60px; line-height: 62px; margin-bottom: 41px;  font-family: 'CenturyGothic'; font-weight: bold; text-align: center; color: #fff;}
.advantages { text-align: center; margin-bottom: 54px;}
.advantages li { display: inline-block; margin: 0 20px; color: #fff; line-height: 29px; font-size: 24px;}
.advantages li:last-child { margin-right: 0}
.advantages li:first-child { margin-left: 0}
.scroll-btn { position: absolute; bottom: 38px; width: 57px; height: 57px; background: url(../images/sprite.png); left: 50%; margin-left: -28px;}

/* drop-down */

ul.drop-down {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 0;
  border-radius: 0 0 5px 5px;
}
ul.drop-down li {
  list-style-type: none;
}
ul.drop-down li > span {
  text-decoration: none;
  padding:0 2.6em 0 1.6em;
  display: block;
  color:#444;
  white-space: nowrap;
}

.active .drop-down {
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
}

.header-phone .drop-down li {
  text-align: center;
}
.fixed .header-phone .drop-down .button,
.header-phone .drop-down .button {
  font-size: 13px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #fff;
}
/*Content*/
.filials-block {  background: url(../images/filials_cover.jpg) no-repeat center top; height: 646px;}
.filials-block h2,
.filials-block p.h2 { color: #fff; margin-bottom: 1em}
.filials-block .content { padding-top: 236px;}
.content-info  { font-size: 20px; margin-bottom: 56px; display: block; line-height: 24px; }
.programs-block { padding-top: 130px; padding-bottom: 135px;}
.programs-list { margin: 0 -50px 60px;}
.programs-list li { float: left; width: 33.33%; box-sizing: border-box; border-right: 1px solid #eaeaea; padding: 20px 0 16px 110px;}
.programs-list li:last-child { border-right: none}
.programs-list li .program-title { font-size: 16px; font-weight: bold; text-transform: uppercase; display: block; margin-bottom: 25px;}
.programs-list li .hours { font-size: 20px; line-height: 20px;}
.programs-list li .hours .count { float: left; padding-right: 12px; font-size: 48px; line-height: 36px;}

.schedule-block { background: url(../images/schedule_bg.png) no-repeat center top; height: 650px;}
.schedule-block .content { padding: 65px 400px 0 75px; }
.schedule-block .content h2, .schedule-block .content .content-info { color: #fff;}
.schedule-block .content .content-info { color: #fff; margin-bottom: 30px;}
.schedule-block .schedule-table { margin-bottom: 32px; display: table; border-collapse: collapse; width: 100%}
.schedule-block .schedule-table .schedule-row { display: table-row}
.schedule-block .schedule-table .schedule-row .schedule-section { border: 1px solid rgba(255,255,255,0.3); color: #fff; width: 50%; padding-bottom: 36px; font-size: 20px; padding-top: 35px; display: table-cell}
@media (min-width: 771px) {
.schedule-block .schedule-table .schedule-row:first-child .schedule-section:first-child { border-width: 0 1px 1px 0;}
.schedule-block .schedule-table .schedule-row:first-child .schedule-section { padding-top: 12px;}
.schedule-block .schedule-table .schedule-row:first-child .schedule-section:last-child { border-width: 0 0 1px 1px;}
.schedule-block .schedule-table .schedule-row .schedule-section:last-child { padding-left: 80px;}
.schedule-block .schedule-table .schedule-row:last-child .schedule-section:first-child { border-width: 1px 1px 0 0;}
.schedule-block .schedule-table .schedule-row:last-child .schedule-section { padding-bottom: 15px;}
.schedule-block .schedule-table .schedule-row:last-child .schedule-section:last-child { border-width: 1px 0 0 1px;}
}
.schedule-block .schedule-table .schedule-row .schedule-section h3,
.schedule-block .schedule-table .schedule-row .schedule-section p.h3 { font-size: 24px; text-transform: uppercase; margin-bottom: 1em}
.schedule-block .schedule-table .schedule-row .schedule-section strong { font-size: 20px; display: block; margin-bottom: 5px;}
.schedule-block .schedule-table .schedule-row .schedule-section strong sup { font-size: 13px;}

.school-info { position: relative;}
.school-info:before { content: ''; position: absolute; right: 0; width: 50%; height: 100%; background: url(../images/gray_bg.png); z-index: 1}
.school-info.reversed:before { left: 0; right: auto}
.school-info .content { position: relative; z-index: 2; padding-top: 100px; padding-bottom: 120px;}
.school-info .content-info { margin-bottom: 29px;}
.school-info h2,
.school-info p.h2 { text-align: left}
.cutter {  float: left; width: 340px; padding: 0 35px}
.cutter.right { width: 340px; float: right; padding: 0 35px;}
.school-info-list { margin-bottom: 35px;}
.school-info-list li { padding-left: 50px; font-size: 20px; position: relative; line-height: 24px; margin-bottom: 12px; }
.school-info-list li:before { content: ''; background: url(../images/sprite.png) -67px 0; width: 23px; height: 23px; position: absolute; left: 0; top: 8px;}
.school-info .wheel {position: absolute;width: 229px;height: 229px;top: 50%;margin-top: -119px;right: 0;}
.equipment-info { margin-bottom: 35px;}
.equipment-info li { font-size: 20px; line-height: 33px; margin-bottom: 29px;}
.equipment-info li strong { font-size: 36px; text-transform: uppercase}
.school-info.reversed h2,
.school-info.reversed p.h2 { margin-bottom: 39px;}

.exams-block { background: url(../images/exams-bg.jpg) center top no-repeat; height: 650px; }
.exams-block .content { padding-top: 200px; color: #fff}
.exams-block .content .content-info {
	font-size: 18px;
	margin-bottom: 40px;
}
.exams-block .content .content-info:after {
	content: "";
	display: block;
	border-top: 2px solid #fff;
	width: 95px;
	margin: 35px auto 0 auto;
}
.exams-block .content .exam-info {
	font-size: 18px;
	line-height: 25px;
}

.additional-services-holder { background: url(../images/gray_bg.png); padding-top: 55px; padding-bottom: 65px;}
.testimonials-slider .userpic, .testimonials-slider .user-info { float: left; width: 50%;}
.testimonials-slider .userpic { text-align: center; padding-right: 75px; padding-top: 4px;}
.testimonials-slider .userpic img { width: 198px; border-radius: 99px; overflow: hidden}
.userpic-wrap { display: inline-block; position: relative}
.social-icon { position: absolute; right: 30px; bottom: 0px; border: 2px solid #fff; border-radius: 16px; width: 32px; height: 32px;  text-align: center}
.social-icon.vk { background: #005794}
.social-icon > span { background: url(../images/social_sprite.png); width: 10px; height: 12px; display: inline-block; margin-top: 8px;}
.testimonials-block.content { padding-top: 160px; padding-bottom: 165px;}
.testimonials-block.content .bx-wrapper .bx-pager {
    bottom: -30px;
}
.testimonials-slider .user-name { font-size: 18px; font-weight: bold; margin-bottom: 20px;}
.testimonials-slider blockquote { font-style: italic; font-size: 20px; position: relative; line-height: 36px; padding-right: 85px;}
.testimonials-slider blockquote:before { content: ''; position: absolute; left: -34px; top: 8px; background: url(../images/sprite.png) -102px 0; width: 19px; height: 22px;}
.testimonials-block .message { padding-left: 50%; color: #f05337; text-transform: uppercase; font-weight: bold}
.testimonials-block .message a { color: #f05337; }
.testimonials-block .owl-controls { left: 50%;
  position: absolute;
  width: auto;
  bottom: -30px;
  margin-top: 60px;
  }
.testimonials-block .testimonials-slider {
    margin: 0 auto 60px;
}
.testimonials-block .owl-theme .owl-controls .owl-page.active span {
  background: #f05337;
}
.testimonials-block .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #f05337;
}

.promo-form-block { color: #fff; margin-bottom: 50px; }
.promo-form-block form { width: 340px; margin: 0 auto 85px;}
.promo-form-block form input[type="text"], .promo-form-block form input[type="tel"] { width: 100%; height: 54px;border: none; border-bottom: 2px solid rgba(255,255,255,0.2);   font-family: 'centurygothic'; background: none; color: #fff; font-size: 16px; font-weight: bold; text-transform: uppercase}
.promo-form-block { background: url(../images/red_texture.png); padding-top: 90px; padding-bottom: 30px;}
.promo-form-block h2,
.promo-form-block p.h2 { font-size: 30px;}

.promo-form-block input::-webkit-input-placeholder {
	color: #fff; font-size: 16px; font-family: font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;;
}

.promo-form-block form:-moz-placeholder { /* Firefox 18- */
    color: #fff; font-size: 16px; font-family: font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;;
}

.promo-form-block form::-moz-placeholder {  /* Firefox 19+ */
    color: #fff; font-size: 16px; font-family: font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;;
}

.promo-form-block form:-ms-input-placeholder {
    color: #fff; font-size: 16px; font-family: font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;;
}


.promo-form-block form button.button {  margin-top: 28px; }
.promo-form-block form .button { width: 100%; padding: 0;border-radius: 0; -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;}
.promo-form-block form .button.transparent {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.social-icons { text-align: center; margin-bottom: 45px;}
.social-icons li { display: inline-block}
.social-icons li a { display: block; width: 50px; height: 50px; border-radius: 5px; border: 2px solid #fff; text-align: center; padding-top: 12px;}
.social-icons li a span { width: 13px; height: 20px; display: inline-block; background: url(../images/social_sprite.png) -37px 0;}
.social-icons li a.fb span { background-position: -37px -27px; width: 9px;}
.promo-form-block .copyright { font-weight: bold; text-transform: uppercase; }

.bottom-info-block, .cars .content.bottom-info-block,
.individ_lesson .content.bottom-info-block, .wide-content .content.bottom-info-block { padding-top: 0; line-height: 24px;color: #9b9b9b; font-size: 14px; padding-bottom: 30px;}



/*Cars page*/
.cars header { height: 680px; background: url(../images/cars_top.jpg) no-repeat center top;}
.cars .content, .individ_lesson .content, .wide-content .content{ width: auto; max-width: 1460px; padding-left: 40px; padding-right: 40px;}

.text-bottom { position: absolute; bottom: 40px; width: 100%; color: #fff; left: 0}
.e404 header .text-bottom { bottom: 300px; }
.choose-instructor > ul > li { float: left; width: 33.33%; padding-left: 50px; padding-right: 50px; font-family: 'PT Sans'; font-size: 18px; font-weight: bold; height: 120px; line-height: 120px; border-left: 2px solid #eaeaea;}
.choose-instructor > ul > li:last-child {  border-right: 2px solid #eaeaea}
.choose-instructor > ul > li select { width: 100%}
.our-instructors > li { float: left; width: calc(50% - 1px); position: relative; margin-bottom: 2px; cursor: pointer;}
.our-instructors > li.grey-bg { background: url(../images/gray_bg.png);}
.our-instructors > li:nth-child(2n) { float: right}
.our-instructors.our-drivers > li { width: calc(25% - 3px); margin-right: 3px; margin-bottom: 3px;}
.our-instructors.our-drivers > li.col-2 { width: calc(50% - 3px);}
.our-instructors.our-drivers > li:nth-child(2n) { float: left}
.our-instructors.our-drivers > li.no-margin { margin-right: 0}
.our-instructors.our-drivers > li .simple-text,
.all-insctructors > li .simple-text { display: none }
.our-instructors.our-drivers > li:hover .simple-text,
.all-insctructors > li:hover .simple-text { display: block }
.our-instructors li img {
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
height: auto;}
.our-instructors li .img {
  height: 100%;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 770px) {
  .our-instructors li .img {
    height: calc(100% - 126px);
  }
}
.info-block-text { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 3; padding-left: 50px;}
.hover-cover { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.46); z-index: 2; display: none}
.our-instructors li:hover .hover-cover,
.all-insctructors li:hover .hover-cover { display: block}
.our-instructors li:hover .info-block-text,
.all-insctructors li:hover .info-block-text { color: #fff}
.content .info-block-text h2,
.content .info-block-text p.h2 { text-align: left; font-size: 48px;  line-height: 59px; margin-bottom: 0}
.content .info-block-text .bottom-text { bottom: 44px; position: absolute}
.content .info-block-text .bottom-text strong { font-size: 24px; margin-bottom: 0.8em; display: block}
.content .info-block-text .bottom-text li { font-size: 18px; margin-bottom: 0.2em}
.content .info-block-text .work-experience { font-size: 24px; line-height: 34px;}
.content .info-block-text .work-experience-count { font-size: 24px; font-weight: bold;  padding-bottom: 20px;}
.content .info-block-text .work-experience-count strong { font-size: 72px; line-height: 72px;}
main > div#fixed-menu { z-index: 2}
.red-block.fixed-content { position: fixed; bottom: 0;   width: 100%}
.actions-links.content { padding: 70px 40px; height: 200px; }
.actions-links .link { font-size: 16px; font-weight: bold; padding-left: 79px; line-height: 19px; float: left; position: relative; padding-top: 10px; font-family: 'CenturyGothic', Arial, Helvetica, sans-serif; }
.actions-links .link.no-float { float: none; display: inline-block}
.actions-links .link:before { position: absolute; content: ''; left: 0; top: 0; background: url(../images/sprite.png) 0 -71px; width: 57px; height: 57px;}
.gray-block .actions-links .link:before { background-position: 0 -139px}
.actions-links .link.link-forward { float: right; padding-left: 0; padding-right: 79px; text-align: right; font-size: 24px; line-height: 27px; padding-top: 5px;}
.actions-links .link.link-forward:before { background-position: -60px -71px; left: auto; right: 0}
.block-white { padding-bottom: 120px;}
.choose-instructor .chosen-container .chosen-drop { width: calc(100% + 100px); margin: 0 -50px; padding-top: 20px;  }
.choose-instructor .chosen-container .chosen-results li { padding-left: 50px; padding-right: 50px; }



@media (max-width: 1024px) {
    .cars .block-white .content { margin: 0 -40px;}
    .cars .header-top.fixed .header-top-inner { padding: 0;}
    .cars header { height: 470px;}
}
@media (max-width: 960px) {
    .our-instructors.our-drivers > li { width: calc(33% - 3px); }
    .our-instructors.our-drivers > li.col-2 { width: calc(66% - 3px); }
    .our-instructors.our-drivers > li.grey-bg { margin-right: 3px; }
}
@media (max-width: 770px) {
    .choose-instructor > ul > li { float: none; padding-left: 60px; border-left: none; border-bottom: 2px solid #eaeaea; width: auto; }
    .choose-instructor > ul > li:last-child { border-right: none; border-bottom: none}
    .our-instructors > li { float: none; width: auto; margin-bottom: 2px;}
    .content .info-block-text .bottom-text { position: static}
    .our-instructors > li:nth-child(2n) { float: none}
    .info-block-text { padding: 0 60px;}
    .info-block-text.simple-text {
        position: relative;
        height: auto;
    }
    .info-block-text.simple-text .bottom-text{ padding: 50px 0;}
    .our-instructors > li.grey-bg .info-block-text,
    .all-insctructors > li.grey-bg .info-block-text {
        position: relative;
        padding: 90px 60px !important;
        z-index: 2;
    }
    .actions-links .link { width: 104px; height: 104px; background: url(../images/sprite.png) -264px 0; font-size: 0!important;}
    .actions-links .link:before { display: none}
    .actions-links .link.home-link { background-position: -145px 0}
    .cars .content.bottom-info-block {   font-size: 26px;
        line-height: 1.5em;}
    .cars header { height: 700px;}
    .cars .content .info-block-text .instructor-name,
    .content .all-insctructors .info-block-text .instructor-name {
        width:130%;
        white-space: nowrap;
        overflow:hidden !important;
        text-overflow: ellipsis;
    }
    .our-instructors.our-drivers > li { float: left; width: calc(50% - 4px); margin-right: 4px; margin-bottom: 4px;}
    .our-instructors.our-drivers > li.no-margin { margin-right: 4px;}
    .our-instructors.our-drivers > li.col-2 { float: none; width: auto; margin-right: 0}
    .our-instructors.our-drivers > li:nth-child(2n+1) { margin-right: 0}
    .our-instructors.our-drivers > li.grey-bg {  clear: both; width: 100%; margin-right: 0}
    .our-instructors.our-drivers > li .simple-text,
    .all-insctructors > li .simple-text { display: block; padding-top: 0px !important;}
    /*.our-instructors > li:hover .hover-cover { display: none !important}
    .all-insctructors > li:hover .hover-cover { display: none !important}*/
    .our-instructors.our-drivers li:hover .info-block-text,
    .all-insctructors li:hover .info-block-text { color: #3e3b3a}
    .content .our-instructors.our-drivers .info-block-text .bottom-text,
    .content .all-insctructors .info-block-text .bottom-text { padding:  45px 0; }
    .content .our-instructors.our-drivers .info-block-text .bottom-text strong,
    .content .all-insctructors .info-block-text .bottom-text strong { font-size: 36px;margin-bottom: 0 }
    .content .our-instructors .info-block-text .bottom-text strong a,
    .content .all-insctructors .info-block-text .bottom-text strong a { color: #3E3B3A; }
    .cars .our-instructors li:hover .info-block-text .bottom-text strong a { color: white; }
    .content .our-instructors.our-drivers .info-block-text .bottom-text ul,
    .content .all-insctructors .info-block-text .bottom-text ul { display: none}
    .choose-instructor .chosen-container .chosen-drop { width: calc(100% + 120px); margin: 0 -60px;  }
    .choose-instructor .chosen-container .chosen-results li { padding-left: 60px; padding-right: 60px; }
}

/* IPAD ---------------------------- Viktor */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  /*.our-instructors.our-drivers > li:hover .hover-cover,
  .all-insctructors > li:hover .hover-cover {
    display: none !important;
  }*/

  .our-instructors.our-drivers > li .simple-text,
  .all-insctructors > li .simple-text {
    display: block;
    padding-top: 0px !important;
    position: relative;
  }

  .info-block-text {
    padding: 0 40px;
  }

  .content .our-instructors.our-drivers .info-block-text .bottom-text,
  .content .all-insctructors .info-block-text .bottom-text {
    padding: 45px 0;
    position: static;
  }

  .content .our-instructors.our-drivers .info-block-text .bottom-text ul,
  .content .all-insctructors .info-block-text .bottom-text ul {
    display: none;
  }

  .content .our-instructors.our-drivers .info-block-text .bottom-text strong a,
  .content .all-insctructors .info-block-text .bottom-text strong a {
    color: #3E3B3A;
  }

  .cars .content .info-block-text .instructor-name,
  .content .all-insctructors .info-block-text .instructor-name {
      width: 120%;
      white-space: nowrap;
      overflow: hidden !important;
      text-overflow: ellipsis;
  }

  .our-instructors li .img {
    height: calc(100% - 133px);
  }
}
/* ---------------------------------------- */

/*checkout*/
.white-page-wrapper { padding-top: 24px;}
header.checkout-header { background: none; color: #3e3b3a; height: auto}
header.checkout-header .header-top-container { margin-bottom: 0}
header.checkout-header .header-phone, header.checkout-header .button.border-button { color: #3e3b3a}
header.checkout-header img { display: none}
header.checkout-header object { display: none}
header.checkout-header img.scroll-logo { display: block}
header.checkout-header object.scroll-logo { display: block}
header.checkout-header .header-top.fixed { box-shadow: none; border-bottom:2px solid #ebebeb}
.checkout-form { padding-bottom: 120px;}
.checkout-form label, .checkout-form .label { float: left; width: 285px;font-size: 18px; color: rgba(62,59,58,0.7); padding:  30px 0 30px 30px;}
.checkout-form .input-container { line-height: 75px; padding: 0 30px 0 305px; position: relative; }

.checkout-form ul li {
	margin-bottom: 1px;
}

.checkout-form ul li .validate-error-descr {
  color: red;
  position: absolute;
  font-size: 12px;
  bottom: 7px;
  line-height: 12px;
  display: none;
}
.checkout-form ul li.validate-error .validate-error-descr {
	display: block;
}
/* Deleted by Viktor
.checkout-form ul li.validate-success {
	border: 1px solid green;
} */
.checkout-form ul li .validate-success-icon {
	display: none;
}
.checkout-form ul li.validate-success .validate-success-icon {
  display: block;
  background-position: -6px -414px;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprite.png");
  background-size: 600px;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -14px;
}
.checkout-form ul li .validate-loader {
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -11px;
  display: none;
}

.checkout-form ul li.validate-process .validate-loader {
	display: block;
}

.checkout-form .input-container input[type="text"], .checkout-form .input-container input[type="email"],
.checkout-form .input-container input[type="tel"], .checkout-form .input-container select { width: 100%; font-size: 18px;  font-family: 'PT Sans';}
.checkout-wrapper.content { padding-top: 30px;}
.add-review .white-page-wrapper.content { padding-top: 50px;}
.checkout-wrapper h1, .white-page-wrapper h1 { font-size: 48px; font-family: 'CenturyGothic'; font-weight: bold; text-align: center; margin-bottom: 43px;}
.white-page-wrapper h1 + p { font-size: 24px; line-height: 29px; margin-bottom: 44px;}
.white-page-wrapper h1 { margin-bottom: 23px;}
.checkout-form > ul { margin-bottom: 40px;}
.checkout-form > ul > li:nth-child(odd) { background: #f7f7f7}
.checkout-form ul li.validate-error {
	border: 1px solid #ff0000;
}

.checkout-form .input-container input::-webkit-input-placeholder { color: #B9B9B9; }
.checkout-form .input-container input:-moz-placeholder { color: #B9B9B9; }
.checkout-form .input-container input::-moz-placeholder { color: #B9B9B9; }
.checkout-form .input-container input:-ms-input-placeholder { color: #B9B9B9; }

.checkout-form label.switch-label {  position: relative; width: auto; padding: 0 22px; height: 48px; line-height: 48px; cursor: pointer }
.switch-slider:after {  content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0}
.switch-label-on .switch-slider {   left: 0;}
.switch-label-on { margin-left: -10px;}
.switch-label-off .switch-slider {   right: 0;}
.switch-radio:checked + .switch-label .switch-slider {
    z-index: 1;
    width: 100%;
}
.switch-radio:checked + .switch-label .switch-slider:after {
    visibility: hidden;
}
.switch-label .switch-slider:after { content: ''; position: absolute; width: 100%; height: 100%;}
.checkout-form .switch-slider {  position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    transition: width 0.2s linear;
    background: #eeeeee;
    border-radius: 5px;
}
.switch-title { position: relative; z-index: 10; font-weight: bold; color: #3e3b3a}
.switch-radio {   position: absolute; visibility: hidden;}
.radio-box { padding: 4px; border-radius: 7px; border: 2px solid #eeeeee; display: inline-block; vertical-align: top; margin-top: 7px}

.checkout-form .total-price { font-size: 18px; margin-bottom: 42px;}
.checkout-form .total-price strong { font-size: 36px;}
.checkout-form .total-price strong small { font-size: 24px;}
.checkout-form .button { padding: 0 130px; height: 70px; line-height: 70px;}
@media (max-width: 770px) {
    .checkout-form label, .checkout-form .label { float: none; width: auto;padding: 40px 30px 0px; display: block; font-size: 30px;}
    .checkout-form  .chosen-container  { font-size: 30px;}
    .checkout-form .input-container input[type="text"], .checkout-form .input-container input[type="email"], .checkout-form .input-container input[type="tel"], .checkout-form .input-container select { font-size: 30px;}
    .checkout-form .input-container { line-height: normal; padding: 25px 30px; }
    .checkout-form label.switch-label { float: left}
    .checkout-form .button { padding: 0; text-align: center; height: 130px; padding-top: 30px;}
    .checkout-form .chosen-container .chosen-results li { line-height: 30px;}
    .checkout-form .chosen-container-single .chosen-drop { margin-top: 10px;}
    .checkout-form label.switch-label { padding: 0 58px; height: 96px; line-height: 96px; }
    .checkout-form .total-price { font-size: 30px;}
    .checkout-form .total-price strong { display: block; font-size: 73px; margin-top: 15px;}
    .checkout-form .total-price strong small { font-size: 48px;}
}

/*Checkout success*/
.customer-chosen-address { font-size: 24px; text-align: center; line-height: 36px;}
.success .checkout-wrapper { padding-top: 250px; padding-bottom: 100px; position: relative}
.success .checkout-wrapper:before { content:'';position: absolute; top: 105px; width: 88px; height: 97px; background: url(../images/success_icon.png); left: 50%; margin-left: -44px;}
.success .actions-links .link { font-size: 24px;}

/*megamenu*/
.megaform-holder,
.megamenu-holder {
  position: fixed;
  width: 423px;
  left: -423px;
  -webkit-transition: left 1s ease;
  -o-transition: left 1s ease;
  transition: left 1s ease;
  background: none;
  z-index: 1000;
  top: 0;
  height: 100%;
}
.megaform-holder {
  width: 450px;
  -webkit-transition: right 1s ease;
  -o-transition: right 1s ease;
  transition: right 1s ease;
  left: auto;
  right: -450px;
}
.megaform-holder .close-btn {
  left: auto;
  right: 40px;
  top: 50px;
}
.megaform-holder .form-title,
.modal-box .modal-title {
  padding: 40px 50px;
  font-size: 28px;
}

.success.megaform-holder p {
  padding: 40px 50px;
  font-size: 18px;
}
.success.megaform-holder > p {
  padding-top: 0;
  text-align: left;
}
.success.megaform-holder .form-title {
  padding-bottom: 15px;
}

.megaform-holder .checkout-form > ul > li:last-child {
  background: none;
}
.megaform-holder .checkout-form label,
.megaform-holder .checkout-form .label {
  width: 150px;
}
.megaform-holder .checkout-form .input-container {
  padding: 0 30px 0 170px;
}
.megamenu-holder ul, .call-me { padding-left: 125px; padding-right: 90px;}
.call-me { font-size: 18px; color: #3e3b3a; margin-bottom: 61px;}
.megamenu .open-recall {
  font-size: 18px;
  color: #3e3b3a;
}
.call-me .phone {  color: #f05337; font-weight: bold; display: block; margin-bottom: 18px;}
.call-me .phone  a { color: #f05337; font-weight: bold;}
.megamenu-holder ul li { margin-bottom: 25px;}
.megamenu-holder ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.megamenu .call-me,
.megamenu .megamenu-list {
    background: white;
}

.megamenu .call-me {
    padding-top: 20px;
    padding-bottom: 41px;
    margin-bottom: 0;
}

.megamenu-holder ul li a { color: #3e3b3a; font-weight: bold; font-size: 18px;}
.megamenu .button {
    border-radius: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: block;
}
.megaform-holder .megamenu .button {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  font-family: 'PT Sans';
  font-size: 16px;
  padding: 0 40px;
  border-radius: 0;;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
.megaform-holder .button.white.transparent {
  background: #f7f7f7;
  color: #3e3b3a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 770px) {
  .megaform-holder .checkout-form label {
    width: 80%;
    text-align: left;
    padding: 20px 0px 15px 0px;
    margin: 0 auto;
    font-size: 32px;
  }

  .megaform-holder .checkout-form .input-container {
    padding: 0;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 80%;
  }

  .megaform-holder .checkout-form > ul > li:last-child {
    margin-top: 50px;
  }

  .megaform-holder .checkout-form .input-container input[type="text"],
  .megaform-holder .checkout-form .input-container input[type="tel"] {
    font-size: 44px;
    padding-left: 0px;
  }

  .megaform-holder .megamenu .button {
    font-size: 26px;
    height: 90px;
  }

  .megaform-holder .checkout-form ul li.validate-success .validate-success-icon {
    top: 40%;
  }
  .megaform-holder .form-title {
    padding: 40px 10%;
  }
}

@media (max-width: 640px) {
  .megaform-holder .close-btn {
    left: -120px;
    right: auto;
    top: 0px;
  }

  #recoll-form .close-btn,
  #application_form .close-btn {
    display: none;
  }

  #recoll-form.visible .close-btn,
  #application_form.visible .close-btn {
    display: block;
  }

  .megaform-holder {
  	width: calc(100% - 120px);
  	right: -100%;
  }
  .megaform-holder .megamenu .button {
    width: 80%;
    max-width: 80%;
  }
}

/*custom Modal window*/
.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 98%;
  max-width: 860px;
  background: white;
  -webkit-box-shadow: 0 24px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 30px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

@media (min-width: 32em) {

.modal-box { width: 70%; }
}

@media only screen and (max-width: 900px) {
	.modal-box { width: 80%; }
}

@media only screen and (max-width: 800px) {
	.modal-box { width: 90%; }
}


.modal-main-holder,
.modal-box .modal-header {
  background: none;
  padding: 1.25em 1.5em;
}

.modal-box .modal-main-holder {
  padding: 0;
  display: table-cell;
  width: 60%;
  vertical-align: middle;
}
.modal-box .modal-main-holder img {
  width: 100%;
  display: block;
}
.modal-box hr {
  margin: 35px 0;
}
.modal-box .modal-content strong,
.modal-box .modal-content span {
  display: block;
  font-size: 18px;
  line-height: 24px;
}
.modal-box .price-time {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}
.modal-box .car-transmission {
  color: #9B9B9B;
}
.modal-main-holder h3,
.modal-main-holder p.h3,
.modal-main-holder h4,
.modal-main-holder p.h4,
.modal-box .modal-header h3,
.modal-box .modal-header p.h3,
.modal-box .modal-header h4,
.modal-box .modal-header p.h4 { margin: 0; }

.modal-box > div {
  display: table;
  width: 100%;
}
.modal-box .modal-body {
  padding: 20px;
  width: 40%;
  float: none;
  padding-bottom: 170px;
  display: table-cell;
  position: relative;
}

.modal-box .modal-gallery {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.modal-box .modal-gallery .thumbnail {
  width: 49%;
  height: 170px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 1%;
  display: block;
}
.modal-box .modal-gallery .thumbnail:nth-of-type(even) {
  margin-left: 2%;
}
.modal-box .modal-gallery .thumbnail .img {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
}

.modal-box .modal-content {
  padding: 20px 40px 20px 20px;
}
.modal-box .modal-title {
  padding: 0;
}

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

@media (min-width: 640px) {
	.offices .modal-overlay {
		height: 0px;
		width: 0px;
	}
}

@media (max-width: 640px) {
	.offices .modal-overlay {
		z-index: 60;
	}
}

/* by Viktor */
@media(min-height: 550px) and (min-width: 320px) {
    .megamenu-holder ul li:last-child { padding-bottom: 40px; }
}
@media(min-height: 560px) and (min-width: 320px) {
    .megamenu-holder .megamenu .button {
        position: absolute;
        bottom: 30px;
    }
}
@media(min-height: 600px) and (min-width: 320px) {
    .megamenu .call-me {
        padding-top: 40px;
        padding-bottom: 61px;
    }
}
@media(min-height: 640px) and (min-width: 320px) {
    .megamenu-holder ul li { margin-bottom: 30px; }
}
@media(min-height: 670px) and (min-width: 320px) {
    .megamenu-holder ul li { margin-bottom: 35px; }
}
@media(min-height: 725px) and (min-width: 320px) {
    .megamenu-holder ul li { margin-bottom: 40px; }
}
/* end */

.close-btn,
.js-modal-close {display: block; width: 28px; height: 28px; background: url(../images/sprite.png) -470px 0;  cursor: pointer}
.close-btn {
  position: absolute; left: 50px; top: 42px;
}
.wrapper { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); z-index: 999; overflow-y: auto}
.visible.megamenu-holder {
    left: 0;
  height: 100%;
}
.visible.megaform-holder {
  right: 0;
  height: 100%;
}
.megamenu {
    background: #fff;
  overflow: auto;
  height: 100%;
}

.menu-opener { float: left; cursor: pointer; width: 38px; height: 28px; background: url(../images/sprite.png) -416px 0; margin-top: 16px; margin-right: 40px;}
.fixed .menu-opener { background-position: -416px -41px;}
@media (max-width: 640px) {
    .call-me { margin-bottom: 110px;}
    .call-me, .megamenu-holder ul li a  { font-size: 32px; /*36px by Viktor */}
    .megamenu-holder ul, .call-me { padding-left: 90px}
    .megamenu-holder {
      width: calc(100% - 120px); left: -100%;
    }
    .call-me .phone { margin-bottom: 37px;}
    .megamenu-holder ul li { margin-bottom: 60px; /*69px; by Viktor */}
    .megamenu-holder ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 40px;
    }
    .close-btn { width: 120px; height: 120px; right: -120px; top:0; background-position: 0 -220px; left: auto}
    .megamenu .call-me {
        padding-top: 40px;
        padding-bottom: 61px;
    }

    .megamenu .open-recall{
        font-size: 30px;
    }
}

/*individ lessons*/
.individ_lesson header { background: url(../images/individ_lesson_bg.jpg) no-repeat center top; height: 680px; margin-bottom: 84px;}
.perfect-decision h2,
.perfect-decision p.h2 { margin-bottom: 42px;}
.decision-advantages { padding-bottom: 113px; padding-top: 21px; }
.decision-advantages li { padding-left: 60px; font-size: 18px; line-height: 22px; position: relative; min-height: 35px; padding-right: 50px;}
.decision-advantages li:before { content: ''; position: absolute; left: 5px; top: 5px; width: 23px; height: 23px; background: url(../images/sprite.png) -473px -43px; }
.you-can-choose { padding-top: 16px; margin-bottom: 97px}
.you-can-choose li { text-align: center; position: relative; font-size: 18px; padding-top: 138px; padding-bottom: 48px; }
.you-can-choose li:nth-child(n+4) { border-top: 1px solid #eaeaea; }
.you-can-choose li:before { content: ''; position: absolute; top:43px; width: 75px; height: 71px; left: 50%; margin-left: -38px; background: url(../images/Individ_lesson_sprite.png) 0 0;}
.you-can-choose li.date-and-time:before { width: 68px; margin-left: -34px; background-position: -89px 0;}
.you-can-choose li.lessons-themes:before { width: 55px; margin-left: -27px; background-position: 0 -85px;}
.you-can-choose li.auto-and-instructor:before { width: 89px; margin-left: -44px; background-position: -184px 0;}
.you-can-choose li.lessons-qty:before { width: 55px; margin-left: -34px; background-position: -68px -85px;}
.you-can-choose li.scholars-qty:before { width: 90px; margin-left: -45px; background-position: -145px -85px;}
.all-insctructors li { float: left; width: 340px;}
.call-us .call-us-phone { font-size: 30px; font-weight: bold }
.individ_lesson .block-white { padding-bottom: 70px;}
@media (max-width: 770px) {
    .you-can-choose li:nth-child(n+3) { border-top: 1px solid #eaeaea; }
    .decision-advantages li { float: none; width: auto; border-top: 1px solid #eaeaea;}
    .decision-advantages li:first-child { border: none}
}
/*gai*/
.gai header { background: url(../images/gai.jpg) no-repeat center top; height: 680px; }
.disclaimer { padding: 60px 0; font-size: 24px; line-height: 34px; }
.exams table { width: 100%; margin-bottom: 37px;}
.exams table td { width: 31%; font-size: 18px; padding: 15px 20px 40px 0; border-top: 2px solid #eaeaea; border-bottom: 2px solid #eaeaea;}
.exams table tr:last-child td { border-bottom: none}
.exams table td.exam-type { width: 37%; font-size: 30px; font-weight: bold; color: #3e3b3a; font-family: 'centurygothic'}
.exams table td.exam-type strong { font-size: 72px; float: left; color: #e1e1e1; font-family: 'centurygothic'; }
.exams table td dt { font-weight: bold; margin-bottom: 27px; }
.exams table td dd { margin-bottom: 26px;}
.exams table td dd:last-child { margin-bottom: 22px;}
.exams table td.additional-case { padding-top: 40px; color: #747271}
.exams h2,
.exams p.h2 { font-family: 'PT Sans'; margin-bottom: 48px;}
.foreign-students > li { display: inline-block; text-align: left; vertical-align: top; width: 380px; margin-left: 70px;}
.foreign-students > li:first-child { margin-left: 0}
.foreign-students > li h3,
.foreign-students > li p.h3 { font-size: 18px; font-family: 'PT Sans'; margin-bottom: 19px;}
.foreign-students > li p { font-size: 18px; line-height: 30px;}
.foreign-students > li .duration { font-size: 18px; color: rgba(62,59,58,0.8);}
.foreign-students { text-align: center}
.foreign-students .steps-for-foreigners { font-size: 18px; line-height: 22px; padding-top: 4px;}
.foreign-students .steps-for-foreigners li { margin-bottom: 32px; }
.exam-title { display: block; margin-left: 64px; margin-top: 36px;}
.drive_lesson header { height: 680px; background: url(../images/drive_lesson.jpg) no-repeat center top;}
.drive-program .decision-advantages li { padding: 20px 0 0; text-align: center}
.drive-program .decision-advantages li:last-child { border-right: none}
.drive-program .decision-advantages li:before { display: none}
.drive-program .decision-advantages li .wrap { position: relative; width: 220px; padding-left: 55px; display: inline-block; text-align: left}
.drive-program .decision-advantages li .wrap:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    width: 23px;
    height: 23px;
    background: url(../images/sprite.png) -473px -43px;
}
.drive-program .decision-advantages { padding-top: 70px; padding-bottom: 200px;}
.drive_lesson header h1 { margin-bottom: 17px;}
.skills { width: 100%}
.skills > tbody > tr > th {
    width: 33.33%;
    text-align: left;
    padding-top: 30px;
    font-size: 18px;
    font-weight: normal;
    padding-right: 20px;
}
.skills > tbody > tr > th h3,
.skills > tbody > tr > th p.h3 { font-size: 30px; /*font-family: 'Open Sans';*/ margin-bottom: 18px;}
.skills > tbody > tr { border-top: 2px solid #eaeaea }
.skills > tbody > tr > td { width: 66.66%; vertical-align: top }
.skills > tbody > tr > td td {
    width: 50%;
    font-size: 18px;
    padding: 35px 80px 35px 0;
    border-bottom: 2px solid #eaeaea;
    vertical-align: top;
    line-height: 24px;
}
.skills > tbody > tr > td tr:last-child td { border-bottom: none}
.drive-program h2,
.drive-program p.h2 { margin-bottom: 35px;}
.skills > tbody > tr.individual-lessons > th { padding-top: 72px;}
.skills > tbody > tr.individual-lessons > td { padding-top: 74px;}
.skills > tbody > tr > td table { width: 100%}

/*Add review*/
.form-review textarea { background: #f7f7f7; width: 100%; height: 170px; margin-bottom: 45px; border:none; font-size: 18px; font-weight: bold; color: #3e3b3a; padding: 25px 30px; font-family: 'PT Sans' }
.social-login { width: 540px; margin: 0 auto 42px; max-width: 100%; font-size: 18px;}
.form-review button { width: 540px; max-width: 100%; font-family: 'PT Sans'; margin: 0 auto 40px; display: block; height: 69px; line-height: 69px;}
.social-btn { display: inline-block; vertical-align: middle; padding: 0 0 0 58px; position: relative; width: 190px; border: 2px solid #3b5998; border-radius: 6px; font-size: 18px; font-weight: bold; font-family: "PT Sans"; color: #3b5998; height: 60px; }
.social-btn.vkontakte { border-color: #4c75a3}
.social-btn.vkontakte span { color: #4c75a3; border-color: #4c75a3}
.social-btn span { display: block; line-height: 56px; padding-left: 22px; border-left: 2px solid #3b5998;}
.social-btn:before { content: ""; position: absolute; width: 14px; height: 20px; left: 25px; top: 50%;  margin-top: -10px; background: url(../images/social_sprite.png) 0 -27px;}
.social-btn.vkontakte:before { background-position: 0 -51px; }
.social-login-title { display: inline-block; vertical-align: middle; margin-right: 17px;}
.social-btn.facebook { margin-right: 10px;}
.agreement { font-size: 18px; color: #3e3b3a; line-height: 22px; margin-bottom: 114px; opacity: 0.6}
.add-review-logged { width: 540px; margin: 0 auto; border:3px solid #e9e9e9; border-radius: 6px; background: #fff; overflow: hidden; margin-bottom: 40px;}
.add-review-logged img { display: inline-block; vertical-align: middle; height: 75px;}
.user-info-block { display: inline-block; vertical-align: middle; padding-left: 30px; font-size: 18px; color: #9d9c9c; font-family: 'PT Sans';}
.user-info-block span { display: block; padding-bottom: 10px;}
.user-info-block span.username { color: #f05337; padding-bottom: 0}
.form-review #error_msg { display: none; color: red; margin-top: -30px; margin-bottom: 20px;}








@media (max-width: 1600px) {
    header h1 { font-size: 48px;}
}
@media (max-width: 1024px) {
    .programs-list li { float: none; border-right: none; border-bottom: 4px solid #eaeaea; width: auto; padding: 45px 0 50px;}
    .programs-list li:last-child { border-bottom: none}
    .programs-list { padding: 0 50px;}
    .programs-list li .program-title { float: left; font-size: 26px; margin: 13px 0 0}
    .programs-list li .hours { float: right; width: 175px; font-size: 26px;}
    .programs-list li .hours .count { font-size: 44px; line-height: 46px;}
    .school-info .wheel { width: auto; }
    .schedule-block .content { padding-right: 300px;}
}
@media only screen and (max-width: 960px) {
    .header-right-menu .header-phone { display: none;}
}
@media (max-width: 850px) {
    .header-right-menu > *:not(.header-widgets-area){ display: none;}
}
@media (max-width: 770px) {
    h2,
    p.h2 { font-size: 40px;}
    h2 strong,
    p.h2 strong { font-size: 60px;}
    .button { height: 110px; line-height: 110px; font-size: 30px; overflow: hidden; width: 100%}
    .button.border-button { line-height: 102px; border-width: 4px;}
    .advantages li { display: block; margin: 0 0 20px}
    .advantages li br { display: none}
    .filials-block  { height: 1070px; background-size: cover}
    .filials-block .content { padding-top: 380px;}
    .content-info { font-size: 30px; line-height: 36px;}
    .filials-block h2,
    .filials-block p.h2 { margin-bottom: 2em}
    .schedule-block { background-position: left top; padding-bottom: 110px; height: auto; background-size: cover}
    .schedule-block .content { padding: 80px 50px 0;}
    .schedule-block .schedule-table .schedule-row .schedule-section { display: block; border-width: 0 0 4px 0 ; border-color: rgba(255,255,255,0.3); width: auto}
    .schedule-block .schedule-table .schedule-row .schedule-section:last-child { padding-left: 0}
    .schedule-section span,
    .schedule-block .schedule-table .schedule-row .schedule-section h3,
    .schedule-block .schedule-table .schedule-row .schedule-section p.h3,
    .schedule-block .schedule-table .schedule-row .schedule-section strong { display: inline-block; margin: 0; margin-left: -4px; width: 33.33%; vertical-align: middle}
    .schedule-block .schedule-table .schedule-row:last-child .schedule-section:last-child { border-bottom: none}
    .schedule-section span { text-align: right}
    .school-info:before { display: none}
    .cutter { float: none; width: auto; padding: 0}
    .school-info .wheel { position: static; margin: 0; display: inline-block; margin-bottom: 35px;}
    .school-info h2,
    .school-info p.h2 { text-align: center}
    .school-info .content-info { text-align: center; margin-bottom: 69px;}
    .school-info .content { padding-bottom: 0}
    .school-info-list li { font-size: 30px; margin-bottom: 32px; line-height: 32px;}
    .school-info-list li:before { top: 6px;}
    .school-info-list { margin-bottom: 85px;}
    .school-info.reversed .cutter { padding: 200px 0; float: none; width: auto}
    .school-info.reversed .content .cutter:first-child { margin: 0 -9999px; padding: 200px 9999px; background: url(../images/gray_bg.png)}
    .equipment-info { text-align: center}
    .equipment-info li { font-size: 30px; line-height: 60px; margin-bottom: 60px;}
    .equipment-info li strong { font-size: 60px;}
    .exams-block { height: auto; padding-top: 200px; padding-bottom: 300px; background-size: cover;}
    .exams-block .content .content-info, .exams-block .content .exam-info { font-size: 30px; }
    .testimonials-slider .userpic, .testimonials-slider .user-info { float: none; width: auto}
    .testimonials-slider .user-info { padding-left: 35px;}
    .testimonials-block .message { text-align: center; padding-left: 0; text-transform: none; font-size: 30px; font-family: 'CenturyGothic'}
    .testimonials-block .owl-controls {
        left: 0;
        position: absolute;
        width: 100%;
        padding-top: 15px;
        bottom: auto;
    }
    .promo-form-block form input[type="text"], .promo-form-block form input[type="tel"] { font-size: 30px; height: 80px; border-width: 4px; margin-bottom: 60px;}
    .promo-form-block form ::-webkit-input-placeholder { font-size: 30px;}
    .promo-form-block form :-moz-placeholder { font-size: 30px;}
    .promo-form-block form ::-moz-placeholder { font-size: 30px;}
    .promo-form-block form :-ms-input-placeholder { font-size: 30px;}
    .promo-form-block h2,
    .promo-form-block p.h2 { font-size: 40px; margin-bottom: 1.5em;}
    .promo-form-block form { width: 100%}
    .promo-form-block form button.button { margin-top: 0}
    .promo-form-block form .button.transparent,
    .megaform-holder form .button.transparent
    { line-height: 36px; font-size: 30px;}
    .promo-form-block .copyright { font-size: 20px;}
    .bottom-info-block, .bottom-info-block p { font-size: 26px; line-height: 1.5em}
    .decision-advantages li { padding: 20px 0 20px 40px; }
    .decision-advantages li:before { top: 25px;}
    .exams table td { display: block; width: auto; border:none; padding: 0;  margin-bottom: 25px; font-size: 30px;}
    .exams table { margin: 0 -40px; display: block; width: auto;}
    .exams table tr, .exams table tbody { display: block}
    .exams table tr { border-top: 4px solid #eaeaea; padding: 40px;}
    .exams table td.exam-type { width: auto;font-size: 40px;}
    .disclaimer { font-size: 30px; line-height: 48px;}
    .exam-title { padding-top: 28px; margin-top: 0; margin-bottom: 30px;}
    .exams table td dl { padding-bottom: 30px;}
    .exams table tr td:last-child dl { padding-bottom: 0}
    .exams h2,
    .exams p.h2 { text-align: left}
    .foreign-students { text-align: left}
    .foreign-students > li { display: block; margin: 0; width: 100%;}
    .foreign-students > li h3,
    .foreign-students > li p.h3 { font-size: 30px;}
    .foreign-students > li p{ font-size: 30px; line-height: 40px;}
    .foreign-students > li .duration { font-size: 30px;}
    .foreign-students > li { margin-bottom: 50px;}
    .foreign-students .steps-for-foreigners li { font-size: 30px; line-height: 40px;}
    .foreign-students > li:last-child { margin-bottom: 0}
    .block-white.exams { padding-bottom: 60px;}
    .drive-program .decision-advantages li { text-align: left; border-right: none; border-width: 4px; font-size: 30px; padding-bottom: 45px; line-height: 36px;}
    .drive-program .decision-advantages li .wrap { width: auto; display: block;}
    .drive-program .decision-advantages li .wrap:before { top: 23px;}
    .drive-program .decision-advantages { padding-bottom: 100px;}
    .skills > tbody > tr { border-width: 4px;}
    .skills > tbody > tr > th, .skills > tbody > tr, .skills > tbody, .skills { width: auto; display: block}
    .skills > tbody > tr > th { text-align: center; font-size: 30px; background: #eaeaea; padding-bottom: 48px;}
    .skills > tbody > tr > th h3,
    .skills > tbody > tr > th p.h3 { font-size: 40px;}
    .skills > tbody > tr > td tr,
    .skills > tbody > tr.individual-lessons > th,

    .skills > tbody > tr > td {
        display: block;
        width: 100%;
    }

    .skills > tbody > tr > td td {
        border-width: 4px;
        font-size: 30px;
        padding: 65px 0;
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing:border-box;
        box-sizing: border-box;
    }
    .skills > tbody > tr > td tr:last-child td {
        border-bottom: 4px solid #EAEAEA;
    }

    .individual-lessons .button.border-button.border-red { width: 100%}
    .skills > tbody > tr.individual-lessons > td { width: 100%; display: block; padding-top: 30px;}
    .skills > tbody > tr.individual-lessons > th { background: none; padding-bottom: 0;}

    .social-login-title  { display: block; margin-bottom: 32px;}
    .social-login-title br { display: none}
    .white-page-wrapper h1 + p { font-size: 30px; line-height: 37px;}
    .white-page-wrapper h1 { margin-bottom: 16px;}
    .form-review textarea { font-size: 30px;}
    .form-review { margin: 0 -50px;}
    .social-login { width: 520px; font-size: 30px; margin-bottom: 60px;}
    .social-btn { border-width: 3px; height: 78px; padding-left: 75px; width: 248px;}
    .social-btn span { border-width: 3px; line-height: 72px; font-size: 24px; padding-left: 35px;}
    .social-btn.facebook { margin-right: 16px;}
    .form-review button { width: 520px; border-radius: 10px; height: 110px; line-height: 110px; margin-bottom: 46px;}
    .agreement{ font-size: 30px; line-height: 36px;}
    .social-btn:before { background-position: 0 -74px; width: 14px; height: 26px; left: 32px; margin-top: -13px;}
    .social-btn.vkontakte:before { background-position: -32px -74px; width: 18px; height: 26px; left: 32px; margin-top: -13px;}
    .add-review-logged { width: 520px; margin-bottom: 30px; border-width: 3px;}
    .user-info-block { font-size: 30px;}
    .add-review-logged img { height: auto}
}

@media (max-width: 640px) {
	.testimonials-slider .user-info {
	    margin-top: 30px;
	    padding-left: 60px;
	}

	.testimonials-slider blockquote {
	    font-size: 32px;
	    padding-right: 0px;
	}

	.testimonials-slider .user-name {
		font-size: 36px;
	}

	.testimonials-slider .userpic {
		padding-right: 0px;
	}
}

/*==================== catalog offices ====================*/
.offices header { height: auto; background: none;}
.offices .bg-shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 50;
	display: none;
}

.offices header .button.border-button {
  border: 2px solid #f05337;
  color: #f05337;
}

.offices header .header-top.pos-fixed {
  box-shadow: none;
  border-bottom: 2px solid #ebebeb;
  padding: 8px 10px;
  background: #fff;
  color: #3e3b3a;
  position: fixed;
  left: 0;
  z-index: 10;
  width: 100%;
  top: 0;
  height: 76px;
}

@media (max-width: 767px) {
	.header-top .header-top-inner nav .opener {
	   transform: scale(1.5);
	}

	.header-top.fixed {
		height: 100px;
		padding: 20px 40px;
	}

	.header-top-container {
	    height: 84px;
	    padding-top: 12px;
	    margin-bottom: 130px;
	}

	.offices header .header-top.pos-fixed {
		height: 100px;
		padding: 20px 10px;
	}

	.logo object {
	    width: 280px;
	    height: 90px;
	    margin-top: -20px;
	}
}

.offices .header-top .main-logo {
display: none;
}

.offices .header-top .scroll-logo {
display: inline;
}

.offices .header-top.pos-fixed .header-top-inner {
  padding: 0 40px;
  max-width: 1360px;
  margin: 0 auto;
}

.offices .header-top.pos-fixed .header-top-inner .logo-mobile {
	display: none;
}
.offices .header-phone > a,
.offices .header-widgets-area .wpml-ls a {
  color: #444;
}


.header-phone > a:after {
  width: 20px;
  height: 20px;
  background-image: url("../images/sprite.png");
  background-size: 600px;
  background-position: -12px -463px;
  display: inline-block;
  margin-top: 3px;
  position: absolute;
  top: 17px;
  right: 17px;
  content: '';
}

.fixed .header-phone > a:after,
.offices .header-phone > a:after,
.fixed .header-widgets-area .wpml-ls .wpml-ls-item-toggle:after,
.offices .header-widgets-area .wpml-ls .wpml-ls-item-toggle:after {
  background-position: -253px -368px;
}

.header-phone.active > a:after {
  background-position: -254px -368px;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.offices .drop-down:hover {
	cursor: pointer;
}

.offices .header-top-container {
	margin-bottom: 20px;

}

.offices header .button.border-button.border-red {
  border-color: #f05337;
  color: #f05337;
}

.offices header h1 {
	color: #3e3b3a;
	margin-bottom: 30px;
	margin-top: 50px;
}

.offices .map-type-wrapper {
	border: 3px solid #eeeeee;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 300px;
	height: 60px;
	margin: 0 auto 40px auto;
}

.offices .map-type-wrapper div {
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
	border: 3px solid #fff;
	line-height: 45px;
	border-radius: 7px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: 700;
	font-size: 18px;
}

.offices .map-type-wrapper div span {
	display: inline-block;
	vertical-align: top;
}

.offices .map-type-wrapper div span:before {
	background-image: url("../images/sprite.png");
	background-size: 400px;
	display: inline-block;
	width: 35px;
	height: 35px;
	position: relative;
	top: 5px;
	content: "";
	float: left;
}

.offices .map-type-wrapper .on-map span:before {
	background-position: 0 -234px;
}

.offices .map-type-wrapper .on-list span:before {
	background-position: -35px -235px;
}

.offices .map-type-wrapper div.active:hover,
.offices .map-type-wrapper div.active {
	background-color: #eeeeee;
	cursor: auto;
}

.offices .map-type-wrapper div:hover {
	cursor: pointer;
	background-color: #eeeeee;
}

/* map wrapper */
.office .offices-map-wrapper,
.offices .offices-map-wrapper {
	height: 570px;
	width: 100%;
	position: relative;
	margin-bottom: 2px;
}

.offices .offices-map-wrapper {
  margin-bottom: 60px;
}

	.offices .offices-map-wrapper .offices-map {
		height: 100%;
	}


	.offices .offices-map-wrapper .popup-window {
		background-color: #fff;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 445px;
		display: none;
	}

	.office .offices-map-wrapper .popup-window .popup-window-close,
	.offices .offices-map-wrapper .popup-window .popup-window-close {
		width: 50px;
		height: 50px;
		background-color: rgba(255,255,255,0.5);
		position: absolute;
	}

	.office .offices-map-wrapper .popup-window .popup-window-close:hover,
	.offices .offices-map-wrapper .popup-window .popup-window-close:hover {
		cursor: pointer;
		background-color: rgba(255,255,255,0.7);
	}

	.office .offices-map-wrapper .popup-window .popup-window-close:before,
	.offices .offices-map-wrapper .popup-window .popup-window-close:before {
		width: 20px;
		height: 20px;
		background-image: url("../images/sprite.png");
		background-size: 600px;
		background-position: -119px -368px;
		content: "";
		display: block;
	    margin: 14px auto;
	}

	.office .offices-map-wrapper .popup-window .office-photo,
	.offices .offices-map-wrapper .popup-window .office-photo {
		height: 180px;
		width: 100%;
		background-size: cover;
		background-position: center center;
	}

    .offices .offices-map-wrapper .popup-window .office-photo {
        cursor: pointer;
    }

	.office .offices-map-wrapper .popup-window-content .popup-window-title,
	.offices .offices-map-wrapper .popup-window-content .popup-window-title {
	  border-bottom: 1px solid #e4e4e4;
	  height: 60px;
	  line-height: 60px;
	  font-weight: 700;
	  text-transform: uppercase;
	  padding-left: 20px;
	}

    .offices .offices-map-wrapper .popup-window-content .popup-window-title {
      cursor: pointer;
    }

	.office .offices-map-wrapper .popup-window-content .popup-window-title:before,
	.offices .offices-map-wrapper .popup-window-content .popup-window-title:before {
	  width: 25px;
	  height: 25px;
	  background-image: url("../images/sprite.png");
	  background-size: 250px;
	  background-position: -61px -146px;
	  content: "";
	  display: block;
	  float: left;
	  margin-top: 18px;
	  margin-right: 10px;
	}

.offices .offices-map-wrapper .popup-window-content .popup-window-title.no_metro:before {
  background-image: none;
}

@media only screen and (max-device-width : 1024px) {
	.offices .offices-map-wrapper .popup-window-content .popup-window-title.no_metro:before {
	  width: 0px;
	}
}


	.offices .offices-map-wrapper .popup-window-content {
		position: relative;
		padding-bottom: 65px;
	}

	.office .offices-map-wrapper .popup-window-content h3,
	.office .offices-map-wrapper .popup-window-content p.h3,
	.offices .offices-map-wrapper .popup-window-content h3,
	.offices .offices-map-wrapper .popup-window-content p.h3 {
		font-family: 'PT Sans', Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #3e3b3a;
		font-weight: 700;
		margin-left: 60px;
		margin-top: 40px;
	}

	.office .offices-map-wrapper .popup-window-content .phone,
	.office .offices-map-wrapper .popup-window-content .address,
	.offices .offices-map-wrapper .popup-window-content .phone,
	.offices .offices-map-wrapper .popup-window-content .address {
		font-size: 18px;
		line-height: 20px;
		font-family: 'PT Sans', Arial, Helvetica, sans-serif;
		margin-left: 60px;
	}

	.office .offices-map-wrapper .popup-window-content .address,
	.offices .offices-map-wrapper .popup-window-content .address {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.office .offices-map-wrapper .popup-window-content .phone,
	.offices .offices-map-wrapper .popup-window-content .phone {
		margin-bottom: 10px;
	}

  .office .offices-map-wrapper .popup-window-content .phone a,
	.offices .offices-map-wrapper .popup-window-content .phone a {
		color: #3e3b3a;
	}

	.office .offices-map-wrapper .popup-window-footer,
	.offices .offices-map-wrapper .popup-window-footer {
		padding-left: 60px;
		line-height: 65px;
		width: 100%;
		height: 65px;
		position: absolute;
		bottom: 0;
	}

	.office .offices-map-wrapper .popup-window-footer a,
	.offices .offices-map-wrapper .popup-window-footer a {
		color: #f05337;
	}

/* list wrapper */
.offices .offices-list-wrapper {
	max-width: 1360px;
	margin: 0 auto;
}

.offices .offices-list-wrapper .offices-list-item {
	border-collapse: collapse;
	border: 1px solid #ffffff;
	width: 25%;
	background-color: #f5f5f5;
	padding-bottom: 40px;
	float: left;
	text-align: center;
	margin-bottom: 60px;
}

.offices .offices-list-wrapper .offices-list-item .image-holder {
  position: relative;
  height: 180px;
  overflow: hidden;
  background-size: cover;
  background-position:center center;
}

.offices .offices-list-wrapper .offices-list-item img {
  position: absolute;
  display: block;
	width: auto;
  height: 180px;

}

.offices .offices-list-wrapper .offices-list-item .metro {
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.offices .offices-list-wrapper .offices-list-item .metro:before {
	width: 25px;
	height: 25px;
	background-image: url("../images/sprite.png");
	background-size: 250px;
	background-position: -61px -146px;
	content: "";
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 7px;
}

/*
.offices .offices-list-wrapper .offices-list-item .metro.no_metro + div{
  margin-top: 30px;
}*/
/*
.offices .offices-list-wrapper .offices-list-item .metro.no_metro{
  display: none;
}*/
.offices .offices-list-wrapper .offices-list-item .metro.no_metro:before {
  background-image: none;
  width: 0;
  margin-right: 0px;
}

.offices .offices-list-wrapper .offices-list-item .office-address {
	padding: 0 10px;
  min-height: 32px;
}

.offices .content {
	width: auto;
	max-width: 1440px;
}

@media only screen and (max-width: 1024px) {
	.offices header .header-top.fixed {
		padding: 8px 40px;
	}
	.offices .header-top.fixed .header-top-inner {
		padding: 0 10px;
	}
	.offices .offices-map-wrapper .popup-window {
		width: 250px;
	}
	.offices .offices-map-wrapper .popup-window-content h3,
	.offices .offices-map-wrapper .popup-window-content p.h3,
	.offices .offices-map-wrapper .popup-window-content .phone,
	.offices .offices-map-wrapper .popup-window-content .address {
		padding: 0 20px 0 30px;
		margin-left: 0;
	}
}

/* IPAD ---------------------------- Viktor */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  /* --------- */
  .offices .offices-map-wrapper .popup-window {
      width: 320px;
  }
  .offices .offices-list-wrapper .offices-list-item .office-address {
    height: 32px;
  }
}

@media only screen and (max-width: 870px) {
	.offices header .button.border-button {
		margin-left: 0px;
	}
	.offices .offices-list-wrapper .offices-list-item {
		width: 50%;
	}
}

@media (max-width: 770px) {
	.offices .actions-links .link.link-forward {
		font-size: 0;
	}
	.actions-links.content {
		padding: 45px 40px;
	}
}

@media only screen and (max-width: 640px) {
	.offices header {
		padding-top: 90px;
	}
	.offices header h1 {
	  margin-bottom: 50px;
	}
	/*
	.offices header .header-top.pos-fixed {
		background-color: #352539;
		height: 135px;
	}
	*/
	.offices .header-top.pos-fixed .header-top-inner .logo {
		/*display: none;*/
	}
	.offices .header-top.pos-fixed .header-top-inner .logo-mobile {
		display: block;
	}
	.offices .offices-list-wrapper .offices-list-item {
		width: 100%;
		border: 0px;
		margin-bottom: 0;
	}
	/*
	.offices header nav {
		margin-top: 30px;
		margin-right: 0px;
	}
	*/
	/*
	.header-top .header-top-inner nav .opener {
		background-size: 600px;
		background-position: -282px -356px;
		width: 70px;
		height: 45px;
	}
	*/
	.offices .map-type-wrapper {
		width: 100%;
		height: 115px;
		margin: 0 auto 75px auto;
		border-radius: 14px;
	}
	.offices .map-type-wrapper div span:before {
		background-image: url("../images/sprite.png");
		background-size: 600px;
		width: 45px;
		height: 50px;
		top: 22px;
	}
	.offices .map-type-wrapper div {
		font-size: 30px;
		line-height: 90px;
		text-align: center;
		border: 8px solid #fff;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		border-radius: 14px;
	}
	.offices .map-type-wrapper .on-map span:before {
		background-position: -1px -355px;
	}
	.offices .map-type-wrapper .on-list span:before {
		background-position: -55px -355px;
		margin-right: 15px;
	}
	.offices .offices-list-wrapper .offices-list-item .metro {
		font-size: 36px;
		margin-bottom: 45px;
	}
	.offices .offices-list-wrapper .offices-list-item .metro:before {
		width: 50px;
		height: 45px;
		background-size: 600px;
		background-position: -152px -355px;
	}
	.offices .offices-list-wrapper .offices-list-item .office-address {
		font-size: 30px;
	}
	.offices .bottom-info-block {
		padding-top: 45px;
	}


	.office .offices-map-wrapper,
	.offices .offices-map-wrapper {
		position: static;
	}
	.office .offices-map-wrapper .popup-window,
	.offices .offices-map-wrapper .popup-window {
		width: 80%;
		z-index: 100;
		position: fixed;
	}
	.office .offices-map-wrapper .popup-window .popup-window-close,
	.offices .offices-map-wrapper .popup-window .popup-window-close {
		width: 120px;
		height: 133px;
		background: #000;
		left: -120px;
	}
	.office .offices-map-wrapper .popup-window .popup-window-close:before,
	.offices .offices-map-wrapper .popup-window .popup-window-close:before {
		background-position: -366px -356px;
		margin: 40px auto;
		width: 40px;
		height: 40px;
	}
	.office .offices-map-wrapper .popup-window-content .popup-window-title,
	.offices .offices-map-wrapper .popup-window-content .popup-window-title {
		margin-top: 50px;
		line-height: 50px;
		font-size: 34px;
		line-height: 34px;
		height: auto;
		border: 0px;
	}
	.office .offices-map-wrapper .popup-window-content .popup-window-title:before,
	.offices .offices-map-wrapper .popup-window-content .popup-window-title:before {
		width: 50px;
		height: 40px;
		background-size: 600px;
		background-position: -149px -360px;
		content: "";
		display: block;
		float: left;
		margin-top: 0;
		margin-right: 10px;
	}
	.offices .offices-map-wrapper .popup-window-content .popup-window-title:before {
		width: 0px;
	}
	.office .offices-map-wrapper .popup-window-content h3,
	.office .offices-map-wrapper .popup-window-content p.h3,
	.offices .offices-map-wrapper .popup-window-content p.h3,
	.offices .offices-map-wrapper .popup-window-content h3 {
		padding-top: 30px;
		font-size: 30px;
	}

	.office .offices-map-wrapper .popup-window-content h3,
	.office .offices-map-wrapper .popup-window-content p.h3 {
		padding-top: 20px;
	}

	.office .offices-map-wrapper .popup-window-content .phone,
	.office .offices-map-wrapper .popup-window-content .address,
	.offices .offices-map-wrapper .popup-window-content .phone,
	.offices .offices-map-wrapper .popup-window-content .address {
		font-size: 30px;
		line-height: 37px;
	}
	.office .offices-map-wrapper .popup-window-footer,
	.offices .offices-map-wrapper .popup-window-footer {
		padding: 0 40px;
		height: auto;
		bottom: 50px;
	}
	.office .offices-map-wrapper .popup-window-footer a,
	.offices .offices-map-wrapper .popup-window-footer a {
		height: 105px;
		width: 100%;
		line-height: 105px;
		border: 3px solid #f05337;
		-webkit-border-radius: 9px;
		-moz-border-radius: 9px;
		border-radius: 9px;
		display: inline-block;
		text-align: center;
		font-size: 26px;
		text-transform: uppercase;
	}

}


/*==================== services ====================*/
.services header {
	height: 680px;
	background: url(../images/services.jpg) no-repeat center top;
}

.services header h1 {
	margin-bottom: 20px
}

.services header .content-info {
	font-size: 24px;

}

.services .block-white {
	padding-bottom: 0;
}

.services .make-order {
	text-align: center;
	font-size: 18px;
	padding: 60px 0;
}

.services .make-order .make-order-phone {
	font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-top: 30px;
}

.services .actions-links.content {
	padding: 70px 40px;
}

.services .our-services .ind-lessons {
	background-image: url(../images/lessons.jpg);
	height: 680px;
	text-align: center;
	color: #fff;
	position: relative;
	background-position: center;
}

.services .our-services .ind-lessons .ind-lessons-content {
	position: absolute;
	bottom: 60px;
	width: 100%;
	padding: 0 40px;
}

.services .our-services .ind-lessons .ind-lessons-content h3,
.services .our-services .ind-lessons .ind-lessons-content p.h3 {
	font-size: 40px;
	font-weight: 700;
	font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
	margin: 0 0 25px 0;
}

.services .our-services .ind-lessons .ind-lessons-content .ind-lessons-descr {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
}


.services .our-services .service-item {
	margin-top: 2px;
}

.services .our-services .service-item .service-item-photo {
	float: left;
	width: 67%;
	height: 450px;
	background-size: cover;
}

.services .our-services .service-item .service-item-photo.cat-a {
	background-image: url(../images/category_a.jpg);
}
.services .our-services .service-item .service-item-photo.cat-c {
	background-image: url(../images/category_c.jpg);
}
.services .our-services .service-item .service-item-photo.med-ex {
	background-image: url(../images/medical_exam.jpg);
}

.services .our-services .service-item .service-item-descr {
	background-image: url(../images/service-item-descr.jpg);
	background-repeat: repeat;
	font-size: 18px;
	float: right;
	width: 33%;
	height: 450px;
	padding: 40px 50px;
	line-height: 25px;
}

.services .our-services .service-item .service-item-descr h3,
.services .our-services .service-item .service-item-descr p.h3 {
	font-size: 20px;
	font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
}

.services .our-services .service-item.left-pos .service-item-photo {
	float: right;
}
.services .our-services .service-item.left-pos .service-item-descr {
	float: left;
}

.services .actions-links {
	text-align: center;
}

.services .actions-links .link {
	font-size: 24px;
	line-height: 57px;
	padding-top: 0;
	float: none;
	display: inline-block;
}


.services .bottom-info-block {
	padding-top: 120px;
	padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
	.services .block-white .content {
		margin: 0 -40px;
	}
	.services header {
		height: 500px;
		background-position: top left;
	}
}

@media (max-width: 770px) {
	.services .actions-links .link {
		line-height: 104px;
		background: none;
		width: auto;
		padding-left: 120px;
	}
	.services .actions-links.content {
		padding: 45px 40px;
	}
	.services .actions-links .link:before {
		width: 106px;
		height: 104px;
		background: url(../images/sprite.png) -144px 0;
		display: block;
		content: "";
	}
}

@media only screen and (max-width: 640px) {
	.services header {
		height: 700px;
		background-position: top left;
		background-size: 1500px;
	}
	.services header h1 {
		font-size: 40px;
	}
	.services .our-services .service-item .service-item-photo,
	.services .our-services .service-item .service-item-descr {
		width: 100%;
		height: auto;
		height: 395px;
	}
	.services .our-services .service-item .service-item-descr h3,
	.services .our-services .service-item .service-item-descr p.h3,
	.services .our-services .service-item .service-item-descr {
		font-size: 30px;
		line-height: 48px;
	}
	.services .our-services .service-item .service-item-descr {
		height: auto;
	}
	.services .make-order {
		font-size: 30px;
		line-height: 40px;
		padding: 70px 0;
	}
	.services .our-services .ind-lessons {
		background-size: 1500px;
		height: 700px;
	}
	.services .our-services .ind-lessons .ind-lessons-content h3,
	.services .our-services .ind-lessons .ind-lessons-content p.h3 {
		margin-bottom: 60px;
	}
	.services .our-services .ind-lessons .ind-lessons-content {
		bottom: 80px;
	}
	.services .make-order .make-order-phone {
		font-size: 40px;
	}
	.services .our-services .ind-lessons .ind-lessons-content .ind-lessons-descr {
		display: none;
	}
	.services .bottom-info-block {
		padding-top: 40px;
	}
  /* modal */
  .modal-box {
    width: calc(100% - 120px);
    left: auto!important;
    right: 0!important;
    height: 100%;
    top: 0!important;
  }
  .modal-box .modal-main-holder,
  .modal-box .modal-body,
  .modal-box > div {
    width: 100%;
    display: block;
    float: none;
  }
  .modal-box > div {
    overflow-y: scroll;
    height: 100%;
  }
  .modal-box .modal-body {
    position: relative;
  }
  .modal-box .modal-gallery {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 100%;
    height: 100px;
  }
  .modal-box .modal-gallery .thumbnail {
    width: 100px;
    height: 100px;
    float: right;
  }
  .modal-box .js-modal-close {
    width: 120px;
    height: 120px;
    background-position: 0 -220px;
    position: fixed;
    top: 0;
    left: 0;
  }
}

/*==================== price ====================*/
.price .clearfix:before,
.price .clearfix:after {
	display: block;
	content: "";
	clear: both;
}

.price header {
	height: 680px;
	background: url(../images/price.jpg) no-repeat center top;
}

.price header h1 {
	margin-bottom: 20px
}

.price header .content-info {
	font-size: 24px;
	margin-bottom: 33px;
}

.price .block-white {
	padding-bottom: 0;
}

.price .block-white .price-page-title {
	font-size: 24px;
	padding: 60px 30px 45px 30px;
	text-align: center
}

.price .block-white .content .col-price-wrapper {
	display: table;
	margin-bottom: 40px;
}

.price .block-white .content .col-price-wrapper.price-descr {
    margin-top: 70px;
}

.price .block-white .content .col-price-row {
	display: table-row;
}

.price .block-white .content .col-price {
	width: 33%;
	display: table-cell;
	border-right: 2px solid #eaeaea;
	text-align: center;
	padding: 40px 0 20px 0;
	position: relative;
}

.price .block-white .content .col-price.no-border {
	border: 0px;
	text-align: left;
	padding-left: 116px;
	padding: 0 80px;
	font-size: 18px;
	line-height: 25px;
}

.price .block-white .content .col-price.last-col {
	border: 0px;
}

	.price .block-white .content .col-price .recommended {
    position: absolute;
    color: #43c111;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 21px;
    font-weight: 700;
    top: 12px;
    left: 50%;
    margin-left: -72px;
        display: none;
  }
     .price .block-white .content .col-price .recommended.full {
        display: block;
    }

  .price .block-white .content .col-price .recommended:before {
    content: "";
    display: block;
    background-image: url("../images/sprite.png");
    background-size: 600px;
    background-position: -425px -368px;
    width: 22px;
    height: 21px;
    float: left;
  }

	.price .block-white .content .col-price h3,
	.price .block-white .content .col-price p.h3 {
		font-size: 30px;
	}

	.price .block-white .content .col-price h4,
	.price .block-white .content .col-price p.h4 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.price .block-white .content .col-price .col-price-val {
		font-size: 48px;
		font-weight: 700;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.price .block-white .content .col-price .col-price-descr {
		font-size: 18px;
		padding-bottom: 55px;
		border-bottom: 2px solid #f05337;
    position: relative;
	}

	.price .block-white .content .col-price .col-price-descr span {
		display: block;
		text-align: center;
		color: #969696;
		margin-top: 5px;
	}

  .price .block-white .content .col-price .col-price-descr .recommended.full {
        margin-top: 42px;
    }

	.price .block-white .content .col-price .col-price-time {
		padding-top: 40px;
		font-size: 30px;
		font-weight: 700;
		border-bottom: 2px solid #eaeaea;
		padding-bottom: 35px;
	}

	.price .block-white .content .col-price .col-price-time span {
		display: block;
		font-weight: 400;
		font-size: 18px;
		margin-top: 10px;
	}

	.price .block-white .content .col-price .col-descr {
		min-height: 135px;
		padding: 35px 70px 10px 70px;
		font-size: 18px;
		line-height: 22px;
	}

	.price .block-white .content .col-price .col-descr p {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 15px;
		padding: 0;
	}

	.price .block-white .content .col-price .old-price {
		font-size: 16px;
		color: #c6c6c6;
	}

	.price .block-white .content .col-price .old-price span {
		text-decoration: line-through;
	}

	.price .block-white .content .col-price .new-price {
		font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 700;
		margin-top: 5px;
		margin-bottom: 30px;
	}

	.price .block-white .content .col-price li {
		padding-left: 10px;
	}

	.price .block-white .content .col-price li:before {
		content: "";
		background-color: #f05337;
		border-radius: 50%;
		height: 4px;
		width: 4px;
		display: block;
		float: left;
		position: relative;
		top: 11px;
		left: -10px;
	}

.price .red-block {
	margin-top: 60px;
}


.price .actions-links.content {
  padding: 70px 40px;
}

.price .actions-links .link.link-forward span {
	font-size: 16px;
}

.price .actions-links .link.link-forward {
	line-height: 24px;
}

.price .bottom-info-block {
	padding-top: 120px;
	padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
	.price header {
		height: 500px;
	}
	.price .block-white .content .col-price .col-descr {
		padding: 35px 40px 10px 40px;
	}
	.price .block-white .content .col-price.no-border {
		padding: 0 40px 0 0;
	}
}

@media only screen and (max-width: 770px) {
	.price .actions-links .link.link-forward {
		font-size: 0;
	}
	.price .actions-links .link.link-forward span {
		display: none;
	}
	.price .actions-links.content {
		padding: 45px 40px;
	}

	.price .block-white .content .col-price-wrapper,
	.price .block-white .content .col-price-row {
		display: block;
	}

    .price .block-white .content .col-price-wrapper.price-descr {
        margin-top: 0px;
    }
    .price .block-white .content .col-price-wrapper.program-descr {
        margin-bottom: 0px;
    }
    .price .block-white .content .col-price-wrapper.price-descr .col-price-row {
        padding-top: 20px;
    }

	.price .block-white .content .col-price-row {
		border-top: 4px solid #eaeaea;
	}
	.price .block-white .content .col-price {
		display: block;
		width: 100%;
		border: 0px;
		border-bottom: 4px solid #eaeaea;
		text-align: left;
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.price .block-white .content .col-price .col-price-descr,
	.price .block-white .content .col-price .col-price-time {
		border: 0px;
	}
	.price .block-white .content .col-price .col-price-val {
		float: left;
		margin-top: 60px;
		font-size: 64px;
	}
	.price .block-white .content .col-price .col-price-descr {
		margin-top: 57px;
		margin-left: 30px;
	}
	.price .block-white .content .col-price .col-price-descr {
		float: left;
		border: 0px;
		float: left;
		padding: 0;
		font-size: 30px;
	}
	.price .block-white .content .col-price h3,
	.price .block-white .content .col-price p.h3 {
		font-size: 40px;
        cursor: pointer;
	}
	.price .block-white .content .col-price h3:after,
	.price .block-white .content .col-price p.h3:after {
		display: block;
		content: "";
		float: right;
		background-position: -499px -360px;
		width: 35px;
		height: 35px;
		background-image: url("../images/sprite.png");
		background-size: 600px;
	}
	.price .block-white .content .col-price.open h3:after,
	.price .block-white .content .col-price.open p.h3:after {
		background-position: -537px -360px;
	}

	.price .block-white .content .col-price .col-price-descr span {
		margin-top: 0;
	}
	.price .block-white .content .col-price .col-price-time {
		font-size: 64px;
	}
	.price .block-white .content .col-price .col-price-time,
	.price .block-white .content .col-price .col-descr,
	.price .block-white .content .col-price .old-price,
	.price .block-white .content .col-price .new-price,
	.price .block-white .content .col-price .button.border-button {
		display: none;
	}
	.price .block-white .content .col-price.open .col-price-time,
	.price .block-white .content .col-price.open .col-descr,
	.price .block-white .content .col-price.open .old-price,
	.price .block-white .content .col-price.open .new-price,
	.price .block-white .content .col-price.open .button.border-button {
		display: block;
	}

	.price .block-white .content .col-price .col-price-time span {
		font-size: 30px;
		display: inline-block;
	}
	.price .block-white .content .col-price .col-descr {
		padding: 10px 0 60px 0;
		font-size: 30px;
		min-height: 0;
		line-height: 35px;
	}

    .price .block-white .content .col-price .col-descr p {
        font-size: 24px;
    }

	.price .block-white .content .col-price .new-price {
		font-size: 64px;
		float: left;
		margin-top: 0;
	}
	.price .block-white .content .col-price .old-price {
		float: right;
		font-size: 36px;
		margin-top: 29px;
	}
	.price .block-white .content .col-price .button.border-button {
		margin-top: 30px;
	}
	.price .block-white .content .col-price .recommended {
    position: static;
    font-size: 24px;
    margin-left: 0;
    margin-bottom: 40px;
    letter-spacing: 1px;
    line-height: 35px;
        display: block;
  }
  .price .block-white .content .col-price .recommended:before {
    margin-right: 15px;
    background-position: -460px -360px;
    width: 35px;
    height: 35px;
    float: left;
  }
    .price .block-white .content .col-price .recommended.full {
        display: none;
    }
	.price .block-white .content .col-price h4,
	.price .block-white .content .col-price p.h4 {
		font-size: 40px;
		margin-bottom: 40px;
	}
	.price .block-white .content .col-price.no-border {
		padding: 40px 50px;
		font-size: 30px;
		line-height: 40px;
	}
	.price .block-white .content .col-price li:before {
		height: 7px;
		width: 7px;
		top: 18px;
	}
	.price .block-white .content .col-price li {
		margin-bottom: 30px;
	}
	.price .bottom-info-block {
		padding: 40px;
	}

}

@media only screen and (max-width: 640px) {
	.price header {
		height: 700px;
	}
	.price .content {
		padding: 0;
	}
	.price .block-white .content .col-price {
		padding-left: 50px;
		padding-right: 50px;
	}
	.price .bottom-info-block {
		padding: 40px;
	}
	.price header .content {
		padding: 0 40px;
	}
	.price header .content .text-bottom {
		padding: 0 30px;
	}

}




/* Slider */
.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: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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:before,
.slick-track:after
{
    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;
}




.price-page-wrapper {
    margin-top: 100px;
}

.price-page-wrapper .page-title {
    font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #3E3B3A;
    margin-bottom: 24px;
}

.price-page-wrapper .categories-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.price-page-wrapper .categories-wrapper .tabs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 20px 0 0;
    list-style: none;
    border: 3px solid #EEEEEE;
    border-radius: 7px;
    padding: 4px;
}

.price-page-wrapper .categories-wrapper .tabs li {
    margin-right: 8px;
}

.price-page-wrapper .categories-wrapper .tabs li:last-child {
    margin-right: 0;
}

.price-page-wrapper .categories-wrapper .tabs li a {
    display: block;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #3E3B3A;
    border-radius: 5px;
    padding: 12px 17px;
}

.price-page-wrapper .categories-wrapper .tabs li a.active,
.price-page-wrapper .categories-wrapper .tabs li a:hover {
    background: #EEEEEE;
    opacity: 1;
}

.price-page-wrapper .categories-wrapper .price-switcher {
    padding: 8px 16px 8px 18px;
    background: url(../images/red_texture.png);
    border-radius: 5px;
}

.price-page-wrapper .categories-wrapper .price-switcher label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    cursor: pointer;
}

.price-page-wrapper .categories-wrapper .price-switcher input {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
}

.price-page-wrapper .categories-wrapper .price-switcher .custom-checkbox {
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-right: 14px;
}

.price-page-wrapper .categories-wrapper .price-switcher .custom-checkbox:after {
    content: "";
    display: none;
    position: absolute;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #3E3B3A;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.price-page-wrapper .categories-wrapper .price-switcher input:checked ~ .custom-checkbox:after {
    display: block;
}

.price-page-wrapper .tabs-content {
    margin-bottom: 48px;
}

.price-page-wrapper .tabs-content > .tab {
    display: none;
}

.price-page-wrapper .tabs-content > .tab.active {
    display: block;
}

.price-page-wrapper .program-items .slick-list {
    margin: 0 -25px;
}

.price-page-wrapper .program-items .slick-list .slick-track {
    display: flex;
}

.price-page-wrapper .program-items .slick-arrow {
    height: 48px;
    width: 48px;
    position: absolute;
    top: calc(50% - 24px);
    z-index: 99;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    border-radius: 100%;
}

.price-page-wrapper .program-items .slick-arrow.slick-prev {
    left: -34px;
    background: #ffffff url(../images/icon-arrow-circle-right.svg) no-repeat;
    transform: rotate(180deg);
}

.price-page-wrapper .program-items .slick-arrow.slick-next {
    right: -34px;
    background: #ffffff url(../images/icon-arrow-circle-right.svg) no-repeat;
}

.program-items .program-item {
    position: relative;
    background: #FFFFFF;
    border: 2px solid #EEEEEE;
    border-radius: 5px;
    padding: 54px 24px 24px 24px;
    margin: 12px 25px 0 25px;
    display: flex;
    flex-direction: column;
    height: auto;
}

.program-items .program-item.recommended {
    background: rgba(240, 83, 55, 0.06);
}

.program-items .program-item .item-label-special-price {
    position: absolute;
    top: -2px;
    left: -2px;
    padding: 10px 20px;
    background: #9955A8;
    border-radius: 5px 0;
    font-family: 'PT Mono', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.program-items .program-item .item-label-recommended {
    position: absolute;
    right: -6.25%;
    top: -2.09%;
    height: 88px;
    width: 88px;
    background: url(../images/label-recommended.svg) no-repeat;
}

.program-items .program-item .item-title {
    font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 95%;
    color: #3E3B3A;
    margin-bottom: 8px;
}

.program-items .program-item .item-sub-title {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #3E3B3A;
}

.program-items .program-item .item-sub-title p {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.program-items .program-item .program-description {
    margin: 24px 0 16px 0;
}

.program-items .program-item .program-description .part {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    padding-left: 20px;
    margin-bottom: 24px;
}

.program-items .program-item .program-description .part:last-child {
    margin-bottom: 0;
}

.program-items .program-item .program-description .part .title {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #969696;
    margin-bottom: 4px;
}

.program-items .program-item .program-description .part .title:before {
    display: block;
    position: absolute;
    top: auto;
    bottom: auto;
    left: -20px;
}

.program-items .program-item .program-description .part.practice .title:before {
    content: url(../images/icon-car.svg);
}

.program-items .program-item .program-description .part.theory .title:before {
    content: url(../images/icon-book.svg);
}

.program-items .program-item .program-description .part .time-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
    color: #3E3B3A;
}

.program-items .program-item .program-description .part .time-info .total-hours {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}

.program-items .program-item .program-description .part .time-info .total-time {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-left: auto;
}

.program-items .program-item .program-description .part .time-info .total-info {
    width: 100%;
    margin-top: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
}

.program-items .program-item .program-description .part .part-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program-items .program-item .program-description .part .part-options li {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #3E3B3A;
    margin-bottom: 12px;
    padding-left: 24px;
}

.program-items .program-item .program-description .part .part-options li b {
    display: block;
    margin: 4px 0 0 0;
}

.program-items .program-item .program-description .part .part-options li:before {
    content: url(../images/icon-check-circle.svg);
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    bottom: auto;
}

.program-items .program-item .program-description .part .part-options li:last-child {
    margin-bottom: 0;
}

.program-items .program-item .border {
    margin: auto 0 16px 0;
    border-bottom: 2px solid #EEEEEE;
}

.program-items .program-item .item-promo {
    background: url(../images/gray_bg.png);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 121%;
    text-align: center;
    color: #3E3B3A;
}

.program-items .program-item.recommended .item-promo {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), url(../images/gray_bg.png);
}

.program-items .program-item .item-promo b {
    display: block;
    font-size: 18px;
}

.program-items .program-item .item-info {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #3E3B3A;
    margin: 22px 0 20px 0;
}

.program-items .program-item .item-info p {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.program-items .program-item .item-price {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 90%;
    color: #3E3B3A;
}

.program-items .program-item .item-price + .item-price {
    margin: 12px 0 0 0;
}

.program-items .program-item .item-price .item-price-description {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #3E3B3A;
    margin: 0 0 10px 0;
}

.program-items .program-item .item-price .old-price {
    font-size: 18px;
    color: #969696;
    text-decoration: line-through;
    margin-left: 7px;
}

.program-items .program-item .button {
    width: 100%;
}

.price-page-wrapper .price-info {
    background: #FFFFFF;
    border: 2px solid #EEEEEE;
    border-radius: 5px;
    padding: 32px;
}

.price-page-wrapper .price-info .row:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.price-page-wrapper .price-info .row:first-child .col:first-child {
    max-width: 353px;
    margin-right: 20px;
}

.price-page-wrapper .price-info .row:first-child .col:first-child .title {
    font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 115%;
    color: #3E3B3A;
    margin-bottom: 20px;
}

.price-page-wrapper .price-info .row:first-child .col:first-child .description {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #3E3B3A;
    opacity: 0.8;
}

.price-page-wrapper .price-info .row:first-child .col:last-child {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 755px;
    padding: 16.5px 20px;
    background: #F5F5F5;
    border-radius: 8px;
}

.price-page-wrapper .price-info .row:first-child .col:last-child .img-block {
    width: 96px;
    height: 75px;
    background: url(../images/price-info-decor.png) no-repeat;
    margin-right: 29px;
    flex: 0 0 96px;
}

.price-page-wrapper .price-info .row:first-child .col:last-child .info-block .title {
    font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 95%;
    color: #3E3B3A;
    margin-bottom: 12px;
}

.price-page-wrapper .price-info .row:first-child .col:last-child .info-block .description {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #3E3B3A;
}

.price-page-wrapper .price-info .row:last-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.price-page-wrapper .price-info .row:last-child .col {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 33%;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
}

.price-page-wrapper .price-info .row:last-child .col:nth-child(2) {
    justify-content: center;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}

.price-page-wrapper .price-info .row:last-child .col:nth-child(3) {
    justify-content: flex-end;
}

.price-page-wrapper .price-info .row:last-child .col .info-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 14px 0;
}

.price-page-wrapper .price-info .row:last-child .col .percent {
    font-weight: 700;
    font-size: 48px;
    line-height: 90%;
    color: #3E3B3A;
    margin-right: 17px;
}

.price-page-wrapper .price-info .row:last-child .col .description {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #3E3B3A;
}

@media only screen and (max-width: 991px) {
    .price-page-wrapper .categories-wrapper {
        flex-direction: column;
    }

    .price-page-wrapper .categories-wrapper .tabs {
        margin: 0 0 24px 0;
    }

    .program-items .program-item {
        width: 48%;
    }

    .price-page-wrapper .price-info .row:last-child .col {
        justify-content: center;
    }

    .price-page-wrapper .price-info .row:last-child .col:nth-child(3) {
        justify-content: center;
    }

    .price-page-wrapper .price-info .row:last-child .col .info-wrapper {
        flex-direction: column;
    }

    .price-page-wrapper .price-info .row:last-child .col .percent {
        margin: 0 0 10px 0;
    }

    .price-page-wrapper .price-info .row:last-child .col .description {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .price-page-wrapper {
        padding: 0 50px;
    }

    .price-page-wrapper .categories-wrapper .price-switcher label {
        font-size: 24px;
    }

    .price-page-wrapper .program-items .slick-list {
        margin: 0 -35px;
    }

    .program-items .program-item {
        margin: 12px 35px 0 35px;
        padding: 64px 24px 24px 24px;
    }

    .program-items .program-item .item-label-special-price {
        font-size: 20px;
        padding: 14px 24px;
    }

    .program-items .program-item .item-title {
        font-size: 38px;
    }

    .program-items .program-item .item-sub-title {
        font-size: 26px;
        line-height: 30px;
    }

    .program-items .program-item .program-description .part .title {
        font-size: 26px;
    }

    .program-items .program-item .program-description .part .time-info .total-hours {
        font-size: 34px;
    }

    .program-items .program-item .program-description .part .time-info .total-time {
        font-size: 26px;
    }

    .program-items .program-item .program-description .part .time-info .total-info {
        font-size: 26px;
    }

    .program-items .program-item .program-description .part .part-options li {
        font-size: 26px;
    }

    .program-items .program-item .item-promo {
        font-size: 22px;
    }

    .program-items .program-item .item-promo b {
        font-size: 28px;
    }

    .program-items .program-item .item-price {
        font-size: 34px;
    }

    .program-items .program-item .item-price + .item-price {
        margin: 20px 0 0 0;
    }

    .program-items .program-item .item-price .old-price {
        font-size: 28px;
    }

    .program-items .program-item .item-info {
        font-size: 26px;
    }

    .price-page-wrapper .price-info .row:first-child {
        flex-direction: column;
        align-items: flex-start;
    }

    .price-page-wrapper .price-info .row:first-child .col:first-child {
        margin: 0 0 20px 0;
        max-width: initial;
    }

    .price-page-wrapper .price-info .row:first-child .col:first-child .title {
        font-size: 34px;
    }

    .price-page-wrapper .price-info .row:first-child .col:first-child .description {
        font-size: 22px;
    }

    .price-page-wrapper .price-info .row:first-child .col:last-child .info-block .title {
        font-size: 34px;
    }

    .price-page-wrapper .price-info .row:first-child .col:last-child .info-block .description {
        font-size: 22px;
    }

    .price-page-wrapper .price-info .row:last-child {
        flex-direction: column;
        align-items: flex-start;
    }

    .price-page-wrapper .price-info .row:last-child .col {
        width: 100%;
        justify-content: flex-start !important;
        border: none !important;
    }

    .price-page-wrapper .price-info .row:last-child .col .info-wrapper {
        margin: 0;
        flex-direction: row;
    }

    .price-page-wrapper .price-info .row:last-child .col .percent {
        margin: 0 17px 0 0;
    }

    .price-page-wrapper .price-info .row:last-child .col .description {
        text-align: left;
        font-size: 22px;
    }
}

/*==================== theory ====================*/
.theory header {
	height: 680px;
	background: url(../images/theory.png) no-repeat center top;
}

.theory .block-white {
	padding-bottom: 0px;
}

.theory header h1 {
	margin-bottom: 20px
}

.theory header .content-info {
	font-size: 24px;
	margin-bottom: 33px;
}


.theory .block-white .content h2,
.theory .block-white .content p.h2 {
	font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-top: 55px;
}

.theory .visiting li {
	display: block;
	float: left;
	width: 25%;
	border-left: 2px solid #eaeaea;
	text-align: center;
	padding: 20px 0;
	min-height: 190px;
	font-size: 18px;
}

.theory .visiting li:first-child {
	border: 0px;
}

.theory .visiting li h4,
.theory .visiting li p.h4 {
	font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 35px;
}

.theory .visiting li .visiting-time {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.theory .block-white .content h2.theory-lesson-type,
.theory .block-white .content p.theory-lesson-type.h2 {
	margin-top: 90px;
	margin-bottom: 0;
}

.theory .block-white .content .you-can-choose li {
	display: block;
	float: left;
	width: 25%;
	border: 0px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 145px;
	line-height: 23px;
}

.theory .you-can-choose {
	margin-bottom: 50px;
}

.theory .you-can-choose li:before {
  width: 105px;
  height: 80px;
  margin-left: -52px;
  top: 25px;
}

.theory .you-can-choose li.rules:before {
  background-position: 11px -166px;
}

.theory .you-can-choose li.auto:before {
  background-position: -176px 5px;
}

.theory .you-can-choose li.security:before {
  background-position: -86px -166px;
}

.theory .you-can-choose li.care:before {
  background-position: -189px -166px;
}

.theory .block-white .content h2.theory-instructor {
	margin-top: 0px;
	margin-bottom: 45px;
}

.theory .actions-links.content {
  padding: 70px 40px;
}

.theory .red-block {
  margin-top: 120px;
}

@media only screen and (max-width: 1024px) {
	.theory .block-white .content {
		margin: 0 -40px;
	}
	.theory header {
		height: 500px;
		background-size: 1500px;
	}
}

@media only screen and (max-width: 640px) {
	.theory header {
		height: 700px;
		background-size: initial;
	}
	.theory .block-white .content h2,
  .theory .block-white .content p.h2 {
		font-size: 40px;
	}
	.theory .block-white .content {
		margin: 0;
	}
	.theory header .content-info {
		font-size: 30px;
	}
	.theory .visiting li {
		width: 100%;
		border: 0px;
		border-bottom: 3px solid #eaeaea;
		min-height: 0;
		padding: 50px 0;
	}
	.theory .visiting li:first-child {
		border-bottom: 3px solid #eaeaea;
		border-top: 3px solid #eaeaea;
	}

	.theory .visiting li h4,
	.theory .visiting li p.h4 {
		float: left;
		font-size: 30px;
	}

	.theory .visiting li .visiting-time {
		float: right;
		font-size: 30px;
	}

	.theory .visiting li .visiting-day {
		float: left;
		clear: left;
		font-size: 30px;
	}
	.theory .block-white .content .you-can-choose li {
		width: 100%;
		border-bottom: 4px solid #eaeaea;
		padding-top: 72px;
		min-height: 220px;
		padding-left: 150px;
		text-align: left;
		font-size: 30px;
		line-height: 35px;
	}
	.theory .block-white .content .you-can-choose li:first-child {
		border-top: 4px solid #eaeaea;
	}
	.theory .you-can-choose li:before {
		margin-left: 0;
		left: 0;
		top: 71px;
	}
	.theory .actions-links.content {
		padding: 45px 40px;
	}

}


/*==================== office ====================*/
.office .clearfix:before,
.office .clearfix:after {
	display: block;
	content: "";
	clear: both;
}

.office .block-white {
  padding-bottom: 0;
}

.office .content {
	width: auto;
	max-width: 1480px;
  padding: 0 40px;
}

.office .exams-block .content {
  padding-top: 200px;
}

.office .header-top.fixed {
	z-index: 500;
}

.office header {
	height: 680px;
	background: none;
	text-align: center;
	position: relative;
	/*overflow: hidden;*/
    z-index: 800;
}

.office header .text-bottom {
	bottom: 130px;
	padding: 0 60px;
	z-index: 100;
	pointer-events:none;
}
.office header .text-bottom a {
	pointer-events:all;
}

.office .header-top-container {
  z-index: 200;
  position: relative;
}


.office .offices_slider {
  top: 0px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 100%;
}

.office .offices_slider .mega-slider,
.office .offices_slider .mega-slider.owl-carousel .owl-wrapper-outer,
 .office .offices_slider .mega-slider.owl-carousel .owl-wrapper-outer .owl-wrapper,
 .office .offices_slider .mega-slider.owl-carousel .owl-wrapper-outer .owl-item,
 .office .offices_slider .mega-slider.owl-carousel .owl-wrapper-outer .owl-item div {
    height: 100%;
}
.office .offices_slider .mega-slider.owl-carousel .owl-wrapper-outer .owl-item {
    position: relative;
}
.office .offices_slider .mega-slider.owl-carousel .owl-wrapper-outer .owl-item div {
    position: absolute;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
}
.office .offices_slider .mega-slider.owl-carousel  .owl-controls {
        margin-top: -55px;
}
.office .offices_slider .mega-slider.owl-carousel .owl-wrapper-outer img {
    width: 100%;
    min-height: 680px;
}
.office .offices_slider .mega-slider.owl-carousel .owl-controls .owl-page span {
    background: #9d9d9d;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #fff;
}
.office .offices_slider .mega-slider.owl-carousel .owl-controls .owl-page.active span {
    background: #F05337;
    opacity: 0.99;
}

/*.office .offices_slider li {
	position: absolute;
}

.office .offices_slider li img {
	width: 100%;
}*/

/* By Dima, do not delete
.office .offices_slider { margin-top: -105px; position: relative; z-index: 1}
.office .offices_slider_info { position: absolute; left: 0; bottom: 130px; width: 100%; text-align: center; color: #fff; font-family: 'CenturyGothic'; font-size: 24px; font-weight: bold}
.office .offices_slider_info .school-name { font-size: 48px; padding-left: 75px; position: relative; display: inline-block; font-family: 'CenturyGothic'; margin-top: 11px; margin-bottom: 24px; }
.office .offices_slider_info .school-name:before { position: absolute; content: ''; width: 53px; height: 36px; background: url(../images/sprite.png) 0 -363px; left: 0; top: 6px;}
.office .offices_slider .bx-wrapper .bx-pager { width: 100%; left: 0; text-align: center; bottom: 55px;}
.office .offices_slider .bx-wrapper .bx-pager.bx-default-pager a { background: none; margin: 0 16px}
.office .offices_slider .bx-wrapper .bx-pager .bx-pager-item:first-child a { margin-left: 16px}
.office .offices_slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .offices_slider .bx-wrapper .bx-pager.bx-default-pager a.active { background: #fff}

.office .offices_slider .bx-wrapper { margin-bottom: 2px;}
.office .offices_slider .bx-wrapper img { width: 100%}

@media (max-width: 1600px) {
    .office .offices_slider .bx-wrapper img { min-height: 790px; width: auto; max-width: none}
    .office .offices_slider .bx-wrapper li { overflow: hidden}
}

@media (max-width: 770px) {
    .office .offices_slider_info { padding: 0 60px;}
}*/

.office header .auto-school {
	font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;

  height: 24px;
  line-height: 24px;

  position: absolute;
  top: -34px;
  padding-left: 22px;
}

.office .offices-map-wrapper {
	height: 300px;
	overflow: hidden;
}

.office .offices-map-wrapper .popup-window-content {
	position: relative;
	padding-bottom: 0;
}

.office .offices-map-wrapper .popup-window {
	background-color: #f4f4f4;
	position: relative;
	float: right;
	height: 100%;
	width: 440px;
}

.office .offices-map-wrapper .popup-window .popup-window-close {
	display: none;
}

.office .offices-map-wrapper .offices-map {
	height: 100%;
	float: left;
	width: calc(100% - 440px);
}

.office header h1 {
	margin-bottom: 20px
}

.office header h1:before {
  background-image: url("../images/sprite.png");
  width: 55px;
  height: 50px;
  background-size: 600px;
  background-position: -50px -403px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 7px;
}

.office header h1.no_metro:before {
  background-image: none;
  width: 0;
  margin-right: 0;
}

.office header .content-info {
	font-size: 24px;
	margin-bottom: 33px;
}

.office .block-white .price-page-title-bottom,
.office .block-white .price-page-title {
	font-size: 30px;
	padding: 100px 30px 45px 30px;
	text-align: center;
	font-weight: 700;
	font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
}

.office .block-white .price-page-title-bottom {
	padding: 60px 30px 70px 30px;
}

.office .block-white .content .col-price-wrapper {
	display: table;
	margin-bottom: 40px;
}

.office .block-white .content .col-price-row {
	display: table-row;
}

.office .block-white .content .col-price {
	width: 33%;
	display: table-cell;
	border-right: 2px solid #eaeaea;
	text-align: center;
	padding: 40px 0 20px 0;
	position: relative;
}

.office .block-white .content .col-price .price-action,
.price .block-white .content .col-price .price-action {
    position: absolute;
    background-color: #9955a8;
    font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 20px;
    top: -15px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.office .block-white .content .col-price.no-border {
	border: 0px;
	text-align: left;
	padding-left: 116px;
	padding: 0 80px;
	font-size: 18px;
	line-height: 25px;
}

.office .block-white .content .col-price.last-col {
	border: 0px;
}

	.office .block-white .content .col-price .recommended {
		position: absolute;
		color: #43c111;
		font-size: 12px;
		text-transform: uppercase;
		line-height: 21px;
		font-weight: 700;
		top: 12px;
		left: 50%;
		margin-left: -72px;
        display: none;
	}
     .office .block-white .content .col-price .recommended.full {
        display: block;
    }

	.office .block-white .content .col-price .recommended:before {
		content: "";
		display: block;
		background-image: url("../images/sprite.png");
		background-size: 600px;
		background-position: -425px -368px;
		width: 22px;
		height: 21px;
		float: left;
	}

	.office .block-white .content .col-price h3,
	.office .block-white .content .col-price p.h3 {
		font-size: 30px;
	}

	.office .block-white .content .col-price h4,
	.office .block-white .content .col-price p.h4 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.office .block-white .content .col-price .col-price-val {
		font-size: 48px;
		font-weight: 700;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.office .block-white .content .col-price .col-price-descr {
		font-size: 18px;
		padding-bottom: 55px;
		border-bottom: 2px solid #f05337;
        position: relative;
	}

	.office .block-white .content .col-price .col-price-descr span {
		display: block;
		text-align: center;
		color: #969696;
		margin-top: 5px;
	}

    .office .block-white .content .col-price .col-price-descr .recommended.full {
        margin-top: 42px;
    }

	.office .block-white .content .col-price .col-price-time {
		padding-top: 40px;
		font-size: 30px;
		font-weight: 700;
		border-bottom: 2px solid #eaeaea;
		padding-bottom: 35px;
	}

	.office .block-white .content .col-price .col-price-time span {
		display: block;
		font-weight: 400;
		font-size: 18px;
		margin-top: 10px;
	}

	.office .block-white .content .col-price .col-descr {
		min-height: 142px;
		padding: 35px 70px 10px 70px;
		font-size: 18px;
		line-height: 22px;
	}

	.office .block-white .content .col-price .col-descr p {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 15px;
		padding: 0;
	}

	.office .block-white .content .col-price .old-price {
		font-size: 16px;
		color: #c6c6c6;
    height: 16px;
    display: block;
    margin-bottom: -16px;
	}

	.office .block-white .content .col-price .old-price span {
		text-decoration: line-through;
	}

	.office .block-white .content .col-price .new-price {
		font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 700;
		margin-top: 5px;
		margin-bottom: 30px;
    margin-top: 21px;
	}

	.office .block-white .content .col-price li {
		padding-left: 10px;
	}

	.office .block-white .content .col-price li:before {
		content: "";
		background-color: #f05337;
		border-radius: 50%;
		height: 4px;
		width: 4px;
		display: block;
		float: left;
		position: relative;
		top: 11px;
		left: -10px;
	}

.office .exams-block {
	margin-bottom: 20px;
}

.office .visiting-title {
	font-size: 30px;
	font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 700;
	margin-bottom: 50px;
    padding: 30px 0 10px 0;
}

.office .visiting-title span {
	font-size: 48px;
	font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
}

.office .visiting-title div {
	font-size: 18px;
	margin-top: 10px;
	font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
}

.office .visiting li {
	display: block;
	float: left;
	width: 25%;
	border-left: 2px solid #eaeaea;
	text-align: center;
	padding: 20px 0;
	min-height: 320px;
	font-size: 18px;
}
.office .visiting.col-3 li {
	width: 33%;
}
.office .visiting.col-2 li {
	width: 50%;
}
.office .visiting.col-1 li {
	width: 100%;
}
.office .visiting li:first-child {
	border: 0px;
}

.office .visiting li h4,
.office .visiting li p.h4 {
	font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 35px;
}

.office .visiting li .visiting-time {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.office .visiting li .visiting-time sup {
    font-size: 0.7em;
    vertical-align: text-top;
	padding-left: 2px;
}
.office .visiting li .lessons-start {
	color: #3e3b3a;
	margin-top: 35px;
	margin-bottom: 35px;
}

.office .visiting li .lessons-start .lessons-date {
    display: block;
    padding-top: 5px;
    font-weight: bold;
}


.office .school-info {
	margin-top: 55px;
	border-top: 2px solid #eaeaea;
	display: table;
	width: 100%;
}

.office .school-info:before {
  display: none;
}

.office .school-info-row {
	display: table-row;
}

.office .school-info-row > div {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: center;
	height: 650px;
	padding: 0 20px;
}

.office .school-info .school-wheel { width: 240px; position: static; }

.office .school-info-row .school-info-left {
  background: url(../images/gray_bg.png);
}

.office .school-info .content {
  padding-top: 150px;
  padding-bottom: 120px;
}

.office .school-info-list {
  margin-bottom: 35px;
  width: 250px;
  margin: auto;
}

.office .school-info-list li {
  padding-left: 50px;
  font-size: 20px;
  position: relative;
  line-height: 24px;
  margin-bottom: 12px;
  text-align: left;
}

.office .school-info-list li:before {
  content: '';
  background: url(../images/sprite.png) -67px 0;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 8px;
}

.office .school-info h2,
.office .school-info p.h2 {
	text-align: left;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}

.office .school-info .content-info {
	display: block;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.office .testimonials-block {
	padding: 150px 0;
	background: #f5f5f5;
}

.office .testimonials-block .cont {
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

.office .testimonials-block .bx-wrapper .bx-viewport {
	background: none;
}

.office .testimonials-block .bx-wrapper {
	color: #3e3b3a;
}


.office .guarantee-block ul {
	max-width: 1100px;
	margin: 0 auto;
}

.office .guarantee-block li {
	width: 50%;
	float: left;
	padding: 30px 20px 120px 140px;
	position: relative;
	font-size: 18px;
	line-height: 20px;
}

.office .guarantee-block li span {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  width: 115px;
  height: 115px;
  left: 0;
  background: url(../images/Individ_lesson_sprite.png) -114px -262px;
  background-size: cover;
  background-position: center center;
}

.office .guarantee-block li:first-child span {
  background: url(../images/Individ_lesson_sprite.png) 0px -262px;
}

.office .guarantee-block li h3,
.office .guarantee-block li p.h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.office .required-documents {
	max-width: 1300px;
	margin: 0 auto;
}

.office .required-documents {
	max-width: 1300px;
	margin: 0px auto 120px auto;
	width: 100%;
}

.office .required-documents li {
	width: 25%;
	float: left;
	padding: 25px 30px;
	font-size: 18px;
	line-height: 20px;
	border-left: 1px solid #eaeaea;
	text-align: center;
	min-height: 250px;
}

.office .required-documents li:first-child {
	border-left: 0 solid #eaeaea;
}

.office .required-documents li span.icon {
  width: 95px;
  height: 90px;
  background: url(../images/Individ_lesson_sprite.png) -0px -259px;
  background-size: 200px;
  display: block;
  margin: 0 auto 30px auto;
}

.office .required-documents li.li-photo span.icon { background-position: 0 -349px; }
.office .required-documents li.li-passport span.icon { background-position: -103px -259px; }
.office .required-documents li.li-code span.icon { background-position: 0 -259px; }
.office .required-documents li.li-med span.icon { background-position: -100px -349px; }

.office .required-documents li span.li-desc {
	display: block;
	color: #a5a4a3;
	font-size: 16px;
}

@media only screen and (max-width: 1024px) {
	.office .guarantee-block ul {
		margin: 0 20px;
	}
	.office .block-white > .content {
		padding: 0;
	}
    .office .block-white > .content .price-page-wrapper {
        padding: 0 40px;
    }
	.office .block-white .content .col-price.no-border {
		padding: 0 40px;
	}
	.office .offices-map-wrapper .popup-window {
		width: 250px;
	}
	.office .offices-map-wrapper .offices-map {
		width: calc(100% - 250px);
	}
	.office .offices-map-wrapper .popup-window-content .phone,
	.office .offices-map-wrapper .popup-window-content .address {
		margin-left: 30px;
		margin-right: 30px;
	}
	.office .offices-map-wrapper .popup-window-content h3,
	.office .offices-map-wrapper .popup-window-content p.h3 {
		margin-left: 30px;
		margin-top: 30px;
		margin-right: 30px;
	}


}

@media only screen and (max-width: 770px) {
	.office .actions-links .link.link-forward {
		font-size: 0;
	}
	.office .actions-links .link.link-forward span {
		display: none;
	}
	.office .actions-links.content {
		padding: 45px 40px;
	}
	.office .offices-map-wrapper .popup-window .popup-window-close {
		display: block;
	}
	.office .offices-map-wrapper {
		overflow: visible;
	}
	.office .offices-map-wrapper .popup-window {
		height: auto;
		width: 100%;
		padding-bottom: 35px;
		background: none;
	}
	.office .offices-map-wrapper .offices-map {
		width: 100%;
		height: 350px;
	}
	.office .block-white .content .col-price-wrapper,
	.office .block-white .content .col-price-row {
		display: block;
	}
	.office .block-white .price-page-title-bottom {
		border-top: 4px solid #eaeaea;
		font-size: 40px;
		text-align: left;
		padding-left: 50px;
		padding-right: 50px;
        margin-top: 50px;
	}
	.office .block-white .exams-block + .price-page-title-bottom {
		border-top: 0;
		border-bottom: 4px solid #eaeaea;
		text-align: center;
	}
    .office .block-white .content .price-page-wrapper {
        padding: 0 50px;
    }
	.office .block-white .content .col-price {
		display: block;
		width: 100%;
		border: 0px;
		border-bottom: 4px solid #eaeaea;
		text-align: left;
		padding: 50px;
	}
	.office .block-white .content .col-price .price-action,
  .price .block-white .content .col-price .price-action {
    	font-size: 23px;
    	padding: 15px 20px;
    	top: -15px;
        width: auto;
        margin-left: 0px;
        left: 50px;
	}
	.office .block-white .content .col-price .col-price-time {
		border: 0px;
	}
	.office .block-white .content .col-price .col-price-val {
		float: left;
		margin-top: 60px;
		font-size: 64px;
	}
	.office .block-white .content .col-price .col-price-descr {
		margin-top: 57px;
		margin-left: 30px;
		float: left;
		border: 0px;
		padding: 0;
        padding-bottom: 35px;
		font-size: 30px;
	}
    .office .block-white .content .col-price .col-price-descr span {
        margin-top: 0;
    }
	.office .block-white .content .col-price h3,
	.office .block-white .content .col-price p.h3 {
		font-size: 40px;
        cursor: pointer;
	}
	.office .block-white .content .col-price h3:after,
	.office .block-white .content .col-price p.h3:after {
		display: block;
		content: "";
		float: right;
		background-position: -499px -360px;
		width: 35px;
		height: 35px;
		background-image: url("../images/sprite.png");
		background-size: 600px;
	}
    .office .block-white .content .col-price.open {
        background-color: #f9f9f9;
    }
	.office .block-white .content .col-price.open h3:after,
	.office .block-white .content .col-price.open p.h3:after {
		background-position: -537px -360px;
	}

	.office .block-white .content .col-price .col-price-time {
		font-size: 64px;
	}
	.office .block-white .content .col-price .col-price-time,
	.office .block-white .content .col-price .col-descr,
	.office .block-white .content .col-price .old-price,
	.office .block-white .content .col-price .new-price,
	.office .block-white .content .col-price .button.border-button {
		display: none;
	}
	.office .block-white .content .col-price.open .col-price-time,
	.office .block-white .content .col-price.open .col-descr,
	.office .block-white .content .col-price.open .old-price,
	.office .block-white .content .col-price.open .new-price,
	.office .block-white .content .col-price.open .button.border-button {
		display: block;
	}

	.office .block-white .content .col-price .col-price-time span {
		font-size: 30px;
		display: inline-block;
	}
	.office .block-white .content .col-price .col-descr {
		padding: 10px 0 60px 0;
		font-size: 30px;
		min-height: 0;
		line-height: 35px;
	}
    .office .block-white .content .col-price .col-descr p {
        font-size: 24px;
    }
	.office .block-white .content .col-price .new-price {
		font-size: 64px;
		float: left;
		margin-top: 0;
	}
	.office .block-white .content .col-price .old-price {
		float: right;
		font-size: 36px;
		margin-top: 29px;
	}
	.office .block-white .content .col-price .button.border-button {
		margin-top: 30px;
	}
	.office .block-white .content .col-price .recommended {
		position: static;
		font-size: 24px;
		margin-left: 0;
		margin-bottom: 40px;
		letter-spacing: 1px;
		line-height: 35px;
        display: block;
	}
	.office .block-white .content .col-price .recommended:before {
		margin-right: 15px;
		background-position: -460px -360px;
		width: 35px;
		height: 35px;
		float: left;
	}
    .office .block-white .content .col-price .recommended.full {
        display: none;
    }
	.office .block-white .content .col-price h4,
	.office .block-white .content .col-price p.h4 {
		font-size: 40px;
		margin-bottom: 40px;
	}
	.office .block-white .content .col-price.no-border {
		padding: 40px 50px;
		font-size: 30px;
		line-height: 40px;
	}
	.office .block-white .content .col-price li:before {
		height: 7px;
		width: 7px;
		top: 18px;
	}
	.office .block-white .content .col-price li {
		margin-bottom: 30px;
	}
	.office .bottom-info-block {
		padding: 40px;
	}


	.office .visiting li {
		width: 100%!important;
		border: 0px;
		border-bottom: 3px solid #eaeaea;
		min-height: 0;
		padding: 50px;
	}
	.office .visiting li:first-child {
		border-bottom: 3px solid #eaeaea;
		border-top: 3px solid #eaeaea;
	}

	.office .visiting li h4,
	.office .visiting li p.h4 {
		float: left;
		font-size: 30px;
	}

    .office .visiting-title {
        padding: 0;
        font-size: 40px;
    }

    .office .visiting-title div {
        font-size: 30px;
        font-family: 'PT Sans';
        line-height: 36px;
        font-weight: normal;
        margin-top: 20px;
    }

	.office .visiting li .visiting-time {
		float: right;
		font-size: 30px;
	}

	.office .visiting li .visiting-day {
		float: left;
		clear: left;
		font-size: 30px;
	}
	.office .block-white .content .you-can-choose li {
		width: 100%;
		border-bottom: 4px solid #eaeaea;
		padding-top: 72px;
		min-height: 220px;
		padding-left: 150px;
		text-align: left;
		font-size: 30px;
		line-height: 35px;
	}
	.office .block-white .content .you-can-choose li:first-child {
		border-top: 4px solid #eaeaea;
	}
	.office .you-can-choose li:before {
		margin-left: 0;
		left: 0;
		top: 71px;
	}
	.office .visiting li .lessons-start {
		float: left;
		clear: left;
		font-size: 30px;
		line-height: 35px;
        text-align: left;
	}

	.office .school-info,
	.office .school-info-row {
		display: block;
		border: 0px;
	}
	.office .school-info h2,
	.office .school-info .content-info {
		width: auto;
		text-align: center;
	}
	.office .school-info-row > div {
		display: block;
		width: 100%;
		height: auto;
		padding: 50px;
	}
	.office .school-info-row .school-info-left {
		display: none;
	}
	.office .school-info-list {
		width: auto;
	}
	.office .school-info-list li {
		font-size: 30px;
		text-align: left;
		margin-bottom: 30px;
	}
	.office .school-info-list li:before {
		top: 0;
	}
	.office .school-info h2:before {
	  content: "";
	  display: block;
	  background-image: url(../images/wheel.png);
	  width: 200px;
	  height: 200px;
	  background-size: 100%;
	  margin: 0 auto 70px auto;
	}

	.office .testimonials-block {
		padding: 150px 50px;
	}


	 .office .block-white .content .price-page-title {
	 	font-size: 40px;
	 	padding-top: 50px;
	 	border-bottom: 4px solid #eaeaea;
	 }
	 .office .guarantee-block {
	 	margin-bottom: 60px;
	 }
	.office .guarantee-block li {
		width: 100%;
		float: none;
		padding: 30px 50px 50px 50px;
		text-align: center;
		font-size: 30px;
		line-height: 35px;
	}
	.office .guarantee-block li span {
		position: static;
		display: inline-block;
		margin-bottom: 40px;
	}
	.office .guarantee-block li h3,
	.office .guarantee-block li p.h3 {
		font-size: 30px;
	}

	.office .required-documents {
		margin: 0 auto;
	}

	.office .required-documents li {
		width: 50%;
		padding: 60px 20px;
		min-height: 450px;
		line-height: 35px;
	}
	.office .required-documents li span.icon {
		background-size: 300px;
	}
	.office .required-documents li {
		border-left: 4px solid #eaeaea;
	}
	.office .required-documents li.li-photo,
	.office .required-documents li.li-passport,
    .office .required-documents li.li-code,
    .office .required-documents li.li-med {
		border-bottom: 4px solid #eaeaea;
		font-size: 30px;
	}
	.office .required-documents li span.icon {
		width: 145px;
		height: 145px;
	}
	.office .required-documents li span.li-desc {
		font-size: 24px;
	}

	.office .required-documents li.li-photo span.icon { background-position: 0 -521px; }
	.office .required-documents li.li-passport span.icon { background-position: -151px -378px; }
	.office .required-documents li.li-code span.icon { background-position: 0 -383px; }
	.office .required-documents li.li-med span.icon { background-position: -145px -519px; }
}


/* MEDIA QUERIES for HUMANS ONLY. Made by Acsy*/

@media (max-width: 699px) and (min-width: 520px) {
  @viewport {
    width: 640px;

  }
}



.catalog_text{
  font-size:14px;
  line-height:22px;
  color:#666;
  font-family:'roboto',sans-serif;
  /*position:absolute;*/
  z-index:1;
  left:0;
  /*bottom:-350px;*/
  width:100%;
  /*padding:0 10px!important;*/
  box-sizing:border-box;
}
.catalog_text .text{
  position:relative;
  z-index:1;
  /*height:200px;*/
  overflow:hidden;
}
.catalog_text .text .full_text{
}
.catalog_text .text .full_text a{
  color: #666;
  border-bottom: 1px solid #666;
}

.catalog_text .text .full_text ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.catalog_text .text .full_text ul {
    display: block;
    list-style-type: circle;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.catalog_text .text .opacity{
  display:none;
  position:absolute;
  z-index:1;
  width:100%;
  left:0;
  bottom:0;
  height:100px;
  background:-moz-linear-gradient(top, rgba(255,255,255,0)0%, rgba(255,255,255,1)100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
  background:-webkit-linear-gradient(top, rgba(255,255,255,0)0%,rgba(255,255,255,1)100%);
  background:-o-linear-gradient(top, rgba(255,255,255,0)0%,rgba(255,255,255,1)100%);
  background:-ms-linear-gradient(top, rgba(255,255,255,0)0%,rgba(255,255,255,1)100%);
  background:linear-gradient(to bottom, rgba(255,255,255,0)0%,rgba(255,255,255,1)100%);
  filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#0fff', endcolorstr='#fff',gradienttype=0);
}
.catalog_text .show_hide{
  font-size:13px;
  margin:30px 0;
}
.catalog_text .show_hide a{
  display:inline-block;
  position:relative;
  z-index:1;
  text-decoration:none;
  padding:0 17px 0 0;
  border-bottom:1px dashed;
  color: #0156a9;
}
.catalog_text .show_hide a span{
  position:absolute;
  z-index:1;
  right:0;
  top:5px;
  width:11px;
  height:12px;
  background:url(../images/arrows.png)-8px 0 no-repeat;
}
.catalog_text .show_hide a.opened span{
  background-position:-20px 0px;
}
.catalog_text h3,
.catalog_text p.h3{
  font-size:24px;
  line-height:24px;
  font-family:'roboto',sans-serif;
  font-weight:lighter;
  color:#069;
}
.catalog_text {
  margin:0 0 20px 0;
  border-top:1px solid #e0e0e0;
  padding:20px 0 0 0;
}

.catalog_text ul li{
  list-style:none;
  padding:0;
  margin:0 0 15px 0;
  /*text-indent:-19px;*/
}
.catalog_text ul li:before{
  content:"\2014\a0";
}


@media only screen and (max-width: 760px) {
	.custom-dropdown {
		position: relative;
		display: inline-block;
		vertical-align: middle;
    width: 100%;
	}

  .custom-dropdown::after { /*  Custom dropdown arrow */
		content: " ";
		height: 1em;
    width: 16px;
		font-size: .625em;
		line-height: 1;
		right: 0;
		top: 50%; margin-top: -.5em;
    color: rgba(0,0,0,.9);
    background: url('../images/sprite.png') no-repeat -382px 0px;
    background-position: -382px 0px;
    position: absolute;
		pointer-events: none;
	}

  .custom-dropdown select{
  	font-size: inherit; /* inherit size from .custom-dropdown */
  	padding: .5em; /* add some space*/
  	margin: 0; /* remove default margins */
    background-color: inherit;
    font-family: 'PT Sans';
    font-size: 18px;
    font-weight: bold;
    color: #444;

    padding-right: 2.5em; /* accommodate with the pseudo elements for the dropdown arrow */
		border: 0;
		border-radius: 3px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
  }
}


.add-review h1.success {
  margin-top: 150px;
  margin-bottom: 150px;
}

.theory ul.all-insctructors {
  height: 100%;
}

.theory ul.all-insctructors > li {
  height: 100%;
}

.theory ul.all-insctructors > li > img {
  height: 100%;
  background-position: center center;
  background-size: cover;
}

/* Style Table */
.style-table {border: 1px dashed;padding: 1px;}
.style-table tr, .style-table td {border: 1px dashed;}
/* END Style Table */

/* Set Lang Form */
.hidden {display: none;}
.set_lang_form {background: rgba(0, 0, 0, 0.5);height: 100%;left: 0;position: fixed;top: 0;z-index: 1000000;width: 100%;}
.set_lang_form_inner {background: #ffffff;border: 1px solid #f05337;color: #f05337;left: 50%;max-height: 90vh;max-width: 90vw;overflow-y: auto;padding: 50px 60px;position: absolute;top: 50%;transform: translate(-50%, -50%);width: 550px;}
.set_lang_form .set_lang_title {font-size: 20px;margin-bottom: 40px;text-align: center;}
.set_lang_form .set_lang_buttons {text-align: center;}
.set_lang_form .set_lang_button {border: 2px solid #f05337;cursor: pointer;display: inline-block;font-weight: 700;margin: 0 15px;padding: 10px 20px;}
.set_lang_form .set_lang_button:hover {background: #f05337;color: #fff;}
/* END Set Lang Form */

/* Full Text Style */
/*.full_text h2 {margin: 0.75em 0;}*/
.full_text h2 {font-size: 24px;line-height: 1.5;margin: 0.83em 0;text-align: start;}
/*.full_text h3 {font-weight: bold;margin: 1em 0;}*/
.full_text h3 {color: #666;font-size: 20px;font-weight: bold;line-height: 1.5;margin: 1em 0;}
.full_text p {font-size: initial;margin-block-start: 1em;margin-block-end: 1em;}
.full_text ul, .full_text ol {font-size: initial;margin: 1em 0;}
.full_text ul li, .full_text ol li {font-size: initial;line-height: 1.5;margin: 0;}
.full_text ul li {list-style: disc;}
.full_text ul li::before {content: none;}
.full_text table {border: 1px solid #f05337;margin: 1em 0;max-width: 100%;padding: 0;/*width: 100%;*/}
.full_text table th, .full_text table td {border: 1px solid #f05337;padding: 5px 10px;}
/* END Full Text Style */
