.wrap.index {
    opacity: 0;
}

#preload {
    position: fixed;
    width: 150px;
    height: 150px;
    position: fixed;
    width: 150px;
    height: 150px;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;
}

html {
    min-width: 320px;
    min-height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #0E0C8E;
    min-height: 100%;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 767px) {
    body {
        height: auto;
        overflow-y: auto;
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

:focus {
    outline: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

.wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    -webkit-transform-style: preserve-3d;
}

#output,
#output_2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    #output,
    #output_2 {
        display: none;
    }
}

.blur {
    -webkit-filter: blur(6px);
    filter: blur(6px);
}


/*main_logos*/
.logos_main {
    width: 100%;
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    z-index: 999;
}
.logos_main img {
    bottom: 63px;
    right: 112px;
    display: block;
    float: right;
    margin-right: 50px;
}
.logos_main img.free_logo {margin-top: 15px;}
.wrap_logos {width: 100%; height: 100px;}
.wrap_info {
    padding-right: 105px;
}
.info_comp {
    max-width: 285px;
    float: right;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 0.25px;
    line-height: 15px;
}
@media (max-width: 768px) {
    .logos_main {position: relative;}
    .logos_main img {width: 90px; float: left; margin-right: 30px}
    .logos_main img.free_logo {margin-top: 26px;}
    .wrap_info {padding-right: 0;}
    .info_comp {float: none; max-width: 100%;}
}

/*main_logos*/

/* Pagination */

