@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Regular.eot');
    src: url('../fonts/Heebo-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Heebo-Regular.woff2') format('woff2'),
        url('../fonts/Heebo-Regular.woff') format('woff'),
        url('../fonts/Heebo-Regular.ttf') format('truetype'),
        url('../fonts/Heebo-Regular.svg#Heebo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Bold.eot');
    src: url('../fonts/Heebo-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Heebo-Bold.woff2') format('woff2'),
        url('../fonts/Heebo-Bold.woff') format('woff'),
        url('../fonts/Heebo-Bold.ttf') format('truetype'),
        url('../fonts/Heebo-Bold.svg#Heebo-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.col-blue{
    color:#3170FB;
}
.col-dblue{
    color:#2E3191;
}
body{
	font: normal 18px 'Heebo' , sans-serif;
	margin:0;
	width:100%;
    direction: rtl;
}
.heebo-reg{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
}

.wrapper{
	max-width:1200px;
	margin:0 auto;
    padding: 0 15px;
}

a{
    text-decoration: none;
}

ul{
    margin: 0;
    padding: 0;
}

li{
    list-style-type: none;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: right;
}

input:focus{
    outline: none;
}


/*-------------HEADER------------------*/

#header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
}

#logo img{
    max-width: 174px;
}

#language{
    display: inline-block;
    margin-right: 30px;
}

#demo.popup, #login.popup{
    direction: ltr;
    padding: 30px!important;
}

#demo .data{
    margin-top: 50px;
}

.demo-popup-login-button-holder{
    text-align: center;
}

.demo-popup-data-login-info .data-block{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    background: white;
    padding: 10px;
    border-radius: 10px;
}

.login-form input{
    background: white;
    border-radius: 40px;
    width: 100%;
    font-size: 16px;
    line-height: 184%;
    border: none;
    padding: 10px 20px;
}

.login-form-button-holder{
    text-align: center;
    margin-top: 15px;
}

.login-form .title-3{
    margin-bottom: 15px;
}

.button{
    border-radius: 50px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    font-family: inherit;
    padding: 12px 19px;
    cursor: pointer;
}

.button-a{
    border-radius: 50px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    font-family: inherit;
    padding: 12px 19px;
    cursor: pointer;
    display: inline-block;
}

.button-play{
    border-radius: 100%;
    border: none;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #2E3191;
    color: white;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    padding: 0;
}

.button-play:hover{
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.4);
}

.button + .button{
   margin-inline-start: 15px;
}

.blue-button{
    background: #3170FB;
    color: white;
}

.blue-button:hover{
    background: #4680ff;
}

.grey-button{
    background: #323648;
    color: white;
}

.grey-button:hover{
    background: #424657;
}

.button-play-video-btn{
    padding-right: 45px;
    position: relative;
}

.button-play-video-img{
    width: 26px;
    height: 26px;
    position: absolute;
    right: 10px;
}

.message{
    float: left;
    margin: 8px 0 0 85px;

}

.desc{
	font-size:20px;
	color:#333333;
}

.popup{
    display: none;
}

#menu li{
    display: inline;
    cursor: pointer;
}

#menu li.active, #menu li:hover, #menu li.active a, #menu li:hover a{
    color: #3170FB;
}

#menu li a{
    color: #323648;
    font-size: 20px;
}

#menu li i{
    margin-right: 8px;
}

#menu li + li{
    margin-right: 30px;
}

#menu .menu-icon{
    display: none;
}

#menu.folded .menu-icon.fa-bars{
    display: block;
}

#menu.folded .menu-icon.fa-times{
    display: none;
}

#menu.folded.active .menu-icon.fa-bars{
    display: none;
}
#menu.folded.active .menu-icon.fa-times{
    display: block;
}

#menu.folded.active {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 30px;
    z-index: 3;
}

#menu.folded ul{
    display: none;
    margin-top: 30px;
}

#menu.folded.active ul{
    display: block;
}

