@import url('https://fonts.googleapis.com/css?family=Rubik:400,700,900&subset=cyrillic');
.h1 {
	font-size: 36px;
}
.h2 {
	font-size: 30px;
}
.h3 {
	font-size: 24px;
}
.h4 {
	font-size: 18px;
}
.h5 {
	font-size: 14px;
}
.h6 {
	font-size: 12px;
}
.h1,.h2,.h3,.h4,.h5,.h6  {
	font-family: 'Roboto Condensed';
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 5px;
	
}
#page .h1,#page .h2,#page .h3,#page .h4,#page .h5,#page .h6{	color: #333333;}
#footer input[type="text"], #footer input[type="password"], #footer input[type="email"], #footer input[type="file"], #footer input[type="datetime"], #footer input[type="datetime-local"], #footer input[type="date"], #footer input[type="month"], #footer input[type="time"], #footer input[type="week"], #footer input[type="number"], #footer input[type="url"], #footer input[type="search"], #footer input[type="tel"], #footer input[type="color"], #footer textarea, #footer .text_input, #footer .textarea {
    color: black;
}
#header .inner {
    height: auto;
    padding: 5px 10px 15px 10px;
}
.reg_select {
    cursor: pointer;
    position: relative;
    font-size: 0.9rem;
}
.reg_select i {
    font-size: 0.7rem;
    margin-left: 5px;
}
.select_pop {
    position: absolute;
    background: #fff;
    width: 200px;
    margin-left: -15px;
    padding: 10px 0;
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.4);
    margin-top: 10px;
    transform: rotate(-190deg) scale(0.1);
    transition: all .5s;
    border: solid 3px #ffa800;
    opacity: 0;
    z-index: -10;
}
.new_cities .select_pop {
	 width: 340px;
    max-height: 300px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
@media all and (max-width: 700px) {
	.new_cities .select_pop {
		width: 80vw;
		margin: 0;
	}
}
.select_pop a {
    color: #303030 !important;
    padding: 5px 15px;
    display: block;
    transition: all .3s;
}
.new_cities .select_pop a {
	    display: inline-block;
    width: 50%;
}
.select_pop a:hover {
    background: #eee;
}
.reg_open {
    opacity: 1 !important;
    z-index: 100 !important;
    transform: scale(1) !important;
}
.header_bulit {
	width: 20px;
    width: 30px;
    margin-right: 2px;
}
.header_wrap, .contacts_wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.logo_wrap {
	width: 15%;
}
.contacts_wrap {
	width: 85%;
}
.region_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	transition: all .5s;
}
.header_adres {
	display: flex;
	align-items: center;
	font-size: 0.9rem;
}
.header_phone {
	line-height: 1;
}
.header_phone_wrap {
	flex-direction: column;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.header_phone_wrap  br {
	display: none;
}
.header_phone a {
	display: block;
	margin-bottom: 4px;
	font-size: 24px;
	font-weight: normal;
	color: #303030;
    display: block;
}
.header_phone a span {
	font-size: 12px;
}
.header_phone.header_phone_msk a {
	font-size: 15px;
}
.header_join {
	background: #ef4a4f;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 3px;
    transition: all .3s;
    font-size: 1rem !important;
    font-weight: 400 !important;
    /*display: inline-block !important;*/
	display: block;
    margin-top: 10px;
    /*width:80px;*/
}
.header_join:hover {
	background: #ca3338;
}
.header_slogan {
    font-weight: 700;
    font-size: 14px;
    color: #0070b4;
	line-height: 1.3;
	padding-left: 10px;
}
.top_menu {
	margin-top: 10px;
}
.top_menu #navigation {
    position: relative;
    right: 0px;
    bottom: 0;
    height: auto;
    margin: 0 -10px;
    z-index: 4;
}
.top_menu #navigation ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	z-index: 4;
	
}
.top_menu #navigation ul.sub-menu {
	width: 230px;
}
.top_menu #navigation .menu > li > a {
    text-align: center;
    padding: 10px 3px;
    font-size: 15px;
    height: auto;
    line-height: normal;
    border-bottom: solid 2px #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    color: #303030;
}
.top_menu #navigation .menu > li:hover > a {
	border-bottom: solid 2px #ffa800;
	color: #303030;
}
@media only screen and (max-width: 979px) {
	.responsive #header .inner {
	    height: auto;
	    overflow: visible;
	}
	.header_phone {
	    align-self: flex-start;
    	margin-top: -10px;
	}
	.btn_block a {
	margin: 0 auto;
	    padding: 6px 12px 6px 6px;
	}
	.responsive .nav2select {
	    width: calc(100% - 20px);
	    display: block;
	    margin-bottom: 20px;
	    padding: 5px;
	    margin: 0 10px 20px;
	    margin: 30px 10px 10px;
	}
	.top_menu #navigation ul {
		display: none;
	}
	.girl_form_wrap form {
	    top: 110px;
		width: auto;
	}
}

.header_phone_mobile_region {
	display:none;
}
.header_phone_mobile_list {
	display:none;
}
/* adaptive screen 14/10/2020 start */
@media only screen and (max-width: 700px) {
#navigation .nav2select {
	display:none;
}

}

@media only screen and (max-width: 700px) {
	#header .inner {
		margin: auto;
	}
	.hidden_fixed {
		margin-top:40px;
	}

	.logo_wrap {
    height: auto;
    padding: 0 8px;
	}
	.logo_wrap img {
		width: 150px;
	}
	.header_slogan {
	display:none;
	}
}
@media only screen and (max-width: 700px) {
	.region_wrap {
		width: 100%;
		justify-content: center;
		display:none;
	}
	.header_join {
	    position: relative;
	    /*right: 0;
	    margin-top: 0px;*/
	}
	.header_phone {
		width: 100%;
		justify-content: center;
		text-align: center;
		margin-top: 10px;
		display:none;
	}

	li.firstb > div.mobile_cont_block_right > div > div > div.header_phone {
		display: block;
	}

	li.firstb > div.mobile_cont_block_right > div > div > div.header_phone > span > a {
		font-size: 12px;
		width: 120px;
		line-height: 4px;
	    margin: 6px auto;
		position: absolute;
	}

	li.firstb > div.mobile_cont_block_right > div > div > div.header_phone > a {
		font-size: 12px;
		width: 120px;
		line-height: 4px;
	    margin: 10px auto;
		position: fixed;
	}

	li.firstb > div.mobile_cont_block_right > div > div > div.btn_block {
		display: none;
	}

	li.firstb > div.mobile_cont_block_left > div > div > div.reg_select.city_select > span {
	    font-size: 13px;
		margin: 4px auto 0 -10px;
		font-weight: 400;
		display: block;
	}

	.header_phone_wrap {
		width: 112px;
		height: 32px;
		max-width: 24%;
	}

	.responsive .nav2select {
		margin: 20px 10px 10px;
	}

	div.head_butt > div.header_phone_mobile_list {
		position: fixed;
		margin: 14px -65px;
		padding: 3px 6px;
		background: #fff;
		border: 1px solid #b5b5b5;
		border-radius: 4px;
		opacity: 0.95;
		z-index: 10;
	}
}

/* adaptive screen 14/10/2020 end */

#fil_msk, #fil_spb {
	display: none;
}
#fil_msk .select_pop, #fil_spb .select_pop {
	opacity: 0;
    z-index: -10;
}
/*#city_nn {
	display: none;
}*/
.region_wrap {
	opacity: 0;
}
.main_teashers {
	margin: 0 0%;
}
.main_teashers .col-5 {
	width: 25%;
	margin:  10px 0;
}
.main_teashers .gallery-caption {
    font-weight: 700;
    padding: 0 5%;
}
.prog_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.prog_it {
	background-position: 50% !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	-ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
	height: 100px;
	position: relative;
	padding: 20px;
	margin: 7px 0;
	border-radius: 3px;
	transition: all 0.3s;
    box-sizing: border-box;
    min-height: 150px;
}
.prog_it:hover {
	transform: translateY(-3px);
    box-shadow: 0 9px 15px -5px rgba(0, 0, 0, 0.42);
}
.prog_it:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(60, 126, 182, 0.4);
    z-index: 1;
    border-radius: 3px;
}
.prog_title {
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: 700;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}
.prog_price {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
    color: #fff;
    z-index: 2;
    background: #e2363b;
    padding: 5px 10px;
    border-radius: 3px;
}
.hide_prog {
	display: none;
}
.prog_btn {
	display: flex;
	justify-content: center;
	margin: 20px auto 0;
}
.prog_btn div {
	display: inline-block;
    padding: 7px 20px;
    background: #ffa800;
    border-radius: 3px;
    width: 135px;
    text-align: center;
    cursor: pointer;
}
.prog_btn div:hover {
	background: #f38d22;
}
.prog_h1 {
    font-size: 35px;
    font-weight: 600;
    display: inline-block;
    color: #fff !important;
    border-bottom: solid 3px #ffa800;
    min-width: 500px;
    margin: 20px 0;
}
@keyframes progimganim1 {
	0%   {background-position: center 0%;}
	50% {background-position: center 100%;}
	100%   {background-position: center 0%;}
}
.prog_full_img {
	animation: progimganim 50s linear infinite;
	-webkit-animation: progimganim 50s linear infinite;
	animation-direction: alternate;
	-webkit-animation-direction: alternate;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	width: 100%;
	height: auto;
	min-height: 500px;
	position: relative;
	display: flex;
    align-items: center;
}
.toner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	/*z-index: 1;*/
}
.price {
	font-size: 20px;
	width: 300px;
	margin: 10px 0;
	position: relative;
	z-index: 2;
}
.price span {
	font-weight: 800;
    color: #dc262b;
    font-size: 24px;
}
.prog_time {
    font-size: 20px;
    width: 300px;
    margin: 10px 0;
    position: relative;
    z-index: 2;
    color: #fff;
    background: #ffa802;
    padding: 10px 15px;
    border-radius: 3px;
}

.for_him_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
	width: 100%;
}
.for_him_inner .prog_time.course_item {
    width: 25%;
	margin-left: 10px;
	text-align: center;
}

.for_him_inner .prog_time.course_item span{
	font-weight: 400;
	font-size: 16px;
}

@media(max-width: 985px){
	.for_him_inner .prog_time.course_item {
       width:50%;
	   margin: 0 auto;
		margin-top: 15px;
    }
	
	.for_him_inner{
		margin-bottom: 15px;
	}
}

