body {
    font-family: 'Montserrat-Regular', sans-serif;
    background: #fcfcfc;
}
.wrapper{
    position: relative;
}

a, a:hover{
    text-decoration: none;
}
b, strong {
    font-family: 'Montserrat-SemiBold', sans-serif;
}
.container{
    max-width: 1440px;
}
.breadcrumb{
    background: transparent;
    margin: 0;
    padding: 0;
}
.breadcrumb .breadcrumb-item > a,
.breadcrumb .breadcrumb-item > span{
    color: #727272;
}
.title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}
.title h1{
    margin: 0;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 32px;
    color: #30363c;
}
.title a{
    font-size: 17px;
    color: #4a4a4b;
}
/* Full Menu */
body.burgerIsOpened {
    overflow: hidden;
}
.fullmenu {
    width: 100%;
    height: 0%;
    position: fixed;
    z-index: 100;
    background-color:#0052a5;
    top: 0;
    left: 0;
    overflow-y: hidden;
}

.fullmenu:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 575px;
    height: 575px;
    background-image: url('../images/icons/gerb_uzbekistan.svg');
    background-repeat: no-repeat;
    background-position: 120px 120px;
    background-size: cover;
    opacity: .15;
    z-index: -1;
}
.header-menu-nav {
    /* padding: 80px 40px 0; */
    position: relative;
    top: 15%;
    width: 100%;
    margin-top: 30px;
}

.menu-nav-elem h2 {
    color: #ffffff;
    font-size: 22px;
    margin: 0 0 30px;
    font-family: "Montserrat-SemiBold", sans-serif;
}
.fullmenu .menu-nav-elem ul {
    padding: 0 0 50px;
}
.fullmenu .menu-nav-elem ul li{
    padding: 5px 0;
}
.fullmenu .menu-nav-elem ul li a {
    text-decoration: none;
    font-size: 18px;
    transition: all .3s ease-in-out;
}

.fullmenu a {
    color: #fff;
    transition: all .3s ease-in-out;
}

.fullmenu a:hover,
.fullmenu a:focus {
    color: #09c956;
}

.fullmenu .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 1;
}

@media screen and (max-height: 450px) {
    .fullmenu a {
        font-size: 20px
    }

    .fullmenu .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
    .fullmenu {overflow-y: auto;}
    .fullmenu a {font-size: 20px}
    .fullmenu .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* Begin Header */
header.header{
    background-color: #0052a5;
}
.mainMenu{
    position: relative;
    background-color: #ffffff;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #dfe7f2;
    border-top: 1px solid #dfe7f2;
    padding: 5px 0px;
}
.mainMenu.fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 10px 20px 0px rgba(42, 40, 40, 0.05);
    z-index: 999;
}
header.header.fixed{
    padding-bottom: 70px;
}
.header-main{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header-logo{
    flex: 0 0 auto;
    width: auto;
    display: flex;
    align-items: center;
}
.header-logo a{
    display: flex;
    align-items: center;
    text-decoration: none;
}
.header-logo a img{
    height: 60px;
}
.header-logo a:first-child{
    margin-right: 20px;
}

.header-settings{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
}

.header-item{
    padding-left: 75px;
    display: flex;
    align-items: center;
}
.header-item a{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.header-item a.active{
    color: #09c956;
}
.header-item.header-special a,
.header-item.header-socials a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(246, 246, 246);
}
.header-item.header-mail a i.icons{
    margin-top: 2px;
    margin-right: 10px;
}
.header-special a,
.header-socials a{
    color: #0052a5;
}



.header-menu{
    width: 100%;
    /*height: 70px;*/
    height: 55px;
    display: flex;
    align-items: center;
}
.dropdown-item:focus, .dropdown-item:hover{background: transparent;}
.header-menu .menu-main{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
}
.header-menu .menu-main ul.navbar-nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    width: 100%;
}
.header-menu .menu-main ul li{

}

.header-menu .menu-main ul li a{
    font-family: 'Montserrat-Medium', sans-serif;
    color: #30363c;
    font-size: 18px;
}