#menu.folded.active li{
    display: block;
}

#menu.folded.active li + li{
    margin-right: 0;
    margin-top: 15px;
}

#menu .menu-icon{
    font-size: 25px;
}

#header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 3;
}

#header.fixed + content .page{
    margin-top: 120px;
}

#language select{
    border: none;
    font-size: 15px;
}


/*----------------CONTENT----------------------*/

.bg-wave-1{
    background-image: url(../images/wave-1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-wave-2{
    background-image: url(../images/wave-2.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-wave-3{
    background-image: url(../images/wave-3.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-wave-4{
    background-image: url(../images/wave-4.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-wave-5{
    background-image: url(../images/wave-5.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.title-main-text{
    font-weight: bold;
    font-size: 48px;
    line-height: 116%;
    color: #323648;
    position: relative;
    z-index: 2;
}

.title-main{
    position: relative;
}

.title-main-dots{
    position: absolute;
    top: -40%;
    z-index: 1;
}

.banner-img{
    max-width: 100%;
}

.text-main{
    color: #5B5E6D;
    margin: 30px 0;
    z-index: 2;
    position: relative;
}

.list-1-li{
    color: #323648;
    font-weight: bold;
    display: inline;
}

.list-1{
    display: flex;
    justify-content: space-between;
}

.list-1-li + .list-1-li{
    margin-inline-start: 15px;
}

.list-1-li::before{
    content: url(../images/li-check.png);
    margin-inline-end: 5px;
}

.list-3{
    color: white;
}

.list-2-li{
    list-style-type: initial;
    list-style-position: outside;
    margin-right: 18px;
}

.list-2-li + .list-2-li{
    margin-top: 15px;
}

.list-2-li::marker {
    color: #3170FB;
    width: 8px;
    height: 8px;
}

.list-3-li{
    list-style-type: initial;
    list-style-position: outside;
    margin-right: 18px;
}

.list-3-li + .list-3-li{
    margin-top: 15px;
}

.list-3-li::marker {
    color: #fff;
    width: 8px;
    height: 8px;
}

.right-p-0{
    padding-right: 0;
}

.left-p-0{
    padding-left: 0;
}

.buttons-holder{
    margin: 30px 0;
}

.block-light-blue{
    background-color: #F2F6FF;
}

.block{
    padding: 60px 0;
}

.title-2{
    color: #323648;
    font-weight: bold;
    font-size: 38px;
    line-height: 116%;
}

.banner-image-2-holder{
    position: relative;
}

.banner-image-2-img{
    position: relative;
    z-index: 2;
}

#banner-image-2-btn-1{
    position: absolute;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -20px;
}

#banner-image-2-btn-2{
    position: absolute;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
}

#banner-image-2-btn-2 .fa-play{
    height: 17px;
    width: 15px;
    position: absolute;
    top: 22px;
    right: 22px;
    bottom: 23px;
    left: 21px;
}

.vector-1{
    position: absolute;
    z-index: 1;
    top: -40px;
    right: 0;
    max-width: 100%;
}

#banner-2-main{
    margin: 90px 0;
}

.text-holder-green-right{
    border-right: 5px solid #5DD153;
    padding-right: 20px;
}

.text-bold{
    font-weight: bold;
}

.text-blue{
    color: #2E3191;
}

.text-green{
    color: #5DD153;
}

.text-bright-blue{
    color: #3170FB;
}

.text-white{
    color: white;
}

.text-light-grey{
    color: #5B5E6D;
}

.text-dark-grey{
    color: #323648;
}

.p-bottom-100{
    padding-bottom: 100px;
}

.p-bottom-150{
    padding-bottom: 150px ;
}

.p-bottom-0{
    padding-bottom: 0 !important;
}

#banner-2-main .text-holder-green-right{
    margin-top: 60px;
}

.block-dark-blue{
    background-color: #2E3191;
}

.block-half-dark-blue-half-grey{
    background: linear-gradient(to left, #2E3191 50%, #323648 50%);
}

#banner-3-icons-holder{
    display: flex;
    justify-content: space-between;
    color: white;
}

.banner-3-icon{
    text-align: center;
    margin: 10px;
}

.banner-3-img{
    height: 32px;
    width: 32px;
}

.banner-3-text{
    margin-top: 15px;
    display: block;
}

.title-3{
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #323648;
}

.text-24{
    font-size: 24px;
}

.text-38{
    font-size: 38px;
}

.banner-5-text{
    max-width: 770px;
    margin: 30px auto;
}

.banner-5-block-img{
    height: 36px;
    display: block;
    margin-bottom: 15px;
}

.banner-5-block{
    background-color: #F2F6FF;
    border-radius: 5px;
    margin: 15px;
    box-sizing: border-box;
    flex: 1 0 calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
    padding: 20px;

}

.banner-5-blocks{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}

#banner-image-5-holder{
    position: relative;
    margin-top: auto;
}

#banner-image-5{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

#features-input-holder{
    border-bottom: 2px solid #3170FB;
    width: 370px;
    height: 32px;
    position: relative;
    display: inline-block;
    color: #3170FB;
    margin-right: 50px;
}

#features-input-holder .fa-search{
   position: absolute;
   left: 0;
   bottom: 8px;
}

#features-input{
    border: none;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #3170FB;
    padding-left: 25px;
}

#features-title{
    display: inline;
}

