@charset "UTF-8";
@import url(/fonts/fontIcons/style.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
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,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:hover {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none !important;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

button,
input[type=cancel],
input[type=reset],
input[type=submit]:hover {
    cursor: pointer;
}

input[type=file],
input[type=password],
input[type=submit],
input[type=text],
input[type=email],
input[type=search],
textarea,
select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: auto;
}

select::ms-expand {
    display: none;
}

input::-ms-clear {
    display: none;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/Poppins/Poppins-Black.woff2") format("woff2");
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/Poppins/Poppins-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/Poppins/Poppins-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/Poppins/Poppins-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/Poppins/Poppins-Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/Poppins/Poppins-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/Poppins/Poppins-Light.woff2") format("woff2");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/Poppins/Poppins-Thin.woff2") format("woff2");
    font-weight: 200;
    font-display: swap;
}

.slick-loading .slick-list {
    background: #fff slick-image-url("../img/icons/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    display: none;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    display: none;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

html {
    font-size: 10px;
}

@media (max-width: 1440px) {
    html {
        font-size: .7vw;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 1vw;
    }
}

body {
    font-size: 1.4rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #fff;
}

a {
    color: currentColor;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.wrapper {
    height: 100%;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .container {
        padding: 0 10px;
    }
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.pink {
    color: #ef019e;
}

.deepskyblue {
    color: deepskyblue;
}

.blue {
    color: blue;
}

.dodgerblue {
    color: dodgerblue;
}

.violet {
    color: #5ba2d7;
}

.grey {
    color: #b0abb5;
}

.grey-dark {
    color: rgba(0, 0, 0, 0.5);
}

.violet-light {
    color: #6bbefc;
}

.green {
    color: #57c8a0;
}

.green-online {
    color: #20d603;
}

.yellow {
    color: #ff9600;
}

.yellow-real {
    color: #f0ff00;
}

.grey-light-bg {
    background-color: #f4f2f6;
}

.more-link {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.more-link:hover {
    color: #ef019e;
}

.more-link span {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 15px;
    height: 15px;
    color: #ef019e;
    font-size: 5px;
    border-radius: 5px;
    background-color: #d4d1d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px;
}

.main-layout {
    margin: 30px 0;
}

.main-layout .content {
    width: calc(100% - 160px);
    padding-right: 30px;
}

@media (max-width: 1023px) {
    .main-layout .content {
        width: 100%;
        padding-right: 0;
    }
}

.main-layout .right-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 195px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

@media (max-width: 1023px) {
    .mb-1 {
        margin-bottom: 10px !important;
    }
}

.mb-2 {
    margin-bottom: 2rem !important;
}

@media (max-width: 1023px) {
    .mb-2 {
        margin-bottom: 20px !important;
    }
}

.mb-3 {
    margin-bottom: 3rem !important;
}

@media (max-width: 1023px) {
    .mb-3 {
        margin-bottom: 30px !important;
    }
}

.mb-4 {
    margin-bottom: 4rem !important;
}

@media (max-width: 1023px) {
    .mb-4 {
        margin-bottom: 30px !important;
    }
}

.mb-5 {
    margin-bottom: 5rem !important;
}

@media (max-width: 1023px) {
    .mb-5 {
        margin-bottom: 30px !important;
    }
}

.mt-1 {
    margin-top: 1rem !important;
}

@media (max-width: 1023px) {
    .mt-1 {
        margin-top: 10px !important;
    }
}

.mt-2 {
    margin-top: 2rem !important;
}

@media (max-width: 1023px) {
    .mt-2 {
        margin-top: 20px !important;
    }
}

.mt-3 {
    margin-top: 3rem !important;
}

@media (max-width: 1023px) {
    .mt-3 {
        margin-top: 30px !important;
    }
}

.mt-4 {
    margin-top: 4rem !important;
}

@media (max-width: 1023px) {
    .mt-4 {
        margin-top: 30px !important;
    }
}

.mt-5 {
    margin-top: 5rem !important;
}

@media (max-width: 1023px) {
    .mt-5 {
        margin-top: 30px !important;
    }
}

.ml-1 {
    margin-left: 1rem !important;
}

@media (max-width: 1023px) {
    .ml-1 {
        margin-left: 10px !important;
    }
}

.ml-2 {
    margin-left: 2rem !important;
}

@media (max-width: 1023px) {
    .ml-2 {
        margin-left: 20px !important;
    }
}

.mr-1 {
    margin-right: 1rem !important;
}

@media (max-width: 1023px) {
    .mr-1 {
        margin-right: 10px !important;
    }
}

.mr-2 {
    margin-right: 2rem !important;
}

@media (max-width: 1023px) {
    .mr-2 {
        margin-right: 20px !important;
    }
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 1rem;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

@media (max-width: 1023px) {
    .pb-1 {
        padding-bottom: 10px !important;
    }
}

.pb-2 {
    padding-bottom: 2rem !important;
}

@media (max-width: 1023px) {
    .pb-2 {
        padding-bottom: 20px !important;
    }
}

.w-100 {
    width: 100% !important;
}

.link:hover {
    text-decoration: underline;
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4 {
    font-weight: 700;
    margin-bottom: .5em;
}

.text-block p {
    line-height: 1.5;
}

.text-block p a {
    color: #ef019e;
}

.text-block p a:hover {
    text-decoration: underline;
}

.text-block img {
    margin-bottom: 1rem;
}

.no-border {
    border: none !important;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-bottom {
    border-bottom: 1px solid #d4d1d7;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.btns-row .btn {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

@media (max-width: 480px) {
    .reply-form .btns-row .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

h1,
.h1 {
    font-size: 3.6rem;
}

@media (max-width: 1023px) {
    h1,
    .h1 {
        font-size: 4.2rem;
    }
}

@media (max-width: 990px) {
    h1,
    .h1 {
        font-size: 30px;
    }
}

h1--lg,
.h1--lg {
    font-size: 5rem;
}

@media (max-width: 1023px) {
    h1--lg,
    .h1--lg {
        font-size: 4.2rem;
    }
}

@media (max-width: 990px) {
    h1--lg,
    .h1--lg {
        font-size: 30px;
    }
}

h2,
.h2 {
    font-size: 3.2rem;
}

@media (max-width: 1023px) {
    h2,
    .h2 {
        font-size: 4rem;
    }
}

@media (max-width: 990px) {
    h2,
    .h2 {
        font-size: 24px;
    }
}

h3,
.h3 {
    font-size: 2.4rem;
}

@media (max-width: 1023px) {
    h3,
    .h3 {
        font-size: 3rem;
    }
}

@media (max-width: 990px) {
    h3,
    .h3 {
        font-size: 20px;
    }
}

h4,
.h4 {
    font-size: 1.8rem;
}

@media (max-width: 990px) {
    h4,
    .h4 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    h4,
    .h4 {
        font-size: 16px;
    }
}

.font-200 {
    font-weight: 200;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}

b,
strong {
    font-weight: 700;
}

p {
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: .35px;
}

p.text--lg {
    font-size: 1.8rem;
}

@media (max-width: 1023px) {
    p.text--lg {
        font-size: 16px;
    }
}

p.text--small {
    font-size: 12px !important;
}


@media (max-width: 1023px) {
    p {
        font-size: 14px;
    }
}

.text--small {
    font-size: 12px !important;
}

.text-italic {
    font-style: italic;
}

.text-block p {
    margin-bottom: 1.5em;
}

.select {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 325px;
    vertical-align: middle;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.select .placeholder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 7px;
    color: #ef019e;
    z-index: 1;
    border-radius: 2px;
    cursor: pointer;
}

.select .placeholder img {
    display: block;
    width: 20px;
    height: 20px;
}

.select .placeholder span {
    margin-left: 10px;
}

.select.is-open ul {
    display: block;
}

@media (max-width: 1280px) {
    .select.is-open ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.select.is-open .placeholder span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select ul {
    display: none;
    position: absolute;
    width: 40px;
    background: #d4d1d7;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
    top: calc(100% + 5px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    list-style: none;
    padding: 0;
    z-index: 100;
}

@media (max-width: 1280px) {
    .select ul {
        width: 200px;
        margin-top: 20px;
    }
}

.select ul li {
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.select ul li:hover {
    background: #fff;
}

.select ul li img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

@media (max-width: 1280px) {
    .select ul li img {
        width: 30px;
        height: 30px;
    }
}

.btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    height: 5rem;
    padding: 0 2rem;
    min-width: 15rem;
    position: relative;
    overflow: hidden;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 1023px) {
    .btn {
        font-size: 14px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .btn {
        height: auto;
        min-height: 40px;
    }
}

.btn span {
    position: relative;
    z-index: 1;
}

.btn::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 0;
}

.btn--violet {
    background-color: #5ba2d7;
}

.btn--violet:hover {
    background-color: #ef019e;
}

.btn--violet:active {
    background-color: #bc017c;
}

.btn--red-gradient {
    background-image: -o-linear-gradient(213deg, #ef019e 0%, #ad0082 100%);
    background-image: linear-gradient(-123deg, #ef019e 0%, #ad0082 100%);
    -webkit-box-shadow: 0 5px 18px rgba(177, 0, 117, 0.48);
    box-shadow: 0 5px 18px rgba(177, 0, 117, 0.48);
}

.btn--red-gradient:hover {
    opacity: .7;
    -webkit-box-shadow: 0 5px 18px #b10075;
    box-shadow: 0 5px 18px #b10075;
}

.btn--pink {
    background: -o-linear-gradient(213deg, #ef019e 0%, #ad0082 100%);
    background: linear-gradient(-123deg, #ef019e 0%, #ad0082 100%);
}

.btn--pink::after {
    background-color: #ef019e;
}

.btn--pink:hover::after {
    opacity: 1;
}

.btn--pink:active::after {
    background-color: #bc017c;
}

.btn--small {
    font-size: 12px;
    padding: 10px 20px;
    height: auto;
    min-width: auto;
}

@media (max-width: 480px) {
    .btn--small {
        padding: 8px 15px;
        min-height: auto;
    }
}

.btn--full-width {
    width: 100%;
}

.btn--lg {
    padding-left: 3rem;
    padding-right: 3rem;
}

@media (max-width: 1023px) {
    .btn--lg {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.btn--extra-lg {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
    height: auto;
    padding: 1.25em 3em;
}

@media (max-width: 1023px) {
    .btn--extra-lg {
        font-size: 16px;
        padding: 1em 1.5em;
    }
}

@media (max-width: 350px) {
    .btn--extra-lg {
        font-size: 14px;
        padding: 1em 1.5em;
    }
}

.btn--reset {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    color: #ef019e;
    font-size: 14px;
    font-weight: 600;
}

.btn--reset:hover {
    color: #000;
}

.input-wrapper-row>span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.input-wrapper-row>span.font-400 {
    font-weight: 400;
}

.input-wrapper-row>span.text--small {
    font-size: 12px;
}

.input-wrapper-row.two-columns {
    max-width: 500px;
}

.input-wrapper-row.two-columns .input-wrapper {
    width: 59%;
}

@media (max-width: 480px) {
    .input-wrapper-row.two-columns .input-wrapper {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .input-wrapper-row.two-columns .input-wrapper .input,
    .input-wrapper-row.two-columns .input-wrapper .select-input {
        max-width: 160px;
    }
}

.input-wrapper-row.two-columns .checkbox {
    width: 50%;
    margin-bottom: 1em;
}

@media (max-width: 480px) {
    .input-wrapper-row.two-columns .checkbox {
        width: 50%;
        margin-bottom: 10px;
    }
}

.input-wrapper-row.three-columns {
    max-width: 500px;
}

.input-wrapper-row.three-columns .input-wrapper {
    width: 33.3333%;
}

@media (max-width: 480px) {
    .input-wrapper-row.three-columns .input-wrapper {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .input-wrapper-row.three-columns .input-wrapper .input,
    .input-wrapper-row.three-columns .input-wrapper .select-input {
        max-width: 160px;
    }
}

.input-wrapper-row.three-columns .checkbox {
    width: 33.333%;
    margin-bottom: 1em;
}

@media (max-width: 480px) {
    .input-wrapper-row.three-columns .checkbox {
        width: 50%;
        margin-bottom: 10px;
    }
}

.input-wrapper-row.seven-columns {
    max-width: 500px;
}

.input-wrapper-row.seven-columns .checkbox {
    width: calc(100% / 7);
    margin-bottom: 1em;
}

@media (max-width: 1200px) {
    .input-wrapper-row.seven-columns .checkbox {
        width: 20%;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .input-wrapper-row.seven-columns .checkbox {
        width: 33.333%;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .input-wrapper-row.seven-columns .checkbox {
        width: 50%;
        margin-bottom: 10px;
    }
}

.input-wrapper-row.w-100 {
    max-width: unset;
}

.input-wrapper--lt .input-wrapper {
    width: 100%;
    max-width: 130px;
}

.input-wrapper--lt .input-wrapper:not(:last-child) {
    margin-right: 10px;
}

@media (max-width: 480px) {
    .input-wrapper--lt .input-wrapper {
        max-width: 45%;
    }
}

.input-wrapper {
    margin-bottom: 30px;
    max-width: 500px;
}

.input-wrapper--extra-small .input,
.input-wrapper--extra-small .select-input {
    width: 90px;
}

@media (max-width: 767px) {
    .input-wrapper {
        margin-bottom: 20px;
    }
}

.input-wrapper.w-100 {
    max-width: none;
}

.input-wrapper>span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.input-wrapper>span.font-400 {
    font-weight: 400;
}

.input-wrapper>span.text--small {
    font-size: 12px;
}

.input-wrapper.align-center>span {
    margin-bottom: 0;
    margin-right: 1rem;
}

.input,
.select-input {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #d4d1d7;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    padding-left: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.input:focus,
.select-input:focus {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

textarea.input {
    height: 130px;
    padding-top: 10px;
    resize: none;
}

textarea.input2 {
    height: 80px;
    padding-top: 10px;
    resize: none;
    width: 99%;
}

.select-input {
    background: #fff url("../img/icons/arrow_down.svg") calc(100% - 15px) center no-repeat;
    padding-right: 30px;
}

.select-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.file input {
    display: none;
}

.file label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #d4d1d7;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    padding: 5px;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.file-name {
    font-size: 14px;
    padding-left: 10px;
}

.file-btn {
    font-size: 12px;
    color: #b0abb5;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #f4f2f6;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.file-btn:hover {
    background-color: #ef019e;
    color: #fff;
}

.checkbox input {
    display: none;
}

.checkbox input:checked+label .checkbox__icon {
    background-color: #ef019e;
    border-color: #ef019e;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.checkbox input:checked+label .checkbox__icon::before {
    display: block;
}

.checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px !important;
    line-height: 1.1;
    cursor: pointer;
}

.checkbox__icon {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #b0abb5;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 8px !important;
    margin-right: 8px;
    color: #fff;
}

.checkbox__icon::before {
    display: none;
}

.form-line {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .form-line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.form-line .input-wrapper {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media (max-width: 767px) {
    .form-line .input-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
}

.form-line .input-wrapper .input,
.form-line .input-wrapper .select-input {
    width: 240px;
}

@media (max-width: 767px) {
    .form-line .input-wrapper .input,
    .form-line .input-wrapper .select-input {
        width: 100%;
    }
}

.form-line .input-wrapper span {
    white-space: nowrap;
    margin-bottom: 0;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .form-line .input-wrapper span {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }
}

.form-line .btn {
    height: 40px;
    text-align: center;
    margin: 0 0 0 10px;
    width: auto;
    display: block;
}

@media (max-width: 767px) {
    .form-line .btn {
        margin-left: 0;
        margin-top: 10px;
    }
}

.header {
    background: -webkit-gradient(linear, right top, left top, from(#160550), to(#051526));
    background: -o-linear-gradient(right, #160550 0%, #051526 100%);
    background: linear-gradient(to left, #160550 0%, #051526 100%);
    color: #fff;
}

@media (max-width: 1280px) {
    .header {
        position: relative;
        padding: 10px 0;
    }
}

@media (max-width: 480px) {
    .header {
        min-height: 61px;
    }
}

.header .container {
    max-width: 1920px;
}

@media (max-width: 1280px) {
    .header .container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.logo {
    width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media (max-width: 1440px) {
    .logo {
        width: 150px;
    }
}

@media (max-width: 480px) {
    .logo {
        width: 110px;
    }
}

.search-top--mobile {
    display: none;
}

@media (max-width: 1280px) {
    .search-top--mobile {
        display: block;
    }
    .search-top--mobile.open-search .search-form {
        opacity: 1;
        visibility: visible;
        top: 100%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        border-radius: 0;
        height: 40px;
        -webkit-box-shadow: -1px 3px 25px rgba(0, 0, 0, 0.22);
        box-shadow: -1px 3px 25px rgba(0, 0, 0, 0.22);
        z-index: 10;
    }
}

.header__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 6.25em;
}

@media (max-width: 1600px) {
    .header__main {
        padding-left: 3em;
    }
}

@media (max-width: 1280px) {
    .header__main {
        position: absolute;
        left: 0;
        top: 75px;
        width: 100%;
        height: calc(100vh - 75px);
        overflow-y: auto;
        background-image: -webkit-gradient(linear, right top, left top, from(#160550), to(#051526));
        background-image: -o-linear-gradient(right, #160550 0%, #051526 100%);
        background-image: linear-gradient(to left, #160550 0%, #051526 100%);
        padding: 0 20px 70px;
        z-index: 10;
        display: none;
    }
    .header__main .search-top {
        display: none;
    }
}

@media (max-width: 480px) {
    .header__main {
        height: calc(100vh - 61px);
        top: 61px;
    }
}

.menu {
    height: 100%;
}

@media (max-width: 1400px) {
    .menu {
        font-size: 12px;
    }
}

@media (max-width: 1280px) {
    .menu {
        height: auto;
        display: block;
        font-size: 14px;
        margin-bottom: 30px;
    }
}

.menu>li {
    margin-right: 3rem;
    height: 100%;
    padding: 12px 0;
    position: relative;
}

.menu>li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

@media (max-width: 1700px) {
    .menu>li {
        margin-right: 2rem;
    }
}

@media (max-width: 1280px) {
    .menu>li {
        margin-right: 0;
        padding: 0;
    }
    .menu>li.open-submenu>.submenu {
        display: block;
    }
    .menu>li.open-submenu>a span[class^='icon-'] {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.menu>li>a {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    white-space: nowrap;
}

.menu>li>a::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ef019e;
    position: absolute;
    left: 0;
    bottom: -12px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.menu>li>a:hover,
.menu>li>a.active {
    color: #ef019e;
}

.menu>li>a:hover::after,
.menu>li>a.active::after {
    opacity: 1;
}

.menu>li>a span {
    font-size: 7px;
    color: #ef019e;
    margin-left: .75rem;
}

@media (max-width: 1280px) {
    .menu>li>a {
        padding: 20px 0;
        border-bottom: 1px solid #ef019e;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-weight: 500;
    }
    .menu>li>a::after {
        display: none;
    }
}

.menu>li .submenu {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    min-width: 20rem;
    color: #000;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    background: #d4d1d7;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

@media (max-width: 1280px) {
    .menu>li .submenu {
        position: relative;
        opacity: 1;
        visibility: visible;
        width: calc(100% + 40px);
        left: -20px;
        top: 0;
        min-width: auto;
        padding-bottom: 10px;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none;
    }
}

.menu>li .submenu li {
    position: relative;
}

.menu>li .submenu li:last-child a {
    border-radius: 0 0 10px 10px;
}

@media (max-width: 1280px) {
    .menu>li .submenu li:last-child a {
        border-radius: 0;
        padding-bottom: 5px;
    }
}

.menu>li .submenu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    padding: 1rem 1.5rem;
}

.menu>li .submenu li a:hover {
    background-color: #fff;
    color: #ef019e;
}

@media (max-width: 1280px) {
    .menu>li .submenu li a:hover {
        background: transparent;
    }
}

.menu>li .submenu li a span[class^='icon-'] {
    font-size: 9px;
    margin-left: 10px;
}

@media (max-width: 1280px) {
    .menu>li .submenu li a span[class^='icon-'] {
        margin-left: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media (max-width: 1400px) {
    .menu>li .submenu li a {
        font-size: 12px;
        padding: .5rem 1rem;
    }
}

@media (max-width: 1280px) {
    .menu>li .submenu li a {
        font-size: 14px;
        padding: 10px 20px 5px;
        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;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }
}

.menu>li .submenu li:hover .submenu {
    opacity: 1;
    visibility: visible;
}

.menu>li .submenu li .submenu {
    top: 0;
    left: 100%;
}

@media (max-width: 1280px) {
    .menu>li .submenu li .submenu {
        left: 0;
        padding-left: 20px;
    }
}

.menu>li .submenu li.open-submenu>.submenu {
    display: block;
}

.menu>li .submenu li.open-submenu>a {
    padding-bottom: 10px;
}

.menu>li .submenu li.open-submenu>a span[class^='icon-'] {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.search-btn {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.search-btn:hover {
    color: #ef019e;
}

.search-btn span {
    font-size: 2rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 1440px) {
    .search-btn span {
        font-size: 20px;
    }
}

.search-btn .icon-close {
    color: #6e5491;
}

.search-btn .icon-close:hover {
    color: #ef019e;
}

.social {
    font-size: 2rem;
    border-right: 1px solid #6e5491;
    padding-right: 2rem;
    margin-right: 3rem;
}

@media (max-width: 1700px) {
    .social {
        padding-right: 1rem;
        margin-right: 2rem;
    }
}

@media (max-width: 1400px) {
    .social {
        font-size: 1.6rem;
        margin-right: 1rem;
        padding-right: .5rem;
    }
}

@media (max-width: 1280px) {
    .social {
        font-size: 20px;
        margin-right: 20px;
        padding-right: 10px;
    }
}

.social li {
    padding: 0 1rem;
}

@media (max-width: 1400px) {
    .social li {
        padding: 0 .5rem;
    }
}

@media (max-width: 1280px) {
    .social li {
        padding: 0 10px;
    }
}

.social li a {
    color: #6e5491;
}

.social li a:hover {
    color: #fff;
}

.lang {
    margin-right: 4em;
}

@media (max-width: 1700px) {
    .lang {
        margin-right: 2rem;
    }
}

.header__center {
    height: 100%;
    position: relative;
}

.header__center.open-search .search-form {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

@media (min-width: 1280px) {
    .header__center.open-search .menu {
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 1280px) {
    .header__center {
        height: auto;
        display: block;
    }
}

.header__btns .btn:not(:last-child) {
    margin-right: 10px;
}

@media (max-width: 1700px) {
    .header__btns .btn {
        min-width: 10rem;
        height: 4rem;
    }
}

@media (max-width: 1700px) {
    .header__btns .btn {
        height: 35px;
    }
}

@media (max-width: 1280px) {
    .header__btns .btn {
        height: 40px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 200px;
    }
}

@media (max-width: 1280px) {
    .header__btns {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        margin-bottom: 30px;
    }
}

.search-form {
    position: absolute;
    width: calc(100% - 40px);
    height: 4rem;
    left: 0;
    top: 50%;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

@media (max-width: 1280px) {
    .search-form {
        width: 100%;
        top: 100%;
        height: 30px;
    }
}

.search-form form,
.search-form .search-form__content {
    height: 100%;
}

.search-input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-input::-webkit-input-placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
}

.search-input::-moz-placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
}

.search-input:-ms-input-placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
}

.search-input::-ms-input-placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
}

.search-input::placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
}

@media (max-width: 1280px) {
    .search-input {
        border-radius: 0;
    }
}

.search-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    font-size: 1.8rem;
    color: #ef019e;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search-submit:hover {
    color: #000;
}

@media (max-width: 1280px) {
    .header__right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.mobile-btn {
    display: none;
}

@media (max-width: 1280px) {
    .mobile-btn {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 24px;
        height: 20px;
        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;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mobile-btn span {
        height: 2px;
        background-color: #fff;
        border-radius: 3px;
    }
    .mobile-btn::before,
    .mobile-btn::after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #6e5491;
        border-radius: 3px;
        position: absolute;
        top: 50%;
        left: 0;
        opacity: 0;
    }
    .mobile-btn::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .mobile-btn::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .open-menu {
        overflow: hidden;
    }
    .open-menu .mobile-btn span {
        display: none;
    }
    .open-menu .mobile-btn::before,
    .open-menu .mobile-btn::after {
        opacity: 1;
    }
    .open-menu .header__main {
        display: block;
    }
}

@media (max-width: 1280px) {
    .user-authorized {
        display: none;
    }
}

.user-authorized--mobile {
    display: none;
}

@media (max-width: 1280px) {
    .user-authorized--mobile {
        display: block;
    }
    .user-authorized--mobile.active .icon-user {
        color: #ef019e !important;
    }
    .user-authorized--mobile .icon-user {
        font-size: 20px !important;
        color: #fff !important;
    }
}

@media (max-width: 480px) {
    .user-authorized--mobile {
        position: static !important;
    }
    .user-authorized--mobile .user-authorized__list {
        height: calc(100vh - 61px);
        padding-bottom: 70px;
        top: 61px;
        left: 0;
        width: 100%;
        overflow-y: auto;
        z-index: 10;
    }
}

.user-authorized__top {
    cursor: pointer;
}

@media (max-width: 1280px) {
    .user-authorized__top {
        margin-right: 20px;
    }
}

.user-authorized__top .avatar {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

@media (max-width: 1440px) {
    .user-authorized__top .avatar {
        width: 30px;
        height: 30px;
    }
}

.user-authorized__top span[class^='icon-'] {
    font-size: 7px;
    color: #ef019e;
    margin-left: 10px;
}

.user-authorized {
    position: relative;
}

.user-authorized.active .user-authorized__list {
    display: block;
}

.user-authorized.active .user-authorized__top .icon-arrow_down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.user-authorized__list {
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    width: 250px;
    background-color: #fff;
    border-radius: 10px 0 10px 10px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    display: none;
    z-index: 1;
}

.user-authorized__list li a {
    color: #6e5491;
    font-size: 14px;
    padding: .75em 1em;
    font-weight: 500;
}

.user-authorized__list li a.violet-light {
    color: #9827ff;
}

.user-authorized__list li a.violet-light:hover {
    color: #ef019e;
}

.user-authorized__list li a:hover {
    background-color: #f4f2f6;
    color: #ef019e;
}

.user-authorized__list li a span[class^='icon-'] {
    font-size: 20px;
    margin-right: .5em;
}

.user-authorized__list .user-name {
    font-size: 14px;
    padding: .75em 1em;
    -webkit-box-shadow: 0 -1px 0 #53397a, 0 1px 0 #d4d1d7;
    box-shadow: 0 -1px 0 #53397a, 0 1px 0 #d4d1d7;
    color: #000;
}

.user-authorized__list .user-name .avatar {
    margin-right: 10px;
}

.user-authorized__list .count {
    min-width: 20px;
    height: 20px;
    padding: 0 3px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ef019e;
    color: #fff;
    font-size: 12px;
}

.text-banner {
    border: 2px solid #ef019e;
    background-color: #f4f2f6;
    padding: 3rem 1.5rem;
    position: relative;
    margin: 3rem 0;
}

.text-banner--small {
    padding: 1.5rem;
    margin: 0 0 3rem;
}

@media (max-width: 1023px) {
    .text-banner--small {
        padding: 10px;
        margin-bottom: 20px;
    }
}

.text-banner .h3 {
    margin-bottom: .5em;
}

.text-banner .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
}

.text-banner .close:hover {
    color: #ef019e;
}

@media (max-width: 990px) {
    .text-banner .close {
        font-size: 10px;
    }
}

.text-banner p {
    line-height: 1.3;
    font-weight: 600;
}

.text-banner p:not(:last-child) {
    margin-bottom: 1.4em;
}

.horizontal__banner {
    padding: 0 0 5rem;
}

.horizontal__banner__wrapper {
    display: inline-block;
    padding: 0 5%;
}

.right-sidebar {
    background-color: #f4f2f6;
    padding: 10px 15px;
    text-align: center;
}

@media (max-width: 1023px) {
    .right-sidebar {
        display: none;
    }
}

.right-sidebar a {
    display: block;
}

.right-sidebar a:not(:last-child) {
    margin-bottom: 15px;
}

.right-sidebar a:hover {
    opacity: .8;
}

.right-sidebar a img {
    width: 100%;
}

@media (max-width: 1023px) {
    .main-layout--inner .right-sidebar {
        display: block;
        width: calc(100% + 40px);
        position: relative;
        left: -20px;
    }
}

@media (max-width: 767px) {
    .main-layout--inner .right-sidebar {
        width: calc(100% + 20px);
        left: -10px;
        padding: 10px;
    }
}

@media (max-width: 1023px) {
    .main-layout--inner .right-sidebar__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        margin: 0;
    }
    .main-layout--inner .right-sidebar__items .right-sidebar__item {
        width: 160px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-right: 10px;
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {
    .main-layout--inner .right-sidebar__items-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        margin: 0;
    }
    .main-layout--inner .right-sidebar__items-mobile .right-sidebar__item {
        display: block;
        width: 160px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-right: 10px;
        margin-bottom: 0;
    }
}

.webcam-banner {
    background-image: -webkit-gradient(linear, right top, left top, from(#7b0347), to(#68007b));
    background-image: -o-linear-gradient(right, #7b0347 0%, #68007b 100%);
    background-image: linear-gradient(to left, #7b0347 0%, #68007b 100%);
    color: #fff;
    position: relative;
    text-align: center;
    padding: 2.5rem;
    margin: 0 0 5rem;
    display: block;
}

.webcam-banner:hover b {
    color: #ef019e;
}

.webcam-banner b {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.webcam-banner .close {
    font-size: 1.5rem;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.webcam-banner .close:hover {
    color: #ef019e;
}

@media (max-width: 1023px) {
    .webcam-banner .close {
        font-size: 10px;
    }
}

.webcam-banner__content .icon-webcam {
    font-size: 4.5rem;
    margin-right: 1.5rem;
}

@media (max-width: 1023px) {
    .webcam-banner__content .icon-webcam {
        font-size: 30px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .webcam-banner__content .icon-webcam {
        font-size: 25px;
        margin-right: 10px;
    }
}

@media (max-width: 1023px) {
    .webcam-banner__content .h1 {
        line-height: 1.2;
    }
    .webcam-banner__content .h1 b {
        display: block;
    }
}

@media (max-width: 767px) {
    .webcam-banner__content .h1 {
        font-size: 20px;
    }
    .webcam-banner__content .h1 b {
        display: block;
    }
}

.main-layout .container.d-flex {
    margin-bottom: 3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1023px) {
    .main-layout--inner .container.d-flex {
        display: block;
    }
}

@media (max-width: 767px) {
    .main-layout--inner .left-content {
        margin-bottom: 20px;
    }
}

.tabs-wrapper,
.models-slider,
.models-slider-mobile {
    width: 100%;
}

.tabs-wrapper {
    margin-bottom: 3rem;
}

.top-row {
    margin-bottom: 2rem;
}

@media (max-width: 1360px) {
    .top-row {
        display: block;
    }
}

@media (max-width: 1024px) {
    .top-row--lg {
        display: block;
    }
    .top-row--lg .tab-list {
        margin-top: 15px;
    }
}

.top-row .h4 span {
    font-size: 12px;
    padding-left: 1rem;
    font-weight: 400;
}

@media (max-width: 767px) {
    .top-row .h4 span {
        display: block;
        margin: 5px 0;
    }
}

@media (max-width: 1023px) {
    .top-row .h4.d-flex {
        display: block;
    }
    .top-row .h4.d-flex .btn {
        margin-left: 0 !important;
        margin-top: 1rem;
    }
}

.top-row__left .input-wrapper {
    margin-bottom: 0;
    margin-left: 1rem;
    width: 250px;
}

@media (max-width: 1023px) {
    .top-row__left .input-wrapper {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 1023px) {
    .top-row__left {
        display: block;
    }
}

.tab-list {
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 1250px) {
    .tab-list {
        margin: 20px 0 10px;
        overflow-x: auto;
    }
}

.tab-list li {
    padding: 0 1em .6em;
    display: block;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 1250px) {
    .tab-list li {
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .tab-list li {
        padding: 0 .5em .5em;
    }
}

.tab-list li:not(:last-child) {
    margin-right: 1.5rem;
}

.tab-list li:hover {
    color: #ef019e;
}

.tab-list li.active {
    color: #ef019e;
    border-bottom-color: #ef019e;
}

.tab-list li.active .grey {
    color: #ef019e;
}

.tab-list--grey-bg {
    background-color: #f4f2f6;
    border-radius: 10px 10px 0 0;
}

.tab-list--grey-bg li {
    padding: 2rem 1.5rem;
}

@media (max-width: 1250px) {
    .tab-list--grey-bg li {
        padding: 2rem 1rem;
    }
}

@media (max-width: 767px) {
    .tab-list--grey-bg li {
        padding: 10px 5px;
    }
}

.tab-content {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.tab-content.active {
    width: 100%;
    height: auto;
    visibility: visible;
    overflow: visible;
}

.video-content iframe,
.video-content video {
    width: 100%;
}

.badge {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
}

.badge--yellow {
    background-color: #ff9600;
}

.badge--green {
    background-color: #57c8a0;
}

.badge--red {
    background-color: #ef019e;
}

.badge--grey {
    background-color: #d4d1d7;
    color: #000;
}

@media (max-width: 767px) {
    .video-block__top {
        display: block;
        margin-bottom: 20px;
    }
}

.video-block__top__links {
    padding-right: 20px;
    width: calc(100% - 100px);
}

@media (max-width: 767px) {
    .video-block__top__links {
        width: 100%;
        padding-right: 0;
    }
}

.text-link {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.bars-item__top,
.bars-item__content {
    padding: 2rem;
}

@media (max-width: 767px) {
    .bars-item__top,
    .bars-item__content {
        padding: 15px 10px;
    }
}

.bars-item__content p {
    margin-bottom: 1.5rem;
}

.model-video .video-block {
    width: 100%;
}

.model-video .video-block img,
.model-video .video-block iframe,
.model-video .video-block video {
    width: 100%;
}

.model-video__options {
    padding: 2rem;
}

@media (max-width: 767px) {
    .model-video__options {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .model-video__options__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.model-video__options p {
    line-height: 1.4;
}

@media (max-width: 480px) {
    .model-video__options p span {
        display: inline-block;
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .model-video__options p .grey {
        display: block;
        margin-bottom: 5px;
    }
}

.model-video__options__top__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.model-video__options__top__right {
    min-width: 200px;
    text-align: right;
}

@media (max-width: 767px) {
    .model-video__options__top__right {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .profile-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.profile-form__form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .profile-form__form {
        padding-right: 0;
    }
}

.profile-form__photo {
    width: 240px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media (max-width: 1200px) {
    .profile-form__photo {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .profile-form__photo {
        width: 240px;
        margin: 0 auto 30px;
    }
}

.profile-form__photo img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
}

.link-area {
    border: 1px solid #d4d1d7;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 400;
    line-height: 1.3;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .link-area {
        padding: 10px;
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .iframe-wrapper iframe {
        width: 100% !important;
        max-width: 760px;
    }
}

p img {
    max-width: 100%;
    height: auto;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-title {
    font-size: 16px;
    font-weight: 600;
    background: #f4f2f6;
    line-height: 1.2;
    padding: 18px 20px 14px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 15px;
}

@media (max-width: 480px) {
    .faq-title {
        padding: 14px 10px 12px;
        font-size: 15px;
    }
}

.faq-content {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.faq-content a {
    color: #ef019e;
}

.faq-content a:hover {
    text-decoration: underline;
}

.banner-type {
    margin-bottom: 30px;
}

.banner-type__header {
    background: #f4f2f6;
    border-radius: 10px 10px 0 0;
    padding: 15px 20px;
}

@media (max-width: 480px) {
    .banner-type__header {
        padding: 15px 10px;
    }
}

.banner-type__preview {
    line-height: 0;
}

.reply-message__text {
    font-size: 14px;
    font-weight: 400;
    padding-left: calc(40px + 1rem);
}

.models-slider,
.models-slider-mobile,
.news-slider {
    margin: 0 -10px;
}

@media (max-width: 1280px) {
    .models-slider,
    .models-slider-mobile,
    .news-slider {
        margin: 0 -5px;
    }
}

.models-slider .slick-list,
.models-slider-mobile .slick-list,
.news-slider .slick-list {
    padding-bottom: 20px;
}

.models-slider--forum .news-slider__item__body,
.news-slider--forum .news-slider__item__body {
    border-radius: 10px;
}

.models-slider--forum .news-slider__item__content:hover,
.news-slider--forum .news-slider__item__content:hover {
    -webkit-box-shadow: -1px 15px 29px -15px rgba(0, 0, 0, 0.28);
    box-shadow: -1px 15px 29px -15px rgba(0, 0, 0, 0.28);
}

.models-slider--forum .news-slider__item__content:hover .news__date .black,
.news-slider--forum .news-slider__item__content:hover .news__date .black {
    color: #9827ff;
}

.news-slider__item,
.models-slider__item {
    padding: 0 10px;
    width: 220px;
}

@media (max-width: 1280px) {
    .news-slider__item,
    .models-slider__item {
        padding: 0 5px;
    }
}

@media (max-width: 480px) {
    .news-slider__item,
    .models-slider__item {
        width: 170px;
    }
}

.news-slider__item--no-overlay .models-slider__item__content::before,
.news-slider__item--no-overlay .models-slider__item__content::after,
.models-slider__item--no-overlay .models-slider__item__content::before,
.models-slider__item--no-overlay .models-slider__item__content::after {
    display: none;
}

.news-slider__item--no-overlay .models-slider__item__content:hover,
.models-slider__item--no-overlay .models-slider__item__content:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.models-circle-slider--four-items .models-slider__item {
    width: 210px;
}

@media (max-width: 480px) {
    .models-circle-slider--four-items .models-slider__item {
        width: 170px;
    }
}

.models-text {
    display: none !important;
}

.prev-arrow,
.next-arrow {
    position: absolute;
    top: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    font-size: 12px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 13px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.9);
    color: #b0abb5;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 2;
}

.prev-arrow::before,
.next-arrow::before {
    position: relative;
    z-index: 1;
}

.prev-arrow::after,
.next-arrow::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -o-linear-gradient(213deg, #ef019e 0%, #ad0082 100%);
    background-image: linear-gradient(-123deg, #ef019e 0%, #ad0082 100%);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.prev-arrow:hover,
.next-arrow:hover {
    color: #fff;
}

.prev-arrow:hover::after,
.next-arrow:hover::after {
    opacity: 1;
}

.prev-arrow.slick-disabled,
.next-arrow.slick-disabled {
    background: #f4f2f6;
    opacity: .75;
    cursor: default;
    color: #b0abb5 !important;
}

.prev-arrow.slick-disabled::after,
.next-arrow.slick-disabled::after {
    display: none;
}

@media (max-width: 1023px) {
    .prev-arrow,
    .next-arrow {
        display: none !important;
    }
}

.prev-arrow {
    left: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.next-arrow {
    right: 10px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.models-slider__item__content {
    display: block;
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.models-slider__item__content::after {
    content: '';
    width: 100%;
    height: 80%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.7)), to(transparent));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 20%, transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 20%, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.models-slider__item__content::before {
    content: '';
    width: 100%;
    height: 80%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(111, 1, 196, 0.5)), to(transparent));
    background: -o-linear-gradient(bottom, rgba(111, 1, 196, 0.5) 20%, transparent);
    background: linear-gradient(to top, rgba(111, 1, 196, 0.5) 20%, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.models-slider__item__content:hover {
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6);
}

.models-slider__item__content:hover::before {
    opacity: 1;
}

.models-slider__item__content:hover::after {
    opacity: 0;
}

.models-slider__item__content--empty::before,
.models-slider__item__content--empty::after {
    display: none;
}

.models-slider__item__content img {
    width: 100%;
}

.models-slider__item__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    z-index: 1;
}

.top-label {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top-label span {
    font-size: 17px;
}

.top-label span:not(:last-child) {
    margin-right: 5px;
}

.models-slider__item__data .name {
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 600;
}

@media (max-width: 480px) {
    .models-slider__item__data .name {
        font-size: 12px;
    }
}

.models-slider__item__data .status {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 4px;
}

.models-slider__item__data .status.online {
    background-color: #20d603;
}

.models-slider__item__data .status.offline {
    background-color: #b0abb5;
}

.models-slider__item__data span[class^="icon-"] {
    font-size: 14px;
    margin-right: 4px;
}

@media (max-width: 480px) {
    .models-slider__item__data span[class^="icon-"] {
        font-size: 12px;
    }
}

.models-slider__item__data .type {
    font-size: 12px;
    margin-bottom: 7px;
}

.models-slider__item__data .location {
    color: #fff;
    font-size: 12px;
}

.models-circle-slider .prev-arrow,
.models-circle-slider .next-arrow {
    top: 90px;
}

.models-circle-slider .slick-list {
    padding-bottom: 20px;
}

.models-circle-slider .models-slider__item__content::before,
.models-circle-slider .models-slider__item__content::after {
    display: none;
}

.models-circle-slider .models-slider__item__content:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.models-circle-slider .models-slider__item__content>img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.models-circle-slider .models-slider__item__body {
    position: relative;
    text-align: center;
    padding: 0;
    margin-top: 20px;
}

.models-circle-slider .models-slider__item__data .name,
.models-circle-slider .models-slider__item__data .location {
    color: #000;
}

.models-circle-slider .models-slider__item__data .name {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slide-count {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -o-linear-gradient(213deg, #ef019e 0%, #ad0082 100%);
    background-image: linear-gradient(-123deg, #ef019e 0%, #ad0082 100%);
    -webkit-box-shadow: 0 5px 18px rgba(177, 0, 117, 0.48);
    box-shadow: 0 5px 18px rgba(177, 0, 117, 0.48);
    margin-right: 6px;
}

.model-raiting {
    padding-left: 22px;
}

.raiting-content {
    display: inline-block;
    border-radius: 5px;
    vertical-align: middle;
    background: rgba(87, 200, 160, 0.5);
    color: #fff;
    font-size: 12px;
    padding: 5px 8px;
    margin-left: 5px;
}

.news-slider__item {
    width: 325px;
}

@media (max-width: 480px) {
    .news-slider__item {
        width: 220px;
    }
}

.news-slider__item__content {
    display: block;
    border-radius: 10px;
}

.news-slider__item__content>img {
    width: 100%;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.news-slider__item__content:hover {
    -webkit-box-shadow: -1px 15px 29px -15px rgba(0, 0, 0, 0.18);
    box-shadow: -1px 15px 29px -15px rgba(0, 0, 0, 0.18);
}

.news-slider__item__content:hover .news-slider__item__body {
    background-color: #fff;
}

.news-slider__item__content:hover .news-slider__item__body .author {
    color: #9827ff;
}

.news-slider__item__content:hover .news__title {
    color: #ef019e;
}

.news-slider__item__body {
    background-color: #f4f2f6;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.news-slider__item__body .author {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 480px) {
    .news-slider__item__body .author {
        font-size: 12px;
    }
}

.news-slider__item__body .author img {
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 10px;
}

.news-slider__item__body .more-link {
    font-weight: 500;
}

.news__date {
    font-size: 12px;
    margin-bottom: 10px;
}

.news__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    height: 2.4em;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 480px) {
    .news__title {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

.news__descr {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .news__descr {
        font-size: 12px;
    }
}

.models-circle-slider--four-items.unslick {
    margin: 0 -10px;
}

.models-circle-slider--four-items.unslick .models-slider__item {
    width: 25%;
    margin-bottom: 3rem;
}

@media (max-width: 480px) {
    .models-circle-slider--four-items.unslick .models-slider__item {
        width: 50%;
        margin-bottom: 20px;
    }
    .models-circle-slider--four-items.unslick .models-slider__item .models-slider__item__content>img {
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 350px) {
    .models-circle-slider--four-items.unslick .models-slider__item {
        width: 50%;
    }
    .models-circle-slider--four-items.unslick .models-slider__item .models-slider__item__content>img {
        width: 150px;
        height: 150px;
    }
}

.moddels-list {
    margin-top: 30px;
}

.moddels-list .models-card {
    width: 25%;
    margin-bottom: 20px;
}

@media (max-width: 1220px) {
    .moddels-list .models-card {
        width: 33.333%;
    }
}

@media (max-width: 480px) {
    .moddels-list .models-card {
        width: 50%;
        margin-bottom: 10px;
    }
}

.moddels-list--five-column .models-card {
    width: 20%;
    margin-bottom: 20px;
}

@media (max-width: 1220px) {
    .moddels-list--five-column .models-card {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .moddels-list--five-column .models-card {
        width: 33.3333%;
    }
}

@media (max-width: 480px) {
    .moddels-list--five-column .models-card {
        width: 50%;
        margin-bottom: 10px;
    }
}

.models-card {
    display: block;
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.models-card--circle .models-card__img {
    width: 17rem;
    height: 17rem;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1220px) {
    .models-card--circle .models-card__img {
        width: 20rem;
        height: 20rem;
    }
}

@media (max-width: 767px) {
    .models-card--circle .models-card__img {
        width: 24rem;
        height: 24rem;
    }
}

@media (max-width: 480px) {
    .models-card--circle .models-card__img {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 360px) {
    .models-card--circle .models-card__img {
        width: 130px;
        height: 130px;
    }
}

.models-card--circle .models-card__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.models-card--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.models-card--row .models-card__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.models-card--row .models-card__img {
    width: 120px;
    max-height: 172px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    line-height: 0;
}

@media (max-width: 1023px) {
    .models-card--row .models-card__img {
        width: 100px;
    }
}

@media (max-width: 350px) {
    .models-card--row .models-card__img {
        width: 80px;
    }
}

.models-card--row .models-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.models-card--row .models-card__data {
    text-align: left;
}

.models-card--row .models-card__data .model-raiting {
    padding-left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.models-card--border-bottom {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d4d1d7;
}

@media (max-width: 440px) {
    .models-card--border-bottom {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.models-card--border-bottom .models-card__body {
    padding-top: 0;
    padding-bottom: 0;
}

.models-card--lt-photo .models-card__img {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media (max-width: 440px) {
    .models-card--lt-photo .models-card__img {
        width: 60px;
        height: 60px;
    }
}

.models-card--lt-photo .models-card__img img {
    border-radius: 10px 10px 0 0;
}

.models-card--row.models-card--circle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5rem;
}

.models-card--row.models-card--circle .models-card__img {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.btns-group .btn {
    margin-bottom: .5rem;
}

.btns-group .btn:not(:last-child) {
    margin-right: .5rem;
}

@media (max-width: 1023px) {
    .models-card__data__item {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .models-card__data__item p {
        font-size: 12px;
    }
}

.models-card__img {
    display: block;
    position: relative;
}

@media (max-width: 480px) {
    .models-card__img {
        height: 220px;
    }
}

.models-card__img img {
    width: 100%;
}

@media (max-width: 480px) {
    .models-card__img img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.models-card__img .top-label {
    position: absolute;
    top: 10px;
    right: 10px;
}

.models-card__body {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 15px;
    z-index: 1;
    position: relative;
}

.models-card__body .btn {
    margin-top: 8px;
}

.top-label {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top-label span {
    font-size: 17px;
}

.top-label span:not(:last-child) {
    margin-right: 5px;
}

.models-card__data {
    text-align: center;
}

.models-card__data .name {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .models-card__data .name {
        font-size: 12px;
    }
}

.models-card__data .name2 {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 480px) {
    .models-card__data .name2 {
        font-size: 12px;
    }
}

.models-card__data .name3 {
    color: white;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

@media (max-width: 480px) {
    .models-card__data .name3 {
        font-size: 14px;
    }
}

.models-card__data .status {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 4px;
}

.models-card__data .status.online {
    background-color: #20d603;
}

.models-card__data .status.offline {
    background-color: #b0abb5;
}

.models-card__data span[class^="icon-"] {
    font-size: 14px;
    margin-right: 4px;
}

@media (max-width: 480px) {
    .models-card__data span[class^="icon-"] {
        font-size: 12px;
    }
}

.models-card__data .type {
    font-size: 12px;
    margin-bottom: 7px;
}

.models-card__data .location {
    font-size: 12px;
    margin-bottom: 8px;
}

.models-card__data .model-raiting {
    font-size: 12px;
}

.models-card__data .raiting-content {
    background: #57c8a0;
}

.models-card-list.two-column .models-card {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .models-card-list.two-column .models-card {
        width: 100%;
    }
}

.models-card__data__top__icons {
    padding-left: 20px;
}

.models-card__data__top__icons span:not(:last-child) {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .models-card__data__top {
        margin-bottom: 10px !important;
    }
}

.models-card__data__top .name {
    margin-bottom: 0 !important;
}

.left-content {
    width: calc(100% - 160px);
    margin-bottom: 50px;
}

@media (max-width: 1023px) {
    .left-content {
        width: 100%;
    }
}

.left-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 24rem;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
    border-radius: 10px 10px 20px 20px;
    background-color: #ffffff;
}

@media (max-width: 1220px) {
    .left-sidebar {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .left-sidebar {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }
}

.left-sidebar .models-card {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .left-sidebar .models-card {
        max-width: 240px;
        margin: 0 auto;
    }
}

.left-sidebar .models-card__body::after {
    content: '';
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    bottom: 0;
    height: 1px;
    background: #f4f2f6;
}

@media (max-width: 767px) {
    .left-sidebar .models-card__body::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .left-sidebar .models-card__body {
        padding: 20px 0;
    }
    .left-sidebar .models-card__body .name {
        font-size: 16px;
    }
}

.left-sidebar .model-raiting {
    padding-left: 0;
}

.left-sidebar__menu {
    margin-top: 15px;
}

.left-sidebar__menu li {
    margin-bottom: 1px;
}

.left-sidebar__menu li a {
    padding: 15px;
    color: #6e5491;
    font-size: 14px;
    position: relative;
}

.left-sidebar__menu li a::after {
    content: '';
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    bottom: -1px;
    height: 1px;
    background: #f4f2f6;
}

.left-sidebar__menu li a span[class^='icon-'] {
    margin-right: 10px;
}

.left-sidebar__menu li a:hover,
.left-sidebar__menu li a.active {
    color: #ef019e;
    background-color: #f4f2f6;
}

.left-sidebar__menu li a:hover::after,
.left-sidebar__menu li a.active::after {
    background-color: #fff;
}

@media (max-width: 1220px) {
    .left-sidebar__menu li a:hover,
    .left-sidebar__menu li a.active {
        background-color: transparent;
    }
}

.left-sidebar__menu li:first-child a {
    color: #9827ff;
}

.left-sidebar__menu li:first-child a:hover {
    color: #ef019e;
}

.left-sidebar__menu li:last-child a::after {
    display: none;
}

.menu__item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.menu__item__text .count {
    min-width: 20px;
    height: 20px;
    padding: 0 3px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ef019e;
    color: #fff;
    font-size: 12px;
}

@media (max-width: 767px) {
    .left-sidebar__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        overflow-x: auto;
        border-top: 1px solid #d4d1d7;
        border-bottom: 1px solid #d4d1d7;
        padding: 15px 0;
        margin-top: 0;
    }
    .left-sidebar__menu li a {
        padding: 0 20px 0 0;
        display: block;
        text-align: center;
        position: relative;
    }
    .left-sidebar__menu li a span[class^='icon-'] {
        font-size: 20px;
        margin-right: 0;
    }
    .menu__item__text {
        white-space: nowrap;
        font-size: 12px;
        margin-top: 8px;
    }
    .menu__item__text .count {
        min-width: 18px;
        height: 18px;
        position: absolute;
        top: 0;
        right: 10px;
    }
}

.profile-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.profile-content__body {
    width: calc(100% - 24rem);
    padding-left: 3rem;
    padding-right: 3rem;
}

@media (max-width: 1220px) {
    .profile-content__body {
        width: calc(100% - 200px);
    }
}

@media (max-width: 1023px) {
    .profile-content__body {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .profile-content__body {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.profile-content__body.w-100 {
    padding-left: 0;
}

.profile-content__body>.h3 {
    margin-bottom: 1em;
}

.profile-content__body>p {
    line-height: 1.4;
    margin-bottom: 1em;
    font-weight: 600;
}

.profile-content__body .order-list {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.3;
    margin: 30px 0;
    padding-left: 20px;
    list-style: decimal;
}

@media (max-width: 1023px) {
    .profile-content__body .order-list {
        font-size: 14px;
    }
}

.profile-content__body .order-list li {
    list-style: decimal;
}

.notice-block,
.form-block__field {
    border-radius: 10px;
    padding: 2.5rem;
    margin-bottom: 3rem;
}

@media (max-width: 1023px) {
    .notice-block,
    .form-block__field {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .notice-block,
    .form-block__field {
        padding: 15px;
        margin-bottom: 30px;
    }
}

.notice-block .h3,
.form-block__field .h3 {
    margin-bottom: .5em;
    line-height: 1.3;
}

.notice-block p,
.form-block__field p {
    line-height: 1.4;
    font-weight: 500;
}

.pay-by-card,
.support-block {
    margin-bottom: 5rem;
}

@media (max-width: 767px) {
    .pay-by-card,
    .support-block {
        margin-bottom: 30px;
    }
}

.pay-by-card .h3,
.pay-by-card .h4,
.support-block .h3,
.support-block .h4 {
    margin-bottom: 1em;
}

.list li {
    font-size: 14px;
    margin-bottom: 15px;
}

.list li a {
    color: #000;
}

.list li a:hover {
    color: #ef019e;
}

.list li a.pink {
    color: #ef019e;
}

.list li span {
    padding-right: 5px;
}

.end-date {
    background: #f4f2f6;
    display: inline-block;
    border-radius: 10px;
    font-size: 2rem;
    font-weight: 700;
    padding: .5em 1em;
    margin: 3rem 0;
}

@media (max-width: 767px) {
    .end-date {
        font-size: 16px;
        margin: 20px 0;
    }
}

.card-img-group {
    margin-bottom: 25px;
}

.card-img-group img {
    max-width: 70px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.form-block {
    border-radius: 10px;
}

.form-block__field {
    border-radius: 0;
    margin-bottom: 0;
}

.form-block__field:not(:last-child) {
    border-bottom: 1px solid #d4d1d7;
}

@media (max-width: 767px) {
    .form-block__field {
        padding: 15px 10px;
    }
}

@media (max-width: 767px) {
    .profile-content {
        display: block;
    }
    .form-block {
        margin: 0 -10px;
    }
}

.account-setting-block__row {
    border-bottom: 1px solid #d4d1d7;
}

.account-setting-block__item {
    width: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-setting-block__item:not(:last-child) {
    padding-right: 2rem;
}

@media (max-width: 480px) {
    .account-setting-block__item .check {
        margin-left: auto;
        margin-right: auto;
    }
}

.account-setting-block__item .check input {
    display: none;
}

.account-setting-block__item .check input:checked+label {
    background-color: #ef019e;
    border-color: #ef019e;
}

.account-setting-block__item .check label {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #d4d1d7;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.account-setting-block__item .check label .icon-check {
    color: #fff;
    font-size: 10px;
}

.account-setting-block__item .input-wrapper {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .account-option-row {
        display: block;
    }
    .account-option-row .btn {
        display: table;
        margin-left: 0 !important;
        margin-top: 10px;
    }
}

.label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d4d1d7;
    border-radius: 10px;
    font-size: 12px;
    padding: 8px 10px;
    font-weight: 500;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.label .delete {
    width: 14px;
    height: 14px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    cursor: pointer;
    top: -1px;
    margin-left: 4px;
}

.label .delete::before,
.label .delete::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ef019e;
    position: absolute;
    left: 0;
    top: 50%;
}

.label .delete::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.label .delete::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.account-setting-block__item__form__row .input-wrapper {
    width: 200px;
}

.account-setting-block__item__form__row .btn--small {
    min-height: 40px;
}

@media (max-width: 480px) {
    .account-setting-block__item__form__row {
        display: block;
        width: 100%;
    }
    .account-setting-block__item__form__row .input-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }
    .account-setting-block__item__form__row .btn {
        margin-left: 0 !important;
    }
}

.profile-item-block {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #d4d1d7;
}

@media (max-width: 767px) {
    .profile-item-block {
        margin-bottom: 20px;
        padding-bottom: 0;
    }
}

.profile-item-block2 {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #d4d1d7;
}

@media (max-width: 767px) {
    .profile-item-block2 {
        margin-bottom: 10px;
        padding-bottom: 0;
    }
}

.profile-item-block .profile-item {
    width: 47%;
}

@media (max-width: 767px) {
    .profile-item-block .profile-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.profile-item-block .profile-item .social {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

.profile-item-block .profile-item .social li a:hover {
    color: #9827ff;
}

.profile-item-block .profile-item .img-group {
    padding-left: 5px;
}

.profile-item-block .profile-item .img-group img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

p a.black:hover {
    color: #ef019e;
}

.models-slider--five-column .models-slider__item {
    width: 20%;
    margin-bottom: 20px;
}

@media (max-width: 990px) {
    .models-slider--five-column .models-slider__item {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .models-slider--five-column .models-slider__item {
        width: 33.3333%;
    }
}

@media (max-width: 480px) {
    .models-slider--five-column .models-slider__item {
        width: 50%;
    }
}

.models-slider.unslick .models-slider__item__content {
    line-height: 0;
}

.models-slider.unslick .models-slider__item__body {
    line-height: 1;
}

.payments-types {
    margin: 30px -5px;
}

.payment-type {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .payment-type {
        width: 50%;
    }
}

.payment-type--history .payment-type__content {
    -webkit-box-shadow: 0 5px 18px rgba(164, 159, 163, 0.48);
    box-shadow: 0 5px 18px rgba(164, 159, 163, 0.48);
    background: -o-linear-gradient(213deg, #b5b3b6 0%, #878788 100%);
    background: linear-gradient(-123deg, #b5b3b6 0%, #878788 100%);
}

.payment-type--premium .payment-type__content {
    -webkit-box-shadow: 0 5px 18px rgba(255, 150, 0, 0.48);
    box-shadow: 0 5px 18px rgba(255, 150, 0, 0.48);
    background: -o-linear-gradient(213deg, #ff9600 0%, #ff6c00 100%);
    background: linear-gradient(-123deg, #ff9600 0%, #ff6c00 100%);
}

.payment-type--top .payment-type__content {
    -webkit-box-shadow: 0 5px 18px rgba(177, 0, 117, 0.48);
    box-shadow: 0 5px 18px rgba(177, 0, 117, 0.48);
    background: -o-linear-gradient(213deg, #ef019e 0%, #ad0082 100%);
    background: linear-gradient(-123deg, #ef019e 0%, #ad0082 100%);
}

.payment-type--ads .payment-type__content {
    -webkit-box-shadow: 0 5px 18px rgba(60, 210, 157, 0.48);
    box-shadow: 0 5px 18px rgba(60, 210, 157, 0.48);
    background: -o-linear-gradient(213deg, #57c8a0 0%, #179468 100%);
    background: linear-gradient(-123deg, #57c8a0 0%, #179468 100%);
}

.payment-type__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    color: #fff;
    padding: 5rem 1.5rem;
    font-weight: 700;
    text-align: center;
    height: 100%;
}

@media (max-width: 480px) {
    .payment-type__content {
        padding: 8rem 10px;
    }
}

.payment-type__content:hover {
    opacity: .8;
    -webkit-box-shadow: 0 15px 18px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 15px 18px rgba(0, 0, 0, 0.2) !important;
}

.payment-type__content span[class^="icon-"] {
    font-size: 8rem;
    margin-bottom: 2rem;
}

@media (max-width: 480px) {
    .payment-type__content span[class^="icon-"] {
        font-size: 12rem;
        margin-bottom: 20px;
    }
}

.payment-type__content .h3 {
    font-size: 2rem;
    line-height: 1.3;
}

@media (max-width: 1023px) {
    .payment-type__content .h3 {
        font-size: 2.4rem;
    }
}

@media (max-width: 480px) {
    .payment-type__content .h3 {
        font-size: 4rem;
    }
}

.photos-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

@media (max-width: 767px) {
    .photos-block {
        margin-bottom: 20px;
    }
}

.photos-select,
.photos-block__item {
    padding: 0 1rem;
    width: 25%;
}

@media (max-width: 767px) {
    .photos-select,
    .photos-block__item {
        width: 33.3333%;
    }
}

@media (max-width: 480px) {
    .photos-select,
    .photos-block__item {
        width: 50%;
    }
}

.photos-select input,
.photos-block__item input {
    display: none;
}

.photos-select input:checked+label .check,
.photos-block__item input:checked+label .check {
    background-color: #ef019e;
}

.photos-select label,
.photos-block__item label {
    display: block;
    position: relative;
    margin-bottom: 2rem;
}

.photos-select label::after,
.photos-block__item label::after {
    content: '';
    width: 100%;
    height: 80%;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 20%, transparent);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.7)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 20%, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.photos-select label>img,
.photos-block__item label>img {
    width: 100%;
    height: 27rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

@media (max-width: 767px) {
    .photos-select label>img,
    .photos-block__item label>img {
        height: 250px;
    }
}

.photos-select label .top-label,
.photos-block__item label .top-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
}

@media (max-width: 767px) {
    .photos-select label .top-label,
    .photos-block__item label .top-label {
        padding: 10px;
    }
}

.photos-select label .check,
.photos-block__item label .check {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.photos-select label .check .icon-check,
.photos-block__item label .check .icon-check {
    color: #fff;
    font-size: 10px;
}

.photos-select label .photo-title,
.photos-block__item label .photo-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    font-size: 1.6rem;
    z-index: 2;
}

@media (max-width: 767px) {
    .photos-select label .photo-title,
    .photos-block__item label .photo-title {
        padding: 10px;
        font-size: 12px;
    }
}

.photos-block__item {
    margin-bottom: 2rem;
}

.statistic-table {
    table-layout: fixed;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.statistic-table thead {
    background-color: #f4f2f6;
}

.statistic-table thead td {
    color: #b0abb5;
    text-transform: uppercase;
    font-weight: 700;
    padding: 2rem;
}

.statistic-table thead td:first-child {
    border-radius: 10px 0 0 0;
}

.statistic-table thead td:last-child {
    text-align: right;
    border-radius: 0 10px 0 0;
}

.statistic-table tbody td {
    padding: 2rem;
    border-bottom: 1px solid #d4d1d7;
    vertical-align: middle;
}

.statistic-table tbody td:last-child {
    text-align: right;
}

.td-content .online {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #57c8a0;
}

.td-content>span {
    font-size: 16px;
}

.td-content>span:not(:last-child) {
    margin-right: 5px;
}

.td-content .avatar img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.td-content .name__content .status {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 4px;
}

.td-content .name__content .status.online {
    background-color: #57c8a0;
}

.td-content .name__content .status.offline {
    background-color: #b0abb5;
}

.td-content [class^='icon-']:not(.icon-check) {
    padding-right: 5px;
}

.td-content .btn--small {
    padding: 5px 15px;
}

@media (max-width: 480px) {
    .statistic-table {
        display: block;
    }
    .statistic-table thead {
        display: none;
    }
    .statistic-table tr,
    .statistic-table tbody {
        display: block;
    }
    .statistic-table tr {
        border-bottom: 1px solid #d4d1d7;
        margin-bottom: 10px;
    }
    .statistic-table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: none !important;
        padding: 7px !important;
        font-size: 12px;
    }
    .statistic-table td:last-child {
        padding-bottom: 14px !important;
    }
    .statistic-table td::before {
        content: attr(data-title);
        font-size: 12px;
        color: #b0abb5;
    }
    .td-content {
        text-align: right;
    }
    .td-content .checkbox {
        max-width: 150px;
    }
    .td-content .checkbox label {
        font-size: 12px !important;
    }
}

.links-table {
    table-layout: unset;
}

.links-table td:first-child,
.links-table td:last-child {
    width: 100px;
}

@media (max-width: 480px) {
    .links-table td:first-child,
    .links-table td:last-child {
        width: 100%;
    }
}

.links-table td:nth-child(2) {
    text-align: center;
}

.links-table td:nth-child(2) img {
    width: 100%;
    max-width: 460px;
}

@media (max-width: 480px) {
    .links-table td:nth-child(2) img {
        max-width: 200px;
    }
}

.breadcrumbs {
    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;
    margin: 1rem 0;
    font-size: 12px;
}

.breadcrumbs li {
    color: #6e5491;
    font-weight: 600;
}

.breadcrumbs li:not(:last-child) {
    margin-right: 7px;
}

.breadcrumbs li:not(:last-child)::after {
    content: '\e902';
    font-family: 'icomoon' !important;
    font-size: 9px;
    color: #ef019e;
    margin-left: 7px;
}

.breadcrumbs li:last-child {
    color: #ef019e;
}

.breadcrumbs li:last-child a {}

.breadcrumbs li a:hover {
    color: #ef019e;
}

.countries-list,
.countries-list__content {
    border-radius: 10px;
}

.countries-list__title {
    font-size: 14px;
    font-weight: 700;
    padding: 1.3em;
    cursor: pointer;
}

@media (max-width: 640px) {
    .countries-list__title {
        padding: 10px;
    }
}

@media (max-width: 350px) {
    .countries-list__title {
        font-size: 12px;
    }
}

.countries-list__title span[class^='icon-'] {
    font-size: 8px;
    margin-left: .75em;
    position: relative;
    top: 1px;
}


.countries-list__title.active {
    color: #ef019e;
}

.countries-list__title.active span[class^='icon-'] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.js--accordeon-content {
    display: none;
}

.countries-list__content__list {
    padding: 10px;
    max-height: 600px;
    overflow-y: auto;
    border-top: 1px solid #d4d1d7;
}

.countries-list__content__list li {
    width: 25%;
    margin-bottom: 1px;
}

@media (max-width: 900px) {
    .countries-list__content__list li {
        width: 32%;
    }
}

@media (max-width: 640px) {
    .countries-list__content__list li {
        width: 49%;
    }
}

.countries-list__content__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 10px;
}

.countries-list__content__list li a:hover,
.countries-list__content__list li a.active {
    background-color: #d4d1d7;
}

.countries-list__content__list li a:hover .country-name,
.countries-list__content__list li a.active .country-name {
    color: #ef019e;
}

.countries-list__content__list li a:hover .country-count,
.countries-list__content__list li a.active .country-count {
    color: #000;
}

@media (max-width: 350px) {
    .countries-list__content__list li a {
        font-size: 12px;
        padding: 7px 12px;
    }
}

.countries-list__content__list--three-column li {
    width: 33.3333%;
}

@media (max-width: 640px) {
    .countries-list__content__list--three-column li {
        width: 49%;
    }
}

.country-name,
.country-count {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.city-list {
    background: #d4d1d7;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
}

@media (max-width: 640px) {
    .city-list {
        font-size: 12px;
        padding: 5px;
    }
}

.city-list li {
    width: 25%;
    margin-bottom: 1px;
}

@media (max-width: 1024px) {
    .city-list li {
        width: 33.3333%;
    }
}

@media (max-width: 640px) {
    .city-list li {
        width: 50%;
    }
}

.city-list li a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75em;
    border-radius: 10px;
}

@media (max-width: 640px) {
    .city-list li a {
        padding: 8px 5px;
        border-radius: 5px;
    }
}

.city-list li a:hover,
.city-list li a.active {
    background-color: #ef019e;
    color: #fff;
}

.city-list li a:hover [class^="icon-"],
.city-list li a.active [class^="icon-"] {
    color: #fff;
}

.city-list li a [class^="icon-"] {
    color: #938e99;
    margin-right: 4px;
}

@media (max-width: 350px) {
    .city-list li a [class^="icon-"] {
        display: none;
    }
}

.pagination {
    font-size: 14px;
}

.pagination [class^="icon-"] {
    font-size: 8px;
}

@media (max-width: 480px) {
    .pagination {
        font-size: 12px;
    }
}

.pagination li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 3px;
    margin-bottom: 3px;
}

@media (max-width: 480px) {
    .pagination li {
        width: 30px;
        height: 30px;
    }
}

.pagination li:first-child,
.pagination li:last-child {
    width: auto;
}

.pagination li:first-child a,
.pagination li:last-child a {
    padding: 0 25px;
}

@media (max-width: 480px) {
    .pagination li:first-child,
    .pagination li:last-child {
        width: 100%;
    }
}

.pagination li:first-child {
    margin-right: 10px;
}

@media (max-width: 480px) {
    .pagination li:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.pagination li:last-child {
    margin-left: 10px;
}

@media (max-width: 480px) {
    .pagination li:last-child {
        margin-top: 7px;
        margin-left: 0;
    }
}

.pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #f4f2f6;
    color: #000;
}

.pagination li a:hover {
    background-color: #d4d1d7;
}

.pagination li a.active {
    background-color: #ef019e;
    color: #fff;
}

@media (max-width: 480px) {
    .pagination li a {
        border-radius: 5px;
    }
}

.descr-list {
    font-size: 14px;
    line-height: 1.3;
}

.descr-list li:not(:last-child) {
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .descr-list li {
        display: block;
    }
}

.descr-list li>span {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 767px) {
    .descr-list li>span {
        width: 100%;
    }
}

.descr-list li>span:first-child {
    width: 225px;
}

@media (max-width: 767px) {
    .descr-list li>span:first-child {
        width: 100%;
        margin-bottom: 5px;
    }
}

.descr-list .avatar img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.descr-list .status {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: 4px;
}

.descr-list .status.online {
    background-color: #57c8a0;
}

.descr-list .status.offline {
    background-color: #b0abb5;
}

.photo-vrf-top__status {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 190px;
    border-radius: 10px 10px 0 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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 1023px) {
    .photo-vrf-top__status {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .photo-vrf-top__status {
        width: 100%;
        padding: 15px 10px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 15px;
    }
    .photo-vrf-top__status br {
        display: none;
    }
}

.photo-vrf-top__status--failed {
    background-color: #ef019e;
    color: #fff;
}

.photo-vrf-top__status--notverified {
    background-color: #AFAFAF;
    color: #fff;
}

.photo-vrf-top__status--wait {
    background-color: #ff9600;
    color: #fff;
}

.photo-vrf-top__status--success {
    background-color: #57c8a0;
    color: #fff;
}

.photo-vrf-top__status [class^='icon-'] {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 1023px) {
    .photo-vrf-top__status [class^='icon-'] {
        font-size: 24px;
    }
}

@media (max-width: 640px) {
    .photo-vrf-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.photo-vrf-top__descr {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 2rem;
}

.vrf-info {
    padding: 3rem 3rem 0;
}

photo-raiting-filter__right .input-wrapper span {
    white-space: nowrap;
}

.photo-raiting-filter__right .input-wrapper .select-input {
    width: 125px;
}

.photo-raiting-filter__right .btn {
    height: 40px;
    width: 120px;
}

.add-raiting-block {
    background-color: #f4f2f6;
    border-radius: 15px;
    overflow: hidden;
}

.add-raiting-block__item {
    width: 16.666%;
}

.add-raiting-block__item:last-child label::after {
    display: none;
}

.add-raiting-block__item input {
    display: none;
}

.add-raiting-block__item input:checked+label {
    background: -o-linear-gradient(213deg, #ef019e 0%, #ad0082 100%);
    background: linear-gradient(-123deg, #ef019e 0%, #ad0082 100%);
    color: #fff;
}

.add-raiting-block__item input:checked+label::after {
    display: none;
}

.add-raiting-block__item input:checked+label .add-raiting-block__item__top {
    color: currentColor;
}

.add-raiting-block__item input:checked+label .add-raiting-block__item__top::before {
    width: 10px;
    height: 10px;
    border: 6px solid currentColor;
    background-color: #ef019e;
}

.add-raiting-block__item label {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
    border-radius: 15px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.add-raiting-block__item label::after {
    content: '';
    width: 1px;
    height: 50%;
    background-color: #d4d1d7;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.add-raiting-block__item__top {
    color: #ef019e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .5rem;
}

.add-raiting-block__item__top::before {
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #d4d1d7;
    margin-right: .3em;
}

.photo-for-raiting__top {
    background: #f4f2f6;
    padding: 15px 20px;
    border-radius: 15px 15px 0 0;
}

.photo-for-raiting__top .models-card__data {
    text-align: left;
}

.photo-for-raiting__top .models-card__data .type {
    margin-bottom: 0;
}

.photo-for-raiting__img img {
    width: 100%;
}

.photo-raiting-models-card {
    padding-bottom: 0;
    border-bottom: none;
}

.photo-raiting-models-card .models-card__body {
    padding-top: 15px;
}

.photo-raiting-notice {
    padding: 25px;
    font-size: 18px;
    border-radius: 15px;
}

.photo-raiting-notice a:hover {
    text-decoration: underline;
}

@media (max-width: 1440px) {
    .add-raiting-block__item label {
        height: 70px;
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .photo-raiting-filter form.d-flex {
        display: block;
    }
    .photo-raiting-filter__right {
        margin-top: 15px;
    }
    .photo-raiting-notice {
        padding: 15px;
        font-size: 16px;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .add-raiting-block {
        display: block;
    }
    .add-raiting-block__item {
        width: 100%;
    }
    .add-raiting-block__item__top {
        margin-bottom: 10px;
    }
    .add-raiting-block__item label {
        font-size: 14px;
    }
    .add-raiting-block__item label::after {
        width: 90%;
        height: 1px;
        right: auto;
        left: 50%;
        top: auto;
        bottom: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .add-raiting-block__item__top::before {
        width: 14px;
        height: 14px;
    }
    .add-raiting-block__item__top {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .photo-raiting-filter__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .photo-raiting-filter .input-wrapper {
        width: 100%;
        display: block;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
    .photo-raiting-filter .input-wrapper .select-input {
        width: 100%;
        margin-top: 10px;
    }
}

.footer__top {
    background: #6e5491 url("../img/bg/footer_bg.jpg") 0 0 no-repeat;
    background-size: cover;
    padding: 8rem 0;
}

.footer__top.lazy {
    background-image: none;
    background-color: #F1F1FA;
}

@media (max-width: 767px) {
    .footer__top {
        padding: 10px 0 30px;
    }
}

@media (max-width: 767px) {
    .footer__top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.footer__top__left {
    width: 48%;
    color: #fff;
}

@media (max-width: 767px) {
    .footer__top__left {
        width: 100%;
    }
}

.footer__top__left p {
    font-size: 2rem;
    line-height: 1.6;
    max-width: 54rem;
    margin-bottom: 3rem;
}

@media (max-width: 767px) {
    .footer__top__left p {
        font-size: 14px;
        max-width: none;
    }
}

.footer__top__left__title {
    font-size: 5.5rem;
    font-weight: 700;
    color: #b06ffe;
    margin-bottom: 3rem;
}

@media (max-width: 767px) {
    .footer__top__left__title {
        font-size: 30px;
    }
}

@media (max-width: 350px) {
    .footer__top__left__title {
        font-size: 25px;
    }
}

.footer__top__right {
    width: 46%;
    -webkit-box-shadow: -11px 23px 38px rgba(0, 0, 0, 0.33);
    box-shadow: -11px 23px 38px rgba(0, 0, 0, 0.33);
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 4rem;
}

@media (max-width: 767px) {
    .footer__top__right {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
    }
}

@media (max-width: 350px) {
    .footer__top__right {
        margin-bottom: 20px;
        padding: 10px;
    }
}

.footer__top__right__item {
    font-size: 3.4rem;
    color: #ef019e;
}

@media (max-width: 767px) {
    .footer__top__right__item {
        font-size: 24px;
    }
}

@media (max-width: 440px) {
    .footer__top__right__item {
        font-size: 22px;
    }
}

@media (max-width: 350px) {
    .footer__top__right__item {
        font-size: 18px;
    }
}

.footer__top__right__item:not(:last-child) {
    margin-bottom: 3rem;
}

@media (max-width: 767px) {
    .footer__top__right__item:not(:last-child) {
        margin-bottom: 20px;
    }
}

.footer__top__right__item span[class^='icon-'] {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 2.5rem;
    background: -o-linear-gradient(213deg, #ef019e 0%, #ad0082 100%);
    background: linear-gradient(-123deg, #ef019e 0%, #ad0082 100%);
    margin-right: 2rem;
}

@media (max-width: 767px) {
    .footer__top__right__item span[class^='icon-'] {
        width: 40px;
        height: 40px;
        font-size: 20px;
        margin-right: 10px;
    }
}

@media (max-width: 350px) {
    .footer__top__right__item span[class^='icon-'] {
        width: 35px;
        height: 35px;
    }
}

.footer__top__right__item b {
    color: #fff;
    padding-left: 1rem;
}

.footer__banner {
    padding: 3rem 0 5rem;
}

.footer__banner__wrapper {
    display: inline-block;
    padding: 0 5%;
}

.adv-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #b0abb5;
    margin-bottom: 9px;
}

@media (max-width: 1440px) {
    .adv-title {
        font-size: 12px;
        text-transform: uppercase;
        color: #b0abb5;
        margin-bottom: 9px;
        min-width: 1120px;
    }
}

@media (max-width: 767px) {
    .adv-title {
        font-size: 12px;
        text-transform: uppercase;
        color: #b0abb5;
        margin-bottom: 9px;
        min-width: 320px;
    }
}

.footer__main {
    background-color: #000000;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(22, 5, 80, 0.45)), to(rgba(68, 1, 80, 0.45)));
    background-image: -o-linear-gradient(right, rgba(22, 5, 80, 0.45) 0%, rgba(68, 1, 80, 0.45) 100%);
    background-image: linear-gradient(to left, rgba(22, 5, 80, 0.45) 0%, rgba(68, 1, 80, 0.45) 100%);
    padding: 4.5rem 0;
    color: #fff;
}

.footer__main .container {
    max-width: 1920px;
}

@media (max-width: 767px) {
    .footer__main .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer__item {
    width: 25%;
    padding-top: 3rem;
}

@media (max-width: 1440px) {
    .footer__item {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .footer__item {
        width: 48%;
    }
}

.footer__item:not(:last-child) {
    margin-right: 2%;
}

.footer__item:first-child {
    width: 28%;
    margin-right: 8%;
    padding-top: 0;
}

@media (max-width: 1440px) {
    .footer__item:first-child {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .footer__item:first-child {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 20px;
    }
}

.footer__item .logo {
    display: inline-block;
    margin-bottom: 4.5rem;
}

@media (max-width: 767px) {
    .footer__item .logo {
        display: none;
    }
}

.footer__item .social {
    margin: 4rem 0;
    border: none;
    padding: 0;
}

@media (max-width: 767px) {
    .footer__item .social {
        margin: 20px 0;
    }
}

.copyright {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    .copyright {
        margin-bottom: 10px;
    }
}

.copyright-text,
.copyright-bottom {
    color: #b0abb5;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.copyright-bottom {
    margin-bottom: 0;
}

.footer__item__title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

@media (max-width: 1440px) {
    .footer__item__title {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    .footer__item__title {
        font-size: 16px;
        margin-bottom: 1em;
    }
}

.footer-menu {
    font-size: 1.4rem;
}

@media (max-width: 1440px) {
    .footer-menu {
        font-size: 1.8rem;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .footer-menu {
        font-size: 12px;
    }
}

.footer-menu li:not(:last-child) {
    margin-bottom: 1em;
}

.footer-menu li a {
    color: #b0abb5;
}

.footer-menu li a:hover {
    color: #ef019e;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #160d3b url("../img/bg/overlay_bg.jpg") center no-repeat;
    background-size: cover;
    z-index: 120;
}

.modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    z-index: 130;
}

@media (max-width: 1440px) {
    .modal {
        display: block;
        padding: 50px 0;
    }
}

.modal-content {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.modal-content .logo {
    margin: 0 auto 3rem;
}

@media (max-width: 1440px) {
    .modal-content .logo {
        margin-bottom: 15px;
    }
}

@media (max-width: 1440px) {
    .modal-content .h2 {
        margin-bottom: 15px !important;
    }
}

.modal-content form {
    max-width: 500px;
    margin: 0 auto;
}

.modal-content form.form--lg {
    max-width: 768px;
}

@media (max-width: 767px) {
    .modal-content form.form--lg {
        max-width: 440px;
    }
}

.modal-content .btn--lg {
    min-width: 250px;
}

@media (max-width: 1440px) {
    .modal-content .btn--lg {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 767px) {
    .modal-content .btn--lg {
        width: 100%;
        font-size: 16px;
    }
}

@media (max-width: 1440px) {
    .modal-content .input-wrapper {
        margin-bottom: 15px;
    }
}

.modal-content .input,
.modal-content .select-input {
    height: 50px;
}

@media (max-width: 1440px) {
    .modal-content .input,
    .modal-content .select-input {
        height: 40px;
    }
}

.modal-content .btn [class^="icon-"] {
    font-size: 10px;
}

.modal-content .additional-inputs-row {
    font-size: 14px;
}

@media (max-width: 1440px) {
    .modal-content .additional-inputs-row {
        margin: 20px 0 !important;
    }
}

@media (max-width: 1440px) {
    .modal-content p {
        margin: 15px 0 !important;
    }
}

.step-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.step-item__content input {
    display: none;
}

.step-item__content input:checked+label {
    background: -o-linear-gradient(213deg, #ef019e 0%, #ad0082 100%);
    background: linear-gradient(-123deg, #ef019e 0%, #ad0082 100%);
    color: #fff;
}

.step-item__content input:checked+label .step-checkbox::before {
    opacity: 1;
}

.step-item__content label {
    display: block;
    -webkit-box-shadow: -6px 12px 27px rgba(0, 0, 0, 0.29);
    box-shadow: -6px 12px 27px rgba(0, 0, 0, 0.29);
    border-radius: 15px;
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .step-item__content label {
        padding: 15px;
    }
}

.step-item__content label>span {
    display: block;
}

.step-row {
    margin-bottom: 40px;
}

.step-row>span {
    margin: 0 10px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .step-row>span {
        font-size: 16px;
        margin: 10px 0;
        display: block;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .step-row {
        display: block;
    }
}

.step-checkbox {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 2px solid #b0abb5;
    position: relative;
}

.step-checkbox::before {
    content: '';
    width: calc(100% - 9px);
    height: calc(100% - 9px);
    border-radius: 50%;
    border: 7px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .step-checkbox {
        margin-bottom: 15px;
    }
}

.step-title {
    font-size: 14px;
    margin-bottom: 40px;
}

@media (max-width: 1440px) {
    .step-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .step-title {
        margin-bottom: 15px;
    }
}

.step-option-title {
    font-size: 18px;
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .step-option-title {
        font-size: 16px;
    }
}

.step-option-subtitle {
    font-size: 14px;
}

#dark-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
}

.warn-block {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 770px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 30px;
    border: 3px solid #ef019e;
    background-color: #f4f2f6;
    padding: 6rem;
    z-index: 90;
}

.warn-block .btn--reset {
    color: #6e5491;
}

.warn-block .btn--reset:hover {
    color: #000;
}

@media (max-width: 767px) {
    .warn-block .h3 {
        font-size: 24px;
        margin-bottom: 20px !important;
    }
    .warn-block .btn-container {
        display: block;
    }
    .warn-block .btn-container .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

.left-sidebar.sidebar-holder {
    max-width: 485px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1110px) {
    .left-sidebar.sidebar-holder {
        max-width: 350px;
    }
}

.left-sidebar.sidebar-holder .models-card {
    margin-bottom: 0;
}

.sidebar-holder .models-card__img {
    position: relative;
}

.sidebar-holder .models-card__body {
    position: absolute;
    bottom: -1px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.sidebar-holder .models-card__img .top-label {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.sidebar-holder .models-card__img .raiting-content {
    background: rgba(87, 200, 160);
}

.sidebar-holder .models-card__img .models-card__data {
    text-align: left;
}

.sidebar-holder .models-card__data .name {
    color: #ffffff;
}

.sidebar-holder .location {
    color: #ffffff;
}

.sidebar-holder .location .icon-pin {
    color: #ef019e;
}

.left-sidebar__menu.list-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
}

.left-sidebar__menu.list-wrapper li a {
    display: flex;
    flex-direction: column;
}

.left-sidebar__menu.list-wrapper li a span {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
}

.left-sidebar__menu.list-wrapper li .menu__item__text {
    font-size: 14px;
    margin-bottom: 0;
}

.tabs-wrapper.tabs-row {
    padding-right: 3rem;
}

@media (max-width: 1023px) {
    .tabs-wrapper.tabs-row {
        padding-right: 0;
    }
}

.h3 em {
    color: #ef019e;
}

.right-sidebar .adv-title {
    min-width: 100%;
}

@media (max-width: 1024px) {
    .left-sidebar__menu.list-wrapper li .menu__item__text {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .left-sidebar.sidebar-holder {
        max-width: 100%;
    }
    .left-sidebar.sidebar-holder .models-card__body {
        padding: 20px 10px;
    }
    .left-sidebar.sidebar-holder .models-card__img img {
        height: auto;
    }
    .models-card__img .model-raiting {
        font-size: 14px;
    }
    .left-sidebar__menu.list-wrapper li a {
        padding-right: 0;
    }
    .left-sidebar__menu.list-wrapper li a::after {
        display: none;
    }
    .left-sidebar__menu.list-wrapper li a span {
        margin-bottom: 4px;
    }
}

@media (max-width: 525px) {
    .left-sidebar.sidebar-holder .models-card__img {
        height: auto;
    }
    .left-sidebar.sidebar-holder .models-card {
        max-width: 100%;
    }
    .info-row {
        flex-direction: column;
    }
    .info-row em {
        display: none;
    }
}

.dplay-none {
    display: none;
}