/*
Theme Name: KPMY
Theme URI: https://wordpress.org/
Description: Тема для Wordpress
Author: Divster
Author URI: http://divster.ru/
Version: 100.0
*/
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),  url('fonts/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book.ttf')  format('truetype'), url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/Gotham-Medium.woff') format('woff'), url('fonts/Gotham-Medium.ttf')  format('truetype'), url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf')  format('truetype'), url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

/* Eric Meyer's CSS Reset */
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, sup, 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: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
    list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Gotham', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #222;
	height: 100%;
}
textarea,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel]{
	font-family: 'Gotham', sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: #000;
	outline: none;
}
input[type=submit], button {
	-webkit-appearance: none;
	font-family: 'Gotham', sans-serif;
	outline: none;
}
.inner {
	min-width: 280px;
	max-width: 935px;
	margin: 0 auto;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
a {
	color: #253254;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.spanlink {
	cursor: pointer;
}
img {
	max-width: 100%;
	height: auto;
}
:invalid {
	box-shadow: none;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
.site-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
.site-container{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
.site-header{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 30;
	transition: all 0.3s ease-out 0s;
}
.admin-bar .site-header{
	top: 32px;
}
.site-header.scrolled{
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.site-header__container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 23px 30px 29px 0;
	transition: padding 0.3s ease-out 0s;
}
.site-header.scrolled .site-header__container{
	padding: 10px 30px 10px 0;
}
.site-header__logo{
	display: block;
	width: 105px;
}
.site-header__menu > ul{
	display: flex;
}
.site-header__menu > ul > li{
	margin-left: 7px;
    padding-left: 8px;
	position: relative;
}
.page-id-81 .site-header__menu > ul > li{
	margin-left: 7px;
	padding-left: 7px;
	position: relative;
}
.site-header__menu > ul > li:before{
	content: '';
	display: block;
	border-left: 1px solid #c9c9c9;
	position: absolute;
	top: 2px;
	left: 0;
	bottom: 2px;
}
.site-header__menu > ul > li:first-child:before{
	display: none;
}
.site-header__menu > ul > li > a{
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	text-decoration: none;
}
.site-header__menu > ul > li > ul{
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	background: #fff;
	padding: 0 10px;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
}
.site-header__menu > ul > li > ul:before{
	content: '';
	display: block;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
}
.site-header__menu > ul > li:hover > ul{
	display: block;
}
.site-header__menu > ul > li > ul > li{
	margin: 5px 0;
}
.site-header__menu > ul > li > ul > li > a{
	padding: 3px 0;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	text-decoration: none;
}
.site-header__info{
	display: flex;
	margin-bottom: 8px;
}
.header-lang{
	margin-left: 14px;
	padding-left: 15px;
	position: relative;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	color: #253254;
}
.header-lang:before{
	content: '';
	display: block;
	border-left: 1px solid #c9c9c9;
	position: absolute;
	top: 2px;
	left: 0;
	bottom: 2px;
}
.header-lang__current{
	padding-right: 13px;
	position: relative;
	cursor: default;
}
.header-lang__current:after{
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #253254;
	position: absolute;
	top: 5px;
	right: 0;
}
.header-lang ul{
	display: none;
	position: absolute;
	top: 18px;
	left: 10px;
	background: #fff;
	padding: 5px;
}
.header-lang ul:before{
	content: '';
	display: block;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
}
.header-lang:hover ul{
	display: block;
}
.header-lang li{
	margin-bottom: 5px;
}
.header-lang li:last-child{
	margin-bottom: 0;
}
.header-lang a{
	text-decoration: none;
}
.header-search{
	padding-left: 16px;
	margin-left: 13px;
	position: relative;
}
.header-search:before{
	content: '';
	display: block;
	border-left: 1px solid #c9c9c9;
	position: absolute;
	top: 2px;
	left: 0;
	bottom: 2px;
}
.header-search__icon{
	width: 15px;
	height: 15px;
}
.header-search__icon svg{
	width: 100%;
	fill: #ee3237;
	transform: scaleX(-1);
}
/* Middle
-----------------------------------------------------------------------------*/
.section-welcome{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section-welcome__container{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 600px;
	box-sizing: border-box;
	padding: 110px 30px 45px;
}
.welcome-form{
	width: 298px;
	box-sizing: border-box;
	background: #fff;
	padding: 34px 40px 32px;
	border-radius: 10px;
}
.welcome-form__headline{
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #253254;
	margin-bottom: 23px;
}
.input-icon{
	display: block;
	margin-bottom: 23px;
	position: relative;
}
.input-icon input{
	width: 100%;
	height: 34px;
	box-sizing: border-box;
	padding: 0 10px 0 29px;
	border: none;
	border-bottom: 1px solid #e7e7e8;
	background: none;
	display: block;
	font-size: 13px;
}
.input-icon:before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 9px;
	left: 0;
}
.input-icon_1:before{
	background: url(images/form-user.svg) no-repeat;
}
.input-icon_2:before{
	background: url(images/form-email.svg) no-repeat;
}
.input-icon_3:before{
	background: url(images/form-phone.svg) no-repeat;
}
.input-icon_4:before{
	background: url(images/form-home.svg) no-repeat;
}
.input-icon_noicon:before{
	display: none;
}
.input-icon_noicon input{
	padding: 0 !important;
}
.welcome-form__btn{
	padding: 9px 0 0;
	text-align: center;
}
.welcome-form__btn input{
	display: inline-block;
	width: 100%;
	background: #ee3237;
	box-sizing: border-box;
	padding: 16px 30px 17px;
	border: none;
	border-radius: 40px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	transition: background 0.3s ease-out 0s;
}
.welcome-form__btn input:hover{
	background: #c8262a;
}
.section-about{
	padding: 40px 0;
}
.section-about__container{
	display: flex;
}
.section-about__content{
	flex-grow: 1;
	padding: 0 75px 0 16px;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.2px;
}
.section-about__content h2{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #253254;
	margin-bottom: 22px;
	text-align: center;
}
.section-about__content p{
	margin-bottom: 16px;
}
.section-about__image{
	max-width: 100%;
	width: 380px;
	padding: 2px 6px 0 0;
	flex-shrink: 0;
}
.section-course{
	padding: 0 0 43px;
	background-repeat: no-repeat;
	background-position: top center;
}
.section-course__container{
	display: flex;
	justify-content: flex-end;
	padding-right: 30px;
}
.section-course__content{
	max-width: 100%;
}
.section-course__headline{
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	text-transform: uppercase;
	text-align: center;
	color: #253254;
	margin-bottom: 22px;
}
.section-course__slider{
	margin: 0 -4px 17px;
}
.section-course__slide{
	display: none;
}
.section-course__slide:first-child{
	display: block;
}
.section-course__slide-inner{
	display: flex;
	flex-wrap: wrap;
}
.section-course__col{
	width: 50%;
	box-sizing: border-box;
	padding: 4px;
}
.section-course__item{
	height: 100%;
	box-sizing: border-box;
	padding: 24px 23px 34px;
	background: #fff;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	position: relative;
}
.section-course__image{
	width: 23px;
	margin-bottom: 15px;
}
.section-course__title{
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	color: #253254;
	margin-bottom: 17px;
}
.section-course__link{
	position: absolute;
	left: 25px;
	bottom: 25px;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
.section-course__nav{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.section-course__prev{
	width: 8px;
	height: 15px;
	background: url(images/slide-arrow.png) no-repeat 0 0 / 100% auto;
	cursor: pointer;
}
.section-course__next{
	width: 8px;
	height: 15px;
	background: url(images/slide-arrow.png) no-repeat 0 0 / 100% auto;
	cursor: pointer;
	transform: scaleX(-1);
}
.section-course__info{
	padding: 0 21px;
	display: flex;
	align-items: baseline;
}
.section-course__current{
	padding: 0 4px;
	font-size: 24px;
	color: #253254;
}
.section-course__total{
	padding: 0 5px;
	font-size: 13px;
	color: #8f94a0;
}
.section-course__total span{
	display: inline-block;
	margin-left: 4px;
}
.section-course__all{
	position: absolute;
	top: -6px;
	right: 0;
}
.section-course__all a{
	display: inline-block;
	min-width: 147px;
	background: #ee3237;
	box-sizing: border-box;
	padding: 10px 20px 11px;
	border: none;
	border-radius: 40px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: background 0.3s ease-out 0s;
}
.section-course__all a:hover{
	background: #c8262a;
}
.section-course__dl{
	padding-top: 15px;
	text-align: right;
}
.section-course__dl a{
	display: inline-block;
	min-width: 147px;
	background: #ee3237;
	box-sizing: border-box;
	padding: 10px 20px 11px;
	border: none;
	border-radius: 40px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: background 0.3s ease-out 0s;
}
.section-course__dl a:hover{
	background: #c8262a;
}
.section-headline{
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
	color: #253254;
	margin-bottom: 12px;
}
.section-subheadline{
	font-size: 13px;
	line-height: 21px;
	letter-spacing: -0.1px;
	text-transform: uppercase;
	text-align: center;
	color: #253254;
	margin-bottom: 28px;
}
.section-faq{
	padding: 55px 0 30px;
}
.section-faq__container{
	padding-top: 15px;
}
.section-faq__item{
}
.section-faq__question {
    padding: 10px 35px 10px 60px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #253254;
    background: #f8f9fa;
    cursor: pointer;
    margin-bottom: 7px;
    position: relative;
    border-radius: 5px;
}
.section-faq__question.active{
	color: #f4f4f5;
	background: #253254;
}
.section-faq__question::after {

    content: '+';
    left: 103%;
    position: absolute;
    margin-left: -45px;
    color: #ee3237;
    font-weight: 100;
    font-size: 17px;

}
.section-faq__question svg {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 11px;
    left: 20px;
    fill: #f4f4f5;
    border: 1px solid #ee3237;
    border-radius: 30px;
    background-color: #ee3237;
}

.section-faq__question.active svg{
	fill: #f4f4f5;
}
.section-faq__answer{
	padding: 10px 30px 15px;
	display: none;
}
.section-faq__answer p{
	margin-bottom: 10px;
}





.section-gallery {
    display: flex;
    flex-wrap: wrap;
    background-color: #182e54;
}
.section-gallery__image{
	display: block;
	width: 20%;
	position: relative;
}
.section-gallery__image:before{
	content: '';
	display: block;
	position: absolute;
	background: rgba(238,50,58,.8) url(images/zoom-icon.svg) no-repeat center / 40px auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease-out 0s;
}
.section-gallery__image:hover:before{
	opacity: 1;
}
.section-gallery__image img{
	width: 100%;
	display: block;
}
.section-partner{
	padding: 75px 0 30px;
}
.section-partner__container{
	display: flex;
	flex-wrap: wrap;
	padding: 27px 0 0 0;
	margin: 0 -14px;
}
.section-partner__col{
	width: 20%;
	box-sizing: border-box;
	padding: 10px 14px;
}
.section-partner__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 380px;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #253254;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
    display: table;
    width: 265px;
    background: #ccc;
	cursor: pointer;
}
.section-partner__logo {
    width: 180px;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 85px;
    background: rgba(255,255,255,0.8);
    padding: 42.5px;
    position: absolute;
    z-index: 5;
    transition: 1s;
    cursor: pointer;
}
.section-partner__logo img {
	max-width: 120px;
	max-height: 120px;
}
.section-partner__logo:hover + .section-partner__name {
	opacity: 1;
}
.section-partner__logo:hover {
	opacity: 0;
}
.section-partner__name {
    position: absolute;
    padding: 150px 30px 0px 30px;
    opacity: 0;
    transition: 1s;
    background: #ffffffb3;
    height: 238px;
    width: 205px;
}
.section-partner__item b {
	font-weight: bold;
}
/*.section-reward{
	padding: 30px 0 55px;
}
.section-reward__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -17px;
	padding-top: 29px;
}
.section-reward__col{
	width: 25%;
	box-sizing: border-box;
	padding: 0 17px 25px;
}
.section-reward__image{
	height: 156px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-reward__image img{
	display: block;
	width: auto;
	max-height: 100%;
	-webkit-box-shadow: 0px 40px 40px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 40px 40px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 40px 40px 0px rgba(0,0,0,0.1);
} */
.section-review{
	padding: 30px 0 55px;
}
.section-review__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -17px;
	padding-top: 29px;
}
.section-review2__container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -17px;
	padding-top: 29px;
}
.section-review__col{
	width: 25%;
	box-sizing: border-box;
	padding: 0 18px 25px;
	text-align: center;
}
.section-review__image {
    width: 220px;
	margin: 0 auto;
    margin-bottom: 20px;
}
.section-review2__container .section-review__image {
    width: 175px;
	margin: 0 auto;
}
.section-review__image img{
	display: block;
}
.section-review__name {
    font-size: 15px;
    line-height: 16px;
    color: #253254;
    margin-bottom: 10px;
}
.section-review__text{
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.2px;
	/*height: 52px;*/
}
.section-review .slick-arrow {
    width: 25px;
    height: 107px;
    background: url(images/slide-arrow.png);
        background-repeat: repeat;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    cursor: pointer;
    background-repeat: no-repeat;
}
.section-review .slick-arrow.slick-prev {
    left: -30px;
    margin-top: -160px;
}
.section-review .slick-arrow.slick-next {
    right: -45px;
    transform: scaleX(-1);
    margin-top: -160px;
}
.section-review2__container .slick-arrow.slick-next, .section-review2__container .slick-arrow.slick-prev {
    margin-top: -55px;
}
.section-dl{
	padding: 0px 0 70px;
}
.section-dl__container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
    background-color: #f8f9fa;
    padding: 20px 35px;
    border: 1px dashed #c9cfd8;
    border-radius: 8px;
	margin-top: 38px;
}
.section-dl__col{
	width: 100%;
	box-sizing: border-box;
}
.section-dl__item {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-decoration: none;
    border-bottom: 1px solid #dde3eb;
    text-transform: uppercase;
	padding: 5px 0;
}
.section-dl__image {
    height: 50px;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
}
.section-dl__image img{
	display: block;
	width: 30px;
}
.section-dl__text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #253254;
	width: 90%;
}
.section-dl__link {
    width: 10%;
    text-align: right;
}
.section-dl__col .download-link {
	margin-top: 0;
	text-decoration: underline;
}
.section-dl__text br{
	display: none;
}
.section-dl__col:last-child .section-dl__item {
	border-bottom: 0;
}