#features-blocks-holder{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 70px;
}

.features-block{
    margin: 15px;
    box-sizing: border-box;
    flex: 1 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    background-color: #F2F6FF;;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}

.features-block:hover{
    cursor: pointer;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.4);
    background-color: white;
}

.features-block .image-holder{
    background-color: white;
    width: 100%;
    padding: 20px 30px;
}

.features-block .image-holder img, .slider-products-block-item .image-holder img{
    width: 100%;
}

.features-block a.features-block-title:hover{
    color: #3170FB;
}

.features-block a.features-block-title{
    display: block;
}

.features-block-inner{
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}

.features-block-text-main, .slider-products-block-text-main{
    margin-top: 10px;
    margin-bottom: 40px;
}

.features-block-bottom button, .slider-products-block-bottom button{
    padding-right: 30px;
    padding-left: 30px;
}

.features-block-icon, .slider-products-block-icon{
    width: 26px;
    height: 26px;
    margin-left: 15px;
}

.features-block-actions, .slider-products-block-actions{
    display: inline-block;
}

.features-block-action, .slider-products-block-action{
    display: inline-flex;
    align-items: center;
}

.features-block-action a:hover, .slider-products-block-action a:hover{
    color: #5B5E6D;
}

.features-block-action + .features-block-action, .slider-products-block-action + .slider-products-block-action{
    margin-right: 30px;
}

.features-block-bottom, .slider-products-block-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    width: 100%;
}

.slider-products-block-inner{
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
}

#products-block-3 span.text-green{
    display: block;
    margin: 15px 0;
}

#products-block-3 .blue-button{
    padding: 12px 30px;
}

#products-block-3 .text-main{
    margin: 15px 0;
}

#products-block-4 .title-2{
    margin-bottom: 30px;
}

#products-block-4 .wrapper > .row + .row{
    margin-top: 30px;
}

#products-block-4 .list-2, #products-block-5 .list-2{
    margin-top: 30px;
}

#products-block-7 h1{
    margin-bottom: 30px;
}

.slider-container {
    max-width: 970px;
    width: calc(100% - 200px);
    margin: 0 auto;
    direction: ltr;
}

.slider-container *::before, .slider-container *::after {
    box-sizing: border-box;
}

.slider__wrapper {
    overflow: hidden;
    border-radius: 5px;
}

.slider__item {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    color: rgba(255, 255, 255, 0.8);
}

