/*clearfix*/
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
::selection {
    background: #20F5A9; /* Safari */
    }
::-moz-selection {
    background: #20F5A9; /* Firefox */
    }


html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: 'Montserrat', Verdana, Arial, sans-serif;
    line-height: 1.125;
    font-size: 24px;
    color: #fff;
    min-width: 320px;
    font-style: normal;
    font-weight: 100;
    background: #0B1118;
}
header {
    margin-bottom: 40px;
}


::selection {
    background: #20F5A9; /* Safari */
}

::-moz-selection {
    background: #20F5A9; /* Firefox */
}

a::selection,
.menu-list__item::selection,
.menu-list__item b::selection {
background: #20F5A9;
color: #fff;
-webkit-text-fill-color: #fff;
}
a {color:#fff; text-decoration: none;}
a:hover {color:#20F5A9; text-decoration: none;}
p {padding: 0; margin: 5px 0;}
h1 {font-size: 62px; font-weight: 600; line-height: 120%; padding: 0; margin: 0;}
h2 {font-size: 28px; font-weight: 600; line-height: 120%; padding: 0; margin: 0;}
.clear {clear: both; height: 0; font-size: 1px;}
.nowrap {white-space: nowrap;}
.grey {color: #484C51;}


/* ------ Logo ------- */
.logo {
    background: no-repeat 0 0 url(../images/logo_sprite.svg); 
    background-size: 100%; 
    transition: none;
    position: relative;
    float: left;
    display: inline-block;
    top: 0;
    left: 0;
    width: 164px; 
    height: 56px; 
    margin-top: 42px; 
    margin-left: 60px;
    z-index: 50;
}
.logo:hover { /* green logo */
    background-position: 0 -180px;
}
.logo img {height: 50px; width: 164px;}

@media (max-width: 1150px) {
    .logo {
        margin-left: 64px;
        margin-top: 50px;
    }
}

@media (max-width: 769px) {
    .logo {
        margin-left: 40px;
    }
}

@media (max-width: 568px) {
    .logo {
        width: 113px;
        margin-left: 34px;
        margin-top: 32px;
    }
    .logo:hover {background-position: 0 -125px;}
}
/* ------ \ Logo ------- */


/* ------ Menu ------- */
.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.menu__item {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 80px;
    line-height: 140%;
}
    @media (max-width: 1100px) {
        .menu__item {
            font-size: 50px;
        }
    }
    @media (max-width: 991px) {
        .menu__item {
            font-size: 49px;
        }
    }
    @media (max-width: 575px) {
        .menu__item {
            font-size: 49px;
            line-height: 1.3;
            font-weight: normal;
            margin-bottom: 8px;
        }
    }
/* ------ \ Menu ------- */
/* -- -------- menu-nav -------- */
.menu-nav {
    position: relative;
    float: right;
    margin-right: 60px;
    margin-top: 56px;
    z-index: 50;
    top: 0;
    right: 0;
}
.menu-nav.last {
    z-index: 0;
}
.menu-list {
    list-style-type: none;
    display: flex;
    margin-bottom: 0;
}
.menu-list__item {
    font-weight: 200;
    font-size: 18px;
    margin-left: 23px;
    color: #fff;
    cursor: pointer;
}
.menu-list__item a {
    color: #fff;
}
.menu-list__item b {
    color: #20F5A9;
    font-weight: 200;
}
.menu-list__item:hover,
.menu-list__item a:hover {
    color: #20F5A9;
    text-decoration: none;
}
.menu-list__item:hover .icon_line {
    border-color: #20F5A9;
}
.menu-list__item a:hover .icon_line:after,
.menu-list__item a:hover .icon_line:before {
    background: #20F5A9;
}
.mobile-menu-btn {
    display: none;
    width: 46px;
    height: 46px;
    padding: 10px;
    cursor: pointer;
    position: relative;
    top: -10px;
    right: -10px;
}
.mobile-menu-btn span {
    width: 26px;
    height: 23px;
    border-top: 2px solid #fff;
    position: relative;
    display: block;
}
.mobile-menu-btn span:after,
.mobile-menu-btn span:before {
    position: absolute;
    border-top: 2px solid #fff;
    width: 100%;
    content: "";
}
.mobile-menu-btn span:before {
    top: 7px;
    left: 0;
}
.mobile-menu-btn span:after {
    top: 17px;
    left: 0;
}
.blacktext .mobile-menu-btn span, 
.blacktext .mobile-menu-btn span:after, 
.blacktext .mobile-menu-btn span:before {
    border-top-color: #000;
}


.modal-dialog {
    width: 100%;
    margin: 0;
    min-height: 100%;
    background: #0A0B0F;
}
.modal-content {box-shadow: none;}

.modal-content, .modal-dialog_form {background: none; max-width: none;}
.modal-content.modal-content_form .btn:not(:disabled):not(.disabled) {z-index: 500;}

.modal-content {
    border-radius: 0;
    border: none;
    width: 100%;
}
.modal-content_menu {
    padding-top: 103px;
    position: relative;
    max-width: none;
}
.modal-content_menu .logo {position: absolute;}
.menu-list-mobile {
    padding: 0 0 60px 0;
    list-style-type: none;
    margin: 0;
}
.menu-list-mobile__item {
    margin-top: -1px;
    font-weight: 200;
    font-size: 24px;
    line-height: 90%;
}
.menu-list-mobile__item a {
    color: #fff;
    border-top: 1px solid rgba(131,147,190,0.2);
    border-bottom: 1px solid rgba(131,147,190,0.2);
    padding: 26px 30px 24px;
    display: block;
}
.menu-list-mobile__item a:hover {
    background: linear-gradient(180deg, #01FCC2 20%, #01F678);
    border-color: #20F5A9;
}
.menu-list-mobile__item span {
    padding-right: 24px;
    background: url("/images/assets/arrow-big.svg") 100% 60% no-repeat;
}
.menu-list-mobile_main {
    transition: transform 2s;
}
.menu-list-mobile_main.left {
    transform: translateX(-100%);
}
.menu-list-mobile_category {
    background: #0A0B0F;
    width: 100%;
    position: absolute;
    top: 102px;
    left: 0;
    transform: translateX(100%);
    transition: transform 1.5s;
    height: 0;
    overflow: hidden;
}
.menu-list-mobile_category.left {
    transform: translateX(0);
    height: auto;
    overflow: visible;
}

.icon {
    display: inline-block;
    vertical-align: top;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.icon_line {
    width: 10px;
    height: 11px;
    border-top: 1px solid #fff;
    position: relative;
    margin-top: 7px;
    margin-left: 1px;
}

.icon_line:after,
.icon_line:before {
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    position: absolute;
}

.menu-list__item:hover .icon_line:after,
.menu-list__item:hover .icon_line:before {
    background: #20F5A9;
}
.icon_line:before {
    top: 3px;
}
.icon_line:after {
    top: 7px;
}
/* -- -------- \ menu-nav -------- */


/*Form*/
.modal-dialog {
    width: 100%;
    margin: 0;
    min-height: 100%;
    background: #0A0B0F;
}
.modal-dialog_form {
    background: #fff;
    display: flex;
}
.modal-dialog_video {
    background: rgba(10, 11, 15, 0.3);
}
.modal-content_video {
    padding: 11.5vh 60px;
}
.modal-content {
    border-radius: 0;
    border: none;
    width: 100%;
}
.modal-content_menu {
    padding-top: 103px;
    position: relative;
}
.video-page {
    background: #2F3544;
    height: 77vh;
}
@media (max-width: 568px) {
    .modal-content_video {
        padding: 100px 0;
    }
    .video-page {
        height: auto;
    }
    .btn_close_video {
        right: 30px;
    }
}
@media (orientation: portrait) {
    .video-page {
        height: 30vh;
    }
}
.scrollbar-inner {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    z-index: 10;
    opacity: 1;
    transform: translate3d(0px, 0, 0px);
    transition: all 1s ease 0s;
}
.scrollbar-inner.last {
    transform: translate3d(0px, -100%, 0px);
    z-index: 10;
    opacity: 1;
}
.scrollbar-inner .form-page__left {
    background: none;
}
.form-page {
    min-height: 100%;
    display: flex;
    width: 100%;
    background: rgba(29, 32, 42, 0.2); 
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }

.form-page__left {
    width: 50%;
    /* background: url("/images/form.jpg") 0 0 no-repeat;
    background-size: cover; */
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: space-between;
    padding-bottom: 20px;
}
.swiper-container_logo .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.swiper-container_logo .swiper-slide {
    width: auto !important;
    margin-bottom: 20px;
    align-self: center;
}
.form-page__right {
    width: 50%;
    background: rgba(16, 18, 24, 0.7);
    color: #fff;
    padding: 98px 9.7% 0 7.6%;
    z-index: 50;
}
.form-page__right .btn {
    margin-bottom: 98px;
}
.slide-form {
    overflow: auto !important;
}
.swiper-container_slide .slide-form {
    background: #fff;
}
.form-page__left .text-container {
    width: 100%;
    max-width: none;
    padding-top: calc(17.53vh + 43px + 36px);
}
.form p {
    line-height: 1.35;
    margin-bottom: 19px;
}
.form-group {
    margin-bottom: 18px;
    position: relative;
}
.form-group + .btn {
    margin-top: 35px;
}
.form-label {
    color: #fff;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 3;
    transition: all 0.3s ease;
}
.form-control {
    border: none;
    border-bottom: 1px solid #fff;
    height: 40px;
    display: block;
    outline: none !important;
    padding: 0;
    width: 100%;
    color: #fff;
    font-weight: bold;
    background: transparent;
    position: relative;
    z-index: 4;
}
.focus .form-label {
    font-size: 0.85rem;
    top: -10px;
}
.focus .form-control {
    border-bottom-color: #fff;
}
.focus:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    content: '';
    border-bottom: 1px solid #fff;
}
.form-group_textarea.focus:after {
    display: none;
}
.form-page__right .h3 {
    padding-right: 30px;
    font-size: 48px;
}
.form-page__right .random3 {
    display: none;
}


@media (orientation: landscape) and (max-width: 1199px) {
        /*Form*/
        .form-page__right {
            padding: 68px 80px 0;
        }
        .form-page__right .btn {
            margin-bottom: 68px;
        }
}


@media (max-width: 991px) {
    .form-page__left .text-container,
    .form-page__right {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 860px) {
    .form-label {
        font-size: 16px;
    }
}
@media (max-width: 769px) {
    .form-page__right {
        width: 100%;
    }
    .form-page__left {
        display: none;
    }
    .form-label {
        font-size: 18px;
    }
}
@media (max-width: 568px) {
    .form-label {
        font-size: 14px;
    }
    .form-page__right {
        background: rgba(16, 18, 24, 1);
        padding: 39px 30px 0;
        font-size: 20px;
    }
    .form-page__right .btn {
        margin-bottom: 39px;
    }
    .form-page__right .h3 {
        margin-bottom: 10px;
        font-size: 29px;
    }
    .form p {
        margin-bottom: 14px;
    }
    .form .btn {
        font-size: 20px;
        height: 52px;
        padding: 15px 20px 14px 21px;
    }
    .form-group + .btn {
        margin-top: 17px;
    }
    .form-label {
        font-size: 16px;
    }
}

@media (max-width: 380px) {
    .form-page__right {
        font-size: 16px;
    }
}
@media (max-width: 340px) {
    .form-page__right {
        font-size: 14px;
    }
}




/*TextArea*/
.form-textarea,
.div-textarea {
    width: 100%;
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 2px;
    font-weight: 200;
    border-radius: 0;
}
.form-textarea {
    resize: none;
    transition: height 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 4;
    background: transparent;
    font-weight: bold;
}
.focus .form-textarea {
    border-bottom-width: 2px;
}
.div-textarea {
    white-space: pre-wrap;
    word-wrap: break-word;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid transparent;
    opacity: 0;
    z-index: 1;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 80;
    top: 0;
    right: 0;
    background-color: #0A0B0F;
    overflow-x: hidden;
    transition: 1s;
    max-width: 350px;
}
.sidenav .menu-list-mobile {
    transition: transform 1s ease 0.5s;
}
.sidenav .menu-list-mobile.top {
    transform: translateY(-30%);
}
.sidenav .menu-list-mobile__item a {
    font-size: 28px;
    line-height: 95%;
    padding: 30px 30px 34px 30px;
}
.sidenav .menu-list-mobile__item span {
    padding-right: 21px;
    background: url("/images/assets/arrow-sidenav.svg") 100% 60% no-repeat;
}
.sidenav .icon_arrow-big {
    margin-left: -10px;
    margin-top: 1px;
}





/* -- -------- menu @media -------- */


@media (orientation: landscape) and (max-width: 1920px) {
    .slider-navigation {
        padding-left: 36px;
        bottom: 36px;
    }
}




@media (orientation: landscape) and (max-width: 1199px){    
    .h1, .h2, .h3, .menu-list-mobile__item {
        letter-spacing: -0.5px;
    }

    .btn {
        font-size: 18px;
        height: 48px;
        padding: 13px 17px 15px 19px;
    }
}

@media (max-width: 991px) {
    .h1, .h2, .h3, .menu-list-mobile__item {
        letter-spacing: -0.5px;
    }
}



@media (orientation: landscape) and (max-height: 400px) {
    .menu-nav {
        margin-right: 30px;
        margin-top: 35px;
        top: 0;
    }
    .menu-list {
        display: none;
    }
    .mobile-menu-btn {
        display: block;
    }
    .slider-navigation {
        padding-left: 24px;
        bottom: 24px;
    }
}
@media (max-width: 769px) {
    .menu-nav {
        margin-right: 40px;
    }
}
@media (max-width: 568px) {
    .menu-nav {
        margin-right: 30px;
        margin-top: 37px;
        top: 0
    }
    .menu-list {
        display: none;
    }
    .mobile-menu-btn {
        display: block;
    }
}
/* -- -------- \ menu @media -------- */

/* -- -------- page-container -------- */
.page-container {
    padding: 0 150px;
}
@media (max-width: 1150px) {
    .page-container {
        padding: 0 64px;
    }
}

@media (max-width: 769px) {
    .page-container {
        padding: 0 40px;
    }
}

@media (max-width: 568px) {
    .page-container {
        padding: 0 34px;
    }
}

/* -- -------- \ page-container -------- */

/* -- -------- block-container -------- */
.cont {padding-top: 0; padding-bottom: 40px;}

@media (min-width: 1400px) {
    .cont {
        max-width: 1320px;
    }
}
@media (max-width: 1400px) {
    .cont {
        max-width: 1140px;
    }
}
@media (max-width: 1200px) {
    .cont {
        max-width: 960px;
    }
}
@media (max-width: 992px) {
    .cont {
        max-width: 720px;
    }
}
@media (max-width: 768px) {
    .cont {
        max-width: 540px;
    }
}
/* -- -------- \ block-container -------- */


/* -- -------- icons -------- */
.bi-ico-big {font-size: 60px;}
.bi-ico-white {color: #fff;}
.bi-ico-white.bi-link-45deg {font-size: 130%; margin-left: -4px;}
a:hover .bi-ico-white {color: #20F5A9;}
/* -- -------- \ icons -------- */

/* -- -------- description lead -------- */
.descr {margin-top: -20px;}
/* -- -------- \ description lead -------- */

/* -- -------- files -------- */
.files {font-size: 18px;}
.files a {color: #fff;}
.files a:hover, .files a:hover .bi-ico-white, .files a:hover .grey {color: #20F5A9;}
.files h2 {margin-bottom: 3px;}
.files h3 {font-size: 28px;}
.files .col {padding-bottom:13px; padding-top: 13px;}
.files .hide-nothover {visibility: hidden;}
.files a:hover .hide-nothover {visibility: visible;}
.files .bi-ico-big {margin-left: -5px; margin-top: 4px;}

@media (max-width: 768px) {
    .files .col {border-bottom:#232B39 solid 1px;}
    .files h2 {border-bottom:#232B39 solid 1px; padding-bottom: 10px;}
    .files .row {margin-left: 0;}
    .files .row > * {padding-left: 0;}
}
/* -- -------- \ files -------- */


/* -- -------- links -------- */
.links .col {padding-bottom:13px; padding-top: 13px;}
.figmalink-block {word-wrap: break-word; width: 80%;}
.figmalink {font-size: 28px; font-weight: 600; line-height: 120%;  word-wrap: break-word; display: block;}
@media (max-width: 768px) {
    .links .col {border-top:#232B39 solid 1px;}
    .links h2 {padding-bottom: 10px;}
    .links .row {margin-left: 0;}
    .links .row > * {padding-left: 0;}
    .figmalink {font-size: 18px;}
}
/* -- -------- \ links -------- */


/* -- -------- preview -------- */
.preview {font-size: 18px;}
.preview h3 {margin: 10px 0 0 0;}
.preview .feature img {width: 100%;}
.preview .feature {margin-bottom: 67px;}
/* -- -------- \ preview -------- */


/* -- -------- footer -------- */
footer {
    font-size: 18px;
    color: #4D566D; 
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
}
footer .btn {float: right; margin-bottom: 30px;}
footer .copy-container {float: left; width: 50%;}
footer .btn-right {float: right; width: 40%;}


@media (max-width: 1150px) {
    footer {
        padding-left: 64px;
        padding-right: 64px;
    }
}

@media (max-width: 769px) {
    footer {
        padding-left: 40px;
        padding-right: 40px;
    }
    footer .copy-container {float:none; width: auto;}
    footer .btn-right {float:none; width: auto;}
    footer .btn {float:none}
}

@media (max-width: 568px) {
    footer {
        padding-left: 34px;
        padding-right: 34px;
    }
}
/* -- -------- \ footer -------- */




/*Button*/
.btn {
    display: inline-block;
    font-weight: 200;
    font-size: 20px;
    font-family: 'Montserrat';
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    line-height: 1;
    height: 52px;
    color: #20F5A9;
    background: transparent;
    padding: 14px 20px 16px;
    border: 1px solid #20F5A9;
    box-sizing: border-box;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
}
.btn .icon path {
    transition: fill 0.15s ease-in-out
}
.btn:hover,
.btn:focus {
    text-decoration: none;
    background: #20F5A9;
    border-color: #20F5A9;
    color: #fff;
}
.btn:hover path,
.btn:focus path {
    fill: #fff;
}
.btn:focus,
.btn.focus {
    outline: 0;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn_white,
.btn_white:focus {
    color: #fff;
    border: 1px solid #fff;
    background: none;
}
.btn_white:hover {
    text-decoration: none;
    background: linear-gradient(180deg, #01FCC2 20%, #01F678);
    border-color: transparent;
    color: #fff;
}

.btn_close {
    height: auto !important;
    border: none;
    position: absolute;
    top: 35px;
    right: 30px;
    padding: 0 !important;
    z-index: 10;
}
.btn_close:hover, 
.btn_close:focus {
    background: none;
}
.btn_close:hover path,
.btn_close:focus path {
    fill: #20F5A9;
}

@media (orientation: landscape) and (max-width: 1440px) {
    body {
        font-size: 20px;
        line-height: 1.25;
    }

    .btn {
        font-size: 20px;
        height: 52px;
        padding: 14px 20px 16px;
    }
}


@media (orientation: landscape) and (max-width: 1199px) {
    .btn {
        font-size: 18px;
        height: 48px;
        padding: 13px 17px 15px 19px;
    }
}

@media (orientation: landscape) and (max-height: 400px) {
    body {
        font-size: 14px;
        line-height: 1.21;
    }
    .btn {
        font-size: 14px;
        height: 36px;
        padding: 10px 13px 10px 14px;
    }
}

@media (orientation: portrait) and (max-width: 991px) {
    body {
        font-size: 20px;
        line-height: 1.2;
    }
    .btn {
        font-size: 20px;
        height: 52px;
        padding: 14px 20px 16px;
    }
}
@media (max-width: 568px) {
    body {
        font-size: 18px;
        line-height: 1.22;
    }
    .btn {
        font-size: 18px;
        height: 40px;
        padding: 8px 16px 10px 17px;
    }
}
@media (max-width: 380px) {
    body {
        font-size: 16px;
        line-height: 1.1875;
    }
    .btn {
        font-size: 16px;
        padding: 10px 15px;
    }
}



/*Modal Menu*/
.modal-content {box-shadow: none;}
.modal-content_menu {
    background: #0A0B0F;
}
.menu-list-mobile {
    padding: 0 0 60px 0;
    list-style-type: none;
    margin: 0;
}
.menu-list-mobile__item {
    margin-top: -1px;
    font-weight: 200;
    font-size: 24px;
    line-height: 90%;
}
.menu-list-mobile__item a {
    color: #fff;
    border-top: 1px solid rgba(131,147,190,0.2);
    border-bottom: 1px solid rgba(131,147,190,0.2);
    padding: 26px 30px 24px;
    display: block;
}
.menu-list-mobile__item a:hover {
    background: linear-gradient(180deg, #01FCC2 20%, #01F678);
    border-color: #20F5A9;
}
.menu-list-mobile__item span {
    padding-right: 24px;
    background: url("../images/assets/arrow-big.svg") 100% 60% no-repeat;
}
.menu-list-mobile_main {
    transition: transform 2s;
}
.menu-list-mobile_main.left {
    transform: translateX(-100%);
}
.menu-list-mobile_category {
    background: #0A0B0F;
    width: 100%;
    position: absolute;
    top: 102px;
    left: 0;
    transform: translateX(100%);
    transition: transform 1.5s;
    height: 0;
    overflow: hidden;
}
.menu-list-mobile_category.left {
    transform: translateX(0);
    height: auto;
    overflow: visible;
}



/*SideNav*/
.nav-bg {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);}
.nav-bg,
.dark-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(10, 11, 15, 0.7);
    z-index: 12;
}
.dark-bg {
    background: #0B0C10;
    display: block;
    z-index: 10;
    animation-delay: 0.7s;
    animation-name: fadeOut;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.dark-delay {
    text-align: center;
    padding: 26% 38% 0;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        z-index: 10;
    }
    100% {
        opacity: 0;
        z-index: -1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
        z-index: 10;
    }
    100% {
        opacity: 0;
        z-index: -1;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    background-color: #0A0B0F;
    overflow-x: hidden;
    transition: 1s;
    max-width: 350px;
}
.sidenav .menu-list-mobile {
    transition: transform 1s ease 0.5s;
}
.sidenav .menu-list-mobile.top {
    transform: translateY(-30%);
}
.sidenav .menu-list-mobile__item a {
    font-size: 28px;
    line-height: 95%;
    padding: 30px 30px 34px 30px;
}
.sidenav .menu-list-mobile__item span {
    padding-right: 21px;
    background: url("images/assets/arrow-sidenav.svg") 100% 60% no-repeat;
}
.sidenav .icon_arrow-big {
    margin-left: -10px;
    margin-top: 1px;
}





@media (max-width: 769px) {
    h1 {font-size: 30px;}
}


.modal-content, .modal-dialog_form {background: none; max-width: none;}