.section-contact{
	padding: 90px 0;
	background: #2a3a64;
	color: #fff;
}
.section-contact .section-headline{
	margin-bottom: 25px;
	color: #fff;
}
.section-contact .section-subheadline{
	color: #fff;
}
.section-contact__container{
	max-width: 738px;
	margin: 0 auto;
	padding-top: 22px;
}
#svyazhites-s-nami .section-contact__container {
    max-width: 450px;
}
.section-contact .input-icon{
	margin-bottom: 32px;
}
.section-contact .input-icon:before{
	top: 15px;
	left: 0;
}
.section-contact .input-icon input{
	height: 46px;
	border-bottom-color: #627093;
	color: #fff;
	padding-left: 30px;
}
.section-contact__btn{
	padding-top: 24px;
	text-align: center;
}
.section-contact__btn input{
	display: inline-block;
	background: #ee3237;
	box-sizing: border-box;
	padding: 27px 116px 26px;
	border: none;
	border-radius: 60px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	transition: background 0.3s ease-out 0s;
}
.section-contact__btn input:hover{
	background: #c8262a;
}
.section-contact ::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}
.section-contact ::-moz-placeholder {
	opacity: 1;
	color: #fff;
}
.section-contact :-ms-input-placeholder {
	opacity: 1;
	color: #fff;
}
.section-contact :-moz-placeholder {
	opacity: 1;
	color: #fff;
}
.section-contact__social{
	padding: 20px 0 0;
	display: flex;
	justify-content: center;
}
.section-contact__social a{
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
}
.section-contact__social svg{
	fill: #fff;
}



