@import url('https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap');

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body, form {
    padding: 0;
    margin: 0;
}

body {
    min-width: 320px;
    color: #444;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
    background: #fff;
}

pre {
    color: #000;
}

input[type="search"], input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


nav ul {
    list-style: none;
}

nav ul, nav ul li {
    padding: 0;
    margin: 0;
}


.container {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}

.row, .navbar-collapse, .form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.container, .container-fluid,
.navbar-collapse,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

/*
@font-face {
    font-family: 'Myriad Pro';
    src: url('/images/fonts/MyriadPro-Regular.eot');
    src: url('/images/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('/images/fonts/MyriadPro-Regular.woff') format('woff'),
    url('/images/fonts/MyriadPro-Regular.ttf') format('truetype'),
    url('/images/fonts/MyriadPro-Regular#MyriadPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('/images/fonts/MyriadPro-Bold.eot');
    src: url('/images/fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('/images/fonts/MyriadPro-Bold.woff') format('woff'),
    url('/images/fonts/MyriadPro-Bold.ttf') format('truetype'),
    url('/images/fonts/MyriadPro-Bold#MyriadPro-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProCond';
    src: url('/images/fonts/myriadprocond.eot');
    src: url('/images/fonts/myriadprocond.eot?#iefix') format('embedded-opentype'),
    url('/images/fonts/myriadprocond.woff') format('woff'),
    url('/images/fonts/myriadprocond.ttf') format('truetype'),
    url('/images/fonts/myriadprocond.svg#MyriadProCondensed') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProCond';
    src: url('/images/fonts/myriadproboldcond.eot');
    src: url('/images/fonts/myriadproboldcond.eot?#iefix') format('embedded-opentype'),
    url('/images/fonts/myriadproboldcond.woff') format('woff'),
    url('/images/fonts/myriadproboldcond.ttf') format('truetype'),
    url('/images/fonts/myriadproboldcond.svg#MyriadProBoldCondensed') format('svg');
    font-weight: 700;
    font-style: normal;
}
*/
@font-face {
    font-family: 'icomoon';
    src:url('/images/fonts/icomoon.eot?-43bqs0');
    src:url('/images/fonts/icomoon.eot?#iefix-43bqs0') format('embedded-opentype'),
    url('/images/fonts/icomoon.woff?-43bqs0') format('woff'),
    url('/images/fonts/icomoon.ttf?-43bqs0') format('truetype'),
    url('/images/fonts/icomoon.svg?-43bqs0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}





.calc-text-width {
    white-space: nowrap;
}

.noSelect {
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/* form */
.control-label {
    padding: 0;
    font-size: 14px;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: 400;
}

.form-horizontal, .form-vertical {
    margin-top: 20px;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-control, .date-control, .date-control[readonly] {
    height: 40px;
    padding: 10px 12px;
    border-color: #ddd;
    color: #444;
    font-size: 16px;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    background-color: #fbffed;
}

.form-control:hover, .date-control:hover, .date-control[readonly]:hover {
    border-color: #ccc;
}

.form-control:focus, .date-control:focus, .date-control[readonly]:focus {
    border-color: #bbb;
    box-shadow: none;
}

.form-control.smaller[data-fix-fontsize] {
    font-size: 12px;
}

.form-control.input-xs, .input-group-xs > .form-control, .input-group-xs > .input-group-addon, .input-group-xs > .input-group-btn > .btn {
    height: 24px;
    font-size: 12px;
    padding: 1px 8px;
}

.form-control.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    font-size: 12px;
    padding: 4px 8px;
}

.form-control.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 50px;
    font-size: 16px;
    padding: 8px 16px;
}


.form-group-xs .control-label {
    font-size: 14px;
}

.form-group-sm .control-label {

}


.input-group-sm.input-group-captcha > .input-group-addon {
    padding: 0 8px;
}


.input-group {
    border-spacing: 3px 0;
}

.input-group-addon {
    padding: 1px 10px;
    border-color: #ddd;
    border-radius: 0;
    background: #fbffed;
}

.input-group-addon:first-child {
    margin-right: 3px;
    border-right: 1px solid #ddd;
}

.form-control + .input-group-addon {
    border-left: none;
    border-radius: 0;
}

.form-control + .input-group-btn .btn {
    border-radius: 0;
}


.radio label, .checkbox label {
    padding-left: 25px;
    color: #444;
}
/*
.radio input[type="radio"], .radio-inline input[type="radio"],
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    opacity: 0;
}

.control-label-text:before {
    content: '';
    position: absolute;
    display: block;
    margin-left: -25px;
    width: 18px;
    height: 18px;
    border-radius: 0;
    background: url('/images/sprite.png') no-repeat;
}

input[type="checkbox"]:focus + .control-label-text:before, input[type="checkbox"]:not(:disabled):active + .control-label-text:before,
input[type="radio"]:focus + .control-label-text:before, input[type="radio"]:not(:disabled):active + .control-label-text:before {
    box-shadow: 0 0 5px 0 rgba(1, 172, 197, .4);
}

input[type="checkbox"] + .control-label-text:before {
    background-position: -104px 0;
}

input[type="checkbox"]:focus + .control-label-text:before, label:hover input[type="checkbox"] + .control-label-text:before {
    background-position: -104px -24px;
}

input[type="checkbox"]:checked + .control-label-text:before {
    background-position: -128px 0;
}

input[type="checkbox"]:checked:focus + .control-label-text:before, input[type="checkbox"]:checked:active + .control-label-text:before,
label:hover input[type="checkbox"]:checked +  .control-label-text:before {
    background-position: -128px -24px;
}

label input[type="checkbox"]:disabled + .control-label-text:before {
    background-position: -104px -48px;
}

input[type="radio"] + .control-label-text:before {
    border-radius: 9px;
    background-position: -56px 0;
}

input[type="radio"]:focus + .control-label-text:before, label:hover input[type="radio"] + .control-label-text:before {
    background-position: -56px -24px;
}

input[type="radio"]:checked + .control-label-text:before {
    background-position: -80px 0;
}

input[type="radio"]:checked:focus + .control-label-text:before, input[type="radio"]:checked:active + .control-label-text:before,
label:hover input[type="radio"]:checked +  .control-label-text:before {
    background-position: -80px -24px;
}

label input[type="radio"]:disabled + .control-label-text:before {
    background-position: -56px -48px;
}*/


.noresize {
    resize: none;
}

.v-resize {
    min-width: 100%;
    max-width: 100%;
    min-height: 75px;
}

.v-resize.input-sm {
    min-height: 46px;
}

.help-block {
    color: #999;
    font-size: 13px;
}

.help-block:empty {
    display: none;
}


.date-control, .date-control[readonly] {
    text-align: center;
}


input[type="radio"], input[type="checkbox"] {

}


.input-group {
    border-radius: 0;
}


.input-group-counter .btn {
    width: 22px;
}

.input-group-counter .btn:hover {
    color: #fff;
    background: #407c07;
}

.input-group-counter .btn:active, .input-group-counter .btn:focus {
    color: #fff;
    background: #2f5c05;
}

/* end form */



/* buttons */
.btn {
    position: relative;
    max-width: 100%;
    height: 40px;
    /*padding: 3px 12px;*/
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    /*text-transform: uppercase;*/
    background: none;
}

.btn:hover, .btn:focus {
    text-decoration: none;
    background: none;
}

.btn:active, .btn.active {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.disabled {
    opacity: 1;
}

.btn.disabled:after, .btn.disabled:before, .btn[disabled]:after, .btn[disabled]:before {
    opacity: .65;
}


.btn-default {
    color: #fff;
    border-color: #0D71BA;
    background: #0D71BA;
}

.btn-default:hover, .btn-default:focus {
    color: #fff;
    border-color: #1b7fc7;
    background: #1b7fc7;
}

.btn-default:active {
    color: #fff;
    border-color: #1b7fc7;
    background: #1b7fc7;
}

.btn-default.disabled, .btn-default[disabled] {
    color: #ded6d5;
    border-color: #f8f8f8;
    background: #f8f8f8;
}


.btn-default-inverse {
    color: #9dc02e;
    border-color: transparent;
    background: transparent;
}

.btn-default-inverse:hover, .btn-default-inverse:focus {
    color: #87a43d;
    border-color: transparent;
    background: transparent;
}

.btn-default-inverse:active {
    color: #6b842b;
    border-color: transparent;
    background: transparent;
}

.btn-default-inverse.disabled, .btn-default-inverse[disabled] {
    color: #ded6d5;
    border-color: transparent;
    background: transparent;
}


.btn-primary {
    color: #fff;
    border-color: #0d71ba;
    background: #0d71ba;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    border-color: #075087;
    background: #075087;
}

.btn-primary:active {
    color: #fff;
    border-color: #1b2631;
    background: #1b2631;
}

.btn-primary.disabled, .btn-primary[disabled] {
    color: #ded6d5;
    border-color: #f8f8f8;
    background: #f8f8f8;
}


.btn-success {
    color: #0d71ba;
    border-color: transparent;
    background: transparent;
}

.btn-success:hover, .btn-success:focus {
    color: #075087;
    border-color: transparent;
}

.btn-success:active {
    color: #1b2631;
    border-color: transparent;
}

.btn-success.disabled, .btn-success[disabled] {
    color: #ded6d5;
}


.btn-link {
    color: #9dc02e;
    border-color: transparent;
    background: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #87a43d;
}

.btn-link:active {
    color: #6b842b;
}

.btn-link.disabled, .btn-link[disabled] {
    color: #ded6d5;
}



.btn-xs, .input-group-xs > .input-group-btn > .btn, .btn-group-xs > .btn,
 .btn-sm, .input-group-sm > .input-group-btn > .btn, .btn-group-sm > .btn {
    height: 30px;
    padding: 0 12px;
    font-size: 18px;
}

.btn-lg, .input-group-lg > .input-group-btn > .btn, .btn-group-lg > .btn {
    height: 50px;
    padding: 7px 24px;
    font-size: 26px;
}

.btn-gg, .input-group-gg > .input-group-btn > .btn, .btn-group-gg > .btn {
    height: 60px;
}


.btn-icon, .input-group > .input-group-btn > .btn-icon {
    width: 40px;
    min-width: 40px;
    padding: 0;
    line-height: 40px;
}

.btn-icon.btn-sm, .input-group-sm > .input-group-btn > .btn-icon, .btn-group-sm > .btn-icon {
    width: 30px;
    min-width: 30px;
    line-height: 30px;
}

.btn-icon.btn-lg, .input-group-lg > .input-group-btn > .btn-icon, .btn-group-lg > .btn-icon {
    width: 50px;
    min-width: 50px;
    line-height: 50px;
}

.btn-icon.btn-gg, .input-group-gg > .input-group-btn > .btn-icon, .btn-group-gg > .btn-icon {
    width: 60px;
    min-width: 60px;
    line-height: 60px;
}


.btn-thin {
    font-weight: normal;
}

.btn-condensed {
    padding-left: 0;
    padding-right: 0;
}

.btn-underlined, .btn .text-underlined {
    text-decoration: underline;
}

.btn-underlined:hover, .btn-underlined:focus,
.btn:hover .text-underlined, .btn:focus .text-underlined {
    text-decoration: none;
}


.wrap-btn-back {
    margin: 20px 0 0;
}

.wrap-btn .btn .icomoon, .wrap-btn-back .btn .icomoon {
    position: relative;
    top: -2px;
    margin-right: 4px;
    font-size: 8px;
}

.wrap-btn-send {
    text-align: right;
    margin-top: 27px;
}


.btn-callback {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    text-decoration: underline;
}
/* end buttons */

/* icons */
.siteicon {
    position: relative;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.siteicon:before {
    content: '';
    font-size: 0;
    position: relative;
    background: url(/images/sprite.png) no-repeat;
    display: block;
}

.siteicon-refresh:before {
    width: 24px;
    height: 24px;
    top: 3px;
    top: .3rem;
    background-position: -88px 0;
}

.svg-hide {
    display: none;
}

/*
.siteicon-arrow-left-lg:before, .siteicon-arrow-right-lg:before {
    top: 0;
    width: 24px;
    height: 48px;
}

.siteicon-arrow-left-lg:before {
    background-position: 0 -64px;
}

.btn:hover .siteicon-arrow-left-lg:before, .btn:focus .siteicon-arrow-left-lg:before {
    background-position: 0 -112px;
}

.btn:active .siteicon-arrow-left-lg:before {
    background-position: 0 -160px;
}

.siteicon-arrow-right-lg:before {
    background-position: -24px -64px;
}

.btn:hover .siteicon-arrow-right-lg:before, .btn:focus .siteicon-arrow-right-lg:before {
    background-position: -24px -112px;
}

.btn:active .siteicon-arrow-right-lg:before {
    background-position: -24px -160px;
}

.siteicon-arrow-left-gg:before, .siteicon-arrow-right-gg:before {
    top: 0;
    width: 40px;
    height: 64px;
}

.siteicon-arrow-left-gg:before {
    background-position: -96px -64px;
}

.btn:hover .siteicon-arrow-left-gg:before, .btn:focus .siteicon-arrow-left-gg:before {
    background-position: -96px -128px;
}

.btn:active .siteicon-arrow-left-gg:before {
    background-position: -96px -192px;
}

.siteicon-arrow-right-gg:before {
    background-position: -136px -64px;
}

.btn:hover .siteicon-arrow-right-gg:before, .btn:focus .siteicon-arrow-right-gg:before {
    background-position: -136px -128px;
}

.btn:active .siteicon-arrow-right-gg:before {
    background-position: -136px -192px;
}

.siteicon-arrow-down-lg:before {
    top: 5px;
    width: 48px;
    height: 24px;
    background-position: -48px -64px;
}

.btn:hover .siteicon-arrow-down-lg:before, .btn:focus .siteicon-arrow-down-lg:before {
    background-position: -48px -88px;
}

.btn:active .siteicon-arrow-down-lg:before {
    background-position: -48px -112px;
}



.siteicon-follow-us-vk:before, .siteicon-follow-us-fb:before, .siteicon-follow-us-ig:before {
    width: 32px;
    height: 32px;
    background-image: url(/images/follow-us-icons.png);
}

.siteicon-follow-us-vk:before {
    background-position: 0 0;
}

.siteicon-follow-us-fb:before {
    background-position: -32px 0;
}

.siteicon-follow-us-ig:before {
    background-position: -64px 0;
}*/

.svgicon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.svgicon-default {
    fill: #fff;
}



.icomoon {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-wedes:before {
    content: "\e611";
}


.icon-realestate:before {
    content: "\e60a";
}
/*
.icon-education:before {
    content: "\e602";
}

.icon-law:before {
    content: "\e605";
}

.icon-medical:before {
    content: "\e607";
}

.icon-tourism:before {
    content: "\e60c";
}*/


.icon-arrow-top:before {
    content: "\e60f";
}

.icon-arrow-down:before {
    content: "\e610";
}

.icon-arrow-left:before {
    content: "\e600";
    margin-right: .15em;
}

.icon-arrow-right:before {
    content: "\e601";
    margin-left: .15em;
}

.icon-phone-head:before {
    content: "\e609";
}

.icon-location-marker:before {
    content: "\e606";
}

.icon-refresh:before {
    content: "\e60b";
}

.icon-location:before {
    content: "\e947";
}

.icon-spinner11:before {
    content: "\e984";
}

.icon-gamburger:before {
    content: "\e612";
}

.icon-cross:before, .icon-close:before {
    content: "\ea0f";
}

.icon-plus:before {
    content: "\ea0a";
}

.icon-minus:before {
    content: "\ea0b";
}


.icon-facebook:before {
    content: "\e603";
}

.icon-google-plus:before {
    content: "\ea88";
}

.icon-vkontakte:before {
    content: "\e60e";
}

.icon-twitter:before {
    content: "\ea91";
}

.icon-cources:before{
	content: "\e900";
}

.icon-education:before{
	content: "\e901";
}

.icon-law:before{
	content: "\e902";
}

.icon-tourism:before{
	content: "\e903";
}

.icon-vnh:before{
	content: "\e904";
}

/* end icons */


/* breadcrumb */
.wrapper-breadcrumbs {
    padding: 14px 0 11px;
}

.breadcrumb, .breadcrumb ul {
    padding: 0;
    margin: 0;
}

.breadcrumb {
    border-radius: 0;
    background: none;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb a + ul li:before, .breadcrumb > li + li:before {
    padding: 0 5px;
}

.breadcrumb, .breadcrumb a, .breadcrumb a:hover, .breadcrumb a + ul li:before, .breadcrumb li + li:before {
    color: #b9b9b9;
    font-size: 12px;
}

.breadcrumb .active {
    color: #9dc02e;
}

.breadcrumb a + ul li:before, .breadcrumb li + li:before {
    content: "/";
}
/* end breadcrumb */


/* pagination */
.pagination {
    margin: 0;
    border-radius: 0;
}

.pagination > li + li > a, .pagination > li + li > span {
    margin-left: 2px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    min-width: 40px;
    height: 40px;
    padding: 10px 8px;
    color: #444;
    font-size: 15px;
    font-family: 'Myriad Pro', sans-serif;
    text-align: center;
    border-color: transparent;
    background: transparent;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover, .pagination > li.active > span:hover {
    color: #9dc02e;
    border-color: transparent;
    background: transparent;
    z-index: 1;
}

.pagination > li > a:active {
    color: #fff;
    border-color: #9dc02e;
    background: #9dc02e;
}

.pagination > li.active > a, .pagination > li.active > span,
.pagination > li.active > a:hover, .pagination > li.active > a:focus,
.pagination > li.active > span:hover, .pagination > li.active > span:hover {
    color: #fff;
    font-weight: 400;
    border-color: #9dc02e;
    background: #9dc02e;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li:first-child > a:hover, .pagination > li:first-child > span:hover,
.pagination > li:first-child > a:focus, .pagination > li:first-child > span:focus,
.pagination > li:last-child > a:hover, .pagination > li:last-child > span:hover,
.pagination > li:last-child > a:active, .pagination > li:last-child > span:active {

}

.pagination > li:first-child > a:active, .pagination > li:first-child > span:active,
.pagination > li:last-child > a:active, .pagination > li:last-child > span:active {

}

/*
.pagination > li:first-child > a:before, .pagination > li:first-child > span:before, .pagination > li:last-child > a:before, .pagination > li:last-child > span:before {
    width: 4px;
    height: 5px;
    content: '';
    position: relative;
    top: 5px;
    background: url(/images/sprite.png) no-repeat;
    display: block;
}*/

.pagination > li.disabled > a, .pagination > li.disabled > span, .pagination > li.disabled > a:hover, .pagination > li.disabled > span:hover {
    border-color: #dde0e5;
    background: #dde0e5;
}

/* end pagination */


/* navbar and nav */
.navbar {
    border: none;
}

.navbar, .nav-pills > li > a {
    border-radius: 0;
}

.navbar-collapse {
    clear: both;
}



/**
 * mobile
 */
@media only screen and (max-width: 767px) {
    .navbar-collapse {
        border-top-color: #404040;
        box-shadow: none;
    }

    .navbar-nav {
        margin: 7.5px -10px 0;
    }

    .nav-justified {
        width: auto;
    }
}


.navbar-toggle {
    margin: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
    cursor: pointer;
}

.navbar-toggle {
    transition: .1s;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    opacity: 1;
    background: none;
}

.navbar-toggle:active {
    transition: 0s;
}

.navbar-toggle .lines {
    position: relative;
    top: -4px;
    display: inline-block;
    width: 28px;
    height: 4px;
    background: #fff;
    transition: background 0.1s 0.2s ease;
}

.navbar-toggle .lines:before, .navbar-toggle .lines:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    width: 28px;
    height: 4px;
    background: #fff;
    transition: 0.1s;
    -webkit-transform-origin: 2px center;
    transform-origin: 2px center;
}

.navbar-toggle .lines:before {
    top: 8px;
}

.navbar-toggle .lines:after {
    top: -8px;
}

.navbar-toggle .lines {
    transition: background 0.1s 0.2s ease;
}

.navbar-toggle .lines:before, .navbar-toggle .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.1s 0.2s ease, -webkit-transform 0.1s ease;
    transition: top 0.1s 0.2s ease, transform 0.1s ease;
}

.navbar-toggle:not(.collapsed) .lines {
    transition: background 0.1s 0s ease;
    background: transparent;
}

.navbar-toggle:not(.collapsed) .lines:before, .navbar-toggle:not(.collapsed) .lines:after {
    transition: top 0.1s ease, -webkit-transform 0.1s 0.2s ease;
    transition: top 0.1s ease, transform 0.1s 0.2s ease;
    top: 0;
    width: 28px;
}

.navbar-toggle:not(.collapsed) .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.navbar-toggle:not(.collapsed) .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
/* end nav */


/* dropdown */
.dropdown-menu {
    margin-top: 2px;
    box-shadow: none;
    border-color: #bbb;
    border-radius: 0;
    background: #fbffed;
    text-align: left;
}

.btn-group .dropdown-toggle {
    min-width: 70px;
    height: 40px;
    padding: 10px 24px 10px 12px;
    color: #444;
    font-size: 16px;
    font-family: 'Myriad Pro', sans-serif;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    border-color: #ddd;
    box-shadow: none;
    background: #fbffed;
}

.btn-group .dropdown-toggle:after {
    content: "\e610";
    position: absolute;
    right: 10px;
    top: 10px;
    color: #444;
    font-family: 'icomoon';
    font-size: 8px;
}

.btn-group .dropdown-toggle:hover {
    border-color: #ccc;
}

.btn-group .dropdown-toggle:hover:after {
    color: #333;
}

.btn-group.open .dropdown-toggle {
    border-color: #bbb;
    box-shadow: none;
}

.btn-group.open .dropdown-toggle:after {
    content: "\e60f";
}

.btn-group .dropdown-menu {
    min-width: 100%;
}

.btn-group .dropdown-menu a {
    padding: 6px 12px;
    color: #444;
    font-size: 16px;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn-group .dropdown-menu a:hover, .btn-group .dropdown-menu .active a {
    color: #444;
    background: #eee;
}




.btn-group-xs .dropdown-toggle, .form-group-xs .dropdown-toggle {
    height: 24px;
    padding: 2px 24px 2px 12px;
    border-radius: 0;
    font-size: 12px;
}

.btn-group-xs .dropdown-toggle:after, .form-group-xs .dropdown-toggle:after {
    right: 8px;
    top: 2px;
}

.btn-group-sm .dropdown-menu a, .form-group-xs .dropdown-menu a {
    font-size: 12px;
    padding: 2px 8px;
}



.btn-group-sm .dropdown-toggle, .form-group-sm .dropdown-toggle {
    height: 30px;
    padding: 5px 24px 5px 12px;
    border-radius: 0;
    font-size: 14px;
}

.btn-group-sm .dropdown-toggle:after, .form-group-sm .dropdown-toggle:after {
    right: 8px;
    top: 4px;
}

.btn-group-sm .dropdown-menu a, .form-group-sm .dropdown-menu a {
    font-size: 14px;
    padding: 4px 8px;
}



.btn-group-lg .dropdown-toggle, .form-group-lg .dropdown-toggle {
    height: 50px;
    padding: 10px 24px 10px 16px;
    border-radius: 0;
    font-size: 16px;
}

.btn-group-lg .dropdown-toggle:after, .form-group-lg .dropdown-toggle:after {
    right: 16px;
    top: 13px;
}

.btn-group-lg .dropdown-menu a, .form-group-lg .dropdown-menu a {
    font-size: 16px;
    padding: 8px 16px;
}



.form-group .btn-group.dropdown-control {
    display: block;
}

.form-group .btn-group.dropdown-control .dropdown-toggle {
    width: 100%;
    float: none;
    display: block;
}

.form-group .btn-group.dropdown-control .dropdown-toggle .dropdown-menu {
    width: 100%;
}
/* end dropdown */

/* panel elements */
.top-panel {
    margin: 0;
}

.bottom-panel {
    margin: 5px 0 20px;
}

.top-panel:after, .bottom-panel:after {
    content: '';
    display: table;
    clear: both;
}


.top-panel .btn-toolbar {
    float: right;
}

.wrap-btn-group {
    float: left;
}

.wrap-btn-group + .wrap-btn-group {
    margin-left: 20px;
}

.wrap-btn-group-goods-sort:before, .wrap-btn-group-goods-view:before, .wrap-btn-group-iop:before, .wrap-btn-group-iop:after,
.wrap-btn-group-pagination:before {
    color: #5a5a5a;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    margin: 4px 8px 0 0;
}

.wrap-btn-group-goods-sort:before, .wrap-btn-group-goods-view:before, .wrap-btn-group-pagination:before {
    content: attr(aria-label);
}

.wrap-btn-group-goods-sort .dropdown-menu {
    left: auto;
    right: 0;
}

.wrap-btn-group-iop:before {
    content: attr(data-before);
}

.wrap-btn-group-iop:after {
    content: attr(data-after);
    margin-right: 0;
    margin-left: 8px;
    float: none;
}

.wrap-btn-group-iop .btn.dropdown-toggle, .wrap-btn-group-iop .btn.dropdown-toggle + .dropdown-menu {
    width: 50px;
    min-width: 50px;
}
/*
@media only screen and (min-width: 992px) {
    .wrap-btn-group-pagination {
        float: right;
    }
}
*/
/* end panel elements */

.alert {
    padding: 15px 0;
    border-radius: 0;
}

.alert-danger {
    border: none;
    background: none;
    color: #444;
}

abbr[title], abbr[data-original-title] {
    border-bottom: none;
}





html, body {
    height: 100%;
}

.main, .wrapper {
    padding: 30px 0;
    overflow: hidden;
}

.wrapper-block {
    padding: 20px 0;
}

@media only screen and (min-width: 768px) {
    .container {
        width: 768px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media only screen and (min-width: 1200px) {
   .container {
        width: 1170px;
    }
}

.left-aside {

}

.main-content {

}

.right-aside {

}

.wrapper-with-border {
    border-top: 1px solid #dadada;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 30px 0 10px;
    color: #444;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    /*text-transform: uppercase;*/
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 5px;
}

h1, .h1 {
    font-size: 25px;
}

h2, .h2 {
    font-size: 22px;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4, h5, .h5, h6, .h6 {
    font-size: 16px;
}

p {
    margin-bottom: 10px;
}

.page-header {
    padding: 0;
    margin: 0 0 10px;
    border-bottom: none;
}

.page-header h1, .page-header .h1 {
    margin: 0;
    padding: 0;
}

.block-header {
    margin: 0 0 10px;
}

.block-header h2, .block-header .h2, .block-header h3, .block-header .h3, .block-header h4, .block-header .h4 {
    margin: 0;
    color: #1B2631;
    font-size: 22px;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

.page-header h1.h1-green, .page-header .h1.h1-green,
.block-header h2.h1-green, .block-header .h2.h1-green, .block-header h3.h1-green, .block-header .h3.h1-green,
.block-header h4.h1-green, .block-header .h4.h1-green,
.h1-green {
    color: #9dc02e;
}

.block-header-sm {
    margin-top: 10px;
}

.block-header-sm h2, .block-header-sm .h2,
.block-header-sm h3, .block-header-sm .h3,
.block-header-sm h4, .block-header-sm .h4 {
    font-size: 22px;
}



.top-panel {

}

.top-panel .page-header {
    border: none;
}

.top-panel .btn-toolbar {
    float: none;
    margin: 15px 0 12px;
}

.wrap-btn-group {
    float: none;
}

.top-panel .btn-toolbar .btn-group, .bottom-panel .btn-toolbar .btn-group {
    float: none;
    display: block;
}

.top-panel .btn-toolbar .btn-group .btn.dropdown-toggle, .bottom-panel .btn-toolbar .btn-group .btn.dropdown-toggle {
    float: none;
}

.top-panel .btn-group .btn.dropdown-toggle + .dropdown-menu, .bottom-panel .btn-group .btn.dropdown-toggle + .dropdown-menu {
    max-width: 100%;
}

.wrap-btn-group-goods-sort:before, .wrap-btn-group-goods-view:before, .wrap-btn-group-iop:before, .wrap-btn-group-iop:after,
.wrap-btn-group-pagination:before {
    display: none;
}

.wrap-btn-group-goods-sort .dropdown-menu {
    left: 0;
    right: auto;
}

.wrap-btn-group-iop .btn.dropdown-toggle, .wrap-btn-group-iop .btn.dropdown-toggle + .dropdown-menu {
    width: 100%;
}


.bottom-panel {
    margin: 10px 0 20px;
    padding-top: 15px;
    border-top: 1px solid #9dc02e;
    text-align: right;
}

.bottom-panel .btn-toolbar {
    margin: 0;
}


.seo {

}

.seo h1 {

}

.seo p {

}

@media only screen and (max-width: 767px) {
    .seo {
        display: none;
    }
}


.padding-top-none {
    padding-top: 0;
}

.padding-bottom-none {
    padding-bottom: 0;
}

.margin-top-none {
    margin-top: 0;
}

.margin-bottom-none {
    margin-bottom: 0;
}




.left-aside .banner, .right-aside .banner {
    text-align: center;
    margin: 20px 0;
}

.left-aside .banner img, .right-aside .banner img {
    border-radius: 4px;
}

@media only screen and (max-width: 767px) {
    .left-aside .banner, .right-aside .banner {
        display: none;
    }
}


.table-default > thead > tr > th, .table-default > tbody > tr > th, .table-default > tfoot > tr > th,
.table-striped > thead > tr > th, .table-striped > tbody > tr > th, .table-striped > tfoot > tr > th {
    border-bottom-width: 1px;
    border-color: #fff;
    color: #fff;
    font-weight: 400;
    background: #0d71ba;
}

.table-default > thead > tr > td, .table-default > tbody > tr > td, .table-default > tfoot > tr > td {
    border-color: #0d71ba;
    background: #fff;
}


.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(even) > td {
    background-color: #d2ecfe;
}

.table-striped > tbody > tr > td {
    border: none;
}

.table-striped > thead > tr > td:first-child, .table-striped > tbody > tr > td:first-child, .table-striped > tfoot > tr > td:first-child {
    border-radius: 0;
}

.table-striped > thead > tr > td:last-child, .table-striped > tbody > tr > td:last-child, .table-striped > tfoot > tr > td:last-child {
    border-radius: 0;
}



.table-sm > thead > tr > th, .table-sm > tbody > tr > th, .table-sm > tfoot > tr > th, .table-sm > thead > tr > td, .table-sm > tbody > tr > td, .table-sm > tfoot > tr > td {
    font-size: 12px;
    font-size: 1.2rem;
}



.list-default {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.list-default > li {
    position: relative;
    margin: 0;
    padding: 2px 0 2px 22px;
}

.list-default > li:before {
    content: '\e601';
    position: absolute;
    left: 6px;
    margin-top: 5px;
    color: #89a53d;
    font-size: 6px;
    font-family: 'icomoon';
}


.list-square-marker {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-square-marker > li {
    position: relative;
    margin: 0;
    padding: 8px 0 8px 35px;
    font-size: 22px;
    font-family: MyriadProCond, 'Myriad Pro', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.list-square-marker > li:before {
    content: '';
    position: absolute;
    left: 0;
    margin-top: 5px;
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #444;
}

.list-square-marker-inverse {
    color: #fff;
}

.list-square-marker-inverse > li:before {
    border-color: #fff;
}

.list-square-marker-fill > li:before {
    background: #444;
}

.list-square-marker-fill.list-square-marker-inverse > li:before {
    background: #fff;
}


.list-square-marker-sm > li {
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: 400;
}

.list-square-marker-sm > li:before {
    width: 10px;
    height: 10px;
}


hr {
    margin: 10px 0;
    border-color: #bbb;
}



.thumbnail {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
}

.thumbnail-bg {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.thumbnail-intext {
    vertical-align: middle;
}

.thumbnail-intext img {
    border-radius: 0;
}

.thumbnail-left {
    float: left;
    margin: 0 20px 10px 0;
}

.thumbnail-right {
    float: right;
    margin: 0 0 10px 20px;
}

@media only screen and (max-width: 767px) {
    .thumbnail-left, .thumbnail-right {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}


.text-column-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

.text-column-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

@media only screen and (max-width: 767px) {
    .text-column-2, .text-column-3 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}



.tree ul, .tree li {
    margin: 0;
    padding: 0;
}

.tree ul {
    list-style: none;
}

.tree ul, .tree li, .tree a, .tree .item {
    position: relative;
}

.tree li > ul {
    display: none;
}

.tree li[aria-expanded="true"] > ul {
    display: block;
}


.div-table {
    display: table;
    table-layout: fixed;
}

.div-table-cell {
    display: table-cell;
}


.wrapper-phone-items .icon-phone-head {
    display: inline-block;
    color: #9dc02e;
}

.icon-phone-head + .phone-items {
    display: inline-block;
    margin-left: 5px;
}

.phone-items {
    margin-bottom: 0;
    color: #fff !important;
    font-size: 20px;
    /*font-family: MyriadProCond, 'Myriad Pro', sans-serif;*/
    font-weight: 700;
}

.phone-items dd {
    line-height: 1;
}

.phone-items a {
    color: #fff;
    white-space: nowrap;
}


.follow-us-navbar {
    min-height: 35px;
}

.follow-us-navbar:before {
    content: attr(aria-label);
    white-space: nowrap;
    display: none;
}

.follow-us-navbar .nav > li {
    float: left;
}

.follow-us-navbar .nav > li + li {
    margin-left: 10px;
}

.follow-us-navbar .nav > li > a {
    width: 35px;
    height: 35px;
    padding: 0;
    background: #fff;
    color: #0d71ba;
    font-size: 25px;
    text-align: center;
}

.follow-us-navbar .nav > li > a .icomoon {
    line-height: 1.4;
}

.follow-us-navbar .nav > li > a:hover, .follow-us-navbar .nav > li > a:focus {
    background: #9ec13b;
}

.follow-us-navbar .nav > li > a:active {
    background: #89a53d;
}






.main-header {
    background: #1b2631;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 7px 0 0;
}

.main-header .logo {
    position: relative;
    display: block;
    max-width: 140px;
    max-height: 140px;
    z-index: 5;
}

.main-header .logo img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .main-header {
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-brand {
        height: 50px;
    }
}


.btn-toolbar-header .btn-group {
    float: none;
}

.btn-toolbar-header .dropdown-menu > li > a, .btn-toolbar-header .dropdown-menu .nav > li > a {
    padding: 6px 12px;
    color: #fff;
    font-size: 18px;
    /*font-family: MyriadProCond, 'Myriad Pro', sans-serif;*/
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
}


.btn-toolbar-header .btn-group-lang .dropdown-menu > li > a, .btn-toolbar-header .btn-group-lang .dropdown-menu .nav > li > a {
    font-size: 16px;
}

.btn-toolbar-header .dropdown-menu > li > a:hover, .btn-toolbar-header .dropdown-menu .nav > li > a:hover,
.btn-toolbar-header .dropdown-menu .nav > li.active > a {
    background: #9dc02f;
    color: #fff;
}

.btn-toolbar-header .dropdown-menu .nav > li.active > a:hover, .btn-toolbar-header .dropdown-menu .nav > li.active > a:focus {
    background: #6b842b;
}

.btn-toolbar-header{
    padding: 15px 0;
}

.btn-group.btn-group-lang .dropdown-toggle{
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .btn-toolbar-header .btn-group {
        float: right;
    }

    .btn-toolbar-header  .dropdown-toggle {
        min-width: 55px;
        height: 50px;
        padding: 6px 24px 6px 12px;
        border-color: transparent;
        background: none;
        color: #fff;
        font-size: 18px;
        /*font-family: MyriadProCond, 'Myriad Pro', sans-serif;*/
        /*font-weight: 700;*/
        /*text-transform: uppercase;*/
    }

    .btn-toolbar-header  .dropdown-toggle:hover {
        border-color: #9dc02f;
        background: #9dc02f;
    }

    .btn-toolbar-header .open .dropdown-toggle {
        border-color: #9dc02f;
        background: #9dc02f;
        color: #fff;
    }

    .btn-toolbar-header .dropdown-menu {
        margin-top: 3px;
        border: none;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, .15);
        background: #1b2631;
    }
}


.main-menu-navbar {
    min-height: 50px;
    margin-bottom: 0;
}

.main-menu-navbar .nav, .main-menu-navbar .nav > li {
    float: none;
}

.main-menu-navbar .dropdown-toggle {
    padding-right: 35px;
}

.main-menu-navbar .dropdown-toggle:after {
    content: "\e612";
    top: 13px;
    color: #9dc02e;
    font-size: 14px;
    font-weight: 400;
}

.main-menu-navbar .dropdown-toggle:hover:after, .main-menu-navbar.open .dropdown-toggle:after {
    content: "\e612";
    color: #fff;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .main-menu-navbar {
        display: block;
    }

    .main-menu-navbar .dropdown-menu {
        position: relative;
        float: none;
        display: block;
        margin: 0;
        padding: 0;
        border: none;
        background: none;
    }

    .main-menu-navbar .navbar-collapse {
        border: none;
    }
}

.navbar-header {
    margin-top: 5px;
}


.btn-group-lang .dropdown-toggle:after {
    top: 14px;
    color: #9dc02e;
}

.btn-group-lang .dropdown-toggle:hover:after, .btn-group-lang.open .dropdown-toggle:after {
    color: #fff;
}

.lang-nav.navbar-nav {
    margin-top: 15px;
    padding-top: 0;
}

.main-header .wrapper-phone-items {
    /*float: left;*/
    margin-top: 17px;
}

.main-header .wrapper-phone-items .icon-phone-head {
    font-size: 22px;
    line-height: 1;
}

.main-header .btn-callback {
    margin: 0 0 0 27px;
    height: auto;
    margin-bottom: 13px;
}


.wrapper-main-directions-list {
    position: relative;
    padding: 5px 0;
    background: #1b2631;
}

.main-directions-list {
    margin: 0;
}

.main-directions-list > li {
    position: relative;
    float: left;
    width: 20%;
    padding: 0 1px;
    text-align: center;
}

.main-directions-list .item {
    position: relative;
    display: block;
    color: #fff;
    font-size: 20px;
    /*font-family: MyriadProCond, 'Myriad Pro', sans-serif;*/
    /*font-weight: 700;*/
    font-family: 'Poppins', sans-serif;
    line-height: 1.1;
    text-transform: none;
}

.main-directions-list .thumbnail {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 95px;
    max-height: 95px;
    background: #0d71ba;
}

@media only screen and (max-width: 767px) {
	.main-directions-list .thumbnail {
		background-size: 30px 30px !important;
	}
}

.main-directions-list .item:hover .thumbnail, .main-directions-list .item:focus .thumbnail {
    background: #075087;
}

.main-directions-list .item:active .thumbnail {
    background: #06487a;
}

.main-directions-list .active .item .thumbnail {
    background: #9ec13b;
}

.main-directions-list .active .item:hover .thumbnail, .main-directions-list .active .item:focus .thumbnail {
    background: #87a43d;
}

.main-directions-list .active .item:active .thumbnail {
    background: #6b842b;
}

.main-directions-list .name {
    display: none;
}

.main-directions-list .item:hover, .main-directions-list .item:focus,
.main-directions-list .item:hover .name, .main-directions-list .item:focus .name {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .wrapper-main-directions-list {
        position: absolute;
        top: 82px;
    }

    .main-directions-list {
        padding-left: 38%;
        /*padding-left: 32.5%;*/
    }
}

@media only screen and (max-width: 479px) {
    .wrapper-main-directions-list {
        top: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .wrapper-main-directions-list:before {
        content: '';
        position: absolute;
        top: -6px;
        display: block;
        width: 100%;
        height: 6px;
        z-index: 40;
        background-color: transparent;
        background-image: linear-gradient(45deg, #1b2631 25%, transparent 25%, transparent 75%, #1b2631 75%, #1b2631),
        linear-gradient(45deg, #1b2631 25%, transparent 25%, transparent 75%, #1b2631 75%, #1b2631);
        background-size: 12px 12px;
        background-position: 0 0, 6px 6px;
    }

    .main-directions-list {
        padding: 40px 0;
    }

    .main-directions-list .item {
        display: inline-block;
    }

    .main-directions-list .name {
        display: block;
        margin-top: 12px;
    }
}


.main-directions-menu-list {
    margin-top: 8px;
    margin-bottom: 3px;
}

.main-directions-menu-list .nav > li + li {
    margin-left: 3px;
}

.main-directions-menu-list .nav > li > a {
    width: 34px;
    height: 34px;
    padding: 7px 5px;
    background: #0d71ba;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.main-directions-menu-list .nav > li > a:hover, .main-directions-menu-list .nav > li > a:focus {
    background: #075087;
}

.main-directions-menu-list .nav > li > a:active {
    background: #06487a;
}

.main-directions-menu-list .nav > li.active > a {
    background: #9ec13b;
}

.main-directions-menu-list .nav > li.active > a:hover, .main-directions-menu-list .nav > li.active > a:focus {
    background: #87a43d;
}

.main-directions-menu-list .nav > li.active > a:active {
    background: #6b842b;
}



.wrapper-secondary-menu {
    position: relative;
    padding: 10px 0;
    background: #0d71ba;
}

.secondary-menu-navbar {
    margin-bottom: 0;
    min-height: 0;
}

.secondary-menu-navbar .nav > li > a {
    margin-bottom: 0;
    padding: 2px 0px;
    color: #fff;
    font-size: 16px;
    font-family: MyriadProCond, 'Myriad Pro', sans-serif;
    font-weight: 700;
    /*text-transform: uppercase;*/
    white-space: nowrap;
}

.secondary-menu-navbar .nav > li > a:hover, .secondary-menu-navbar .nav > li > a:focus, .secondary-menu-navbar .nav > li.active > a {
    background: #075087;
}

.secondary-menu-navbar .nav > li > a:active, .secondary-menu-navbar .nav > li.active > a:active {
    background: #1b2631;
}

@media only screen and (max-width: 767px) {
    .wrapper-secondary-menu {
        margin-top: 5px;
    }

    .secondary-menu-navbar .navbar-toggle {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        background: #075087;
        color: #fff;
        text-align: left;
    }

    .secondary-menu-navbar .navbar-toggle:hover, .secondary-menu-navbar .navbar-toggle:focus {
        background: #06487a;
    }

    .secondary-menu-navbar .navbar-toggle:after {
        content: "\e60f";
        position: absolute;
        right: 10px;
        top: 14px;
        font-size: 8px;
        font-family: 'icomoon';
    }

    .secondary-menu-navbar .navbar-toggle.collapsed:after {
        content: "\e610";
    }

    .secondary-menu-navbar .navbar-collapse {
        border: none;
    }

    .secondary-menu-navbar .nav > li > a {
        padding: 5px 10px;
        text-align: left;
    }
}

@media only screen and (min-width: 768px) {
    .secondary-menu-checkered-bg:before {
        content: '';
        position: absolute;
        top: -6px;
        display: block;
        width: 100%;
        height: 6px;
        z-index: 40;
        background-color: transparent;
        background-image: linear-gradient(45deg, #0d71ba 25%, transparent 25%, transparent 75%, #0d71ba 75%, #0d71ba),
        linear-gradient(45deg, #0d71ba 25%, transparent 25%, transparent 75%, #0d71ba 75%, #0d71ba);
        background-size: 12px 12px;
        background-position: 0 0, 6px 6px;
    }

    .secondary-menu-navbar .nav > li + li:before {
        content: '';
        position: relative;
        float: left;
        display: block;
        width: 1px;
        height: 18px;
        margin-top: 4px;
        z-index: 1;
        background: #fff;
    }
}

@media only screen and (min-width: 992px) {
    .secondary-menu-navbar .nav > li + li:before {
        margin-top: 8px;
    }

    .secondary-menu-navbar .nav > li > a {
        /*font-size: 22px;*/
    }
}



@media only screen and (min-width: 768px) {
    .main-footer.fixed {
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
    }
}


.main-footer {
    position: relative;
    padding: 35px 0;
    background: #0d71ba;
    color: #fff;
}

.main-footer .logo {
    width: 140px;
    height: 140px;
    background: url(/images/logo.png) no-repeat;
}


.main-footer .block-header {
    margin: 0 0 12px;
}

.main-footer .block-header h2, .main-footer .block-header .h2,
.main-footer .block-header h3, .main-footer .block-header .h3,
.main-footer .block-header h4, .main-footer .block-header .h4 {
    color: #fff;
    font-size: 22px;
}


.copyright {
    margin-bottom: 28px;
    font-size: 16px;
    text-transform: uppercase;
}

.wedes {
    display: block;
    width: 136px;
    height: 32px;
    color: #fff;
    font-size: 32px;
    text-decoration: none;
}

.wedes:hover, .wedes:focus, .wedes:active {
    text-decoration: none;
}

.wedes:hover, .wedes:focus {
    color: #9ec13b;
}

.wedes:active {
    color: #89a53d;
}


.footer-menu-navbar {
    margin: -5px 0 0;
}

.footer-menu-navbar .nav > li > a {
    padding: 4px 15px;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: none;
}

.footer-menu-navbar .nav > li > a:hover, .footer-menu-navbar .nav > li > a:focus {
    color: #fff;
    background: #075087;
}

.footer-menu-navbar .nav > li.active > a {
    background: #1b2631;
}


.main-footer .logo {
    margin-bottom: 20px;
}

.main-footer .wrapper-phone-items .icon-phone-head {
    font-size: 20px;
}

.main-footer .phone-items {
    font-size: 18px;
}

.main-footer .btn-callback {
    color: #fff;
}


.main-footer .follow-us-navbar {
    margin-bottom: 30px;
}

.main-footer .follow-us-navbar h4{
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
}

@media only screen and (max-width: 767px) {
    .main-footer .phone-items, .main-footer .btn-callback {
        margin-bottom: 20px;
    }
}










.common-item {
    line-height: 1.35;
}

.common-item a:not(.btn), .common-item a:not(.btn):hover, .common-item a:not(.btn):focus {
    color: #444;
}

.common-item a:not(.btn), .common-item a:not(.btn) {
    text-decoration: underline;
}

.common-item a:not(.btn):hover, .common-item a:not(.btn):focus {
    color: #9dc02e;
    text-decoration: none;
}

.common-item a:not(.btn):active {
    color: #87a43d;
}


.common-items .name {
    margin-top: 0;
}

.common-items .name,
.common-items .name a {
    color: #9dc02e;
    font-size: 22px;
}

.common-items .thumbnail {
    margin: 0;
    border: none;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
}

.common-items .thumbnail img {
    border-radius: 0;
}

.common-items .wrap-btn-detailed .icomoon {
    position: relative;
    top: -2px;
    margin-right: 4px;
    font-size: 8px;
}


.common-item .date, .common-items .date,
.common-item .deadline, .common-items .deadline {
    display: block;
    margin-bottom: 10px;
    color: #0d71ba;
    font-size: 14px;
}


.common-item .follow-us-navbar {
    margin-top: 20px;
}

.common-item .follow-us-navbar .nav > li > a {
    background: #0d71ba;
    color: #fff;
    text-decoration: none;
}

.common-item .follow-us-navbar .nav > li > a:hover, .common-item .follow-us-navbar .nav > li > a:focus {
    background: #075087;
    color: #fff;
}

.common-item .follow-us-navbar .nav > li > a:active {
    background: #1b2631;
    color: #fff;
}


.text-item .deadline .left-day, .common-items .deadline .left-day {
    font-weight: 400;
}


.article-item h1, .article-item .h1 {

}



.date-by-parts {
    color: #0d71ba;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.date-by-parts .day, .date-by-parts .month, .date-by-parts .year {
    display: block;
}

.date-by-parts .day {
    font-size: 40px;
    font-family: MyriadProCond, 'Myriad Pro', sans-serif;
    font-weight: 700;
}

.date-by-parts .month {
    font-family: MyriadProCond, 'Myriad Pro', sans-serif;
}

.date-by-parts .year {
    font-weight: 700;
}



.contacts-item h2, .contacts-item .h2,
.contacts-item h3, .contacts-item .h3,
.contacts-item h4, .contacts-item .h4 {
    margin-bottom: 10px;
}

.contacts-item .phone-items a {
    line-height: 1.25;
    text-decoration: none;
}

.contacts-item .address {
    text-transform: uppercase;
}


.characteristic-items {
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
}

.characteristic-items:after {
    content: '';
    clear: both;
    display: table;
}

.characteristic-items dt, .characteristic-items dd {
    width: 50%;
    padding: 0;
    float: left;
    position: relative;
    line-height: 1.1;
}


.characteristic-items dt {
    padding-top: 1px;
    clear: left;
    font-family: MyriadProCond, 'Myriad Pro', sans-serif;
}

.characteristic-items dt:after {
    content: ':';
}

.characteristic-items dd {
    padding-top: 3px;
    font-family: 'Myriad Pro', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 768px) {
    .characteristic-items {
        margin-bottom: 25px;
        font-size: 18px;
    }

    .characteristic-items dt {
        width: 40%;
    }

    .characteristic-items dd {
        width: 60%;
    }
}



.realestate-common {
    color: #fff;
}

.realestate-common .item {
    position: relative;
}

.realestate-common .name, .realestate-common .name a {
    margin: 0;
    color: #9dc02e;
    font-size: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.realestate-common .thumbnail-col {
    height: 265px;
    overflow: hidden;
}

.realestate-common .thumbnail {
    display: block;
    height: 100%;
    text-align: center;
}

.realestate-common .thumbnail img {
    display: inline-block;
    margin: 0 -50%;
    width: auto;
    max-width: none;
    height: 100%;
}

.realestate-common .main-col {
    padding: 20px;
    background: #1b2631;
}

.realestate-common .type {
    min-height: 20px;
    margin-bottom: 16px;
    font-size: 14px;
}

.realestate-common .description {
    width: 60%;
    font-size: 14px;
    line-height: 1.1;
}

.realestate-common .price-item {
    width: 60%;
    color: #fff;
    font-size: 30px;
    font-family: MyriadProCond, 'Myriad Pro', sans-serif;
    font-weight: 700;
    white-space: nowrap;
    background: #9dc02e;
}

.realestate-common .footer {
    width: 100%;
    height: 60px;
}

.realestate-common .footer > .div-table-cell {
    text-align: center;
    vertical-align: middle;
}

.realestate-common .operation {
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    font-family: MyriadProCond, 'Myriad Pro', sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
}

.realestate-common .operation-name {
    display: block;
    color: #9dc02e;
    font-size: 18px;
}

.realestate-common .footer .operation {
    text-align: left;
}

.realestate-common .wrap-btn-location .icomoon {
    margin-right: 10px;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .realestate-common .footer {
        height: 80px;
    }

    .realestate-common .operation-name {
        font-size: 22px;
    }
}



.realestate-items.s1 .description {
    display: none;
}

.realestate-items.s1 .footer {
    width: 100%;
}

.realestate-items.s1 .wrap-btn-all {
    position: absolute;
}


@media only screen and (max-width: 767px) {
    .realestate-items.s1 .main-col {
        height: 175px;
    }

    .realestate-items.s1 .wrap-btn-all {
        left: 0;
        bottom: -50px;
    }

    .realestate-items.s1 .wrap-btn-all .btn {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media only screen and (min-width: 768px) {
    .realestate-items.s1 .item-inner {
        padding-left: 400px;
    }

    .realestate-items.s1 .thumbnail-col {
        float: right;
        width: 100%;
        height: 400px;
    }

    .realestate-items.s1 .main-col {
        float: left;
        margin-left: -400px;
        width: 400px;
        height: 320px;
        padding: 25px;
    }

    .realestate-items.s1 .type {
        margin-bottom: 40px;
    }

    .realestate-items.s1 .description {
        display: block;
        max-height: 64px;
        overflow: hidden;
    }

    .realestate-items.s1 .footer {
        position: absolute;
        bottom: 0;
        width: 400px;
    }

    .realestate-items.s1 .wrap-btn-all {
        left: 418px;
        bottom: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .realestate-items.s1-sm .item-inner {
        padding-left: 240px;
    }

    .realestate-items.s1-sm .main-col {
        margin-left: -240px;
        width: 240px;
        padding: 20px;
    }

    .realestate-items.s1-sm .characteristic-items {
        font-size: 18px;
    }

    .realestate-items.s1-sm .description {
        display: none;
    }

    .realestate-items.s1-sm .footer {
        width: 240px;
    }

    .realestate-items.s1-sm .price-item {
        width: 50%;
        font-size: 25px;
    }
}


.realestate-items.s2 .item {
    margin: 0 0 30px;
    background: #1b2631;
}

.realestate-items.s2 .characteristic-items {
    min-height: 83px;
    margin-bottom: 0;
    font-size: 16px;
}

.realestate-items.s2 .characteristic-items dt, .realestate-items.s2 .characteristic-items dd {
    width: 50%;
}

.realestate-items.s2 .footer {
    height: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .realestate-items.s2 .main-col {
        padding: 15px;
    }

    .realestate-items.s2 .footer > .div-table-cell {
        width: 50%;
    }

    .realestate-items.s2 .characteristic-items {
        font-size: 15px;
    }

    .realestate-items.s2 .price-item {
        font-size: 25px;
    }
}



.realestate-item .main-col, .realestate-item .footer {
    background: #1b2631;
}

.realestate-item .footer {
    margin-bottom: 30px;
}


.realestate-item .thumbnail-col {
    height: auto;
}

.realestate-item .item-photo-wrap {
    position: relative;
    margin-bottom: 30px;
    height: 400px;
    overflow: hidden;
}

.realestate-item .item-photo {
    position: relative;
}

.realestate-item .item-photo:hover:before {
    opacity: 1;
}

.realestate-item .item-photo-wrap .thumbnail {
    height: auto;
}

.realestate-item .item-photo-wrap img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    cursor: pointer;
}

.realestate-item .item-photo-wrap img + img {
    margin-top: -74.074%;/*540x400*/
    opacity: 0;
}
/*
.realestate-item .item-photo-wrap.video .thumbnail:before {
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    background: url(/images/sprite.png) no-repeat -72px -136px;
    display: block;
    opacity: .8;
}

.realestate-item .item-photo-wrap.video .thumbnail:hover:before {
    opacity: 1;
}
*/

.realestate-item .thumbs {
    margin: 0 -12px;
}

.realestate-item .thumbs > li {
    float: left;
    margin-bottom: 10px;
    width: 33.3333%;
    padding: 0 12px;
}

.realestate-item .thumbs > li img {
    cursor: pointer;
}

.realestate-item .blueimp-gallery-carousel {
    padding-bottom: 74.074%;/*540x400*/
}

.realestate-item .blueimp-gallery-carousel .indicator {
    display: block;
}

.realestate-item .description {
    width: auto;
    color: #888;
    font-size: 15px;
    line-height: 1.25;
}


@media only screen and (max-width: 767px) {
    .realestate-item .characteristic-items {
        margin-bottom: 20px;
    }

    .realestate-item .footer > .div-table-cell {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    .realestate-item .main-col {
        height: 320px;
    }
}



.top-universities .block-header h2, .top-universities .block-header .h2,
.top-universities .block-header h3, .top-universities .block-header .h3 {
    color: #1B2631;
}

.top-universities .nav {
    margin-bottom: 15px;
}

.top-universities .nav > li > a {
    padding: 7px 0;
    background: none;
    font-size: 18px;
    color: #4F4F4F;
    /*font-family: 'Myriad Pro', sans-serif;*/
    line-height: 1.1;
    /*text-transform: uppercase;*/
}

.top-universities .nav > li > a:hover, .top-universities .nav > li > a:focus {
    color: #666;
}

.top-universities .nav > li > a:active {
    color: #444;
}

@media only screen and (max-width: 767px) {
    .top-universities {
        margin-bottom: 30px;
    }
}


.university-common .name {
    margin-top: 0;
}

.university-common .name, .university-common .name a {
    color: #444;
    font-size: 22px;
}

.university-common .original-name {
    margin-top: 0;
    color: #0d71ba;
    font-size: 18px;
    font-family: MyriadProCond, 'Myriad Pro', sans-serif;
    font-weight: 700;
}

.university-common .thumbnail {
    width: 100%;
    margin-bottom: 10px;
    height: 140px;
    padding: 10px;
    border: 1px solid #cdcdcd;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.university-common .thumbnail:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.university-common .thumbnail img {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
}

.university-common .thumbnail:hover {
     border-color: #aaa;
 }

.university-common .directions {
    margin-bottom: 5px;
}

.university-common .direction-label {
    display: inline;
    margin-right: 5px;
    color: #9dc02e;
    font-size: 18px;
    font-family: MyriadProCond, 'Myriad Pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.university-common .direction-label:after {
    content: ': ';
}

.university-common .list-directions {
    display: inline;
    margin: 0;
    font-size: 14px;
}

.university-common .list-directions li {
    display: inline;
    padding: 0;
}

.university-common .list-directions li:not(:last-child):after {
    content: ', ';
}

.university-common .city,
.university-common .website a {
    color: #444;
    font-size: 14px;
}

.university-common .media-item .thumbnail {
    width: auto;
    height: auto;
    padding: 0;
    border: none;
}

.university-common .media-item .thumbnail:before {
    display: none;
}



.university-items.s1 .item {
    margin-bottom: 15px;
}

.university-items.s1 .name {
    margin-top: 5px;
    height: 47px;
    overflow: hidden;
}

.university-items.s1 .name, .university-items.s1 .name a {
    font-size: 14px;
}



.university-items.s2 .item {
    padding: 35px 0 15px;
}

.university-items.s2 .item + .item {
    border-top: 1px solid #9dc02e;
}

.university-items.s2 .description {
    color: #888;
}





.medical-institution.university-items.s2 .item {
    padding: 15px 0;
}




.text-items.s1 .name, .text-items.s1 .name a,
.text-items.s2 .name, .text-items.s2 .name a {
    color: #444;
    font-size: 18px;
    line-height: 1;
    text-transform: none;
}

.text-items.s1 .description p,
.text-items.s2 .description p {
    color: #888;
    font-size: 13px;
    line-height: 1.25;
}



.text-items.s2 .item {
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 3px solid #444;
}

.text-items.s2 .item:hover {
    background: #fbffed;
    box-shadow: -10px 0 0 #fbffed, 10px 0 0 #fbffed;
}

.text-items.s2 .name {
    margin-bottom: 15px;
}


.text-items.s3 .item {
    position: relative;
    margin-bottom: 15px;
    padding: 15px 25px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.text-items.s3 .item:hover {
    background: #fbffed;
}

.text-items.s3 .item:not(.collapsed) {
    border-color: #fbffed;
    background: #fbffed;
}

.text-items.s3 .item:before {
    content: '\ea0a';
    position: absolute;
    right: 8px;
    top: 5px;
    color: #9dc02e;
    font-size: 9px;
    font-family: icomoon;
}

.text-items.s3 .item:not(.collapsed):before {
    content: '\ea0b';
}

.text-items.s3 .name {
    margin-bottom: 15px;
}



.text-block-item {
    padding-bottom: 30px;
}

.text-block-item p {
    color: #444;
    font-size: 14px;
    line-height: 1.25;
}

.text-block-item .list-default {
    font-size: 14px;
}

.text-block-item .list-default > li:before {
    margin-top: 4px;
}



.medical-specialization-list {
    position: relative;
    margin-bottom: 30px;
    padding: 15px 0;
    background: #f5f9ea;
    color: #0d71ba;
    font-size: 18px;
    font-family: MyriadProCond, 'Myriad Pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.medical-specialization-list:before, .medical-specialization-list:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 500%;
    height: 100%;
    background: #f5f9ea;
}

.medical-specialization-list:before {
    left: -500%;
}

.medical-specialization-list:after {
    right: -500%;
}

.medical-specialization-list li {
    position: relative;
    padding: 10px 0 10px 45px;
}

.medical-specialization-list li:before {
    content: '\ea0a';
    position: absolute;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    background: #9dc02e;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    font-family: icomoon;
    text-align: center;
}



.gallery-items.s2 .media-item {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-items.s2 .name {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: rgba(27, 38, 49, .8);
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    transform: translateY(100%);
    transition: all 200ms ease-out 0s;
}

.gallery-items.s2 .media-item:hover {
    box-shadow: 0 0 0 3px #ececec;
}

.gallery-items.s2 .media-item:hover .name {
    transform: translateY(0%);
}



.special-block {
    /*padding: 15px;*/
    /*background: #1b2631;*/
}

.special-block iframe{
    width: 100%;
    height: 220px;
}

.special-block .block-wrapper{
    background: #1B2631;
    padding: 30px;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
}

.special-block .uname{
    font-size: 22px;
    font-weight: bold;
    color: white;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}
.special-block .date{
    font-size: 15px;
    color: white;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

.special-block .list-square-marker {
    margin-bottom: 20px;
}


.special-block-education .svgicon {
    position: relative;
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 34px;
}

.special-block-education .block-header {
    margin-bottom: 34px;
}

.special-block-education .block-header h2, .special-block-education .block-header .h2,
.special-block-education .block-header h3, .special-block-education .block-header .h3 {
    margin-top: 3px;
}

@media only screen and (max-width: 767px) {
    .special-block {
        padding: 10px;
    }

    .special-block-education .footer .btn {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .special-block-education .main-col {
        /*padding: 25px;*/
    }
}




.common-comments-list .item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.common-comments-list .item + .item {
    padding-top: 25px;
    border-top: 1px solid #9dc02e;
}

.common-comments-list .review-header {
    margin-bottom: 10px;
}

.common-comments-list .author {
    display: inline-block;
    margin-right: 30px;
    color: #9dc02e;
    font-size: 25px;
    font-family: MyriadProCond, 'Myriad Pro', sans-serif;
    font-weight: bold;
}

.comments-form-wrap {
    margin-top: 30px;
}




.wrapper-gmap {
    margin: 0;
}

.gmap {
    width: 100%;
    height: 500px;
    border: none;
    border-radius: 0;
}

@media only screen and (max-width: 767px) {
    .gmap {
        height: 250px;
    }
}




.wrapper-tabs-accordion {
    margin-top: 30px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li > a {
    padding: 0 25px;
    border-radius: 0;
    border-color: #f2f2f2;
    background: #f2f2f2;
    color: #0d71ba;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    white-space: nowrap;
}

.nav-tabs > li.active > a {
    position: relative;
    border-color: #cdcdcd;
    border-bottom-color: #fff;
    background: #fff;
    color: #0d71ba;
}

.nav-tabs > li.active > a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    z-index: 1;
    background: #fff;
}

.nav-tabs > li:not(.active) > a:hover, .nav-tabs > li:not(.active) > a:focus {
    border-color: #eaeaea;
    background: #eaeaea;
}

.nav-tabs > li:not(.active) > a:active {
    border-color: #e2e2e2;
    background: #e2e2e2;
    color: #075087;
}

.tab-content {
    position: relative;
}

.tab-pane {
    padding: 25px;
    border: 1px solid #cdcdcd;
    border-radius: 0;
}





.form-feedback {
    margin-top: 10px;
}


.form-filter {
    margin-bottom: 30px;
    padding-top: 3px;
}

.form-filter .form-group {
    margin-bottom: 5px;
}

.form-filter .control-label {
    margin-bottom: 0;
    font-size: 16px;
    /*font-family: MyriadProCond, 'Myriad Pro', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    /*text-transform: uppercase;*/
}

.form-filter .form-group-xs .control-label {
    font-size: 14px;
}

.form-filter .wrap-btn-send {
    margin-top: 10px;
    text-align: left;
}

.form-filter .btn[data-type="clear"] {
    font-size: 14px;
}


.wrapper-form-request {
    margin-top: 65px;
}

.form-request .form-group {
    margin-bottom: 2px;
}

.form-request .form-group-captcha {
    margin-top: 10px;
}

.form-request .wrap-btn-send {
    margin-top: 37px;
}

.form-education-request {
    padding: 10px 15px;
    background: #9dc02e;
}

.form-education-request .help-block {
    color: #666;
}

.form-education-request .form-control, .form-education-request .btn-group .dropdown-toggle {
    border-color: #d0d0d0;
}



.university-filter {
    margin-bottom: 15px;
    padding: 10px;
    background: #9dc02f;
}

.university-filter .form-group {
    margin-bottom: 0;
}

.university-filter .btn-group .dropdown-toggle {
    border-color: #444;
}

.university-filter .wrap-btn-send {
    margin-top: 23px;
}




.docs-list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid transparent;
    display: table;
}

.docs-list li {
    list-style: none;
    margin: 0;
    display: table-row;
}

.docs-list li + li > div {
    /*border-top: 1px solid #ddd;*/
}

.docs-list li > div {
    padding: 10px 12px;
    vertical-align: middle;
    display: table-cell;
}

.docs-list li:hover > div {
    background: #f9f9f9;
}

.docs-list li > div:nth-child(2) {
    width: 100%;
}

.docs-list li p {
    line-height: 13px;
    padding: 2px 0;
    margin: 0;
}

.docs-list li > .ico {
    width: 27px;
    vertical-align: top;
    padding-right: 0;
}

.docs-list li > .ico:before {
    width: 27px;
    height: 32px;
    content: '';
    font-size: 0;
    margin-top: 4px;
    background: url(/images/files-32x32.png) no-repeat -2px 0;
    display: inline-block;
}

.docs-list li.txt > .ico:before {
    background-position: -34px 0;
}

.docs-list li.doc > .ico:before, .docs.list li.docx > .ico:before {
    background-position: -66px 0;
}

.docs-list li.xls > .ico:before, .docs.list li.xlsx > .ico:before {
    background-position: -98px 0;
}

.docs-list li.pds > .ico:before {
    background-position: -130px 0;
}

.docs-list li.rar > .ico:before {
    background-position: -162px 0;
}

.docs-list li.zip > .ico:before {
    background-position: -194px 0;
}

.docs-list li._7z > .ico:before {
    background-position: -226px 0;
}

.docs-list li.htm > .ico:before {
    background-position: -258px 0;
}

.docs-list li.jpg > .ico:before, .docs-list li.jpeg > .ico:before, .docs-list li.png > .ico:before {
    background-position: -290px 0;
}

@media only screen and (max-width: 991px) {
    .docs-list li > div:first-child, .docs-list li > div:last-child {
        padding-left: 0;
        padding-right: 0;
    }

    .docs-list .btn {
        padding: 4px 10px;
    }
}


.popover {
    padding: 0;
    border-radius: 0;
}

.popover-content {
    color: #272727;
    padding: 5px;
}




.slider, .rotation {
    position: relative;
}

.slider .box, .rotation .box {
    position: relative;
    overflow: hidden;
}

.slider .list, .rotation .list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider .list {
    position: absolute;
    left: 0;
    top: 0;
}

.rotation .list {
    position: relative;
}

.slider .list-item, .rotation .list-item {
    padding: 0;
    margin: 0;
}

.rotation .list-item {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    display: block;
    z-index: 0;
    overflow: hidden;
}

.slider .thumbnail, .rotation .thumbnail {
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: middle;
    display: table-cell;
    background: none;
}

.slider-control {
    position: absolute;
    overflow: hidden;
}

.destroyed .slider-control {
    display: none;
}

.slider-indicators ul {
    list-style: none;
}

.slider-indicators ul, .slider-indicators li {
    position: relative;
    margin: 0;
    padding: 0;
}


/* main rotation */
.rotation-main, .rotation-main .box, .rotation-main .list, .rotation-main .list-item {
    width: 100%;
    height: 600px;
}


.rotation-main .list-item {
    height: 100%;
    padding: 25px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}

.rotation-main .list-item:first-child {
    position: relative;
    opacity: 1;
}

.rotation-main .wrapper-item {
    position: relative;
    height: 350px;
    padding: 10px;
    background: rgba(40, 56, 72, .2);
}

.rotation-main .item {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(40, 56, 72, .5);
}

.rotation-main .slider-indicators {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 5;
    text-align: center;
    display: none;
}

.rotation-main .slider-indicators ul {
    display: inline-block;
}

.rotation-main .slider-indicators li {
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #9dc02e;
    cursor: pointer;
}

.rotation-main .slider-indicators li.active {
    background: #9dc02e;
}

.rotation-main .slider-indicators li + li {
    margin-left: 10px;
}


.rotation-main .content {
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}

.rotation-main .content .title{
    font-size: 55px;
    font-weight: bold;
    color: #1B2631;
}

.rotation-main .content .sub-title{
    font-size: 20px;
    color: #1B2631;
}

.rotation-main .content .btn-form{
    margin-top: 20px;
}
.btn-form{
    background: #EB5757;
    color: white;
    font-size: 22px;
    text-align: center;
    text-transform: none;
    /* height: 60px; */
    /* line-height: 60px; */
    padding: 14px 0;
    height: auto;
    min-width: 300px;
    border: 0;
    font-family: 'Poppins', sans-serif;
}

.btn-form:hover,
.btn-form:active,
.btn-form:focus{
    background: #eb3c42;
}

@media only screen and (min-width: 992px) {
    .rotation-main .content {
        padding-top: 40px;
        /*padding-top: 67px;*/
    }
}

.rotation-main .content .name {
    margin-bottom: 10px;
    color: #fff;
    font-size: 35px;
    font-family: 'Myriad Pro', sans-serif;
    text-transform: uppercase;
}

.rotation-main .content .list-square-marker {
    display: inline-block;
    text-align: left;
}


/* slider-realestate */
.slider-realestate {
    height: 500px;
    background: #1b2631;
}

.slider-realestate .box {
    height: inherit;
}

.slider-realestate .list-item {
    float: left;
    width: 300px;
}

@media only screen and (max-width: 767px) {
    .slider-realestate {
        margin-bottom: 50px;
    }

    .slider-realestate .slider-control {
        bottom: -50px;
    }

    .slider-realestate .slider-control.prev {
        right: 44px;
    }

    .slider-realestate .slider-control.next {
        right: 0;
    }
}

@media only screen and (min-width: 480px) {
    .slider-realestate .list-item {
        width: 460px;
    }
}

@media only screen and (min-width: 768px) {
    .slider-realestate {
        height: 400px;
    }

    .slider-realestate .list-item {
        width: 748px;
    }

    .slider-realestate .slider-control {
        bottom: 13px;
    }

    .slider-realestate .slider-control.prev {
        right: 62px;
    }

    .slider-realestate .slider-control.next {
        right: 18px;
    }


    .slider-realestate-sm .list-item {
        width: 620px;
    }
}

@media only screen and (min-width: 992px) {
    .slider-realestate .list-item {
        width: 940px;
    }


    .slider-realestate-sm .list-item {
        width: 620px;
    }
}


/* slider-medical */
.slider-medical {
    padding-bottom: 40px;
}

.slider-medical .box, .slider-medical .list {
    height: 320px;
}

.slider-medical .box {
    margin: 0 -10px;
}

.slider-medical .list-item {
    float: left;
    width: 320px;
    padding: 0 10px;
}

.slider-medical .thumbnail {
    display: block;
}

.slider-medical .slider-control.prev {
    right: 44px;
}

.slider-medical .slider-control.next {
    right: 0;
}

.slider-medical .wrap-btn-all {
    position: absolute;
}



.datepicker {
    color: #000;
}

.datepicker:before {
    border-bottom-color: #fff !important;
}

.datepicker:after {
    border-bottom: 6px solid #999;
}




.modal-open .modal {
    min-width: 300px;
}

.modal-backdrop, .modal-backdrop.fade.in {
    position: fixed;
    bottom: 0;
    z-index: 1030;
    background: #000;
}

.modal {
    width: 600px;
    margin-left: -300px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: #fff;
}

.modal.no-bg{
    background: none;
}

.modal-header {
    border: #fff;
    padding: 10px 20px;
    background: #0d71ba;
}

.modal-header:after {
    content: ' ';
    clear: both;
    display: table;
}

.modal-header .close {
    margin: 0 -10px 0 0;
    color: #fff;
    text-transform: uppercase;
    border-color: transparent;
    background: transparent;
    opacity: .75;
    filter: none;
}

.modal-header .close:hover, .modal-header .close:focus {
    color: #fff;
    border-color: transparent;
    background: transparent;
    opacity: 1;
}

.modal-header .close:active {
    color: #2c5b67;
    border-color: #fff;
    background: #fff;
}

.modal-header .modal-title {
    padding-top: 5px;
    color: #fff;
    font-size: 25px;
    font-family: MyriadProCond, 'Myriad Pro', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    /*text-transform: uppercase;*/
}

.modal-body .btn-wrap {
    text-align: right;
}

.modal-body .btn-wrap.form-group {
    margin-bottom: 0;
}

.modal-footer {
    border: none;
}


.modal-body, .modal-footer {
    padding: 20px;
}





.blueimp-gallery {
    background: #000;
    background: rgba(0, 0, 0, .7);
}

.blueimp-gallery-carousel {
    padding-bottom: 100%;
}

@media only screen and (orientation: landscape) {
    .blueimp-gallery-carousel {
        padding-bottom: 56.25%;
    }
}

.blueimp-gallery.mobile-thumbs {
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
}

.blueimp-gallery.mobile-thumbs > .indicator > li {
    width: 10px;
    height: 10px;
    border: 2px solid #9dc02e;
    border-radius: 0;
    opacity: 1;
    background: #fff;
    box-shadow: none;
}

.blueimp-gallery.mobile-thumbs > .indicator > li.active {
    background: #9dc02e;
}

.wrapper-mobile-thumbs {
    overflow: hidden;
}



/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*.dow {
      border-top: 1px solid #ddd !important;
    }*/

}

.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}

.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    /*border-bottom: 6px solid #ffffff;*/
    position: absolute;
    top: -6px;
    left: 7px;
}

.datepicker > div {
    display: none;
}

.datepicker table {
    width: 100%;
    margin: 0;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker td.day.disabled {
    color: #eeeeee;
}

.datepicker td.old,
.datepicker td.new {
    color: #999999;
}

.datepicker td.active,
.datepicker td.active:hover {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
    background-color: #003399 \9;
}

.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker td span:hover {
    background: #eeeeee;
}

.datepicker td span.active {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

.datepicker td span.active:active,
.datepicker td span.active.active {
    background-color: #003399 \9;
}

.datepicker td span.old {

    color: #999999;
}

.datepicker th.switch {
    width: 145px;
}

.datepicker th.next,
.datepicker th.prev {
    font-size: 21px;
}

.datepicker thead tr:first-child th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
    background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Boostrap 3 patch for for bootstrap-modal. Include BEFORE bootstrap-modal.css!
 */

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

.modal {
    left: 50%;
    bottom: auto;
    right: auto;
    /*-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);*/
    /*box-shadow: 0 3px 9px rgba(0, 0, 0, .5);*/
    background-clip: padding-box;
    opacity: .5;
}

.modal.container {
    max-width: none;
}

.modal-open {
    overflow: hidden;
}

.modal-open.page-overflow .page-container, .modal-open.page-overflow .page-container .navbar-fixed-top, .modal-open.page-overflow .page-container .navbar-fixed-bottom, .modal-open.page-overflow .modal-scrollable {
    overflow-y: scroll;
}

@media (max-width: 979px) {
    .modal-open.page-overflow .page-container .navbar-fixed-top, .modal-open.page-overflow .page-container .navbar-fixed-bottom {
        overflow-y: visible;
    }
}

.modal-scrollable {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.modal {
    outline: none;
    position: absolute;
    margin-top: 0;
    top: 50%;
    overflow: visible;
}

.modal.fade {
    top: -100%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}

.modal.fade.in {
    top: 50%;
}

.modal-body {
    max-height: none;
    overflow: visible;
}

.modal.modal-absolute {
    position: absolute;
    z-index: 950;
}

.modal .loading-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 4px;
}

.modal-backdrop.modal-absolute {
    position: absolute;
    z-index: 940;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: .7;
    filter: alpha(opacity=70);
}

.modal.container {
    width: 940px;
    margin-left: -470px;
}

.modal-overflow.modal {
    top: 1%;
}

.modal-overflow.modal.fade {
    top: -100%;
}

.modal-overflow.modal.fade.in {
    top: 1%;
}

.modal-overflow .modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 1200px) {
    .modal.container {
        width: 1170px;
        margin-left: -585px;
    }
}

@media (max-width: 979px) {
    .modal, .modal.container, .modal.modal-overflow {
        top: 1%;
        right: 1%;
        left: 1%;
        bottom: auto;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .modal.fade.in, .modal.container.fade.in, .modal.modal-overflow.fade.in {
        top: 1%;
        bottom: auto;
    }

    .modal-body, .modal-overflow .modal-body {
        position: static;
        margin: 0;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .modal-footer, .modal-overflow .modal-footer {
        position: static;
    }
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
}

/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px);
    }
}

@-o-keyframes shake {
    0%, 100% {
        -o-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -o-transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}

/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden;
}

.blueimp-gallery > .slides > .slide > .slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
}

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    /* Set the carousel width/height ratio to 16/9: */
    /*padding-bottom: 56.25%;*/
    /*padding-bottom:100%;*/
    background: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.blueimp-gallery-display {
    display: block;
    opacity: 1;
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.blueimp-gallery-carousel > .slides {
    position: absolute;
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.blueimp-gallery > .slides > .slide-loading {
    background: url(/images/blueimp/loading.gif) center no-repeat;
    background-size: 64px 64px;
}

.blueimp-gallery > .slides > .slide-loading > .slide-content {
    opacity: 0;
}

.blueimp-gallery > .slides > .slide-error {
    background: url(/images/blueimp/error.png) center no-repeat;
}

.blueimp-gallery > .slides > .slide-error > .slide-content {
    display: none;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    cursor: pointer;
    display: none;
}

.blueimp-gallery > .next {
    left: auto;
    right: 15px;
}

.blueimp-gallery > .close,
.blueimp-gallery > .title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: 0.8;
    display: none;
}

.blueimp-gallery > .close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
}

.blueimp-gallery > .play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(/images/blueimp/play-pause.png) 0 0 no-repeat;
    cursor: pointer;
    opacity: 0.5;
    display: none;
}

.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0;
}

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1;
}

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
    display: none;
}

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(/images/blueimp/error.svg);
}

body:last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(/images/blueimp/play-pause.svg);
}

body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px;
}

* + html .blueimp-gallery > .slides > .slide > .slide-content {
    position: relative;
}

/*
 * blueimp Gallery Indicator CSS 1.1.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery > .indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none;
}

.blueimp-gallery > .indicator > li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 6px 3px 0 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: rgba(255, 255, 255, 0.25) center no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
    opacity: 0.5;
    cursor: pointer;
}

.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
}

.blueimp-gallery-controls > .indicator {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery-single > .indicator {
    display: none;
}

.blueimp-gallery > .indicator {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* IE7 fixes */
* + html .blueimp-gallery > .indicator > li {
    display: inline;
}

/*
 * blueimp Gallery Video Factory CSS 1.3.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery > .slides > .slide > .video-content > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    /* Prevent artifacts in Mozilla Firefox: */
    -moz-backface-visibility: hidden;
}

.blueimp-gallery > .slides > .slide > .video-content > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blueimp-gallery > .slides > .slide > .video-content > iframe {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.blueimp-gallery > .slides > .slide > .video-playing > iframe {
    top: 0;
}

.blueimp-gallery > .slides > .slide > .video-content > a {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -64px auto 0;
    width: 128px;
    height: 128px;
    background: url(/images/blueimp/video-play.png) center no-repeat;
    opacity: 0.8;
    cursor: pointer;
}

.blueimp-gallery > .slides > .slide > .video-content > a:hover {
    opacity: 1;
}

.blueimp-gallery > .slides > .slide > .video-playing > a,
.blueimp-gallery > .slides > .slide > .video-playing > img {
    display: none;
}

.blueimp-gallery > .slides > .slide > .video-content > video {
    display: none;
}

.blueimp-gallery > .slides > .slide > .video-playing > video {
    display: block;
}

.blueimp-gallery > .slides > .slide > .video-loading > a {
    background: url(/images/blueimp/loading.gif) center no-repeat;
    background-size: 64px 64px;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
    background-image: url(/images/blueimp/video-play.svg);
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide > .video-content {
    height: 100%;
}

* + html .blueimp-gallery > .slides > .slide > .video-content > a {
    left: 50%;
    margin-left: -64px;
}

.become-student-wrapper{
    background: #F2F2F2;
    /*background: #F2F2F2;*/
    padding: 30px 0 80px 0;
}

.become-student-wrapper h2{
    margin-bottom: 50px;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    color: #1B2631;
}

.become-student-wrapper .steps-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;

}

.become-student-wrapper .steps-wrapper .step{
    /*padding: 30px;*/
    color: white;
    display: flex;
    min-height: 235px;
    align-items: center;
    width: 33.333%;
    border: 2px solid white;
    position: relative;

    background: #c0c0c0;
}

.become-student-wrapper .steps-wrapper .step:after{
    width: 0;
    height: 0;
    border-top: 115px solid transparent;
    border-bottom: 115px solid transparent;
    border-left: 30px solid #000000;
    content: '';
    position: absolute;
    right: -30px;
    z-index: 99;
}

.become-student-wrapper .steps-wrapper .step:before{
    width: 0;
    height: 0;
    border-top: 120px solid transparent;
    border-bottom: 120px solid transparent;
    border-left: 30px solid #fff;
    content: '';
    position: absolute;
    right: -33px;
    z-index: 99;
}

.become-student-wrapper .steps-wrapper .step.step-1{
    background: #4F4F4F;
}

.become-student-wrapper .steps-wrapper .step.step-1:after{
    border-left: 30px solid #4F4F4F;
}

.become-student-wrapper .steps-wrapper .step.step-2{
    background: #0D71BA;
    padding-left: 20px;
}

.become-student-wrapper .steps-wrapper .step.step-2:after{
    border-left: 30px solid #0D71BA;
}

.become-student-wrapper .steps-wrapper .step.step-3{
    background: #9EC037;
    padding-left: 20px;
}

.become-student-wrapper .steps-wrapper .step.step-3:after{
    border-left: 30px solid #9EC037;
}

/*.become-student-wrapper .step:after{*/
    /*width: 0;*/
    /*height: 0;*/
    /*border: 0 solid transparent;*/
    /*border-bottom-width: 100px;*/
    /*border-top-width: 100px;*/
    /*border-left: 30px solid red;*/
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*right: 0;*/
/*}*/

/*.become-student-wrapper .steps-wrapper .step.step-1{*/
    /*background: #fff;*/
    /*clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);*/
/*}*/
/*
.become-student-wrapper .steps-wrapper .step.step-1:after{
    clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
    position: absolute;
    right: 3px;
    background: #4F4F4F;
    display: block;
    content: '';
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    z-index: -1;
}

.become-student-wrapper .steps-wrapper .step.step-1{
    z-index: 2;
}

.become-student-wrapper .steps-wrapper .step.step-2{
    left: -40px;
    padding-left: 25px;
    padding-right: 45px;
    z-index: 1;

}

.become-student-wrapper .steps-wrapper .step.step-3{
    left: -85px;
    padding-right: 35px;
    padding-left: 25px;
}
*/
/*-------------------*/

/*.become-student-wrapper .steps-wrapper .step.step-2{*/
    /*background: #fff;*/
    /*clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);*/
/*}*/
/*
.become-student-wrapper .steps-wrapper .step.step-2:after{
    clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
    position: absolute;
    right: 3px;
    background: #0D71BA;
    display: block;
    content: '';
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    z-index: -1;
}
*/
/*.become-student-wrapper .steps-wrapper .step.step-2{*/
    /*background: #0D71BA;*/
/*}*/

/*.become-student-wrapper .steps-wrapper .step.step-3{*/
    /*background: #9EC037;*/
/*}*/

/*------------------------*/

/*.become-student-wrapper .steps-wrapper .step.step-3{*/
    /*background: #fff;*/
    /*clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);*/
/*}*/
/*
.become-student-wrapper .steps-wrapper .step.step-3:after{
    clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
    position: absolute;
    right: 3px;
    background: #9EC037;
    display: block;
    content: '';
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    z-index: -1;
}
*/
/*.become-student-wrapper .steps-wrapper .step.poly{*/
    /*background: #fff;*/
    /*clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);*/
/*}*/

/*---*/

.become-student-wrapper .step .text{
    padding-right: 30px;
}


.become-student-wrapper .step .number{
    font-size: 80px;
    font-weight: bold;
    padding: 30px;
}

.become-student-wrapper .step .title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

.become-student-wrapper .step .description{
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
}

.become-student-wrapper .btn-wrap{
    text-align: center;
    margin-top: 40px;
}

.become-student-wrapper .btn-form{

}

@media only screen and (max-width: 992px) {
    .become-student-wrapper .steps-wrapper{
        display: block;
    }

    .become-student-wrapper .steps-wrapper .step{
        width: 100%;
    }

    .become-student-wrapper .steps-wrapper .step:before,
    .become-student-wrapper .steps-wrapper .step:after{
        display: none;
    }

    .rotation-main .content{
        padding-top: 50px;
    }

    .rotation-main .content .title{
        font-size: 45px;
    }
}

@media only screen and (max-width: 1200px) {
    .rotation-main .content{
        padding-top: 50px;
    }
}

.home-education h1,
.home-education h2,
.home-education h3,
.home-education .h1,
.home-education .h2,
.home-education .h3
{
    text-transform: none;
    color: #1B2631;
}

.home-education p{
    font-size: 16px;
    margin: 15px 0;
}

.home-education .thumbnail img{
    width: 100%;
}

.home-education h3,
.home-education .h3{
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}

.reviews-home h2,
.prices-table h2{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    color: #1B2631;
    font-weight: bold;
    font-size: 40px;
    text-transform: none;
    margin-bottom: 60px;
}

.reviews-home .review-item{
    padding: 20px;
    border: 1px solid #E0E0E0;
}

/* the slides */
.reviews-home .slick-slide {
    margin-left:20px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.reviews-home .slick-slide:after{
    display: block;
    content: '';
    width: 100%;
    height: 100px;
    background: red;
    bottom: 0;
    left: 0;
    position: absolute;



    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0+0,1+67 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}

/* the parent */
.reviews-home .slick-list {
    margin-left:-20px;
}

.reviews-home .u-data-wrap .inner{
    display: flex;
    align-items: center;
}

.reviews-home .u-data-wrap img{
    margin-right: 20px;
}

.reviews-home .text{
    margin-top: 20px;
    word-break: break-word;
}

.reviews-home .u-data-wrap .name{
    font-weight: 700;
    font-size: 22px;
    color: #1B2631;
}

.reviews-home .u-data-wrap .date{
    font-size: 15px;
    margin: 0;
    color: #1B2631;
}

.reviews-home .bottom-pan{
    overflow: hidden;
    margin-top: 30px;
}

.reviews-home .more-reviews{
    float: left;
    width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.reviews-home .arrow-wrap{
    float: right;
}

.reviews-home .arrow-wrap .arrows div{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
}

.reviews-home .btn-default{
    font-size: 18px;
}

.slick-slider .slick-track {
    min-width:100%;
}

.home-prices-table-wrapper{

}

.prices-table h2{
    margin-bottom: 0;
}

.prices-table .sub-title{
    font-size: 21px;
}

.prices-table .prices-list{
    margin-top: 30px;
    border: 2px solid #F2F2F2;
    position: relative;
}

.prices-table .head{
    background: #F2F2F2;
    padding: 15px;
    text-align: center;
    font-size: 21px;
    color: #4F4F4F;
    font-weight: bold;
}

.prices-table ol{
    font-size: 18px;
    padding: 30px 100px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .prices-table ol{
        padding: 30px;
    }
}

.prices-table li{
    margin-bottom: 15px;
}

.prices-table .inner-block-left{
    padding: 30px;
    border-right: 2px solid #F2F2F2;
}

.prices-table .price{
    font-size: 24px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.prices-table .col--1{
    width: 15%;
    border-right: 2px solid #F2F2F2;
    vertical-align: top;
    padding: 30px 0;
}
.prices-table .col--2{
    width: 85%;
}

.prices-table .tr-l{
    background: #F2F2F2;
}

.prices-table.is-hidden .total-price-wrapper{
   display: none;
}

.prices-table .total-price-wrapper .total-price-label{
    background: #828282;
    padding: 10px;
    width: 100%;
    color: white;
    font-size: 21px;
    text-align: center;
}

.prices-table .total-price-wrapper .total-price-value{
    font-size: 34px;
    text-align: center;
    padding: 25px 0;
}

.prices-table.is-hidden .table-inside{
    display: none;
}

.prices-table .show-details-wrapper{
    text-align: center;
    margin-top: 0;
}

.prices-table .show-details-wrapper .show-details-btn{
    width: 230px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.prices-table .prices-list-table-wrapper{
    position: relative;
}

.prices-table.is-hidden .prices-list-table-wrapper:after{
    display: block;
    content: '';
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.request-modal .wrapper-form-request{
    margin-top: 0;
}

.request-modal .block-header{
    /*display: none;*/
    text-align: center;
}

.request-modal .form-education-request{
    background: none;
    padding: 0;
}

.request-modal form{
    margin: 0;
}

.request-modal .form-group{
    margin-bottom: 10px;
}