<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(7759,37): run-time error CSS1030: Expected identifier, found ':'
(7759,43): run-time error CSS1031: Expected selector, found ')'
(7759,43): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@charset "utf-8";


html, body, ul, li, p, div, h1, h2, h3, h4, h5 {
	margin: 0;
	font-family: 'Open Sans';
	padding: 0;
}

body {
	background-color: #fff;
	-webkit-transition:	all 0.3s ease;
    -moz-transition:	all 0.3s ease;
    -ms-transition:		all 0.3s ease;
    transition:			all 0.3s ease;
	color:#424242;
}

.py-2 {
    padding-bottom:20px!important;
    padding-top:20px!important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.my-0 {
    margin-bottom:0px!important;
    margin-top:0rem!important
}

.mb-4 {
    margin-bottom: 2rem!important;
}

.pt-1 {
    padding-top: 10px!important;
}

.mb-5 {
    margin-bottom: 4rem !important;
}

.pt-0
{
    padding-top: 0px!important;
}
.mt-0 {
    margin-top: 0!important;
}
.mt-1-5 {
    margin-top: 1.5rem !important;
}

.text-bigger {
    font-size: 16px;
}

.form-control, .btn, .fa, a, li {
	outline: 0 !important;
}

#topheader {
	background-color: #4e5859;
	color: #fff;
	line-height: 50px;
}

#topheader a {
	color: #fff;
}

#topheader .btn.btn-orange {
    padding-top: 6px;
    padding-bottom: 6px;
}

.smallMenu a:hover {
	color: #ffa51d !important
}

.btn, .form-control {
	border-radius: 0 !important;
}

.searchBlock .form-control {
	height:50px;
}

input[type=checkbox] {
	display: none;
}

.ur-content .u-desc {
	margin-top:-10px;
}

.checkbox label {
	border-radius: 3px;
	background:#f2f1ef;
	width:20px;
	height:20px;
	display:inline-block;
	position:relative;
}

.form-group label {
	margin-bottom:10px !important;
}

.reg-form li input::-webkit-input-placeholder,
.contact1 #phone::-webkit-input-placeholder,
.page-template-page-portfolio .wpcf7-form-control-wrap input[type="submit"]::-webkit-input-placeholder,
.contact .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.consultation .wpcf7-form-control-wrap input[type="text"]::-webkit-input-placeholder {
   color: #424242;
}

.reg-form li input:-moz-placeholder,
.contact1 #phone:-moz-placeholder,
.page-template-page-portfolio .wpcf7-form-control-wrap input[type="submit"]:-moz-placeholder,
.contact .wpcf7-form-control-wrap input:-moz-placeholder,
.consultation .wpcf7-form-control-wrap input[type="text"]:-moz-placeholder {
   color: #424242;
}

.reg-form li input::-moz-placeholder,
.contact1 #phone::-moz-placeholder,
.page-template-page-portfolio .wpcf7-form-control-wrap input[type="submit"]::-moz-placeholder,
.contact .wpcf7-form-control-wrap input::-moz-placeholder,
.consultation .wpcf7-form-control-wrap input[type="text"]::-moz-placeholder {
   color: #424242;
}

.reg-form li input:-ms-input-placeholder,
.contact1 #phone:-ms-input-placeholder,
.page-template-page-portfolio .wpcf7-form-control-wrap input[type="submit"]:-ms-input-placeholder,
.contact .wpcf7-form-control-wrap input:-ms-input-placeholder,
.consultation .wpcf7-form-control-wrap input[type="text"]:-ms-input-placeholder {  
   color: #424242;
}

.reg-form li input::placeholder,
.contact1 #phone::placeholder,
.page-template-page-portfolio .wpcf7-form-control-wrap input[type="submit"]::placeholder,
.contact .wpcf7-form-control-wrap input::placeholder,
.consultation .wpcf7-form-control-wrap input[type="text"]::placeholder {
	color: #424242;
}

.checkbox label:before {
	position:absolute;
	left:0;
	top:0;
}

.searchDropdown .title {
	font-size:15px;
}

.banner2 {
	width:100%;
	height:150px;
	background:#cccccc;
	/*color:#fff;
	font-size:30px;
	text-align:center;
	line-height:150px;*/
    margin: 0;
    padding: 0;
}
.banner2 img {
    width: 100%;
    height: 100%;
}

.wrapper1 .container {
	padding-left:0;
	padding-right:0;
}

.checkbox label span {
	display: block;
    width: 150px;
    padding-left: 10px;
}

input[type=checkbox]:checked + label:before {
	content: "";
	display:inline-block;
	width:20px;
	height:20px;
	background:url("../images/input.png");
	font-size: 15px;
	font-weight:bold;
	color: #424242;
	text-align: center;
    line-height: 15px;
	
}

.form-control {
	-o-box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}

.searchBlock input[type="text"] {
	background:#fff;
}

.searchBlock .btn-orange {
	width:50px;
	height:50px;
	border:none !important;
	/*border-right:1px solid #ccc !important;*/
}

.newsItem .cover,
.worldItem .cover,
.popularItem .cover, 
.whereGoItem .cover {
	position:relative;
	-webkit-transition:	all 0.3s ease;
    -moz-transition:	all 0.3s ease;
    -ms-transition:		all 0.3s ease;
    transition:			all 0.3s ease;
	cursor:pointer;
}

.newsItem,
.worldItem,
.popularItem, 
.whereGoItem {
	-webkit-transition:	all 0.3s ease;
    -moz-transition:	all 0.3s ease;
    -ms-transition:		all 0.3s ease;
    transition:			all 0.3s ease;
	cursor:pointer;
	outline: 0;
}

.newsItem .cover:before,
.worldItem .cover:before,
.popularItem .cover:before,
.whereGoItem .cover:before {
	background:rgba(0,0,0,0);
	-webkit-transition:	all 0.3s ease;
    -moz-transition:	all 0.3s ease;
    -ms-transition:		all 0.3s ease;
    transition:			all 0.3s ease;
}

.newsItem:hover .cover:before,
.worldItem:hover .cover:before,
.popularItem:hover .cover:before, 
.whereGoItem:hover .cover:before {
	display:block;
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
}

.newsItem:hover .heading a,
.worldItem:hover .heading a,
.popularItem:hover .heading a, 
.whereGoItem:hover .heading {
	color:#ffa51d;
}

.worldItem img {
	margin: 0 auto;
    max-height: 100px;
    min-height: 70px;
    width: auto;
}

.languages .dropdown-menu .active a {
	color:#ff9900 !important;
}

#lang:hover {
	color:#ff9900 !important;
}

.uBlock {
	padding-bottom:40px !important;
}

.fa-search {
	color:#fff !important;
}

.class1 {
	color:#ffa51d !important;
}

.whatStudyItem {
	-webkit-transition:	all 0.3s ease;
    -moz-transition:	all 0.3s ease;
    -ms-transition:		all 0.3s ease;
    transition:			all 0.3s ease;
	cursor:pointer;
}

.whatStudyItem .cover {
	position:relative;
}

.whatStudyItem:hover .cover:before {
	display:block;
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
}

.whatStudyItem:hover .heading {
	color:#ffa51d;
}

.top-languages .dropdown-menu, .languages .dropdown-menu {
	margin: 0 !important;
	margin-left: -30px !important;
	min-width: 120px;
	text-align: center;
}

.languages .dropdown-menu {
	margin-left: -50px !important
}

.top-languages .dropdown-menu {
	margin-left: 10px !important
}

#header {
	padding: 20px 0;
}

#header.hidden-xs {
    padding: 30px 0px 15px 0px;
}

.logo .caption {
	color: #768693
}

.topnav {
	margin-top: 30px;
}

.topnav a {
	color: #3a3a3a;
}

.topnav a:hover, .topnav a:active, .topnav a:focus {
	text-decoration: none;
	color: #eb8d01;
}

.topnav li {
	width: 13.8%;
	text-align: center;
	word-wrap: break-word;
}

.login {
	position:relative;
	padding-right:15px;
}

.login:hover {
	color:#ffa51d !important;
	text-decoration:none !important;
}

.list-inline a:hover {
	/*color:#ff9900 !important;*/
	text-decoration:none !important;
}

.btn-orange:hover {
	color:#fff !important;
}

.login:before {
	content:"";
	display:block;
	width:20px;
	height:20px;
	background:url("../images/ava1.png");
	position:absolute;
	left:-30px;
	top:0;
}

.login:hover:before {
	background:url("../images/ava2.png");
}

.topnav li.dropdown ul li {
	width: 100%;
	padding: 0;
	/*border-bottom: 1px solid #cccccc;*/
}

.topnav li.dropdown ul li a {
	padding: 10px 15px;
	text-align: left;
}

.topnav li.dropdown ul li a:hover {
	background-color: #ff9900;
	color: #fff;
	border-color: #ff9900;
}

.dropdown-menu {
	background-color: #f2f1ef;
	border-radius: 0;
	border:1px solid #cccccc;
	padding: 0;
	border-bottom: 0;
}

.languages .dropdown-menu a {
	padding: 10px 15px;
	color: #333 !important;
}

.languages .dropdown-menu .active a {
	background-color: #f2f1ef
}

.phone-top .languages {
	max-width: 100px;
	float: right;
}

.searchTop {
	position: relative;
}

.searchTop a:hover {
	color: #ffa51d;
}

.searchForm {
    width: 450px;
    z-index: 1;
    background-color: #4e5859;
    float: right; 
}

.searchForm .form-group {
    margin-bottom: 5px;
}

.userIcon {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/ava1.png");
}

@media screen and (min-width: 747px) {
	.userIcon:hover {
		background: url("../images/ava2.png");
	}
    .mobile-break {
        display: none;
    }
    .desctop-pb-2 {
        padding-bottom:2.5rem;
    }
    .desctop-pb-1 {
        padding-bottom: 1rem;
    }
    .desctop-pl-1 {
        padding-left:1.5rem;
    }
    .desctop-pr-1 {
        padding-right:1.5rem;
    }
}

@media (min-width: 747px){
    .inputBlock {
        margin-bottom: 20px !important;
    }
    .left-title {
        padding-left: 40px !important;
    }
    .checkbox-style{
        padding-left:0!important;
    }
  }

.block-btn {
    margin-top: 10px !important;
    margin-bottom:10px!important;
}

.regIcon {
	display: block;
    width: 20px;
    height: 20px;
    background: url("../images/lock.png");
}

.searchForm .searchArea {
	width: 150px;
	margin-right: -5px;
}

.searchForm .searchInput {
    width: 250px;
    margin-right: -5px;
    border-color: #ccc;
    border: 1px solid transparent;
}

.btn-orange .fa-search {
	font-size: 18px;
	color:#fff !important;
}

.btn {
	padding:5px 12px;
}
.btn-lg {
				padding: 10px 16px;
}

#desktopProArea {
	padding:6px 12px 5px;
}

.u-whereGo .searchDropdown button.btn-default {
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: 'hidden';
}

/* banner */

.coverOuter {
	min-height: 80px;
}

#sliderBanner {
	height: 440px;
}

#sliderBanner .item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #424242;
	height: 440px;
	width: 100%;
}

#sliderBanner .item h2 {
	width: 35%;
	margin-top: 10%;
	font-weight: lighter;
	font-size: 42px;
}

#sliderBanner .carousel-indicators {
	left: 21%;
}

#r-university-slider .carousel-indicators li,
#sliderBanner .carousel-indicators li {
	background-color: #768693;
	border: 0;
	width: 12px;
	height: 12px;
	margin: 1px;
}

#r-university-slider .carousel-indicators li,
#sliderBanner .carousel-indicators .active {
	background-color: #ff9900;
	margin: 1px;
}

/* buttons */

.btn-orange {
	background-color: #ff9900;
	border-color: #ff9900;
	color: #fff;
}
.btn-orange:hover {
	background-color: #f57c00;
	border-color: #f57c00;
	color: #fff;
}
.btn-green {
    background-color: #4caf50;
    border-color: #4caf50;
    color: #fff;
}
.btn-green:hover {
	background-color: #398e3d;
	border-color: #398e3d;
	color: #fff;
}

.btn-blue, .topnav .btn-blue {
	background-color: #3498db;
	border-color: #3498db;
	color: #fff !important;
	padding-left: 15px;
	padding-right: 15px;
}

.btn-blue:hover, .topnav .btn-blue:hover {
	background-color: #0277bd;
	border-color: #0277bd;
	color: #fff;
}

.whereGo .hTitle {
	margin-bottom:50px;
}

.btn-shadow {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

/* search block */

.searchBlock {
	background-color: #3498db;
	padding: 30px 0;
	color: #fff;
}

.searchBlock form {
	margin-top: 30px;
	margin-bottom:15px;
}

.paddingInner {
	padding: 40px 0;
}

.navigation {
	padding: 50px 0 !important;
}

.aboutBlock p:first-child {
	margin-bottom: 20px;
}

.whereGo, .wrapper1 {
	background: #eef2f6;
}

.hTitle {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 45px;
	color: #424242;
}

.whereGoItem .heading, .whatStudyItem .heading {
	color: #424242;
	margin-top: 17px;
	text-align: center;
	font-size:21px;
}

.whatStudyItem .heading,
.uniWorld .heading a {
	font-size:18px;
}

.uniWorld .heading {
	margin-top:17px !important;
	padding-bottom:5px;
}

button {
	outline:none !important;
}

.subscribeBlock .btn {
	font-size:16px;
	padding: 11px;
}

.whatStudyItem .heading {
	padding-bottom:30px;
}

.whatStudy .btn-orange {
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.popularItems .row {
	margin-top:50px !important;
}

.popularItems .heading {
	font-size: 18px;
    padding-top: 15px;
    padding-bottom: 5px;
    display: block;
}

.popularItems .btn-orange {
	margin-bottom:20px;
}

.readmoreBtn .btn-orange {
	padding: 12px 40px;
    margin-top: 30px;
    font-size: 16px;
	color:#fff !important;
}

.paddingInner {
	padding-bottom:50px;
}

.readmoreBtn {
	margin-top: 20px;
}

.whatStudyItem {
	margin-bottom: 10px;
}

.popularItems {
	background-color: #eef2f6;
}

.popularItem .heading, .popularItem .caption, .worldItem .heading, .worldItem .caption {
	margin-top: 10px;
}

.heading a {
	color: #424242;
}

.heading a:hover {
	text-decoration: none;
	color: #ffa51d;
}

.newsBlock {
	background-color: #eef2f6;
}

.newsItem .heading, .newsItem {
	margin-top: 20px;
}

.subscribeBlock .emailInput {
	width: 300px;
	background-color: #f2f1ef;
	border-color: #f2f1ef;
	font-size:16px;
}

.subscribeBlock form {
	margin-top: 40px;
	margin-bottom: 40px;
}

.dropdown-menu .active a {
	background:#f2f1ef !important;
}

.dropdown-menu a {
	border-bottom:1px solid #bdbdbd; 
}


.top-languages .dropdown-menu {
	background-color: #4e5859;
	border:1px solid #fff;
}

.top-languages .dropdown-menu a {
	color: #fff !important;
}

.top-languages .dropdown-menu .active a, .top-languages .dropdown-menu a:hover {
	color: #ffa51d !important;
	background-color: #4e5859 !important;
}

#header .languages #lang, #footer #lang2 {
	color: #424242;
}

.countries .active a {
	color:#ff9900 !important;
}

#footer #lang2:hover {
	color:#ff9900;
}

.footLinks ul {
	list-style: none;
	margin-top: 20px;
}

.footLinks li {
	line-height: 25px;
}

footer .navigation {
	background-color: #4e5859;
	color: #fff;
}

footer .navigation a {
	color: #fff;
}

footer .navigation a:hover, footer .footNav a:hover {
	color: #ffa51d;
	text-decoration: none;
}

#footer .aboutFoot {
	margin-top: 15px;
}

footer .footNav {
	list-style: none;
}

footer .footNav li {
	line-height: 30px;
}

footer .footNav a {
	color: #424242;
}

footer .socLinks {
	margin-top: 15px;
}

.dropdown-menu li a:hover {
	color:#fff !important;
}

a {
	text-decoration:none !important;
}

.btn:hover {
	color:#fff !important;
}
.open&gt;.dropdown-menu {
	width:100%;
    max-height: 430px;
    overflow-y: auto;
}
#header .open&gt;.dropdown-menu {
    max-width: 250px;
    width: auto;
}

.btn-blue {
	color:#fff !important;
}

.searchBlock .container {
	padding-top:10px;
}

form select.form-control {
	background-color: #f2f1ef;
}

#proEmail {
	display: block;
}

#searchToggle i, .mobItems i {
	font-size: 18px;
}

.mobMenuBar {
	width: auto;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd
}

.mobMenuBar a {
	padding: 10px 15px;
}

.mobLogo {
	margin: 0 0 0 50px;
	float:left;
	width: 180px;
}

.mobLogo img {
	width: 180px;
}

.mobItems {
	float: right;
}

.mobItems li {
	margin-right: 5px;
}

.mobileMenu, .innerMenu {
	display: none;
}

.searchDropdown button {
	height: 50px;
	width: 100%;
	/*text-align: left;*/
}

.reg .searchDropdown .dropdown-menu a, .searchFormMobile .searchDropdown .dropdown-menu a {
	color: #424242 !important;
}

.reg .searchDropdown button {
	width: 120px;
	height: auto;
}

.reg .searchDropdown .dropdown-menu a:hover {
	color: #fff !important;
}

.reg #searchToggle:hover {
	color: #ffa51d;
}

.reg .searchForm button {
	margin-right: -5px;
	padding: 6px 12px;
}

.searchDropdown button.btn-default {
	background-color: #f2f1ef;
	/*border-color: #f2f1ef;*/
	text-align: left;
	position: relative;
}

.searchDropdown .fa-angle-down {
	position: absolute;
	right: 10px;
	top: 35%;
}

.reg .searchDropdown .fa-angle-down {
	top: 25%;
}

.searchDropdown.open .fa-angle-down, .languages.open .caret, .languages.open .fa-angle-down, .languages .open .fa-angle-down,
.searchDropdown:hover .fa-angle-down, .languages a:hover .caret, .languages a:hover .fa-angle-down {
	color: #f90;
}

/*.searchDropdown button .caret {
	float: right;
	margin-top: 7px;
}*/

.searchDropdown .btn:hover {
	color: #424242 !important;
}

.searchDropdown .dropdown-menu a {
	padding: 10px 15px;
}

.searchDropdown .dropdown-menu a:hover {
	background-color: #ff9900;
	color: #fff;
}

#mobileProArea {
	height: auto;
}

.searchBlock .form-group {
	margin-right: -4px;
}

.languages .dropdown-menu li a:hover {
	color: #ffa51d !important;
}

.worldItem .caption {
	width: 85%;
    margin: 0 auto;
    text-align: center;
}

.subsubjects {
	list-style:none;
	margin-bottom:10px;
}

.subjects-dropdown {
	background:#fff;
}

.subjects-dropdown a {
	border-bottom:none;
	font-size:16px;
}

.subjects-dropdown li a:hover {
	background:#fff !important;
	color:#ff9900 !important;
}

.subjects-dropdown&gt;li {
	padding-bottom:10px;
}

.subsubjects&gt;li&gt;a {
    display: block;
    padding: 3px 15px 0 35px !important;
	font-size:14px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	border-bottom:none;
}

.dropdown-menu&gt;li&gt;a {
	white-space: normal;
}