.pagination {
    position: absolute;
    left: 69px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .pagination {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        top: 90px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .pagination.active {
        opacity: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.pagination li {
    padding: 5px;
}

.pagination li a {
    margin: 0 auto;
    width: 10px;
    height: 10px;
    display: block;
    background: transparent;
    border: 1px solid #00094F;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.inversion-color .pagination li a {
    background: transparent;
    border-color: #fff;
}

.pagination li a:hover,
.pagination li a.active {
    background: #00094F;
    border: 1px solid #00094F;
}

.inversion-color .pagination li a:hover,
.inversion-color .pagination li a.active {
    background: #fff;
    border-color: #fff;
}


/* END */

section {
    position: relative;
    padding: 59px 79px 64px;
    background: #f6f6f6;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1366px) {
    section {
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 1024px) {
    section {
        padding: 39px 31px 34px;
    }
}

.inversion-color {
    background: #0E0C8E;
    color: #fff;
}

.inversion-color a {
    color: #fff;
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -10px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-bottom: 40px;
}

.account {
    max-width: 15.69px;
    max-height: 16.58px;
    width: 100%;
    display: none;
    margin-right: 3px;
}

@media screen and (max-width: 767px) {
    .account {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.logo {
    max-height: 33.75px;
    max-width: 171.63px;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 100;
}

@media screen and (max-width: 767px) {
    .logo {
        margin: auto;
    }
}

.logo>a {
    display: block;
}

.logo>p {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-shadow: 0 0 18px rgba(255, 255, 255, 0.5);
    margin-top: 16px;
    color: #00094F;
}

@media screen and (max-width: 767px) {
    .logo>p {
        display: none;
    }
}

.inversion-color .logo>p {
    color: #fff;
}

.ic_phone {
    max-width: 12px;
    max-height: 12px;
    margin-right: 2px;
}

@media screen and (min-width: 1001px) {
    .menu {
        position: relative;
        z-index: 10;
    }
}

.menu__icon {
    display: none;
    width: 18px;
    height: 12px;
    cursor: pointer;
    position: relative;
    z-index: 1000;
}

.menu__icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #00094F;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.inversion-color .menu__icon span {
    background: #fff;
}

.menu__icon span:nth-child(1) {
    top: 0px;
}

.menu__icon span:nth-child(2),
.menu__icon span:nth-child(3) {
    top: 5px;
    width: 80%;
}

.menu__icon span:nth-child(4) {
    top: 10px;
    width: 60%;
}

.menu.menu_state_open .menu__icon span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu__list li {
    white-space: nowrap;
    margin-left: 56px;
}

@media screen and (max-width: 1200px) {
    .menu__list li {
        margin-left: 32px;
    }
}

@media screen and (max-width: 767px) {
    .menu__list li {
        margin-left: 0;
    }
}

.menu__list li:first-child {
    margin-left: 0;
}

.menu__list li a {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.menu__list li a:after {
    content: "";
    display: block;
    position: absolute;
    height: 7px;
    width: 0;
    background: #000;
    bottom: -12px;
    left: 0;
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

.menu__list li a[href^="tel:"]:after {
    display: none;
}

.menu__list li>a:focus:after,
.menu__list li>a:hover:after {
    width: 45px;
}

.menu__list li a.active {
    cursor: default;
    pointer-events: none;
}

.menu__list li a.active:after {
    content: "";
    position: absolute;
    height: 7px;
    width: 45px;
    background: #000;
    bottom: -12px;
    left: 0;
}

@media screen and (max-width: 1000px) {
    .menu__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .menu__list {
        position: absolute;
        display: none;
        top: 0;
        right: 0;
        left: 0;
        background-color: rgba(250, 250, 250, 1);
        -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
        z-index: 100;
        overflow: auto;
    }
    .inversion-color .menu__list {
        background-color: rgba(14, 12, 142, 0.9);
    }
    .menu__list>li {
        padding: 15px 0;
        text-align: center;
        color: #ffffff;
    }
    .menu.menu_state_open .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5vh 0;
    }
}

.inversion-color .menu li a:hover:after,
.inversion-color .menu li a.active:after {
    background: #fff;
}

.btn {
    min-height: 53px;
    padding: 17px 30px;
    margin: 1px;
    border: 0 none;
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 1),
    inset -1px -1px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 1),
    inset -1px -1px 0px 0px rgba(0, 0, 0, 1);
    background: transparent;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inversion-color .btn {
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 1),
    inset -1px -1px 0px 0px rgba(250, 250, 250, 1);
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 1),
    inset -1px -1px 0px 0px rgba(250, 250, 250, 1);
    color: #fff;
}

.btn:hover,
.btn:focus,
.btn.active {
    color: #fff;
    border-color: #0E0C8E;
}

.btn.active {
    background: #0E0C8E;
}

.inversion-color .btn.active {
    background: #fff;
}

.disabled,
button[type="submit"][disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

.inversion-color .btn:hover,
.inversion-color .btn:focus,
.inversion-color .btn.active {
    color: #0E0C8E;
}

.filling-right {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s;
    overflow: hidden;
}

.filling-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #0E0C8E;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.inversion-color .filling-right:before {
    background: #fff;
}

.filling-right:hover:before,
.filling-right:focus:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.help-block {
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg);
    position: absolute;
    left: 16px;
    bottom: 124px;
    font-size: 12px;
    font-weight: 500;
    z-index: 10;
}

@media screen and (max-width: 1000px) {
    .help-block {
        display: none;
    }
}

.help-block:after {
    content: "\f177";
    font-family: FontAwesome;
    text-decoration: inherit;
    float: left;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 24px;
    font-size: 14px;
    font-weight: 500;
    margin-top: -1px;
}

.inversion-color .help-block {
    color: #fff;
}

.help-block.up:after {
    content: "\f178";
    float: right;
    text-align: right;
}

h1 {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.22;
    margin-left: -35px;
}

@media screen and (max-width: 1366px) {
    h1 {
        font-size: 56px;
    }
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 22px;
        line-height: 47px;
        margin-left: 0;
    }
}

h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 42px;
    color: #00094F;
}

@media screen and (max-width: 1366px) {
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1024px) {
    h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

.inversion-color h2 {
    color: #fff;
}

h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    margin-top: 56px;
}

@media screen and (max-width: 1024px) {
    h3 {
        font-size: 20px;
        margin-top: 30px;
    }
}

h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    margin-left: 58px;
    margin-top: 56px;
}