.header-menu .menu-main ul li.nav-item a{padding: 0 !important;}
.header-menu .menu-main ul li.nav-item-2 a{
    padding: .4rem 1.5rem !important;
    /* transition: all 0.3s ease-in-out; */
    -webkit-transition: all .3s cubic-bezier(.4,0,1,1);
    -khtml-transition: all .3s cubic-bezier(.4,0,1,1);
    -moz-transition: all .3s cubic-bezier(.4,0,1,1);
    -ms-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);
}
.header-menu .menu-main ul li.nav-item-2 a:hover {
    padding: .4rem 1rem 0.4rem 2rem!important;
}
.new-navbar .nav-item .dropdown-menu .dropdown a.dropdown-item {
    color: #ffffff;
    font-size: 18px;
    line-height: 23px;
}
.header-menu .header-menu__bars{
    margin-right: 45px;
}
.header-menu .header-menu__bars a{
    font-size: 24px;
    color: #30363c;
}
.mainMenu .toHome{
    display: none;
}
.mainMenu.fixed .toHome{
    display: block;
}
.mainMenu.fixed .openFullmenu{
    display: none;
}
/* search */
.search{
    margin-left: 45px;
}
.search-toggle{
    cursor: pointer;
    font-size: 18px;
    color: #30363c;
    display: flex;
    align-items: center;
}
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: -webkit-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: #0052a5;
}
.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);
    -khtml-transition: all .3s cubic-bezier(.4,0,1,1);
    -moz-transition: all .3s cubic-bezier(.4,0,1,1);
    -ms-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;
    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;}
.search-item{margin-bottom: 15px;}

/* End Header */


.main-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.main-col-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 10px;
}
/* Home Slider */
.slider-home{

}
.homeSlider-item{
    position: relative;
}
.homeSlider-item__image{
    position: relative;
    width: 100%;
    height: 600px;
}
.homeSlider-item__image::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(41, 41, 41, 0.451);
}