.prog_time span {
	font-weight: 800;
    color: #fff;
    font-size: 20px;
}
.prog_first_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prod_first_l {
    position: relative;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.prod_first_l {
	width: 59%;
}
.prod_first_r {
	width: 34%;
}
.prod_first_r_wrap {
	background: rgba(255, 255, 255, 1);
	padding: 20px 30px;
	border-radius: 3px;
}
.test_title {
	margin: 10px 0;
	font-size: 21px;
	text-align: center;
	line-height: 1.5em;
	padding: 0px 0 0;
}
.prod_first_r_wrap {
	position: relative;
}
.test_form input {
	width: calc(100% - 30px);
    padding: 9px 15px;
    border: none;
    border-bottom: solid 1px #b7b5b5;
    background: #fff;
    margin: 5px 0;
}
.test_form input[type="checkbox"] {
	width: auto;
}
.test_form .wpcf7-list-item {
	margin: 0;
	font-size: 12px;
	cursor: pointer;
}
.test_form p {
	margin-bottom: 0;
}
.test_form .wpcf7-submit {
    width: 100%;
    background: #ef4a4e;
    color: #292929;
    border-color: #ef4a4e;
    transition: all .3s;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.test_form .wpcf7-submit:hover {
	background: #fb930e;
    border-color: #fb930e;
}
div.wpcf7 .ajax-loader {
	position: absolute;
	top: 10px;
	right: 10px;
}
.zapis_title {
    margin: 10px 0;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    color: #ef4a4f;
}
.ps-zapis_title {
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	margin: 10px 0;
	text-align: center;
}
.inner.no_pad {
	padding: 0 !important;
}
.inner.no_pad #breadcrumbs {
	margin: 0px 0 0px;
	padding: 10px;
}
#close_toland {
	position: absolute;
    right: 10px;
    color: rgba(255, 255, 255, 0.75);
    top: 20px;
    cursor: pointer;
    z-index: 3;
}
#close_toland:hover {
	color: rgba(255, 255, 255, 1);
}
.prog_inner.inner {
	padding: 20px 0 !important;
	position: relative;
}
.test_block {
	
}
.slide_text {
	color: #303030;
	padding: 20px;
	font-size: 16px;
	z-index: 2;
}
.btn_center {
	display: flex;
	justify-content: center;
}
.btn {
    padding: 10px 20px;
    background: #ef4a4f;
    display: inline-block;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0;
    border-radius: 50px;
    transition: all .3s;
}
.btn:hover {
	background: #e0070d;
}
.content_block {
	position: relative;
	margin-top: 30px;
}
.content_block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/wp-content/themes/striking_r/img/price_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
}
.content_block h4 {
    font-size: 18px;
    font-family: sans-serif;
    color: #0070b4 !important;
}
.content_block .theme_info {
    margin-bottom: 20px;
    border: none;
    border-radius: 3px;
    margin-left: 0;
    color: #303030;
    background: rgba(0, 112, 180, 0.15);
    font-weight: 600;
}
.content_block ul {
	margin: 0;
}
.prepods_block {
	background: #f5f5f5;
}
.nomain.prog_h1 {
	color: #303030 !important;
	line-height: normal;
}
.prepods_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.prepod_it {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	margin: 0 auto;
	padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}
.prepod_it img {
	width: 100%;
	height: auto;
}
.prepod_title {
	text-align: center;
}
.otz_slider {
	margin: 0 -20px;
}
.otz_title {
	width: 80%;
	text-align: center;
	margin-top: 40px;
    font-weight: 800;
    color: #2c64a3;
}
.otz_title2 {
	float: right;
}
.otz_txt_wrap {
	padding: 30px 0;
	background: #fff;
	position: relative;
}
.otz_sl_it {
	display: flex !important;
	justify-content: space-between;
	margin: 0 20px;
}
.otz_photo {
	height: 190px;
	width: 20%;
	background-position: 50% !important;
	background-size: cover !important;
}
.otz_text {
	width: 75%;
	font-size: 1rem;
}
.preim_nav,
.otz_nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
.preim_prev,
.otz_prev {
	position: absolute;
	z-index: 2;
	margin-top: -22px;
	left: -70px;
	cursor: pointer;
}
.preim_prev:after,
.otz_prev:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffa800;
	z-index: -1;
	transform: rotate(-5deg);
	transition: all 0.3s;
}
.preim_prev:before,
.otz_prev:before {
	background: #2c64a3;
	padding: 12px 17px;
	color: #fff;
	transform: rotate(15deg);
	transition: all 0.3s;
}
.preim_prev:hover:before,
.otz_prev:hover:before {
	transform: rotate(0deg);
}
.preim_prev:hover:after,
.otz_prev:hover:after {
	transform: rotate(0deg);
}
.preim_next,
.otz_next {
	position: absolute;	
	z-index: 2;
	margin-top: -22px;
	right: -70px;
	cursor: pointer;
}
.preim_next:after,
.otz_next:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffa800;
	z-index: -1;
	transform: rotate(5deg);
	transition: all 0.3s;
}
.preim_next:before,
.otz_next:before {
	background: #2c64a3;
	padding: 12px 17px;
	color: #fff;
	transform: rotate(-15deg);
	transition: all 0.3s;
}
.preim_next:hover:before,
.otz_next:hover:before {
	transform: rotate(0deg);
}
.preim_next:hover:after,
.otz_next:hover:after {
	transform: rotate(0deg);
}
.otz_txt_title {
	color: #2c64a3;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: normal;
}
.otz_txt_intro {
	color: #ffa800;
	font-weight: 600;
	font-size: 0.9rem;
	margin: -3px 0 10px;
}
.ps-fullprog_title,
.fullprog_title {
    color: #fff !important;
    font-family: sans-serif;
    font-size: 46px;
    font-weight: 800;
}
.ps-fullprog_title {
	font-size: 42px;
	/*font-weight: bold;*/
}
.fullprog_podtitle {
    color: #fff;
    font-size: 24px;
    line-height: normal;
}
.preimg_inner {
	padding: 0;
}
.preim_wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	/*margin: 0 -15px;*/
}
.preim_it {
   /* -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;*/
	padding: 0 15px;
    width: 100%;
    min-height: 1px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.preim_ico {
	width: 379px;
	height: 250px;
	background-position: center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	margin: 20px auto;
}
.preim_title {
    font-size: 18px;
    font-weight: 800;
    color: #0070b4;
    margin-bottom: 10px;
}
/* adaptive additions 14.10.2020 */ 
@media only screen and (max-width: 979px) {
	.top_menu {
		margin-top: 40px;
	}
	/*16102020*/
	.mobile_cont_block_left > div {
		display:block;
	}
	/*16102020*/
}

.head_butt {
	display:none;
}
.handset_ico {
	display:none;
}
.handset_butt {
	display:none;
}
.top_menu.flex_div {
	width:980px;
	margin: auto;
	padding-bottom: 10px;
}
.top_menu.fix_header {
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 10px;
}
.show_fixed .region_wrap {
    position: relative;
    top: -10px;
}

.online-title {
	font-size: 12px;
	color: #333333;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
}
.online-title svg {
	margin-right: 5px;
}
.social-links {
	display: flex;
	justify-content: center;
	padding-top: 5px;
}
.social-links a {
	margin: 0px 5px;
}
.cambrigde {
	width: 150px;
	line-height: 1;
}
@media only screen and (min-width: 1200px) {
.cambrigde {
	position: relative;
	top: -7px;
}
.online-title {
	position: relative;
	top: -5px;
}
.comagic_phone2,
.comagic_phone3 {
	position: relative;
	top: -7px;
}

}
.cambrigde img {
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 700px) {
	.top_menu.flex_div {
		width:auto;
		margin: auto;
	}
	.head_butt {
		display:block;
	}
	.handset_ico {
		display:block;
		width:26px;
	}
	.handset_butt {
		display: block;
		background: none;
		max-width: 32px;
	    padding: 0;
		margin: 0;
	}
    .header_wrap {
	    width: 100%;
	    padding: 6px 12px;
		margin: 0;
	    background: #fff;
	    z-index: 9999;
		position: fixed;
	    top: 0;
	}
.row.ajax_form_send {position: inherit;}
	.inner {
		margin:0;
	    width: 98%!important;
	}
	.reg_select {
		margin: 0 12px;
	}
	.reg_open {
		width: 9rem;
		font-weight: 400;
		font-size: 12px;
		padding: 2px 0;
		margin: -30px 154px;
		position: absolute;
	}
	.contacts_wrap {
		font-weight: 600 !important;
		font-size:16px;
		max-width: 160px;
		float:left;
	}

	/* menu new start */
	#menu__toggle {
		opacity: 0;
	}
	.menu__btn {
	display: flex;
    align-items: center;
    position: relative;
    top: -10px;
    z-index: 1;
	width: 24px;
    height: 24px;
	}
	.header_bulit {
    width: 30px;
    margin-right: 2px;
    float: left;
	}
	.mobile_cont_block_left > div > div {
	float:left;
	}
	/* burger button */
	.menu__btn > span,
	.menu__btn > span::before,
	.menu__btn > span::after {
	  display: block;
	  position: absolute;
	  width: 100%;
	  height: 2px;
	  background-color: #616161;
	}
	.menu__btn > span::before {
	  content: '';
	  top: -8px;
	}
	.menu__btn > span::after {
	  content: '';
	  top: 8px;
	}
	/* контейнер меню */
	.menu__box {
	  display: block;
	  position: fixed;
	  visibility: hidden;
	  top: 0;
	  left: -100%;
	  width: 300px;
	  height: 100%;
	  margin: 0;
	  padding: 80px 0;
	  list-style: none;
	  text-align: center;
	  background-color: #ECEFF1;
	  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
	}
	.firstb {
		height:70px;
	    margin: 10px auto -10px;
	}
	.mobile_cont_block_left {
		float: left;	
	}
	.mobile_cont_block_right {
		float: right;
		margin: 0px auto;
		padding: 0 15px;
	}
	/* элементы меню */
	.menu__item {
		display: block;
		font-size: 13px;
		font-weight: normal;
		text-decoration: none;
		padding: 4px 15px;
	}
	.bolder{
		display: block;
		font-size: 12px;
		font-weight: 800;
		text-decoration: none;
	}
	.menu__item:hover {
	  background-color: #CFD8DC;
	}

	#menu__toggle:checked ~ .menu__btn > span {
	  transform: rotate(45deg);
	}
	#menu__toggle:checked ~ .menu__btn > span::before {
	  top: 0;
	  transform: rotate(0);
	}
	#menu__toggle:checked ~ .menu__btn > span::after {
	  top: 0;
	  transform: rotate(90deg);
	}
	#menu__toggle:checked ~ .menu__box {
		visibility: visible;
		left: 0;
		width: 100%;
		height: 88%;
		overflow-y: auto;
		margin-top: 56px;
		background: #fff;
		font-size: 12px!important;
		font-weight: 800;
		padding-top: 6px;
}
	/* transitions */
	.menu__btn > span,
	.menu__btn > span::before,
	.menu__btn > span::after {
	  transition-duration: .25s;
	}
	.menu__box {
	  transition-duration: .25s;
	}
	.menu__box > ul {
		list-style-type:none;
		text-align: start;
	}
	.menu__box > li {
		list-style-type:none;
		text-align: start;
		margin: 0px;
	}
	.menu__box > li > a {
		font-weight: bold;
		border-bottom: 1px solid #eee;
	}
	.menu__box > li > ul {
		list-style-type:none;
		text-align: start;
	}
	.menu__box > li > ul > li {
		list-style-type:none;
		text-align: start;
	}
	.menu__box > li > ul > li > ul > li  {
		list-style-type:none;
		text-align: start;
	}
	.menu__item {
	  transition-duration: .25s;
		 /*width: max-content;*/
		 z-index: 9999;
	}

	.marquiz__button_fixed-left {
		z-index: 999!important;
	}
