/* base styles BEGIN */
a, input, button, select {
	cursor: pointer; 
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out; 
	font-family: "Proxima-Nova";
}
img {
    max-width: 100%;
	box-sizing: content-box;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out; 
}
input, button, textarea{
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
.container {
	padding-left: 5%;
	padding-right: 5%;
	margin-right: auto;
	margin-left: auto;
}
.text-uppercase{
	text-transform: uppercase;
}
.text-center{
	text-align: center;
}
.d-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* base styles END */	
	
@font-face {
	font-family: "Proxima-Nova";
	src: local("Proxima-Nova-Regular"), local("Proxima-Nova-Regular"), url("../fonts/Proxima-Nova-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal; 
}
	
body {
	font-family: "Proxima-Nova";
	font-weight: 400;
	font-style: normal;
	line-height: 22px;
	font-size: 18px; 
	color: #000;
}
h1 {
	font-family: "Proxima-Nova";
	font-size: 94px;
	margin-top: 0;
	margin-bottom: 70px;
}
h2 {
    font-size: 46px;
    line-height: 27px;
	margin: 40px 0;
}
h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}
h4 {
	font-size: 36px;
	line-height: 44px;
	margin-top: 20px;
    margin-bottom: 20px;
}
p {
    margin: 0 0 15px;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover, a:focus, a:visited{
	color: #000;
}
input::-webkit-input-placeholder {
    color: #000000;
	opacity: 0.4;
	font-family: "Proxima-Nova";
}
 
input:-moz-placeholder {
    color: #000000;
	opacity: 0.4;
	font-family: "Proxima-Nova";
}
 
input::-moz-placeholder {
    color: #000000;
	opacity: 0.4;
	font-family: "Proxima-Nova";
}
 
input:-ms-input-placeholder {
    color: #000000;
	opacity: 0.4;
	font-family: "Proxima-Nova";
}	
section {
    padding: 40px 0;
}	
.search {
    width: 0%;
    min-width: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.7s linear;
    -moz-transition: width 0.7s linear;
    transition: width 0.7s linear;
}
.search__input {
    border: none;
    outline: none;
	padding: 10px;
    width: 100%;
    margin: 0;
    z-index: 1;
}
 
input[type="search"].search__input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.search__icon {
    z-index: 5;
    -webkit-font-smoothing: antialiased;
	cursor: pointer;
}
 
.search__icon:before {
    content: url(../img/search-ico.png);
}
.search:hover{
    width: 200px;
}
.search__btn {
    border: none;
    background: none;
    padding: 0;
    margin: 0 10px;
}
.h-block {
    padding: 20px 0px;
}
.form-input {
    border: none;
    border-bottom: 1px solid #000;
    padding: 0px 0 5px 0;
}
.menu__li {
    display: inline-block;
	position: relative;
	 padding: 5px 10px;
}
.h-block a:after {
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    background-color: #58B947;
    transition: width .3s ease-in-out, height .3s ease-in-out;
}
.h-block a:hover:after,
.h-block a:focus:after {
    width: 100%;
}
.logo a:after {
	display: none;
}
.logo a:hover img{
	opacity: 0.9;
}
.logo img {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.menu__ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.dropdown__ul {
    position: absolute;
    list-style: none;
    left: -21px;
	text-align: center;
    margin: 0;
    padding: 0;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.7s linear;
    -moz-transition: max-height 0.7s linear;
    transition: max-height 0.7s linear;
	
}
.lang.with-dropdown .dropdown__ul{
	left: -5px;
}
.dropdown__a {
    white-space: nowrap;
}
.dropdown__icon:after {
    content: "\25BE";
    display: inline-block;
	font-weight: 900;
    font-size: 16px;
}
.lang .dropdown__icon:after {
	color: #58B947; 
}
.with-dropdown:hover .dropdown__ul{
    max-height:300px;
}
.with-dropdown {
    margin-bottom: -3px;
}
.lang {
    position: relative;
}
.menu__a {
    font-weight: 600;
}
.cont-tel {
	font-weight: 600;
}
.auth {
    font-size: 16px;
}
.auth__icon:after {
    content: url(../img/auth-ico.png);
    background: #58b947;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    padding: 7px 6px 0px 6px;
    border-radius: 3px;
	margin-right: 5px;
}
.auth:hover .auth__icon:after {
    background: #4d9e3e;
} 
.auth__icon {
    vertical-align: -webkit-baseline-middle;
}
.breadcumbs__li {
    display: inline-block;
    margin: 5px;
    margin-left: 0;
	font-size: 16px;
}
.breadcumbs__li a{
	text-decoration: underline;
}
.breadcumbs__li:after {
	content: "\2192";
	font-family: arial;
}
.breadcumbs__current-page:after {
	content: " ";
}
.breadcumbs__current-page a {
    opacity: 0.4;
	pointer-events: none;
	cursor: default;
	 text-decoration: none;
}
.breadcumbs__tel-icon:after{
    content: " ";
    background-color: #0078BF;
    background-image: url(../img/tel-ico.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 6px 5px 0px 5px;
    border-radius: 3px;
    width: 23px;
    height: 24px;
    display: inline-block;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.breadcumbs__tel:hover .breadcumbs__tel-icon:after{
	background-color: #1F498B;
}
.course {
    padding-top: 70px;
}
.course__advantage-img {
    width: 100%;
}
.course__advantage {
    background: #F5F5F5;
	padding-top: 0;
}
.course__advantage-item {
    padding: 20px;
    padding-top: 40px;
}
.course__advantage-item h2{
    font-size: 24px;
    line-height: 27px;
	position: relative;
	margin: 20px 0;
}
.course__advantage-item h2:before {
    content: " ";
    background: #0078BF;
    width: 2px;
    /* display: -webkit-inline-box; */
    position: absolute;
    height: 50px;
    margin-top: 2px;
    /* padding-right: 5px; */
    left: -10px;
}
.regular-ul {
    list-style: inherit;
}
.course__info-item {
    padding: 20px 4% 20px 0px;
}
.course__info-item-img {
    padding-bottom: 55%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
	min-height: 85px;
}
.course__info-item-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.course__info-item h3 {
    width: max-content;
    display: block;
    border-bottom: 2px solid #58B947;
}
.course__partners-item {
    padding: 10px 25px 10px 0px;
}
.slider-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.slider-arrow-next:after {
    content: "\2192";
    font-family: arial;
	font-size: 30px;
    font-weight: 100;
    margin: 20px;
}
.slider-arrow-pre:after {
    content: "\2190";
    font-family: arial;
	font-size: 30px;
    font-weight: 100;
    margin: 20px;
}
.slick-slide img {
    display: inline-block;
}
.course__gallery-slider {
    margin-top: 25px;
}
.gallery-slider-item a {
    display: block;
    text-align: center;
}
.gallery-slider-item img {
	width: 100%;
}
.course__gallery-slider .slick-slide {
    opacity: 0;
	max-height: 1px;
}
.course__gallery-slider .slick-slide.slick-active {
    opacity: 1;
	max-height: inherit;
}
.course__gallery-slider .slick-slide {
	padding: 15px;
	margin: 15px;
}
.course__gallery-slider  .slick-center {
	padding: 15px 30px;
	margin: 15px 30px;
}
.slick-center .gallery-slider-item img {
	-moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    opacity: 1;
    transform: scale(1.3);
}
.course__partners {
    padding-bottom: 60px;
}
.course__feedbacks-slider {
	/*padding: 25px 27%;*/
}
.course__feedbacks .slider-arrows {
    justify-content: flex-end;
	/*padding: 25px 27%;*/
}
.course__feedbacks .slick-slide {
    opacity: 0;
}
.course__feedbacks .slick-slide.slick-active {
    opacity: 1;
}
.course__feedbacks-item p:first-child b {
    letter-spacing: 2px;
}
.course__feedbacks-author {
    font-size: 14px;
    margin-top: 10px;
	margin-left: 43px;
}
.course__feedbacks-slider-block {
    margin: 0 11% 0px auto;
    margin-left: auto;
    width: 60%;
	padding: 10px 0;
}

blockquote:before {
	font-family: "Proxima-Nova";
    top: -9px;
    content: "\275D";
    font-size: 37px;
    display: block;
    height: 25px;
    left: -24px;
    position: absolute;
    transition: background-color 350ms ease 0s;
    width: 25px;
}
blockquote:after {
    font-family: "Proxima-Nova";
    content: "\275E";
    display: block;
    font-size: 37px;
    float: right;
    height: 25px;
    position: relative;
    top: 10px;
    transition: background-color 350ms ease 0s;
    width: 25px;
}
.blockquote-dash {
    position: absolute;
    margin-top: 10px;
    width: 20px;
    background: #000;
    height: 3px;
    margin-top: 24px;
    margin-left: -47px;
}
.blockquote-container{
    margin: 22px 41px;
    position: relative;
}
.course__feedbacks-item {
    padding: 0 42px;
}
.course__country-info {
    padding: 25px;
    max-width: 46%;
}
.bg-blue {
    background: #0078BF;
}
.font-white {
    color: #fff;
}
.course__question-h h2 {
    line-height: 43px;
}
.course__question-form .form-input {
    min-width: 80%;
    background: none;
    border-color: #fff;
    margin: 15px 0;
}
.course__question-form input::-webkit-input-placeholder {
    color: #fff;
}
 
.course__question-form input:-moz-placeholder {
    color: #fff;
}
 
.course__question-form input::-moz-placeholder {
    color: #fff;
}
 
.course__question-form input:-ms-input-placeholder {
    color: #fff;
}
.course__question-form {
    font-size: 15px;
}
.btn {
    background: #58B947;
    border: 1px solid #58B947;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 8px 15px;
    color: #fff;
	font-size: 18px;
}
.btn:hover {
	background: #fff;
    color: #58B947;
}
.btn:visited, .btn:focus{
    color: #fff;
}
.btn.white-btn {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
.btn.white-btn:hover {
    background: none;
    color: #fff;
}
.btn.hover-btn {
	background: #fff;
    color: #58B947;
}
.btn.hover-btn:hover {
    background: #58B947;
    color: #fff;
}
.footer {
    padding: 40px 0;
}
.f-link {
    display: block;
}
.f-link:after {
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    background-color: #58B947;
    transition: width .3s ease-in-out, height .3s ease-in-out;
}
.f-link:hover:after,
.f-link:focus:after {
    width: 100%;
}
.socials img {
    margin: 2px;
}
.socials img:hover {
    opacity: 0.8;
}
.modal-form {
	background: #fff;
	padding: 30px 40px;
	font-size: 14px;
	box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.21);
}
.modal-form .form-input{
	margin-top: 20px;
    margin-bottom: 20px;
	display: block;
	width: 100%;
}
.warning-input {
    border-color: #E60000;
}
.warning-text {
    color: #E60000;
	font-size: 12px;
    position: relative;
    top: -20px;
}
.fancybox-is-open .fancybox-bg {
    opacity: .7;
}
.fancybox-bg {
    background: rgb(255, 255, 255);
}


.bg-gray{
	background: #F5F5F5;
}
.jc-fl_start {
    justify-content: flex-start;
}
.flex-end{
	justify-content: flex-end;
}
.align-items-reset {
    align-items: normal;
}
.text-underline {
    text-decoration: underline;
}
.text-bold {
    font-weight: 600;
}
.font-blue{
	color: #0078BF;
}
.one-third {
    width: 33.33333%;
}
.mob-v{
	display: none;
}


.cmn-toggle-switch {
	display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 35px;
	height: 29px;
	    margin-top: -4px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}
.cmn-toggle-switch:focus {
  outline: none;
}	
.cmn-toggle-switch span {
	display: block;
  position: absolute;
      top: 8px;
    left: 8px;
    right: 8px;
    height: 2px;
    background: #000;
}
.cmn-toggle-switch__htx.active span {
    top: 13px;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
}

.cmn-toggle-switch span::before {
  top: 6px;
}

.cmn-toggle-switch span::after {
  bottom: -12px;
}
.cmn-toggle-switch__htx {
	background-color: #fff;
}

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
          transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.cmn-toggle-switch__htx.active {
  background-color: #fff;
}

.cmn-toggle-switch__htx.active span {
  background: none;
}

.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s;
}

	
@media (min-width: 1300px) {
	.container {
		padding-left: 9%;
		padding-right: 9%;
	}
}
@media (max-width: 992px) {
	.mob-v{
		display: block;
	}
	.dekstop-v{
		display: none;
	}
	h1 {
		line-height: 32px;
		font-size: 25px;
		margin: 15px 0;
	}
	.course {
		padding-top: 0;
	}
	.mob-v-menu .menu__ul {
		display: block;
	}
	.menu__li {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #E3E3E3;
	}
	.menu__li:last-child {
		border: none;
	}
	.menu__a {
		font-weight: 500;
	}
	.logo img {
		width: 100px;
	}
	.search {
		margin: 0px 5px;
		width: auto;
		overflow: visible;
		float: inherit;
		transition: inherit;
		min-width: inherit;
	}
	.btn {
		font-size: 13px;
	}
	body {
		font-size: 15px;
		line-height: 16px;
	}
	.breadcumbs__li {
		font-size: 11px;
	}
	.breadcumbs__tel-icon:after {
		background-size: 15px 15px;
		width: 18px;
		height: 20px;
	}
	section {
		padding: 20px 0;
	}
	article .d-flex {
		display: block;
	}
	.one-third {
		width: 100%;
	}
	.course__advantage-item h2 {
		font-size: 20px;
		line-height: 23px;
		margin: 15px 0;
	}
	.course__advantage-item {
		padding: 0;
		padding-top: 0px;
	}
	.course__advantage-item h2:before {
		margin-top: -3px;
	}
	h2 {
		font-size: 27px;
		line-height: 27px;
		margin: 10px 0;
	}
	.regular-ul {
		padding: 0 10px;
	}
	.course__feedbacks-item {
    padding: 0 37px;
}
.blockquote-container {
    margin: 22px 13px;
    position: relative;
}
.course__feedbacks-slider-block {
    margin: 0 0 0px auto;
    width: 100%;
}
.blockquote-dash {
    width: 15px;
}
blockquote:before {
    font-size: 30px;
}
blockquote:after {
    font-size: 30px;
}
.course__country-info {
    padding: 0;
    max-width: inherit;
}
.course__question-h h2 {
    line-height: 27px;
}
.footer .d-flex {
		display: block;
	}
	.footer {
    padding: 15px 0;
	background: #fff;
}
.course__gallery-slider .slick-center {
    padding: 0;
    margin: 0 0 auto;
    width: 100%;
}
.course__gallery-slider .slick-slide {
    padding: 0;
    margin: 0;
}
.slick-center .gallery-slider-item img {
    transform: inherit;
}
.search .form-input {
    max-width: 100px;
	}
	.f-link {
    padding: 10px 0;
    border-bottom: 1px solid #E3E3E3;
}
.cont-tel.f-link {
    border: none;
	    padding-top: 15px;
}
.socials img {
    margin: 2px 5px;
}

}		