/* Nice select styles start */

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/* Nice select styles end */

.section-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 41px;
}

.section-descr {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
}

.get-apps {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.get-app {
    margin-right: 20px;
    width: 180px;
    text-align: center;
}

.qr-code {
    background: rgba(54, 98, 207, 0.4);
    border-radius: 13px;
    padding: 8px 9px 8px 9px;
    display: inline-flex;
    position: relative;
    transition: all .3s;
}

.qr-box {
    background: #091122;
    border: 1px solid #2B334E;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    width: 130px;
    height: 130px;
    padding: 15px;
    position: absolute;
    right: -80%;
    bottom: 125%;
    display: none;
    transition: all .3s;
}

.qr-code:hover .qr-box {
    display: block;
    transition: all .3s;
}

.scroll-link {
    background: #3662CF;
    border-radius: 50%;
    padding: 15px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.line {
    max-width: 690px;
    width: 100%;
    height: auto;
}

.line-center {
    max-width: 570px;
}

.get-apps--line {
    max-width: 700px;
}

/* Contact form */

.support-form--wrapper {
    background: #091122;
    border: 1px solid #2B334E;
    border-radius: 15px;
    max-width: 437px;
    width: 100%;
    margin: 0 auto;
}

.support-form--wrapper p {
    margin: 0;
}

.support-form--body {
    padding: 24px 45px;
}

.support-form--notice {
    font-size: 13px;
    line-height: 15px;
    display: block;
    color: #FFFFFF;
    margin: 22px 0 0 28px;
}

.support-form--body label {
    margin: 0 0 -10px 10px;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
}

.form--input {
    margin-bottom: 8px;
}

.support-form--input {
    margin-bottom: 18px;
}

.wpcf7-form-control.wpcf7-checkbox.checkbox-input .wpcf7-list-item {
    display: block;
}

.wpcf7-form-control.wpcf7-checkbox.checkbox-input label {
    margin: 0 0 11px 0;
    display: flex;
    align-items: center;
}

.wpcf7-form-control.wpcf7-checkbox.checkbox-input label input {
    margin: 0 11px 0 0;
}

.support-form--submit {
    margin-top: 30px;
}

.support-form--submit p {
    margin: 0;
}

.form-submit {
    background: #162A5D;
    border-radius: 50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #9DA0A8;
    padding: 11px;
    max-width: 275px;
    width: 100%;
    margin: 0 auto;
}

.form-submit:hover {
    border-radius: 50px;
    cursor: pointer;
}

.wpcf7-not-valid-tip {
    margin-top: 9px;
    font-size: 13px;
    margin-left: 9px;
}

/* .checkboxes-label {
    margin-bottom: 13px !important;
} */

/* Slider */

.swiper {
    padding: 70px 0 0;
    max-width: 77%;
    background: transparent;
    position: relative;
    height: 690px;
}

.swiper-slide {
    background: transparent;
}

.swiper-pagination-bullet {
    outline: none;
    background: #2B334E;
    width: 7px;
    height: 7px;
}

.swiper-button-prev,
.swiper-button-next {
    top: 110%;
    outline: none;
    color: #fff;
}

.swiper-button-prev {
    left: 41%;
    top: 85%;
}

.swiper-button-next {
    right: 39%;
    top: 85%;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 600;
    background: #2B334E;
    padding: 9px 13px 9px 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 16px;
    font-weight: 600;
    background: #2B334E;
    padding: 9px 13px 9px 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.swiper-button-next:hover::after {
    background: #3354A5 !important;
}

.swiper-button-prev:hover::after {
    background: #3354A5;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #3D5DAD;
}

.swiper-pagination {
    bottom: 20% !important;
}

.slide-shadow {
    position: absolute;
    top: 0;
    right: -110px;
    z-index: 1;
}

.slider-desc--items {
    max-width: 315px;
    list-style: none;
    padding-left: 35px;
}

.slider-desc--item {
    position: relative;
    font-size: 15px;
    line-height: 18px;
    color: #C3CFF6;
    margin-bottom: 35px;
}

.slide-descr--active {
    /* font-weight: 700; */
    font-size: 15px;
    line-height: 18px;
    color: #4974DD;
}

.slide-descr--active::before {
    content: '';
    background: url(../images/right-blue.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 14px;
    height: 24px;
    left: -28px;
    top: 4px;
}

.scroll-top {
    box-shadow: 0px 4px 14px rgba(255, 255, 255, 0.25);
    position: absolute;
    top: -40%;
    right: 3%;
    padding: 16px 11px;
}

/* Scroll line */

.scroll-line--title {
    position: absolute;
    bottom: 33%;
    right: 6.8%;
    font-size: 17px;
    line-height: 20px;
    color: #C3CFF6;
    transform: rotate(-90deg);
    margin-bottom: 13px;
}

#line-svg-bg {
    position: absolute;
    bottom: 15%;
    right: 3%;
    width: 150px;
    height: 142px;
    margin: -45px 0 0 -45px;
}

#line-svg {
    position: absolute;
    bottom: 27.7%;
    right: 3%;
    width: 150px;
    height: 32px;
    margin: -45px 0 0 -45px;
}

div.draw-line-height {
    /* feel free to change height */
    height: 142px;
}

/*  Multilang */

.wpglobus-selector-box {
    position: relative;
    height: 50px;
    top: 15px;
    transition: all .3s;
}

.current-lang {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #3662CF;
    margin-left: 20px;
    transition: all .3s;
}

.current-lang:hover {
    color: #37A8D1;
    cursor: pointer;
}

.hover-lang-block {
    display: none;
    position: absolute;
    background: #091122;
    border: 1px solid #2B334E;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 18px;
    left: -120px;
    top: 10px;
    margin: 20px;
}

.hover-lang-block a {
    padding: 0 9px;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #C3CFF6;
    transition: all .3s;
}

.hover-lang-block a:hover {
    color: #3662CF;
}

.wpglobus-selector-box:hover>.hover-lang-block {
    display: block;
    cursor: pointer;
    transition: all .3s;
}

/* ------- Social Networks styles start ------- */

/* ------- Social Networks styles end ------- */