@media screen and (max-width: 1366px) {
    h4 {
        font-size: 18px;
        line-height: 30px;
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1024px) {
    h1,
    h2,
    h3,
    h4 {
        margin-left: 0;
    }
}


/* ------ */

.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

@media screen and (max-width: 1366px) and (max-height: 1366px) and (orientation: landscape),
(max-width: 1280px) and (min-width: 768px) and (orientation: portrait) {
    .content.overflow {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 40px;
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 40px;
    }
}

@media screen and (min-width: 1025px) {
    .content.flex-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.content-block {
    max-width: 75%;
    margin-left: 121px;
}

@media screen and (max-width: 1200px) {
    .content-block {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .content-block {
        max-width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .content-block {
        max-width: 100%;
        margin-bottom: 56px;
        margin-left: 0;
    }
}

.content-block.list {
    max-width: 100%;
    margin-bottom: 30px;
}

.content-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
    .content-block.list ul {
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .content-block ul {
        margin-left: 0;
    }
}

.content-block.list ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

@media screen and (min-width: 1001px) {
    .content-block.list ul>li:nth-child(odd) {
        padding-right: 25px;
    }
    .content-block.list ul>li:nth-child(even) {
        padding-left: 25px;
    }
}

p.pipe {
    margin-top: 9px;
    position: relative;
    padding-left: 17px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

p.pipe:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 3px;
    background: #fff;
}

.animation {
    margin-top: 40px;
}

@media screen and (max-width: 1000px),
(max-height: 767px) {
    .animation {
        display: none;
    }
}

.content-block.list-slider {
    max-width: 100%;
}

.content-block.list-slider ul {
    margin-left: -15px;
    margin-top: 44px;
}

@media screen and (max-width: 767px) {
    .content-block.list-slider ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0;
    }
}

.content-block.list-slider ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-block.list-slider ul>li>a {
    padding: 20px;
    max-width: 250px;
    background: #fff;
    border: 1px solid #979797;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #0E0C8E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (max-width: 1200px) {
    .content-block.list-slider ul>li>a {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .content-block.list-slider ul>li>a {
        margin-left: 0;
        margin-bottom: 15px;
    }
}

.button-group {
    margin-left: 58px;
    margin-top: 56px;
}

@media screen and (max-width: 767px) {
    .button-group {
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.more-info {
    height: 53px;
    padding: 0 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* ------ */

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: -79px;
    margin-right: -79px;
    margin-bottom: -64px;
    padding-left: 110px;
    padding-right: 40px;
}

footer.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: 11px;
    padding-bottom: 64px;
}

@media screen and (max-width: 1000px),
(max-height: 767px) {
    footer {
        display: none;
    }
}

footer ul {
    min-height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer ul.-first li {
    border-bottom: 1px solid #fff;
}

footer li {
    border-left: 1px solid #fff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 158px;
    padding: 15px;
}

@media screen and (max-width: 767px) {
    footer li {
        max-width: 50%;
        min-height: 158px;
    }
}

footer li:first-child {
    border-left: none;
}

footer.row>div {
    /*    -webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;*/
}

footer.row>div span {
    font-size: 64px;
    font-weight: 500;
    line-height: 42px;
    color: #00094F;
}

footer.row>div p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #272727;
    margin-top: 20px;
    max-width: 90%;
}

footer.row p.pipe:before {
    top: 3px;
    bottom: 3px;
    background: #272727;
}


/* ------ */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(250, 250, 250, 0.5);
}

.close {
    position: absolute;
    top: 15px;
    right: 18px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 100;
    z-index: 100;
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
    -o-transition: transform 0.25s linear;
    transition: transform 0.25s linear;
    transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

#slidr-ul .close {
    color: #0E0C8E;
}

.close:hover,
.close:focus {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.modal-window {
    width: 80%;
    max-width: 1200px;
    max-height: 90vh;
    background: #0E0C8E;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50.09%, -50.09%);
    -ms-transform: translate(-50.09%, -50.09%);
    transform: translate(-50.09%, -50.09%);
    z-index: 9999;
    padding: 81px 31px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .modal-window {
        width: calc(100% - 30px);
        height: 95vh;
        padding-top: 58px;
        top: 15px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.confirm .modal-window {
    max-width: 703px;
    height: 50vh;
    padding: 51px 31px;
    text-align: center;
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .confirm .modal-window {
        height: 90vh;
        padding: 58px 31px 49px;
    }
}

@media screen and (max-width: 375px) and (orientation: portrait) {
    .confirm .modal-window {
        height: 60vh;
        padding: 51px 31px;
    }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
    .confirm .modal-window {
        height: 70vh;
        padding: 51px 31px;
    }
}

.modal-window h2,
.modal-window h4 {
    margin-left: 0;
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.form {
    max-width: 363px;
    width: 100%;
    text-align: center;
    margin: 50px 0 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.form__input fieldset {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

fieldset {
    margin-bottom: 43px;
}

.form__input label {
    font-family: Ubuntu;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    opacity: .4;
    margin-left: 18px;
}

.form__input input[type="text"],
.form__input input[type="email"],
.form__input input[type="url"],
.form__input input[type="password"] {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #f7f7f7;
    background: transparent;
    color: #fff;
    font-family: Ubuntu;
    font-size: 16px;
    line-height: 16px;
    padding: 0 18px 6px;
    border-radius: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #0E0C8E !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

label.notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 51px;
}

input[type="checkbox"] {
    display: none;
}

.checkbox-custom {
    position: relative;
    max-width: 21px;
    width: 100%;
    height: 20px;
    border: 1px solid #fff;
    cursor: default;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox-custom,
.label {
    margin-right: 12px;
    color: #fff;
    font-family: Ubuntu;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-align: left;
}

.label>a {
    color: #fff;
    text-decoration: underline;
}

input[type="checkbox"]:checked+.checkbox-custom::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    max-width: 16px;
    width: 100%;
    max-height: 12px;
    height: 100vh;
    background: transparent url(../img/svg/checkmark-white.svg) no-repeat;
}

.field_error {
    position: absolute;
    font-size: 11px;
    padding: 5px 0 0 18px;
    visibility: hidden;
    bottom: -16px;
}

.empty_field+.field_error {
    visibility: visible;
}

.modal .btn {
    margin-bottom: 50px;
}

.modal.confirm .btn {
    margin-bottom: 0;
}


/* Slider */

#slider-wrap {
    height: 70vh;
    padding: 50px 31px;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: visible;
    overflow-x: visible;
    background: transparent;
}

@media screen and (max-width: 767px) {
    #slider-wrap {
        padding: 0;
        height: 100vh;
    }
}

#slidr-ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100% !important;
    height: 100%;
    text-align: left;
}

@media screen and (max-width: 767px) {
    #slidr-ul {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: #0E0C8E;
    height: 70vh;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.5);
    padding: 50px 100px;
    /*overflow: hidden;*/
    margin: 0 50px;
}

@media screen and (max-width: 767px) {
    .slide {
        padding: 28px 22px;
        margin: 0;
        height: calc(100vh - 28px);
        overflow-y: auto;
    }
}

.slide>i {
    position: absolute;
    font-size: 10px;
    font-weight: 600;
    color: #0E0C8E;
    text-transform: uppercase;
}

@media screen and (max-width: 960px) {
    .slide>i {
        display: none;
    }
}

.slide>i:before {
    content: '';
    display: block;
    width: 30px;
    height: 10px;
    position: absolute;
}

i.next {
    right: 50px;
    bottom: 30px;
}

i.next:before {
    background: url(../img/svg/right_arrow.svg) no-repeat;
    right: 0;
    top: -20px;
}

i.prev {
    left: 50px;
    top: 50px;
}

i.prev:before {
    background: url(../img/svg/left_arrow.svg) no-repeat;
    left: 0;
    top: -20px;
}

.slide>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 360px;
    flex: 1 1 360px;
    word-wrap: break-word;
}

@media screen and (max-width: 767px) {
    .slide>div.first {
        margin-bottom: 46px;
    }
}

#slidr-ul h2 {
    color: #0E0C8E;
}

#slidr-ul h4 {
    font-size: 24px;
    line-height: 30px;
}

@media screen and (max-width: 767px) {
    #slidr-ul h4 {
        font-size: 20px;
    }
}

#slidr-ul .slide span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 41px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#slidr-ul .slide .first span {
    background: #0E0C8E;
    border: 1px solid #979797;
    color: #fff;
}

#slidr-ul .slide .sec span {
    background: transparent;
    border: 1px solid #0E0C8E;
    color: #0E0C8E;
}