.searchBlock .open&gt;.dropdown-menu {
	margin: 0;
	border-top: 0;
}

.searchBlock .btn-orange .fa-search {
	font-size: 24px;
}

.formGroup1, .formGroup2 {
	width: 25%;
}

.formGroup3 {
	width: 30%;
}

.formGroup4 {
	width:4%;
}

.slick-prev:before, .slick-next:before {
	color: #ddd;
}

.topnav li a:first-child {
	font-size: 15px;
}

.registration-whereGo .col-sm-8,
.registration-whereGo .col-sm-4 {
	background:#fff;
}

.registration-whereGo .col-sm-8 {
	width:64.2%;
	padding-top:40px;
	padding-bottom:40px;
}

.hTitle {
	margin-bottom:20px;
}

.reg-list {
	list-style:none;
	text-align:center;
	margin-top:20px;
}

.reg-list li {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	margin-top:34px;
}

.reg-list li a {
	padding-top:9px;
	padding-bottom:9px;
}

.reg-list li:first-child a {
	padding-left:40px;
	padding-right:40px;
}

.registration-whereGo {
	padding-top:55px;
	padding-bottom:60px;
}

.registration-whereGo .col-sm-8 h4 {
	text-align:center;
}

.registration-whereGo .col-sm-4 {
	float:right;
	padding-top:40px;
	padding-bottom:40px;
	height:556px;
}

.registration-whereGo .col-sm-4 h3 {
	font-size:21px;
	margin-top:13px;
	text-align:left;
	margin-left:25px;
}

.registration-whereGo .col-sm-4 ul {
	list-style:none;
	padding-right:25px;
	padding-left:25px;
	margin-top:40px;
}

.registration-whereGo .col-sm-4 ul img {
	float:left;
	display:table-cell;
	vertical-align:middle;
	width:45px;
	height:45px;
	margin-right:17px;
	max-width:none;
}

.registration-whereGo .col-sm-4 ul p {
	display:table-cell;
	vertical-align:middle;
	line-height:1.6;
}

.registration-whereGo .col-sm-4 ul p span {
	font-weight:bold;
}

.registration-whereGo .col-sm-4 ul li {
	clear:both;
	margin-bottom:40px;
	display:table;
	vertical-align:middle;
}

.reg-form, .login-form {
	list-style:none;
	margin-top:40px;
}

.login-form {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	margin-top:50px;
}

.login-form li input[type=text],.login-form li input[type=password]{
	width:360px;
	background: #f2f1ef;
    border: 1px solid #f2f1ef;
    line-height: 50px;
    height: 50px;
	margin:0 auto 10px;
}

.login-form li:nth-child(3) {
	width:360px;
	margin:7px auto 80px;
}

.login-form li:nth-child(3) .checkbox {
	width:50%;
	float:left;
	text-align:left;
	margin-top:0;
}

.login-form li:nth-child(3) a {
	width:50%;
	float:left;
	text-align:right;
	display:block;
	color:#ff9900;
	margin-top:0;
}

.reg-form li {
	width:46%;
	float:left;
	margin-bottom:10px;
}

.reg-form&gt;li {
	margin-left:2%;
	margin-right:2%;
	position:relative;
}

.reg-form .searchDropdown button.btn-default {
    border-color: #f2f1ef !important;
    overflow: hidden;
}

.reg-form li.bday label {
	width:100%;
}

.reg-form li.bday input {
	width:33%;
	float:left;
	margin-right:0.5%;
}

.reg-form li.bday input:last-child {
	margin-right:0;
}

.bday label {
	width:100%;
}

.bday input {
	width:33%;
	float:left;
	margin-right:0.5%;
}

.bday input:last-child {
	margin-right:0;
}

.confidentiality {
	text-align:center;
	padding-top:30px;
	display:inline-block;
	text-align:center;
}

.btn-reg {
	margin: 30px auto 0;
    float: none;
    width: 230px;
    display: block;
    padding: 9px 30px;
}

.reg-form li .dropdown li {
	width:100%;
	margin-bottom:0;
}

.reg-form li input {
	background:#f2f1ef;
	border:1px solid #f2f1ef;
	line-height:50px;
	height:50px;
}

.reg-form li label {
	font-weight:400;
}

.reg-form li label span{
	color:#f00;
}

.subtitle {
	width:100%;
	text-align:center;
	font-size:15px;
}

.sortby {
	float:right;
	line-height:50px;
	margin-right:25px;
}

.u-whereGo .searchDropdown button.btn-default {
	background:#fff;
	width:440px;
	float:right;
}

.u-whereGo .open&gt;.dropdown-menu {
	width:440px;
	float:right;
}

.u-whereGo .dropdown, .mainSections .dropdown {
	float:right;
	margin-right:-15px;
}

.u-whereGo .row {
	clear:both;
}

.u-whereGo .col-sm-4 {
	background:#fff;
	width:32%;
	margin-bottom:20px;
	text-align:center;
	height:416px;
}

.u-whereGo .col-sm-4 img {
	margin:40px auto 30px;
	width:auto;
	max-height: 75px;
    min-height: 45px;
}

.u-whereGo .col-sm-4 p {
	text-align:left;
	padding-left:30px;
	padding-right:30px;
	line-height:2.2em;
}

.u-whereGo .row {
	padding-top:40px;
}

.btn-gray {
	background:#8997a2;
	color:#fff;
}

.btn-gray:hover {
	background:#748491;
}

.u-whereGo .col-sm-4 {
	position:relative;
}

.csu .u-whereGo .col-sm-4 .btn-orange {
	margin:30px 7px 0;
	font-size:16px;
}

.u-whereGo .btn {
	margin-top:20px;
}

.u-whereGo .col-sm-4 h3,
.u-whereGo .col-sm-4 div.country-name-text {
    text-align: center;
    padding-bottom: 20px;
}

.u-whereGo .col-sm-4:nth-child(3n-1) {
	margin-left:2%;
	margin-right:2%;
}
.uni-country .col-sm-4 {
	margin: 0 0 10px !important;
}
.col-sm-separate-md {
    display: none;
}
.uni-country .col-sm-4-margin {
	margin-left:2% !important;
	margin-right:2% !important;
}

.u-whereGo .col-sm-4:nth-child(2) {
	margin-left:0;
	margin-right:0;
}

.u-whereGo .col-sm-4:nth-child(3) {
	margin-left:2%;
	margin-right:2%;
}

.reg-list .btn-blue {
	position:relative;
	padding-left:35px;
}

.reg-list .btn-blue:before {
	background:url("../images/fb.png");
	width:11px;
	height:19px;
	content:"";
	display:block;
	position:absolute;
	left:17px;
	top:9px;
}

.whereGo .reg-list li:first-child a {
	padding-left:20px;
	padding-right:20px;
	font-size:16px;
}

.whereGoItem .btn {
	font-size:16px;
}

.btn-login {
	width:170px;
}

.btn-fb {
	padding-left:45px !important;
}

.breadcrumbs {
    padding-left: 15px;
    padding-top: 15px;
    font-size: 12px;
}

.breadcrumbs a {
	color:#3498db;
	position:relative;
	padding-right:30px;
}

.topnav a.active {
	color:#ff9900;
}

.sortby-dropdown {
	background:#fff;
}

.u-whereGo .col-sm-4 h3 a,
.u-whereGo .col-sm-4 div.country-name-text a {
    color: #424242;
    line-height: 1.3;
}

.uBlock {
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}

.uBlock:hover, .oneSubjectGroup .oneSubjectItem:hover {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
	box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
}

.questions:hover {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

#LoadDiv .uBlock div.country-name-text {
    font-size: 25px;
}

.u-whereGo .col-sm-4 h3 a:hover,
.u-whereGo .col-sm-4 div.country-name-text a:hover {
    color: #ff9900;
}

.place_holder {
    z-index: 100;    
    left: 10px;
    cursor: text;   
    position: absolute;
    top: 1px;
    left: 5px;
    width: 100%;    
    display: none;
    color: #999;
	font-weight:400;
	text-align:left;
	line-height:45px;
	padding-left:10px;
}
.placeinput input:invalid + .place_holder {
    display: inline;
}
.placeinput input {
	font-weight:400;
}
/*placeholder*/
.placeinput {
    position: relative;
    overflow: hidden;
}
.place_holder span {
    color: red;
}

.topnav .dropdown-menu a:hover {
	background:#ff9900;
	color:#fff;
}

.open #lang, .open #lang2 {
	color:#ffa51d !important;
}

.breadcrumbs a:hover {
	color:#337ab7;
}

.breadcrumbs a:after {
	content:"";
	display:block;
	width:11px;
	height:7px;
	position:absolute;
	right:7px;
	top:5px;
	background:url("../images/right-arrow.png");
}

.breadcrumbs a.active:after {
	display:none;
}

.breadcrumbs a.active {
	color:#424242;
}

.registration-whereGo h2 {
	margin-bottom:30px !important;
}

.registration-whereGo h1 {
	margin-bottom:30px !important;
    font-size: 30px;
}

.u-whereGo {
	position:relative;
	padding-bottom:130px;
}
    
#upBlock {
    position:absolute;
    bottom:40px;
    z-index:9999999999;
	left:50%;
	margin-left:-30px;
	display:none;
	-webkit-transition:	all 0.3s ease;
    -moz-transition:	all 0.3s ease;
    -ms-transition:		all 0.3s ease;
    transition:			all 0.3s ease;
}

.questions {
	float:right;
	text-align:center;
}

.questions h3,
.questions div.where-do-you-wanna-learn {
	padding-top:50px;
}

.questions p {
	text-align:center !important;
	line-height:1.8;
	padding-top:10px;
	font-size:24px;
}

.questions span {
	font-size:21px;
}

.questions h3,
.questions div.where-do-you-wanna-learn {
	font-size:30px;
}

.questions .btn {
	font-size:16px;
	width:160px;
}

.mb {
	margin-bottom:50px !important;
}

.pageDescription {
	background:#eef2f6;
}

.pageDescription .subtitle {
	padding-top:20px;
	text-align:left;
	line-height:1.9;
}

.secondImg {
	max-width: 40%;
    width: 40%;
    height: auto;
    margin-bottom: 20px;
    display: inline-block;
}

.secondDescription h2 {
	padding-bottom:40px;
}

.secondDescription ul {
    font-size: 15px;
    margin-left: 2%;
}

.secondDescription.ranking-second-description ul {
    font-size: 18px;
}

.secondDescription ul a {
	color:#ff9900;
	clear:both;
	display:inline-block;
}

.secondDescription ul a:hover {
	color:#f57c00;
}

.data-row li div:first-child {
	position:relative;
}

.data-row li div:first-child:after {
	position:absolute;
	height:70px;
	top:-15px;
	width:2px;
	background:#fff;
	right:20px;
	display:block;
	content:"";
}

.secondDescription ul li {
	padding-bottom:25px;
}

.descWrapper {
	display: table;
    vertical-align: middle;
}

.descWrapper ul {
	display: inline-block;
    vertical-align: middle;
}

.aboutList {
	list-style:none;
	width:76%;
	text-align:left;
	margin:15px 12% 0;
}

.aboutList li a {
	color:#ff9900;
	font-size:18px;
}

.aboutList li {
	padding-bottom:20px;
}
.aboutList li a:hover {
	color:#f57c00;
}
.countryWrapper a {
	color:#424242;
}
.countryWrapper a.btn {
	color:#fff;
}
#proCountry .title {
	overflow: hidden;
    padding-right: 20px;
    text-overflow: 'crop';
    display: block;
    text-overflow: ellipsis;
}

.u-img {
	/*background:url("../images/img1.png");*/
	height:420px;
}

.rUniversity {
	background-position: center;
    background-size: cover;
    background-image:url("../images/r_image_univer.jpg");
}

.u-img h1 {
	font-family: 'Open Sans';
	font-weight:300;
	font-size:48px;
	text-align:left;
	padding-left:130px;
	padding-top:20px;
}

.uc-img {
	background:url("../images/img1.png");
	height:420px;
}

.uc-img h1 {
	font-family: 'Open Sans';
	font-weight:300;
	font-size:48px;
	text-align:left;
	padding-left:130px;
	padding-top:20px;
}

.uc-img h2, 
.uc-img div.hTitle.pictire-banner-text {
	font-family: 'Open Sans';
	font-weight:300;
	font-size:48px;
	text-align:left;
	padding-left:130px;
	padding-top:20px;
    line-height: 1.1;
}

.secondNav {
	width:100%;
	height:60px;
	background:#3498db;
	list-style:none;
}
.secondNav a {
	color:#fff;
}
.secondNav li:after {
	display:block;
	position:absolute;
	width:100%;
	left:0;
	right:0;
	bottom:0;
	height:8px;
	background:#ff9900;
	content:"";
	opacity:0;
}
.secondNav li:hover:after {
	opacity:1;
}
.secondNav li.active:after {
    opacity: 1 !important;
}
.secondNav li {
    cursor: pointer;
    display: block;
    float: left;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: 25%;
}
.secondNav li a::after {
    background: #ff9900 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.secondNav li a::after {
    background: #ff9900 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.secondNav li.n-tab-ask {
    width: 45%;
}

/*mobile*/
@media screen and (max-width: 768px) {
    .secondNav {
        margin-top: 7rem;
    }
}

.cs-nav li {
    position: relative;
    width: 20%;
}
.cs-nav li ul li {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.cs-nav li ul {
    background-color: #3498db;
    color: #fff;
    display: none;
    left: -160px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 300px !important;
    margin-left: 0px !important;
}

.secondDescription p {
	line-height:1.9;
	font-size:15px;
    padding-bottom: 10px;
}

.secondDescription.ranking-second-description {
    padding-bottom: 12px;
}

.secondDescription.ranking-second-description p,
.secondDescription.ranking-second-description .desc {
    font-size: 18px;
    line-height: 160%;
}

.dropdown-menu-course-xs {
    min-width: 260px;
}
.secondDescription .hTitle {
	font-size:36px;
	padding-bottom:20px;
}
.countryBlock {
    background: #fff;
    overflow: hidden;
    padding-top: 0 !important;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}
.countryBlock:hover {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
	box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
}
.countryBlock div.country-link-text:hover {
    color: #ff9900;
}
.countryBlock img {
	max-width: 100%;
    width: 100%;
    height: auto;
    display: inline-block;
	margin-left:-30px;
}
.countryBlock div.country-link-text {
	font-size:30px;
	text-align:center;
	padding-bottom:30px;
}
.countryWrapper p {
	line-height:1.9;
	padding-bottom:30px;
	text-align:center;
}
.countryWrapper .btn {
	margin:0 auto;
	font-size:16px;
}
.countryWrapper {
	display:table-cell;
	vertical-align:middle;
	width:45%;
	margin-left:5%;
}
.countryWrapper:last-child {
	text-align:center;
	padding:6px 25px;
    display: inline-block;
    width: 49%;
    margin: 0;
}
.countryWrapper:first-child {
	margin-left:0;
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
}
.countryWrapper .countryWrapper-link div.country-link-text {
    margin-top: 60px;
}
.countryBlock img {
    margin-left: 0;
    vertical-align: top;
}
.csu .questions .btn-orange {
	width:auto;
}

.questions .form-group {
	margin-top:157px;
}

.csu .uBlock {
	padding:0;
	height:510px;
}

.csu .uBlock .img-wrap {
	width: 100%;
    height: 236px;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.csu .col-sm-4 h3,
.csu .col-sm-4 div.country-name-text {
    padding-top: 25px;
}

.csu .col-sm-4 .btn {
	padding:7px 25px;
}

.csu .uBlock .img-wrap img {
	position: absolute;
    margin: auto; 
	height:auto;
	width:auto;
    min-height: 100%;
    min-width: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}

.csu .dropdown {
	width:276px;
	float:none;
	margin:40px auto 0;
}

.csu .searchDropdown button.btn-default {
	width:276px;
	margin:0 auto;
	float:none;
	background:#f2f1ef;
	border:1px solid #f2f1ef;
}

.u-whereGo .open&gt;.dropdown-menu {
	width:276px;
}

.csu .questions h2,
.csu .questions h3 {
    padding-top: 100px;
    padding-bottom: 20px;
}

.csu .questions h2,
.csu .questions h3 {
    margin-bottom: 0;
}

.r-content .desc {
	line-height:1.9;
	padding-top:18px;
}

.r-content h2 {
	font-size:30px;
	padding-top:40px;
}

.r-content h3 {
	font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.data-row {
	list-style:none;
	width:100%;
	margin-top:30px;
}

.data-row li {
	width:100%;
	clear:both;
	background:#f2f1ef;
	display:inline-block;
	padding:15px 20px;
	margin-bottom:-3px;
}

.data-row li:nth-child(2n) {
	background:#eef2f6;
}

.data-row li div:first-child {
	width:50%;
	float:left;
}

.data-row li div:last-child {
	width:50%;
	float:left;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-top:60px;
    margin-bottom: 20px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.video-container-perfect {
    padding-top: 0;
}

.fdr li div:first-child {
	width:70%;
	padding-right:40px;
}

.fdr li div:last-child {
	text-align:right;
	width:30%;
}

.fdr li div:last-child a {
	color:#ff9900;
}

.u-photos {
	margin-top:30px;
}

.u-photos .slick-next {
	right:20px;
	background:url("../images/orange-right.png") !important;
	width:30px;
	height:30px;
	z-index:2;
	top:50%;
}

.u-photos .slick-prev {
	left:20px;
	background:url("../images/orange-left.png");
	width:30px;
	height:30px;
	z-index:2;
	top:50%;
}

.u-photos .slick-next:before, .u-photos .slick-prev:before {
	display:none;
}

.u-logo {
	/*max-width:100%;
	height:auto;
	width:auto;*/
    /*height: 100px;
    width: auto;*/
    max-height: 100px;
    max-width: 300px;
    min-height: 70px;
    width: auto;
}

.u-desc {
	margin-top:30px;
	font-size:15px;
	line-height:1.9;
}

.u-desc a {
	color:#ff9900;
}

.ask h4 {
	color:#fff;
	text-align:center;
	font-size:19px;
	font-weight:bold;
}

.tablesaw-stack td .tablesaw-cell-label, .tablesaw-cell-content {
	width:50% !important;
	max-width:50% !important;
}

.ask {
	background:#3498db;
	padding:30px 30px;
	margin-top:50px;
	overflow:hidden;
}

.fln .form-control {
	width:50%;
	float:left;
}

.fln .form-control:first-child {
	border-right:1px solid #3498db !important;
}

.fln, .r-content .reg-form li {
	width:100% !important;
	margin-left:0 !important;
	margin-right:0 !important;
}

.r-content .col-xs-8 {
	padding-right:120px;
}

.prniversity .u-contacts {
    margin-bottom:30px;
}
			
.all-subjects-right, .psearchContent .col-sm-4 {
    margin-bottom:20px;
}

.u-contacts {
	background:#eef2f6;
	padding:30px;
	margin-top:50px;
}

.u-contacts ul {
	list-style:none;
	padding-left:10px;
}

.u-contacts ul li {
	padding-bottom:20px;
	position:relative;
	padding-left:30px;
}

.u-contacts ul li:last-child {
	padding-bottom:0;
}

.u-contacts ul li:before {
	display:block;
	content:"";
	position:absolute;
	left:-5px;
	top:0;
	width:24px;
	height:24px;
}

.shortLogo img {
    width:100%;
    max-width:100%;
    height:auto;
} 

.u-contacts ul li:first-child:before {
	background:url("../images/circle.png");
}

.u-contacts ul li:nth-child(2):before {
	background:url("../images/paper.png");
}

.u-contacts ul li:nth-child(3):before {
	background:url("../images/phone.png");
}

.u-contacts ul li:nth-child(4):before {
	background:url("../images/hand2.png");
}

.ask textarea {
	width:100%;
	height:100px;
	background:#f2f1ef;
	padding:6px 12px;
	border:none !important;
}

.u-contacts ul li:hover:first-child:before {
    background:url("../images/circle-orange.png");
}

.u-contacts ul li:hover:nth-child(2):before {
    background:url("../images/paper-orange.png");
}

.u-contacts ul li:hover:nth-child(3):before {
    background:url("../images/phone-orange.png");
}

.u-contacts ul li:hover:nth-child(4):before {
    background:url("../images/hand2-orange.png");
}

.ask .btn-reg {
	margin:0;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
    padding-left:0;
    padding-right:0;
}

.mwcs {
	margin-top:20px !important;
	margin-bottom:40px;
}

.l-content {
	background:#eef2f6;
}

h2 {
	font-size:30px;
}

.l-content h2 {
	padding-bottom:30px;
}

h3 {
	font-size:25px;
}

.l-content h3 {
	padding-bottom:25px;
}

.desc {
	line-height:1.9;
}

.map-wrapper {
	margin-top:45px;
}

#jqxWidget {
	display:none;
}

.c-active {
	display:block !important;
}

.u-country {
	padding-left:5px;
}

.ask h4 {
	position:relative;
	line-height:24px;
	width:180px;
	margin:0 auto;
	padding-left:20px;
}

.allSubjects .ask h4 {
	width:100%;
}

.ask h4:before {
	position:absolute;
	display:block;
	content:"";
	left:-3px;
	width:24px;
	height:24px;
	background:url("../images/signs.png");
}

.ask li:nth-child(3) {
	position:relative;
}

.i-calendar {
	position:absolute;
	right:10px;
	top:13px;
}

.title-wrap {
	width:380px;
	background:#f5f5f5;
	float:left;
	padding:30px;
    opacity: 0.8;
}

.title-wrap h1 {
	padding-left:0;
	font-size:30px;
	font-weight:400;
	padding-top:0;
	margin-top:0;
}

.title-wrap span, .allSubjectsHeaderText h1 {
	font-size:21px;
}

.allSubjectsHeaderText h1 {
	text-align:left;
}

.h3-c {
	padding-top:20px !important;
	padding-bottom:26px;
}

.ur-content .ask {
	margin-top:20px;
}

.u-recommend {
	background:#f2f1ef;
	padding:40px;
	margin-top:50px;
}

.u-recommend h2,
.u-recommend h4 {
	text-align:center;
	font-size:21px;
	padding-bottom:30px;
}

.all-subjects-right .u-recommend h2 {
    margin-bottom: 0px;
}

.u-recommend ul {
    list-style: none;
}

.u-recommend ul li {
	width:100%;
	padding:20px 5px;
	border:1px solid #cccccc;
	background:#fff;
	margin-bottom:20px;
	text-align:center;
}

.u-recommend ul li img {
	width:auto;
	margin:0 auto;
	max-width:100%;
	height:auto;
	display:inline-block;
	height:45px;
}

.orange {
	color:#ff9900;
}

.l-content .row {
	padding-left:15px !important;
	padding-right:15px !important;
}
#academic-text {
	display:none;
}

.a-active {
	display:block !important;
}

#academic-show {
	text-align:center;
}

#academic-show a {
	padding-right:4px;
	cursor:pointer;
}

