.mm-menu {
   background: #0b0c66;
    border-color: #0f108b;
    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: 25%;
    height: 250px;
    float: left;
    background: #fff;
    text-align: center;
    padding: 30px 50px;
    position: relative;
}
.services-main .services .services-item:nth-child(2n + 1){
    background: #0b0c66;
}
.services-main .services .services-item a{
    
}
.services-main .services .services-item .services-item__image{
    padding: 25px 0;
    border-bottom: 1px solid #e7b570;
    margin: 0 15px;
}
.services-main .services .services-item .services-item__image img{
    
}
.services-main .services .services-item .services-item__title{
    
}
.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 h2{
    color: #0b0c66;
    font-family: Montserrat-Medium, sans-serif;
    font-size: 19px;
}
.services-main .services .services-item .services-item__title.item-2230 h2{
    font-weight: 700;
}
.services-main .services .services-item:nth-child(2n + 1) .services-item__title h2{
    color: #ffffff;    
}

/* 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;height: 50px;
}
#owl-useful .useful-item__content{
    
}
#owl-useful .useful-item__content span{
    color: #2f3941;
    font-size: 14px;
    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;}

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(11, 12, 102, 0.93);
    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;
}

/* Begin Structure */
.d-flex{
    display: -ms-flexbox!important;
    display: flex!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.srow{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-main{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 85.71428%;
    flex: 0 0 85.71428%;
    max-width: 85.71428%;
}
.col-right{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 14.28572%;
    flex: 0 0 14.28572%;
    max-width: 14.28572%;
}
.scol-2{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.scol-3{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.scol-4{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.scol-6{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}



.structure{
    padding: 30px 0;
}

.green-line{
    position: relative;
}
.green-line::after{
    content: '';
    position: absolute;
    right: -30px;
    bottom: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    width: 30px;
    height: 2px;
    background-color: #008b41;
}
.item-top{
    padding: 10px 0;
}
.item-top > a{
    text-align: center;
    background: #ffffff;
    color: #008b41;
    position: relative;
    border: 2px solid #008b41;
    border-radius: 5px;
    display: block;
    font-size: 18px;
    padding: 5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 10px 0;
}
.item-top > a.active{
    background: #008b41;
    color: #ffffff;
}

.item-middle{
    padding: 10px 0;
}
a.item-middle__title{
    width: 100%;
    text-align: center;
    background: #0b0c66;
    position: relative;
    border-radius: 5px;
    display: flex;
    font-size: 13px;
    padding: 5px 15px;
    color: #fff;
    line-height: 15px;
    height: 65px;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
a.item-middle__subtitle{
    text-align: center;
    padding: 0 10px;
    position: relative;
    background: #d9d9e5;
    color: #000;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 5px 0;
}
a.item-middle__long{
    text-align: center;
    padding: 0 10px;
    position: relative;
    background: #ffffff;
    border: 2px solid #acade8;
    color: #000;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
a.item-middle__main{
    text-align: center;
    padding: 0 10px;
    position: relative;
    background: #e9e9ff;
    color: #000;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 5px 0;
}
.struc-bg{
    background: #75dbff;
    margin: 0 -15px;
    padding: 0 15px;
}
a.item-middle__main.height100{
    display: flex;
    align-items: center;
    height: 100px;
}
.left-line{
    position: relative;
}
.left-line::before{
    content: '';
    position: absolute;
    left: -15px;
    bottom: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    width: 15px;
    height: 2px;
    background-color: #acade8;
}
.col-main > div:last-child .left-line:last-child:after{
    content: '';
    position: absolute;
    width: 2px;
    height: 50%;
    background-color: #f2f4fb;
    left: -15px;
    top: calc(50% + 1px);
}

.items-right{
    padding: 50px 0;
    position: relative;
}
.items-right::after{
    content: '';
    position: absolute;
    background-color: #acade8;
    width: 2px;
    height: calc(100% - 69px);
    right: -15px;
    top: -5px;
}
.item-right{
    padding: 10px 0;
}
.item-right > a{
    text-align: center;
    padding: 0 10px;
    position: relative;
    background: #b8cbd9;
    color: #000;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.right-line{
    position: relative;
}
.right-line::before{
    content: '';
    position: absolute;
    right: -15px;
    bottom: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    width: 15px;
    height: 2px;
    background-color: #acade8;
}

.top-line{
    position: relative;
}
.top-line::after{
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    height: 15px;
    width: 2px;
    background-color: #acade8;
}
.top-line__long{
    position: relative;
}
.top-line__long::after{
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    height: 25px;
    width: 2px;
    background-color: #acade8;
}



.bottom-line{
    position: relative;
}
.bottom-line::after{
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    height: 15px;
    width: 2px;
    background-color: #acade8;
}

.item-middle{
    position: relative;
}
.item-middle::before{
    content: '';
    position: absolute;
    border-left: 2px solid #acade8;
    width: 15px;
    height: calc(100% + 25px);
    left: -15px;
    top: -50px;
}
.item-middle.item-middle__vr200::before{
    height: 200%;
}

.left-title__line{
    position: relative;
}
.left-title__line::before{
    content: '';
    position: absolute;
    border-left: 2px solid #acade8;
    width: 15px;
    height: 95px;
    left: -15px;
    top: 42px;
}

.top-hr__line{
    position: relative;
}
.top-hr__line::before{
    content: '';
    position: absolute;
    background-color: #acade8;
    width: calc(100% - 7.14286% + 25px);
    height: 2px;
    top: -5px;
    left: calc(7.14286% - 10px);
}


/* End Structure */