/* menu new end*/

	.region_wrap {
		margin: 14px auto;
		text-align: left;
		display:none;
	}
	.preim_it {
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.preim_ico {
		width: 250px;
		height: 168px;
		right: auto;
	}
	.top_menu {
		margin-top: 0px;
	}
	.prod_first_l, .prod_first_r {
		width: 100%;
	}
}
	/* adaptive additions end */
#girl_form {
    background: #eee;
    position: relative;
    margin-top: 80px;
}
#girl_form * {
	font-family: sans-serif !important;
}
#girl_form .inner {
	padding: 0;
}
#girl_form .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 700px) {
	#girl_form .mob-col-full {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#girl_form .mob-col-full_right {
		text-align: right;
	}
	#girl_form .mob-col-hide {
		display: none;
	}
}

.girl_form_bnt {
    background: #ffa800 !important;
    font-weight: 600 !important;
    color: #303030 !important;
    width: 100% !important;
    border: none !important;
    cursor: pointer !important;
    padding: 12px 20px !important;
    border-radius: 0 !important;
    border-color: #ffa800 !important;
    margin: 0 !important;
}
.girl_form_bnt:hover {
    background: #e69904 !important;
}
.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
}
.form_left {
    padding: 60px 15px;
}
.col-lg-8 {
	box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 15px;
    padding-right: 15px;
}
.col-lg-4 {
	box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.form_left h3,
.form_left .h3 {
    width: 100%;
    font-weight: 700;
    font-size: 1.7rem;
    color: #2d64a3 !important;
	line-height: 1.3;
	padding-bottom: 10px;
}
.form_left .to_h3 {
    width: 80%;
}
.girl_form_wrap form {
    margin-top: 30px;
}
.girl_form_wrap .col-md-6 {
	box-sizing: border-box;
    margin: 5px 0;
    padding-left: 15px;
    padding-right: 15px;
}
.girl_form_input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
#girl_form form input {
    padding: 12px 20px;
    border: solid 1px #a0bfe6;
    transition: all 0.3s;
    background-color: #fff;
    width: calc(100% - 40px);
}
#girl_form form select {
	padding: 12px 20px;
    border: solid 1px #a0bfe6;
    transition: all 0.3s;
    width: calc(100% - 40px);
}
#girl_form form input,
#girl_form form select {
	width: 100%;
}
.girl_form_input input {
    box-sizing: border-box;
    padding: 12px 20px;
    border: solid 1px #a0bfe6;
    transition: all 0.3s;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
}
.girl_form_input input[type="checkbox"] {
	width: auto;
	padding: 0;
}
#girl_form .wpcf7-list-item {
	margin: 0 !important;
}
#girl_form .wpcf7-submit {
    background: #ffa800;
    font-weight: 600;
    color: #303030;
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 12px 20px;
}
#girl_form .wpcf7-submit:hover {
    background: #e69904;
    color: #303030;
}
.girl_img img {
    height: auto;
    width: 80%;
    margin-top: 0px;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.girl_img {
	position: relative;
}
@media only screen and (max-width: 979px) {
	.girl_img {
		display: none;
	}
	#girl_form {
		margin-top: 10px;
	}
	#girl_form .col-lg-8 {
	    flex: 0 0 100%;
    	max-width: 100%;
    	padding: 40px 15px;
	} 
}
@media only screen and (max-width: 700px) {
	.ps-fullprog_title {
		font-size: 34px;
	}
	.ps-fullprog_podtitle {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.ps-prog_inner {
		margin-left: auto;
		margin-right: auto;
	}
	.ps-girl_form_bnt {
		margin-top: 5px !important;
	}
}
@media only screen and (max-width: 575px) {
	.prepod_it {
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.prog_h1 {
		font-size: 35px;
		min-width: auto;
	}
	.fullprog_title {
		font-size: 38px;
	}
	.ps-fullprog_title {
		font-size: 34px;
	}
	.to_h3 {
		width: 100%;
	}
	.otz_text {
		width: 100%;
		text-align: center;
	}
	.otz_sl_it {
		flex-wrap: wrap;
	}
	.otz_photo {
		height: 190px;
	    max-width: 100%;
	    width: 250px;
	    margin: 0 auto 10px;
	}
}
@media only screen and (max-width: 420px) {
	.girl_form_input {
		flex: 0 0 100%;
    	max-width: 100%;
	}
}
.zan_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	line-height: 25px;
}
.zan_slider {
	width: 40%;
	margin-right: 5%;
}
.zan_slider_it {
	display: block;
	width: 100%;
	height: 300px !important;
	background-position: 50% !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.zan_text {
	width: 55%;
}
.met_img {
	width: 40%;
	height: 300px !important;
	background-position: 50% !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.method_block .inner {
	padding-top: 0 !important;
}
.vopros_form_input input {
	box-sizing: border-box;
    padding: 12px 20px;
    border: solid 1px #a0bfe6;
    transition: all 0.3s;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
}
.vopros_form_input {
    box-sizing: border-box;
    margin: 5px 0;
    padding-left: 15px;
    padding-right: 15px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.vopros_check_input {
	text-align: center;
    width: 100%;
}
#vopros_bl {
	background: #eee;
}
.vopros_form_input .wpcf7-submit {
	background: #ffa800;
    font-weight: 600;
    color: #303030;
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 12px 20px;
}
.vopros_form_input .wpcf7-submit:hover {
    background: #e69904;
    color: #303030;
}
#vopros_bl, .prepods_block, .method_block {
	padding-bottom: 15px;
}
.prepod_info {
 	position: absolute;
    color: #fff;
    background: #2670b0;
    box-shadow: 0 5px 15px -3px #000;
    padding: 20px;
    z-index: -2;
    width: 300px;
    border-radius: 3px;
    bottom: -50px;
    opacity: 0;
    transition: all 0.5s;
    max-height: 93%;
}
.prepod_it.active .prepod_info {
	bottom: 0px;
    opacity: 1;
    z-index: 4;
}
.prepod_info ul {
	padding: 0;
	margin: 0;
}
.prepod_info_ico {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    padding: 4px 10px 3px;
    left: 20px;
    top: 7px;
    border: solid 2px #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s;
}
.prepod_info_ico:hover {
	transform: rotate(360deg);
}
.prepod_info:before {
	content: '';
	position: absolute;
	top: -14px;
	left: 30px;
	transform: rotate(45deg);
	background: #2670b0;
	height: 30px;
	width: 30px;
}
.inner.no_pad #breadcrumbs {
    margin-bottom: -40px;
    z-index: 3;
    color: #fff;
    margin-top: 15px;
}
.inner.no_pad #breadcrumbs a {
	color: #fff;
}
@media only screen and (max-width: 900px) {
    .prepod_it:last-child .prepod_info  {
        width: auto;
        max-width: 100%;
    }
    .prepod_info {
        position: fixed;
        left: 0;
        right: 0;
        width: calc(100% - 40px);
    }
    .prepod_info:before {
        display:none;
    }
}
@media only screen and (max-width: 700px) {
    .inner.no_pad #breadcrumbs {
        padding: 15px 0;
        margin-bottom: -50px;
    }
    .ps-fullprog_title,
    .fullprog_title {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .zan_wrap {
        flex-wrap:wrap;
    }
    .zan_slider {
        width: 100%;
        margin-right: 0%;
    }
    .zan_text {
        width: 100%;
    }
    .met_img {
        width: 100%;
    }
    .vopros_form_input {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .prog_it {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media only screen and (max-width: 380px) {
    .vopros_form_input {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.our_sotrud .prepod_it {
	margin-top: 20px;
}
.our_sotrud .prepod_it .prepod_info {
    position: fixed;
    left: 0;
    right: auto;
    width: 300px;
    top: 0px;
    z-index: -1;
}
.our_sotrud .prepod_it.active .prepod_info {
	z-index: 1110;
}
.fil_bul_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 50px -25px 30px;
}
.fil_bul_it {
	box-sizing: border-box;
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0 25px;
	text-align: center;
}
.fil_bul_it img {
	max-width: 100%;
}
.prepod_info h3 {
	position: relative;
}
.prepod_info h3 img {
	width: 15px;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 5px;
    border: solid 2px #fff;
    border-radius: 50%;
    transition: all 0.5s;
    cursor: pointer;
}
.prepod_info h3 img:hover {
	transform: rotate(90deg);
}
@media only screen and (max-width: 1685px) {
	.our_sotrud .prepod_it .prepod_info {
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: auto;
	    bottom: 0;
	    width: calc(100% - 40px);
	}
}
@media only screen and (max-width: 575px) {
	.fil_bul_it {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.fil_bul_it img {
		width: 300px;
		max-width: 100%;
	}
}
.oxf_it_wrap {
	margin: 30px -15px 0;
}
.oxf_it {
	position:  relative;
	display: flex;
	align-items: center;
	-ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    cursor: pointer;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 20px 0;

}
.oxf_title {
	font-size: 24px;
    font-family: 'Roboto Condensed';
    padding-right: 15px;
}
.oxf_it img {
	width: 85px;
	margin-right: 15px;
}
.oxf_it .prepod_info {
	padding-top: 40px;
	top: auto;
	bottom: -145px;
	width: 100%;
}
.oxf_it .prepod_info_ico {
	position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
    background: #e81919;
    border: solid 2px #fff;
    right: auto;
    bottom: auto;
    font-size: 16px;
    padding: 4px 9px 3px;
}
.oxf_it.active .prepod_info {
    top: 90px;
    bottom: auto;
    opacity: 1;
    z-index: 4;
    max-height: none;
    box-sizing: border-box;    
}
.oxf_it .prepod_info h3 img {
	margin-right: 0;
	top: -20px;
}
.oxf_it:hover .prepod_info_ico {
    transform: rotate(360deg);
}
@media only screen and (max-width: 980px) {
	.oxf_it {
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.oxf_it.active .prepod_info {
	    top: auto;
    	bottom: 0;
    	width: 100%;
	}
}
@media only screen and (max-width: 575px) {
	.oxf_it {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}
.seo-text {
	font-size: 14px;
}
.seo-text .h1 {
	font-weight: bold;
	font-size: 40px;
	margin: 0px 0px 10px 0px;
	color: #0E70B5 !important;
}
.seo-text h2 {
	font-weight: bold;
	font-size: 32px;
	margin: 0px 0px 10px 0px;
	color: #0E70B5 !important;
}
.seo-text h3 {
	font-weight: bold;
	font-size: 24px;
	margin: 0px 0px 10px 0px;
	color: #0E70B5 !important;
}
/* Скрываем реальный чекбокс */
.checkbox {
	display: none;
}
/* Задаем внешний вид для нашего кастомного чекбокса. Все обязательные свойства прокомментированы, остальные же свойства меняйте по вашему усмотрению */
.checkbox-custom {
    position: relative;
    width: 17px;
    height: 17px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 2px;
    margin-right: 3px;
}
/* Кастомный чекбокс и лейбл центрируем по вертикали. Если вам это не требуется, то вы можете убрать свойство vertical-align: middle из данного правила, но свойство display: inline-block обязательно должно быть */
.checkbox-custom,
.label {
	display: inline-block;
	vertical-align: middle;
}
/* Если реальный чекбокс у нас отмечен, то тогда добавляем данный признак и к нашему кастомному чекбоксу  */
.checkbox:checked + .checkbox-custom::before {
	content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #2c64a3 url('//oxford-russia.ru/img/checkbox.png') no-repeat;
    background-position: center;
    border-radius: 2px;
}
.lab_confid {
	margin-top: 15px;
	font-weight: 400;
	font-size: 0.8rem;
}
.ps-lab_confid {
	display: block;
	margin-top: 7px;
}
.lab_confid small {
	font-size: 0.8rem;
	font-weight: 400;
	cursor: pointer;
}
.lab_confid a {
	margin-left: 24px;
}
#prog_baner_form .form input, #prog_baner_form .form textarea,
#prog_baner_form form input, #prog_baner_form form textarea {
    padding: 12px 20px;
    border: solid 1px #a0bfe6;
    transition: all 0.3s;
    width: calc(100% - 40px);
	font-family: inherit;
}
#prog_baner_form .form select,
#prog_baner_form form select {
    padding: 12px 20px;
    border: solid 1px #a0bfe6;
    transition: all 0.3s;
    width: calc(100% - 40px);
    margin: 5px 0;
}
#prog_baner_form .form input,
#prog_baner_form .form select,
.page-template-template_programm #prog_baner_form form input,
.page-template-template_programm #prog_baner_form form select,
#cons_form #prog_baner_form form input, #cons_form #prog_baner_form form textarea,
#cons_form #prog_baner_form form select {
	width: 100%;
}
.form .wpcf7-acceptance label {
	display: flex;
	align-items: center;
	justify-content: center;
}
.form .wpcf7-acceptance label input {
	width: auto !important;
	margin-right: 10px;
}
.form.row {
	margin: 0px;
}
.form > div {
	width: 100%;
}
#thank-you {
	z-index: 10000000000 !important;
}
#prog_baner_form .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#vopros_bl .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin: 5px 1.5%;
}
.vopros_bl form {
	justify-content: space-between;
}
#vopros_bl form input {
    padding: 12px 20px;
    border: solid 1px #a0bfe6;
    transition: all 0.3s;
    background-color: #fff;
    width: calc(100% - 40px);
	font-family: inherit;
}
#vopros_bl form select {
    padding: 12px 20px;
    border: solid 1px #a0bfe6;
    transition: all 0.3s;
    width: calc(100% - 40px);
    margin: 5px 0;
}
#vopros_bl .girl_form_bnt {
	margin: 5px 0 !important;
	height:  44px !important;
}
#vopros_bl .col-md-12 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 5px 0;
    text-align: center;
}
.girl_form_bnt:disabled {
	opacity: 0.5;
}