.fdr li div:last-child {
	text-align:center;
	cursor:pointer;
}

#academic-show .fa-angle-down:before {
	color:#ff9900;
}
.cabinetMainBlock {
	background: #fff;
	padding: 40px 25px;
	font-family: 'Open Sans', 'Helvetica', sans-serif;
}

.cabinetMainBlock h3 {
    margin-bottom: 20px;
}
.consForm.cabinetMainBlock {
    margin-bottom: 60px;
}
.consForm.cabinetMainBlock h3 {
    margin-bottom: unset;
}

.consForm.cabinetMainBlock form {
    width: unset !important;
    padding-right: unset !important;
    padding-left: unset !important;
} 
.consForm.cabinetMainBlock ._form_17 ._form_element:nth-child(2) {
    margin-bottom: 30px !important;
}

.consForm.cabinetMainBlock .consultation-form-textblock {
    margin-left: unset;
    border-radius: unset;
    border-color: unset;
    border-style: unset;
    padding-top: unset;
}

@media (min-width: 992px) {
    .consForm.cabinetMainBlock .col-md-4 {
        width: 33.33333333%;
        margin-top: 155px;
    }
    .consForm.cabinetMainBlock .col-md-3 {
        margin-top: 155px;
    }

    .consForm.cabinetMainBlock .col-md-4:first-child {
        margin-top: 0px;
    }

    .consForm.cabinetMainBlock ._form-title {
        white-space: nowrap;
    }
}
@media only screen and (max-width : 992px) {
    .consForm.cabinetMainBlock .col-md-3 {
        display: none;
    }
    .consForm.cabinetMainBlock .consultation-form-textblock {
        width: unset;
    }
    .consForm.cabinetMainBlock .whereGoItem {
        text-align: left !important;
    }

    .consForm.cabinetMainBlock .whereGoItem img {
        width: unset !important;
    }
}
.consForm.cabinetMainBlock .consultation-form-textblock h3.hTitle {
    font-size: 18px;
    margin-left: unset;
}
.consForm.cabinetMainBlock .consultation-form-textblock ul {
    padding-left: unset;
}
.consForm.consultation-form-textblock {
    min-height: unset;
    background: unset;
    margin-left: unset;
    width: unset;
    padding: unset;
    border-radius: unset;
    border-color: unset;
    border-style: unset;
}
.cabinetMainBlock dt {
    color: #768693;
    font-weight: normal;
    float: left;
    margin-right: 5px;
}

.cabinetMainBlock dt, .cabinetMainBlock dd {
	line-height: 30px;
}


.littleBlock h3 {
	margin-top: 25px;
}

.littleBlock .btn {
	margin-top: 20px;
	padding:10px 20px;
}

.cabinetTop h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.cabinetTop ul {
	border-bottom: 1px solid #eee;
}

.cabinetTop li .btn {
	padding: 10px 20px;
	background-color: #eef2f6;
	color: #333;
}

.cabinetTop li .btn.btn-orange {
	background-color: #F90;
	color: #fff;
}

.cabinetTop li .btn:hover {
	color: #333 !important;
}

.cabinetTop li .btn.btn-orange:hover {
	background-color: #f57c00;
	color: #fff !important;
}

.cabinetTop .list-inline&gt;li {
	padding-left: 0;
	padding-right: 0;
}

.programmeList th {
	background-color: #8a98a3;
    text-align: center;
    font-weight: normal;
    color: #fff;
    /* padding: 20px; */
    /* font-size: 13px; */
    border: 1px solid #fff;
}

.programmeList .table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
	background-color: #f2f1ef;
}

.programmeList .table-striped&gt;tbody&gt;tr:nth-of-type(even) {
	background-color: #eef2f6;
}

.programmeList a {
	color: #f57c00;
}

.at {
	text-align:left !important;
}

.table-boxes .checkbox {
	width:14%;
	float:left;
	margin-top:5px;
	margin-bottom:15px;
}

.table-boxes-4 .checkbox {
	width:25%;
}

.table-boxes {
	overflow:hidden;
}

.table-bordered&gt;tbody&gt;tr&gt;td {
	vertical-align:middle;
}

.littleBlock .form-group {
	margin-top:35px;
}

.programmeList a:hover {
	color: #f57c00;
}

.programmeList td {
	border: 1px solid #fff !important;
    text-align: center;
}

.programmeList td, .programmeList th {
	padding: 15px !important;
}

.similarTitle {
	position:relative;
	padding-top:15px;
	padding-bottom:15px;
}

.similarTitle span {
	right:0;
	position:absolute;
	color: #f90;
	cursor: pointer;
	font-size: 14px;
}

#similarBox {
	margin-top: 20px;
}

.cabinetEditForm .form-control {
	height:50px;
}

.programmeList .badge {
	background-color: #fff;
	color: #8a98a3;
}

.table-boxes input[type="checkbox"] {
	display: inline-block;
	margin-right: 5px;
}

.table-boxes td {
	padding: 0 !important;
	border-top: 0 !important;
}

.cabinetEditForm h4 {
	font-weight: bold;
	margin-top: 40px;
    margin-bottom: 20px;
}

.cabinetEditForm label {
	font-weight: 400;
}

.btn-light-gray{
	background-color: #f2f1ef;
	color: #333;
}

.btn-light-gray:hover {
	color: #333 !important;
	background-color: #e0e0e0;
}

.cabinetEditForm .form-control {
	background-color: #f2f1ef;
	border-color: #f2f1ef;
}

.required {
    color: #ba1700;
}

.btn-year {
	padding: 10px 20px;
	margin-right:10px;
	height:50px;
}

.checkbox {
	overflow:hidden;
}

.table-boxes label {
	cursor: pointer;
}

.subjectBanner {
	position: relative;
}

.subjectBanner .caption {
	background-color: #f5f5f5;
	padding: 20px;
	position: absolute;
	top: 20%;
	left: 10%;
}

.subjectBanner .caption h1,
.subjectBanner h4 {
	font-size: 18px;
    line-height: 1.1;
}

.subjectInfo h3,
.subjectInfo div.catetory-title {
    margin: 20px 0;
    margin-top: 30px;
    font-size: 25px;
}

.subjectInfo p {
	margin-bottom: 20px;
}

.oneSubjects {
	background-color: #eef2f6;
}

.oneSubjectItem {
    padding: 20px 20px 30px;
    background-color: #fff;
    height: 325px;
}

.oneSubjectItem div.course-name {
    font-weight: bold;
    font-size: 18px;
    margin: 10px auto;
    margin-bottom: 20px;
    width: 80%;
    line-height: 25px;
}
.oneSubjectItem div.course-name a{
    font-weight: bold;
    margin: 10px auto;
    margin-bottom: 20px;
    width: 80%;
    line-height: 25px;
    color: #424242;
}
.oneSubjectItem div.course-name a:hover {
    color: #ff9900;
}

.oneSubjectCountry {
	padding-top:3%;
}

.oneControls {
	margin: 20px 0;
}

.oneControls li {
	margin-right:10px;
	display:inline-block;
}

.lowerControls .btn {
	font-size:16px;
	padding:7px 12px;
}

.lowerControls .btn-orange {
	margin-top:7px;
}

.chart, .table-bordered .badge {
	position:relative;
	cursor:pointer;
}

.chart .hint, .badge .hint {
	position: absolute;
    width: 130px;
    background-color: #8a98a3;
    color: #fff;
    line-height: 1.4;
    padding: 6px 10px;
    text-align: center;
	left:50%;
	margin-left:-65px;
	top:-55px;
	display:none;
	font-size:14px;
	font-weight:normal;
}
.psearchItem-fee .chart .hint {
    top: -70px;
}

.oneSubjectItem .chart .hint, .badge .hint {
	top:-70px;
}

.oneSubjectItem .chart:after, .table-bordered .fa-info:after {
	bottom:13px;
}

.chart:hover .hint, .chart:hover:after, .table-bordered .badge:hover .hint,  .table-bordered .badge:hover .fa-info:after {
	display:block;
}

.one-chart {
	width:24px;
	height:24px;
	display:inline-block;
	vertical-align:middle;
	background: url("../images/one-chart.jpg") no-repeat;
}

.c-title #sortby {
	background:#fff;
	border:none;
} 

.chart:hover .one-chart {
	background: url("../images/one-chart-orange.png") no-repeat;
}

.chart:after, .table-bordered .fa-info:after {
	border: 20px solid transparent;
    border-top: 20px solid #8a98a3;
    display: none;
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
}
.psearchItem-fee .chart:after {
    bottom: 5px;
}

.oneControls .fav {
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url("../images/hand1.png") no-repeat;
	display: inline-block;
    vertical-align: middle;
}

.oneControls .fav:hover {
	background-image: url("../images/hand1-orange.png");
}

.oneSubjectGroup .title {
    margin: 20px 0;
    font-size: 25px;
    line-height: 1.1;
}

.oneSubjectGroup .caption {
	margin-bottom: 40px;
	margin-top: 10px;
	text-align: center
}

.oneSubjectsReadMore {
	margin-top: 30px;
	margin-bottom: 30px;
}

.oneSubjectItemExtended h4 {
	width: 100%;
	margin-top: 20px;
}

.oneSubjectItem .bigCover img {
	margin: 0 auto;
}

.allSubjectsHeader {
	height: 450px;
    background-image: url("../images/all-header.jpg");
    background-position: center;
    background-size: cover;
}

.s-search input {
	background:transparent !important;
}

.psearchSubjects {
	overflow:hidden !important;
}

.allSubjectsHeaderText {
	margin-top: 10%;
    width: 30%;
    background: #f5f5f5;
    padding: 25px;
    text-align: center;
}

.allSubjectsItem {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}

.allSubjectsItem div.subject-header {
	margin-bottom: 20px;
    line-height: 1.1;
}

.allSubjectsItem div.subject-header a {
	color: #333;
	font-weight: 600;
	font-size:21px;
}

.allSubjectsContentHeader {
	margin-bottom: 30px;
}

.allSubjects .ask  {
	margin-top: 0;
}

.allSubjects .ask h4:before {
	display: none;
}
/*
.form-control {
	line-height: 50px;
    height: 50px;
}
*/
.psearchSidebar .form-control, .psearchSidebar .form-control select {
	outline:none !important;
	border:none !important;
}

.prniversity .ask .form-control,
.allSubjects .ask .form-control {
	background: #f2f1ef;
    border: 1px solid #f2f1ef;
    height: 50px;
    resize: none;
}

.arrow-d select option {
	background-color:#f2f1ef !important;
	padding:10px 15px !important;
}

.form-control-gray  {
	background: #f2f1ef;
    border: 1px solid #f2f1ef;
    height: 50px;
    resize: none;
}

