﻿.pheader {
    position: relative;
}
.pheader .pwrapper{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
}
.pheader .ptitle {
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0;
}
.ptitle-title {
    opacity: 1;
    background: transparent;
    width: 100%;
    padding-top: 10%;
}
.ptitle-title h1{
    font-size: 42px; 
    font-weight: 600; 
    text-align: center; 
    color: #fff; 
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}
.pheader .searchBlock {
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    width: 100%;
    height: 40%;
    top: 60%;
    padding-top: 0;
    padding-bottom: 0;
}
.pheader .searchBlock .container h2{
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-left: 0;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}
.pheader .plinks {
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    width: 100%;
    height: 20%;
    top: 80%;
    padding-top: 0;
    padding-bottom: 0;
}
.pheader .plinks .container {
    padding-top: 20px;
}
.pheader .plinks .container .col-sm-3{
    padding-bottom: 5px;
}
.pheader .plinks .container .col-sm-3 a{
    color: #fff; 
    padding: 5px; 
    font-size: 16px; 
    font-weight: 600;
}
.pheader .plinks .container .col-sm-3 a:hover{
    color: #ff9900;
    cursor: pointer;
}
/*main*/
.lang-wrapper {
    cursor: pointer;
    position: relative;
    width: 100%;
}
.lang-wrapper::after {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 110px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.lang-city {
    bottom: 80px;
    left: 15px;
    position: absolute;
    width: 100%;
    z-index: 2;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    font-size: 16px;
    text-align: left;
}
.lang-duration {
    bottom: 57px;
    left: 15px;
    position: absolute;
    width: 100%;
    z-index: 2;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    font-size: 16px;
    text-align: left;
}
.lang-school {
    bottom: 34px;
    left: 15px;
    position: absolute;
    width: 100%;
    z-index: 2;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    font-size: 16px;
    text-align: left;
}
.lang-price {
    bottom: 9px;
    left: 15px;
    position: absolute;
    width: 100%;
    z-index: 2;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    font-size: 16px;
    text-align: left;
}
.lang-wrapper img {
    height: 200px;
    width: 270px;
}
.lang-cover: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);
}
/*language*/
.landing-cards .col-sm-3 .lang-img-card {
    position: relative;
}
.landing-cards .col-sm-3 .lang-img-card img {
    position: relative;
}
.lang-card-wrapper {
    cursor: pointer;
    position: relative;
    width: 100%;
}
.lang-card-wrapper::after {
    background: rgba(52, 152, 219, 0.9) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 85px;
    left: 40%;
    position: absolute;
    right: 0;
    width: 60%;
}
.lang-card-price {
    bottom: 32px;
    /*left: 15px;*/
    left: 45%;
    position: absolute;
    width: 100%;
    z-index: 2;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}
