/* basic styles */
*{
    font-family: 'Montserrat', sans-serif;
}

*::-webkit-scrollbar{
	width: 6px;
}

*::-webkit-scrollbar-thumb{
	background:#6f44ca;
}
*::-webkit-scrollbar-track{
	background: #ededed;
}

a, button{
    transition: all .3s ease-in-out;
}
a, a:hover{
    text-decoration: none;
    color: #000;
}
textarea{
    resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

button{
    box-shadow: none !important;
    outline: none !important;
}
hr.black-border {
    border-top: 1px solid #000;
    width: 100%;
}

.full-width{
    width: 100% !important;
}
.full-height{
    height: 100vh;
}

.medium-text {
    font-size: 20px !important;
    font-weight: 600;
}

.link{
    color: #6f44ca;
}
.wrap{
    overflow: hidden;
    margin: auto;
}
.large-wrap{
    max-width: 1200px;
    width: 100%;
}
.medium-wrap{
    max-width: 1000px;
    width: 100%;
}
.small-wrap{
    width: 30%;
    min-width: 500px;
}
.custom-btn {
    background: #eee;
    padding: 20px 35px;
    border-radius: 15px;
    cursor: pointer;
}

.main-btn{
    color: #fff;
    background: #8A58E5 !important;
    border-radius: 20px;
    border: none;
    padding: 20px 35px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 15px;
    transition: all .3s ease;
}
.main-btn:hover {
    background: #693abf !important;
}
.main-btn.black-btn{
    background: #000 !important;
}

a.main-btn, a.main-btn:focus, a.main-btn:hover{
    color: #fff;
}

.page {
    min-height: 75vh;
}

.page-block .block-title{
    font-weight: 500;
    font-size: 55px;
    line-height: 50px;
}
.page-block .block-title.medium-title{
    font-size: 24px;
}
.page-block .block-description{
    font-size: 30px;
}

.custom-list{
    list-style: none;
    padding-left: 20px;
    margin-bottom: 15px;
}
.custom-list li{
    margin-bottom: 10px;
}

.custom-list.with-disc{
    list-style: disc;
    padding-left: 35px;
}
.custom-list.with-circle{
    list-style: circle;
    padding-left: 35px;
}

/* custom modal */
.custom-modal{
  /*overflow: hidden !important;*/
}
.custom-modal .close {
    position: absolute;
    right: 10px;
    background: #555;
    border-radius: 0 0 10px 10px;
    color: #eee;
    opacity: 1;
    font-weight: normal;
    padding: 3px 13px;
    font-size: 25px;
    z-index: 1;
}
.custom-modal .dialog-text{
    font-weight: 600;
    font-size: 20px;
}
.custom-modal.app-modal .close{
    border-radius: 5px 30px !important;
    width: 40px;
    height: 45px;
    top: 10px;
}
.custom-modal.app-modal .modal-content {
    border-radius: 40px;
}
.custom-modal.app-modal .download-app-btn{
    padding: 0px 0;
    display: flex;
    height: 75px;
    border-radius: 50px;
    overflow: hidden;
    background: #eff1f4;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    color: #0e0e0e;
}
.custom-modal.app-modal .download-app-btn img{
    height: 100%;
}
.custom-modal.app-modal.dark-modal .modal-content{
    background: #222222;
    color: #FFF;
}
/* end custom modal */

/* end basic styles */

/* header */
header{
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px 0 15px;
    z-index: 100;
    transition: all .3s ease-in-out;
}
header.fixed-header{
    background: #FFF;
    padding: 10px 0 15px;
    box-shadow: 0px 0px 5px #ccc;
}
header .main-logo{
    height: 30px;
    margin-top: 10px;
}
header .main-menu .menu-link{
    padding: 12px 10px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}
.menu-link.main-btn {
    float: right;
    padding: 15px !important;
    border-radius: 9px;
}

/* banner block */
.page-block.banner-block{
    background: #ededed;
    padding-top: 100px;
    padding-bottom: 50px;
}
.page-block.banner-block .banner-image{
    width: 100%;
}
.page-block.banner-block .text-block{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.page-block.banner-block .download-btns .download-app-btn{
    display: block !important;
    width: 100%;
}

/* features block */
.page-block.features-block{
    padding: 100px 0;
}
.page-block.features-block .features-list .feature-item {
    display: inline-block;
    width: 20%;
    float: left;
    padding: 10px;
    text-align: center;
}
.page-block.features-block .features-list .feature-item .feature-icon{
    height: 40px;
    margin: 0 0 40px 0;
}
.page-block.features-block .features-list .feature-item .feature-title{
    font-weight: 600;
}
.page-block.features-block .features-list .feature-item .feature-description{
    font-size: 14px;
    color: #666;
}

/* main block */
.page-block.main-block {
    padding-bottom: 20px;
    padding-top: 80px;
    background-image: url(../static_images/im_download_app_bg.png);
    background-size: contain;
    background-position: bottom;
    margin-bottom: 30px;
}
.page-block.main-block .top-block{
    max-width: 1200px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-block.main-block .top-block .page-large-title{
    font-size: 75px;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
}
.page-block.main-block .text-block{
    /*max-width: calc(100vw - ((100vw - 1200px) / 2) - 58.333333vw);*/
    max-width: 400px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.page-block.main-block .main-image{
    width: 100%;
}

/* download app block */
.page-block.app-block{
    position: relative;
    color: #000;
    margin-top: 100px;
    background-image: url(../static_images/im_download_app_bg.png);
    background-size: contain;
    background-position: bottom;
    height: 65vh;
}
.page-block.app-block .text-block {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 30px;
}
.page-block.app-block .app-image-container{
    position: absolute;
    top: 0;
    margin-top: -60px;
    width: 400px;
    left: calc(((100vw - 1000px) / 2) + 630px);
}
.page-block.app-block .app-image{
    width: 100%;
}
.page-block .download-app-btn {
    display: inline-block;
	border: none;
}

.page-block.app-block .download-app-btn{
    margin: auto;
}
.page-block .download-app-btn img{
    width: 100%;
    object-fit: contain;
    overflow: hidden;
    border-radius: 20px;
}

footer .main-btn{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
footer .download-app-btn img {
    height: 80%;
}
footer .social-btn{
    width: 50px;
}

footer .bottom-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
}

/* contact form block */
.page-block.contact-form-block {
    padding: 30vh 0 150px 0;
}
.form-input {
    box-shadow: none !important;
    background: #ededed;
    border: 2px solid #ededed;
    border-radius: 10px;
    padding: 10px 10px 10px 20px;
    height: auto;
    transition: all .3s ease-in-out;
}
.form-input:focus {
    border-color: #6f44ca;
}
.form-link{
    font-weight: 600;
}
.info-message.success-message {
    position: fixed;
    top: 110px;
    right: 20px;
    background: linear-gradient(0deg, #6f44ca, #895de6);
    padding: 15px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #ccc;
    font-weight: 600;
    color: #fff;
    opacity: .95;
    z-index: 100;
}


/* footer */
footer {
    width: 100%;
    background: #ededed;
    padding: 40px 0 40px 0;
}
.footer-logo {
    height: 40px;
}

/* privacy block */
.page-block.privacy-block{
    padding: 100px 0;
}

/* contacts block */
.page-block.contacts-block{
    padding: 100px 0;
}

.grecaptcha-badge {
    visibility: hidden;
    height: 0px !important;
}
.recaptcha-label {
    text-align: center;
    display: block;
    font-size: 12px;
    margin: 0;
    position: absolute;
    width: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
}
.recaptcha-label a {
    text-decoration: underline;
}

.poll-question, .poll-message {
    font-weight: 500;
    font-size: 18px;
}

.poll-step {
    display: none;
    padding: 40px 20px;
    text-align: center;
    transition: all .3s ease-in-out;
}
.poll-step.active-step {
    display: block;
}
.poll-step .download-app-btn{
    display: block;
    width: 50%;
    padding: 0;
    border: none;
    margin: 20px auto 0;
    background: none;
}

.answer-btn {
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    background: #eee;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.answer-btn:hover{
    background: #ccc;
}
.answer-btn.active-answer, .answer-btn.active-answer:hover {
    color: #fff;
    background: linear-gradient(0deg, #6f44ca, #895de6);
    font-weight: 600;
}

.download-link{
    border: 1px solid;
    border-radius: 15px;
    padding: 5px 10px;
    float: right;
}

.advantage-item .advantage-icon {
    display: inline-block;
    width: 40%;
    padding: 10px 10px 0;
    margin-bottom: 10px;
}
.advantage-item .advantage-icon img{
    width: 100%;
}

.stats-block{
    padding: 75px 50px;
}
.stats-block .stat-item {
    background: #e9ecef;
    border-radius: 30px;
    padding: 20px 0 20px 50px;
}
.stats-block .stat-icon {
    width: 30px;
    height: 30px;
}
.stats-block .stat-counter {
    font-size: 30px;
    font-weight: 600;
    color: #8281dd;
    margin-bottom: 0;
}
.stats-block .stat-title {
    font-weight: 600;
    line-height: 20px;
}

.install-steps .install-step img, .app-download-block img{
    width: 100%;
}

/* slick slider */
.slick-slide.app-slide {
    display: block;
    height: 450px;
}
.app-slide .app-image {
    height: 435px;
    margin: 10px auto;
    width: 240px!important;
    background-image: url(../static_images/im_phone_frame.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 9px 9px 11px;
}
.app-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    position: relative;
}
.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transition: all .3s ease;
    box-shadow: 0px 0px 5px #ccc !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.slick-arrow.btn-prev {
    left: 0;
}
.slick-arrow.btn-next {
    right: 0;
}
.slick-arrow.slick-disabled{
    opacity: 0;
}

.cookies-panel {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 10px #bbb;
    padding: 15px 40px;
    transition: .3s ease-in-out;
    transform: translate(0, 100%);
    z-index: 100;
}
.cookies-panel.opened{
    transform: translate(0, 0);
}
.cookies-text {
    display: inline-block;
    width: 70%;
    text-align: center;
}
.close-cookies-btn {
    float: right;
    padding: 15px 25px;
}

.advatage-item {
    display: flex;
    height: 100%;
    box-shadow: 0px 2.305022716522217px 17.28767204284668px 0px #0000001a;
    border-radius: 17px;
    padding: 25px;
}

.advantage-icon {
    background: #8A58E5;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    border-radius: 50%;
    flex: none;
    padding: 3px;
}
.advantage-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.advantage-text {
    position: relative;
}

.advantage-title {
    color: #343A48;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.advantage-description {
    color: #343A48;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.advantage-arrow{
    position: absolute;
    right: -5px;
    height: 15px;
    transform: translateY(-50%);
}

.bottom-buttons .main-btn{
    border-radius: 9px;
    height: 50px;
    padding: 5px 15px;
}

.gray-block {
    border-radius: 20px;
    background: #F7F7F7;
    padding: 15px;
    margin-bottom: 10px;
}

.main-links-block{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.link-block {
    width: 48%;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    border: none;
    background: none;
    padding: 0;
}
.link-block.large-link{
     width: 48%;
 }
.link-block img{
    height: 50px;
    width: 100%;
    object-fit: contain;
}

/* partners */
.partners-page{
    background: #111318;
}
.partners-page .top-banner-block {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.partners-page .top-banner-block .banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partners-page .top-banner-block .text-block{
    position: absolute;
    top: 50%;
    max-width: 550px;
    transform: translateY(-50%);
    color: #FFF;
}

.partners-page .title{
    font-weight: 500;
    font-size: 40px;
    line-height: 125%;
}
.partners-page .huge-title{
    font-size: 90px;
    line-height: 100%;
    font-weight: 600;
}
.partners-page .description{
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
}
.partners-page .small-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
}
.partners-page .small-description{
    font-size: 16px;
    line-height: 120%;
}
.partners-page .top-banner-block .text-block .divider-line{
    height: 4px;
    background: #8A58E5;
    display: inline-block;
    width: 20%;
    min-width: 120px;
}

.featured-block{
    padding: 40px 0;
}
.featured-block .featured-item {
    background: #202228;
    border-radius: 20px;
    height: 100%;
    padding: 15px;
    color: #FFF;
    overflow: hidden;
    position: relative;
}
.featured-block .featured-item.light-feature{
    background: #32353E;
}
.featured-block .featured-item .featured-top-stripe {
    font-size: 14px;
    font-weight: 500;
    color: #3D414C;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
}
.featured-block .featured-item .featured-top-stripe .featured-label .featured-label-icon{
    height: 20px;
}

.featured-block .featured-item .featured-top-stripe .featured-label.black-label{
    color: #FFF;
    background: #111318CC;
    border-radius: 40px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.featured-block .featured-item .featured-info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    flex-wrap: wrap;
}
.featured-block .featured-item .featured-info.bottom-align {
    align-items: center;
}

.featured-block .featured-item .featured-image {
    width: 50%;
    transform: translate(0, -15px);
    object-fit: cover;
    position: absolute;
    right: 0;
}
.featured-block .featured-item .featured-image.full-width{
    position: relative;
    width: 100%;
    transform: translate(15px, 0);
    object-fit: contain;
    height: 100%;
    margin-top: -20%;
}

.questions-block{
    color: #FFF;
    padding-bottom: 40px;
}
.referal-bonus-item{
    background: #202228;
    padding: 25px;
    border-radius: 20px;
    height: 100%;
}

.referal-tree .line{
    width: calc(100% + 50px);
    margin: 0 -25px;
    height: 125px;
}

.referal-users{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: flex-start;
    margin: 0 -20px;
    margin-bottom: -45px
}

.referal-user, .partner-user, .driver-user{
    background: linear-gradient(270deg, #202228 -7.93%, #4C505D 148.78%);
    border-radius: 8px;
    position: relative;
    display: inline-block;
    padding: 5px;

}

.referal-user img, .partner-user img, .driver-user img{
    width: 75px;
    height: 75px;
    object-fit: contain;
}
.referal-user.plus-before:before, .referal-user.plus-after:after{
    content: url(../static_images/im_plus.png);
    position: absolute;
    display: block;
    top: -15px;
}
.referal-user.plus-before:before{
    left: -15px;
}
.referal-user.plus-after:after{
    right: -15px;
}

.partner-tree{
    margin-top: 75px;
    position: relative;
}
.partner-tree .lines-group{
    position: relative;
    width: 60%;
    height: 150px;
    left: 25%;
}
.partner-tree .lines-group .line {
    position: absolute;
}

.partner-tree .percent-label{
    background: linear-gradient(270deg, #202228 -7.93%, #15CF74 148.78%);
    color: #FFF;
    font-weight: 900;
    font-size: 60px;
    border-radius: 8px;
    position: absolute;
    bottom: 20px;
    width: 35%;
    left: 12%;
    text-align: center;
    padding: 5px;
}

.partner-user, .driver-user{
    position: absolute;
}

.partner-user{
    top: -20px;
    z-index: 1;
}

.question-item{
    background: #32353E;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

.question-item .question-icon{
    width: 50px;
    margin-bottom: 10px;
}

.partners-academy-block{
    background: #202228;
    color: #FFF;
    border-radius: 20px;
    padding: 35px 35px 0;
}

.partners-academy-tip {
    border-radius: 11px;
    background: #FFF;
    padding: 15px;
    color: #000;
    display: flex;
    margin: 25px 0;
    width: 90%;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
}

.partners-academy-tip img{
    margin-right: 15px;
    height: 30px;
}

.partners-academy-conference-tip {
    display: flex;
    align-items: center;
    width: 90%;
}
.partners-academy-conference-tip img{
    margin-right: 15px;
    height: 30px;
}

.partners-academy-block .block-image{
    max-height: 75vh;
}

.partners-page .telegram-link{
    background: linear-gradient(180deg, #55A8E7 0%, #4F9ED8 100%);
    color: #FFF;
    padding: 25px;
    text-align: center;
    display: block;
    margin-top: 40px;
}
.partners-page .telegram-link img{
    margin-right: 10px;
}

.documents-navigation {
    position: fixed;
    height: calc(100vh - 100px);
    top: 80px;
    padding-top: 15px;
    border-right: 1px solid #EEE;
}
.documents-links li{
    margin-bottom: 0;
    padding: 10px 25px 10px 15px;
    font-size: 14px;
    width: 200px;
}
.documents-links li a.active{
    color: #8A58E5;
}