/* Код клиента */
.roistat-promo-wrap {
	display: none !important;
}


/* */
.flex_div{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.text_link a{
	text-align: center;
    padding: 10px 5px;
    font-size: 15px;
    height: auto;
    line-height: normal;
    border-bottom: solid 2px #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    color: #303030;
}
.top_menu {
    margin-right: -15px;
    margin-left: -15px;
}
.link_2_gov{
	margin-left: 10px;
}
.top_menu #navigation ul {
    width: 450px;
}

@media only screen and (max-width: 979px){
	.responsive .nav2select {
	    margin: 40px 10px 0 10px;
	}
}
@media only screen and (max-width: 740px){
.flex_div {
    justify-content: center;
}
}
@media only screen and (max-width: 425px){
	.top_menu {
	    margin-right: 0;
	    margin-left: 0;
	}
}
@media only screen and (max-width: 345px){
	.link_right.flex_div {
	    display: block;
	    margin-top: 10px;
	}
	.link_2_gov {
	    margin-left: 0;
	    margin-top: 10px;
	}
}



.price_block {
	margin-bottom: 40px;
	padding: 30px;
	border: 4px solid #2670b0;
	display: block;
	width: 100%;
	border-radius: 6px;
}
.price_block h4 {
	font-size: 26px;
	margin-bottom: 32px;
	color: #2670b0 !important;
	text-align: center;
	font-weight: bold;
}


.overlay {
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }

.pop-up {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px;
  background-color: #FFF;
  border: none;
  text-align: center; }

@media (max-width: 520px) {
  .pop-up {
    width: 90%;
    height: auto; } }

.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer; }

.close-popup:before {
  content: '';
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.close-popup:after {
  content: '';
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -4px; }

.js-thank-you h2 {
  font-size: 24px;
  text-align: center;
  padding-top: 15px; }

.js-thank-you__text {
  text-align: center;
  padding-top: 10px;
  font-size: 18px; }

span.pop-up__title {
  font-weight: bold;
  font-size: 26px;
  color: #333; }

.js-thank-you__text p {
  font-size: 18px;
  color: #333;
  margin-bottom: 0px;}


.politic-form {
	display: inline-block;
}


input.consult-form__submit[disabled], html input.consult-form__submit[disabled] {
    cursor: default;
    transition: 0.3s;
    opacity: 0.5;
}

.consult-form .checkbox-custom, .label {
    display: inline-block;
    vertical-align: top;
}

.politic {
    vertical-align: middle;
}

/*новые блоки skype program*/
.programskype_preimusch{
	padding-top: 20px;
	padding-bottom: 30px;
}

.programskype_preimusch .title{
	font-size: 26px;
	font-weight: 800;
    color: #0070b4;
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
	font-weight: 800;
    color: #0070b4;
}

.programskype_preimusch .sk_inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 960px;
	margin: 0 auto;
	margin-top: 55px;
}

.programskype_preimusch .sk_inner .skypepr_item{
	width: 48%;
	margin-bottom: 20px;
	position: relative;
	height: 200px;
}

.programskype_preimusch .sk_inner .skypepr_item .skypepr_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
}

.programskype_preimusch .sk_inner .skypepr_item .skypepr_text{
	margin-left: 220px;
	font-size: 18px;
	
    color: #000;
	padding-top: 30px;
    line-height: 1.5;
}

@media (max-width: 900px){
	.programskype_preimusch{
		padding-bottom: 80px;
    }
	
	.programskype_preimusch .sk_inner .skypepr_item{
	     width: 100%;
    }
	
	.programskype_preimusch .sk_inner .skypepr_item{
		text-align: center;
		margin-top: 70px;
		margin-bottom: 30px;
	}
	
	.programskype_preimusch .sk_inner .skypepr_item .skypepr_img{
		position: static;
	}
	
	.programskype_preimusch .sk_inner .skypepr_item .skypepr_text{
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
		padding-bottom: 30px;
	}
}

@media (max-width: 460px){
	.programskype_preimusch .sk_inner .skypepr_item .skypepr_text{
		font-size: 15px;
	}	
}

/*курсы*/
.cources_sk{
	width: 100%;
	max-width: 960px;
	margin: 40px auto;
}

.cources_sk .coursesk_title{
	font-size: 35px;
    font-weight: 600;
    display: inline-block;
    color: #000 !important;
    border-bottom: solid 3px #ffa800;
    min-width: 500px;
    margin: 20px;
	padding-bottom: 8px;
	line-height: 1.5;
}

.cources_sk .course_inner.first{
	padding: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cources_sk .course_inner.first .cl1_course{
	width: 40%;
}

.cources_sk .course_inner.first .cl1_course iframe{
	width: 100%;
	height: auto;
	min-height: 300px;
}

.cources_sk  .course_inner.first .cl2_course{
	width: 55%;
	padding-left: 20px;
	padding-top: 20px;
}

.cources_sk .course_inner.first .cl2_course p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 100%;
    vertical-align: baseline;
}

.cources_sk .course_inner.second{
	padding: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.cources_sk .course_inner.second:before {
  content: "";
  width: 27%;
  order: 99999;
}

.cources_sk .course_inner.second:after {
  content: "";
  width: 27%;
}

.cources_sk .course_inner.second .sk_item{
	width: 27%;
	margin: 20px;
	text-align: center;
	
}

.cources_sk .course_inner.second .sk_item .c_img{
	width: 100%;
	height: auto;
}

.cources_sk .course_inner.second .sk_item .course_title{
	font-size: 18px;
	color: #0070b4;
	margin-bottom: 15px;
	height: 55px;
}

.cources_sk .course_inner.second .sk_item .course_intro{
	font-size: 14px;
	height: 180px;
	text-align: left;
}

.cources_sk .course_inner.second .sk_item .course_intro p{
	margin-top: 5px;
	margin-bottom: 5px;
}

.cources_sk .course_inner.second .sk_item .course_price{
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cources_sk .course_inner.second .sk_item .cource_link{
	
}

.cources_sk .course_inner.second .sk_item .cource_link a{
	color: #fff!important;
    background: #ffa802;
    padding: 10px 15px;
    border-radius: 3px;
	text-decoration: none;
	font-weight: 600;
}

.cources_sk .course_inner.second .sk_item .cource_link a:hover{
	
}

@media (max-width: 900px){
	.cources_sk .course_inner.second .sk_item{
		width: 40%;
	}
}

@media (max-width: 800px){
	.cources_sk .course_inner.first .cl1_course, .cources_sk .course_inner.first .cl2_course{
		width: 100%;
	}
}

@media (max-width: 500px){
	.cources_sk .course_inner.second .sk_item{
		width: 100%;
        margin: 20px auto;
        padding: 20px;
	}
	
	.cources_sk .coursesk_title{
		font-size: 18px;
		min-width: auto;
	}
}





@media (max-width: 1023px){
.fix_header {
  position:inherit !important;
  width:auto !important;
}

.fix_header .show_fixed, .callback_btn {
  display:none !important;
}

.btn_block .header_join {
   /* width: 100%; */
}
}

.fix_header {
    position: fixed;
    top: 0;
    background: #fff;
    margin-top: 0;
    width: 990px;
    padding: 0 10px;
    margin-left: -35px;
}

.fix_header #navigation {
  margin:0;
}

.fix_header .region_wrap,
.fix_header .hidden_fixed {
    display: none;
}

.show_fixed {
    display: none;
}

.fix_header .show_fixed {
    display: block;
}

.show_fixed > div {
    display: inline-block;
    vertical-align: middle;
}

.show_fixed .header_bulit {
    float: left;
}

.show_fixed .header_phone_wrap .header_phone .fix_phone_h {
  display:none;
}

.show_fixed .region_wrap {
    min-width: 50%;
}

.show_fixed .header_phone_wrap {

}

.fix_header .callback_btn {
	display: block !important;
}

.show_fixed .header_phone br {
    display: none;
}

.show_fixed .header_phone_wrap .header_phone a {
    font-size: 1.2rem;
    padding-top: 5px;
}

.btn_block a {
    display: inline-block;
}

.callback_btn {
  border: 0px;
  padding: 0px;
  color: #ef4a4f !important;
  font-size: 13px !important;
  font-weight: 400;
  width: 100%;
  text-decoration: underline !important;
  margin-top: 0px;
}
.callback_btn:hover {
	text-decoration: none !important;
}

.header_join {
    margin: 0px;
}

.callback_title {
    text-align: center;
    color: #ef4a4f;
    font-size: 1.5rem;
}

#callback_form {
    padding: 30px 10px 10px;
    /*min-width: 320px;*/
}