.lang-card-duration {
    bottom: 9px;
    /*left: 15px;*/
    left: 45%;
    position: absolute;
    width: 100%;
    z-index: 2;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    font-size: 15px;
    text-align: left;
}
.lang-card-price-before {
    bottom: 55px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
    left: 45%;
    position: absolute;
    width: 100%;
    z-index: 2;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    text-align: left;
}
.lang-card-school {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    font-size: 16px !important;
    text-align: left;
    padding-left: 5px;
    font-weight: 600;
}
.lang-card-city {
    width: 100%;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    font-size: 14px !important;
    text-align: left;
    padding-left: 5px;
}
.landing-cards .search-block .formGroup01 {
    width: 29.5%;
}
.landing-cards .search-block .formGroup01 button {
    background-color: #fff;
    height: 34px;
}
.landing-cards .search-block .formGroup01 .dropdown-menu {
    background-color: #fff;
}
.landing-cards .search-block .formGroup01 .dropdown-menu-ul {
    background-color: #fff;
}
.lang-img-card img {
    height: 200px; 
    width: 100%; 
    max-width: 100% !important; 
    max-height: 100% !important;
}
#landing-cards-main .col-sm-3.uBlock{
    padding: 0; 
    height: 320px; 
    margin-bottom: 20px;
}
/*location*/
.landing-cards .col-sm-3 .lang-img-card {
    position: relative;
}
.landing-cards .col-sm-3 .lang-img-card img {
    position: relative;
}
.lang-card-wrapper {
    cursor: pointer;
    position: relative;
    width: 100%;
}
.lang-loc-card-school {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    font-size: 16px !important;
    text-align: left;
    padding-left: 5px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 5px;
    margin-top: 10px;
}
.lang-loc-card-city {
    width: 100%;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    font-size: 14px !important;
    text-align: left;
    padding-left: 5px;
    line-height: 1.1;
    margin-bottom: 5px;
    margin-top: 10px;
}
.lang-loc-card-age {
    width: 100%;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    font-size: 13px;
    text-align: left;
    padding-left: 5px;
    line-height: 1.1;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #82888a;
}
.lang-loc-card-school a {
    color: #424242;
    line-height: 1.2;
}
.lang-loc-card-school a:hover {
    color: #ff9900;
}
.lang-loc-btn {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 80%;
    margin-left: 1%;
    margin-right: 1%;
}
.landing-cards .search-block .formGroup01 .dropdown-menu {
    background-color: #fff;
}
.landing-cards .search-block .formGroup01 .dropdown-menu-ul {
    background-color: #fff;
}
.lang-loc-sorting .search-block .searchDropdown {
    margin: 0;
    width: 100%;
}
.landing-cards .search-block .formGroup02 {
    width: 32.5%;
}
.landing-cards .search-block .formGroup02 button {
    background-color: #fff;
    height: 34px;
}
.lang-loc-sorting {
    margin: 0;
    padding: 0;
}
.lang-loc-cards {
    padding: 0 0 0 5px;
}
.lang-loc-cards .uBlock {
    padding: 0; 
    height: 320px; 
    margin-bottom: 20px; 
    display: inline-block; 
    width: 31%; 
    margin-right: 2.5%;
    background-color: #fff;
    vertical-align: top;
}
.lang-loc-cards .uBlock:nth-child(3n) {
    margin-right: 0;
}
.lang-loc-cards .lang-img-card img {
    height: 180px; 
    width: 100%;
}
/*school*/
.school-slider {
    display: inline;
}
.school-selector {
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.school-attr-title {
    font-size: 16px;
}
.school-attr-param {
    font-size: 14px;
}
.school-attr-date {
    font-size: 14px;
    text-align: right;
    float: right;
    width: 100%;
}
.school-attr-price {
    font-size: 18px;
    text-align: right;
    float: right;
    width: 100%;
}
.school-course {
    display: inline-block;
    width: 100%;
}
.school-accommodation {
    display: inline-block;
    width: 100%;
}
.school-transfer {
    display: inline-block;
    width: 100%;
}
.school-puch {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.school-right-attr {
    text-align: left;
    font-size: 18px;
    color: #fff;
    padding-left: 0px;
}
.school-right-pr {
    text-align: right;
    font-size: 18px;
    color: #fff;
    padding-right: 0px;
}
.school-right-attr-price {
    text-align: left;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-left: 0px;
}
.school-right-pr-price {
    text-align: right;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-right: 0px;
}
.school-right-course {
    display: inline-block;
}
.school-right-course {
    display: inline-block;
}
.school-right-accommodation {
    display: inline-block;
}
.school-right-transfer {
    display: inline-block;
}
.school-right-price {
    font-size: 18px;
    text-align: right;
    float: right;
    width: 100%;
}
.school-slider img{
    width: 100%;
}
.school-slider img:hover{
    cursor: pointer;
}
.school-slider .col-xs-8 img{
    height: 300px;
}
.school-slider .col-xs-4 img{
    height: 145px;
}
.school-slider .col-xs-3 img{
    height: 115px; 
    margin-bottom: 10px;
}
#partright #fixedright .jqx-rc-all.jqx-item.jqx-calendar-cell.jqx-calendar-cell-month {
    color: #b4bbc2;
}
#partright #fixedright .jqx-rc-all.jqx-item.jqx-calendar-cell.jqx-calendar-cell-month.jqx-calendar-cell-today {
    color: #fff !important;
}
#partright #fixedright .jqx-rc-all.jqx-item.jqx-calendar-cell.jqx-calendar-cell-selected.jqx-fill-state-pressed.jqx-calendar-cell-month {
    background-color: transparent;
    border-color: transparent;
}
#partright #fixedright .jqx-rc-all.jqx-item.jqx-calendar-cell.jqx-calendar-cell-selected.jqx-fill-state-pressed.jqx-calendar-cell-month.jqx-calendar-cell-specialDate {
    background-color: #f57c00 !important;
    color: #fff !important;
    border: 1px solid #f57c00 !important;
}
#partright #fixedright .jqx-calendar-cell-today {
    color: #fff !important;
    background-color: #b4bbc2 !important;
    border: 1px solid #b4bbc2 !important;
}
#partright #fixedright .jqx-calendar-cell-specialDate {
    color: #fff !important;
    background-color: #449d44 !important;
    border: 1px solid #449d44 !important;
}
#partright #fixedright .jqx-calendar-cell-specialDate:hover {
    color: #fff !important;
    background-color: #f57c00 !important;
    border: 1px solid #f57c00 !important;
}
#partright #fixedright .i-calendar {
    position: absolute;
    right: 10px;
    top: 35px;
}
#partright #fixedright.ask {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ask .btn-reg {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
#stickpart {
    z-index: 10;
}
.school-order .school-selector .col-xs-6 {
    margin-bottom: 10px;
}
.school-order .school-selector .tname {
    font-size: 16px;
}
.school-order .school-selector .tprice {
    font-size: 16px;
    font-weight: 600;
}
.school-order .school-selector .col-xs-6 input {
    height: 50px;
    width: 220px;
}
.school-order .school-selector .col-xs-6 .i-calendar {
    position: absolute;
    right: 25px;
}
.school-order .school-selector .col-xs-6 .input-group {
    float: right;
}
#jqxWidget2 {
    display: none;
    border: none !important;
    float: right;
}
#cellTableViewjqxWidget2 {
    margin-top: 30px;
}
.school-order .school-selector .col-xs-6 .jqx-rc-all.jqx-item.jqx-calendar-cell.jqx-calendar-cell-month {
    color: #b4bbc2;
}
.school-order .school-selector .col-xs-6 .jqx-rc-all.jqx-item.jqx-calendar-cell.jqx-calendar-cell-month.jqx-calendar-cell-today {
    color: #fff;
}
.school-order .school-selector .col-xs-6 .jqx-rc-all.jqx-item.jqx-calendar-cell.jqx-calendar-cell-selected.jqx-fill-state-pressed.jqx-calendar-cell-month {
    background-color: transparent;
    border-color: transparent;
}
.school-order .school-selector .col-xs-6 .jqx-rc-all.jqx-item.jqx-calendar-cell.jqx-calendar-cell-selected.jqx-fill-state-pressed.jqx-calendar-cell-month.jqx-calendar-cell-specialDate {
    background-color: #b4bbc2;
    color: #fff !important;
}
#calendar-input2 {
    width: 300px;
    float: right;
}
.input-group-addon, .input-group-btn {
    width: 30px !important;
}
#maincontainer {
    padding-right: 20px; 
    /*background-color: #eef2f6;*/ 
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: inset -10px 0 20px -15px rgba(0,0,0,.8);
    -moz-box-shadow: inset -10px 0 20px -15px rgba(0,0,0,.8);
    box-shadow: inset -10px 0 20px -15px rgba(0,0,0,.8);
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
#maincontainer .school-slider .col-xs-8 {
    padding-right: 0; 
    padding-left: 0;
    clear: none;
}
#maincontainer .school-slider .col-xs-4 {
    padding-right: 0;
    clear: none;
}
#maincontainer .school-slider .col-xs-3 {
    padding-left: 5px; 
    padding-right: 0; 
    padding-top: 10px;
    clear: none;
}
#maincontainer .school-slider > .col-xs-3:first-of-type {
    padding-left: 0;
}
.school-course .school-selector .col-sm-8 {
    padding-right: 10px;
}
.school-course .school-selector .lessons .col-sm-3 {
    text-align: right;
}
.school-accommodation .accom-right {
    padding: 0px;
}
.school-accommodation .accom-right img {
    width: 100%; 
    height: 115px; 
    cursor: pointer;
}
.school-accommodation .accom-left {
    padding-right: 10px;
}
/*promotion*/
.quotes:before {
    content: '\201C';
    font-weight: bold;
    margin-right: 5px;
    font-size: 150%;
    display: inline;
    vertical-align: middle;
}
.quotes:after {
    content: '\201D';
    font-weight: bold;
    margin-left: 5px;
    font-size: 150%;
    display: inline;
    vertical-align: middle;
}
.introduction-txt {
    text-align: center;
    font-family: Georgia,Times,serif;
    letter-spacing: -0.5px;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0 !important;
}
.process-steps {
    text-align: center;
}
.process-steps ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.process-steps ul:before {
    top: 60px;
    display: block;
    position: absolute;
    left: 80px;
    content: "\e092";
    width: 85%;
    height: 0;
    border-top: 1px solid #bbbbbb;
}
.process-steps ul li {
    width: 14%;
    margin: 0;
    display: inline-block;
    float: left;
}
.process-steps ul li .process-animate-element {
    animation: im_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 1;
}
.process-steps ul li .process-icon {
    width: 110px;
    height: 110px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: #fff;
    border-radius: 280px;
    box-shadow: 0 0 0 2px #bbbbbb;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.process-steps ul li .process-icon i {
    line-height: 110px;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.24);
    display: inline-block;
}
.process-steps ul li h3 {
    margin: 35px auto 20px;
    display: inline-block;
    position: relative;
    font-size: 16px !important;
    line-height: 1.5;
    padding: 0 15px;
}
.process-steps ul li p {
    display: inline-block;
    position: relative;
    margin: 15px auto 20px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.2;
}
.serviceBox .service-box-title:hover {
    color: #f57c00;
}
.serviceBox .service-box-title a:hover {
    color: #f57c00;
}
.process-rules {
    text-align: center;
}
.process-rules-span4 {
    float: left;
    width: 33.33333333333333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    box-sizing: border-box;
    border-color: rgba(128,128,128, 0.2);
}
.process-rules-wrapper {
    box-sizing: border-box;
    border-color: rgba(128,128,128, 0.2);
}
.process-rules-message {
    border-color: rgba(128, 128, 128, 0.2);
    border-radius: 8px;
    border-style: solid;
    border-width: 4px;
    height: 540px;
    padding: 20px;
    position: relative;
}
.process-rules-message h4 {
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    text-align: left;
    margin: 0 0 10px;
    color: #f57c00;
}
.process-rules-message p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
}
.process-rules-message p b{
    font-size: 18px;
}
.tbl-order {
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    margin-top: 20px;
}
.tbl-order tr {
    background-color: #eef2f6;
}
.tbl-order tr td {
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #fff;
    text-align: center;
}
.order-prom {
    margin-top: 40px;
    display: inline-block;
}
.order-prom h2 {
    font-size: 20px;
}
.order-prom .whereGoItem .heading {
    font-size: 16px;
}
.registration-whereGo .col-sm-4 {
    height: auto;
}
.order-prom .col-sm-4 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.order-prom .col-sm-4 img:hover {
    border: 1px solid #ffa51d;
}
.order-prom .col-sm-4 img {
    width: 100%;
    height: 150px;
}
.school-item-checked {
    font-weight: 600;
    font-size: 16px;
}
.readmoreBtn .btn-success {
    padding: 12px 40px;
    margin-top: 30px;
    font-size: 18px;
}
#main_area .hide-bullets {
    list-style:none;
}
#myCarousel .carousel-inner .item img {
    width: 100%;
    width: auto;
    height: 300px;
    max-width: 100%;
    margin: auto;
}
#main_area {
    display: inline-block;
    width: 100%;
}
#slider-thumbs .thumbnail img {
    width: 100%;
    height: 95px;
}
#slider-thumbs .thumbnail img:hover {
    cursor: pointer;
}
#slider-thumbs .thumbnail:hover {
    border: 1px solid #ffa51d;
}
#slider-thumbs .thumbnail {
    padding: 0;
    margin-bottom: 0px;
}
#myCarousel .carousel-control span:hover{
    color: #ffa51d;
}
#main_area .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
}
#main_area #slider-thumbs {
    padding-left: 10px;
}
#main_area #slider-thumbs .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.lang-loc-cards .descr a {
    color: #ff9900;
}
.lang-loc-cards .descr a:hover {
    color: #f57c00;
}
.process-steps .process-steps-number {
    display: none;
}
.school-video-right {
    height: 400px;
}
.school-video-right img{
    width: 15px;
    margin-right: 12px;
}
/*detail new*/
.school-content h2 {
    text-align: center;
    font-size: 25px;
}
.school-detail-item {
    border: 1px solid #c7c7c7;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.school-detail-item .school-detail-item-title {
    cursor: pointer;
    font-size: 15px;
    padding: 15px 30px;
    padding-right: 15px;
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
}
.school-detail-item .school-detail-item-title strong {
    color: #424242;
    width: 90%;
    display: inline-block;
}
.school-detail-item .school-detail-item-title span {
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 24px;
}
.school-detail-item .school-detail-item-content {
    display: none;
    padding: 10px 10px 20px 10px;
}
.school-detail-item .school-detail-item-content table td {
    text-align: center;
}
.school-detail-item .school-detail-item-selected, .school-detail-item .school-detail-item-selected .price-after-discount {
    background-color: #ff9900;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.school-content .c-active {
    display: inline-block !important;
}
.school-detail-item-block {
    display: inline-block; 
    width: 100%;
}
.school-content .articleContent table > thead > tr > th, .desc table > thead > tr > th {
    padding: 10px;
    text-align: center;
}
.school-content .articleContent table > tbody > tr > td {
    padding: 6px;
}
.school-content .articleContent table {
    font-size: 14px;
}
.school-course .school-detail-item-content .lessons {
    padding-left: 0px; 
    padding-right: 0px; 
    padding-top: 20px; 
    background-color: transparent;
}
.school-course .school-detail-item-content .lessons table {
    width: 100%; 
    margin-top: 10px;
}
.school-accommodation .school-detail-item-content .lessons {
    padding-left: 0px; 
    padding-right: 0px; 
    padding-top: 20px; 
    background-color: transparent;
}
.school-accommodation .school-detail-item-content .lessons table {
    width: 100%; 
    margin-top: 10px;
}
.school-detail-item-block .school-detail-item-content {
    width: 100%;
}
.school-content .school-accommodation .articleContent table > tbody > tr:hover {
    background-color: #ff9900;
    color: #fff;
    cursor: pointer;
}
.price-before-discount {
    text-decoration: line-through;
    display: inline-block;
    width: 100%;
    color: #7b7b7b;
}
.price-after-discount {
    display: inline-block;
    width: 100%;
    color: #d60000;
}
.landing-cards .col-sm-3 .btn.btn-compare,.lang-loc-cards .uBlock .btn.btn-compare {
    width: 15%; 
    padding-left: 4%;
    padding-right: 4%;
}
.landing-cards .col-sm-3 .btn.btn-view {
    width: 70%; 
}
.block-notification {
    background-color: #4bb07a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 15px 25px 15px 10px;
    line-height: 16px;
    color: #fff;
    opacity: .95;
}
.block-notification .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: #fff url(/images/close-min.png) center no-repeat;
    cursor: pointer;
}
.block-notification .content {
    margin: 0 10px 0 0;
}
.block-notification .content a {
    color: #fff;
    text-decoration: underline !important;
}
.pheader .psystem{
    z-index: 10 !important;
}
.pheader .psystem .col-sm-6 {
    text-align: center;
}
.pheader .psystem .col-sm-2 {
    text-align: right;
}
.pheader .psystem {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
    top: 0px;
    display: block;
    position: absolute;
    width: 100%;
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
}
.pheader .is-sticky .psystem {
    background-color: #4e5859;
}
.pheader .psystem .btn-close {
    display: none;
}
.pheader .is-sticky .psystem .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: #fff url(/images/close-min.png) center no-repeat;
    cursor: pointer;
    display: block;
}
.pheader .psystem .hname {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    margin-top: 5px;
    display: inline-block;
}
.pheader .psystem a.hname:hover {
    color: #ff9900;
    cursor: pointer;
}
.pheader .psystem .open>.dropdown-menu {
    margin-left: 0px !important;
    text-align: left;
}
.psearchContent .fschool-selector {
    background-color: #fff !important;
}
.psearch .fschool-selector .searchDropdown button {
    background-color: #fff;
    border: 1px solid #ccc !important;
    height: 50px !important;
}
@media screen and (max-width: 1024px) {
    #fixedright .reg-form .school-right-attr {
        width: 100%;
    }
    #fixedright .reg-form .school-right-pr {
        width: 100%;
    }
    #myCarousel .carousel-inner .item img {
        height: 300px;
    }
}
@media screen and (max-width: 1200px) {
    .lang-wrapper img {
        height: 163px;
        width: 220px;
    }
    #landing-cards-main .col-sm-3.uBlock {
        height: 280px;
    }
    .lang-img-card img {
        height: 150px;
    }
    .lang-loc-cards .lang-img-card img {
        height: 150px !important;
    }
    .process-rules-span4 .process-rules-message {
        height: 600px;
    }
    #fixedright .reg-form .school-right-attr {
        font-size: 17px;
        padding-left: 0px;
    }
    #fixedright .reg-form .school-right-pr {
        text-align: right;
        font-size: 17px;
        padding-right: 0px;
    }
    #fixedright .school-right-attr-price {
        text-align: left;
        padding-left: 0px;
    }
    #fixedright .school-right-pr-price {
        text-align: right;
        padding-right: 0px;
    }
    #myCarousel .carousel-inner .item img {
        height: 240px;
    }
    .school-video-right {
        height: 320px;
        width: 30% !important;
    }
    .school-video {
        width: 69% !important;
    }
    #slider-thumbs .thumbnail img {
        width: 100%;
        height: 75px;
    }
}
/*tablets*/
@media screen and (max-width: 992px) {
    #fixedright .reg-form .school-right-attr {
        width: 49%;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    #fixedright .reg-form .school-right-pr {
        width: 50%;
        text-align: right;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    #fixedright .reg-form .school-right-attr-price {
        width: 49%;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    #fixedright .reg-form .school-right-pr-price {
        width: 50%;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    #fixedright .reg-form li {
        width: 100% !important;
    }
    .col-sm-3.whatStudyItem {
        width: 49%;
    }
    .lang-wrapper img {
        height: 220px;
        width: 100%;
    }
    .landing-cards .search-block .formGroup3 {
        width: 9.5%;
    }
    .searchDropdown .title {
        font-size: 13px;
    }
    .lang-loc-cards .lang-img-card img {
        height: 165px !important;
    }
    #maincontainer {
        width: 100%;
    }
    #partright {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #stickpart {
        position: static !important;
    }
    #partright #stickpart .input-group {
        width: 100%
    }
    #maincontainer .school-slider .col-sm-8 {
        width: 65%;   
    }
    #maincontainer .school-slider .col-sm-4 {
        width: 35%; 
    }
    .school-accommodation .accom-right {
        width: 35%;
    }
    .school-accommodation .accom-left {
        width: 65%;
    }
    .r-content .desc {
        display: inline-block;
    }
    #fixedright {
        width: 100% !important;
    }
    .process-steps ul li {
        /*width: 100% !important;
        margin-bottom: 30px !important;
        text-align: left;*/
        width: 33.33333% !important;
        text-align: center;
    }
    .process-steps .process-steps-number {
        width: 100%;
        display: inline-block;
        font-size: 30px;
        color: #bbbbbb;
        text-align: center;
        display: inline-block;
        padding-bottom: 5px;
    }
    .process-steps .process-icon,.process-steps .process-detail {
        /*width: 50%;
        float: left;*/
        width: 100%;
    }
    .process-steps .process-detail {
        /*padding-left: 30px;*/
    }
    .process-steps ul .process-steps-last {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    .process-steps ul::before {
        border: 0px !important;
    }
    .process-rules-span4 {
        width: 100%;
        margin-bottom: 10px;
    }
    .process-rules-span4 .process-rules-message {
        padding-bottom: 0; 
        height: auto;
    }
    .order-prom .col-sm-4.whereGoItem{
        width: 33.33333333%;
    }
    .registration-whereGo .col-sm-8 {
        width: 100%;
    }
    .registration-whereGo .col-sm-4 {
        width: 100%;
    }
    .uc-img.pheader.planguages {
        height: 400px;
        max-height: 400px;
    }
}
@media screen and (max-width: 768px) {
    .col-sm-3.whatStudyItem {
        display: inline-block;
    }
    .lang-wrapper img {
        height: 200px;
        width: 100%;
    }
    #landing-cards-main .col-sm-3.uBlock {
        height: 330px;
    }
    .lang-img-card img {
        height: 200px;
    }
    .landing-cards .search-block .formGroup01 {
        width: 100%;
        margin-bottom: 5px;
    }
    .landing-cards .search-block .formGroup3 {
        width: 100%;
    }
    .searchDropdown .title {
        font-size: 15px;
    }
    .lang-loc-cards .uBlock {
        width: 48%;
        margin-right: 0;
        height: 370px;
    }
    .lang-loc-cards .uBlock:nth-child(2n) {
        margin-left: 2.5%;
    }
    .lang-loc-cards {
        padding-left: 15px;
        padding-right: 15px;
    }
    .lang-loc-cards .lang-img-card img {
        height: 220px !important;
    }
    .lang-loc-sorting {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
    }
    .lang-loc-sorting .row {
        margin-right: 0;
        margin-left: 0;
    }
    .landing-cards .search-block .formGroup02 {
        width: 100%;
        display: inline-block;
        margin-bottom: 2px;
    }
    #main_area .col-sm-6 {
        display: inline-block;
        width: 50%;
    }
    #main_area #slider-thumbs {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }
    #main_area #slider-thumbs .col-sm-4{
        display: inline-block;
        width: 32.33333333%;
        vertical-align: top;
    }
    #myCarousel .carousel-inner .item img {
        height: 240px;
    }
    .school-accommodation .accom-right {
        width: 34%;
        display: inline-block;
        vertical-align: top;
    }
    .school-accommodation .accom-left {
        display: inline-block;
        vertical-align: top;
        /*padding-left: 0;
        padding-right: 0;*/
    }
    .school-course .col-sm-8 {
        width: 64%;
        display: inline-block;
        vertical-align: top;
    }
    .school-course .col-sm-9 {
        width: 75%;
        display: inline-block;
        vertical-align: top;
    }
    .school-course .col-sm-4 {
        width: 35%;
        display: inline-block;
        vertical-align: top;
    }
    .school-course .col-sm-3 {
        width: 24%;
        display: inline-block;
        vertical-align: top;
    }
    .school-d-loacation .col-sm-6 {
        width: 49.5%;
        display: inline-block;
        vertical-align: top;
    }
    .school-accommodation .col-sm-9 {
        width: 75%;
        display: inline-block;
        vertical-align: top;
    }
    .school-accommodation .col-sm-3 {
        width: 24%;
        display: inline-block;
        vertical-align: top;
    }
    .uc-img.pheader {
        height: 500px;
        max-height: 500px;
    }
    /*.ptitle-title {
        padding-top: 5%;
    }*/
    .pheader .ptitle {
        height: 40%;
    }
    .pheader .searchBlock {
        height: 60%;
        top: 40%;
    }
    .uc-img.pheader.planguages {
        height: 400px;
        max-height: 400px;
    }
    .pheader .plinks {
        height: 40%;
        top: 60%;
    }
    .pheader .plinks .container .col-sm-3{
        width: 49%;
        display: inline-block;
    }
    .school-video-right {
        display: none;
    }
    .school-video {
        width: 100% !important;
    }
    .pheader .psystem .pphone {
        display: none;
    }
    .pheader .psystem .col-sm-2 {
        display: inline-block;
        width: 49.5%;
        text-align: right;
    }
    .pheader .psystem .col-sm-6 {
        display: inline-block;
        width: 49.5%;
        text-align: left;
    }
    .pheader .psystem .open>.dropdown-menu {
        margin-left: -100px !important;
    }
    .pheader .psystem .pservice .pphone {
        display: inline-block;
        width: 73%;
        padding-left: 0px;
        padding-right: 0px;
        vertical-align:top;
    }
    .pheader .psystem .pservice .col-sm-2 {
        width: 25%;
        padding-right: 0px;
        vertical-align: top;
    }
    .landing-cards .search-block .formGroup01 {
        width: 100% !important;
    }
}
@media screen and (max-width: 668px) {
    .pheader .psystem .pservice .hname {
        font-size: 13px;
    }
    .lang-loc-cards .uBlock {
        height: 340px;
    }
    .lang-loc-cards .lang-img-card img {
        height: 190px !important;
    }
    #maincontainer .school-slider .col-xs-8 {
        width: 100%;
        height: auto;
    }
    #maincontainer .school-slider .col-xs-4 {
        width: 100%;
        padding-top: 10px;
        padding-left: 0px; 
    }
    #maincontainer .school-slider .col-xs-4 img {
        width: 49%;
        margin-bottom: 0 !important;
    }
    #maincontainer .school-slider .col-xs-4 img:nth-of-type(2) {
        padding-left: 10px; 
    }
    #maincontainer .school-slider .col-xs-3 {
        width: 49%;
        padding-top: 10px;
        padding-left: 0px; 
    }
    #maincontainer .school-slider .col-xs-3:nth-child(2n) {
        padding-left: 15px; 
    }
    #maincontainer .school-slider .col-xs-3 img {
        height: 145px;
        margin-bottom: 0;
    }
    .school-accommodation .accom-info {
        /*display: flex;
        flex-flow: column;*/
        display: inline-block;
    }
    .school-accommodation .accom-right {
        width: 100%; 
        order: 1;
    }
    .school-accommodation .accom-right img {
        height: auto; 
    }
    .school-accommodation .accom-left {
        width: 100%; 
        order: 2;
        padding-bottom: 20px;
    }
    .school-accommodation .room {
        padding-left: 0;
        padding-right: 0;
    }
    .school-accommodation .room .col-sm-3 {
        padding-left: 0;
        padding-right: 0;
    }
    .school-course .lessons {
        padding-left: 0;
        padding-right: 0;
    }
    .school-course .lessons .col-sm-3 {
        padding-left: 0;
        padding-right: 0;
    }
    .order-prom .col-sm-4.whereGoItem{
        width: 50%;
        height: 230px;
    }
    .process-steps ul li .process-icon {
        width: 90px;
        height: 90px;
    }
    .process-steps ul li .process-icon i {
        line-height: 90px;
        font-size: 30px;
    }
    .process-steps ul li p {
        font-size: 16px;
        line-height: 1.3;
        padding-top: 5px;
        padding-left: 25px;
    }
    #fixedright .reg-form .school-right-pr {
        width: 49%;
    }
    #fixedright .reg-form .school-right-pr-price {
        width: 49%;
    }
    .school-d-loacation .col-xs-6 {
        width: 100%;
    }
    .ptitle-title h1{
        font-size: 38px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .pheader .searchBlock .container h2{
        font-size: 28px;
    }
    .pheader .searchBlock .container {
        padding-top: 0px;
    }
    .process-steps ul li {
        padding-bottom: 0px;
        margin-bottom: 20px !important;
        width: 49.9% !important;
        min-height: 230px;
    }
}
@media screen and (max-width: 570px) {
    .col-sm-3.whatStudyItem {
        width: 100%;
    }
    .lang-wrapper img {
        height: auto;
        width: 100%;
    }
    .lang-loc-cards .uBlock {
        width: 100%;
    }
    .lang-loc-cards .uBlock:nth-child(2n) {
        margin-left: 0;
    }
    .lang-loc-cards .uBlock {
        height: 380px;
    }
    .lang-loc-cards .lang-img-card img {
        height: 230px !important;
    }
    .psearchContent .col-sm-8 .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    #main_area .col-sm-6 {
        display: inline-block;
    }
    #main_area #slider-thumbs {
        display: none;
    }
    #myCarousel .carousel-inner .item img {
        height: 300px;
    }
    #main_area .col-sm-6 {
        display: inline-block;
        width: 100%;
    }
    .school-d-loacation .col-sm-6 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .school-course .col-sm-9 {
        width: 70%;
        padding-left: 0;
    }
    .school-accommodation .col-sm-9 {
        width: 70%;
        padding-left: 0;
    }
    .school-course .col-sm-3 {
        width: 28%;
    }
    .school-course .col-sm-8 {
        width: 63%;
        padding-left: 0;
    }
    .pheader .plinks .container {
        padding-left: 5px;
    }
    .pheader .plinks .container .col-sm-3{
        padding-left: 5px;
    }
    .ptitle-title h1 {
        font-size: 34px;
    }
    .process-steps ul li {
        min-height: 250px;
    }
}