.homeSlider-item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.homeSlider-item__info{
    position: absolute;
    width: 100%;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 1;
    color: #ffffff;
}
.slider-info{
    display: flex;
}
.slider-info .slider-content{
    width: 100%;
    padding-right: 60px;
}
.slider-info .slider-content span.date{
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #ffffff;
    font-size: 20px;
    display: block;
}
.slider-info .slider-content h1{
    font-family: 'Montserrat-ExtraBold', sans-serif;
    color: #ffffff;
    font-size: 34px;
    padding: 30px 0;
    margin-bottom: 30px;
}
.slider-info .slider-content a.btn{
    background-color: #0052a5;
    color: #ffffff;
    border: 0;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    padding: 6px 25px;
}
.slider-info .slider-content > * {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.owl-item.active .slider-info .slider-content > * {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.owl-item.active .slider-info .slider-content > *:nth-child(1) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.owl-item.active .slider-info .slider-content > *:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.owl-item.active .slider-info .slider-content > *:nth-child(3) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.owl-item.active .slider-info .slider-content > *:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.slider-info .slider-settings{
    flex: 0 0 90px;
    max-width: 90px;
}
.slider-info .slider-settings .count{
    display: flex;
    align-items: flex-start;
}
.slider-info .slider-settings .count span{
    font-family: 'Montserrat-Medium', sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding: 0 5px;
}
.slider-info .slider-settings .count span:first-child{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 34px;
    line-height: 0.7;
}
.slider-info .slider-settings .btns{
    width: 100%;
    padding: 30px 0;
    text-align: center;
}
.slider-info .slider-settings .btns > div{
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0052a5;
    font-size: 25px;
    margin: 15px auto;
}

.slider-info .slider-settings .btns .customNextBtn{

}
.slider-info .slider-settings .btns .customNextBtn i.fa{
    margin-top: 0;
    margin-left: 2px;
}
.slider-info .slider-settings .btns .customPreviousBtn{

}
.slider-info .slider-settings .btns .customPreviousBtn i.fa{
    margin-top: 0;
    margin-right: 2px;
}

/* News Home */
.news-home{
    padding: 15px 0;
}
.news-home__main{

}
.newsSlider-item{
    position: relative;
    display: block;
    width: 100%;
    height: 460px;
    padding-right: 40px;
}
.newsSlider-item__content{
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(42, 40, 40, 0.04);
    padding: 40px 320px 40px 30px;
}

.newsSlider-item__content h2{
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #4a4a4b;
    font-size: 20px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    position: relative;
}
.newsSlider-item__content hr{
    width: 50%;
    border-color: rgba(0, 160, 225, 0.2);
    margin-left: 0;
}
.newsSlider-item__content p{
    font-size: 16px;
    color: #a0a0a0;
    overflow: hidden;
    max-height: 190px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.newsSlider-item__content span.date{
    position: absolute;
    left: 30px;
    bottom: 40px;
    font-family: 'Montserrat-Medium', sans-serif;
    color: #0052a5;
    display: block;
    padding-top: 15px;
}
.newsSlider-item__content > * {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.owl-item.active .newsSlider-item__content > * {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.owl-item.active .newsSlider-item__content > *:nth-child(1) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.owl-item.active .newsSlider-item__content > *:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.owl-item.active .newsSlider-item__content > *:nth-child(3) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.owl-item.active .newsSlider-item__content > *:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.owl-item.active .newsSlider-item__content > *:nth-child(5) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.newsSlider-item__image{
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    width: 330px;
    height: 390px;
    box-shadow: 0px 10px 20px 0px rgba(42, 40, 40, 0.05);
}
.newsSlider-item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.newsSlider-item__image img{
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.owl-item.active .newsSlider-item__image img{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

#newsSlider .owl-stage-outer{
    margin: -25px -15px;
    padding: 25px 15px;
}
#newsSlider .owl-nav{

}
#newsSlider .owl-nav button{
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
    bottom: 100px;
}
#newsSlider .owl-nav button.owl-prev{
    color: #575757;
    border: 1px solid #0052a5;
    right: 430px;
}
#newsSlider .owl-nav button.owl-next{
    color: #575757;
    border: 1px solid #0052a5;
    right: 380px;
}
#newsSlider .owl-nav button i{
    margin-top: 0;
    font-size: 24px;
}


.news-home .news-item{
    display: flex;
    text-decoration: none;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px 0px rgba(42, 40, 40, 0.05);
    min-height: 185px;
    margin-bottom: 50px;
}
.news-home .news-item .news-item__content{
    width: 100%;
    position: relative;
    padding: 20px 30px;
}
.news-home .news-item .news-item__content h2{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 17px;
    color: #4a4a4b;
    margin-bottom: 10px;
}
.news-home .news-item .news-item__content p{
    font-size: 15px;
    color: #a0a0a0;
    max-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-home .news-item .news-item__content span.date{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 15px;
    color: #0052a5;
}
/* Home Women */
.women-home{

}
.women-categories{
    padding: 15px 0;
}
.women-category__title{
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 5px;
    height: 65px;
    margin-bottom: 20px;
    color: #4a4a4b;
    line-height: 20px;
    padding: 0 15px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.women-category__title:hover,
.women-category__title.active{
    background-color: #0052a5;
    color: #ffffff;
}
.women-home__main{
    padding: 60px 0 30px;
}
.members-item{
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 30px;
}

.members-item .members-item__image{
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(42, 40, 40, 0.05);
    width: 220px;
    height: 240px;
    margin: 0 auto;
}
.members-item .members-item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.members-item .members-item__image:before {
    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;
}
.members-item:hover .members-item__image:before {
    opacity: 1;
    top: -146%;
    left: -40%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.members-item .members-item__title{
    width: 100%;
    height: 300px;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(42, 40, 40, 0.05);
    margin-top: -120px;
    position: relative;
    z-index: -1;
    padding: 145px 30px 30px;
    text-align: center;
}
.members-item .members-item__title h2{
    font-family: 'Montserrat-Bold', sans-serif;
    color: #4a4a4b;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.members-item .members-item__title p{
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 15px;
    color: #a0a0a0;
    line-height: 21px;
    display: block;
    margin: 0;
    overflow: hidden;
    max-height: 100px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
#womenLeaders .owl-stage-outer{
    margin: -25px -15px;
    padding: 25px 15px;
}
#womenLeaders .owl-nav{

}
#womenLeaders .owl-nav button{
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
    top: -45px;
}
#womenLeaders .owl-nav button.owl-prev{
    color: #575757;
    border: 1px solid #0052a5;
    right: 50px;
}
#womenLeaders .owl-nav button.owl-next{
    color: #575757;
    border: 1px solid #0052a5;
    right: 0;
}
#womenLeaders .owl-nav button i{
    margin-top: 0;
    font-size: 24px;
}

