a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    position: relative;
    overflow-x: hidden;
    min-width: 320px;
    background-color: #e5e5e5;
    padding-top: 95px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
body.scrolled {
    padding-top: 70px;
}
@media(max-width:576px) {
    body {
    padding-top: 70px;
}
}img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
em {
    font-style: italic;
}
b, strong {
    font-weight: 700;
}
sup {
    vertical-align: super;
    font-size: .5em;
}
.hidden {
    display: none!important;
}
::-webkit-input-placeholder {
    color: #909090;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
}
::-moz-placeholder {
    color: #909090;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
}
:-ms-input-placeholder {
    color: #909090;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
}
::-ms-input-placeholder {
    color: #909090;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
}
::placeholder {
    color: #909090;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
}
:-ms-input-placeholder {
    color: #909090;
    font-size: 16px;
    font-weight: 400;
}
::-ms-input-placeholder {
    color: #909090;
    font-size: 16px;
    font-weight: 400;
}
.section {
    position: relative;
    display: block;
}
.container {
    position: relative;
    display: block;
    width: 1300px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
@media(max-width:1440px) {
    .container {
    width: 1220px;
}
}@media(max-width:1200px) {
    .container {
    width: 100%}
}@media(max-width:576px) {
    .container {
    padding: 0 12px;
}
}.container-wide {
    width: 1440px;
}
@media(max-width:1440px) {
    .container-wide {
    width: 1220px;
}
}@media(max-width:1200px) {
    .container-wide {
    width: 100%}
}.container-narrow {
    width: 1080px;
}
.container-full {
    width: 100%;
    padding: 0;
}
.row, .header-row, .row-sort{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.col-3 {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%}
.col-4 {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33.3333333333%;
    -ms-flex: 1 0 33.3333333333%;
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%}
.col-6 {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%}
.col-8 {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 66.6666666667%;
    -ms-flex: 1 0 66.6666666667%;
    flex: 1 0 66.6666666667%;
    max-width: 66.6666666667%}
.col-12 {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%}
body {
    font-size: 16px;
    line-height: 1.4;
    font-family: "Kumbh Sans", sans-serif;
    color: #000;
}
@media(max-width:576px) {
    body {
    font-size: 15px;
}
}.title {
    position: relative;
    font-size: 44px;
    line-height: 1.1;
    font-weight: 700;
    color: #181335;
    margin-bottom: 20px;
}
@media(max-width:768px) {
    .title {
    font-size: 32px;
    line-height: 1.2;
}
}.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 11;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.header .row, .header-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 135px;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    max-width: 135px;
}
.header .menu-wrap {
    margin: 0 30px;
}
.header.scrolled {
    padding: 8px 0;
    border-bottom-color: #ececec;
}
@media(max-width:768px) {
    .header {
    padding: 8px 0;
    border-bottom-color: #ececec;
}
}.main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-menu .menu-item {
    margin: 0 40px 0 0;
}
.main-menu .menu-item:last-child {
    margin-right: 0;
}
.main-menu a {
    display: block;
    position: relative;
    font-weight: 700;
    color: #272150;
    text-decoration: none;
    cursor: pointer;
}
.main-menu a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#fab143), color-stop(34.38%, #f07c50), color-stop(65.63%, #e7345f), to(#9b0b71));
    background: -o-linear-gradient(left, #fab143 0, #f07c50 34.38%, #e7345f 65.63%, #9b0b71 100%);
    background: linear-gradient(90deg, #fab143 0, #f07c50 34.38%, #e7345f 65.63%, #9b0b71 100%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.main-menu a:hover:after {
    width: 100%}
.main-menu .current-menu-item a:after {
    width: 100%}
.enter-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.enter-menu .menu-item {
    margin: 0 26px 0 0;
}
.enter-menu .menu-item:last-child {
    margin-right: 0;
}
.enter-menu a {
    display: block;
    position: relative;
    font-weight: 700;
    color: #272150;
    text-decoration: none;
    cursor: pointer;
}
.enter-menu .btn {
    color: #fff;
    padding: 10px 20px;
    width: auto;
    min-width: 114px;
    border-radius: 20px;
}
@media(max-width:576px) {
    .enter-menu .menu-item {
    margin: 0 10px 0 0;
}
.enter-menu .btn {
    font-size: 15px;
    min-width: auto;
}
}.search-wrap {
    width: 220px;
}
.search-wrap .search-form {
    display: block;
    width: 100%;
    position: relative;
}
.search-wrap .search_input {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(64, 64, 64, .1)), to(rgba(64, 64, 64, .1))), #fff;
    background: -o-linear-gradient(bottom, rgba(64, 64, 64, .1), rgba(64, 64, 64, .1)), #fff;
    background: linear-gradient(0deg, rgba(64, 64, 64, .1), rgba(64, 64, 64, .1)), #fff;
    border-radius: 18px;
    border: none;
    outline: 0;
    padding: 0 35px 0 15px;
}
.search-wrap .search_btn {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/icons/icon-search.svg) 50% 50% no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 18px;
    border: none;
    outline: 0;
    cursor: pointer;
}
.profile-wrap {
    position: relative;
    width: 180px;
    padding: 9px 15px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 5px 5px 0 0;
}
.profile-wrap>.profile-item {
    background: url(../images/icons/icon-drop-down.svg) right 30px top 14px no-repeat;
}
.profile-wrap .profile-dropdown {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding: 0 15px 9px;
    border-radius: 0 0 5px 5px;
}
.profile-wrap:hover {
    border-color: #ececec;
}
.profile-wrap:hover .profile-dropdown {
    display: block;
}
.profile-wrap:hover .icon-profile {
    background-color: transparent;
}
.profile-wrap .profile-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    white-space: nowrap;
    color: #272150;
    text-decoration: none;
}
.profile-wrap .icon-profile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/icons/icon-profile.svg) 50% 50% no-repeat;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #ececec;
    border-radius: 50%;
    margin-right: 10px;
}
.profile-wrap .icon-settings {
    background-image: url(../images/icons/icon-gear.svg);
}
.profile-wrap .icon-out {
    background-image: url(../images/icons/icon-out.svg);
}
.profile-wrap .profile-title {
    font-weight: 700;
    color: #272150;
}
@media(max-width:1200px) {
    .header .menu-wrap, .header .profile-wrap, .header .search-wrap {
    display: none;
}
}.btn-menu {
    display: none;
    position: relative;
    z-index: 3;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 22px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-left: 20px;
}
.btn-menu .lines {
    display: block;
    background-color: #272150;
    width: 2px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    will-change: transform;
    width: 100%}