.section-contact-1{
	padding: 160px 0;
	background: #2a3a64;
	color: #fff;
}

.section-contact-1 .input-icon_2::before, .section-contact .input-icon_2::before {
    background: url(images/form-phone.svg) no-repeat;
}

.section-contact-1 .section-contact__btn {
	text-align: left;
}
.section-contact-1 .section-headline{
	margin-bottom: 25px;
	color: #253254;
	text-align: left;
}
.section-contact-1 .section-subheadline{
	color: #fff;
}
.section-contact-1__container{
	max-width: 400px;
	padding-top: 22px;
}
.section-contact-1 .input-icon{
	margin-bottom: 32px;
}
.section-contact-1 .input-icon:before{
	top: 15px;
	left: 0;
}
.section-contact-1 .input-icon input{
	height: 46px;
	border-bottom-color: #627093;
	color: #253254;
	padding-left: 30px;
}
.section-contact-1 input::-webkit-input-placeholder {color:#253254; opacity:1;}
.section-contact-1 input::-moz-placeholder          {color:#253254; opacity:1;}
.section-contact-1 input:-moz-placeholder           {color:#253254; opacity:1;}
.section-contact-1 input:-ms-input-placeholder      {color:#253254; opacity:1;}
.section-contact-1__btn{
	padding-top: 24px;
	text-align: center;
}
.section-contact-1__btn input{
	display: inline-block;
	background: #ee3237;
	box-sizing: border-box;
	padding: 27px 116px 26px;
	border: none;
	border-radius: 60px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	transition: background 0.3s ease-out 0s;
}
.section-contact-1__btn input:hover{
	background: #c8262a;
}
.section-contact-1 ::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}
.section-contact-1 ::-moz-placeholder {
	opacity: 1;
	color: #fff;
}
.section-contact-1 :-ms-input-placeholder {
	opacity: 1;
	color: #fff;
}
.section-contact-1 :-moz-placeholder {
	opacity: 1;
	color: #fff;
}



.section-contact-2{
	padding: 50px 0 55px;
	background: #2a3a64;
	color: #fff;
}
.section-contact-2 .section-headline{
	margin-bottom: 25px;
	color: #fff;
}
.section-contact-2 .section-subheadline{
	color: #fff;
}
.section-contact-2__container{
	max-width: 400px;
	margin: 0 auto;
	padding-top: 22px;
}
.section-contact-2 .input-icon{
	margin-bottom: 32px;
}
.section-contact-2 .input-icon:before{
	top: 15px;
	left: 0;
}
.section-contact-2 .input-icon input{
	height: 46px;
	border-bottom-color: #627093;
	color: #fff;
	padding-left: 30px;
}
.section-contact-2__btn{
	padding-top: 24px;
	text-align: center;
}
.section-contact-2__btn input{
	display: inline-block;
	background: #ee3237;
	box-sizing: border-box;
	padding: 27px 116px 26px;
	border: none;
	border-radius: 60px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	transition: background 0.3s ease-out 0s;
}
.section-contact-2__btn input:hover{
	background: #c8262a;
}
.section-contact-2 ::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}
.section-contact-2 ::-moz-placeholder {
	opacity: 1;
	color: #fff;
}
.section-contact-2 :-ms-input-placeholder {
	opacity: 1;
	color: #fff;
}
.section-contact-2 :-moz-placeholder {
	opacity: 1;
	color: #fff;
}






.section-map{
	position: relative;
	overflow: hidden;
}
.section-map__map{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.section-map__container{
	height: 470px;
	box-sizing: border-box;
	padding-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-map__block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 250px;
    height: 138px;
    box-sizing: border-box;
    padding: 25px 15px 20px;
    background: #fff;
        background-color: rgb(255, 255, 255);
    border-radius: 10px;
    position: relative;
    background-color: #ee3237;
    color: #fff;
	margin-left: 400px;
}
.section-map__city{
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.section-map__adress{
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}
.content-page{
	padding: 140px 0 40px;
}
.breadcrumbs{
	margin-bottom: 25px;
}
.page-headline{
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.post-body{
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.5px;
}
.post-body h2{
	font-size: 20px;
	line-height: 27px;
	font-weight: 800;
	letter-spacing: 0.6px;
	margin-bottom: 10px;
}
.post-body h3{
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	margin-bottom: 10px;
}
.post-body p{
	margin-bottom: 27px;
}
/* Footer
-----------------------------------------------------------------------------*/
.site-footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
}

.site-footer__top-content{
	max-width: 1111px;
	margin: 0 auto;
	padding: 46px 0 42px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-logo{
	display: flex;
	align-items: center;
	width: 350px;
	max-width: 100%;
	margin-left: 22px;
}
.footer-logo__image {
    width: 140px;
    flex-shrink: 0;
    margin-right: 40px;
}
.footer-logo__text {
    flex-grow: 1;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    color: #253254;
    text-transform: uppercase;
}
.footer-logo__text span {
	font-weight: 100;
}
.site-footer__info{
	display: flex;
	padding-top: 10px;
	margin-right: 37px;
}
.footer-contact__timework{
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.3px;
	color: #253254;
	text-transform: uppercase;
	margin: 3px 0 15px;
}
.footer-contact__email{
	font-size: 13px;
	letter-spacing: 0.4px;
}
.footer-contact__email a{
	display: inline-block;
	position: relative;
	padding-left: 23px;
	color: #f0484c;
}
.footer-contact__email a:before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url(images/form-email.svg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.footer-phone{
	padding-left: 42px;
	margin-left: 52px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.6px;
	position: relative;
}
.footer-phone:before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url(images/form-phone.svg) no-repeat;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
}
.footer-phone a{
	display: block;
	white-space: nowrap;
	color: #253254;
	text-decoration: none;
	margin-bottom: 12px;
}
.footer-phone a:last-child{
	margin-bottom: 0;
}
.site-footer__bottom{
	background: #f9f9f9;
	padding: 19px 0;
}
.site-footer__bottom-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 11px;
	line-height: 19px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.site-footer__bottom-text{
	margin: 0 30px;
}
.wpcf7-form br{
	display: none;
}
body div.wpcf7 .ajax-loader{
	position: absolute;
}
body .wpcf7-not-valid-tip, body .wpcf7-response-output{
	display: none !important; 
}
.wpcf7-not-valid{
	border-bottom-color: red !important;
	color: red !important;
}
.wow{
	visibility: hidden;
}

.section_since-col {
    width: 30.7%;
    padding: 1.3%;
}

.section-review__image div,  .section-review__image img {
    display: block !important;
}

/* my styles */

.section-welcome h1 {
    font-size: 45px;
    width: 400px;
    margin-top: 220px;
    position: absolute;
    text-transform: uppercase;
	color: #253254;
}

.welcome-form .descr {
	color: #ccc;
	font-style: italic;
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}

.section-welcome h1 b {
    font-weight: 500;
}

b {
    font-weight: 500;
}

.section_stats__content {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
    padding: 27px 0 0 0;
}

.section_stats-col {
    width: 16%;
    box-sizing: border-box;
    padding: 10px 14px;
}

.section_stats-col h3 {
    color: #ee3237;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

.section_stats-col .title {
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 10px;
}

.section_stats-square {
	width: 90px;
	height: 90px;
	background-color: #ee3237;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.section_stats-col .section_stats-square {
    background-size: 45px;
    background-position: center;
    background-repeat: no-repeat;
}

.section_stats-col:nth-of-type(1) .section_stats-square {
    background-image: url('/wp-content/uploads/2019/05/university.png');
}

.section_stats-col:nth-of-type(2) .section_stats-square {
    background-image: url('/wp-content/uploads/2019/05/mortarboard.png');
}

.section_stats-col:nth-of-type(3) .section_stats-square {
    background-image: url('/wp-content/uploads/2019/05/professor.png');
}

.section_stats-col:nth-of-type(4) .section_stats-square {
    background-image: url('/wp-content/uploads/2019/05/books.png');
}

.section_stats-col:nth-of-type(5) .section_stats-square {
    background-image: url('/wp-content/uploads/2019/05/library.png');
}

.section_since__content {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
}


.section_since-block {
    -webkit-box-shadow: -1px 0px 30px 0px rgba(50, 50, 50, 0.27);
	-moz-box-shadow:    -1px 0px 30px 0px rgba(50, 50, 50, 0.27);
	box-shadow:         -1px 0px 30px 0px rgba(50, 50, 50, 0.27);
    padding: 70px 20px 25px 20px;
	border-radius: 5px;
}

.section_since-block .icon {
    position: absolute;
    margin: -50px 0px 0px 200px;
}

.section_since-block .icon img {
    width: 35px;
}

.section_since-block a {
	padding: 13px 30px;
    background-color: #ee3237;
    border-radius: 35px;
    color: #fff;
    text-decoration: navajowhite;
    margin-top: 20px;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
	cursor: pointer;
}

.download-link {
    margin: 0 auto;
    margin-top: 20px;
}

.download-link img {
	width: 20px;
	position: absolute;
	margin: -3px 0px 0px -30px;
}

.section_since-block a:hover {
	background-color: #e4292e;
}

.section_since-block .descr {
    font-size: 13px;
}

.section_since-block .flag {
    background-image: url('/wp-content/uploads/2019/05/flag.png');
    position: absolute;
    height: 55px;
	width: 80px;
	padding: 9px 20px;
    background-size: 80px;
    background-repeat: no-repeat;
    margin: -55px 0 0px -24px;
}

.section_since-block .title {
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0;
	color: #253254;
}

.flag b {
    color: #fff;
    font-size: 17px;
    width: 57%;
    display: block;
    line-height: 20px;
}

.flag p {
    color: #fff;
    font-size: 11px;
}

.section-want, .section-contact-2, .section-reward { /* отключил три блока */
	display: none;
}

.section-gallery__image:nth-of-type(2)::before, .section-gallery__image:nth-of-type(3)::before {
	display: none;
}

a.section-gallery__image:nth-of-type(2), a.section-gallery__image:nth-of-type(3) {
	cursor: auto;
}

.section-partner .inner {
    max-width: 1700px;
}

.section-map__map ymaps ymaps ymaps ymaps ymaps:nth-of-type(6) ymaps ymaps ymaps ymaps:nth-of-type(2) ymaps {
background-image: url('/wp-content/themes/kpmy/images/location.svg');
background-size: contain;
background-repeat: no-repeat;
} 

.section-map__map ymaps ymaps ymaps ymaps ymaps:nth-of-type(6) ymaps ymaps ymaps ymaps:nth-of-type(2) ymaps ymaps {
background-image: none;
} 

/* Mobile
-----------------------------------------------------------------------------*/
.mobile-panel{
	top: 0;
	left: -300px;
	opacity: 0;
	width: 290px;
	min-width: 290px;
	height: 100%;
	position: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	background: #253254;
 	-webkit-transition: all 0.2s ease-out 0s;
 	-o-transition: all 0.2s ease-out 0s;
 	transition: all 0.2s ease-out 0s;
	overflow-y: auto;
	z-index: 100000;
}
.mobile-panel.opened{
	left: 0;
	opacity: 1;
}
.mobile-menu{
	margin-bottom: 20px;
}
.mobile-menu > ul > li{
	font-size: 18px;
	position: relative;
	/*margin-bottom: 10px;*/
}
.mobile-menu > ul > li > a{
	display: block;
	padding: 8px 40px 8px 20px;
	text-decoration: none;
	color: #fff;
}
.mobile-menu > ul > li > ul{
	display: none;
}
.mobile-menu > ul > li > ul > li{
	font-size: 16px;
	position: relative;
}
.mobile-menu > ul > li > ul > li > a{
	display: block;
	padding: 8px 40px 8px 30px;
	text-decoration: none;
	color: #fff;
}
.submenu-handler{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 35px;
	display: block;
	cursor: pointer;
}
.submenu-handler:before{
	content: '';
	position: absolute;
	display: block;
	top: 5px;
	right: 15px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 15px solid #fff;
	border-bottom: 10px solid transparent;
}
.submenu-handler.active:before{
	top: 12px;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #fff;
}
.mobile-lang{
	padding-left: 20px;
}
.mobile-lang li{
	display: inline-block;
	font-size: 18px;
	position: relative;
	margin-right: 10px;
}
.mobile-lang a{
	display: block;
	text-decoration: none;
	color: #fff;
}
.mobile-panel__close{
	width: 28px;
	height: 28px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.mobile-panel__close span{
	position: absolute;
	top: 13px;
	display: block;
	width: 28px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-panel__close span:before{
	content: '';
	position: absolute;
	top: -13px;
	left: 13px;
	display: block;
	width: 2px;
	height: 28px;
	background: #fff;
}
.mobile-panel-overlay{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 5000;
	overflow-y: scroll;
}
/* Popup
-----------------------------------------------------------------------------*/
.popup{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 100;
	overflow-y: scroll;
}
.popup__overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup__overlay-close{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
}
.popup__window{
	position: relative;
	display: flex;
	width: 300px;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	z-index: 102;
    transform: scale(1.3);
	-webkit-transition:  all 0.3s ease-out 0s;
    -moz-transition:  all 0.3s ease-out 0s;
    -o-transition:  all 0.3s ease-out 0s;
    transition:  all 0.3s ease-out 0s;
	opacity: 0;
}
.popup__window_opened{
	opacity: 1;
	transform: scale(1);
}
.popup__close{
	position: absolute;
	top: -22px;
	right: -18px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.popup__container{
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.popup__container span{
	padding-top: 10px;
	display: block;
	font-size: 16px;
}
/* Redactor Styles
-----------------------------------------------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    margin: auto;
	text-align: center;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 100%;
    padding: 0 0 10px;
    text-align: center;
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border:3px solid #dbdddd;
    height: auto;
    margin:0 0 5px 0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size:12pt;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/* Responsive
-----------------------------------------------------------------------------*/


@media(max-width: 1530px)  {
		
.section-partner__col {
    width: 33%;
}
	

	.section-partner__container {
    max-width: 1000px;
    margin: 0 auto;
}

}

@media only screen and (max-width: 1190px){
	.site-header__container{
		padding-right: 0 !important;
	}
	.section-partner__col {
    width: 50%;
	}
	

	.section-partner__container {
    width: 710px;
    margin: 0 auto;
	}
	section.section-contact-1 {
		background-position: bottom;
		background-size: cover;
	}
	.section-review .slick-arrow.slick-next {
		right: -22px;
	}
	.section-review .slick-arrow.slick-prev {
		left: -8px;
	}
}
@media only screen and (max-width: 1024px){
.ble .section-review .slick-arrow.slick-prev {
    margin-top: -140px;
}
.ble .section-review .slick-arrow.slick-next {
    margin-top: -140px;
}
	.site-header__container{
		padding: 15px 0;
	}
	.site-header__menu,.header-lang{
		display: none;
	}
	.touch-menu {
		display: inline-block;
		position: relative;
		overflow: hidden;
		width: 40px;
		height: 30px;
		cursor: pointer;
		z-index: 2;
	}
	.touch-menu:focus {
	  outline: none;
	}
	.touch-menu span {
		display: block;
		position: absolute;
		top: 12px;
		left: 0;
		right: 0;
		height: 5px;
		background: #253254;
		-webkit-transition: background 0 0.3s;
		-o-transition: background 0 0.3s;
		transition: background 0 0.3s;
	}
	.touch-menu span::before,
	.touch-menu span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 5px;
		background-color: #253254;
		content: '';
	}
	.touch-menu span::before {
		top: -12px;
	}
	.touch-menu span::after {
		bottom: -12px;
	}
	.section-welcome__container{
		padding: 0 0 20px;
		justify-content: center;
	}
	.section-about__image{
		width: 300px;
	}
	.section-want__container,.section-dl__container{
		margin-left: 0;
	}
	.section-partner__col{
		width: 50%;
	}
	.site-footer__top-content{
		padding: 40px 0;
		flex-direction: column;
		align-items: center;
	}
	.footer-logo{
		margin-bottom: 15px;
		margin-left: 0;
	}
	.footer-logo__text {
		font-size: 10px;
	}
	.site-footer__bottom-content{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.site-footer__bottom-text{
		margin: 10px 0;
	}
	.section-review .slick-arrow.slick-next {
		right: 0px;
	}
	.section-review .slick-arrow.slick-prev {
		left: 0px;
	}
	.section_since-col {
    width: 70%;
    padding: 20px 15%;
    margin: 0 auto;
}
	.section_since-block .icon {
    position: absolute;
    margin: -50px 0px 0px 80px;
}
	.inner {
	padding: 0 50px;
    min-width: auto;
    margin: auto;
	}
	.section-welcome h1 {
    font-size: 25px;
    width: 100%;
    margin-top: 0;
    padding-top: 75px;
    text-align: center;
	position: relative;
	}
	
}
@media only screen and (max-width: 920px){
.section-review .slick-arrow.slick-prev {
    margin-top: -90px;
}
.section-review .slick-arrow.slick-next {
    margin-top: -90px;
}
}
@media only screen and (max-width: 900px){
.section-dl__text {
    padding-right: 10%;
}
	.section-welcome__container {
    padding: 100px 20px 20px;
    justify-content: flex-end;
}
	.section-course__headline {
    font-size: 22px;
	}
	.section-welcome h1 {
    font-size: 28px;
    width: 100%;
    margin: 0 auto;
    position: relative;
	padding-top: 100px;
	}
	.welcome-form {
		margin: 0 auto;
	}
	.site-header__logo {
    padding-left: 45px;
}
	
	.section_stats-col {
		width: 33%;
	}
}
@media only screen and (max-width: 767px){
	.section-about{
		padding: 50px 0;
	}

	.section-partner__logo {
    display: none;
}

.section-partner__name {
    position: inherit;
    padding: 30px;
    opacity: 1;
    transition: 1s;
    background: #ffffffb3;
    height: 100%;
    width: auto;
        word-break: break-all;
}

.section-partner__item {
	height: 100%;
	/*width: auto;*/
	width: 100%;
}

	.section-partner__col {
    width: 100%;
}
	.section-about__container{
		flex-direction: column;
	}
	.section-about__content{
		padding: 0 0 30px;
	}
	.section-course__container{
		padding-right: 0;
	}
	.section-partner{
		padding: 55px 0 30px;
	}
	.section-partner__container{
		padding-top: 0;
	}
	.section-reward {
    	padding: 25px 0 60px;
	}
	.section-reward__container{
		max-width: 594px;
		margin: 0 auto;
	}
	.section-reward__col{
		width: 50%;
		padding: 15px;
	}
	.section-review {
    	padding: 25px 0 60px;
	}
	.section-review__container{
		max-width: 594px;
		margin: 0 auto;
	}
	.section-review__col{
		width: 50%;
		padding: 15px;
	}
	.section-contact{
		padding: 60px 0;
	}
	.section-map__container{
		height: 400px;
	}
	
	.section-partner__container {
    width: 530px;
	}
}
@media only screen and (max-width: 640px){
.section-dl__text {
    padding-right: 0;
}
.section-contact-1 .section-headline {
    padding-right: 10%;
}
	.section-gallery__image{
		width: 50%;
	}

	.flag, .section_since-block .icon {
    display: none;
}

	.section_since-col {
    width: 100%;
    padding: 7px 0;
}

.section-partner__logo {
	margin-top: 33px;
}


.section-contact-1 {
    padding: 50px 0;
}
	.section_since-block {
		    padding: 6px 20px 15px 20px;
	}

	.section_stats-col .title {
		word-wrap: break-word;
	}

	.section_stats-col h3 {
    font-size: 23px;
}

	.section_stats-square {
    width: 70px;
    height: 70px;
}
	.section-contact-1 .section-contact__btn {
    text-align: center;
}
	.site-footer__info{
		flex-direction: column;
		align-items: center;
	}
	.footer-phone{
		margin-left: 0;
	}
	.footer-contact{
		margin-bottom: 20px;
	}
	.section_stats-col {
    width: 33%;
}
	.section-gallery a:nth-of-type(2), .section-gallery a:nth-of-type(3) {
		display: none;
	}

	.section-partner__container {
    width: auto;
}
	.section-dl__link {
		display: none;
	}
	.section-map__block {
		margin-left: inherit;
	}
}
@media only screen and (max-width: 480px){
.section-contact-1 .section-headline {
    padding-right: 0;
}
.site-footer__info {
    margin-right: 0;
}
	.admin-bar .site-header{
		top: 0;
	}
	.site-header__logo{
		width: 60px;
	}

.section-partner__col {
    width: 100%;
}

	.section-welcome__container {
    	padding: 120px 0 30px;
    	height: auto;
    }
    .section-course{
    	padding: 40px 0;
    	background-size: cover;
    }
    .section-course__headline{
    	font-size: 17px;
    	line-height: 30px;
    }
    .section-course__col{
    	width: 100%;
    }
    .section-course__item{
    	display: flex;
    	padding: 15px 15px 30px;
    }
    .section-course__image{
    	width: 20px;
    	margin-right: 15px;
    	flex-shrink: 0;
    }
    .section-course__title{
    	margin-bottom: 0;
    }
    .section-course__link{
    	left: 50px;
    	bottom: 15px;
    }
    .section-course__nav{
    	justify-content: flex-start;
    }
    .section-headline{
    	font-size: 25px;
    	line-height: 30px;
    }
    .section-subheadline {
	    font-size: 14px;
	    line-height: 23px;
	}
	.section-partner {
    	padding: 55px 0 20px;
	}
	.section-reward{
		padding: 25px 0;
	}
	.section-reward__container{
		max-width: 267px;
	}
	.section-reward__col{
		width: 100%;
		padding: 10px 0;
	}

	.section_stats-col {
    width: 50%;
}

	.section-review{
		padding: 25px 0;
	}
	.section-review__col{
		width: 100%;
		padding: 10px 0;
	}
	.section-contact{
		padding: 30px 0;
	}
	.section-contact__container{
		padding-top: 0;
	}
	.section-contact .input-icon{
		margin-bottom: 20px;
	}
	.section-contact__btn input{
		padding: 15px 30px 15px;
	}
	.section-map__container{
		height: 300px;
	}
}
@media only screen and (max-width: 360px){
	.welcome-form {
		padding: 30px 15px;
	}
	.section-gallery__image{
		width: 100%;
	}
	.section-partner__col{
		width: 100%;
	}
}
.section-review .section-review__image img {
    margin: 0 -4px;
    border: solid 2px #182f54;
	cursor: pointer;
}
@media (min-width: 1191px) and (max-width: 1530px) {
.section-partner__logo {
    width: 119px;
    margin-top: 63px;
    padding: 38.5px;
  
}
.section-partner__item {
    height: 323px;
    width: 195px;
}

.section-partner__col {
    width: 20%;
	margin: 0 auto;
}
	.section-partner__name {
position: absolute;
padding: 125px 30px 50px 30px;
opacity: 0;
transition: 1s;
background: #ffffffb3;
height: 173px;
width: 137px;
}
}
@media (min-width: 767px) and (max-width: 1191px) {
	.section-about{
		padding: 50px 0;
	}

	.section-partner__logo {
    display: none;
}

.section-partner__name {
    position: inherit;
    padding: 30px;
    opacity: 1;
    transition: 1s;
    background: #ffffffb3;
    height: 100%;
    width: auto;
    word-break: break-all;
    white-space: pre;
}

.section-partner__item {
line-height: 25px;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: 0px -48%;
}

	.section-partner__col {
    width: 100%;
}
}
@media (max-width: 1189px) {
.section-partner__col:nth-of-type(5) {
	margin: 0 auto;
}
}
@media (min-width: 1024px) and (max-width: 1190px) {
.section-review .section-review__image img {
    margin: 0 12px;
    border: solid 2px #182f54;
    cursor: pointer;
    max-width: 83%;
}
}
@media (min-width: 1530px) {
.section-partner__container {
    padding: 0 100px;
}}
.section_stats-col:nth-of-type(6) .section_stats-square {
    background-image: url(/wp-content/uploads/2019/07/icons6.png);
}
.page-id-81 .flag b {
    color: #fff;
    font-size: 11px;
    width: 58%;
    display: block;
    line-height: 13px;
}
.page-id-395 .flag b {
    color: #fff;
    font-size: 13px;
    width: 58%;
    display: block;
    line-height: 13px;
}
.menu-item a {
    display: inline-block;
    color: #253254;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.menu-item a:after {
    display: block;
    content: "";
    background-color: #ee3237;
    height: 2px;
    width: 0%;
    left: 50%;
    position: absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.menu-item a:hover:after,
.menu-item a:focus:after {
    width: 100%;
}
.page-id-81 .width {
    max-width: 1090px
}
.page-id-395 .width {
    max-width: 1050px
}