/* Media home */
.media-home{
    /* padding: 15px 0; */
    padding: 0;
}
.media-home__main{

}
.media-item{
    position: relative;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 10px 20px 0px rgba(30, 30, 30, 0.06);
    margin-bottom: 30px;
}
.media-item .media-item__category{
    position: absolute;
    top: 25px;
    left: 30px;
    background-color: #0052a5;
    font-family: 'Montserrat-Medium', sans-serif;
    color: #ffffff;
    z-index: 1;
    padding: 5px 20px;
    border-radius: 5px;
}
.media-item .media-item__icon{
    position: absolute;
    width: 44px;
    height: 45px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 25px;
    right: 30px;
    color: #ffffff;
    font-size: 18px;
    z-index: 1;
    border-radius: 50%;
}

.media-item .media-item__image{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 270px;
}
.media-item .media-item__image::after{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(32, 51, 54, 0.4);
    position: absolute;
    z-index: 0;
}
.media-item .media-item__image.media-item__image--view::after{
    display: none;
}
.media-item .media-item__image > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.media-item .media-item__image:before {
    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;
}
.media-item:hover .media-item__image:before {
    opacity: 1;
    top: -146%;
    left: -40%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.media-item:hover .media-item__image > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.media-item .media-item__info{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
}
.media-item .media-item__info h2{
    font-family: 'Montserrat-Medium', sans-serif;
    display: block;
    color: #ffffff;
    font-size: 17px;
    line-height: 23px;
    max-height: 70px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}


/* Home Partners */
.partners-home{
    padding: 30px 0;
}
.partners-home__main{
    padding: 0;
}
.partners-item{
    position: relative;
    display: block;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(42, 40, 40, 0.05);
    height: 200px;
    padding: 40px 30px 20px 30px;
    margin: 20px 0;
}
.partners-item .partners-item__url span{
    color: #575757;
    font-size: 14px;
}
.partners-item .partners-item__url i.icons{
    font-size: 14px;
    color: #0052a5;
}
.partners-item .partners-item__url{
    position: absolute;
    top: -20px;
    left: 30px;
    right: 30px;
    height: 40px;
    border-radius: 2px;
    background-color: #f6f6f6;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partners-item .partners-item__image{
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
}
.partners-item .partners-item__image img{
    max-width: 75%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.partners-item:hover .partners-item__image img{
    /* -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); */
}
.partners-item .partners-item__title{
    text-align: center;
    padding-top: 20px;
}
.partners-item .partners-item__title span{
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 15px;
    color: #575757;
    line-height: 19px;
    display: block;
}
#partners .owl-stage-outer{
    margin: -25px -15px;
    padding: 25px 15px;
}
#partners .owl-nav{

}
#partners .owl-nav button{
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
    top: -37px;
}
#partners .owl-nav button.owl-prev{
    color: #575757;
    border: 1px solid #0052a5;
    right: 50px;
}
#partners .owl-nav button.owl-next{
    color: #575757;
    border: 1px solid #0052a5;
    right: 0;
}
#partners .owl-nav button i{
    margin-top: 0;
    font-size: 24px;
}


/* Footer */
footer{
    width: 100%;
    /* background-color: #3c3c3c; */
    background-color: #0052a5;
}
.footer-info{
    color: #ffffff;
    padding: 30px 0;
}
a.footer-logo{
    display: flex;
    align-items: center;
    text-decoration: none;
}
a.footer-logo img{
    height: 60px;
}
.footer-contacts{
    padding: 18px 90px 0 0;
}
.footer-contacts h2{
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
}
.footer-contacts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-contacts ul li{
    margin-bottom: 15px;
    line-height: 19px;
    float: left;
    margin-right: 30px;
}
.footer-contacts ul li a{
    color: #ffffff;
    display: flex;
    align-items: center;
}
.footer-contacts ul li a i.icons{
    font-size: 17px;
    margin-top: 3px;
    margin-right: 10px;
}
.footer-copy{
    color: #ffffff;
    padding: 30px 0;
}
.footer-copy a{
    color: #ffffff;
    font-family: 'Montserrat-Medium', sans-serif;
}
.footer-ctrl{
    padding-left: 90px;
}
.footer-copy .dev{
    padding-left: 90px;
}
.footer-socials a{
    font-size: 16px;
    color: #ffffff;
    margin-right: 15px;
}