#callback_form a {
  color:#2670b0;
}

#callback_form input[type="submit"] {
    text-transform:uppercase;
    background: #ffa800 !important;
    font-weight: 600 !important;
    color: #303030 !important;
    width: 100% !important;
    border: none !important;
    cursor: pointer !important;
    padding: 12px 20px !important;
    border-radius: 0 !important;
    border-color: #ffa800 !important;
    margin: 0 !important;
}
.iti {
	width: 100%;
}
input.wpcf7-email,
.wpcf7-tel {
	width: 100%;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 14px;
    margin: 0;
    border: solid 1px #a0bfe6;
    padding: 10px 15px;
}
span.wpcf7-list-item {
	margin: 0px;
}
.frm-item {
	position: relative;
	margin-bottom: 15px;
}
.wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0px;
}
form.submitting .wpcf7-spinner {
	width: 100%;
	height: auto;
	background: none !important;
	position: relative;
	top: 0px;
	left: 0px;
	transform: unset;
}
form.submitting .wpcf7-spinner:before {
	display: block;
	position: absolute;
	top: -30px;
	background: #333;
	outline: 2px solid #ccc;
	width: 24px;
	height: 24px;
	left: 50%;
	transform: translate(-50%, -50%);
}
form.submitting .wpcf7-spinner:after {
	display: block;
	content: 'Отправляем...';
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	background: none !important;
	transform: unset !important;
	animation: unset !important;
}
.frm-item input,
.frm-item select {
	margin-bottom: 0px !important;
}
.iti__country-list {
	white-space: normal;
	width: 250px;
}
.frm-country,
.frm-country2,
.frm-country3,
.frm-country4,
.frm-country5,
.frm-country6,
.frm-country7 {
	display: none !important;
}
.hf-left .form-item .iti input,
#page .iti input[type="tel"],
#page .input-blue .iti input,
.post-form .iti input:not([type="checkbox"]),
body .iti input {
	padding-left: 52px !important;
}
.fancybox-inner .iti input {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
#car-action {
	position: relative;
	z-index: 100;
}

#wpcf7-f11219-o1 .wpcf7-mail-sent-ok, #wpcf7-f11219-o1 .sent,
#wpcf7-f11235-o1 .wpcf7-mail-sent-ok, #wpcf7-f11235-o1 .sent, 
#wpcf7-f11236-o1 .wpcf7-mail-sent-ok, #wpcf7-f11236-o1 .sent
{
    display: none !important; 
}

.ss_box {
    text-align: center;
    padding: 20px;
}

.ss_title {
    font-size: 1.5rem;
}

.ss_box div {
    margin: 10px 0;
}

.ss_desc {
    font-size: 14px;
}

.fancybox-type-inline .fancybox-close:before {
content: '';
    background-color: #000;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    left: -4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancybox-type-inline .fancybox-close:after {
    content: '';
    background-color: #000;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -4px;
}

.fancybox-type-inline .fancybox-close {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 45px;
    height: 26px;
    text-indent: -9999px;
    background: transparent;
}

.select_box {
    display: none;
}

.select_box.active {
	width: 100%;
    display: block;
}

.show_fixed .header_phone_wrap.msk_phone {

}

.page-template-page-filial .btn_block a {
  width:auto;
}

.page-template-page-filial .show_fixed .header_phone_wrap .header_phone a {
  font-size:1.1rem;
}

.page-template-page-filial .fix_header .region_wrap {
  width:51%;
}


.anketa-page-wrapper {
  margin: 15px;
}

.anketa-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.anketa-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}





.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}



.ps-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.ps-table > thead > tr > th,
.ps-table > thead > tr > td,
.ps-table > tbody > tr > th,
.ps-table > tbody > tr > td,
.ps-table > tfoot > tr > th,
.ps-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #0070B4;
}
.ps-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #0070B4;
}
.ps-table > caption + thead > tr:first-child > th,
.ps-table > caption + thead > tr:first-child > td,
.ps-table > colgroup + thead > tr:first-child > th,
.ps-table > colgroup + thead > tr:first-child > td,
.ps-table > thead:first-child > tr:first-child > th,
.ps-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.ps-table > tbody + tbody {
  border-top: 2px solid #0070B4;
}
.ps-table .ps-table {
  background-color: #fff;
}

.ps-table-condensed > thead > tr > th,
.ps-table-condensed > thead > tr > td,
.ps-table-condensed > tbody > tr > th,
.ps-table-condensed > tbody > tr > td,
.ps-table-condensed > tfoot > tr > th,
.ps-table-condensed > tfoot > tr > td {
  padding: 5px;
}

.ps-table-bordered {
  border: 1px solid #0070B4;
}
.ps-table-bordered > thead > tr > th,
.ps-table-bordered > thead > tr > td,
.ps-table-bordered > tbody > tr > th,
.ps-table-bordered > tbody > tr > td,
.ps-table-bordered > tfoot > tr > th,
.ps-table-bordered > tfoot > tr > td {
  border: 1px solid #0070B4;
}
.ps-table-bordered > thead > tr > th,
.ps-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.ps-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 112, 180, 0.2);
}

.ps-table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.ps-table > thead > tr > td.active,
.ps-table > thead > tr > th.active,
.ps-table > thead > tr.active > td,
.ps-table > thead > tr.active > th,
.ps-table > tbody > tr > td.active,
.ps-table > tbody > tr > th.active,
.ps-table > tbody > tr.active > td,
.ps-table > tbody > tr.active > th,
.ps-table > tfoot > tr > td.active,
.ps-table > tfoot > tr > th.active,
.ps-table > tfoot > tr.active > td,
.ps-table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.ps-table-hover > tbody > tr > td.active:hover,
.ps-table-hover > tbody > tr > th.active:hover,
.ps-table-hover > tbody > tr.active:hover > td,
.ps-table-hover > tbody > tr:hover > .active,
.ps-table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.ps-table > thead > tr > td.success,
.ps-table > thead > tr > th.success,
.ps-table > thead > tr.success > td,
.ps-table > thead > tr.success > th,
.ps-table > tbody > tr > td.success,
.ps-table > tbody > tr > th.success,
.ps-table > tbody > tr.success > td,
.ps-table > tbody > tr.success > th,
.ps-table > tfoot > tr > td.success,
.ps-table > tfoot > tr > th.success,
.ps-table > tfoot > tr.success > td,
.ps-table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.ps-table-hover > tbody > tr > td.success:hover,
.ps-table-hover > tbody > tr > th.success:hover,
.ps-table-hover > tbody > tr.success:hover > td,
.ps-table-hover > tbody > tr:hover > .success,
.ps-table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.ps-table > thead > tr > td.info,
.ps-table > thead > tr > th.info,
.ps-table > thead > tr.info > td,
.ps-table > thead > tr.info > th,
.ps-table > tbody > tr > td.info,
.ps-table > tbody > tr > th.info,
.ps-table > tbody > tr.info > td,
.ps-table > tbody > tr.info > th,
.ps-table > tfoot > tr > td.info,
.ps-table > tfoot > tr > th.info,
.ps-table > tfoot > tr.info > td,
.ps-table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.ps-table-hover > tbody > tr > td.info:hover,
.ps-table-hover > tbody > tr > th.info:hover,
.ps-table-hover > tbody > tr.info:hover > td,
.ps-table-hover > tbody > tr:hover > .info,
.ps-table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.ps-table > thead > tr > td.warning,
.ps-table > thead > tr > th.warning,
.ps-table > thead > tr.warning > td,
.ps-table > thead > tr.warning > th,
.ps-table > tbody > tr > td.warning,
.ps-table > tbody > tr > th.warning,
.ps-table > tbody > tr.warning > td,
.ps-table > tbody > tr.warning > th,
.ps-table > tfoot > tr > td.warning,
.ps-table > tfoot > tr > th.warning,
.ps-table > tfoot > tr.warning > td,
.ps-table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.ps-table-hover > tbody > tr > td.warning:hover,
.ps-table-hover > tbody > tr > th.warning:hover,
.ps-table-hover > tbody > tr.warning:hover > td,
.ps-table-hover > tbody > tr:hover > .warning,
.ps-table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.ps-table > thead > tr > td.danger,
.ps-table > thead > tr > th.danger,
.ps-table > thead > tr.danger > td,
.ps-table > thead > tr.danger > th,
.ps-table > tbody > tr > td.danger,
.ps-table > tbody > tr > th.danger,
.ps-table > tbody > tr.danger > td,
.ps-table > tbody > tr.danger > th,
.ps-table > tfoot > tr > td.danger,
.ps-table > tfoot > tr > th.danger,
.ps-table > tfoot > tr.danger > td,
.ps-table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.ps-table-hover > tbody > tr > td.danger:hover,
.ps-table-hover > tbody > tr > th.danger:hover,
.ps-table-hover > tbody > tr.danger:hover > td,
.ps-table-hover > tbody > tr:hover > .danger,
.ps-table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.ps-table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 839px) {
  .ps-table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #0070B4;
  }
  .ps-table-responsive > .ps-table {
    margin-bottom: 0;
  }
  .ps-table-responsive > .ps-table > thead > tr > th,
  .ps-table-responsive > .ps-table > thead > tr > td,
  .ps-table-responsive > .ps-table > tbody > tr > th,
  .ps-table-responsive > .ps-table > tbody > tr > td,
  .ps-table-responsive > .ps-table > tfoot > tr > th,
  .ps-table-responsive > .ps-table > tfoot > tr > td {
    white-space: nowrap;
  }
  .ps-table-responsive > .ps-table-bordered {
    border: 0;
  }
  .ps-table-responsive > .ps-table-bordered > thead > tr > th:first-child,
  .ps-table-responsive > .ps-table-bordered > thead > tr > td:first-child,
  .ps-table-responsive > .ps-table-bordered > tbody > tr > th:first-child,
  .ps-table-responsive > .ps-table-bordered > tbody > tr > td:first-child,
  .ps-table-responsive > .ps-table-bordered > tfoot > tr > th:first-child,
  .ps-table-responsive > .ps-table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .ps-table-responsive > .ps-table-bordered > thead > tr > th:last-child,
  .ps-table-responsive > .ps-table-bordered > thead > tr > td:last-child,
  .ps-table-responsive > .ps-table-bordered > tbody > tr > th:last-child,
  .ps-table-responsive > .ps-table-bordered > tbody > tr > td:last-child,
  .ps-table-responsive > .ps-table-bordered > tfoot > tr > th:last-child,
  .ps-table-responsive > .ps-table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .ps-table-responsive > .ps-table-bordered > tbody > tr:last-child > th,
  .ps-table-responsive > .ps-table-bordered > tbody > tr:last-child > td,
  .ps-table-responsive > .ps-table-bordered > tfoot > tr:last-child > th,
  .ps-table-responsive > .ps-table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}