.btn-menu .lines:nth-child(1) {
    left: 0;
    top: 0;
}
.btn-menu .lines:nth-child(2) {
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%}
.btn-menu .lines:nth-child(3) {
    left: auto;
    bottom: 0;
    right: 0;
    width: 22px;
}
.btn-menu.active .lines {
    width: 32px;
    height: 2px;
    border-radius: 2px;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: 0;
}
.btn-menu.active .lines:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-menu.active .lines:nth-child(2) {
    width: 0;
    opacity: 0;
}
.btn-menu.active .lines:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media(max-width:1200px) {
    .btn-menu {
    display: block;
}
}.mobile-menu {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #181335;
    height: 100%;
    padding-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.mobile-menu.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}
.mobile-menu .main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.mobile-menu .main-menu .menu-item {
    text-align: center;
    margin: 0;
    margin-bottom: 25px;
}
.mobile-menu .main-menu .menu-item:last-child {
    margin-bottom: 0;
}
.mobile-menu .main-menu a {
    color: #fff;
}
.mobile-menu .search-wrap {
    margin-bottom: 30px;
}
.mobile-menu .search-wrap .search_input {
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(186, 182, 207, .2)), to(rgba(186, 182, 207, .2))), -webkit-gradient(linear, left bottom, left top, from(#50497b), to(#50497b)), #fff;
    background: -o-linear-gradient(bottom, rgba(186, 182, 207, .2), rgba(186, 182, 207, .2)), -o-linear-gradient(bottom, #50497b, #50497b), #fff;
    background: linear-gradient(0deg, rgba(186, 182, 207, .2), rgba(186, 182, 207, .2)), linear-gradient(0deg, #50497b, #50497b), #fff;
}
.mobile-menu .search-wrap .search_btn {
    background-image: url(../images/icons/icon-search-white.svg);
}
.mobile-menu .profile-wrap {
    padding: 0;
    border: none;
    width: auto;
}
.mobile-menu .profile-wrap .profile-item {
    margin-bottom: 15px;
}
.mobile-menu .profile-wrap .profile-item:last-child {
    margin-bottom: 0;
}
.mobile-menu .profile-wrap .icon-profile {
    background-image: url(../images/icons/icon-profile-mob.svg);
    background-color: transparent;
}
.mobile-menu .profile-wrap .icon-settings {
    background-image: url(../images/icons/icon-gear-mob.svg);
}
.mobile-menu .profile-wrap .icon-out {
    background-image: url(../images/icons/icon-out-mob.svg);
}
.mobile-menu .profile-wrap .profile-title {
    color: #fff;
}
@media(min-width:1201px) {
    .mobile-menu {
    display: none!important;
}
}.footer {
    position: relative;
    display: block;
    padding: 36px 0;
    background-color: #181335;
    color: #bab6cf;
}
.footer .footer-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 135px;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    max-width: 135px;
    margin-right: 120px;
}
.footer .footer-menu-wrap {
    margin-bottom: 10px;
}
.footer .footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer .footer-menu .menu-item {
    margin: 0 50px 0 0;
}
.footer .footer-menu .menu-item:last-child {
    margin-right: 0;
}
.footer .footer-menu a {
    display: block;
    position: relative;
    font-weight: 400;
    color: #bab6cf;
    text-decoration: none;
    cursor: pointer;
}
.footer .footer-menu a:hover {
    color: #fff;
}
.footer .footer-menu .current-menu-item a {
    color: #fff;
}
.footer .footer-copy {
    color: #bab6cf;
}
@media(max-width:992px) {
    .footer .row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer .footer-logo {
    margin-right: 0;
    margin-bottom: 20px;
}
.footer .footer-menu {
    display: block;
    padding-right: 70px;
}
.footer .footer-menu .menu-item {
    margin: 0 0 20px 0;
}
.footer .footer-content {
    padding-bottom: 30px;
}
.footer .footer-copy {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
}.scroll-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 10;
    display: none;
    width: 46px;
    height: 46px;
    background: url(../images/icons/icon-arrow-right.svg) 50% 50% no-repeat;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    outline: 0;
    -webkit-box-shadow: 0 0 5px 1px #e5e5e5;
    box-shadow: 0 0 5px 1px #e5e5e5;
}
@media(max-width:768px) {
    .scroll-top {
    right: 10px;
    width: 46px;
    height: 46px;
    bottom: 25px;
}
}.form .form-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form .form-line .form-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(50% - 10px);
    -ms-flex: 0 1 calc(50% - 10px);
    flex: 0 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
.form .form-row {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.form .input, .form .textarea {
    display: block;
    width: 100%;
    background: #ececec;
    border-radius: 5px;
    font: inherit;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 10px;
}
.form .textarea {
    height: 120px;
    line-height: 1.4;
    resize: none;
}
.form .label {
    display: block;
    width: 100%;
    font: inherit;
    margin-bottom: 5px;
}
.form .label-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form label a{
    color: inherit;
    text-decoration: underline;
}
.form .forgot {
    color: #181335;
}
.form .error {
    display: none;
    position: absolute;
    bottom: -22px;
    left: 0;
    color: #e13160;
}
.form .has-error .input {
    background-color: #e1316033;
    font-weight: 700;
}
.form .has-error .error {
    display: block;
}
.form-control.is-invalid{
    background-color: #e1316033;
    font-weight: 700;
}
.invalid-feedback {
    font-size: 16px;
    font-weight: 400;
    color: #e13160;
}
.form .btn-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.form .container-captcha {
    margin-right: 20px;
    margin-bottom: 20px;
}
@media(max-width:576px) {
    .form .container-captcha {
    margin-right: 0;
}
}.form .btn-submit {
    min-width: 175px;
}
.form .agree {
    display: block;
    padding-left: 35px;
}
.form .agree a {
    color: #000;
}
.form .agree .input-wrap {
    display: block;
    position: absolute;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form .agree .input-wrap input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    outline: 0;
    cursor: pointer;
}
.form .agree .input-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #272150;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
.form .agree .input-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 1.5px;
    top: 3.5px;
    width: 14px;
    height: 10px;
    background: url(../images/icons/icon-check.svg) 50% 50% no-repeat;
}
.form .agree .input-wrap input:checked~.checkmark:after {
    display: block;
}
.form .form-line-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form .form-line-price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px);
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
.form .form-line-billing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px);
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
.form .form-line-billing .form-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px);
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
.details{
    margin-bottom: 20px;
}
.details a {
    color: inherit;
    text-decoration: underline;
}
@media(max-width:768px) {
.form .form-row {
    margin-bottom: 22px;
}
.form .form-line .form-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%
}
.form .input {
    height: 55px;
    line-height: 55px;
}
.form .error {
    font-size: 13px;
    bottom: -18px;
}
.form .text-required {
    margin-bottom: 22px;
}
.form .btn-row {
    margin-bottom: 22px;
}
.form .btn-submit {
    width: 100%}
}
@media(max-width:576px) {
.form .form-line-price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.form .form-line-billing {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
}.slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    display: block;
    width: 46px;
    height: 46px;
    background: url(../images/icons/icon-arrow-right.svg) 50% 50% no-repeat;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    font-size: 0;
    text-indent: -9999px;
    z-index: 2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
}
.slick-prev {
    left: 30px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-next {
    right: 30px;
}
.slick-disabled {
    display: none!important;
}
.slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
}
.slick-dots li {
    margin: 0 5px;
}
.slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ececec;
    text-indent: -9999px;
    font-size: 0;
    border: none;
}
.slick-dots .slick-active button {
    width: 16px;
    height: 16px;
    background: -webkit-gradient(linear, left top, right top, color-stop(11.42%, #ef7a50), to(#de2f61));
    background: -o-linear-gradient(left, #ef7a50 11.42%, #de2f61 100%);
    background: linear-gradient(90deg, #ef7a50 11.42%, #de2f61 100%);
}
@media(max-width:768px) {
    .slick-dots {
    bottom: 15px;
}
}.btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%}
.btn-wrap.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    width: 200px;
    max-width: 100%;
    padding: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#fab143), color-stop(34.38%, #f07c50), color-stop(65.63%, #e7345f), to(#9b0b71));
    background: -o-linear-gradient(left, #fab143 0, #f07c50 34.38%, #e7345f 65.63%, #9b0b71 100%);
    background: linear-gradient(90deg, #fab143 0, #f07c50 34.38%, #e7345f 65.63%, #9b0b71 100%);
    border-radius: 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    text-decoration: none;
    outline: 0;
    border: none;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn span {
    display: inline-block;
    width: 100%;
    padding: 17px 10px;
    color: #fff;
    background: 0 0;
    border-radius: 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.btn:hover {
    -webkit-box-shadow: 0 7px 16px rgba(0, 0, 0, .21);
    box-shadow: 0 7px 16px rgba(0, 0, 0, .21);
}
.btn:hover span {
    color: #fff;
    background: #181335;
}
.btn-outline span {
    color: #181335;
    background: #fff;
}
.btn-outline:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-outline:hover span {
    background: 0 0;
}
.btn-alt span {
    background: #181335;
}
.btn-alt:hover span {
    background: 0 0;
}
.btn-submit {
    padding: 19px 20px;
}
.btn-white {
    padding: 19px 20px;
    background: #fff;
    color: #181335;
}
.icon-play {
    display: inline-block;
    width: 13px;
    height: 14px;
    background: url(../images/icons/icon-play.svg) 50% 50% no-repeat;
    margin-right: 14px;
}
.section-intro-slider {
    position: relative;
}
.section-intro-slider .intro-slider {
    position: relative;
    background-color: #181335;
}
.section-intro-slider .slide {
    background-color: #181335;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media(max-width:992px) {
    .section-intro-slider .slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}.section-intro-slider .slide-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 770px;
    -ms-flex: 0 1 770px;
    flex: 0 1 770px;
    max-width: 770px;
    padding: 70px 0 60px;
    padding-left: calc((100% - 1440px)/ 2 + 20px);
    padding-right: 90px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #bab6cf;
}
.section-intro-slider .slide-content .slide-title {
    color: #fff;
}
.section-intro-slider .slide-content .slide-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 30px;
}
.section-intro-slider .slide-content .slide-info .time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-intro-slider .slide-content .slide-info .time:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icons/icon-time.svg) 50% 50% no-repeat;
    margin-right: 5px;
}
.section-intro-slider .slide-content .slide-info .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-intro-slider .slide-content .slide-info .rating:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url(../images/icons/icon-rating.svg) 50% 50% no-repeat;
    margin-right: 5px;
}
@media(min-width:2000px) {
    .section-intro-slider{
        background-color: #181335;
    }
    .intro-slider{
        max-width: 1800px;
        margin: 0 auto;
    }
}
@media(max-width:1440px) {
    .section-intro-slider .slide-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 530px;
    -ms-flex: 0 1 530px;
    flex: 0 1 530px;
    max-width: 530px;
    padding: 60px 50px;
}
.section-intro-slider .slide-content .slide-title {
    font-size: 38px;
}
}@media(max-width:992px) {
    .section-intro-slider .slide-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 60px 50px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
}@media(max-width:768px) {
    .section-intro-slider .slide-content .slide-info .jenre {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%}
.section-intro-slider .slide-content .slide-title {
    font-size: 32px;
}
}@media(max-width:576px) {
    .section-intro-slider .slide-content {
    padding: 12px 12px 50px;
}
}.section-intro-slider .slide-img {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.section-intro-slider .slide-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media(max-width:992px) {
    .section-intro-slider .slide-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
}.section-intro-slider .btn-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.section-intro-slider .btn-wrap .btn {
    max-width: calc(50% - 10px);
}
.section-intro-slider .btn-wrap .btn:first-child {
    margin-right: 20px;
}
@media(max-width:992px) {
    .section-intro-slider .btn-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}@media(max-width:1570px) {
    .section-intro-slider .slick-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 8px;
}
.section-intro-slider .slick-prev {
    left: 10px;
}
.section-intro-slider .slick-next {
    right: 10px;
}
}@media(max-width:992px) {
    .section-intro-slider .slick-arrow {
    top: auto;
    margin-top: 0;
    bottom: 10px;
}
}.sliders-container {
    margin-bottom: 70px;
}
@media(max-width:1440px) {
    .sliders-container {
    margin-bottom: 50px;
}
}.section-films-slider .films-wrap {
    padding: 50px 70px;
}
.section-films-slider .films-title {
    font-size: 36px;
}
@media(max-width:768px) {
    .section-films-slider .films-title {
    font-size: 25px;
}
}.section-films-slider:nth-child(even) .films-wrap {
    background-color: #fff;
    border-radius: 20px;
}
.section-films-slider:nth-child(even) .film-item:hover {
    background-color: #ececec;
}
.section-films-slider:nth-child(even) .films-row-slider .slick-arrow {
    background-color: #ececec;
}
@media(max-width:1440px) {
    .section-films-slider .films-wrap {
    padding: 30px 30px;
}
}@media(max-width:576px) {
    .section-films-slider .films-wrap {
    padding: 30px 0;
}
.section-films-slider:nth-child(even) {
    background-color: #fff;
}
.section-films-slider:nth-child(even) .films-wrap {
    background: 0 0;
}
}.films-row-slider {
    margin: 0 -20px;
}
.films-row-slider .slick-prev {
    left: -38px;
}
.films-row-slider .slick-next {
    right: -38px;
}
@media(max-width:1440px) {
    .films-row-slider {
    margin: 0 -10px;
}
.films-row-slider .slick-prev {
    left: -13px;
}
.films-row-slider .slick-next {
    right: -13px;
}
}.films-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.films-row .film-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%}
@media(max-width:1200px) {
    .films-row .film-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%}
}@media(max-width:800px) {
    .films-row .film-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%}
}@media(max-width:500px) {
    .films-row .film-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
}@media(max-width:1440px) {
    .films-row {
    margin: 0 -10px;
}
}.film-item {
    position: relative;
    display: block;
    padding: 20px;
    border-radius: 20px;
    background-color: transparent;
    overflow: hidden;
    color: #181335;
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.film-item:hover {
    background-color: #fff;
}
.film-item .cover {
    position: relative;
    display: block;
}
.film-item .cover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), color-stop(23.17%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 23.17%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 23.17%);
    border-radius: 0 0 5px 5px;
}
.film-item .cover .pic {
    display: block;
}
.film-item .cover .pic img {
    width: 100%;
    border-radius: 5px;
}
.film-item .cover .rating {
    position: absolute;
    right: 0;
    top: 20px;
    display: inline-block;
    width: 40px;
    height: 25px;
    background: url(../images/icons/icon-film-rating.svg) 0 50% no-repeat;
    background-size: cover;
    font-size: 14px;
    line-height: 24px;
    padding-left: 3px;
    text-align: center;
    color: #fff;
}
.film-item .cover .time {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
}
.film-item .title {
    display: block;
    color: #181335;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 0 0;
    font-size: inherit;
    margin: 0;
}
@media(max-width:1440px) {
    .film-item {
    padding: 10px;
    border-radius: 5px;
}
}.section-cat-title {
    padding: 50px 0 20px;
}
.section-cat-title .row-sort {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-cat-title .title {
    font-size: 44px;
    margin-bottom: 0;
}
@media(max-width:768px) {
    .section-cat-title .title {
    font-size: 32px;
    line-height: 1.4;
}
}@media(max-width:576px) {
    .section-cat-title .title {
    width: 100%;
    margin-bottom: 15px;
}
}@media(max-width:1440px) {
    .section-cat-title {
    padding: 30px 0 20px;
}
}@media(max-width:576px) {
    .section-cat-title {
    padding: 30px 0 20px;
}
}.sort-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.sort-wrap .sort-title {
    margin-right: 20px;
}
.select2-container {
    width: 100% !important;
}
.select2-container .select2-dropdown {
    border: 1px solid #ececec;
}
.select2-container .select2-selection--single {
    border: none;
    outline: 0;
    background: #ececec;
    border-radius: 5px;
    font: inherit;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 60px;
    color: #000;
}
.select2-container .select2-selection__rendered {
    font-weight: 400;
    outline: 0;
}
.select2-container .select2-results__option--selected {
    background: -webkit-gradient(linear, left top, right top, color-stop(11.42%, #ef7a50), to(#de2f61));
    background: -o-linear-gradient(left, #ef7a50 11.42%, #de2f61 100%);
    background: linear-gradient(90deg, #ef7a50 11.42%, #de2f61 100%);
    color: #fff;
}
.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
    background: -webkit-gradient(linear, left top, right top, color-stop(11.42%, #ef7a50), to(#de2f61));
    background: -o-linear-gradient(left, #ef7a50 11.42%, #de2f61 100%);
    background: linear-gradient(90deg, #ef7a50 11.42%, #de2f61 100%);
    color: #fff;
}
.select2-container .select2-selection__arrow {
    background: url(../images/icons/icon-select.svg) 50% 50% no-repeat;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 20px;
}
.select2-container .select2-selection__arrow b {
    display: none;
}
.select2-container.select2-container--open .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cat-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 10px;
}
.cat-list .cat-list-item {
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
    line-height: 1;
    text-decoration: none;
    color: #181335;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
}
.cat-list .cat-list-item.current, .cat-list .cat-list-item:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(11.42%, #ef7a50), to(#de2f61));
    background: -o-linear-gradient(left, #ef7a50 11.42%, #de2f61 100%);
    background: linear-gradient(90deg, #ef7a50 11.42%, #de2f61 100%);
    color: #fff;
}
@media(max-width:768px) {
    .cat-list .cat-list-item {
    padding: 8px 15px;
    font-size: 13px;
}
}.section-pagination-wrap {
    padding: 20px 0 70px;
}
@media(max-width:1200px) {
    .section-pagination-wrap {
    padding-bottom: 50px;
}
}.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.pagination .page-link {
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
    line-height: 1;
    text-decoration: none;
    color: #181335;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
}
.pagination .page-link.current, .pagination .page-link:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(11.42%, #ef7a50), to(#de2f61));
    background: -o-linear-gradient(left, #ef7a50 11.42%, #de2f61 100%);
    background: linear-gradient(90deg, #ef7a50 11.42%, #de2f61 100%);
    color: #fff;
}
.pagination .next, .pagination .prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.pagination .icon {
    display: block;
    width: 8px;
    height: 12px;
}
.pagination .icon-prev {
    background: url(../images/icons/icon-prev.svg) 50% 50% no-repeat;
    margin-right: 10px;
}
.pagination .icon-next {
    background: url(../images/icons/icon-next.svg) 50% 50% no-repeat;
    margin-left: 10px;
}
@media(max-width:768px) {
    .pagination .page-link {
    padding: 8px 15px;
    font-size: 13px;
}
.pagination .next, .pagination .prev {
    font-size: 0;
}
.pagination .icon {
    margin: 0;
}
}.section-enter {
    padding: 110px 0;
}
.enter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.enter-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 70px;
}
.enter-form .enter-btn{
    margin-top: 20px;
    margin-bottom: 20px;
}
.enter-pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.enter-pic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%}
.enter-content{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 70px 70px 70px 10px;
}
@media(max-width:992px) {
.enter-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px;
}
.enter-content{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px;
}
.enter-pic {
    display: none;
}
}@media(max-width:768px) {
    .section-enter {
    padding: 60px 0;
}
.enter-wrap {
    width: 375px;
    max-width: 100%;
    margin: 0 auto;
}
}@media(max-width:576px) {
    .page-login {
    background-color: #fff;
}
.section-enter {
    padding: 30px 0 40px;
    background-color: #fff;
}
.enter-wrap {
    border-radius: 0;
}
.enter-form {
    padding: 30px;
}
}.section-support {
    padding: 70px 0 50px;
}
.support-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.support-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 70px;
}
.support-form .btn-row {
    margin-bottom: 20px;
}
.support-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 70px 70px 70px 10px;
    text-align: center;
}
.support-content .support-flag {
    display: block;
    margin: 0 auto 20px;
    width: 50px;
}
.support-content .support-tel {
    color: #181335;
    font-size: 36px;
    line-height: 1.33;
    font-weight: 700;
    text-decoration: none;
}
.support-content .support-subtel {
    margin-bottom: 15px;
}
.support-content .support-text {
    max-width: 460px;
    margin: 0 auto;
}
.support-content .icon-mail {
    display: block;
    margin: 32px auto 0;
}
.support-content .support-email {
    font-size: 28px;
    line-height: 1.7;
    font-weight: 700;
}
.support-content .row-cancel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.support-content .btn-outline {
    width: 150px;
}
.support-pic{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: auto;
}
.support-pic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media(max-width:1440px) {
    .support-content .btn-outline {
    margin-left: 20px;
    white-space: nowrap;
}
}@media(max-width:1200px) {
    .support-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px;
}
.support-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px;
}
}@media(max-width:992px) {
    .section-support {
    padding: 60px 0;
}
.section-support .title {
    font-size: 32px;
}
.support-wrap {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.support-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.support-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    padding: 30px;
}
.support-content .support-text {
    max-width: 100%}
.support-content .support-tel {
    font-size: 24px;
}
.support-content .support-email {
    font-size: 22px;
}
.support-pic{
    display: none;
}
}@media(max-width:768px) {
    .support-content .row-cancel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.support-content .btn-outline {
    margin: 20px auto 0;
}
}
@media(max-width:576px) {
    .section-support {
    padding: 30px 0 40px;
    background-color: #fff;
}
.support-wrap {
    border-radius: 0;
}
.support-form {
    padding: 0 0 20px;
}
.support-content {
    padding: 0;
}
}.section-faq {
    padding: 0 0 70px;
}
.section-faq .title {
    font-size: 36px;
}
.section-faq .row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 50px;
}
.section-faq .faq-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 40px);
    -ms-flex: 0 0 calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
}
.section-faq .faq-column:nth-child(2n-1) {
    margin-right: 80px;
}
.section-faq .text-cancel {
    text-align: center;
    padding: 0;
}
.section-faq .text-cancel .btn {
    margin: 0 0 0 10px;
}
@media(max-width:768px) {
    .section-faq {
    padding: 0 0 50px;
}
.section-faq .title {
    font-size: 24px;
}
.section-faq .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-faq .faq-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.section-faq .faq-column:nth-child(2n-1) {
    margin-right: 0;
}
}@media(max-width:576px) {
    .section-faq {
    padding: 30px 0 40px;
}
.section-faq .row {
    margin-bottom: 30px;
}
.section-faq .text-cancel .btn {
    display: block;
    margin: 10px auto 0;
}
}.faq-item {
    position: relative;
    padding: 12px 0;
    padding-right: 40px;
    border-top: 2px solid #c5c4cd;
}
.faq-item:before {
    content: "";
    display: block;
    width: 17px;
    height: 10px;
    background: url(../images/icons/icon-arrow-down.svg) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    top: 20px;
    right: 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.faq-item.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-item:first-child {
    border-top: 0;
}
.faq-title {
    color: #181335;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 5px;
}
.faq-content {
    display: none;
}
@media(max-width:768px) {
    .faq-column:nth-child(2) .faq-item:first-child {
    border-top: 2px solid #c5c4cd;
}
}.section-settings {
    padding: 70px 0 50px;
}
.settings-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.settings-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 420px);
    -ms-flex: 0 0 calc(100% - 420px);
    flex: 0 0 calc(100% - 420px);
    max-width: calc(100% - 420px);
    padding: 70px;
}
.settings-form .form-line {
    border-bottom: 2px solid #c5c4cd;
    margin-bottom: 20px;
}
.settings-form .btn-row {
    margin-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.settings-form .btn-outline {
    width: 175px;
    margin-right: 20px;
}
.settings-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 420px;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    max-width: 420px;
    padding: 70px 70px;
    text-align: center;
    background: #181335;
    color: #bab6cf;
}
.settings-text {
    margin-bottom: 15px;
}
.section-settings-cancel {
    padding-bottom: 50px;
}
.section-settings-cancel .text-cancel {
    padding-left: 70px;
}
.section-settings-cancel .btn-outline {
    width: 150px;
    margin: 0 0 0 10px;
}
.section-settings-cancel .btn-outline span {
    background: #e5e5e5;
}
.section-settings-cancel .btn-outline span:hover {
    background-color: transparent;
}
@media(max-width:1200px) {
    .settings-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%}
