.mm-menu {
    background: #192f59;
    border-color: #fff;
    color: #fff;
}

.dl-menu_hambergur {
    position: relative;
    z-index: 1;
    display: block;
    cursor: pointer;
}

.dl-menu_hambergur span {
    display: block !important;
    width: 25px;
    height: 3px;
    margin-bottom: 4px;
    position: relative;

    background: #fff;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;

}

.dl-menu_hambergur span:nth-child(2) {

}

.dl-menu_hambergur span:first-child {
    transform-origin: 0% 0%;
}

.dl-menu_hambergur span:nth-child(2) {
    transform-origin: 0% 100%;
}

#close-button {
    /* font-size: 16px; */
    /* color: #fff; */
    /* position: absolute; */
    right: 0;
    top: 25px;
    position: absolute;
    z-index: 1;
    display: block;
    cursor: pointer;
    float: right;
    height: 25px;
    margin: 0 7px 0 0;
}

.dl-menu_hambergurX span {
    display: block !important;
    width: 25px;
    height: 3px;
    margin-bottom: 4px;
    position: relative;

    background: #fff;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);

}

.dl-menu_hambergurX span:nth-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.dl-menu_hambergurX span:first-child {
    transform-origin: 0% 0%;
}

.dl-menu_hambergurX span:nth-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
    top: 13px;
    right: 3px;
    position: absolute;
}

.mm-panel_has-navbar {
    padding-top: 50px;
}

.mm-navbar > * {
    box-sizing: border-box;
    display: block;
    padding: 15px 0;
}

.mm-navbar {
    height: 50px;
}

#main-menu {
    /* padding: 0 0; */
    height: auto;
    width: 91%;
    float: none;
    margin: 0 auto;
}

.mobile-dev {
    display: none;
}

.mm-listitem {
    position: relative;
    font-size: 18px;
    font-family: Effra, sans-serif;
}

.mm-listitem > a, .mm-listitem > span {
    white-space: pre-wrap;
}

.social-mobile.social {
    position: relative;
    display: inline-block;
    margin: 0;
    margin-top: 23px;
    right: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.mm-panels {
    overflow: hidden;
    margin-top: 95px;
}

.language-mobile {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 25px;
}

.language-mobile > a {
    margin: 0 8px;
}

/* Pagination */
.pagination-main {
    text-align: center;
}

.pagination ul {
    list-style: none;
}

.pagination ul li {
    float: left;
}

.pagination ul li a {
    font-size: 20px;
    padding: 0 7.5px;
}

.pagination ul li.active a {
    color: #e7b570;
}

.pagination ul li.page a {
    color: #2f3941;
}

.pagination ul li.page a:hover {
    color: #e7b570;
}

/* News Home */
.news-home {
    margin: 40px 0 15px;
}

.news-home__main {

}

.title {
    overflow: hidden;
}

.title h2 {
    color: #3d3daf;
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 30px;
    float: left;
    margin: 0 30px 0 0;
}

.title .home-news__nav {
    border: none;
    display: block;
    float: left;
}

.title .home-news__nav li {
    margin: 0;
}

.title .home-news__nav li a {
    border: none !important;
    font-family: Montserrat-Medium, sans-serif;
    font-size: 17px;
    padding: 8px 15px 0 15px;
}

.title .home-news__nav li.active {

}

.title .home-news__nav li.active a {
    color: #ffcc0f;
    background: none;
}

.title .home-news__nav > li > a:focus, .title .home-news__nav > li > a:hover {
    background: none;
    color: #ffcc0f;
}

.news-home__tab {
    margin-top: 0;
}

.news-home__tab .tab-content {

}

.news-home__tab .tab-content .tab-pane {

}

.main-row {
    margin: 0 -7.5px;
}

.news-item__col {
    width: 25%;
    padding: 0 7.5px;
    float: left;
}

.news-item {
    background: #fff;
    margin: 15px 0;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px rgba(110, 110, 110, 0.2);
}

.news-item a {

}

.news-item .news-item__header {
    padding: 15px;
    height: 125px;
}

.news-item .news-item__header .news-item__date {
    margin-bottom: 10px;
}

.news-item .news-item__header .news-item__date span {
    color: #8287c5;
}

.news-item .news-item__header .news-item__title {
    height: 65px;
    overflow: hidden;
}

.news-item .news-item__header .news-item__title h2 {
    margin: 0;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 18px;
    color: #1e2ab9;
    line-height: 22px;
}

.news-item .news-item__img {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.news-item .news-item__img:before {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 400%;
    opacity: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    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: 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;
    transition: all .4s ease-in-out;
    z-index: 3;
}

.news-item a:hover .news-item__img:before {
    opacity: 1;
    top: -146%;
    left: -40%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.news-item .news-item__img img {
    width: 100%;
    height: 215px;
}

.news-item .news-item__footer {
    padding: 10px 15px;
}

.news-item .news-item__footer .news-item__readmore {
    overflow: hidden;
}

.news-item .news-item__footer .news-item__readmore span {
    color: #1e227e;
    font-size: 15px;
    font-family: Montserrat-Medium, sans-serif;
    float: left;
    display: block;
}

.news-item .news-item__footer .news-item__readmore i {
    padding: 3px 0;
    float: left;
    display: block;
    margin-left: 10px;
    font-size: 16px;
    color: #1e227e;
}


/* Services */
.title.title-yellow h2 {
    color: #3d3daf;
}

.services-home {

}

.services-main {

}

.services-main .services {
    margin: 15px 0 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px rgba(110, 110, 110, 0.2);
    overflow: hidden;
}

.services-main .services .services-item {
    width: 32.55555%;
    height: 550px;
    float: left;
    border: 2px solid rgba(236, 54, 179, 0.5019607843137255);
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding: 30px 5px;
    position: relative;

}

.services-main .services .services-item:nth-child(1) {
    margin-right: 12px;
}

.services-main .services .services-item:nth-child(2) {
    margin-right: 12px;
}

.services-main .services .services-item {

}

.services-main .services .services-item .services-item__title h4 {
    padding: 5px 5px;
    border-bottom: 2px solid #ffcc0f;
    margin: 15px 35px;
}

.services-main .services .services-item .services-item__image img {
    padding: 33px;
}

.sponsor .list-unstyled li {
    font-family: Montserrat-Medium;
    padding: 3px !important;
    display: flex;
    text-align: left;


}

/*.services-main .services .services-item h4{
    color: #192f59;
}*/
.services-soon {
    position: absolute;
    right: 0;
    top: 0;
    background: #d3a917;
    padding: 5px 20px;
    color: #fff;
    border-radius: 0 0 0 10px;
}

.services-main .services .services-item .services-item__title h4 {
    color: #192f59;
    font-family: Montserrat-Medium, sans-serif;
    font-size: 19px;
}


/* Useful Links */
.useful-links__home {
    margin: 25px 0;
}

.useful-links {
    margin: 10px 0;
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
}

#owl-useful {
    margin: 0 -15px;
}

#owl-useful .item {
    padding: 15px 15px;
}

#owl-useful .useful-item {
    background: #ffffff;
    height: 250px;
    border-radius: 8px;
    position: relative;
    padding: 0 15px;
    text-align: center;
    box-shadow: 0px 2px 20px 0px rgba(110, 110, 110, 0.2);
}