.pages{
    padding: 30px 0;
}
.pages-content{
    /* padding: 30px 0; */
    padding: 0;
}
.pages-content .content{
    min-height: 400px;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px 0px rgba(42, 40, 40, 0.05);
    width: 100%;
    padding: 0 30px;
}
.pages-content .content-title{
    padding: 15px 0;
}
.pages-content .content-title h2{
    margin: 0;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 24px;
    color: #30363c;
}
.pages-content .content-header {
    padding: 20px 0 15px 0;
}
.pages-content .content-header__info{

}
.pages-content .content-header__info span{
    font-size: 16px;
    color: #b5b5b5;
    margin-right: 30px;
}
.pages-content .content-header__share{
    display: flex;
    align-items: center;
}
.pages-content .content-header__share a{
    color: #434b54;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #edfaff;
}
.pages-content .content-images{
    /* padding: 15px 0; */
}
.content-images .viewSlider-item{
    width: 100%;
    height: 480px;
}
.content-images .viewSlider-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.content-images .owl-dots{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.content-images .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.content-images .owl-theme .owl-dots .owl-dot.active span,
.content-images .owl-theme .owl-dots .owl-dot:hover span {
    background: #0052a5;
}
.content-images .owl-theme .owl-dots .owl-dot{
    outline: none;
    box-shadow: none;
}
.pages-content .content-body{
    color: #4a4a4b;
    padding-bottom: 15px;
}
.pages-content .content-body p{

}
/* News */
.news .news-item{
    display: block;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px 0px rgba(42, 40, 40, 0.05);
    width: 100%;
    height: 370px;
    padding: 20px;
    margin-bottom: 30px;
}
.news .news-item__image{
    position: relative;
    border-radius: 2px;
    background-color: rgb(244, 244, 244);
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.news .news-item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.news .news-item .news-item__image:before {
    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;
}
.news .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;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.news .news-item:hover .news-item__image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.news .news-item__info{
    padding: 25px 0 0;
}
.news .news-item__info h2{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #4a4a4b;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.news .news-item__info .news-item__date{
    font-size: 16px;
    color: #b6b6b6;
}
.news .news-item__info .news-item__date span{
    margin-right: 30px;
}

/* Sidebar */
.pages .sidebar{
    width: 100%;
}
.pages .sidebar-menu{
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
    background-color: #f6f6f6;
    /* box-shadow: 0px 10px 20px 0px rgba(42, 40, 40, 0.05); */
    padding: 0 30px;
    margin-bottom: 30px;
}

.pages .sidebar-title{
    padding: 20px 0;
}
.pages .sidebar-title h2{
    font-size: 20px;
    color: #30363c;
    font-family: 'Montserrat-Bold', sans-serif;
    margin: 0;
}

.sidebar-menu ul li > a{
    display: block;
    font-size: 17px;
    color: #30363c;
    padding: 5px 0;
}
.sidebar-menu ul.main-collapse{
    position: relative;
    margin-bottom: 25px;
}
.sidebar-menu ul.main-collapse::before{
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    /* background-color: #dedede; */
    background-color: transparent;
    left: -30px;
    top: 0;
}
.sidebar-menu ul.main-collapse > li{

}
.sidebar-menu ul.main-collapse > li > a{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #30363c;
    padding: 6px 0;
}
.sidebar-menu ul.main-collapse > li > a.dropdown-toggle::after{
    font-family: FontAwesome;
    content: "\f107";
    border: 0;
    position: absolute;
}
.sidebar-menu ul.main-collapse > li.active > a::before{
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #0052a5;
    left: -30px;
    top: 0;
}
.sidebar-menu ul.main-collapse > li.active > a,
.sidebar-menu ul.main-collapse > li > a:hover{
    color: #0052a5;
}
.sidebar-menu ul.collapse li{
    padding-left: 15px;
}

.sidebar-news{
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px 0px rgba(42, 40, 40, 0.05);
    padding: 0 30px;
    margin-bottom: 30px;
}
.sidebar-news__item{
    display: block;
    margin-bottom: 25px;
}
.sidebar-news__image{
    width: 100%;
    border-radius: 2px;
    background-color: rgb(244, 244, 244);
    height: 160px;
}

.sidebar-news__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sidebar-news__info{

}
.sidebar-news__info h2{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 16px;
    color: #4a4a4b;
    margin: 15px 0;
}
.sidebar-news__info .sidebar-news__date span{
    font-size: 15px;
    color: #b5b5b5;
    margin-right: 30px;
}

.pages-content .content.members-view {
    margin-top: 30px;
}
.members-view .members-view__head{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.members-view .members-view__head .members-view__image{

}
.members-view .members-view__head .members-view__image a,
.members-view .members-view__head .members-view__image span{
    display: block;
    margin-top: -30px;
    width: 220px;
    height: 240px;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px 0px rgba(42, 40, 40, 0.05);
}
.members-view .members-view__head .members-view__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.pages-content .content-title.members-view__title {
    padding: 15px 0;
    width: 100%;
    padding: 15px 30px;
}
.pages-content .content-title.members-view__title span{
    display: block;
    font-size: 18px;
    color: #a0a0a0;
    padding: 15px 0;
}



/* Contacts */
.pages .contacts-map{
    height: 420px;
    padding: 30px 0;
}
.contacts-map iframe{
    height: 100%;
}
.contacts-map img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.contacts-main{
    padding: 0 0 30px 0;
}
.contacts-main .contacts-item {
    padding: 0;
}
.contacts-item{
    padding: 0 30px;
}
.contacts-title{
    padding-bottom: 15px;
}
.contacts-title h2{
    margin: 0;
    font-family: 'Montserrat-Bold','msc700', sans-serif;
    font-size: 26px;
    color: #2c2828;
}

.contacts-info{
    list-style: none;
    padding: 0;
    margin: 0;
}
.contacts-info li{
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}
.contacts-info li i.icons{
    margin-top: 4px;
    margin-right: 10px;
    color: #0052a5;
    font-size: 18px;
}
.contacts-info li span{
    font-size: 17px;
    color: #454545;
    line-height: 25px;
}
.contacts-info li a{
    font-size: 17px;
    color: #454545;
    line-height: 25px;
}

.contacts-feedback{

}
.contacts-feedback .btn{
    width: 100%;
    background-color: #0052a5;
    color: #ffffff;
    font-size: 16px;
}
#captcha_contacts_button {float: left;display: flex;width: 35px;height: 35px;background: #0052a5;border-radius: 0 4px 4px 0;justify-content: center;align-items: center;}
#captcha_contacts_button a{color: #fff;}
.captcha-input-2 {margin-right: 5px;width: 55%;}
.contact-map{margin-top: 30px;}
.contact-map iframe{width: 100%;}
.captcha-main {
    float: right;position: relative;
    top: 1px;
    display: flex;
}

.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: 19px;
    line-height: 26px;
    color: #30363c;
    font-family: "Montserrat-Medium", sans-serif;
    transition: all 0.3s ease-in-out;
}
.pages .docs-list ul li a:hover{
    color: #0052a5;
}


/* Pagination */
.pagination{display: inline-block;}
.pagination-main{text-align: center;}
.pagination ul {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    display: block;
    overflow: hidden;
}
.pagination ul li{
    float: left;
    margin: 0 7px;
}
.pagination ul li a, .pagination ul a, .pagination ul span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border-radius: 50%;
    background-color: rgb(238, 238, 238);
    width: 44px;
    height: 44px;
    color: #535353;
    font-family: "Montserrat-SemiBold", sans-serif;
    float: left;
    margin-right: 10px;
}
.pagination ul li.active a, .pagination ul span{
    background-color: rgb(60, 60, 60);
    color: #ffffff;
}
/* .pagination ul li.page a{color: #2f3941;} */
.pagination ul li.page a:hover{

}


.pages-header{
    position: relative;
    width: 100%;
    min-height: 160px;
    /* background-image: url(../images/bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pages-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(48, 54, 60, 0.6); */
    /* background-color: rgba(12, 70, 130, 0.7); */
    background-color: rgba(29, 29, 29, 0.7);
}
.pages-header .container{
    position: relative;
}
.pages-header__main{
    color: #ffffff;
}
.pages-header__main .title h1 {
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #ffffff;
}
.pages-header__main .breadcrumb .breadcrumb-item > a,
.pages-header__main .breadcrumb .breadcrumb-item > span {
    color: #ffffff;
}
.pages-header__main .breadcrumb-item+.breadcrumb-item::before {
    color: #bcbcbc;
}
.pages-header__main .info{
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pages-header__main .info-views{

}
.pages-header__main .info-views > a,
.pages-header__main .info-views > span{
    /* font-size: 15px; */
    color: #ffffff;
    margin-left: 20px;
}
.pages-header__main .info-views > a{
    margin-left: 0;
}


/*CHECK YOURSELF*/
.check .white{

}
.check .white .item{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: space-around;
    /* min-height: 450px; */
    align-items: center;
    flex-direction: column;
    padding: 25px 0;
}
.check .white .item .item-question{
    font-size: 21px;
    line-height: 27px;
    color: #30363c;
    font-family: "Montserrat-Medium", sans-serif;
}
.check .white .item .quest-num{
    text-align: left;
    width: 100%;
    font-size: 23px;
    line-height: 29px;
    color: #30363c;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-style: italic;
    margin-bottom: 15px;
}
.check .white .item .item-answers ul{
    list-style: none;
    padding: 0;
    margin-top: 25px;
}
.check .white .item .item-answers ul li{
    min-width: 400px;
    max-width: 100%;
    border-radius: 2px;
    background-color: #1581ef;
    border: 1px solid #0052a5;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 23px;
    color: #ffffff;
    font-family: "Montserrat-Regular", sans-serif;
    width: 100%;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.check .white .item .item-answers ul li:hover{
    background-color: #0052a5;
}

#checkModal .modal-body{
    padding: 25px;
    overflow: auto;
}
#checkModal .modal-header {
    padding: 15px 22px;
}
#checkModal .modal-dialog {
    max-width: 50%;
    margin: 10% auto;
    font-family: NotoSans, sans-serif;
}
#checkModal .modal-body .result_num{
    font-size: 17px;
}
#checkModal .modal-body ul{
    list-style: square;
    font-size: 16px;
}
#checkModal .modal-body ul span{
    position: relative;
    left: -20px;
}
#checkModal .btn-success {
    background-color: #1581ef;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
