/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Montserrat-Regular", sans-serif;
}

a, a:hover {
    text-decoration: none;
}

body {
    background-color: #fcfcfc;
}

.container {
    max-width: 1440px;
}

.wrapper {
    overflow: hidden;
}

/*header*/
.header-home {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transition: 0.3s ease-in-out; 
    background-color: #0e2647;
	/* background-color: rgb(27, 76, 136);*/

}
.header-home.active{
    background-color:  #0e2647;
    transition: 0.3s ease-in-out;
    box-shadow: 0 4px 20px 0 rgba(40, 43, 45, 0.07);

}

.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}

.header-logo {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 45px;
}

.header-logo img {
    width: auto;
    height: 70px;
}

.header-full-menu {
    display: block;
    padding: 0 15px;
}

.header-full-menu i {
    font-size: 20px;
    color: #ffffff;
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}

.header-menu li {
    padding: 0 5px;
}

.header-menu li:hover {
    background-color: #1b4c8a !important;
    border-radius: 2px;
    color: #1b4c8a;
}

.header-menu li a {
    color: #ffffff;
    font-size: 17px;
    white-space: nowrap;
}

.header-special {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
}

.header-special a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}

.header-special a:nth-child(1) i {
    font-size: 30px;
}

.header-special a i {
    font-size: 20px;
    color: #ffffff;
}

.header-search {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
}

.header-search i {
    font-size: 20px;
    color: #ffffff;
}

.header-lang .dropdown button {
    color: #ffffff;
    white-space: nowrap;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-lang .dropdown-menu {
    min-width: 100%;
    border: 0;
    padding: 0;
    background: white;
}

.header-lang .dropdown-menu .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
}

.mobile-menu i {
    color: #ffffff;
    font-size: 20px;
}

.uz .header-logo, .oz .header-logo {
    padding-right: 10px;
}

.uz a.hamburger, .oz a.hamburger {
    margin-right: 10px;
}

.oz .header-menu li, .uz .header-menu li, .en .header-menu li {
    padding: 0;
}

.oz .new-navbar .nav-item a {
    font-size: 14px;
}

.oz .header-special, .uz .header-special, .en .header-special {
    padding: 0 10px;
}