.allSubjects .reg-form&gt;li {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

/*.prniversity .ask label,
.allSubjects .ask label {
	color: #fff;
	margin-bottom: 10px;
}*/

.recommended {
	position: absolute;
    top: 15%;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    background: #f90;
    border-radius: 50%;
    color: #fff;
	font-size:18px;
	margin-left:-5px;
}

.u-contacts li:hover, .u-contacts li a:hover {
	color:#ff9900;
	cursor:pointer;
}

.u-contacts li a {
	color:#424242;
}

.u-contacts li:hover {
	color:#ff9900;
	cursor:pointer;
}

.simpleTabBar {
	border-bottom: 1px solid #eee;
}

.simpleTabBar a {
	font-size: 15px;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.simpleTabBar li a:hover {
	background:#ff9900 !important;
	color:#fff !important;
}

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

.shortUniCountry, .shortUniName {
	line-height: 50px;
}

.orangeLink {
	color: #f90;
	cursor: pointer;
}

.orangeLink:hover {
	color: #f57c00;
}

.list-inline.simpleTabBar&gt;li {
	padding-right: 0;
	padding-left: 0
}

.simpleTabBar li:hover {
	background:#ff9900 !important;
	color:#fff !important;
}

.psearchContent {
	margin-top: 20px;
}

.psearchSidebar {
    background-color: #fff;
    padding: 20px;
    display: inline-block;
    width: 100%;
}
.course-filters-btn {
    display: none;
}
.checkbox2 label {
	font-weight: normal;
}

.checkbox2 input[type="checkbox"] {
	display: inline-block;
	margin-right: 5px;
}

.psearchSubjects {
	height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
}

.psearchSubjects h4, 
.psearchSubjects div.filter-group-title {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}

.psearchSubjects h4 span,
.psearchSubjects div.filter-group-title span {
	float: right;
	font-size: 13px;
	font-weight: normal;
}

.psearch .searchDropdown {
	float: right;
	width: 200px;
	margin: 20px 0;
}

.searchTag {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}

.searchTag .tagName {
	background-color: #FFF;
    padding: 5px 10px;
    display: inline-block;
    color: #768693;
	vertical-align:top;
}

.orangeLink {
	text-transform:none !important;
}

.lowerControls .btn-blue {
	padding-left:50px;
}

.lowerControls .img-responsive, .shortLogo img {
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; *//* IE 6-9 */
     max-height: 55px;
    width: auto;
} 

.removeIcon {
	cursor: pointer;
}

.lowerControls .img-responsive:hover, .shortLogo img:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
} 

.psearchSidebar form select.form-control, .arrow-d select {
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px; 
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
}

.psearchSidebar .ad, .arrow-d select {
	background: url("../images/arrow-d.png") no-repeat !important;
	background-position: right 15px center !important;
	background-color:#f2f1ef !important;
}

.s-search {
	/*background: url("../images/s-search.png") no-repeat !important;
	background-position: right 15px center !important;
	background-color:#f2f1ef !important;*/
}

.psearchSubjects {
	background:#fff !important;
}

.searchTag .remove {
	display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #3498db;
    font-size: 20px;
    cursor: pointer;
}

.searchTag .remove:hover {
	background-color:#0277bd;
}

.psearch .subtitle {
	text-align: left;
	line-height:1.7;
	padding-bottom:20px;
}

.psearchItem {
	background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.psearchSubjects .checkbox label span {
	width:260px;
}

.lowerControls .btn-blue {
	position:relative;
	width:auto;
}

.lowerControls .btn-blue:before {
	display:block;
	width:24px;
	height:24px;
	content:"";
	position:absolute;
	left:13px;
	background-image: url("../images/signs1.png");
}

.lowerControls {
	line-height: 50px;
}

.lowerControls .oneControls {
	margin: 0;
}

.psearchItem .title {
	margin-bottom: 10px;
	font-size: 18px;
    font-weight: bold;
}

.psearchItem .title a {
	color: #333;
	font-size:21px;
}

.psearchItem .title a:hover {
	color: #f90;
}

.cabinetMainBlock .checkbox label span {
	width:230px;
}

.psearchSidebar .form-control {
	line-height:auto !important;
}

.allSubjects textarea.form-control, .prniversity .ask textarea {
	height:110px !important;
}

.allSubjectsHeaderText h4 {
	text-align:left;
	line-height:1.6;
}

.allSubjects .bday .form-control:nth-child(2), .prniversity .bday .form-control:nth-child(2) {
	margin-right:0.4%;
}

.allSubjects .placeinput, .ask-partner .placeinput {
	width:50%;
	float:left;
}

/*.allSubjects .placeinput input, .prniversity .ask .form-control:first-child {
	width:100%;
	color:#555;
}*/

.allSubjects .place_holder, .prniversity .place_holder {
	color:#555;
}

.current-level {
	margin-bottom:10px;
}

.e-placeinput {
	width:100% !important;
}

.alls {
	color:#ff9900;
}

.alls:hover {
	color:#f57c00;
}

.allSubjectsItem .col-sm-8 p {
	padding-bottom:5px;
	display:block;
	float:left;
	width:49%;
}

.allSubjectsItem .col-sm-8 p:nth-child(2n-1) {
	margin-right:2%;
}
.ad-year {
	margin-left:0;
	margin-right:0;
}
.ad-year .btn-year {
	display:block;
	float:left;
	text-align:center;
	width:30%;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:50px;
	margin-left:0;
	margin-right:0;
}
.ad-year .btn-year:nth-child(2) {
	margin-left:5%;
	margin-right:5%;
}
.btn-year:hover, .btn-orange {
	color:#fff !important;
}
.pb {
	padding-bottom:0 !important;
}
.ad-year button.active, .ad-year .btn-year:hover {
	border:1px solid #ff9900;
	background-color:#ff9900;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#ff9900 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background:#f2f1ef !important;
}

.ad {
	display:block;
	clear:both;
}

.cabinetEditForm .btn-default {
	border:none !important;
}

.psearch .ad .searchDropdown {
	width:100%;
	margin:0;
}
.psearch .ad .searchDropdown button {
	height:64px;
}
.psearchSidebar .ad {
	height:64px;
}
.ad .btn-default {
	border:none !important;
}

.ad-year a:nth-child(2n) {
	margin-left:5%;
	margin-right:5%;
}

.ask-partner h4:before {
	display:none !important;
}

.ask-partner h4 {
	width:100%;
}

.oneSubjectCountry img {
	margin-top:-3px;
}

.mobView {
	display:none !important;
}
		
@media screen and (min-width: 768px) {
	
	.topnav .list-inline {
		margin-right:-20px;
	}
		
	.topnav&gt;.list-inline li {
		width:auto;
		padding-left: 2.0%;
		text-align: left;
		padding-right: 2.0%;
		text-align: left;
		word-wrap: break-word;
	}
		
	.topnav&gt;.list-inline {
		margin-left:0;
	}

	.topnav&gt;.list-inline li:first-child {
		padding-left:0;
	}

	.topnav&gt;.list-inline li:last-child {
		padding-right:0;
	}

	.searchBlock select.form-control, .searchBlock input[type="text"] {
		/*width:270px;*/
		width: 100%;
		/*margin-right:-5px;*/
		background:#f2f1ef;
	}

	.searchBlock input[type="text"] {
		background-color: #fff;
	}

	#topheader .col-sm-7 ul.list-inline {
		width:225px;
		float:right;
	} 

	#topheader .col-sm-3 {
	/*	width:9%;*/
	}

	#topheader .col-sm-7 .col-sm-7 {
		width:74%;
	}

}
/*email errors*/
.esuccess {
    display: inline-block;
    width: 430px;
    border-radius: 3px;
    margin: 5px 0;
    background: #67b52c none repeat scroll 0 0;
    color: #fff;
    padding: 12px 0;
}
.eerror {
    display: inline-block;
    width: 430px;
    border-radius: 3px;
    margin: 5px 0;
    background: #f9f2f4 none repeat scroll 0 0;
    color: #c7254e;
    padding: 12px 0;
}
.website-link {
    background-color: #FFF !important;
    margin: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
    .esuccess {
        width: 100%;
    }
    .mb-mob-0{
        margin-bottom:0px!important;
    }
    .mb-mob-1{
        margin-bottom:15px!important;
    }
    .website-link ul {
        width: 50% !important;
        margin: auto!important;
    }
    .eerror {
        width: 100%;
    }
    .code-phone-style{
        padding-right:0px!important;
        margin-bottom:10px!important;
        float:left!important;
        width:35%;
    }
    .phone-margin{
        margin-top:45px;
    }
    .phone-input{
        float:right!important;
        width:62%;
    }
    .mt-1{
        margin-top:10px;
    }
    .checkbox-input {
        width: 24%;
        float: left;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top:15px;
        }
    img.checkbox-input{
        width:37%!important;
        padding-top:0px;
    }
    .checkbox-style {
        padding-right: 0px !important;
        width: 75%;
        text-align: center;
        float: right !important;
    }
    input.checkbox-input {
        float: left!important;
        margin-left:10px;
    }
    .globus-mobile{
        display:none;
    }
}
.searchDropdown .active a {
    color: #ffa51d;
}
.whereGo .searchDropdown .dropdown-menu span,.whereGo .searchDropdown .title span {
    font-size: 16px;
}
.footLinks .footer-group-link {
    font-size: 25px;
    margin-top: 0em;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    line-height: 1.28571429em;
    font-weight: bold;
    padding: 0em;
}
.field-validation-error {
    color: #f00;
    width: 100%;
    display: inline-block;
}
.descWrapper-txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-left: 10%;
    width: 48%;
}
.r-content .desc ul{
    display: inline-block;
    margin-left: 5%;
}
.r-content .desc ul li {
    padding-top: 5px;
    padding-left: 10px;
}
@media screen and (min-width: 992px) {
    .uni-slider {
        height: 350px !important;
    }
}
.map-wrapper {
    width: 100%;
    height: 400px;
}
.btn-fb::before {
    background: rgba(0, 0, 0, 0) url("../images/fb.png") repeat scroll 0 0;
    content: "";
    display: block;
    height: 19px;
    left: 25px;
    position: absolute;
    top: 9px;
    width: 11px;
}
.btn-fb {
    font-size: 16px;
    margin-right: 10px;
}
.load-favourite {
    margin: 0px !important; 
    height: 20px !important; 
    width: 20px;
}
.search-course-uni {
    height: 64px;
    clear: both;
    display: block;
}
.search-course-uni .searchDropdown {
    width: 100%;
    margin: 0px;
}
.search-course-uni .dropdown-menu {
    border: 0px;
}
.search-course-uni input[type="text"]{
     width: 100%;
     height: 64px;
}
.search-course-c {
    height: 50px;
    clear: both;
    display: block;
}
.search-course-c .searchDropdown {
    width: 100%;
    margin: 0px;
}
.search-course-c .dropdown-menu {
    border: 0px;
}
.search-course-c input[type="text"]{
     width: 100%;
     height: 50px;
}
.ad-search {
    margin-bottom: 0;
}
.ad-search .btn-blue{
    display: block;
    float: none;
    font-size: 17px;
    margin: 12px auto 0;
    padding: 12px 30px;
    width: 230px;
}
.shortUniName {
    line-height: 20px;
    padding-top: 15px;
}
.r-university-slider .img-responsive {
    width: 100%;
    height: 420px !important;
}
.oneSubjectItem .img-responsive {
    width: auto;
    max-height: 75px;
}
.r-content .desc table {
    max-width: 100%;
    width: 100%;
    background-color: transparent;
}
.r-content .desc table &gt; tbody &gt; tr:nth-of-type(2n) {
    background-color: #eef2f6;
}
.r-content .desc table &gt; tbody &gt; tr:nth-of-type(2n+1) {
    background-color: #f2f1ef;
}
.r-content .desc table &gt; tbody &gt; tr &gt; td {
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #fff;
    text-align: center;
}
.hTitle .glyphicon-ok {
    color: #5cb85c;
    font-size: 20px;
}
.rlistcheckboxes {
    padding: 5px;
    background: #f2f1ef !important;
}
    .rlistcheckboxes h4 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #424242;
        padding-left: 5px;
        text-align: left;
    }
    .rlistcheckboxes label span {
        color: #424242 !important;
    }
    .rlistcheckboxes .checkbox label {
        background: #ccc;
    }
#requestinfoform .required-orange {
    color: #ba1700;
}
.required-orange.txt-red {
    color: #ba1700;
}
#requestinfoform .placeinput input, .prniversity .ask .form-control:first-child {
	width:100%;
	color:#555;
}
#requestinfoform label {
	color: #fff;
	margin-bottom: 10px;
}
.cabinetEditForm textarea {
    height: 150px !important;
}