#checkModal .btn-success:hover{
    background-color: #0052a5;
}
/*END_CHECK_YOURSELF*/
.books{

}
.books-col{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 11px;
}
.books-item{
    display: block;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px 0px rgba(42, 40, 40, 0.05);
    width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 30px;
}
.books-item__image{
    width: 100%;
    height: 335px;
}
.books-item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}
.books-item__title{
    display: none;
}
.books-item__title h2{

}
.sidebar-banner{
    width: 100%;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(42, 40, 40, 0.05);
    border-radius:  2px;
}
.sidebar-banner img{
    width: 100%;
}

.polls-main{
    width: 100%;
    height: 270px;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px 0px rgba(42, 40, 40, 0.05);
    padding: 20px 30px;
}
.polls-main .form-group {
    margin-bottom: 10px;
}
.polls-main .custom-control-label {
    font-size: 17px;
    color: #454545;
}
.polls-main .custom-control-label::before {
    color: #fff;
    background-color: transparent;
    border: 1px solid #0052a5;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
    background-color: #0052a5;
    border-radius: 50%;
}
.polls-main .polls-quest{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 18px;
    color: #30363c;
    margin-bottom: 15px;
}
.polls-main .polls-buttons{
    margin-top: 25px;
}
.polls-main .polls-buttons .btn{
    background-color: #0052a5;
    color: #ffffff;
    font-size: 16px;
}
.polls-main .progress{
    margin-bottom: 15px;
}
.maps-accordion{
    padding: 20px 0;
}
.maps-accordion .card{
    margin-bottom: 5px;
}
.maps-accordion .card-header{
    padding: 0;
    border: none;
}
.maps-accordion .card-header h5{

}
.maps-accordion .card-header h5 .btn{
    width: 100%;
    outline: none;
    box-shadow: none;
    text-align: left;
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 22px;
    color: #30363c;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
}
.maps-accordion .card-body h3{
    font-size: 19px;
    color: #30363c;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-bottom: 10px;
}
.maps-accordion .card-body ul{
    margin: 0;
}
.maps-accordion .card-body a{
    color: #0052a5;
}
.card-body ul li{
    margin-bottom: 7px;
}
.content-socials{
    display: flex;
    align-items: center;
}
.content-socials a{
    margin-right: 7px;
    display: flex;
    align-items: center;
    color: #0052a5;
}
.contacts-feedback .form-group {
    display: flex;
    justify-content: space-between;
}
.logos{
    display: flex;
    align-items: center;
}
.logos .footer-logo:first-child{
    margin-right: 20px;
}
.content-body img{height: auto;width: 100%;}