.oz .header-search, .uz .header-search, .en .header-search {
    padding-right: 10px;
}
.new-navbar .nav-item > .dropdown-menu {
    top: 35px !important;
}
.header-settings{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-logo-full-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*end of header*/

/*banner-main*/
.banner-main {
    position: relative;
    width: 100%;
    height: 840px;
    overflow: hidden;
    margin-top: 114px;
}

.home-bg-item:before {
    content: "";
    background-color: rgba(20, 30, 48, 0.75);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-bg-item {
    width: 100%;
    height: 100%;
}

.home-bg-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.banner-home {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1;
}

.banner-home-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*align-items: center;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left: 2px rgb(239, 212, 120) solid;
    padding-left: 40px;

}

.banner-home-info h1 {
    font-size: 40px;
    font-family: 'Montserrat-Bold', sans-serif;
    color: #ffffff;
    margin-bottom: 0;
    padding: 45px 0;
}

.banner-home-info p {
    font-size: 18px;
    color: #ffffff;
}

.banner-home-info-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner-home-info-social a {
    display: block;
    padding: 15px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner-home-info-social a:hover i {
    color: #e3cc79;
    /*transition: all 0.3s ease-in-out;*/
}

.banner-home-info-social a i {
    font-size: 20px;
    color: #ffffff;
}

/*end of banner-main*/

/*exhibition-home*/
.exhibition-home {
    position: relative;
    margin-top: -205px;
    z-index: 1;
}

.exhibition-row {
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 4px 20px 0 rgba(40, 43, 45, 0.07);
    box-shadow: 0 4px 20px 0 rgba(40, 43, 45, 0.07);
    width: 100%;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin: 20px 0;*/
}

.exhibition-col {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.exhibition-col:nth-child(4) .exhibition-img-content {
    border: 0;
}

.exhibition-card {
    display: block;
    width: 100%;
    padding-bottom: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.exhibition-card:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.exhibition-card-num {
    background-color: rgb(239, 212, 120);
    width: 120px;
    height: 40px;
    font-size: 16px;
    color: rgb(62, 62, 62);
    font-family: 'Montserrat-Medium', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 40px;
}

.exhibition-img-content {
    padding: 0 40px;
    border-right: 1px rgb(229, 229, 229) solid;
    min-height: 145px;
}

.exhibition-card-img {
    width: 125px;
    height: 75px;
    margin: 20px 0;
}

.exhibition-card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.exhibition-card-content p {
    font-size: 17px;
    color: rgb(62, 62, 62);
    font-family: 'Montserrat-Medium', sans-serif;
    margin-bottom: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*end of exhibition-home*/
/*fair-home*/
.fair-home {
    width: 100%;
    /* height: 650px; */
    background-color: #eff3f8;
    margin-top: -40px;
    padding-top: 130px;
    padding-bottom: 60px;
}

.fair-home-tab {
    padding-top: 60px;
    padding-left: 40px;
    border-left: 2px rgb(239, 212, 120) solid;
}

.fair-home-tab .nav li a {
    font-size: 16px;
    color: rgb(128, 128, 128);
    font-family: 'Montserrat-Medium', sans-serif;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fair-home-tab .nav li a.active {
    font-size: 16px;
    font-family: 'Montserrat-Medium', sans-serif;
    color: rgb(27, 76, 136);
}

.fair-home-tab .nav li a.active:before {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    left: -18px;
    bottom: 1px;
    /* font-size: 10px; */
    color: rgb(27, 76, 136);
}

.fair-home-tab li {
    padding-right: 50px;
}

.fairslider-info {
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fairslider-info > * {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.owl-item.active .fairslider-info > * {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.owl-item.active .fairslider-info > *:nth-child(1) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.owl-item.active .fairslider-info > *:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.owl-item.active .fairslider-info > *:nth-child(3) {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.owl-item.active .fairslider-info > *:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.fairslider-info h1 {
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #3e3e3e;
    font-size: 22px;
    padding: 45px 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fairslider-info-content p {
    font-size: 17px;
    color: rgb(62, 62, 62);
    margin-bottom: 0;
    padding-bottom: 60px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.fairslider-time-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fairslider-time-location i {
    color: #285791;
}

.fairslider-time-location span {
    font-size: 16px;
    color: rgb(62, 62, 62);
}

.fairslider-item {
    width: 100%;
    padding: 25px 0;
}

.fairslider-img-logo {
    position: relative;
}

.fairslider-img {
    width: 100%;
    height: 360px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.fairslider-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(57, 56, 56, 0.4);*/
}

.fairslider-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.fairslider-logo {
    width: 180px;
    height: 120px;
    position: absolute;
    left: -25px;
    bottom: -25px;
}

.fairslider-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.fairSlider .owl-nav {
    position: absolute;
    right: 35px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fairSlider .owl-nav button {
    margin-bottom: 25px !important;
}

.fairSlider .owl-nav button:hover {
    background-color: transparent !important;
}

.fairSlider .owl-nav button:focus {
    outline: none;
}

.fairSlider .owl-nav button i {
    display: block;
    color: #1c4d8b;
    font-size: 40px;
}

.fairSlider .owl-nav button:nth-child(1) i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.fairSlider .owl-nav button:nth-child(2) i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* end offair-home*/


/*service-home*/
.service-home {
    /*padding: 160px 0;*/
    background-color: #fcfcfc;
}

.service-card {
    width: 100%;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 4px 20px 0 rgba(40, 43, 45, 0.07);
    box-shadow: 0 4px 20px 0 rgba(40, 43, 45, 0.07);
    padding: 25px;
    margin-bottom: 30px;
    display: block;
    min-height: 158px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-card.active {
    background-color: #1b4c8a;
    color: #ffffff;
}

.service-card.active .service-card-top i {
    color: #ffffff;
}

.service-card.active .service-card-bottom p {
    color: #ffffff;
}

.service-card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-card-top i {
    font-size: 45px;
    color: #1b4c88;
}

.service-card-top span {
    font-size: 19px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: rgb(193, 204, 218);
}

.service-card-bottom {
    padding-top: 15px;
}

.service-card-bottom p {
    font-size: 17px;
    line-height: 22px;
    color: rgb(62, 62, 62);
    margin-bottom: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service-home-right {
    padding-left: 30px;
    position: relative;
    z-index: 0;
}

.service-home-right__title {
    position: relative;
}

.service-home-right__title:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    left: -20px;
}

.service-home-right__title h1 {
    font-size: 30px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: rgb(62, 62, 62);
}

.service-home-right__num {
    position: absolute;
    left: 20px;
    top: 0;
    z-index: -1;
}

.service-home-right__num h1 {
    font-size: 250px;
    color: rgb(245, 247, 250)!important;
    font-family: 'Montserrat-SemiBold', sans-serif;
}

.service-home-right__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 55px 0;
}

.service-home-right__top i {
    font-size: 50px;
    color: #1b4c88;
}

.service-home-right__top span {
    font-size: 20px;
    color: rgb(27, 76, 136);
    font-family: 'Montserrat-Medium', sans-serif;
    padding-left: 20px;
}

.service-home-right__mid p {
    font-size: 17px;
    color: rgb(128, 128, 128);
    margin-bottom: 0;
    padding-bottom: 55px;
}

.service-home-right__bottom ul {
    list-style: none;
}

.service-home-right__bottom ul li {
    font-size: 17px;
    color: rgb(62, 62, 62);
    font-family: 'Montserrat-Light', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.service-home-right__bottom ul li:before {
    border-width: 2.5px;
    border-color: rgb(193, 204, 218);
    border-style: solid;
    /*border-radius: 50%;*/
    width: 10px;
    height: 10px;
    margin-right: 10px;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 2px;
}

/*.service-home-right__bottom-circle{*/
/*    border-width: 2.5px;*/
/*    border-color: rgb(193, 204, 218);*/
/*    border-style: solid;*/
/*    border-radius: 50%;*/
/*    width: 7px;*/
/*    height: 7px;*/
/*    margin-right: 10px;*/
/*}*/
.service-home-right__more {
    border-radius: 2px;
    background-color: rgb(27, 76, 136);
    max-width: 160px;
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-home-right__more:hover {
    background-color: #e3cc79;
    color: #1b4c8a;
}

.service-home-right__more:hover i {
    color: #1b4c8a;
    font-weight: bold;
}

.service-home-right__more i {
    font-size: 10px;
    padding-left: 10px;
}
.service-home .service-home__mobile{
    display: none;
}
/*service-home*/

/* Begin Home Partners */
#partners{
    z-index: 0!important;
}
.home-partners {
    background-color: #fcfcfc;
    padding-bottom: 56px;
}

.partners-slider {
    background-color: #eff3f8;
    padding: 30px 0;
}

.home-partners .title {
    width: 100%;
    padding: 15px 0;
}

.home-partners .title h2 {
    font-size: 30px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: rgb(36, 36, 36);
    /*text-align: center;*/
}

#partners {
    border-left: 2px rgb(239, 212, 120) solid;
}

.partners-slider .item {
}

.partners-slider .item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100px;
}

.partners-slider .item > a:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

.partners-slider .item > a img {
    width: auto;
    /*max-width: 160px;*/
    /*max-height: 60px;*/
    max-width: 190px;
    max-height: 110px;
}

/* End Home Partners */

/*media-home*/
.media-home {
    padding: 56px 0;
}

.media-home .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}

.media-home .title h1 {
    font-size: 28px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: rgb(36, 36, 36);
    padding-right: 35px;
}

.media-home .title ul li {
    padding: 0 25px;
}

.media-home .title ul li a.active {
    font-size: 16px;
    font-family: 'Montserrat-Medium', sans-serif;
    color: rgb(27, 76, 136);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.media-home .title ul li a.active:before {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    left: -18px;
    bottom: 3px;
    /* font-size: 10px; */
    color: rgb(27, 76, 136);

}

.media-home .title ul li a {
    font-size: 16px;
    color: rgb(128, 128, 128);
    font-family: 'Montserrat-Medium', sans-serif;
    position: relative;
}

.mediatab-card {
    width: 100%;
    display: block;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    /*transition: all 0.3s ease-in-out;*/
}

.mediatab-card:hover .mediatab-card__img:before {
    opacity: 1;
    top: -146%;
    left: -40%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.mediatab-card__img:before {
    content: "";
    background-color: rgba(39, 39, 39, 0.549);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.mediatab-card:hover .mediatab-card__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.mediatab-card__img:after {
    /*content: "";*/
    /*position: absolute;*/
    /*top: -110%;*/
    /*left: -210%;*/
    /*width: 200%;*/
    /*height: 400%;*/
    /*opacity: 0;*/
    /*-webkit-transform: rotate(30deg);*/
    /*-moz-transform: rotate(30deg);*/
    /*-ms-transform: rotate(30deg);*/
    /*-o-transform: rotate(30deg);*/
    /*transform: rotate(30deg);*/
    /*background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, .1)), color-stop(77%, hsla(0, 0%, 100%, .1)), color-stop(92%, hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, 0)));*/
    /*background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0));*/
    /*background: -moz- oldlinear-gradient(left, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0) 100%);*/
    /*background: -o-linear-gradient(left, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0) 100%);*/
    /*background: linear-gradient(90deg, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0));*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
    /*z-index: 3;*/
}

.mediatab-card__img {
    width: 100%;
    height: 220px;
    position: relative;
}

.mediatab-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mediatab-card__content {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 2;
}

.mediatab-card__content h2 {
    font-size: 15px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: rgb(255, 255, 255);
    border-bottom: 2px rgb(239, 212, 120) solid;
    padding-bottom: 5px;
}

.mediatab-card__content p {
    font-size: 16px;
    font-family: 'Montserrat-Medium', sans-serif;
    color: rgb(255, 255, 255);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*end of media-home*/

/*footer*/
footer {
    background-color: #0e2647;
    padding: 45px 0;
}

.footer-title-social p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
}

.footer-title {
    font-size: 17px;
    font-family: 'Montserrat-Bold', sans-serif;
    color: #ffffff;
    margin-bottom: 0;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0;
}

.footer-social a {
    font-size: 18px;
    padding-left: 20px;
    color: #e3cc79;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-social a:hover {
    color: rgb(255 255 255);
}

.footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 80px;
}

.footer-contacts span {
    font-size: 15px;
    color: rgb(255, 254, 254);
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.footer-contacts span:nth-child(5) i{
    padding-right: 34px;
}

.footer-contacts span a {
    font-size: 15px;
    color: rgb(255, 254, 254);
}

.footer-contacts span i {
    font-size: 18px;
    color: #cabd7b;
    padding-right: 10px;
}

.footer-mail {
    float: right;
}

.footer-input {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 17px;
    opacity: 0.702;
    width: 325px;
    height: 35px;
    margin: 30px 0;
    background-color: #0e2647;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.footer-input:focus {
    background-color: #1b4c8a;
    color: rgb(255, 255, 255);
}

.footer-input::-webkit-input-placeholder {
    color: #ffffff;
}

.footer-input::-moz-placeholder {
    color: #ffffff;
}

.footer-input:-ms-input-placeholder {
    color: #ffffff;
}

.footer-input::-ms-input-placeholder {
    color: #ffffff;
}

.footer-input::placeholder {
    color: #ffffff;
}

.footer-button {
    border-radius: 17px;
    background-color: rgb(239, 212, 120);
    width: 120px;
    height: 36px;
    font-size: 14px;
    color: rgb(27, 76, 138);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-copy span {
    font-size: 15px;
    color: rgb(255, 254, 254);
    white-space: nowrap;
}

.footer-comany {
    float: right;
}

.footer-comany span {
    font-size: 15px;
    color: rgb(255, 254, 254);
}

.footer-comany span a {
    font-size: 15px;
    color: rgb(255, 254, 254);
    font-family: 'Montserrat-SemiBold', sans-serif;
}
/*end of footer*/

/*fixed_button*/
.fixed_button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #20589e;
    position: fixed;
    bottom: 55px;
    right: 45px;
    z-index: 9;
    color: #ffff;
}
.fixed_button:hover{
    color: #ffff;
}
.fixed_button i{
    font-size: 35px;
}

.fixed_button:before{
    content: "";
    color: #20589e;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 65px;
    height: 65px;
    background: #20589e;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/*end of fixed_button*/


/* search */
.search-toggle {
    cursor: pointer;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
}

.search-toggle:hover {
    color: #ffffff;
}

.search-toggle > span {
    font-size: 15px;
    margin-left: 6px;
    border-bottom: 1px solid transparent;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.search-toggle:hover > span {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

body.thim-search-active .thim-widget-courses-searching .thim-course-search-overlay .courses-searching {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.error-message {
    color: red;
}

.courses-searching input[type=text] {
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    border-radius: 0;
    border: 0;
    height: 50px;
    line-height: 40px;
    float: left;
    margin: 0;
    padding-left: 20px;
    background: #fff;
    color: #999;
    font-size: 15px;
    font-style: italic;
}

.courses-searching button {
    width: 50px;
    line-height: 50px;
    border-radius: 0;
    float: left;
    font-size: 16px;
    padding: 0;
    border: 0;
    background: #111;
    color: #fff;
    cursor: pointer;
    background: #1f3c88;
}

.courses-searching {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: rgba(37, 37, 37, 0.7);
    margin: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: scale(.2, .2);
    -moz-transform: scale(.2, .2);
    -ms-transform: scale(.2, .2);
    -o-transform: scale(.2, .2);
    -webkit-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, 1, 1);
    transition: all .3s cubic-bezier(.4, 0, 1, 1);
}

.search-popup-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: url(../images/cursor.png), auto;
}

.thim-widget-courses-searching .thim-course-search-overlay .courses-searching form {
    max-width: 100%;
    width: 600px;
}

.thim-course-search-overlay form {
    position: absolute;
    z-index: 10;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 50px;
}

.courses-searching ul.courses-list-search {
    z-index: 999;
    overflow: hidden;
    padding: 0 20px;
    list-style: none;
    position: absolute;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background: #fff !important;
    margin-top: 2px;
    left: 0;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 6px -4px #000;
    box-shadow: 2px 2px 6px -4px #000;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
}

.courses-searching button i {
    color: #fff;
}

/***/
.pages {
    padding: 30px 0;
}

.pages-banner {
    position: relative;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 130px;
}

.pages-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    /* background-image: linear-gradient(15deg,#006fbc,rgba(0,111,188,0) 75%,rgba(0,111,188,0) 99%); */
    /*background-image: linear-gradient(15deg,#47579d,rgba(0,111,188,0) 75%,rgba(0,111,188,0) 99%);*/
    background: rgba(0, 0, 0, 0.7);
}

.pages-banner__main {
    position: relative;
    /*padding-right: 25%;*/
}

.pages-header .header-inner {
    height: 455px;
}

.pages-header .header-inner__bottom {
    display: none;
}

.pages-header a.header-phone.header-phone__blue {
    color: #ffffff;
}

/* .pages-banner__title{
    position: relative;
    z-index: 4;
} */
.pages-banner__title {
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: -30px;
}

.pages-banner__title h2 {
    font-size: 35px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #fff;
    line-height: 36px;
    margin-bottom: 15px;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb .breadcrumb-item {
    font-size: 15px;
}

.breadcrumb .breadcrumb-item > span {
    color: #ffffff;
}

.breadcrumb .breadcrumb-item.active > span {
    color: #eaefff;
}

.breadcrumb .breadcrumb-item > a {
    color: #efd478;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "\f105";
    font-family: fontawesome;
}

.all-news {
    background: #fff;
    padding: 0 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.news-content {
    padding: 30px 0;
}

.sidebar {

}

.sidebar-menu {
    width: 100%;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 30px 30px;
    min-height: 175px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 15px;
}

.sidebar-menu h2 {
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 16px;
    color: #1f3c88;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu ul li {
    padding: 6px 0
}

.sidebar-menu ul li a {
    font-size: 15px;
    display: block;
    line-height: 21px;
    color: #313131;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    white-space: normal;
}

.sidebar-menu ul li a:hover {
    color: #1f3c88;
}

.sidebar-menu ul li a.active::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    color: #1f3c88;
    margin-right: 5px;
}


.sidebar-b {
    margin-bottom: 30px;
}

.sidebar-b img {
    width: 100%;
}

.sidebar-b .news-list {
    margin-bottom: 15px;
}

.news-content ul {
    list-style: none;
}

.news-content ul li {
    margin-bottom: 15px;
}

.all-news, .all-news1 {
    min-height: 500px;
}

.pages .docs-list {

}

.pages .docs-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pages .docs-list ul li {
    margin-bottom: 15px;
}

.pages .docs-list ul li a {
    display: block;
    font-size: 17px;
    line-height: 23px;
    color: #353535;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pages .docs-list ul li a:hover {
    color: #1b4c8a;
}

.header-row .new-navbar .nav-item .dropdown .dropdown-menu {
    margin-left: 258.734px !important;
    background-color: #20589e;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-top: -50px!important;
}

/*manage*/
.manages {

}

.manage-item {
    border-radius: 5px;
    background-color: #f5f8fb;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
}

.manage-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.manage-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    width: 250px;
    height: 261px;
    margin-right: 30px
}

.manage-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.manage-item__info {
    width: 100%;
}

.manage-item__info h2 {
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 22px;
    color: #313131;
    margin-bottom: 15px;
}

.manage-item__info h3 {
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 16px;
    color: #313131;
    margin-bottom: 15px;
}

.manage-item__info h4 {
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 24px;
    color: #0c0c0c;
    margin-bottom: 15px;
}

.manage-item__info h5 {
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 18px;
    color: #313131;
    margin-bottom: 15px;
}

.manage-item__contacts {
    padding: 15px 0;
    /* margin-bottom: 15px; */
}

.manage-item__contacts--row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /* justify-content: space-between;*/
}

.manage-item__contacts--item {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: auto;
    padding: 0 15px;
    margin-bottom: 15px;
}

.manage-item__contacts--item label {
    display: block;
    font-size: 14px;
    color: #313131;
}

.manage-item__contacts--item span {
    max-width: 320px;
}

.manage-item__contacts--item span,
.manage-item__contacts--item a {
    display: block;
    font-size: 15px;
    color: #1f3c88;

}

.manage-item__contacts--item a.btn, .na_priem {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #1f3c88;
}

.na_priem {
    border-radius: 20px;
    padding: .375rem 1.25rem;

    display: block;
    font-size: 15px;
    color: #1f3c88;
}

.manage-item__info .nav-tabs {
    border: 0;
}

.manage-item__info .nav-tabs .nav-item {
    margin: 0;
    margin-right: 20px;
}

.manage-item__info .nav-tabs .nav-link {
    background: #e1ebff;
    border: 0;
    font-size: 14px;
    color: #313131;
    border-radius: 25px;
    padding: 8px 20px;
}

.manage-item__info .nav-tabs .nav-item.show .nav-link,
.manage-item__info .nav-tabs .nav-link.active {
    background: #1f3c88;
    color: #ffffff;
}

.manage-item__content .tab-content > .tab-pane {
    padding: 30px 0 0 0;
    font-size: 15px;
    color: #313131;
}

.gallery-item {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.gallery-item__image {
    border-radius: 3px;
    background-color: rgb(244, 244, 244);
    width: 100%;
    height: 205px;
    overflow: hidden;
    position: relative;
}

.gallery-item__image img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.gallery-item__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 53, 62, 0.45);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-item:hover .gallery-item__image::after {
    background: rgba(45, 53, 62, 0);
}

.gallery-item__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}

.gallery-item__info h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gallery-item__info span.date {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
}

.pagination-main {
    text-align: center;
    margin-top: 30px;
    padding: 15px 0;
}

.pagination {
    /*justify-content: center;*/
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    float: left;
}

.pagination ul li a {
    font-size: 18px;
    padding: 4px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination ul li.active a {
    color: #ffffff;
    background: #47579d;
    font-weight: 600;
}

.pagination ul li.page a {
    color: #737373;
}

.pagination ul li.page a:hover {
    color: #47579d;
}

.pages .docs-list {

}

.pages .docs-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pages .docs-list ul li {
    margin-bottom: 15px;
}

.pages .docs-list ul li a {
    display: block;
    font-size: 17px;
    line-height: 23px;
    color: #353535;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pages .docs-list ul li a:hover {
    color: #2469ba;
}

/*end of manage*/

/*photogallery*/
.pages {
    padding: 30px 0;
}

.pages-content {
    padding: 30px 0;
}

.all-news, .all-news1 {
    min-height: 500px;
}

.all-news {
    background: #fff;
    padding: 0 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.all-news .news-item__date {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
}

.all-news .news-item {
    border: 0;
    margin-bottom: 30px;
}

.news-content {
    padding: 30px 0;
}

.news-content .date {
    color: #919191;
    font-size: 16px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-content__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.news-content__header .date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
    height: 85px;
    border-radius: 5px;
    background-color: rgb(31, 60, 136);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;
}

.news-content__header .date strong {
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 24px;
    line-height: 27px;
    color: #ffffff;
}

.news-content__header .date span {
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 14px;
    color: #ffffff;
}

.news-content__header .date small {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 13px;
    color: #ffffff;
}

.news-content__header h2 {
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 18px;
    color: #313131;
    margin: 0;
    line-height: 26px;
}

.content {
    color: #3e3e3e;
    font-size: 17px;
}

.content img {
    max-width: 100%;
    height: auto;
}

.news-content__foter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.news-content__foter span.source {
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 14px;
    color: #313131;
}

.news-content__foter span {
    font-size: 14px;
    color: #696969;
}

.news-content__foter span.share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.news-content__foter span.share .osg {
    margin-left: 5px;
}

.news-content__foter span.source a {
    color: #1f3c88;
}

.news-content__foter a.print {
    font-size: 14px;
    color: #696969;
}

.news-content__foter a.print i.icons {

}

.news-slider {
    padding-bottom: 20px;
}

/*end of photogallery*/

/*explication*/
.explication-title {
    padding: 30px 0;
}

.scheme-map img {
    width: 100%;
    height: auto;
}

.explication-title h3 {
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 30px;
    color: #313131;
    margin: 0;
    line-height: 26px;
    text-align: center;
}

.explication-left-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.explication-left-right .left, .explication-left-right .right {
    list-style: none;
}

.explication-left-right .left li, .explication-left-right .right li {
    padding-bottom: 10px;
}

.explication a {
    font-size: 18px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #2f3941;
    text-decoration: none;
}

.modal-title {
    font-size: 18px;
    color: #000;
}

.slide-each .donwload-scheme {
    float: left;
}

.slide-each .print-scheme {
    float: right;
}

.slide-each a {
    color: #000000;
}

#banner-datepicker {
    display: none;
}

div#sandbox-container td {
    padding: 3px;
}

.pogoda {
    text-align: center;
}

.pogoda h3, .temperature h3 {
    color: #1a4780;
    font-size: 20px;
}

#scroller {
    margin-top: 10px;
    overflow: auto !important;
    height: 280px !important;
    padding-right: 20px;
}

.scroller {
    position: relative;
}

.scroller a:hover {
    color: #000;
}

#scroller div {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 10px;
    color: #2f3941;
}

#scroller img {
    vertical-align: middle;
    float: left;
    margin: 0 10px 0 0;
}

#scroller li {
    overflow: hidden;
}

#scroller ul {
    top: 0 !important;
    list-style: none;
    padding-left: 0;
}

#scroller:hover::-webkit-scrollbar {
    display: block;
}

#scroller::-webkit-scrollbar {
    width: 4px;
    background-color: #bac7d9;
}

#scroller::-webkit-scrollbar-thumb {
    background-color: #1a4780;
    height: 4px;
}

.pagination-main {
    text-align: center;
    margin-top: 30px;
    padding: 15px 0;
}

.pagination {
    /*justify-content: center;*/
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    float: left;
}

.pagination ul li a {
    font-size: 18px;
    padding: 4px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination ul li.active a {
    color: #ffffff;
    background: #1b4c8a;
    font-weight: 600;
}

.pagination ul li.page a {
    color: #737373;
}

.pagination ul li.page a:hover {
    color: #47579d;
}

.events-container .nav-tools .month-list > span {
    display: inline-block;
    font-size: 140%;
    color: #002857;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: 'Flama Semicondensed Medium', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    vertical-align: top;
    padding: 10px 0
}

@media only screen and (max-width: 767px) {
    .events-container .nav-tools .month-list > span {
        display: none
    }
}

.events-container .nav-tools .month-list > div {
    display: inline-block
}

.events-container .nav-tools .month-list > div.custom-form {
    width: 100%
}

.events-container .nav-tools .month-list > div > a {
    display: inline-block;
    padding: 8px 10px;
    vertical-align: top
}

.events-container .nav-tools .month-list > div > a.prev-page:before, .events-container .nav-tools .month-list > div > a.prev-year span:before,
.events-container .nav-tools .month-list > div > a.next-page:before, .events-container .nav-tools .month-list > div > a.next-year span:before {
    font-family: fontawesome;
}

.events-container .nav-tools .month-list > div > a.prev-page:before, .events-container .nav-tools .month-list > div > a.prev-year span:before {
    content: "\f053";
    color: #1a4780;
}

.events-container .nav-tools .month-list > div > a.next-page:before, .events-container .nav-tools .month-list > div > a.next-year span:before {
    content: "\f054";
    color: #1a4780;
}

.events-container .nav-tools .month-list > div > a.next-year span + span, .events-container .nav-tools .month-list > div > a.prev-year span + span {
    margin-left: -.7em
}

.events-container .nav-tools .month-list > div > a:hover {
    color: #002857
}

.events-container .nav-tools .month-list > div > a.disabled {
    pointer-events: none;
    zoom: 1;
    filter: alpha(opacity=75);
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75
}

.events-container .nav-tools .month-list nav {
    overflow: hidden;
    width: 365px;
    position: relative;
    display: inline-block
}

.events-container .nav-tools .month-list nav * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.events-container .nav-tools .month-list nav ul {
    width: 5000000px;
    margin: 0;
    padding: 0
}

.events-container .nav-tools .month-list nav ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 100%
}

.events-container .nav-tools .month-list nav ul li a, .events-container .nav-tools .month-list nav ul li span {
    display: block;
    padding: 9px;
    padding-top: 7px;
    /*font-family: MyriadProRegular;*/
    text-transform: unset;
    font-size: 18px;
    color: #2f3941;
}

.events-container .nav-tools .month-list nav ul li span {
    color: #7d7d7d
}

.events-container .nav-tools .month-list nav ul li a.active, .events-container .nav-tools .month-list nav ul li a:hover {
    color: #002857
}

.events-container .nav-tools .month-list nav ul li a.active {
    border: 1px solid #cdcdcd;
    pointer-events: none
}

a.prev.prev-year span:last-child {
    padding-left: 2px;
}

a.next.next-year span:last-child {
    padding-left: 2px;
}

.plan-calendar-left {
    float: left;
}

.hide-m a {
    text-decoration: none;
}

.hide-m a:focus {
    display: none;
}

/*plan*/
.plan-calendar-rigth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.plan-calendar-rigth .nav-link{
    border: 0;
    padding: 0;
}
.plan-calendar-rigth .nav-link.active{
    background-color: transparent;
}
.plan-calendar-rigth .nav-link.active i{
    color: rgb(239, 212, 120);
}
.plan-calendar-rigth ul li{
    margin: 0 15px;
}
.plan-calendar-rigth .nav-tabs{
    border: 0;
}
#nav-tab {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.download-plan {
    color: #2f3941;
}
.download-plan i{
    padding-left: 10px;
    padding-right: 15px;
}

.search-plan form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-plan form button {
    margin-left: -45px;
}

.plan-calendar-rigth a i {
    color: #2f3941;
}

.plan-calendar {
    min-height: 500px;
}

.plan-card {
    display: block;
    width: 100%;
    padding: 35px;
    background-color: #ecf5ff;
    margin: 30px 0;
}

.plan-card__img {
    width: 300px;
    height: 220px;
    position: relative;
}

.plan-card__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 2px;
    /*background-color: rgb(57, 56, 56, 0.4);*/
}

.plan-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.plan-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.plan-card__content-top h2 {
    font-size: 19px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: rgb(62, 62, 62);
}

.plan-card__content-top p {
    padding-top: 15px;
    font-size: 16px;
    color: rgb(62, 62, 62);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.plan-card__content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.plan-card__content-bottom span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: rgb(62, 62, 62);
    padding-right: 40px;
}

.plan-card__content-bottom span i {
    font-size: 17px;
    color: #2a5892;
    padding-right: 10px;
}

.plan-view-top-map i {
    color: #2a5892;
    padding-right: 10px;
    font-size: 15px;
}

.plan-view-top-user i {
    color: #2a5892;
    padding-right: 10px;
    font-size: 15px;
}

.news-content .date i {
    color: #2a5892;
    padding-right: 10px;
    font-size: 15px;
}

.plan-card-grid {
    border-radius: 2px;
    background-color: #ecf5ff;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    min-height: 390px;
}

.plan-card-grid__img {
    width: 100%;
    height: 203px;
    position: relative;
}

.plan-card-grid__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.plan-card-grid__img:after {
    content: "";
    border-radius: 2px;
    /*background-color: rgba(57, 56, 56, 0.4);*/
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.plan-card-grid h2 {
    font-size: 15px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: rgb(62, 62, 62);
    padding-top: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.plan-card-grid span {
    display: block;
    font-size: 14px;
    color: rgb(62, 62, 62);
    padding-top: 20px;
}

.plan-card-grid span i {
    font-size: 17px;
    color: #2a5892;
    padding-right: 10px;
}

.plan-title h3 {
    font-size: 30px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: rgb(62, 62, 62);
}

/*end of plan*/

/*contacts*/
.contact-item {
    border-radius: 5px;
    display: block;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 4px 20px 0 #00000026;
    box-shadow: 0 4px 20px 0 #00000026;
    margin-bottom: 30px;
    padding: 20px;
    min-height: 315px;
}

.contact-person-name {
    font-size: 18px;
    font-weight: 600;
    color: #1b4c8a;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contact-career {
    font-size: 16px;
    color: #404040;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    margin-bottom: 0;
    padding: 15px 0;
}

.contact-item ul {
    list-style: none;
}

.contact-item ul li {
    padding-bottom: 15px;
}

.contact-item ul li a {
    font-size: 16px;
    color: #404040;
}

.contact-item ul li a i {
    color: #1b4c8a;
}

.contact-icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-icon ul li {
    margin-right: 15px;
}

.contact-icon ul li i {
    color: #1b4c8a;
}

.contacts-form h3 {
    font-size: 30px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #404040;
    line-height: 36px;
    padding: 20px 0;
}
.contacts-map iframe{
    width: 100%;
    height: 100%;
}

.contact-bottom p {
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: bold;
    line-height: 25px;
}

.contact-bottom p strong {
    font-size: 16px;
    color: #1b4c8a;
    font-weight: bold;
    line-height: 25px;
}

#contactMSG {
    float: right;
    background: #1b4c8a;
    color: #fff;
}

#captcha_contacts_button {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    background: #1b4c8a;
    border-radius: 0 4px 4px 0;
    margin-right: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#captcha_contacts_button a {
    color: #fff;
}

.content iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

/*park*/
.leisure-img {
    width: 100%;
    height: 305px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.leisure-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px;
    background-color: rgba(57, 56, 56, 0.302);
}

.leisure-img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.leisure-title {
    font-size: 19px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: rgb(27, 76, 138);
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px;
}

.leisure-title:before {
    content: "";
    position: absolute;
    left: 0;
    background-color: rgb(239, 212, 120);
    width: 1px;
    height: 100%;
}

.leisure-left p {
    font-size: 15px;
    color: rgb(62, 62, 62);
}

.leisure-text1 {
    width: 100%;
    border-radius: 2px;
    background-color: rgb(239, 243, 248);
    overflow: hidden;
    padding: 30px 25px;
}

.leisure-second h4 {
    font-size: 16px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: rgb(62, 62, 62);
}

.leisure-second ul li {
    font-size: 15px;
    color: rgb(62, 62, 62);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
}

.leisure-second ul li:before {
    border-width: 2.5px;
    border-color: rgb(193, 204, 218);
    border-style: solid;
    /* border-radius: 50%; */
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 2px;
}

.leisure-second p {
    font-size: 15px;
    color: rgb(62, 62, 62);
}

.leisure-item {
    padding-top: 30px;
}

.park-slider {
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 4px 20px 0 rgba(40, 43, 45, 0.07);
    box-shadow: 0 4px 20px 0 rgba(40, 43, 45, 0.07);
    width: 100%;
    overflow: hidden;
    padding: 30px 25px;
}

.park-slider-item {
    width: 100%;
    display: block;
}

.park-slider span {
    font-size: 16px;
    color: rgb(27, 76, 138);
    text-transform: uppercase;
    padding-bottom: 25px;
    display: block;
}

.park-slider p {
    font-size: 15px;
    color: rgb(62, 62, 62);
    margin-bottom: 0;
    padding-bottom: 55px;
    display: block;
}

.park-slider h4 {
    font-size: 15px;
    color: rgb(128, 128, 128);
    font-family: 'Montserrat-Medium', sans-serif;
    margin-bottom: 0;
}

#park-slider-id {
    position: relative;
}

#park-slider-id .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
}

#park-slider-id .owl-nav button {
    margin: 0 8px;
}