.ps-location {
}
.ps-location__nav {
	font-size: 0;
	line-height: 1;
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.ps-location__nav li {
	display: table-cell;
	vertical-align: top;
	border: 2px solid #eee;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}
@media (max-width: 1023px) {
	.ps-location__nav {
		display: block;
		margin: 0 -7px;
	}
	.ps-location__nav li {
		display: inline-block;
		margin: 7px 7px;
	}
}

#page .ps-location__nav a,
.ps-location__nav a {
	background: #ffffff;
	color: #000000;
	display: block;
	padding: 12px 10px;
	text-align: center;
}
#page .ps-location__nav .active a,
.ps-location__nav .active a {
	background: #0071b4;
	color: #ffffff;
}
.ps-location__tabcontent {
}
.ps-location__tabpane {
}
.ps-region {
}
.ps-region__nav {
	font-size: 0;
	line-height: 1;
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}
.ps-region__nav.hide {
	display: none;
}
.ps-region__nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding: 7px 7px;
	margin: 0;
}
.ps-region__nav li.hide {
	display: none;
}
#page .ps-region__nav a,
.ps-region__nav a {
	text-align: center;
}
#page .ps-region__nav .active a,
.ps-region__nav .active a {
}
.ps-region__tabcontent {
}
.ps-region__tabpane {
}
.ps-region__item {}
.ps-region__item.hide {
	display: none;
}



.ps-priceblock {
  background: #f5f5f5;
  padding-top: 20px;
}

.ps-priceblock .landing-price-block {
	margin: 20px 0;
}
.ps-priceblock .price_it {
  max-width: 400px;
  flex: 0 0 100%;
  box-sizing: border-box;
}

.ps-priceblock .price_it .price_it_in {
	min-height: auto;
}

.ps-priceblock__title,
.ps-priceblock .landing-price-block h2.price-header {
	color: #2d64a3;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 27px;
}
.ps-priceblock .landing-price-block .price_btn {
  transform: rotate(0deg);
}


.ps-pricebox {
  margin: 20px 0;
}

.ps-pricebox__row {
}

.ps-pricebox__col {
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
}
.ps-pricebox__col:nth-child(1) {
	width: 290px;
}
@media (max-width: 979px){
	.ps-priceblock__title {
		text-align: center;
	}
	.ps-pricebox {
		text-align: center;
	}
	.ps-pricebox__col {
		width: 100%;
	}
}

.ps-pricebox__title {
  display: inline-block;
  margin: 5px 5px 20px;
  padding: 3px;
  font-size: 1rem;
  font-weight: 600;
  color: #2c64a3;
  border-bottom: solid 3px #ffa800;
  transition: all .3s;
}

.ps-pricebox__descr {
  padding: 0;
  font-family: 'Futura PT', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #303030;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: normal;
}

.ps-pricebox__descr ul {
  list-style: none;
  margin: 0;
}

.ps-pricebox__descr ul li {
  margin: 0;
}

.ps-pricebox__price {
  color: #b2242c;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.ps-pricebox__price .rub {
  font-weight: 400;
  font-size: 1.4rem;
}

.ps-pricebox .ps-pricebox__btn {
  color: #2d64a3 !important;
  font-size: 1.1rem;
  text-transform: none;
  cursor: pointer;
  transition: all .3s;
  padding: 10px 20px;
  white-space: normal;
  background: none;
  border-radius: 0;
  max-width: 100%;
  font-weight: 600;
  border: solid 3px #ffa800;
  margin: 0;
}
.ps-pricebox .ps-pricebox__btn_border_red {
	border-color: #b2252c;
}

.ps-pricebox .ps-pricebox__btn:hover,
.ps-pricebox .ps-pricebox__btn:focus {
  background: #b2242c !important;
  color: #fff !important;
}



.ps-studylevels {
}
.ps-studylevels__main {
}
.ps-studylevels__title {
	color: #2d64a3;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 27px;
	text-align: left;
}
.ps-studylevels__content {
}


.ps-ourbranches {}
.ps-ourbranches__content [align="center"] {
	text-align: left;
}
.ps-ourbranches__content img.aligncenter {
	display: none;
}




.ps-features {}
.ps-features .inner {}
.ps-features * {
	box-sizing: border-box;
}
.ps-features__content {}
.ps-features__list {}
.ps-features__row {
	font-size: 0;
	line-height: 1;
	margin-left: -10px;
	margin-right: -10px;
}
.ps-features__col {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 10px;
}
.ps-features__item {}

.ps-feature {
	overflow: hidden;
	font-size: 0;
	line-height: 1;
}
.ps-feature__picture {
	width: 85px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.ps-feature__pic {
}
.ps-feature__img {}
.ps-feature__descr {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-left: -85px;
	padding-left: 100px;
	font-size: 14px;
	line-height: 1.4;
}
@media (max-width: 750px) {
	.ps-features {
		padding: 0 10px;
	}
	.ps-features .inner {
		width: 100% !important;
	}

	.ps-features__col {
		width: 100%;
	}

	.ps-feature__picture {
		width: 150px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
		display: block;
	}
	.ps-feature__descr {
		margin-left: 0;
		padding-left: 0;
		display: block;
	}
}


.text-nowrap {
	white-space: nowrap;
}

.ps-cost {}
.ps-cost * {
	box-sizing: border-box;
}
.ps-cost__content {}

.ps-tablecost {
	border-color: transparent;
	font-size: 14px;
}
.ps-tablecost > tbody > tr > th,
.ps-tablecost > tbody > tr > td {
	vertical-align: middle;
}

@media screen and (max-width: 839px) {

	.ps-table-responsive > .ps-tablecost > thead > tr > th,
	.ps-table-responsive > .ps-tablecost > thead > tr > td,
	.ps-table-responsive > .ps-tablecost > tbody > tr > th,
	.ps-table-responsive > .ps-tablecost > tbody > tr > td,
	.ps-table-responsive > .ps-tablecost > tfoot > tr > th,
	.ps-table-responsive > .ps-tablecost > tfoot > tr > td {
		white-space: normal;
	}

}

.ps-tablecost > thead:first-child > tr:first-child > th {
	border-color: transparent;
	border-bottom: 1px solid #0070B4;
}
.ps-tablecost thead {
	font-size: 18px;
	line-height: 1;
	white-space: nowrap;
	color: #0070B4;
}
.ps-tablecost thead th {
	padding: 5px 5px;
}
.ps-tablecost tbody {
}
.ps-tablecost tbody td {
	text-align: center;
	padding: 5px 10px;
}
.ps-tablecost tbody td:first-child {
	text-align: left;
}
.ps-tablecost__btn {
	margin: 0;
	white-space: nowrap;
	width: 100px;
	padding: 5px 5px;
}


.ps-whatget {}
.ps-whatget__content {
	padding: 15px 0 20px;
}
.ps-whatget__list {
  font-size: 0;
  line-height: 1;
  text-align: justify;
}
@media (max-width: 765px) {
	.ps-whatget__list {
		text-align: center;
	}
}

.ps-whatget__list:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.ps-whatget__item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
	max-width: 240px;
	padding: 15px;
}

.ps-wgblock {
}
.ps-wgblock__picture {}
.ps-wgblock__img {}
.ps-wgblock__text {
	margin-top: 15px;
  font-size: 16px;
  line-height: 1.3;
  color: #333333;
}

@media (max-width: 768px) {
	.ps-marquiz__button {
		display: none !important;
	}
}
@media (min-width: 769px) {
	.marquiz-pops {
		display: none !important;
	}
}


.page-template-template_freelesson {}
@media (min-width: 980px) {
	.ps-prog_inner {
		max-width: 1200px;
		width: 100%;
	}
	.page-template-template_freelesson .prod_first_l {
		width: 72%;
	}
	.page-template-template_freelesson .prod_first_r {
		width: 28%;
	}
}
@media (max-width: 979px) {
	.page-template-template_freelesson .prog_first_block {
		padding-left: 7px;
		padding-right: 7px;
	}
}


.ps-highlighted-item {
	background: #E81919;
	color: #ffffff;
}
#navigation .sub-menu .current-menu-item.ps-highlighted-item > a {
	background: #E81919;
	color: #ffffff;
}

#navigation ul li.hover ul li.ps-highlighted-item a,
#navigation ul ul li.ps-highlighted-item a,
#navigation ul ul li.ps-highlighted-item a:visited {
	color: #ffffff;
}

.ps-highlighted-mobitem {
	background: #E81919;
	color: #ffffff;
	position: relative;
}
.ps-highlighted-mobitem:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	width: 38px;
	height: 100%;
	background: #E81919;
}

.ps-highlighted-mobitem a,
.ps-highlighted-mobitem a:hover,
.ps-highlighted-mobitem a:focus {
	color: #ffffff;
	background: none;
}


.ps-freetitle {
	font-weight: bold;
	font-size: 35px;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 10px;
}


.ps-infolist {
	font-family: Arial, Helvetica, Garuda, sans-serif;
	color: #303030;
	margin-top: 20px;
	margin-bottom: 40px;
}
.ps-infolist_nums {}
.ps-infolist_whatget {}
.ps-infolist * {
  box-sizing: border-box;
}
.ps-infolist__inner {}
.ps-infolist__main {}
.ps-infolist__title {
}
.ps-infolist__content {}
.ps-infolist__list {}
.ps-infolist__row {
  font-size: 0;
  line-height: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.ps-infolist__col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 15px 10px;
}
.ps-infolist__item {}
.ps-infolist_whatget .ps-infolist__item {
	max-width: 510px;
	padding: 7px ​0;
}
@media (max-width: 700px) {
  .ps-infolist {
    padding: 0 10px;
  }
  .ps-infolist__inner {
    width: 100% !important;
  }
  .ps-infolist__title {
  	text-align: center;
  }

  .ps-infolist__col {
    width: 100%;
  }
}