#slider-products-block .slider__item {
    height: 375px;
}

#slider-homepage .slider__item {
    height: 290px;
}

.slider-products-block-item{
    background-color: #F2F6FF;
    padding: 30px 30px 40px 30px;
    height: 100%;
}

.slider-products-block-item .row{
    display: flex;
    flex-direction: row-reverse;
}

#homepage-block-6 h3{
    margin-bottom: 30px;
}

.slider-homepage-block{
    direction: rtl;
    padding: 30px 30px 40px 30px;
    background-color: #fff;
    height: 100%;
}

.slider-homepage-block-stars-holder{
    color: #EDD65B;
    text-align: center;
}

.slider-homepage-block-stars-holder i{
    height: 24px;
    width: 24px;
}

#slider-homepage-empty-block{
    height: 180px;
}

#slider-homepage{
    position: absolute;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#homepage-block-7{
    padding-top: 120px;
}

#homepage-block-8 .row{
    display: flex;
}

#homepage-block-8 .row > .col-xs-7{
    display: flex;
}

#er-404{
	text-align:center;
	font-size:18px;
}

.head-user .user_oper {
    background: #fff;
    position: absolute;
    width: 200px;
    margin-left: -125px;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0,0,0,.176)!important;
    text-align: center;
    padding: 10px 0;
    margin-top: 15px;
    display: none;
    z-index: 999;
}

.head-user .user_oper .button-a{
    padding: 10px 15px;
}

.head-user .user_oper a.gr {
    background: transparent;
    color: #666;
    padding: 0;
    border: none;
    width: 49%;
    margin: 0 0 25px;
}

.head-user .user_oper a {
   /*  display: block;
    border: 1px solid #06adef;
    background-color: #06adef;
    text-decoration: none;
    border-radius: 3px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 12px;
    font-size: 16px; */
    margin-top: 15px;
}

.head-user a{
    color: #323648;
    font-size: 20px;
}

.head-user .user_oper a{
    font-size: 15px;
}

#user-menu{
    display: inline-block ;
    margin-left: 30px;
}

#head-user-log-out-button{
    color: white;
}

#user-menu li.head-right a{
    color: #323648;
    font-size: 20px;
}

#user-menu li.head-right a:hover, .head-user a:hover{
    color: #3170FB;
}

#user-menu li.head-right{
    display: inline-block;
}

#user-menu li.head-right + li.head-right{
    margin-right: 15px;
}


/*-----------------FOOTER-------------*/

#footer{
    background-color:#2E3191;;
    padding: 10px 0 20px 0;
    color: white;
    font-size: 16px;
    line-height: 184%;
    margin-top:auto;
}

.footer-bottom{
    text-align: center;
    margin-top: 20px;
}

#footer .telephone-number{
    color: #3170FB;
    font-size: 18px;
    line-height: 26px;
}

.footer-social-icon{
    color: #fff;
    
}

.footer-social-icon-holder{
    display: inline-block;
    width: 31px;
    height: 31px;
    border: 3px solid #fff;
    border-radius: 100%;
    text-align: center;
}
.footer-social-icon-holder + .footer-social-icon-holder{
    margin-right: 10px;
}

#footer .col-xs-3 > div + div{
    margin-top: 10px;
}

#footer-reg-title{
    color: #79D0FF;
    font-weight: bold;
    font-size: 18px;
    line-height: 184%;
}

#footer #footer-column-center{
    text-align: center;
}

#footer-reg-input-holder{
    position: relative;
    margin-top: 10px;
    display: inline-block;
}

#footer-reg-input{
    background: #1B1D76;
    border-radius: 40px;
    height: 50px;
    width: 370px;
    color: white;
    font-size: 16px;
    line-height: 184%;
    border:none;
    padding-right: 10px;
    padding-left: 90px;
}

#footer-reg-input::placeholder{
    color: #3170FB;
}

#footer-reg-button{
    position: absolute;
    left: 0;
}