#park-slider-id .owl-nav button i {
    font-size: 25px;
    color: #2a5892;
    font-weight: bold;
}

#park-slider-id .owl-nav button:nth-child(1) i {
    display: block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#park-slider-id .owl-nav button:hover {
    background-color: transparent;
}

#park-slider-id .owl-nav button:focus {
    outline: none;
}

/*end of park*/


/*home-news*/
.home-news {
    /*background-color: #f2f4ff;*/
    padding: 30px 0 0;
}

.home-news__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-news__top a {
    font-size: 16px;
    color: #47579d;
    line-height: 0.625;
    text-decoration: none;
}

.home-news .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.title-seetings a.url {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background: #1b4c8a;
    padding: 8px 30px 6px;
    display: block;
    border-radius: 20px;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.title-seetings a.url:hover {
    background-color: #e3cc79;
    color: #1b4c8a;
}

.news-card {
    padding-top: 70px;
    display: block;
}

.news-card > span {
    font-size: 14px;
    color: rgb(145, 145, 145);
}

.news-card > h2 {
    font-size: 16px;
    font-family: 'Montserrat-Medium', Sans-Serif;
    color: rgb(44, 44, 44);
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.news-card__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-card__bottom-img {
    width: 160px;
    height: 100px;
    border-radius: 2px;
    overflow: hidden;
}

.news-card__bottom-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.news-card__bottom span {
    font-size: 14px;
    color: #47579d;
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-card__bottom span i {
    padding-left: 10px;
    font-size: 20px;
}

.home-news__main {
    padding: 25px 0 20px;
}

.news-item {
    border-radius: 5px;
    display: block;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 4px 20px 0px #e5e9fd;
    box-shadow: 0px 4px 20px 0px #e5e9fd;
    margin-bottom: 30px;
}

.news-item__image {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.news-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news-item__image:before {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 400%;
    opacity: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    background: -moz- oldlinear-gradient(left, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0) 100%);
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, .1)), color-stop(77%, hsla(0, 0%, 100%, .1)), color-stop(92%, hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0));
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 3;
}