.settings-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 30px;
}
}@media(max-width:992px) {
    .settings-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.settings-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px;
}
.settings-form .title {
    font-size: 42px;
}
.settings-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px;
}
.settings-content .settings-tel {
    font-size: 24px;
}
.section-settings-cancel .text-cancel {
    text-align: center;
    padding-left: 0;
}
}@media(max-width:768px) {
    .section-settings {
    padding: 60px 0;
}
.settings-wrap {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.settings-form .title {
    font-size: 32px;
}
}@media(max-width:576px) {
    .section-settings {
    padding: 30px 0 40px;
    background-color: #fff;
}
.settings-wrap {
    border-radius: 0;
}
.settings-form {
    padding: 0 0 20px;
}
.section-settings-cancel {
    padding: 30px 0 40px;
}
.section-settings-cancel .text-cancel .btn {
    display: block;
    margin: 10px auto 0;
}
}.popup-overlay {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 100;
}
.popup-window {
    position: relative;
    display: none;
    background-color: #fff;
    width: 90%;
    max-width: 660px;
    padding: 60px 70px;
    -webkit-box-shadow: 0 0 30px rgba(18, 17, 12, .5);
    box-shadow: 0 0 30px rgba(18, 17, 12, .5);
    border-radius: 20px;
}
.popup-window .title {
    text-align: center;
    font-size: 36px;
}
.popup-window .text {
    text-align: center;
}
.popup-window .btn-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}
.popup-window .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    line-height: 20px;
    cursor: pointer;
    color: #999;
    padding: 10px;
}
@media(max-width:576px) {
    .popup-window {
    padding: 30px;
}
.popup-window .title {
    font-size: 28px;
}
}.section-content {
    padding: 60px 0;
}
@media(max-width:1200px) {
    .section-content {
    padding: 40px 0;
}
}.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    position: relative;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #181335;
}
.content h1 {
    font-size: 44px;
    line-height: 1.1;
    margin-top: 0;
}
@media(max-width:1200px) {
    .content h1 {
    font-size: 38px;
}
}@media(max-width:768px) {
    .content h1 {
    font-size: 32px;
}
}.content h2 {
    font-size: 36px;
}
@media(max-width:1200px) {
    .content h2 {
    font-size: 30px;
}
}@media(max-width:768px) {
    .content h2 {
    font-size: 25px;
}
}.content h3 {
    font-size: 30px;
}
@media(max-width:1200px) {
    .content h3 {
    font-size: 26px;
}
}@media(max-width:768px) {
    .content h3 {
    font-size: 22px;
}
}.content h4 {
    font-size: 28px;
}
@media(max-width:1200px) {
    .content h4 {
    font-size: 24px;
}
}@media(max-width:768px) {
    .content h4 {
    font-size: 20px;
}
}.content h5 {
    font-size: 22px;
}
@media(max-width:1200px) {
    .content h5 {
    font-size: 20px;
}
}@media(max-width:768px) {
    .content h5 {
    font-size: 18px;
}
}.content h6 {
    font-size: 16px;
}
.content ol, .content p, .content ul {
    margin-bottom: 10px;
}
.content ol {
    list-style-type: decimal;
    padding-left: 23px;
}
.content ul {
    list-style-type: none;
}
.content ul li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 5px;
}
.content ul li:last-child {
    margin-bottom: 0;
}
.content ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, color-stop(11.42%, #ef7a50), to(#de2f61));
    background: -o-linear-gradient(left, #ef7a50 11.42%, #de2f61 100%);
    background: linear-gradient(90deg, #ef7a50 11.42%, #de2f61 100%);
    position: absolute;
    left: 0;
    top: 0;
    margin-top: .5em;
}
.content strong {
    font-weight: 700;
}
.content em {
    font-style: italic;
}
.content blockquote, .content cite {
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 30px;
    border-left: 5px solid #fab143;
    padding-left: 22px;
    margin-left: -27px;
}
.content pre {
    word-break: break-word;
    white-space: normal;
}
.content a {
    color: #fab143;
}
.content a:hover {
    color: #fab143;
}
.content .highlighted {
    color: #fab143;
    text-transform: uppercase;
}
.content .aligncenter {
    text-align: center;
}
.content table {
    border-collapse: collapse;
}
.content table tr:nth-child(odd) {
    background-color: #ececec;
}
.content table td {
    padding: 10px 30px;
    min-width: 120px;
}
.section-movie-intro {
    background: #181335;
    color: #bab6cf;
    padding: 70px 0;
}
@media(max-width:1440px) {
    .section-movie-intro {
    padding: 60px 0;
}
}@media(max-width:768px) {
    .section-movie-intro {
    padding: 30px 0;
}
}.movie-intro .title {
    color: #fff;
    margin-bottom: 30px;
}
@media(max-width:768px) {
    .movie-intro .title {
    margin-bottom: 20px;
}
}.movie-intro .movie-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.movie-pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
}
.movie-pic img {
    border-radius: 5px;
}
.movie-description {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 300px)/ 2);
    -ms-flex: 0 0 calc((100% - 300px)/ 2);
    flex: 0 0 calc((100% - 300px)/ 2);
    max-width: calc((100% - 300px)/ 2);
}
.movie-cast {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 300px)/ 2);
    -ms-flex: 0 0 calc((100% - 300px)/ 2);
    flex: 0 0 calc((100% - 300px)/ 2);
    max-width: calc((100% - 300px)/ 2);
}
.movie-cast .movie-cast-title {
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 17px;
}
.movie-cast .movie-cast-title:first-child {
    margin-top: 0;
}
.movie-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 17px;
}
.movie-info .time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px;
}
.movie-info .time:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icons/icon-time.svg) 50% 50% no-repeat;
    margin-right: 5px;
}
.movie-info .jenre {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 8px;
}
.movie-info .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.movie-info .rating:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url(../images/icons/icon-rating.svg) 50% 50% no-repeat;
    margin-right: 5px;
}
.movie-info.visible-xs {
    display: none;
}
@media(max-width:576px) {
    .movie-info.visible-xs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.movie-info .time {
    margin-right: 5px;
}
}@media(max-width:576px) {
    .movie-info.hidden-xs {
    display: none;
}
}@media(max-width:992px) {
    .movie-description {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 260px);
    -ms-flex: 0 0 calc(100% - 260px);
    flex: 0 0 calc(100% - 260px);
    max-width: calc(100% - 260px);
}
.movie-cast {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 18px;
}
}@media(max-width:576px) {
    .movie-description {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 18px;
}
.movie-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 240px);
    -ms-flex: 0 0 calc(100% - 240px);
    flex: 0 0 calc(100% - 240px);
    max-width: calc(100% - 240px);
}
}.section-video {
    padding: 80px 0;
    background: #fff;
    margin-bottom: 70px;
}
@media(max-width:1200px) {
    .section-video {
    margin-bottom: 50px;
}
}@media(max-width:768px) {
    .section-video {
    padding: 75px 0;
}
}.video-wrap {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%}
.video-wrap .video, .video-wrap embed, .video-wrap iframe, .video-wrap object {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
.logo-list__wrapper .logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -8px;
    list-style: none;
}
.logo-list__wrapper .logo-list li {
    padding: 0 8px 8px 8px;
}
.logo-list__wrapper .logo-list li img {
    max-height: 55px;
    max-width: 70px;
}
.field-password__wrapper {
    position: relative;
}
.field-password__wrapper .toggle-password {
    width: 24px;
    height: 24px;
    background-image: url("../images/icons/pass-eye-icon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    right: 10px;
    cursor: pointer;
}
.field-password__wrapper .show-password ~ .toggle-password {
    background-image: url("../images/icons/pass-eye-remove-icon.svg");
}
.terms-title {
    font-weight: bold;
    font-size: 24px;
}
.footer .footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}
.footer .footer-menu__item {
    padding: 0 0 10px 0;
}
.navbar{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer a{
    color: #bab6cf;
}
.footer-bottom{
    margin-top: 20px;
    border-top: 1px solid #bab6cf;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .card-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.footer .card-list li img {
    max-width: 50px;
}
.modal-content{
    padding: 1rem;
    border: none;
    border-radius: 20px;
}
.modal-header {
    justify-content: center;
    padding: 1rem 1rem;
    border-bottom: none;
}
.modal-title{
    font-size: 32px;
    font-weight: 700;
    color: #181335;
}
.modal-button-box{
    margin-top: 2rem;
}
.terms-text p{
    margin: 0 0 16px 0;
}
@media(max-width:768px) {
    .footer {
        text-align: center;
    }
    .footer .footer-menu {
        padding: 20px 0;
    }
    .footer-bottom{
        flex-direction: column;
    }
    .card-list{
        margin-top: 10px;
    }
}