.modal {
    display: none;
}

aside[id="slidr-ul-control"] .slidr-control.up::after,
aside[id="slidr-ul-control"] .slidr-control.down::after,
aside[id="slidr-ul-control"] .slidr-control.left::after,
aside[id="slidr-ul-control"] .slidr-control.right::after {
    border-color: transparent !important;
}

aside[id="slidr-ul-control"] .slidr-control.left,
aside[id="slidr-ul-control"] .slidr-control.right {
    width: 80px !important;
}

@media screen and (max-width: 767px) {
    aside[id="slidr-ul-control"] .slidr-control.left,
    aside[id="slidr-ul-control"] .slidr-control.right {
        width: 50% !important;
    }
}

aside[id="slidr-ul-control"] .slidr-control.left {
    left: 60px !important;
    top: -50px !important;
}

@media screen and (max-width: 767px) {
    aside[id="slidr-ul-control"] .slidr-control.left {
        left: 0 !important;
        top: 0 !important;
    }
}

aside[id="slidr-ul-control"] .slidr-control.right {
    right: 60px !important;
    bottom: -50px !important;
}

@media screen and (max-width: 767px) {
    aside[id="slidr-ul-control"] .slidr-control.right {
        right: 0 !important;
        bottom: 0 !important;
    }
}