.cabinetEditForm .req input, .req .btn {
	background:#fff !important;
	border:2px solid #ff9900 !important;
}
.asc-question-btn {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}
.all-subjects-right-block {
    margin-top: 50px;
}
.u-recommend li a {
    color: #424242;
}
.u-recommend li a:hover {
    color: #f57c00;
}
.one-star {
    background: rgba(0, 0, 0, 0) url("../images/black-star-grey.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 24px;
}
.one-star:hover {
    background: rgba(0, 0, 0, 0) url("../images/black-star-orange.png") no-repeat scroll 0 0;
}
.subject-img {
    height: 165px;
    width: 100%;
}
.banner-main {
    height: 175px;
    width: 270px;
}
.popularItems img {
    height: 270px;
    width: 400px;
}
.mainSections h2 {
    padding-bottom: 30px;
}
.dropWrapper {
    text-align: center;
}
.mainSections .sortby {
    margin-top: 0;
}
.mainSections #sortby {
    width: 240px;
    padding-right: 50px;
}
.mainSections h4 {
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 10px;
}
.mainSections h4 a {
    color: #424242 !important;
}
.mainSections h4 a:hover {
    color: #f6830d !important;
}
.mainSections .col-sm-4 {
    margin-top: 50px;
}
.mainSections .col-sm-4 p {
    line-height: 1.5;
}
.mainSections .col-sm-4 a {
    color: #f6830d;
    display: inline-block;
    padding-top: 10px;
    line-height: 1.5;
}
.mainSections .col-sm-4 a:last-child {
    padding-top: 10px !important;
}
.mainSections .col-sm-4 p a:last-child {
    padding-top: 0 !important;
}
.mainSections .col-sm-6 {
    margin-bottom: 50px;
}
.mainSections .article-group-pagination .pagination1 .button1.active{
    background-color: #ff9900;
}
.mainSections .article-group-pagination .pagination1{
    margin-top: 50px;
}
.mainSections .col-sm-6:last-child {
    margin-bottom: 10px;
}
.mainSections .col-sm-6 p {
    line-height: 1.5;
}
.mainSections .col-sm-6 a {
    color: #f6830d;
    display: inline-block;
    padding-top: 10px;
    line-height: 1.5;
    width: 100%;
}
.mainSections .col-sm-6 a:last-child {
    padding-top: 10px !important;
}
.mainSections .col-sm-6 p a:last-child {
    padding-top: 0 !important;
}
.pagination1 a {
    padding-top: 10px !important;
}
.pagination1 a:hover {
    color: #fff !important;
}
.pagination1 .active {
    color: #fff !important;
}
.blueSection .popularBlocks .col-sm-3:hover a {
    color: #ff9900;
}
.mainSections a:hover {
    color: #f6830d !important;
}
.blueSection {
    background-color: #eef2f6;
}
.popularBlocks .col-sm-3:nth-child(4n-3) {
    margin-left: 0;
}
.blueSection .popularBlocks .col-sm-3 {
    margin-left: auto;
    outline: medium none !important;
    width: auto;
}
.popularBlocks2 .col-sm-3 {
    width: 25% !important;
}
.popularBlocks .col-sm-3 {
    margin-left: 2%;
    padding-left: 0;
    padding-right: 0;
    width: 23.5%;
    margin-top: 40px;
}
.mask-wrapper::after {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 35px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.blueSection .popularBlocks .col-sm-3 .mask-wrapper {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}
.mask-wrapper {
    cursor: pointer;
    position: relative;
    width: 100%;
}
.popularBlocks .col-sm-3 p {
    display: inline-block;
    line-height: 2;
    padding-top: 10px;
}
.popularBlocks .col-sm-3 p a {
    color: #424242;
}
.popularBlocks .col-sm-3 p a:hover {
    color: #f57c00;
}
.pop-star {
    background-image: url("../images/star.png");
    bottom: 10px;
    cursor: pointer;
    height: 16px;
    left: 20px;
    position: absolute;
    width: 16px;
    z-index: 2;
}
.pop-eye {
    background-image: url("../images/eye.png");
    bottom: 9px;
    height: 16px;
    left: 58px;
    position: absolute;
    width: 16px;
    z-index: 2;
}
.pop-visited {
    bottom: 0;
    color: #fff;
    display: block;
    left: 82px;
    line-height: 37px !important;
    padding-bottom: 0 !important;
    position: absolute;
    z-index: 2;
}
.mask-wrapper:hover::after {
    height: 100%;
    top: 0;
}
.mask-wrapper .pop-bg {
    height: 230px;
    max-width: 100%;
    width: 100%;
    z-index: 1;
}
.pagination1 {
    margin-bottom: 20px;
    margin-top: 70px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.pagination1 .prev {
    background-image: url("../images/aleft.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    width: 8px;
}
.pagination1 .active {
    color: #fff !important;
}
.pagination1 .button1 {
    background-color: #f2f1ef;
    color: #424242;
    margin-left: 2px;
    margin-right: 2px;
    padding: 15px 20px;
}
.pagination1 .next {
    background-image: url("../images/aright.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    margin-left: 8px;
    width: 8px;
}
.pagination1 .active {
    background-color: #ff9900;
    color: #fff;
}
.pagination1 .prev:hover {
    background-image: url("../images/aleft-orange.png");
}
.pagination1 .next:hover {
    background-image: url("../images/aright-orange.png");
}
.mainSections a {
    color: #424242 !important;
    padding-top: 0 !important;
}
.pagination1 a:hover {
    color: #fff !important;
}
.pagination1 .button1:hover {
    background-color: #ff9900;
    color: #fff;
}
.pagination1 a {
    padding-top: 10px !important;
}
.slick-prev::before, .slick-next::before {
    color: #ddd !important;
}
.articleContent table {
    background-color: transparent;
    width: 100%;
    font-size: 16px;
}
.articleContent table &gt; tbody &gt; tr:nth-of-type(2n),
.articleContent table &gt; thead &gt; tr:nth-of-type(2n),
.desc table &gt; thead &gt; tr:nth-of-type(2n) {
    background-color: #eef2f6;
}
.articleContent table &gt; tbody &gt; tr:nth-of-type(2n+1),
.articleContent table &gt; thead &gt; tr:nth-of-type(2n+1),
.desc table &gt; thead &gt; tr:nth-of-type(2n+1) {
    background-color: #f2f1ef;
}
.articleContent table &gt; tbody &gt; tr &gt; td,
.articleContent table &gt; thead &gt; tr &gt; th,
.desc table &gt; thead &gt; tr &gt; th {
    border: 1px solid #fff;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
}
.articleContent table tr td p,
.desc table tr td p {
    padding-bottom: 0px;
}
.articleData {
    float: left;
    margin-right: 40px;
}
.mtm {
    margin-bottom: 30px;
    margin-top: -30px;
}
.mSocial {
    display: none;
}
.articleData li:first-child {
    background-image: url("../images/black-star.png");
    cursor: pointer;
    margin-right: 25px;
}
.articleData li:nth-child(2) {
    background-image: url("../images/black-eye.png");
    margin-right: 6px;
}
.articleData li {
    display: inline-block;
    height: 21px;
    list-style: outside none none;
    padding-right: 15px;
    vertical-align: middle;
    width: 24px;
}
.ulSocial li img {
    padding-right: 15px;
}
.ulSocial li {
    background-color: #5973a6;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    display: inline;
    list-style: outside none none;
    margin-right: 10px;
    padding: 7px 10px;
}
.articleContent {
    font-size: 16px;
    background-color: #fff;
    /*margin-bottom: 20px;*/
    /*padding: 50px 30px 30px;*/
    padding: 50px 30px 10px 30px;
}
.articleContent a {
    color: #ff9900 !important;
}
    .articleContent a.btn {
        color: #fff !important;
    }
.fullHelp {
    background-color: #eef2f6;
}
.fullHelp .col-xs-8 {
    margin-top: 20px;
    padding-right: 15px;
}
.fullItem {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.fullHelp .items {
    clear: both;
    margin-top: 30px;
    padding: 0;
}
.fullItem div:first-child {
    float: left;
    height: 377px;
    margin-right: 4%;
    overflow: hidden;
    position: relative;
    width: 40%;
}
.fullItem .desc {
    float: left;
    padding-right: 3%;
    width: 53%;
}
.fullHelp .row {
    margin: 0 auto;
}
.fullItem img {
    bottom: -100%;
    left: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: -100%;
    top: -100%;
}
.fullItem .desc h4 {
    font-size: 30px;
    padding-bottom: 25px;
    padding-top: 10px;
}
.fullItem .desc .price {
    font-size: 18px;
    padding-bottom: 15px;
}
.fullItem .desc .more, .items .more {
    background-color: #ff9900;
    color: #fff;
    display: inline-block;
    line-height: 35px;
    margin-top: 30px;
    text-align: center;
    width: 130px;
}
.fullHelp .items {
    clear: both;
    margin-top: 30px;
    padding: 0;
}
.fullHelp .items .col-sm-6:nth-child(2n-1) {
    margin-right: 4%;
}
.fullHelp .items .col-sm-6 {
    background-color: #fff;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    width: 48%;
    height: 550px;
}
.fullHelp .items .col-sm-6 .imgWrap {
    height: 225px;
    overflow: hidden;
    position: relative;
}
.fullHelp .items .col-sm-6 .imgWrap img {
    bottom: -100%;
    left: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: -100%;
    top: -100%;
}
.fullHelp .items .col-sm-6 .desc {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.fullHelp .items .col-sm-6 .desc h4 {
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 20px;
}
.fullHelp .items .col-sm-6 .price {
    font-size: 15px;
    padding-bottom: 20px;
}
.fullItem .desc .more, .items .more {
    background-color: #ff9900;
    color: #fff;
    display: inline-block;
    line-height: 35px;
    margin-top: 30px;
    text-align: center;
    width: 130px;
}
.fullHelp .items .col-sm-6 .desc h4 a:hover {
    color: #ff9900;
}
.desc .more:hover, .buttonWrapper a:first-child:hover {
    background-color: #f57c00;
}
.more a:hover {
    color: #f57c00;
}
.items .more {
    margin-bottom: 36px;
}
.ask-consult {
    margin-top: 20px;
}
.ask-consult .desc {
    color: #fff;
}
.ask-consult label {
    color: #fff;
}
.fln, .r-content .reg-form li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}
.ask-consult label {
    color: #fff;
}
.fln .form-control {
    border: medium none !important;
    outline: medium none !important;
}
.place_holder {
    color: #424242;
}
.fw {
    width: 100% !important;
}
.needHelp {
    background-color: #fff;
    margin-top: 34px;
    padding: 40px;
    text-align: center;
}
.needHelp h4 {
    font-size: 30px;
    padding-bottom: 36px;
}
.needHelp p {
    font-size: 21px;
    padding-bottom: 15px;
}
.needHelp p {
    font-size: 21px;
    padding-bottom: 15px;
}
.lightblue {
    color: #3498db;
}
.helpSection span, .lightblue {
    clear: both;
    display: block;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}
.sequenceTitle2 {
    clear: both;
    padding-bottom: 50px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
.popularSection .item {
    clear: both;
    margin-bottom: 40px;
    overflow: hidden;
}
.orderService, .orderCall {
    background-color: #eef2f6;
    padding-bottom: 40px;
}
.orderCall .item {
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}
.orderCall .col-sm-10 {
    line-height: 2;
}
.orderCall h5 {
    font-size: 18px;
    padding-bottom: 15px;
}
.orderCall .col-sm-10 p {
    padding-bottom: 5px;
}
.orderCall h5 {
    font-size: 18px;
}
.orderCall h5 img {
    padding-left: 15px;
}
.orderCall .col-sm-10 p {
    padding-bottom: 5px;
}
.orderCall a {
    color: #ff9900;
}
.orderCall a:hover {
    color: #f57c00;
}
.orderCall .lastItem {
    border: medium none;
}
.buttonWrapper {
    text-align: center;
}
.buttonWrapper a:first-child {
    background-color: #ff9900;
    margin-right: 10px;
}
.buttonWrapper a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
    width: 175px;
}
.buttonWrapper a.blue {
    background-color: #3498db;
    margin-left: 10px;
}
.buttonWrapper a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
    width: 175px;
}
.subscribeBlock .hTitle {
    clear: both;
    display: block;
}
.addComment {
    list-style: outside none none;
    margin: 0 auto;
    width: 50%;
}
.subscribeBlock *::-moz-placeholder {
    color: #000;
}
.addComment ul.col-sm-7 {
    list-style: outside none none;
    margin-bottom: 30px;
}
.addComment .col-sm-7 {
    padding-right: 0;
}
.addComment input, .addComment button {
    background-color: #f2f1ef;
    border: medium none;
    display: inline-block;
    height: 50px;
}
.dropdown, .dropup {
    position: relative;
}
.subscribeBlock .btn {
    font-size: 16px;
    padding: 11px;
}
.addComment textarea {
    background-color: #f2f1ef;
    border: medium none;
    height: 180px;
    margin-bottom: 40px;
}
.subscribeBlock textarea {
    color: #000;
}
.orderCall .col-sm-2 img {
    border-radius: 200px;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.fullHelp .items .col-sm-6 .desc h4 a {
    color: #424242;
}
.fullItem .desc h4 a:hover {
    color: #ff9900;
}
.fullItem .desc h4 a {
    color: #424242;
}
.help-img, .help-slider {
    background: rgba(0, 0, 0, 0) url("../images/banner.jpg") repeat scroll center center;
    height: 420px;
}
.help-img .container {
    position: relative;
}
.s-title h2 {
    font-size: 30px;
    font-weight: lighter;
    margin-top: 2%;
    width: 50%;
}
.help-img .topTen {
    left: 0;
}
.topTen {
    background-color: #f5f5f5;
    font-size: 21px;
    left: 60px;
    padding: 20px;
    position: absolute;
    top: 40px;
    opacity: 0.9;
}
.help-img .topTen h3 {
    padding: 10px 0 25px 10px;
}
.help-img .topTen ul li::before {
    content: "-";
    display: block;
    left: -10px;
    position: absolute;
}
.help-img .topTen ul li {
    font-size: 21px;
    list-style: outside none none;
    margin-left: 24px;
    padding-bottom: 5px;
    position: relative;
}
.cs-nav .navbar-nav li, .cs-nav .navbar-nav li a {
    background: transparent none repeat scroll 0 0 !important;
}
.cs-nav .navbar-nav li {
    line-height: 40px;
    width: auto;
}
.cs-nav .navbar-nav .dropdown-menu {
    margin-top: 20px;
}
.cs-nav .navbar-nav .dropdown-menu li, .cs-nav .navbar-nav .dropdown-menu li a {
    color: #fff !important;
    width: 100%;
}
.cs-nav .navbar-nav li, .cs-nav .navbar-nav li a {
    background: transparent none repeat scroll 0 0 !important;
}
.cs-nav .navbar-nav li {
    line-height: 40px;
    width: auto;
}
.cs-nav .navbar-nav li a {
    line-height: 30px;
}
.sequenceTitle {
    clear: both;
    padding-bottom: 60px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
/*.sequence .col-sm-3:nth-child(4n-3) {
    clear: both;
}*/
.sequence .col-sm-3 {
    margin-bottom: 30px;
}
.sequence figure, .helpSection figure {
    border: 3px solid #6699cc;
    border-radius: 200px;
    display: block;
    height: 100px;
    margin: 0 auto 20px;
    text-align: center;
    width: 100px;
}
.sequence figure img {
    margin: 30px auto;
}
.sequence .col-sm-3 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
.sequence .active figure {
    border: 3px solid #ff9900;
}
.serviceDetails {
    margin-bottom: 20px;
}
.serviceBox div:first-child {
    background: #f2f1ef none repeat scroll 0 0;
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 15px 30px;
    padding-right: 15px;
    width: 100%;
}
.serviceBox div:nth-child(2) {
    display: none;
    padding: 10px 10px 20px 10px;
}
.serviceDetails div a, .serviceBox a {
    color: #424242;
    width: 90%;
    display: inline-block;
}
.serviceDetails span, .serviceBox span {
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 24px;
}
.serviceDetails span, .serviceBox span {
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 24px;
}
.fa, body {
    transition-duration: 300ms;
}
.form-control, .btn, .fa, a, li {
    outline: 0 none !important;
}
.sequenceCheck {
    list-style: outside none none;
    margin: 0 auto !important;
    overflow: hidden;
    width: 64% !important;
}
.sequenceCheck li {
    min-height: 55px;
    overflow: hidden;
    position: relative;
}
.sequenceCheck div:first-child {
    background-color: #3498db;
    border-radius: 200px;
    color: #fff;
    display: block;
    float: left;
    height: 45px;
    left: 0;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px;
}
.sequenceCheck div:nth-child(2) {
    float: left;
    margin-left: 80px;
}
.sequenceTitle2 {
    clear: both;
    padding-bottom: 50px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
.order {
    margin: 0 auto;
    width: 560px;
    cursor: pointer;
}
.order .col-sm-6:first-child {
    margin-right: 6%;
}
.order .col-sm-6 {
    background-color: #3498db;
    color: #fff;
    margin-bottom: 25px;
    padding: 20px;
    text-align: center;
    width: 47%;
}
.order h4 {
    font-size: 24px;
}
.order .price {
    font-size: 30px;
}
.order span {
    clear: both;
    display: block;
    padding-top: 3px;
}
.order .plus {
    clear: both;
    display: inline-block;
    font-size: 18px;
}
.order .checkbox {
    padding-left: 45%;
    text-align: left;
}
.checkbox {
    overflow: hidden;
}
.order .form-group {
    clear: both;
    display: block;
    margin-bottom: 20px;
}
.order .form-group input {
    border: medium none;
    height: 50px;
    line-height: 50px;
}
.buy {
    background-color: #4caf50;
    color: #fff;
    display: block;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}
.order .col-sm-6:hover {
    background-color: #0277bd;
}
.buy:hover {
    background-color: #398e3d;
    color: #fff !important;
}
.helpSection figure {
    border: 1px solid #8a98a3;
    height: 130px;
    width: 130px;
}
.helpSection figure img {
    margin: 47px auto;
}
.helpSection span:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
}
.helpSection span {
    text-shadow: 0 0 #424242;
}
.helpSection span, .lightblue {
    clear: both;
    display: block;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}
.helpSection span:last-child {
    font-size: 15px;
}
.orderCall .sequenceTitle2 {
    padding-bottom: 60px;
}
.orderCall h1.sequenceTitle2 {
    font-size: 25px;
}
.orderCall input {
    border: medium none;
    height: 50px;
    line-height: 50px;
}
.orderCall .button {
    background-color: #ff9900;
    clear: both;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 50px;
    margin: 20px auto 0;
    text-align: center;
    width: 165px;
}
.orderCall .button:hover {
    background-color: #f57c00;
}
.orderCall .button:hover, .buttonWrapper a:hover, .buttonWrapper a:hover {
    color: #fff !important;
}
.otherServices .col-sm-3 {
    cursor: pointer;
    margin-bottom: 40px;
    position: relative;
}
.otherServices .col-sm-3 a {
    color: #424242;
    display: block;
    overflow: hidden;
}
.otherServices .col-sm-3 a div {
    position: relative;
}
.otherServices .col-sm-3 span {
    display: block;
    font-size: 18px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}
.otherServices .col-sm-3 img {
    cursor: pointer !important;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.otherServices .col-sm-3 a:hover div::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}
.otherServices .col-sm-3 a:hover {
    color: #ff9900;
}
.otherServices .col-sm-3 a:hover {
    color: #ff9900;
}
.otherServices .col-sm-3 img {
    cursor: pointer !important;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.popularSection .col-sm-9 h3 a {
    color: #424242;
}
.popularSection .col-sm-9 h3 a:hover {
    color: #f57c00;
}
.descr ul, .articleContent ul {
    display: inline-block;
    margin-left: 5%;
    padding-bottom: 10px;
}
.descr ol, .articleContent ol {
    display: inline-block;
    margin-left: 2%;
    padding-bottom: 10px;
}
.descr ul li, .descr ol li, .articleContent ul li, .articleContent ol li {
    padding-top: 10px;
}
.articleContent p{
    padding-bottom: 5px;
    padding-top: 10px; 
}
.service-separator {
    clear: both;
}
.order .active {
    background-color: #0277bd !important;    
}
.articleContent h3 {
    padding-bottom: 15px;
    padding-top: 25px;
}
.articleContent h4 {
    font-size: 20px;
}
.mainSections .mtm {
    font-size: 30px;
    margin-bottom: 0px;
}
.prniversity .shortLogo img {
    filter: none;
}
.searchDropdown .dropdown-menu .close {
    background: transparent none repeat scroll 0 0;
    float: right;
    font-size: 30px;
    height: 20px;
    opacity: 0.5;
    padding-right: 10px;
    text-align: right;
    height: 25px;
}
.searchDropdown .dropdown-menu .close:hover {
    color: #ff9900;
    opacity: 1;
}
.search-course-c input[type="text"] {
    border: 5px solid #f2f1ef !important;
    background-color: #fff !important;
}
.search-course-c input[type="text"]:focus {
    border: 1px solid #ff9900 !important;
}
.search-course-uni input[type="text"] {
    border: 5px solid #f2f1ef !important;
    background-color: #fff !important;
}
.search-course-uni input[type="text"]:focus {
    border: 1px solid #ff9900 !important;
}
.search-close-btn {
    cursor: pointer;
    float: right;
    font-size: 30px;
    height: 25px;
    opacity: 0.5;
    padding-right: 10px;
    position: relative;
    text-align: right;
    top: -47px;
}
.search-close-btn:hover {
    color: #f57c00;
    opacity: 1;
}
.psearchSubjects {
    width: 100%;
}
.search-course-uni .search-close-btn {
    top: -53px !important;
}
.search-course-uni .searchDropdown {
    top: -25px;
}
.searchBlock input[type="text"] {
    margin-top: 25px;
}
.searchBlock .search-close-btn {
    color: #000;
}
.searchBlock .search-close-btn:hover {
    color: #f57c00;
}
.psearchContent .subinfo {
    margin: 20px 0;
    padding-left: 0;
}
.psearchContent .subinfo strong{
    font-size: 16px;
}
.r-content h1 {
    font-size: 30px;
    padding-top: 40px;
}
.r-content h2 {
    font-size: 21px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.l-content h2 {
    padding-bottom: 25px;
    font-size: 25px;
}
.simpleTabBar h2 {
    padding: 0;
    margin: 0;
}
.hTitle {
    font-size: 30px;
}
.helpSection .col-sm-3 {
    word-break: break-all;
}
/*.sequence .col-sm-3 p {
    word-break: break-all;
}*/
/*.open &gt; .dropdown-menu {
    -webkit-overflow-scrolling: touch;
}
.open &gt; .dropdown-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.open &gt; .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}*/
.article-slider .container {
    position: relative;
}
.article-slider img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.menu-inside h2{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.menu-inside h2 a{
    color: #333 !important;
}
.top-buffer {
     margin-top:10px;
}
.one-star-success {
    background: rgba(0, 0, 0, 0) url("../images/black-star-orange.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 24px;
}
.uni-country .col-sm-4:nth-child(3n){
    margin-left: 2%;
    margin-right: 0;
}
.uni-country .col-sm-4:nth-child(3n-1){
    margin-left: 2%;
    margin-right: 0;
}
.slick-dots button {
    background-color: #768693;
    border: 0 none;
    height: 12px;
    margin: 1px;
    width: 12px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    color: transparent;
}
.slick-dots .slick-active button {
    background-color: #ff9900;
    margin: 1px;
}
.unimain {
    display: none;
}
.fdr li div a {
	color:#ff9900;
}
.fdr li div a:hover {
    color: #f6830d;
}
.u-contacts li:hover &gt; .u-contacts li a {
	color:#ff9900;
}
.u-contacts li:hover &gt; .u-contacts-link {
    color:#ff9900;
}
.r-university-slider .carousel-indicators .active {
    display: none;
}
.psearch-checkbox {
    height: 250px;
    overflow: hidden;
}
.psearch-checkbox h4 span {
    float: right;
    font-size: 13px;
    font-weight: 400;
}
.searchBlock .open &gt; .dropdown-menu-ul {
    border-top: 0 none;
    margin: 0;
}
.open &gt; .dropdown-menu-ul {
    overflow: hidden;
    width: 100%;
}
.dropdown-menu-ul {
	background-color: #f2f1ef;
    border: 0;
	padding: 0;
}
.searchDropdown .dropdown-menu-ul a {
    padding: 10px 15px;
}
.dropdown-menu-ul .active a {
    background: #f2f1ef none repeat scroll 0 0 !important;
}
.dropdown-menu-ul &gt; li &gt; a {
    white-space: normal;
}
.dropdown-menu-ul a {
    border-bottom: 1px solid #bdbdbd;
}
.dropdown-menu-ul &gt; li &gt; a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.horizontal-only {
    height: auto;
    max-height: 430px;
    width: 100%;
}
.formGroup5 input{
    margin-top: 0px !important;
}
.formGroup5{
    width: 50%;
}
.searchBlock h1{
    font-size: 30px;
}
.searchResults {
    background-color: #fff;
}
.fullHelp .row {
    margin: 0 auto;
}
.fullHelp .col-xs-8 h1 {
    font-size: 21px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.searchBox {
    background-color: #eef2f6;
    float: left;
    margin-bottom: 70px;
    margin-top: 60px;
    padding: 25px;
    width: 100%;
}
.searchBox .form-group:first-child {
    width: 25%;
}
.searchBox .form-group {
    display: block;
    float: left;
}
.searchBox .form-group:nth-child(2) {
    width: 68.5%;
}
.searchBox .form-group {
    display: block;
    float: left;
}
.searchBox .form-group {
    display: block;
    float: left;
}
.searchBox .form-group:nth-child(2) input {
    width: 100%;
}
.searchBox .searchDropdown button, .searchBox .form-group input {
    background-color: #fff;
}
.searchBox .searchDropdown button, .searchBox .form-group input, .searchBox .form-group button {
    border: medium none;
    height: 40px;
}
.searchBox .searchDropdown button {
    border-right: 2px solid #eef2f6;
}
.filterItems .btn {
    display: block;
    float: left;
    font-size: 18px;
    margin-right: 2px;
    width: 24.7%;
}
.filterItems .btn-light-gray {
    background-color: #eef2f6;
}
.resultsContent {
    margin-top: 50px;
}
.resultItem h3 {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 7px;
}
.resultsContent .itemTag {
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 2px 10px;
}
.itemUniversity {
    background-color: #768692;
}
.resultsContent .itemText {
    font-size: 15px;
    line-height: 1.8;
    padding-top: 15px;
}
.itemProgramm {
    background-color: #3498db;
}
.itemArticle {
    background-color: #4caf50;
}
.searchResults .col-xs-4 {
    padding-right: 0;
}
.searchResults .pagination1 {
    clear: both;
    float: left;
    margin-bottom: -30px;
    margin-top: 10px;
}
.resultsContent .resultItem {
    margin-bottom: 50px;
}
.filterItems .btn:hover {
    background-color: #ff9900;
}
.resultItem h3 a {
    color: #424242;
}
.resultItem h3 a:hover {
    color: #ff9900;
}
.consult {
    margin-bottom: 10px; 
    padding: 0px; 
    border-bottom: 1px solid #fff;
}
.consult-logo {
    text-align: left; 
    padding: 0px; 
}
.consult .consult-logo img {
    max-height: 100%;
    max-width: 100%;
}
.consult-descr { 
    color: #fff;
    margin: 0px; 
    padding: 0px 0px 0px 10px;
}
.consult-logo-white {
    background-color: #fff;
}
.ask-title {
    margin-top: 15px; 
    margin-bottom: 15px;
}
.prniversity.desc br{display: block;margin: 0;}

.aboutContacts .sequenceTitle2 {
    padding-bottom: 40px;
    padding-top: 0px;
}

.aboutContacts .items .col-sm-12:first-child {
    margin-left: 0;
}
.aboutContacts .items .col-sm-12 {
    background-color: #fff;
    padding: 20px 30px;
}

.aboutContacts .items .col-sm-12 p {
    font-size: 16px;
    margin-top: 10px;
}

.aboutContacts .items .col-sm-12 .contacts-address-row:first-of-type {
    margin-top: 10px;
}

.colPhone h4 {
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 40px;
    text-align: center;
}
.aboutContacts p {
    line-height: 2;
}
.colPhone .skype {
    display: inline;
    text-align: center;
    width: 100%;
    padding-left: 15px!important;
    padding-top: 10px!important;
    position: relative!important;
    top: 4px!important;
}
.colPhone .skype img {
    padding-right: 10px;
}
.contactMap {
    padding-bottom: 60px;
    padding-top: 20px;
}
.contactMap {
    background-color: #eef2f6;
}
.contactMap .contactText {
    background-color: #fff;
    bottom: 20px;
    font-size: 15px;
    left: 100px;
    line-height: 1.4;
    padding: 20px;
    position: absolute;
    top: 20px;
    width: 360px;
}
.contactMap .contactText h4 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}
.contactMap .contactText a {
    clear: both;
    color: #ff9900;
    display: inline-block;
    padding-bottom: 25px;
}
.contactMap .container {
    position: relative;
}
.aboutContacts h1 {
    font-size: 25px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}     
.more {
    color: #3d87cb;
}
.right-info .news_item a:hover,
.article-item h4 a:hover,
.article-item .article-item-separate .col-sm-8 &gt; div &gt; a:hover {
    color: #f90;
}
.article-item .article-item-separate .col-sm-8 &gt; div {
    line-height: 1.1;
}
.article-item-title a {
    font-weight: 600;
    color: #333;
}
.article-item-title a:hover {
    color: #f90;
}
.desc a:hover, .article-item a:hover {
    color: #f90;
}
.article-item-title {
    margin-bottom: 15px;
}
.article-item-separate {
    margin-top: 15px;
}
.article-item img:hover {
    border: 1px solid #ccc;
}
.right-info .news a:hover {
    color: #23527c;
}
.back-white {
    background-color: #fff !important;
}
.simpleTabBar button {
    font-size: 15px;
}
.img-link:hover {
    border: 1px solid #ccc;
}
.rankingSections .searchTag .tagName {
    margin-bottom: 5px;
}
.rankingSections .searchTag .tagName:hover {
    background-color: #f90;
    color: #fff;
    cursor: pointer;
}
.rankingSections .searchTag .selected {
    background-color: #f90;
    color: #fff;
    cursor: pointer;
}
.r-content .desc p {
    margin-bottom: 10px;
}
.r-content .fdr {
    margin-bottom: 20px;
}
.title-wrap h2,
.title-wrap div.hTitle.pictire-banner-text {
    font-size: 30px;
    font-weight: 400;
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
}
.col-sm-separate {
    display: none;
}
.comment-wrap {
    float: left;
    margin: 0 20px 0 0;
}
.orderCall .comment-wrap img {
    border-radius: 200px;
    height: auto;
    max-width: 150px;
    width: 100%;
}
.orderCall .itemlastItem {
    margin-bottom: 20px;
}
.orderCall .col-sm-12 p {
    padding-bottom: 5px;
}
.orderCall .col-sm-12 {
    line-height: 2;
}
.articleContent h4 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.secondDescription h3 {padding-bottom: 15px;}
.secondDescription .descr a {
    color: #f90;
}
.secondDescription .descr a:hover {
    color: #f57c00;
}
.main-ajax-data-box.active .ajax-data-box {
    opacity: 0.5;  
}
.main-ajax-data-box {
    position: relative;
}
.main-ajax-data-box .loader {
    display: none;
    height: 40px;
    left: 50%;
    margin-top: 40%;
    position: absolute;
    width: 40px;
}
.main-ajax-data-box.active .loader {
    display: block;
}
.u-whereGo .u-country {
    font-size: 14px;
}
.article-slider {
    padding-top: 40px;
}
.articleContent p,
.articleContent h1{
    line-height: 1.62857;
}
.articleContent h1 {
    padding-top: 0 !important;
    padding-bottom: 5px;
}
.articleContent h2, .rankingSections .articleContent h2 {
    padding-bottom: 15px;
    padding-top: 25px;
    font-size: 27px;
}
.mainContent div.allSubjectsContentHeader {
    color: #424242;
    font-size: 25px;
}
.mainContent div.allSubjectsContentHeader:hover {
    color: #f90;
}
.txt-blue {
    color: #3366ff;
}
.txt-red {
    color: #ff6600;
}
.u-recommend li p {
    font-size: 16px;
    margin-top: 10px;
}
.u-recommend p.title {
    text-align: center;
    margin-bottom: 10px;
}
.u-recommend p.title a {
    font-size: 22px;
    font-weight: 600;
    color: #424242;
}
.u-recommend p.title a:hover {
    color: #f90;
}
.u-recommend ul li:hover {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
	box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
}
.u-recommend ul li p .btn {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 80%;
}
.u-recommend ul li a.btn,.u-recommend ul li a.btn-orange {
    color: #fff;
}
.pageDesc h2 {
    margin-bottom: 0px !important;
    font-size: 20px !important;
    padding-bottom: 20px !important;
}
.ranking-menu ul li .selected {
    color: #f90 !important;
}
.mainSections .col-sm-4.all-subjects-right {
    margin-top: 0px;
}
.sequenceTitle {
    clear: both;
    padding-bottom: 60px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
    font-size: 30px;
}
.our-team .col-sm-4:nth-child(3n-2) {
    clear: both;
}
.our-team .col-sm-4 {
    margin-bottom: 30px;
}
.our-team .col-sm-4 a {
    color: #424242;
}
.our-team .col-sm-4 figure {
    position: relative;
}
.our-team .col-sm-4 figure .mask {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.our-team .col-sm-4 figure img {
    cursor: pointer;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.our-team .col-sm-4 h4 {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 19px;
    text-align: center;
    width: 100%;
}
.our-team p {
    padding-bottom: 8px;
}
.our-team p {
    padding-bottom: 8px;
}
.com-banner-right {
    width: 100%;
    padding: 20px 5px;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 20px;
    text-align: center;
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; 
    position: relative;
    height: 250px;
    color: #fff;
}
.com-banner-right-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.com-banner-right-content {
    display: block; 
    width: 100%; 
    height: 60%; 
    position: absolute; 
    top: 25%; 
    left: 0;
}
.com-banner-right-text {
    font-weight: 600; 
    text-align: center;
    text-transform: uppercase; 
    font-size: 25px; 
    padding-left: 10%; 
    padding-right: 15%; 
    width: 100%; 
    left: 0; 
    color: #fff;
    margin-left: 0;
}
.com-banner-right-text a{
    color: #fff;
}
.com-banner-right:hover {
    border: 4px solid #f57c00;
    color: #fff;
    cursor: pointer;
}
.mobile-view {
    display: none !important;
}
.main-video .school-video .video-container {
    margin-top: 15px; 
    margin-left: auto; 
    margin-right: auto; 
    width: 70%; 
    max-height: 500px; 
    max-width: 700px; 
    padding-bottom: 36.25%;
}
.main-video .school-video .video-container .video-container iframe, .main-video .school-video .video-container object, .main-video .school-video .video-container embed {
    max-height: 500px;
}
.ad-process-steps {
    text-align: center;
    margin-bottom: 110px;
    padding-left: 10px;
    padding-right: 10px;
}
.ad-process-steps ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.ad-process-steps ul li {
    width: 12%;
    margin: 0;
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
}
.ad-process-steps ul li a {
    width: 40px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #bbbbbb;
    opacity: 1;
    color: #424242;
    float: left;
}
.ad-process-steps ul li a:hover {
    color: #ff9900;
    background-color: #ff9900;
}
.ad-process-steps ul li.active a {
    color: #ff9900;
    background-color: #ff9900;
}
.ad-process-steps ul li.active a .ad-process-steps-number {
    color: #fff;
}
.ad-process-steps ul li .ad-process-steps-number {
    font-size: 14px;
    text-align: center;
    color: #424242;
    display: inline-block;    
    margin-top: 10px;
}
.ad-process-steps ul li .ad-process-detail {
    font-size: 13px;
    position: absolute;
    left: -30px;
    width: 100px;
    text-align: center;
    top: 50px;
}
.ad-process-steps-mobile {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
.ad-process-steps-mobile ul {
    margin-top: 5px;
}
.ad-process-steps-mobile ul li{
    padding-bottom: 0px;
}
.ad-process-steps-mobile ul li.active a{
    color: #ff9900;
}
.ad-process-steps-mobile ul li a:hover{
    color: #ff9900;
}
.ad-process-steps-mobile ul li a{
    color: #333;
    display: block;
}
.secondDescription .descr ul li {
    padding-bottom: 0;
}
.country-code button {
    width: 20%;
    display: inline-block;
}
.country-code input {
    width: 79.3%;
    display: inline-block;
}
.fullItem:hover {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
    box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
}
.fullHelp .items .col-sm-6:hover {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
    box-shadow: 0px 0px 0px 3px rgba(255,153,0,1);
}
.ifp-text-block {
    background: #fff;
    padding: 30px;
}
.ifp-text-block .col-sm-12 {
    margin-bottom: 40px;
}
.ifp-text-block .ifp-text-block-right .btn.btn-orange {
    position: absolute;
    right: 15px;
    bottom: 0;
}
.ifp-text-block .ifp-text-block-left .btn.btn-orange {
    position: absolute;
    left: 15px;
    bottom: 0;
}
.ifp-text-block .video-container {
    margin-top: 0px;
    padding-bottom: 70%;
}
.ifp-text-block .ifp-text-block-right {
    position: relative;
    height: 280px;
}
.ifp-text-block .ifp-text-block-left {
    position: relative;
    height: 280px;
}
.ifp-text-block .col-sm-6 p {
    font-size: 16px;
}
.title-link {
    color: #424242;
    cursor: pointer;
}
.title-link:hover {
    color: #f57c00;
}
.title-wrap.title-wrap-main {
    width: 550px;
}
.title-wrap.title-wrap-main ul li {
    list-style: outside none none;
    font-size: 18px;
    padding-bottom: 10px;
}
.n-top-banner-slogan {
    font-size: 15px;
    vertical-align: bottom;
    color: #768693;
    padding-left: 0;
}
.n-top-logo-slogan {
    font-size: 19px;
    line-height: 130%;
}
.btn.btn-success.btn-header {
    font-size: 20px;
}
.n-top-banner {
    width: 42.33333333%;
    padding-top: 2.5%;
    padding-left: 0;
}
.n-top-logo img {
    width: 375px;
    margin-left: -18px;
    margin-bottom: -10px;
    margin-top: -22px;
}
.n-top-phone-slogan {
    padding-top: 6.9%;
    padding-left: 0;
    width: 14.4%;
}
.col-sm-1.n-top-number {
    padding-top: 3.5%;
    width: 16%;
}
.col-sm-2.n-top-number {
    padding-top: 3.5%;
    width: 18%;
}
.n-top-phone-mob .btn, .n-top-phone .btn {
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    background-color: #2C539E;
}
.n-top-phone-mob .btn:hover {
    background-color: #103171;
} 
.n-top-phone .btn:hover {
    background-color: #103171;
}
.n-top-phone-mob .btn {
    padding: 10px 20px;
    font-size: 12px;
}
.n-top-phone .btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
}
.n-top-phone {
    font-size: 16px;
    font-weight: 500;  
    margin-top: 16px;
}
.n-top-phone .n-top-phone-name {
    color: #768693;
    font-size: 15px;
    padding-right:10px;
}
.n-top-phone h4 {
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.n-top-phone .n-top-phone-slogan{
    color: #768693;
    font-size: 15px;
}
.n-top-phone .btn-blue {
    width:100%;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
}
.n-top-phone .btn-blue span {
    width:100%;
    margin-bottom: 10px;
    color:#ff9900;
}
.n-top-number strong {
    color: #3498db;
    font-size: 28px;
    font-weight: 900;
    text-align: left;
    line-height: 130%;
}
.n-top-number p {
    font-size: 15px;
    color: #768693;
    line-height: 130%;
}
.n-top-number strong span {
    color: #ff9900;
}
.n-top-banner .div-btn-header {
    margin-top: 30px;
    text-align: center;
}
.phone-top h4 {
    color: #424242;
    padding-bottom: 1px;
}
#header .phone-top #lang {
    font-size: 15px;
}
#header .n-top-phone-slogan span {
    font-size: 15px;
    vertical-align: bottom;
}
.modal-content .modal-footer .buy {
    font-size: 18px;
    line-height: 35px;
    width: 100%;
    font-weight: 600;
}
.psearchItem .psearchItem-logo {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding-right:10px;
}
.psearchItem .psearchItem-logo .psearchItem-Thumb{
    max-height: 55px;
    width: auto;
}
.psearchItem .psearchItem-content {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}
.psearchItem .psearchItem-content .title {
    line-height: 1.1;
}
.psearch .psearchItem .psearchItem-content .subtitle {
    text-align: left;
    line-height: 1.7;
    padding-bottom: 5px;
}
.psearch .psearchItem .psearchItem-content p {
    text-align: left;
    line-height: 1.7;
    padding-bottom: 5px;
}
.psearch .psearchItem .psearchItem-content .lowerControls {
    padding-top: 10px;
}
.psearch .psearchItem .psearchItem-content .lowerControls div {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
}
.psearch .psearchItem .psearchItem-content .lowerControls div:first-child {
    padding-right: 5px;
}
.psearch .psearchItem .psearchItem-content .lowerControls div:last-child {
    padding-left: 5px;
}
.psearch .psearchItem .psearchItem-content .lowerControls div .btn-orange{
    vertical-align: top;
    margin-top: 0;
}
.psearch .psearchItem .psearchItem-content .lowerControls div .btn-blue{
    width: 100%;
    vertical-align: top;
}  
.psearchItem .psearchItem-fee {
    width: 18.9%;
    display: inline-block;
    vertical-align: top;
    text-align:right;
}
.psearchItem .psearchItem-fee p {
    margin-bottom:5px;
}
.psearchItem .psearchItem-fee .ctrls{
    width: 100%;
    margin-bottom:5px;
}
.psearchItem .psearchItem-fee .ctrls .oneControls{
    margin:0;
}
.psearchItem .psearchItem-fee .ctrls .oneControls li{
    margin:0;
}
.psearchItem .psearchItem-content .psearchItem-fee-xs {
    display: none;
}
.consultation-form {
    min-height: 470px;
    background: #eef2f6;
    padding: 15px;
    border-radius: 10px;
}
.consultation-form-textblock {
    min-height: 470px;
    background: transparent;
    margin-left: 3%;
    width: 47%;
    padding: 15px;
    border-radius: 10px;
    border-color: rgba(128, 128, 128, 0.2);
    border-style: solid;
}
.consultation-form-textblock h3.hTitle{
    color:#f57c00;
    font-size: 25px;
    text-align: left;
    margin-left: 25px;
    margin-bottom: 20px;
}
.consultation-form-textblock ul{
    list-style: none;
    padding-right: 25px;
    padding-left: 25px;
    margin-top: 0;
}
.consultation-form-textblock ul li{
    clear: both;
    display: table;
    vertical-align: middle;
    text-align:left;
}
.consultation-form-textblock ul li p{
    display: table-cell;
    vertical-align: middle;
    line-height: 1.6;
    font-weight: 400;
    font-size: 15px;
    text-align:left;
}
.consultation-form-textblock ul li img{
    float: left;
    display: table-cell;
    vertical-align: middle;
    width: 20px;
    margin-right: 17px;
    max-width: none;
}
.is-sticky #fixheaderlogo {
    z-index: 10000 !important;
    width: 100% !important;
    border-bottom: 15px solid white !important;
    background: #fff !important;
    left: 0 !important;
    margin: 0 !important;
}
#fixheaderlogo .btn-close {
    display:none;
}
.is-sticky #fixheaderlogo .btn-close {
    /*position: absolute;
    top: 0;*/
    /*right: 0;*/
    width: 32px;
    height: 32px;
    margin: 0;
    /*background: #fff url(/images/close-min.png) center no-repeat;*/
    background: #fff;
    cursor: pointer;
    display: block;
    /*border: 2px solid #eef2f6;*/
    border: 2px solid #ccc;
    /*right: 25px;*/
    color: #768693;
    font-size: 20px;
    padding-left: 0px;
    text-align: center;
    float: right;
}
.is-sticky #fixheaderlogo .btn-close:hover {
    cursor:pointer !important;
    color: #ff9900;
    border: 2px solid #ff9900;
}
.is-sticky #fixheaderlogo .fixheaderlogo-container {
    width: 1170px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: table;
}
.is-sticky .n-top-phone .n-top-phone-name {
    text-align: left;
    float: left;
}
.is-sticky .phone-top .languages {
    float: left;
}
.is-sticky .phone-top h4 {
    text-align: left;
    float: left;
    width: 100%;
    margin-top: 0;
}
.is-sticky .n-top-phone .n-top-phone-slogan {
    text-align: left;
    float: left;
    width: 100%;
    padding-top: 0;
}
.header-right-section {
    max-width: 550px;
}
.header-right-section .n-top-number:nth-child(1) {
    width: 25%;
}

.header-right-section .n-top-number:nth-child(2) {
    width: 35%;
}

.header-right-section .n-top-number:nth-child(3) {
    width: 40%;
}

#helpInfoModal .modal-content .modal-header {
    border-bottom: 0;
}
#helpInfoModal .modal-content .modal-header .close,#helpFormModal .modal-content .modal-header .close {
    font-size: 25px;
    color: #ff9900;
    opacity: 1;
    margin: 0;
    padding: 0px 5px;
    border: 2px solid #ff9900;
    border-radius: 50%;
}
#helpInfoModal .modal-content .modal-header .close:hover,#helpFormModal .modal-content .modal-header .close:hover {
    color:#f57c00;
    border: 2px solid #f57c00;
}
#helpInfoModal .modal-content .modal-header .modal-header-help-info-content {
    width:100%;
    display: inline-block;
    text-align: center;
}
#helpInfoModal .modal-content .modal-header .modal-header-help-info-content img {
    max-width: 240px;
}
#helpInfoModal .modal-header-help-info-content .help-info-text-1 {
    color: #768693;
    font-size: 16px;
}
#helpInfoModal .modal-header-help-info-content .help-info-text-2 {
    margin-top: 50px;
    font-size: 18px;
    color: #f57c00;
}
#helpInfoModal .modal-header-help-info-content .help-info-text-3 {
    margin-top: 10px;
    font-size: 25px;
    color: #f57c00;
    font-weight: 600;
}
#helpInfoModal .modal-header-help-info-content .help-info-text-4 {
    margin-top: 10px;
    font-size: 18px;
    color: #f57c00;
}
#helpInfoModal .modal-footer {
    border-top: 0;
    padding-top: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}