.ps-infoblock {
  overflow: hidden;
  font-size: 0;
  line-height: 1;
}
.ps-infoblock__header {}
.ps-infoblock__picture {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.ps-infoblock__pic {
}
.ps-infoblock__img {}
.ps-infoblock__num {
  width: 35px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
	font-size: 35px;
	color: #000000;
}
.ps-infoblock__title {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-left: -80px;
  padding-left: 95px;
  font-size: 24px;
  line-height: 1.2;
}
.ps-infolist_nums .ps-infoblock__title {
  margin-left: -35px;
  padding-left: 45px;
  vertical-align: top;
}
.ps-infoblock__content {
	margin-top: 20px;
}
.ps-infoblock__descr {
	font-size: 15px;
	line-height: 1.4;
}


.ps-different {
	margin-top: 35px;
}
.ps-different__inner {}
.ps-different__main {}
.ps-different__title {
}

.ps-teachers {
	margin-top: 30px;
}
.ps-teachers__inner {}
.ps-teachers__main {}
.ps-teachers__title {}
.ps-teachers__content {
	margin-top: 20px;
}



.ps-reviews {
	margin-top: 40px;
}
.ps-reviews__inner {}
.ps-reviews__main {}
.ps-reviews__content {}
.ps-reviews__title {}

@media (min-width: 701px) {
	.ps-reviews__content {
		padding: 0px 75px;
	}
}


.ps-questions {
	background: #eee;
}
.ps-questions__inner {}
.ps-questions__main {}
.ps-questions__row {
	font-size: 0;
	line-height: 1;
	text-align: justify;
}
.ps-questions__row:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.ps-questions__col {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	text-align: left;
}
.ps-questions__col_title {
	margin-top: 10px;
}
.ps-questions__col_form {}
.ps-questions__titles {
	font-size: 30px;
}
.ps-questions__titles div {
	padding: 7px 0;
}

.ps-questform {}
.ps-questform__line {
	padding: 7px 0;
}
.ps-questform input {
  padding: 12px 20px;
  border: solid 1px #a0bfe6;
  transition: all 0.3s;
  width: 100%;
  font-family: inherit;
  box-sizing: border-box;
}

.bvi-widget, .bvi-shortcode a, .bvi-widget a, .bvi-shortcode {
    color: #ffffff !important;
    background-color: #ef4a4f !important;
}
.bvi-widget svg path {
	fill: #fff !important;
}

.bvi-body .top_menu.flex_div {
	justify-content: center;
}
.bvi-body .top_menu.flex_div #navigation {
	margin-bottom: 30px;
}
.bvi-body #rev_slider_7_1_forcefullwidth,
.bvi-body .top_menu #navigation ul.sub-menu {
	display: none;
}


@media (max-width: 979px) {
	.ps-questions__row {
		text-align: center;
	}
	.ps-questions__col_title {
		margin-bottom: 15px;
	}
	.ps-questions__titles {
		line-height: 1.2;
		text-align: center;
	}
	.ps-questions__titles div {
		padding: 0 0;
	}
}

@media (max-width: 1200px) {
.bvi-shortcode {
	display: none !important;
}

}

@media (max-width: 767px) {
.row.ajax_form_send {
	display: block;
	margin: 0px;
}
#vopros_bl .col-md-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 5px 0px;
}
#girl_form .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.girl_form_header {
	padding-left: 15px;
	padding-right: 15px
}
.vopros_bl_header {
    padding-right: 1.5%;
    padding-left: 1.5%;
}

}


#page .inner_breadcrumbs,
.inner_breadcrumbs {
	padding-top: 0;
	padding-bottom: 0;
}
.inner_breadcrumbs #breadcrumbs {
  margin: 0;
}

#page .inner_pscontent,
.inner_pscontent {
	padding-top: 10px;
}

#cons2_form .row,
#cons_form .row {
	margin: 0px;
}
.mobile_cont_block_left .city_select > span {
	border-bottom: 1px dotted;
}
.header_join2 {
    margin-right: 0px;
    font-size: 12px !important;
    width: 100%;
    box-sizing: border-box;
}
.menu__box #zoom-social-icons-widget-2 {
	margin: 30px 0px;
}
.menu__box #text-2 div {
	text-align: center;
}
.menu__box #text-2 img {
    display: inline-block;
    background: #1d72b2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -3px;
	margin-right: 5px;
}
.menu__box #text-2 a {
    display: inline-block;
    margin-top: 5px;
}
.mob-btns {
	display: flex;
	justify-content: flex-end;
}
.mob-btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d72b2;
    width: 84px;
	padding: 6px 5px;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 1;
	margin-left: 5px;
    margin-top: 10px;
    font-weight: normal;
    font-size: 12px;
}
.mob-btns a:last-child {
	background: #009900;
}

.header_phone_wrap {
	position: relative;
}
.social {
	position: absolute;
	bottom: 1px;
	left: -116px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.social a {
	display: block;
	width: 26px;
	height: 26px;
	text-decoration: none;
	margin:0px 5px;
}
.social a.i-tg {
	background: url(../images/i-telegram.png) center center no-repeat;
	background-size: contain;
}
.social a.i-wa {
	background: url(../images/i-whatsapp.png) center center no-repeat;
	background-size: contain;
}
.social a.i-viber {
	background: url(../images/i-viber.png) center center no-repeat;
	background-size: contain;
}
.team-full {
	padding:50px 100px 100px 100px;
	box-sizing: border-box;
	position: relative;
}
.team-full:before {
	display: block;
	content: '';
	width: 386px;
	height: 332px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('https://oxford-russia.ru/wp-content/uploads/shape-4.png') no-repeat;
	background-size: contain;
}
.team-full:after {
	display: block;
	content: '';
	width: 246px;
	height: 224px;
	position: absolute;
	bottom: 50px;
	right: 0px;
	background: url('https://oxford-russia.ru/wp-content/uploads/shape7.png') no-repeat;
	background-size: contain;
	transform: rotate(45deg);
}
.team-full img {
	position: relative;
	z-index: 10;
	border-radius: 15px;
}


@media only screen and (max-width: 960px) {
.top_menu.flex_div {
    width: 100%;
}
.header_phone {
	padding-bottom: 10px;
}
.team-full {
	padding: 50px 0px;
	overflow: hidden;
}

}

@media only screen and (max-width: 767px) {
.logo_wrap {
    width: 80px;
}
.contacts_wrap {
    width: 220px;
    max-width: unset !important;
    margin-right: 10px;
}
.btn_block a {
    margin: 0 auto;
    padding: 6px;
	font-size: 14px !important;
}
div.head_butt > div.header_phone_mobile_list {
	right: 0px;
	margin: 15px 0px;
}
.social {
    bottom: 6px;
    left: 97px;	
}
.social a {
    width: 23px;
    height: 23px;
    margin: 0px 3px;
}

}

@media only screen and (min-width: 1200px) {
.region_wrap {
    position: relative;
    top: 0px;
    left: 0px;
}

}

.event-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	box-sizing: border-box;
}
.event-item {
	width: 33.333%;
	padding: 0px 15px 30px 15px;
	box-sizing: border-box;
}
.event-item-first {
	width: 100%;
}
.event-item-all img {
	padding: 0px;
	border: 0px;
	border-radius: 10px;
	box-sizing: border-box;
}
.event-title {
	padding: 10px 0px;
	min-height: 80px;
}
.event-title a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}


.show-mob {
	display: none !important;
}
@media only screen and (max-width: 960px) {
.cambrigde {
	display: none;
}
.header_phone a {
	font-size: 16px !important;
}
.header_phone a span {
	display: none;
}
.responsive .nav2select {
	margin: 0px;
}
.top_menu #navigation {
	max-width: 300px;
}
.header_phone {
	padding-bottom: 0px;
	margin: 0px;
}
}

@media only screen and (max-width: 767px) {
.hidden_fixed {
	margin-top: 0px;
}
.online-title {
	display: none;
}
.show-mob {
	display: flex !important;
}
.contacts_wrap .online-social,
.contacts_wrap .header_phone_wrap,
.contacts_wrap .online-order,
.contacts_wrap .head_butt {
	display: none;
}
.text_link a {
	font-size: 10px;
}
.ico_link img {
	max-width: 20px;
	height: auto;
	margin-right: 5px;
}
.mob_phone .header_phone {
	display: block;
	margin-left: -10px;
}
.header_join {
  margin-right: 0px;
  padding: 5px;
  font-size: 13px !important;
  margin-top: 0px;
  margin-left: 10px;
}
.social-links a {
  margin: 0px 3px;
}
.header_phone_wrap {
	max-width: 140px;
	margin-right: 20px;
}
.header_phone_wrap  br {
	display: none;
}
.header_phone a {
	display: block;
	font-size: 12px !important;
	line-height: 1.3;
	white-space: pre;
	font-weight: bold;
	background: url(/wp-content/themes/striking_r/assets/images/general/phone.png) left center no-repeat;
	padding-left: 21px;
	background-size: 16px;
}
.header_phone a.comagic_phone2,
.header_phone a.comagic_phone3 {
	margin-top: 7px;
}
.header_phone_msk a {
  display: block;
  font-size: 12px !important;
  background-size: 15px;
  padding-left: 20px;
}
.mob-clear {
	width: 100%;
}
#menu__toggle:checked ~ .menu__box {
	z-index: 100;
}
.body-warp {
	padding-top: 30px;
}


}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
}


.ps-prcbox {}
.ps-prcbox__row {
	font-size: 0;
	line-height: 1;
	width: 100%;
	text-align: center;
}
@media (min-width: 979.99px) {
	.ps-prcbox__row {
		text-align: justify;
	}
}
.ps-prcbox__row:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.ps-prcbox__col {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

@media all and (max-width: 767px) {
.submenu {
	display: none;
}
.show > .submenu {
	display: block;
}
.menu__box > li > a {
	color: #666;
}

}
.product .related_popular_wrap {
	display: none;
}

.footer-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-family: 'Roboto Condensed';
}
.footer-city {
	padding-top: 0px;
	padding-bottom: 25px;
}
.footer-city a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
}
.footer-links {
	display: flex;
	justify-content: flex-end;
}
.footer-links a {
	display: block;
	margin-left: 15px;
}
.footer-links a img {
	max-width: 48px;
	height: auto;
	border-radius: 10px;
}
.footer-contact {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: -30px;
}
.footer-block-nn .footer-contact {
	margin-top: 0px;
}
.footer-contact .footer-city {
	width: 100%;
}
.footer-col {
	padding: 25px 25px 0px 25px;
	border-left: 2px solid #fff;
}
.footer-block-nn .footer-col:nth-child(2),
.footer-col:first-child {
	border: 0px;
}
.col-item {
	margin-bottom: 25px;
}
.col-item p:first-child {
	color: #00adef;
	font-size: 22px;
	margin-bottom: 5px;
}
.col-item p:last-child {
	margin: 0px;
}
.col-item p:last-child a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 5px 0px 5px 34px;
	background: url(../images/s3.jpg) left center no-repeat;
	background-size: 24px;
	font-size: 22px;
}
.footer-block-nn .col-item p:first-child {
	font-size: 20px;
}
.footer-block-nn .col-item p:last-child a {
	font-size: 18px;
	padding: 5px 0px 5px 30px;
	background-size: 20px;
}
.footer-block-nn {
	position: relative;
}
.footer-block-nn .footer-links {
	position: absolute;
	right: 0px;
	top: 0px;
}
.footer-block-nn .footer-contact {
	justify-content: flex-start;
	align-items: flex-start;
}
.footer-block-nn .footer-col {
	padding-top: 0px;
}
.footer-block-nn .footer-col:last-child {
	padding-right: 0px;
}
.footer-block-nn .footer-col:nth-child(2) {
	padding-left: 0px;
}
.footer-block-nn .col-item {
	margin-bottom: 15px;
}
.footer-block-nn .col-item:last-child {
	margin-bottom: 0px;
}
.footer-links a:first-child {
	margin: 0px;
}