/* Transition */

.content-block h2.animate,
.content-block h4.animate,
.content-block img.animate {
    -webkit-transform: translate3d(150%, 0, 0);
    -moz-transform: translate3d(150%, 0, 0);
    -ms-transform: translate3d(150%, 0, 0);
    opacity: 0;
}

.content-block li.animate {
    -webkit-transform: translate3d(0, 150%, 0);
    -moz-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    opacity: 0;
}

footer.animate {
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .animate {
        -webkit-transition: opacity 0.5s ease, -webkit-transform .8s ease-out;
        -moz-transition: opacity 0.5s ease, -moz-transform .8s ease-out;
        -ms-transition: opacity 0.5s ease, -ms-transform .8s ease-out;
    }
}

@media screen and (max-width: 767px) {
    .animate {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
    }
}

.bounce-In-Right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
}

.delay-50 {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

.delay-100 {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.delay-150 {
    -webkit-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.delay-200 {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.delay-250 {
    -webkit-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.delay-300 {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.delay-350 {
    -webkit-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.delay-400 {
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.delay-450 {
    -webkit-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}

.delay-500 {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.delay-550 {
    -webkit-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}

.delay-600 {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.delay-650 {
    -webkit-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms;
}

section.active.animate,
section.active .animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}


/* 404 */

.error-404 .pagination {
    display: none;
}

@media screen and (min-width: 768px) {
    .error-404 .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.error-404 .content-block {
    max-width: 630px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-left: 0;
}

.error-404 .content-block h2,
.error-404 .content-block h4 {
    font-weight: 300;
}

.error-404 .content-block h4 {
    margin-bottom: 56px;
    margin-left: 0;
}

@media screen and (max-width: 1366px) {
    .error-404 .content-block h4 {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 768px) {
    ::-webkit-scrollbar {
        width: 6px;
    }
    ::-webkit-scrollbar-thumb {
        border-width: 1px 1px 1px 2px;
        border-color: #000;
        background-color: #fff;
    }
    ::-webkit-scrollbar-track {
        border-width: 0;
    }
}


/* Devices */

.desktop section {
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile .help-block,
.tablet .help-block {
    display: none;
}

.mobile .content-block h2.animate,
.mobile .content-block h4.animate,
.mobile .content-block img.animate {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    opacity: 1;
}