#helpInfoModal .modal-footer p {
    text-align: center;
}
#helpInfoModal .modal-footer a {
    font-size: 18px;
    line-height: 35px;
    width: 70%;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15%;
}
#helpFormModal .modal-content .modal-footer .btn {
    font-size: 18px;
    line-height: 35px;
    width: 49%;
    font-weight: 600;
    float: right;
    color: #424242 !important;
}
#helpFormModal .modal-content .modal-footer .btn.buy {
    font-size: 18px;
    line-height: 35px;
    width: 49%;
    font-weight: 600;
    float: left;
    color: #fff !important;
}
.btn-default:hover{
    background-color:#f8f8fa!important;
    color:#38374B!important;
}

.flex-modal-dialog {
    margin: 8rem auto;
}

.flex-modal-content {
    margin: 0 auto;
    width: fit-content;
}

.media-frame {
    width: 600px;
    max-width: 600px;
}

#helpInfoModalDialog {
    width: 770px;
}

.ac-container {
    display: flex;
    align-items: stretch;
}

.text-column {
    width: 60%;
}

.image-column {
    width: 40%;
}

@media (max-width: 800px) {
    .media-frame {
        width: 100%;
    }
    #vimeoFrame iframe {
        width: 100%;
        height: calc(56.25vw);
    }
    .flex-modal-content {
        margin: 0;
        width: 100%;
    }

    #helpInfoModalDialog {
        display: block;
        width: 90% !important;
        margin: 1rem auto;
    }

    .text-column {
        width: 100% !important;
    }

    .image-column {
        display: none !important;
    }
}

.visible.transition.flex-modal {
    display: flex;
}

.communicate-container {
    display: inline-block;
}

.communicate-button {
    padding: 0;
    margin: 0.5rem;
    background-color: lightgray;
}

.communicate-button &gt; img {
    width: 40px;
    height: 40px;
}

.communicate-active-button {
    background-color: white;
}

.modal-body.modal-body-content {
    text-align: left;
    line-height: normal;
}

.modal-header h4 {
    font-size: 18px;
    font-family: inherit;
}

.close-button {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 22px;
    height: 22px;
    position: absolute !important;
    cursor: pointer !important;
    z-index: 1110 !important;
    border: none !important;
    background-color: rgba(82, 150, 213, 0.65) !important;
    padding: 0px !important;
    margin: 30px 30px 0px 0px !important;
    fill: rgb(255, 255, 255) !important;
    border-radius: 100% !important;
    min-width: auto !important;
}

.close-button:hover {
    border: none !important;
    background-color: rgba(255, 255, 255, 0) !important;
    fill: rgb(242, 158, 56) !important;
}

.list-icons {
    margin-top: 10px;
    margin-left: 30px;
}
.list-icons li {
    margin-bottom: 15px;
}

.list-icons li span {
    display: inline-flex;
    vertical-align: super;
    margin-left: 20px;
}

.list-icons.gray li:nth-child(1) {
    list-style-image: url("https://upload.educationindex.co.uk/img/icon/StarGray.svg");
}
.list-icons.gray li:nth-child(2) {
    list-style-image: url("https://upload.educationindex.co.uk/img/icon/HeartGray.svg");
}
.list-icons.gray li:nth-child(3) {
    list-style-image: url("https://upload.educationindex.co.uk/img/icon/EditGray.svg");
}

.list-icons li:nth-child(1) {
    list-style-image: url("https://upload.educationindex.co.uk/img/icon/Star.svg");
}

.list-icons li:nth-child(2) {
    list-style-image: url("https://upload.educationindex.co.uk/img/icon/Heart.svg");
}
.list-icons li:nth-child(3) {
    list-style-image: url("https://upload.educationindex.co.uk/img/icon/Edit.svg");
}