.news-item:hover .news-item__image:before {
    opacity: 1;
    top: -146%;
    left: -40%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.news-item:hover .news-item__image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.news-item__info {
    width: 100%;
    height: 180px;
    padding: 15px 25px 45px;
    position: relative;
}

.news-item__info h2 {
    font-size: 18px;
    font-weight: 600;
    color: #404040;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-item__footer {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-item__footer p {
    margin-bottom: 0;
}

.news-item__footer span.date {
    font-size: 16px;
    color: #9c9c9c;
}

.news-item__footer span.url {
    font-size: 16px;
    color: #1b4c8a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-item__footer span.url i.icons {
    margin-left: 10px;
    /*margin-top: 3px;*/
}

.home-news .title h1 {
    font-size: 30px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: rgb(62, 62, 62);
}

/* end of home-news*/
.iframe-block iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.iframe-block2 iframe {
    width: 100%;
    height: 800px;
    border: 0;
    margin-left: 15px;
}

.scheme-modal .modal-dialog {
    max-width: 1200px;
}
.onliveexb{

}
#reg_plan .modal-dialog{width: 450px;}
#reg_plan .modal-header h5{text-align: center;margin-top: 10px;font-size: 15px;}
#reg_plan .captcha-reg-plan input{width: 57%;float: left; margin-right: 10px;}
#reg_plan .captcha-main{float: right;}
#reg_plan .captcha-reg-plan label{width: 100%;}
.reg-plan-btn{
    color: #000;
    border: 1px solid #efd478;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.reg-plan-btn:hover {
    background-color: #efd478;
    color: #1a4780;
}
.regbtn-disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
}
.plan-reg-btn {
    float: right;
}
.radio,
.checkbox {
    padding-left: 20px;
    position: relative;
    display: block;
}
.radio input,
.checkbox input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    margin-left: -20px;
    height: 20px;
    width: 20px;
}
.radio input:checked + label::before,
.checkbox input:checked + label::before {
    border-color: #1a4780;
}
.radio input:checked + label::after,
.checkbox input:checked + label::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 2px;
    top: 4px;
    margin-left: -20px;
    border: 1px solid #1a4780;
    border-radius: 50%;
    background-color: #1a4780;
}
.radio label,
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    color: #000;
}
.radio label::before,
.checkbox label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}
.radio.disabled label,
.checkbox.disabled label {
    color: #ccc;
}
.radio.disabled label::before,
.checkbox.disabled label::before {
    opacity: 0.54;
    border-color: #ccc;
}
.checkbox input:checked + label::before {
    border-color: #1a4780;
    background-color: #1a4780;
}
.checkbox input:checked + label::after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 13px;
    color: #fff;
    top: 2px;
    left: 3px;
    border-color: transparent;
    background-color: transparent;
}
.checkbox label::before {
    border-radius: 2px;
}
.regbtn-disabled{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
}
.plan-reg-btn{
    background: #1b4c8a;
    color: #fff !important;
}
.slide-each img{
    margin-bottom: 15px;
}
.news-slide__item{
    display: block;
    width: 100%;
    height: 660px;
}