#owl-useful .useful-item__img {
    height: 80px;
    text-align: center;
    display: grid;
    justify-content: center;
    align-content: center;
    padding-top: 15px;
}

#owl-useful .useful-item__img img {
    width: auto;
}

#owl-useful .useful-item__content {

}

#owl-useful .useful-item__content span {
    color: #2f3941;
    font-size: 15px;
    display: block;
    height: 130px;
    padding-top: 10px;
    overflow: hidden;
}

#owl-useful .useful-item__content h2 {
    margin: 0;
    color: #115185;
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 15px;
}

#owl-useful.owl-carousel .owl-stage-outer {
    /*padding: 0 15px;*/
}


#owl-useful .owl-dots {
    position: absolute;
    right: 8px;
    top: -33px;
    bottom: 0;
    margin: 0;
}

#owl-useful .owl-dots .owl-dot.active span, #owl-useful .owl-dots .owl-dot:hover span {
    background: #48b47b;
}

#owl-useful .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}

#owl-useful .owl-dots .owl-dot span {
    background: #0b0c66;
    border: 1px solid #ffffff;
}

#owl-useful .owl-dots .owl-dot.active span, #owl-useful .owl-dots .owl-dot:hover span {
    background: #ffcc0f;
}

/*end*/


footer {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(40, 98, 145, .93);*/
    /* background: rgba(19, 113, 17, 0.93); */
    background-color: #192f59;
    z-index: 0;
}

.footer-main {
    position: relative;
    z-index: 1;
    padding: 30px 0 0px 0;
}

.footer-logo {

}

.footer-logo a {

}

.footer-logo img {
    float: left;
    width: 110px;
    margin-right: 15px;
}

.footer-logo h4 {
    font-size: 16px;
    color: #fff;
    font-family: Montserrat-Medium, sans-serif;
    line-height: 21px;
    float: left;
    margin: 15px 0;
}

.footer-contacts {

}

.footer-contacts ul {

}

.footer-contacts ul li {
    padding-bottom: 10px;
}

.footer-contacts ul li i {

}

.footer-contacts ul li span {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
}

.footer-contacts ul li a {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
}

.footer-contacts .icons {
    margin-right: 8px;
}

.footer-right {
    padding-left: 100px;
}

.footer-right .ctrl-enter {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
}

.footer-social {
    margin-top: 20px;
}

.footer-social .icons {
    padding: 0 4px;
}


.footer-social ul {

}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li h4 {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
}

.footer-social ul li a {

}

.footer-main .icons {
    color: #e7b570;
}

.footer-bottom {
    position: relative;
    z-index: 1;
    padding: 35px 0 35px 0;
}

.footer-bottom__left {

}

.footer-bottom__left h4 {
    font-size: 15px;
    color: #ffffff;
    padding: 7px 120px 0 0;
    line-height: 19px;
    margin: 0;
}

.footer-bottom .copy {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    padding-top: 15px;
}

.footer-bottom .dev {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    padding-top: 8px;
    padding-left: 100px;
}

.footer-bottom .dev a {
    color: #ffcc0f;
}

.footer-bottom .dev span {
    display: block;
}

div#owl-useful .owl-nav {
    display: none;
}

.sales-home-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}

.sales-home-box {
    flex-basis: 50%;
    position: relative;
    padding: 7.5px;
}

section.sales-home {
    margin-top: 50px;
}

.sales-home-box img {
    width: 100%;
}

h1.sales-home-title {
    position: absolute;
    font-size: 30px;
    color: #fff;
    bottom: 20%;
    left: 60px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    margin: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

span.sales-home-title-line {
    background: #fff;
    width: 100px;
    height: 2px;
    position: absolute;
    margin-top: 10px;
}

.sales-home-box a {
    display: block;
    position: relative;
}

.sales-home-box a:hover h1.sales-home-title {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    bottom: 70%;
    font-size: 34px;
}

.sales-home-box a:before {
    content: '';
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.15;
}