.home-section-title {
    background-image: url('/images/slide3.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}
.home-section-between-banners {
    height: 30px;
}
.get-guide-big-banner {
    background: url(/images/main-get-guide-big-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 403px;
    line-height: 25px;
    padding-top: 68px;
}

.get-guide-big-banner .col-lg-6 &gt; div {
    margin-bottom: 24px;
}

.get-guide-big-banner h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 140%;
}

.get-guide-big-banner div p {
    font-size: 18px;
    line-height: 160%;
}

.get-guide-big-banner h2 .choose-institute-text {
    color: #3498DB;
}

.get-guide-big-banner .btn {
    font-weight: 500;
    background-color: #2C539E;
    padding: 17px 20px;
    color: white;
    font-size: 16px;
}

.get-guide-big-banner .btn:hover {
    background-color: #103171;
}

.right-arrow-for-button {
    padding-left: 10px;
    content: url(/images/right-arrow-for-button.svg);
}

.left-blue-line {
    border-left: #3498DB solid 3px;
    padding: 10px;
    margin: 10px 0 10px 0;
}

.min-height-70{
    min-height: 70px
}
.full-width{
    width: 100%;
}

.mainform .col{
    display: flex;
    flex-direction: column;
    min-height: 775px;
}
.mainform .activecampaign-form{
    
    width: 100%;
    background: #EEF2F6;
    border-radius: 10px;
}

.mainform form{
    margin: 0 !important;
}
.mainform form button {
    width: 100%;
}
.mainform img {
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast;
}
.mainform .col-md-6:last-child {
    margin-left: 6.18%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 991px) {
    .mainform .col{
        min-height: unset;
        margin-bottom: 20px;
    }
    .mainform .col-md-5:first-child img {
        display: none;
    }

    .mainform .activecampaign-form {
        background: unset;
    }

    .mainform .col-md-6:last-child {

        margin-left: 0;
    }
}

ul.check-list {
	font-size: 16px;
	line-height: 24px;
	display: block;
	padding-inline-start: 40px;
}

	ul.check-list li {
		margin-bottom: 16px;
		display: list-item;
		list-style-image: url(../images/blue_check.svg);
	}

        ul.check-list li:last-child{
            margin-bottom: 0;
        }

        ul.check-list li span {
            display: inline-flex;
            vertical-align: super;
            margin-left: 10px;
        }

.skill-card {
    display: flex;
    align-items: center;
    padding: 25px;
    margin-bottom: 10px;
    border: 2px solid #EEF2F6;
    border-radius: 8px;
    min-height: 94px;
}

.skill-cards .skill-card img {
	margin-right: 10px;
}
/*:has(ul.sub)*/
.ac-form-fix form ._form-content {
    display: flex;
    flex-direction: column;
}

.ac-form-fix form label, .ac-form-fix-consult form select, .ac-form-fix-consult form select option {
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}

.ac-form-fix form input[type='text'] {
    padding: 12px 16px 14px !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 19px !important;
}

.ac-form-fix form input[data-name='phone'] {
    padding-left: 68px !important;
}

.ac-form-fix form select {
    padding-left: 10px !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 19px !important;
}

.ac-form-fix form ._form-fieldset {
    display: flex;
    flex-wrap: wrap;
}
.ac-form-fix form ._checkbox-radio {
    width: 50%;
}

.ac-form-fix form input[type='radio'] {
    -webkit-appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    outline: none !important;
    border: 1px solid gray !important;
    accent-color: #f6830d;
    margin-right: 0.2rem;
}

	.ac-form-fix form input[type='radio']:before {
		content: '' !important;
		display: block !important;
		width: 10px !important;
		height: 10px !important;
		margin: 4px 4px !important;
		border-radius: 50% !important;
	}

	.ac-form-fix form input[type="radio"]:checked:before {
		background: #f6830d !important;
	}

	.ac-form-fix form input[type="radio"]:checked {
		border-color: #f6830d !important;
	}

.ac-form-fix form ::placeholder {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #424242;
	opacity: 1; /* Firefox */
}

.ac-form-fix form :-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #424242;
}

.ac-form-fix form ::-ms-input-placeholder { /* Microsoft Edge */
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #424242;
}

.ac-form-fix form ._submit {
    min-height: 55px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    margin-top: 30px !important;
}

/* consult form content universities command courses */
.ac-form-fix-consult div form {
    margin-top: 0 !important;

    border-top-left-radius: 0 !important;

    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.ac-form-fix-consult &gt; div {
    background-color: #3996d3;
}

.ac-form-fix-consult form select {
    width: 100% !important;
}
    .ac-form-fix-consult form select, .ac-form-fix-consult form select option {
        color: #424242 !important;
    }

.ac-form-fix form input[type='radio'] {
    position: relative;
    top: 5px;
}

.ac-form-fix-consult form input[type='radio'] {
    position: relative;
    top: 3px;
}


.ac-form-fix-consult form input[type='radio'] {
    border-color: #fff !important;
}

    .ac-form-fix-consult form legend {
        color: #FFF !important;
    }

    .ac-form-fix-consult form input[type="radio"]:checked:before {
        background: #fff !important;
    }

    .ac-form-fix-consult form input[type="radio"]:checked {
        border-color: #fff !important;
    }

.ac-form-fix-consult form ._checkbox-radio {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

    .ac-form-fix-consult form ._checkbox-radio label {
        font-size: 14px !important;
        margin-bottom: 0;
    }
    .ac-form-fix-consult form ._checkbox-radio span {
        margin-left: 3px;
    }

.ac-form-fix-consult form input[type='radio'] {
    width: 15px !important;
    height: 15px !important;
    margin-top: -7px;
}

    .ac-form-fix-consult form input[type='radio']:before {
        width: 5px !important;
        height: 5px !important;
    }

/*cosulting form prefix*/
.prefix-ac-form-consult {
    display: flex;
    flex-direction: row;
    height: 230px;
}
    .prefix-ac-form-consult div img{
        width: 100%;
    }

    .prefix-ac-form-consult .founder-image {
        background: url("https://upload.educationindex.co.uk/img/banner/founder-vertival-small.png") no-repeat;
        background-size: cover;
        width: 40%;
    }

@media (min-width: 993px) and (max-width: 1199px) { 
    .prefix-ac-vertical div:nth-child(1) span{
        font-size: 16px !important;
    }
}

.prefix-ac-form-consult .prefix-ac-vertical {
    display: flex;
    flex-direction: column;
    width: 60%;
    position: relative;
}

.prefix-ac-vertical &gt; div {
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.prefix-ac-vertical .dot {
    height: 62px;
    width: 62px;
    background-color: #3996D3;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prefix-ac-vertical div:nth-child(1) {
    background: #ff9900;
    height: 50%;
    color: #FFF;
}
        
    .prefix-ac-vertical div:nth-child(1) span {
        font-size: 18px;
    }

    .prefix-ac-vertical div {
        font-weight: 600;
    }

    .prefix-ac-vertical div:nth-child(2) {
        background: #EEF2F6;
        height: 50%;
        color: #3996D3;
        margin: auto auto;
    }

#partright .form-margin {
    margin-top: 20px;
}

.registration-whereGo.thank-you-page {
    min-height: 100vh;
}

.registration-whereGo .col-sm-8.thank-you-left-section {
    padding: 20px 20px 2px 20px;
    
}

.thank-you-left-section .thank-you-main-content {
    padding-left: 30px;
    padding-right: 30px;
}

.thank-you-left-section .thank-you-paragraph {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 18px;
    color: black;
}

.thank-you-left-section .thank-you-paragraph:first-of-type {
    margin-bottom: 22px;
    margin-top: 30px;
}

.thank-you-left-section .thanks-text-blue-highlighted {
    color: #3498DB;
    font-weight: bold;
}
.thank-you-left-section .my-tg-channel-items {
    margin-bottom: 24px;
}
.thank-you-left-section .my-tg-channel-items &gt; div {
    margin-bottom: 8px;
}
.thank-you-left-section .my-tg-channel-items .my-tg-item-row
{
    margin-bottom: 10px;
}
.thank-you-left-section .my-tg-channel-items &gt; div:first-of-type {
    margin-top: 25px;
    margin-bottom: 10px;
}

.thank-you-left-section .my-tg-channel-items &gt; div:nth-of-type(2) {
    margin-bottom: 15px;
}

.thank-you-left-section .my-tg-channel-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thank-you-left-section .my-tg-channel-items li {
    padding-left: 1em;
    text-indent: -.7em;
}

.thank-you-left-section .my-tg-channel-items li {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #3498DB;
    margin-right: 10px;
    margin-left: -4px;
}

.thank-you-left-section .my-tg-channel-items .blue-bullet {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #3498DB;
    margin-right: 4px;
    vertical-align: top;
    margin-top: 8px;
}

.thank-you-left-section .my-tg-channel-items .blue-bullet-text {
    width: 92%; 
    display: inline-block;
}

.thank-you-left-section .thank-you-paragraph.press-tg-btn {
    margin-bottom: 24px;
}

.thank-you-left-section .go-to-tg-btn {
    background-color: #27A6E5;
    width: 360px;
    line-height: 300%;
}
.thank-you-left-section .go-to-tg-btn:hover {
    background-color: #0277bd;
}
.thank-you-left-section .go-to-tg-btn a {
    display:inline-block;
    width:100%;
    height:100%;
    font-weight: 600;
    font-size: 16px;
    color: white;
}
.thank-you-left-section .telegram-icon-for-btn {
    content: url(https://upload.educationindex.co.uk/img/icon/telegram-icon.svg);
    margin-right: 10px;
    margin-bottom: -9px;
}

.thank-you-right-section ul li span.benefit-name {
    font-size: 16px;
    text-transform: uppercase;
}

.thank-you-left-section .thank-you-paragraph.see-you-paragraph {
    margin-top: 33px;
}

.thank-you-left-section .thank-you-avatar {
    height: auto;
    width: 220px;
    margin-top: -360px;
    margin-left: 461px;
}

.thank-you-right-section {
    color: black;
}

.whereGo .thank-you-right-section .hTitle {
    margin-bottom: 45px;
}

.registration-whereGo .col-sm-4.thank-you-right-section {
    padding-bottom: 5px;
}

.registration-whereGo .col-sm-4.thank-you-right-section ul {
    padding-right: 20px;
    padding-left: 15px;
}

.registration-whereGo .col-sm-4.thank-you-right-section ul li {
    margin-bottom: 26px;
}

.thank-you-right-section ul li:not(:last-child) {
    border-bottom: solid 1px #666666ad;
    padding-bottom: 26px;
}

.thank-you-right-section ul li span.benefit-description {
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
}

/* Here we have to overwrite unwanted side effects: */
.master-class {
    overflow: inherit !important;
    height: 100% !important;
}

.master-class &gt; section {
    padding: 10px;
}

.master-class .blue-background {
    background-color: #006BCD;
    color: white;
}

.master-class .badge-live-master-classes {
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;
    height: 51px;
    border-radius: 7px;
}

.master-class .badge-live-master-classes &gt; span {
    font-weight: 400;
    font-size: 30px;
    color: #006BCD;
    line-height: 165%;
}

.master-class .next-dates-top {
    margin-top: 15px;
}

.master-class .next-dates-top div {
    font-size: 14px;
}

.master-class .next-dates-top &gt; div:nth-of-type(1) {
    padding-right: 8px;
}

.master-class .next-dates-top &gt; div:nth-of-type(2) {
    padding-left: 8px;
}

.master-class .next-dates-wrapper {
    border-radius: 7px;
    border: 1px solid white;
    padding-top: 5px;
    padding-bottom: 8px;
}

.master-class .roadmap-for-moving {
    margin-top: 12px;
}

.master-class h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    margin-bottom: 27px;
}

.master-class .roadmap-for-moving p {
    margin-bottom: 8px;
}

.master-class .roadmap-for-moving p:nth-of-type(1) {
    margin-bottom: 13px;
}

.master-class .video-iframe-wrapper {
    height: 60vw;
}

.master-class .video-iframe-wrapper iframe {
    border-radius: 7px;
}

.master-class section .register-btn {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    background-color: #FF7F09;
    text-align: center;
    padding-bottom: 4px;
    margin-top: 12px;
    margin-bottom: 30px;
}

.master-class section .register-btn a {
    color: white;
}

.master-class .you-will-learn,
.master-class .master-class-registration {
    background-color: white;
    font-size: 14px;
    border-radius: 7px;
    color: black;
}

.master-class .you-will-learn {
    padding: 10px;
}

.master-class .master-class-registration {
    padding: 0px;
}

.master-class .you-will-learn .you-will-learn-pic img {
    width: 100%;
    margin-bottom: 12px;
}

.master-class .you-will-learn {
    line-height: 130%;
}

.master-class .you-will-learn .text-center {
    margin-bottom: 30px;
}

.master-class .you-will-learn-item {
    margin-top: 32px;
}

.master-class .you-will-learn-text {
    font-weight: bold;
    margin-top: 20px;
}

.master-class .three-things {
    border: 1px solid white;
    border-radius: 7px;
    margin-bottom: 30px;
}

.master-class .three-things .carousel-indicators {
    bottom: 0px;
}

.master-class .three-things .carousel-indicators .active,
.master-class .three-things .carousel-indicators li {
    margin-left: 15px;
    margin-right: 15px;
    width: 20px;
    height: 20px;
}



.master-class .three-things-item-number {
    font-weight: 700;
    font-size: 65px;
    color: #006BCD;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.master-class .three-things .item {
    min-height: 390px;
}

.master-class .item .carousel-caption {
    left: 5%;
    right: 5%;
}

.master-class .three-things-item {
    margin-bottom: 20px;
}

.master-class .three-things-item &gt; div {
    margin-top: 15px;
}

.master-class .three-things-item &gt; div:nth-child(2) {
    margin-top: 0px;
}

.master-class .three-things-text-separator {
    border-top: 1px solid white;
}

.master-class h1 {
    margin-top: 15px;
}

.master-class .master-class-target {
    background-color: #103171;
    color: white;
    border-radius: 7px;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.master-class .master-class-target h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.master-class .master-class-target p {
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 15px;
}

.master-class .master-class-author h2,
.master-class .master-class-registration h2 {
    color: #006BCD;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.master-class .master-class-author-pic {
    width: 100%;
}

.master-class .master-class-author p {
    margin-top: 15px;
    margin-bottom: 30px;
}

.master-class .master-class-author-signature {
    margin-top: -30px;
}

.master-class .master-class-registration {
    margin-top: 30px;
}

.master-class .master-class-registration .icon-wrapper {
    margin-top: 20px;
    margin-bottom: 12px;
}

.master-class .next-master-class-date {
    margin-top: 25px;
    margin-bottom: 50px;
}

.master-class .next-master-class-date span {
    padding: 8px 18px;
    border: 1px solid #006BCD;
    border-radius: 7px;
}

.master-class .carousel .item {
    min-height: 395px;
}

.master-class-registration .carousel-indicators {
    bottom: 390px;
}

.master-class-registration .carousel-indicators li {
    background-color: #ccc;
    border: 1px solid #ccc;
}

.master-class-registration .carousel-indicators li.active {
    background-color: #333;
    border: 1px solid #333;
}

.master-class .carousel-btn-left {
    margin-top: 100px;
    margin-left: 40px;
    opacity: 1;
}

.master-class .carousel-btn-right {
    right: 40px;
    left: auto;
    margin-top: 100px;
    opacity: 1;
}

.master-class .carousel-btn-right.carousel-control,
.master-class .carousel-btn-left.carousel-control {
    pointer-events: none;
}

.master-class .carousel-btn-right.carousel-control img,
.master-class .carousel-btn-left.carousel-control img {
    pointer-events: auto;
}

.master-class-registration .carousel .item {
    margin-top: 10px;
}

.master-class-registration .carousel .item {
    min-height: 718px;
}

.master-class-registration .carousel-caption {
    color: inherit;
    text-shadow: inherit;
}

.master-class-registration .item .carousel-caption {
    padding-top: 0px;
    padding-bottom: 0px;
}

.master-class-thank-you {
    padding: 10px;
}

.master-class-thank-you .you-are-registered {
    background-color: #006BCD;
    color: white;
    border-radius: 7px;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.master-class-thank-you .confirmation-info {
    margin-bottom: 80px;
    margin-top: 12px;
    line-height: 130%;
}

.master-class-thank-you .confirmation-info img {
    margin-top: 5px;
}

.master-class-thank-you .confirmation-info-text {
    margin-left: -25px;
    margin-bottom: 10px;
}

.master-class-thank-you .thank-you-img {
    width: 100%;
    max-width: 415px;
}

.master-class-thank-you .present-for-you {
    color: white;
    background-color: #006BCD;
    padding: 10px;
}

.master-class-thank-you .present-icon-cover {
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    background-color: #006BCD;
}

.master-class-thank-you .present-icon-cover img {
    margin-top: 9px;
}

.master-class-thank-you .present-for-you-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: -10px;
}

.master-class-thank-you .present-for-you-desc {
    line-height: 130%;
    margin-top: 10px;
    margin-bottom: 18px;
}

.master-class-thank-you .present-for-you-btn {
    background-color: #45C7FF;
    padding-top: 6px;
    padding-bottom: 6px;
}

.master-class-thank-you .present-for-you-btn a {
    font-weight: bold; 
    font-size: 24px;
    color: white;
}

.master-class-thank-you .present-for-you-btn img {
    margin-left: 10px;
}

.master-class-thank-you .see-you-title {
    font-size: 24px;
    font-weight: bold; 
    text-transform: uppercase;
    margin-top: 30px;
    line-height: 130%;
    margin-bottom: 10px;
}

.master-class-thank-you .master-class-author-titles {
    margin-top: 15px;
    margin-bottom: 15px;
}

.master-class-thank-you .master-class-author-signature {
    margin-bottom: 30px;
}

.master-class-sm {
    overflow: inherit !important;
    height: 100% !important;
}

.master-class-sm &gt; section {
    padding: 10px;
}

.master-class-sm .blue-background {
    background-color: #006BCD;
    color: white;
    padding-bottom: 60px;
}

.master-class-sm .roadmap-for-moving .title-wrapper {
    margin-top: 40px;
    margin-bottom: 30px;
}

.master-class-sm .roadmap-for-moving .title-wrapper .col-sm-8 {
    padding-left: 0px;
}

.master-class-sm .roadmap-for-moving .title-wrapper .col-sm-4 {
    padding-right: 0px;
}

.master-class-sm .roadmap-for-moving h1 {
    font-size: 54px;
    font-weight: bold;
}

.master-class-sm .badge-live-master-classes {
    border: 1px solid white;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #006BCD;
    background-color: white;
    text-align: center;
    width: 200px;
    line-height: 150%;
    margin-top: 4%;
    padding: 25px 10px;
    float: right;
}

.master-class-sm .how-to-choose-text {
    font-size: 22px;
    line-height: 120%;
    margin-top: 30px;
    padding-left: 0px;
}

.master-class-sm .video-and-dates {
    background-color: white; 
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

.master-class-sm .video-iframe-wrapper {
    height: 25vw;
    padding-left: 0px;
    padding-right: 0px;
}

.master-class-sm .video-iframe-wrapper iframe {
    border-radius: 7px;
}

.master-class-sm .video-and-dates .next-date-wrapper {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: black;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 1px 2px 7px 0px;
    padding-top: 5px;
    padding-bottom: 3px;
}

.master-class-sm .video-and-dates .next-date-wrapper img { 
    width: 80px;
}

.master-class-sm section .register-btn {
    font-size: 28px;
    background-color: #FF7F09;
    text-align: center;
    padding-bottom: 14px;
    padding-top: 10px;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    bottom: 30px;
}

.master-class-sm section .register-btn:hover {
    background-color: #e8750c;
}

.master-class-sm section .register-btn a {
    color: white;
}

.master-class-sm .you-will-learn {
    padding-bottom: 60px;
    padding-top: 60px;
    font-size: 16px;
}

.master-class-sm .you-will-learn-pic img {
    width: 570px;
}

.master-class-sm .you-will-learn-item {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.master-class-sm .even-if {
    margin-top: 30px;
}

.master-class-sm .three-things {
    padding-top: 40px;
    padding-bottom: 50px;
}

.master-class-sm .three-things h1, 
.master-class-sm .master-class-target h1 {
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 40px;

}

.master-class-sm .three-things-item {
    border: 1px solid white;
    border-radius: 7px;
    margin-bottom: 30px;
    font-size: 16px;
    padding: 30px 30px;
    height: 460px;
    transition: 1s;
}

.master-class-sm .three-things-item:hover {
    transform: scale(1.1);
    transition: 1s;
}

.master-class-sm .three-things-item-number {
    font-weight: 700;
    font-size: 65px;
    color: #006BCD;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.master-class-sm .three-things .item {
    min-height: 390px;
    
}

.master-class-sm .three-things-item &gt; div:not(.three-things-item-number) {
    margin-top: 15px;
}

.master-class-sm .three-things-item .three-things-item-number {
    margin-top: -15px;
    margin-bottom: 5px;
}

.master-class-sm .three-things-item &gt; div:nth-child(2) {
    margin-top: 0px;
}

.master-class-sm .three-things-text-separator {
    border-top: 1px solid white;
}

.master-class-sm .three-things .register-btn {
    margin-top: 50px;
}

.master-class-sm .two-targets {
    font-size: 16px;
    margin-top: 60px;
    margin-bottom: 170px;
}

.master-class-sm .two-targets &gt; div {
    height: 460px;
    transition: 1s;
    background-color: #103171;
    padding: 30px;
    border-radius: 20px;
}

.master-class-sm .two-targets &gt; div:hover {
    transform: scale(1.1);
    transition: 1s;
}

.master-class-sm .two-targets h2 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.master-class-sm .master-class-author {
    padding-top: 60px;
    font-size: 20px;
    margin-bottom: 40px;
}

.master-class-sm .master-class-author h2 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 30px;
}

.master-class-sm .master-class-author .master-class-author-pic img {
    width: 90%;
    border-radius: 20px;
    transition: 1s;
}

.master-class-sm .master-class-author .master-class-author-pic img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.master-class-sm .master-class-author .author-text {
    margin-bottom: 15px;
}

.master-class-sm .master-class-author .master-class-author-name {
    margin-top: 50px;
}

.master-class-sm .master-class-author-signature {
    margin-top: -60px;
    margin-left: 390px;
}

.master-class-sm .master-class-registration {
    margin-top: 30px;
    background-color: white;
    color: black;
    border-radius: 20px;
    height: 800px;
}

.master-class-sm .master-class-registration h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    color: #006BCD;
}

.master-class-sm .registration-item {
    padding-right: 100px;
    padding-left: 100px;
}

.master-class-sm .registration-item p {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.master-class-sm .master-class-registration .icon-wrapper {
    margin-top: 20px;
    margin-bottom: 12px;
}

.master-class-sm .next-master-class-date {
    margin-top: 25px;
    margin-bottom: 50px;
}

.master-class-sm .next-master-class-date span {
    padding: 8px 18px;
    border: 2px solid #006BCD;
    border-radius: 7px;
    font-weight: bold;
}

.master-class-thank-you-sm {
    padding: 10px;
    font-size: 18px;
}

.master-class-thank-you-sm .blue-background {
    background-color: #006BCD;
    color: white;
}

.master-class-thank-you-sm .you-are-registered {
    border-radius: 20px;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    padding: 20px 15px;
}

.master-class-thank-you-sm .confirmation-info {
    margin-bottom: 30px;
    line-height: 130%;
}

.master-class-thank-you-sm .confirmation-info-wrapper {
    margin-top: 30px;
}

.master-class-thank-you-sm .confirmation-info img {
    margin-top: 5px;
}

.master-class-thank-you-sm .confirmation-info-text {
    margin-left: -25px;
    margin-bottom: 10px;
}

.master-class-thank-you-sm .present-for-you {
    color: white;
    padding: 10px;
    margin-top: 50px;
}

.master-class-thank-you-sm .present-icon-cover {
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    background-color: #006BCD;
}

.master-class-thank-you-sm .present-icon-cover img {
    margin-top: 9px;
}

.master-class-thank-you-sm .present-for-you-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.master-class-thank-you-sm .present-for-you-desc {
    line-height: 130%;
    margin-top: 20px;
    margin-bottom: 18px;
}

.master-class-thank-you-sm .present-for-you-desc &gt; .row {
    margin-left: -33px;
}

.master-class-thank-you-sm .present-for-you-btn {
    background-color: #45C7FF;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
}

.master-class-thank-you-sm .present-for-you-btn a {
    font-weight: bold; 
    font-size: 24px;
    color: white;
}

.master-class-thank-you-sm .present-for-you-btn img {
    margin-left: 10px;
}

.master-class-thank-you-sm .see-you-title {
    font-size: 24px;
    font-weight: bold; 
    text-transform: uppercase;
    margin-top: 30px;
    line-height: 130%;
    margin-bottom: 10px;
}

.master-class-thank-you-sm .master-class-author-titles {
    margin-top: 15px;
    margin-bottom: 15px;
}

.master-class-thank-you-sm .master-class-author-signature {
    margin-bottom: 30px;
}

.social-media-section-bottom {
    font-weight: bold;
    font-size: 15px;
    margin-top: 4px;
}

.social-media-section-bottom ul li {
    padding-right: 7px;
    padding-left: 7px;
}

.left-footer-column {
    margin-top: 5px;
}

@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }

}
.tg-icon-fixed {
    z-index: 9999;
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 55px;
    height: 55px;
    background: url(/images/social/telegram_logo_56x56.svg) 0 0 no-repeat;
    background-size: cover;
    animation: 1.6s ease 0s infinite normal none running radial-pulse;
    border-radius: 100%;
}
/*** Master Class Videos ***/
.master-class-video {
    color: #2C2C2C; 
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: left;
}

.master-class-video ul,
.master-class-video li,
.master-class-video p,
.master-class-video div,
.master-class-video h1,
.master-class-video h2,
.master-class-video h3,
.master-class-video h4,
.master-class-video h5 {
    font-family: 'Open Sans';
}

.master-class-video .action-btn {
    background-color: #EE8324;
    cursor: pointer;
}

.master-class-video .action-btn:has(:hover) {
    background-color: #ED6F00;
}

.master-class-video .action-btn a {
    color: white;
}

.master-class-video .mcv-header {
    padding: 8px;
    height: 80px;
}

.master-class-video .mcv-header .pull-right {
    margin-top: 10px;
}

.master-class-video .mcv-header-logo img {
    width: 220px;
    margin-top: 5px;
}

.master-class-video .mcv-header-btn {
    display: inline;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    padding: 16px;
    border-radius: 16px;
}

.master-class-video .mcv-header-tg {
    width: 56px;
    height: 56px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -6px;
}

.master-class-video .mcv-header .col-xs-6 {
    padding: 0px;
}

.master-class-video .mcv-intro-img {
    background: url(../images/master-class-video/yana_with_a_paper_big.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 40vw;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.master-class-video .mcv-intro-img .mcv-intro-tile {
    position: relative;
    top: 45px;
    left: 125px;
}

.master-class-video .blue-background {
    background-color: #329BFE;
    color: white;
    border-radius: 16px;
}

.master-class-video .gray-background {
    background-color: #F6F7F9;
    padding: 24px 16px;
    border-radius: 16px;
}

.master-class-video .mcv-layout {
    padding: 24px 16px;
    border-radius: 16px;
}

.master-class-video .title-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}

.master-class-video .standard-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.master-class-video h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
}

.master-class-video .how-to-move {
    padding: 40px 16px;
    margin-top: -14px;
}

.master-class-video .how-to-move h1 {
    font-size: 48px;
}

.master-class-video .how-to-move p {
    margin-bottom: 8px;
}

.master-class-video .how-to-move .standard-text {
    font-size: 24px;
}

.master-class-video .how-to-move h2 {
    margin-top: 48px;
    margin-bottom: 24px;
}

.master-class-video .questions-carousel .item {
    height: 115vw;
}

.master-class-video .carousel-indicators {
    left: 30%;
    width: 100%;
}

.master-class-video .carousel-indicators li {
    width: 22%;
    height: 1px;
    border: 1px solid #61B2FF;
    margin: 1px;
}

.master-class-video .carousel-indicators li.active {
    border-color: white;
}

.master-class-video .questions-carousel .carousel-caption,
.master-class-video .feedback-carousel .carousel-caption {
    color: #2C2C2C;
    border-radius: 16px;
    text-shadow: none;
    padding: 16px;
}

.master-class-video .questions-carousel .carousel-caption {
    background-color: white;
    left: 2%;
    right: 2%;
}

.master-class-video .feedback-carousel .carousel-caption {
    left: 2%;
    right: 2%;
}

.master-class-video .questions-carousel-item-header {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.master-class-video .questions-carousel-item-header:first-of-type {
    height: 72px;
}

.master-class-video .questions-carousel-item-header img {
    margin-right: 10px;
}

.master-class-video .mvc-question-card-item .question-card-item-header img {
    margin-right: 16px;
}

.master-class-video .questions-carousel-item-header span {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}

.master-class-video .mvc-question-card-item .question-card-item-header span {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
}

.master-class-video .questions-carousel-item-header img,
.master-class-video .questions-carousel-item-header span {
    display: inline-block;
}

.master-class-video .questions-carousel-item-img {
    border-radius: 12px;
    width: 100%;
}

.master-class-video ol.carousel-indicators {
    margin-bottom: -30px;
}

.master-class-video .mvc-question-card-item {
    color: #2C2C2C;
    border-radius: 16px;
    padding: 16px;
    background-color: white;
    left: 2%;
    right: 2%;
    height: 421px;
    margin-bottom: 20px;
}
.master-class-video .question-card-item-header {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.master-class-video .question-card-item-header:first-of-type {
    height: 72px;
}
.master-class-video .question-card-item-header img {
    margin-right: 10px;
}
.master-class-video .question-card-item-header span {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}
.master-class-video .question-card-item-img {
    border-radius: 12px;
    width: 100%;
}
.master-class-video .get-access-big-button {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
    margin-top: 20px;
    width: 552px;
    margin-left: auto;
    margin-right: auto;
}

.master-class-video .mcv-text-orange {
    color: #EE8324;
}

.master-class-video .mcv-three-mistakes {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 30px;
}


.master-class-video .mcv-three-mistakes h1 {
    margin-bottom: 25px;
}

.master-class-video .mcv-three-mistakes .mistake-pic {
    border-radius: 16px;
    width: 100%;
}

.master-class-video .mcv-mistake-wrapper {
    border-radius: 16px;
    background-color: #F6F7F9;
    margin-top: 5px;
    margin-bottom: 18px;
    padding: 24px 16px;
    height: 428px;
}

.master-class-video .mcv-mistake-wrapper .mistake-number {
    background-color: #329BFE;
    color: white;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 24px;
    border-radius: 12px;
    display: inline-block;
}

.master-class-video .mcv-mistake-wrapper h2 {
    margin-bottom: 20px;
}

.master-class-video .mcv-mistake-wrapper p {
    margin-bottom: 10px;
}

.master-class-video .mcv-mistake-wrapper .mistake-info-sources {
    color: #B0B4BE;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-top: 32px;
}

.master-class-video .mcv-how-avoid-mistakes {
    border-radius: 16px;
    padding: 40px;
    background-color: #DCEDFF;
}

.master-class-video .mcv-how-avoid-mistakes h2 {
    margin-bottom: 24px;
    padding-left: 0px;
    padding-right: 0px;
}

.master-class-video .mcv-how-avoid-mistakes .title-text {
    font-size: 28px;
}

.master-class-video .mcv-how-avoid-mistakes ol {
    padding-left: 20px;
    display: inline-block;
}

.master-class-video .mcv-how-avoid-mistakes ol li {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 30px;
}

.master-class-video .mcv-how-avoid-mistakes ol li span {
    position: relative;
    left: 0px;
}

.master-class-video .mcv-how-avoid-mistakes .get-access-arrow {
    margin-bottom: 5px;
    margin-left: 57%;
    margin-top: -14px;
}

.master-class-video .mcv-how-avoid-mistakes .mcv-you-will-learn {
    margin-top: 16px;
    margin-bottom: 12px;
    padding-left: 0px;
    padding-right: 0px;
}

.master-class-video .mcv-how-avoid-mistakes .get-access-big-button {
    margin-top: 0px;

}

.master-class-video .mcv-content {
    border-radius: 16px;
    padding: 24px 16px;
    margin-top: 32px;
}

.master-class-video .how-to-move .container,
.master-class-video .mcv-content .container,
.master-class-video .mcv-author .container,
.master-class-video .mcv-specifics .container {
    padding-left: 0px;
    padding-right: 0px;
}

.master-class-video .mcv-content h1 {
    margin-bottom: 24px;
    font-size: 28px;
    margin-top: 16px;
}

.master-class-video .mcv-content-block {
    border-radius: 16px;
    padding: 24px 16px 16px 16px;
    color: #2C2C2C;
    background-color: white;
    margin-bottom: 10px;
}

.master-class-video .mcv-content-block-header img:first-of-type {
    display: inline-block;
    margin-top: -8px;
    margin-right: 5px;
}

.master-class-video .mcv-content-block .mcv-collapse-button img.collapse-expand-icon {
    margin-bottom: -5px;
}

.master-class-video .mcv-content-block-body {
    margin-top: 16px;
}

.master-class-video .mcv-content-block-body ul {
    list-style-image: url("../images/master-class-video/small-blue-check-icon.svg");
}

.master-class-video .mcv-content-block-body ul li {
    margin-left: 22px;
    margin-bottom: 15px;
    padding-inline-start: 1ch;
}

.master-class-video .mcv-content-block-body ul li span {
    position: relative;
    bottom: 3px;
}

.master-class-video .mcv-collapse-button .collapse-expand-icon {
    float: right; 
}

.master-class-video .mcv-author {
    margin-top: 32px;
}

.master-class-video .mcv-author h1 {
    font-size: 28px;
}

.master-class-video .mcv-author .mcv-author-pic {
    margin-top: 25px;
    margin-bottom: 20px;
}

.master-class-video .mcv-author .about-author-big {
    margin-bottom: 20px;
}

.master-class-video .mcv-author .about-author {
    margin-top: 12px;
}

.master-class-video .mcv-author-story {
    margin-top: 23px;
}

.master-class-video .mcv-specifics {
    padding: 24px 16px;
}

.master-class-video .mcv-specifics-list {
    padding: 32px 16px 24px 16px;
    border-radius: 16px;
    background-color: #DCEDFF;
}

.master-class-video .mcv-specifics h1 {
    margin-bottom: 24px;
}

.master-class-video .mcv-specifics h1.hidden-xs {
    margin-bottom: 40px;
    margin-top: 16px;
}


.master-class-video .mcv-specifics-list ul {
    list-style-image: url("../images/master-class-video/blue-transparent-star-icon.svg");
    margin-left: 20px;
}

.master-class-video .mcv-specifics-list ul li {
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 30px;
}

.master-class-video .mcv-specifics-list ul li div {
    margin-left: 10px;
}

.master-class-video .mvc-specifics-item-title {
    margin-bottom: 5px;
}

.master-class-video .mcv-feedback {
    background-color: #DCEDFF;
    border-radius: 16px;
    padding: 24px 16px;
}

.master-class-video .mcv-feedback h1 {
    margin-bottom: 24px;
}

.master-class-video .mcv-feedback &gt; p {
    padding-bottom: 10px;
}

.master-class-video .mcv-feedback .mcv-feedback-item {
    background-color: white; 
    padding: 24px 16px;
    border-radius: 16px;
    top: 0;
    
}

.master-class-video .mcv-feedback-item .mcv-feedback-item-title {
    margin-bottom: 24px;
    text-align: left;
}

.master-class-video .mcv-feedback-item p {
    margin-bottom: 10px;
}

.master-class-video .mvc-feedback-item-from-to {
    text-align: left;
}

.master-class-video .mvc-feedback-item-from-to img {
    margin-top: -20px;
    margin-right: 12px;
}

.master-class-video .mvc-feedback-item-from-to span {
    color: #B0B4BE;
    display: inline-block
}

.master-class-video .feedback-carousel {
    padding-bottom: 24px;
}

.master-class-video .feedback-carousel ol.carousel-indicators {
    margin-bottom: -10px;
}

.master-class-video .mcv-feedback-cards h1 {
    font-size: 28px;
    margin-top: 16px;
}

.master-class-video .mcv-feedback-cards .container .standard-text,
.master-class-video .mcv-feedback .visible-xs .standard-text{
    margin-bottom: 8px;
}

.master-class-video .mcv-feedback-cards .mcv-feedback-card-item {
    background-color: white;
    padding: 24px 16px;
    width: 366px;
    height: 300px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 16px;
}

.master-class-video .mcv-feedback-cards .mcv-feedback-item-title {
    margin-bottom: 24px;
}

.master-class-video .mcv-feedback-cards .mcv-feedback-text-wrapper {
    height: 170px;
}

.master-class-video .item .standard-text {
    text-align: left;
}

.master-class-video .mcv-method-promo {
    padding: 24px 16px;
    border-radius: 16px;
}

.master-class-video .mcv-method-promo .mcv-method-promo {
    padding-top: 16px;
}

.master-class-video .mcv-method-promo h1 {
    margin-bottom: 24px;
}

.master-class-video .mcv-promo-pic-wrapper img {
    border-radius: 16px;
    width: 100%;
}

.master-class-video .mcv-method-promo h2 {
    margin-bottom: 16px;
}

.master-class-video .mcv-method-promo p {
    margin-bottom: 14px;
}

.master-class-video .mcv-method-promo ul {
    list-style-image: url("../images/master-class-video/small-blue-check-icon.svg");
}

.master-class-video .mcv-method-promo ul li {
    margin-bottom: 16px;
    margin-left: 22px;
    padding-inline-start: 1ch;
}

.master-class-video .mcv-method-promo ul li span {
    position: relative;
    bottom: 3px;
}

.master-class-video .mcv-method-promo .mcv-access-banner img {
    border-radius: 16px;
    width: 100%;
}

.master-class-video .mcv-order h1 {
    font-size: 28px;
}

.master-class-video .mcv-order &gt; p {
    margin-top: 24px;
    margin-bottom: 16px;
}

.master-class-video .mcv-order .mcv-payment-method {
    background-color: #DCEDFF;
}

.master-class-video .mcv-order .mcv-choose-payment-method {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 24px;
}

.master-class-video .video-iframe-wrapper {
    height: 30vw;
    margin-bottom: 24px;
}

.master-class-video .video-iframe-wrapper iframe {
    border-radius: 16px;
}

.master-class-video .mcv-faq h1 {
    margin-bottom: 24px;
}

.master-class-video .mcv-faq-block {
    padding: 16px;
    border-radius: 16px;
    background-color: white;
    margin-bottom: 15px;
}

.master-class-video .mcv-faq-block-header .mcv-collapse-button {
    display: flex;
    align-items: center;
}

.master-class-video .mcv-faq-block-header span {
    width: 95%;
    display: inline-block;
}

.master-class-video .mcv-faq-block-body p {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-top: 10px;
}



</pre></body></html>