@media all and (max-width: 960px) {
.col-item p:first-child {
	font-size: 20px;
}
.col-item p:last-child a {
	padding: 5px 0px 5px 30px;
	background-size: 20px;
	font-size: 18px;
}
.footer-block-nn .footer-links {
	position: relative;
}
.footer-block-nn .footer-col {
	padding-top: 0px;
	width: 50%;
	margin-bottom: 20px;
	border: 0px;
}
.footer-block-nn .footer-col:nth-child(2) {
	padding-left: 25px;
}

}

@media all and (max-width: 767px) {
.footer-city {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
.footer-col {
	width: 100%;
	padding: 0px;
	border-left: 0px;
	text-align: center;
}
.col-item {
	margin-bottom: 15px;
}
.footer-contact {
	margin: 0px;
}
.footer-links {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 20px;
}
.col-item p:first-child {
	font-size: 22px;
}
.col-item p:last-child a {
	padding: 5px 0px 5px 30px;
	background-size: 24px;
	font-size: 22px;
}
.footer-links a {
	margin: 0px 15px !important;
}
.footer-block-nn .footer-col {
	width: 100%;
}
.footer-block-nn .footer-col:nth-child(2) {
	padding-left: 0px;
}
#footer .inner {
	width: 100% !important;
}

}

.right_sidebar #sidebar_content {
	min-height: unset;
}
.right_sidebar #sidebar {
	float: right;
	width: auto;
	margin: 0px;
	margin-top: -60px;
	margin-right: -16px;
}
.right_sidebar #main {
	float: none;
	width: 100%;
}
.right_sidebar #sidebar_content.lessgap {
	margin: 0px;
	border: 0px;
	padding: 0;
}
.right_sidebar #main .content {
	width: 100%;
}
#sidebar h3 {
	display: none;
}
#searchform .text_input {
	height: auto;
	padding: 6px 8px;
}
#sidebar:before,
#sidebar:after {
	display: none !important;
}

@media all and (max-width: 960px) {
.right_sidebar #sidebar {
	display: none;
}
}








.ps-ratings {
    margin-bottom: 10px;
}

.ps-ratings__list {
    font-size: 0;
    line-height: 1;
    text-align: justify;
    max-width: 600px;
}

.ps-ratings__list:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.ps-ratings__item {
    vertical-align: top;
    display: inline-block;
    padding: 10px 10px;
}

.ps-ratingbox {
    font-size: 0;
    line-height: 1;
}

.ps-ratingbox__picture {
    display: inline-block;
    vertical-align: middle;
}

.ps-ratingbox__pic {
}

.ps-ratingbox__icon {
}

.ps-ratingbox__content {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

.ps-ratingbox__linkbox {
    color: #000000;
    font-size: 14px;
    text-decoration: underline;
    padding: 3px 0;
}

.ps-ratingbox__linkbox:hover, .ps-ratingbox__linkbox:focus {
    text-decoration: none;
}

#page .ps-ratingbox__linkbox a {
    color: inherit;
}

.ps-ratingbox__stars {
    padding: 3px 0;
}

.ps-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../assets/images/ps-sprite_tinified.png);
}

.ps-icon_yandex {
    width: 42px;
    height: 53px;
    background-position: -1px -1px;
}

.ps-icon_google {
    width: 41px;
    height: 54px;
    background-position: -46px -1px;
}

.ps-icon_star {
    width: 15px;
    height: 16px;
    background-position: -1px -55px;
}

.ps-stars {
}

.ps-stars__list {
    font-size: 0;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
}

.ps-stars__item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
}

.ps-stars__icon {
}

.ps-stars__rating {
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block;
    margin-left: 8px;
}

.ps-reviewslist .otz_sl_it {
    padding: 20px 0;
    margin: 0 0;
}
.mk-form {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0px -15px 0px -15px;
	box-sizing: border-box;
	padding: 70px 0px 0px 0px;
	width: 100%;
}
.post-form {
	max-width: 500px;
	margin: 30px auto;
}
.mk-form .form-item,
.mk-form .form-actions {
	box-sizing: border-box;
	width: 33.333%;
	padding: 0px 15px;
	margin-bottom: 15px;
}
.post-form .form-actions,
.post-form .form-item {
	margin-bottom: 15px;
}
.post-form input:not([type="checkbox"]),
.mk-form input {
	box-sizing: border-box;
	margin: 0px;
	border: solid 1px #000;
	padding: 0px 15px !important;
	width: 100%;
	height: 50px;
	font-family: 'Roboto Condensed';
	font-weight: 300;
	font-size: 16px;
	cursor: pointer;
	border-radius: 35px;
}
.post-form input::placeholder,
.mk-form input::placeholder {
	color: #000;
	opacity: 1;
}
.post-form input[type="submit"],
.mk-form input[type="submit"] {
	box-sizing: border-box;
	background: #ef4a4f;
	color: #fff;
	padding: 0px 15px;
	height: 50px;
	width: 100%;
	border: 0px;
	cursor: pointer;
	font-family: 'Roboto Condensed';
	font-weight: 500;
	font-size: 18px;
	margin: 0px;
	border-radius: 35px;
}
.post-form input[type="submit"]:hover,
.mk-form input[type="submit"]:hover {
	opacity: 0.8;
}
.event-big {
	width: 100vw;
	max-width: unset;
	position: relative;
	transform: translateX(-50%);
	left: 50%;
}
#page h2.event-head {
  color: #333333;
  font-weight: bold;
  font-family: Arial;
  line-height: 1.2;
  font-size: 26px;
  margin: 15px 0px 30px 0px;
}
#page h2.event-head em {
	font-size: 32px;
	font-style: normal;
}
p.event-text {
  font-size: 20px;
  line-height: 1.5;
}
#page h4.event-head2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 5000;
}
#page h4.event-head2 em {
	font-style: normal;
	font-weight: bold;
}
.mk-policy {
	text-align: center;
	padding-bottom: 60px;
}
#page h2.event-head3 {
  color: #333333;
  font-size: 42px;
  font-weight: bold;
  font-family: Arial;
}
.event-city {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.event-city strong {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}
.event-city ul,
.event-city ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
.event-city ul li {
	margin-bottom: 10px;
	padding-right: 15px;
}
.event-city > div:nth-child(2) ul {
	columns: 2;
}
.page-id-6963 h1 {
	display: none !important;
}

@media all and (max-width: 767px) {
.mk-form .form-item,
.mk-form .form-actions {
	padding: 0px;
	width: 100%;
}
.mk-form {
	margin: 0px;
	display: block;
}
.event-item {
	width: 50%;
}
.event-item-first {
	width: 100%;
}
.event-city {
	display: block;
	text-align: center;
}
.event-city > div:nth-child(2) ul {
	columns: 1;
}
#page h2.event-head3 {
	font-size: 32px;
}
.event-city ul li {
	margin-bottom: 5px;
	padding-right: 0px;
}

}
.grecaptcha-badge,
.woocommerce-message,
.woocommerce .blockUI.blockOverlay {
	display: none !important;
}
.footer-search {
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-top: 30px;
}
#footer #searchform .text_input {
	background: #fff;
	padding: 0px 15px;
	font-size: 14px;
	height: 35px;
	font-family: inherit;
}
#footer #searchform button {
	height: 35px;
	line-height: 35px;
	padding: 0px;
	font-size: 14px;
	font-family: inherit;
}
.teacher-wrapper {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
}
.teacher-foto {
	width: 40%;
	padding: 0px 15px 30px 15px;
}
.teacher-foto img {
	max-width: 100%;
	box-shadow: unset;
}
.teacher-text {
	width: 60%;
	padding: 0px 15px 30px 15px;
}
.search-flex {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.search-flex .one_third {
	float: none;
	padding: 0px 15px 30px 15px;
	box-sizing: border-box;
	margin: 0px;
}
.search-flex .entry {
	margin: 0px;
}
.widget {
	margin-bottom: 0;
}
.woocommerce form .form-row .optional {
	display: none !important;
}

@media all and (max-width: 767px) {
.footer-search  {
	margin-right: auto;
}
.teacher-foto {
	width: 100%;
	padding-bottom: 30px;
}
.teacher-text {
	width: 100%;
}

}

#footer .inner > #searchform {
	display: none !important;
}
.content-box_wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}
.content-box_wrapper_2 {
	padding-top: 70px;
	padding-bottom: 0px;
}
#menu-item-53087,
#menu-item-53085,
.region-nn #menu-item-53086,
.region-spb #menu-item-53086 {
	display: none !important;
}
.region-msk #menu-item-53086 {
	display: block !important;
}
.region-spb #menu-item-53087 {
	display: block !important;
}
.region-nn #menu-item-53085 {
	display: block !important;
}

@media all and (max-width: 960px) {
	* {
		box-sizing: border-box;
	}
	.home-wrapper h1, .home-wrapper .h1 {
		margin-top: 0px;
	}
	.geo-wrapper {
		margin-top: 0px;
	}
	.geo-wrapper .h1 {
		position: relative;
	}
	.h-geo {
		margin-top: 0px;
	}
	#home-for {
		padding-top: 0px;
	}
}

#prog_baner_form .form input, #prog_baner_form .form select, .page-template-template_programm #prog_baner_form form input, .page-template-template_programm #prog_baner_form form select, #cons_form #prog_baner_form form input, #cons_form #prog_baner_form form textarea, #cons_form #prog_baner_form form select {
	box-sizing: border-box;
}
.order-noty {
  border: 2px solid maroon;
  margin-bottom: 30px;
  padding: 30px;
}
.order-noty p:last-child {
    margin-bottom: 0px;
}
.order-noty p:first-child {
    font-weight: bold;
}
form.ajax_form_send.loading:after {
	display: block;
	content: 'Отправляем...';
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}
