body,
html {
    font-size: 18px;
}
body {
    position: relative;
    min-width: 320px;
    font-family: 'SF UI Display', sans-serif;
    line-height: 1.67;
    font-weight: 400;
    color: #333;
    background: #e5e8eb;
    letter-spacing: -.0055em;
}
a {
    color: #a2278e;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
p {
    letter-spacing: -.0055em;
}
.wrapper {
    height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: stretch;
    justify-content: stretch;
}
.wrapper>.footer,
.wrapper>.header {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
}
.wrapper>.content {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 0;
}
.wrap {
    max-width: 1440px;
    padding: 0 50px;
    margin: 0 auto;
}
.text-bold {
    font-weight: 700;
}
.nowrap {
    white-space: nowrap;
}
.btn {
    z-index: 1;
    position: relative;
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    padding: 0;
    height: 65px;
    line-height: 62px;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#b92690), to(#362c84)) no-repeat #b92690;
    background: linear-gradient(to right, #b92690, #362c84) no-repeat #b92690;
    outline: 0;
    cursor: pointer;
}
.btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn::after {
    background: -webkit-gradient(linear, right top, left top, from(#b92690), to(#362c84));
    background: linear-gradient(to left, #b92690, #362c84);
    content: '';
    position: absolute;
    border-radius: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    z-index: -1;
}
.btn:hover::after {
    opacity: 1;
}
/*.btn-alt {
    background: -webkit-gradient(linear, left top, right top, from(#a2278e), to(#582a87));
    background: linear-gradient(to right, #a2278e, #582a87);
    color: #333;
    margin-right: 20px;
    -webkit-transition: color .4s, opacity .8s ease;
    transition: color .4s, opacity .8s ease;
}
.btn-alt:hover {
    color: #fff;
}
.btn-alt::before {
    background: #fff;
    border-radius: 4px;
    content: '';
    display: block;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    position: absolute;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    z-index: -1;
}
.btn-alt:hover::before {
    background-color: transparent;
}*/
.btn-alt {
    background: transparent;
    border: 2px solid #89288c;
    color: #333;
    height: 61px;
    line-height: 58px;
    margin-right: 20px;
    -webkit-transition: color .4s, opacity .8s ease;
    transition: color .4s, opacity .8s ease;
}
.btn-alt:hover {
    color: #fff;
}
.btn-alt::after {
    border-radius: 2px;
}
.btn-secondary {
    color: #444;
    border: 0;
    padding: 2px;
    display: block;
    font-size: 26px;
}
.btn-secondary::after,
.btn-secondary::before {
    display: none;
}
.btn-secondary span {
    background-color: #fff;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
}
.btn-secondary:hover span {
    background-color: transparent;
    color: #fff;
}
.btn-info {
    color: #ae278f;
    outline: 4px solid #ae278f;
}
.btn-info::after,
.btn-info::before {
    display: none;
}
.btn-info:hover {
    color: #ae278f;
}
@media screen and (max-width: 1199px) {
    .wrap {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1023px) {
    .btn {
        height: 65px;
        line-height: 64px;
    }
    .btn-alt {
        height: 61px;
        line-height: 58px;
    }
    .index-slider .content .btn {
        width: 180px;
    }
}
@media screen and (max-width: 767px) {
    .btn {
        height: 61px;
        line-height: 60px;
    }
    .btn-alt {
        height: 57px;
        line-height: 56px;
    }
}
@media screen and (max-width: 575px) {
    body {
        font-size: 16px;
    }
    .btn,
    .content .form .btn {
        font-size: 20px;
        height: 51px;
        line-height: 50px;
    }
    .btn-alt {
        height: 47px;
        line-height: 46px;
    }
}
.header {
    position: relative;
    padding: 22px 0;
    background-color: transparent;
    -webkit-transition: background-color .6s, padding .6s;
    transition: background-color .6s, padding .6s;
    z-index: 4;
}
.header.header-solid {
    background-color: #fff;
}
.header-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.site-scrolled {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 1px 2px #afb6bc;
    padding: 15px 0;
}
.header.site-scrolled .logo {
    max-width: 200px;
}
.logo {
    max-width: 100%;
    -webkit-transition: max-width .6s;
    transition: max-width .6s;
}
.header .wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.nav-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.site-nav-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    list-style-type: none;
}
.site-nav-list li+li {
    margin-left: 38px;
}
.site-nav-list a {
    display: inline-block;
    color: #414b54;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}
.site-nav-list a::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: transparent;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    position: absolute;
    bottom: -45px;
    left: 0;
    -webkit-transition: background-color .4s, bottom .2s;
    transition: background-color .4s, bottom .2s;
}
.site-nav-list .active a::after,
.site-nav-list a:hover::after {
    background-color: #ae278f;
}
.site-scrolled .site-nav-list a::after {
    bottom: -23px;
}
.mob-btn {
    border: none;
    display: none;
    cursor: pointer;
    position: relative;
    width: 26px;
    height: 20px;
    background-color: transparent;
    outline: 0;
}
.mob-btn .line {
    height: 4px;
    background-color: #ae278f;
    display: block;
    left: 0;
    -webkit-transition: .25s linear;
    transition: .25s linear;
    position: absolute;
    width: 100%;
}
.mob-btn .line1 {
    top: 0;
}
.mob-btn .line2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mob-btn .line3 {
    bottom: 0;
}
.is-active .mob-btn .line {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: 50%;
    width: 100%;
}
.is-active .mob-btn .line3 {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.is-active .mob-btn .line2 {
    opacity: 0;
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}
@media screen and (max-width: 1199px) {
    .header {
        padding: 15px 0;
    }
    .header .logo {
        max-width: 300px;
    }
    .site-nav-list a::after {
        bottom: -34px;
    }
}
@media screen and (max-width: 991px) {
    .header {
        background-color: #fff;
    }
    .mob-btn {
        display: block;
        z-index: 5;
    }
    .nav-info {
        -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
        transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
        transition: opacity .3s ease-out, transform .3s ease-out;
        transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        position: absolute;
        width: 100%;
        background-color: #fff;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
        padding: 25px 0;
        opacity: 0;
    }
    .header.is-active .nav-info {
        -webkit-transform: translateY(95px);
        transform: translateY(95px);
        box-shadow: 0 1px 2px #afb6bc;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        align-items: flex-start;
        opacity: 1;
    }
    .header.is-active.site-scrolled .nav-info {
        -webkit-transform: translateY(75px);
        transform: translateY(75px);
    }
    .site-nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .site-nav {
        width: 100%;
    }
    .site-nav-list li {
        padding: 5px 20px;
        text-align: center;
    }
    .site-nav-list li+li {
        margin: 0;
    }
    .site-nav-list li a {
        font-size: 18px;
    }
    .site-nav-list .active a::after {
        bottom: -2px;
        height: 3px;
    }
    .site-nav-list a:hover::after {
        bottom: -7px;
    }
}
@media screen and (max-width: 575px) {
    .header .logo {
        max-width: 180px;
    }
    .site-scrolled {
        background-color: #fff;
        padding: 10px 0;
    }
    .header.site-scrolled .logo {
        max-width: 140px;
    }
    .header.is-active .nav-info {
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }
    .header.is-active.site-scrolled .nav-info {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}
.section {
    position: relative;
}
.section__categories {
    background-size: auto;
}
.title {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}
.title-link {
    text-decoration: none;
    color: #ae278f;
}
.title-link:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1023px) {
    .title {
        font-size: 30px;
    }
}
@media screen and (max-width: 575px) {
    .title {
        font-size: 21px;
    }
}
.box-content {
    margin: 0 auto;
}
.box-content .label {
    width: 150px;
    height: 150px;
    background-color: #e99c08;
    color: #fff;
    position: absolute;
    left: -75px;
    top: -75px;
    text-align: center;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 5px;
    line-height: 1.2;
    z-index: 1;
}
.box-content__contact {
    max-width: 520px;
    padding: 179px 0 32px;
}
.box-content__contact .title {
    font-size: 42px;
    text-align: center;
}
.box-content__thank {
    padding-bottom: 11%;
    padding-top: 11%;
}
@media screen and (max-width: 1023px) {
    .box-content__contact {
        padding-top: 140px;
    }
}
@media screen and (max-width: 767px) {
    .box-content__categories {
        padding: 30px 0 40px;
    }
    .box-content__category {
        padding: 30px 0 40px;
    }
    .box-content__contact .title {
        font-size: 36px;
    }
}
@media screen and (max-width: 575px) {
    .box-content__contact {
        padding-top: 100px;
        padding-bottom: 15px;
    }
    .box-content__contact .title {
        font-size: 30px;
    }
}

/* Checkout Page */

.box-content__pay {
    padding: 177px 15px 125px;
    max-width: 1150px;
}
.box-content__pay .container {
    display: -webkit-box;
    display: flex;
    margin: 0 auto;
}
.box-content__pay .title {
    font-size: 42px;
    margin-bottom: 34px;
}
.box-content__pay .column-left {
    align-self: flex-start;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 50px;
    max-width: 450px;
    padding: 36px 50px 50px;
    width: 100%;
}
.box-content__pay .column-left .form-col-6 {
    max-width: calc(50% - 12px);
}
.box-content__pay .column-left .title-wrap {
    margin-bottom: 10px;
}
.box-content__pay .text-img {
    margin-bottom: 6px;
}
.box-content__pay .column-right {
    max-width: 550px;
    padding-top: 18px;
    width: 100%;
}
.box-content__pay .column-right .title-wrap {
    border-bottom: 1px solid #f2f4f5;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.box-content__pay .column-right .subtitle {
    font-size: 20px;
    letter-spacing: .025em;
    margin-bottom: 2px;
}
.box-content__pay .column-right .title-wrap .subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}
.box-content__pay .column-right .certificate {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.box-content__pay .column-right .certificate img {
    margin-right: 10px;
}
.box-content__pay .amount-wrap {
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #f2f4f5;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.box-content__pay .column-right .amount-wrap {
    margin-bottom: 17px;
    padding-bottom: 13px;
}
.box-content__pay .summary-content {
    padding-left: 30px;
}
.box-content__pay .summary-content p {
    line-height: 1.45;
    margin-bottom: .6em;
}
@media screen and (max-width: 991px) {
    .box-content__pay {
        padding-top: 140px;
    }
    .box-content__pay .title {
        font-size: 36px;
    }
    .box-content__pay .container {
        flex-wrap: wrap;
    }
    .box-content__pay .column-left {
        margin-right: 0;
        max-width: 100%;
    }
    .box-content__pay .column-right {
        margin: 50px 15px 0;
        max-width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .box-content__pay {
        padding: 100px 0 30px;
    }
    .box-content__pay .title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .box-content__pay .column-left {
        padding: 20px 20px 25px;
    }
    .box-content__pay .column-right {
        margin: 20px 5px 0;
    }
    .box-content__pay .column-right .title-wrap,
    .box-content__pay .amount-wrap {
        flex-wrap: wrap;
    }
    .box-content__pay .column-right .subtitle {
        font-size: 20px;
    }
    .box-content__pay .column-right .title-wrap .subtitle {
        margin-top: 10px;
        margin-right: 20px;
    }
    .box-content__pay .column-right .certificate {
        margin-top: 10px;
    }
    .box-content__pay .amount-wrap {
        font-size: 20px;
    }
    .box-content__pay .summary-content .subtitle {
        font-size: 18px;
    }
    .box-content__pay .summary-content p {
        font-size: 14px;
    }
}
.wrapper .content-index {
    -webkit-box-flex: 0;
    flex-grow: 0;
    overflow: hidden;
}


/* Index Page */

.box-content__home {
    position: relative;
    min-height: 716px;
}
.index-slider {
    width: 100%;
    overflow: hidden;
}
.index-slider .slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.index-slider .slide .wrap {
    min-height: 1008px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.index-slider .slide-1 {
    background-image: url(../images/slide-mob-1.jpg);
}
.index-slider .slide-2 {
    background-image: url(../images/slide-mob-2.jpg);
}
.index-slider .slide-3 {
    background-image: url(../images/slide-mob-3.jpg);
}
.index-slider .content {
    margin-top: 5px;
    max-width: 810px;
    width: 100%;
}
.index-slider .content .text {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.35;
}
.index-slider .content .title {
    display: block;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;
}
.index-slider .content .title span {
    display: block;
}
.index-slider .content .text p {
    margin-bottom: 30px;
}
.index-slider .content .text p:last-child {
    margin-bottom: 0;
}
.index-slider .content .btn-row {
    display: -webkit-box;
    display: flex;
    margin-top: 42px;
}
.index-slider .content .btn {
    width: 215px;
}
.index-slider .content .btn:hover {
    text-decoration: none;
}
.index-slider .content .text {
    opacity: 0;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
}
.index-slider .content .btn {
    opacity: 0;
    -webkit-transition: opacity .8s ease;
    transition: opacity .8s ease;
}
.index-slider .active .content .btn,
.index-slider .active .content .text {
    opacity: 1;
}
.index-slider .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.index-slider .owl-dots .owl-dot {
    padding: 9px!important;
    margin-left: 2px;
}
.index-slider .owl-dots .owl-dot:first-child {
    margin-left: 0;
}
.index-slider .owl-dots .owl-dot:focus {
    outline: 0;
}
.index-slider .owl-dots .owl-dot span {
    margin: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #39383a;
    border-radius: 50%;
    background: 0 0;
}
.index-slider .owl-dots .owl-dot:hover span {
    background: 0 0;
}
.index-slider .owl-dots .owl-dot.active span {
    background: #39383a;
}
.index-slider.owl-carousel .animated.fadeIn {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}
@media screen and (max-width: 1199px) {
    .index-slider .slide .wrap {
        min-height: 600px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 1023px) {
    .index-slider .content .text {
        font-size: 26px;
        padding-top: 30px;
    }
    .index-slider .content .title {
        font-size: 34px;
    }
    .index-slider .owl-dots .owl-dot span {
        height: 20px;
        width: 20px;
    }
}
@media screen and (max-width: 767px) {
    .index-slider .slide .wrap {
        min-height: 640px;
    }
}
@media screen and (max-width: 575px) {
    .index-slider {
        padding-top: 65px;
        padding-bottom: 10px;
    }
    .index-slider .slide .wrap {
        /*display: block;*/
        padding-bottom: 100px;
        min-height: 480px;
    }
    .index-slider .content .text {
        font-size: 20px;
        max-width: 300px;
        padding-top: 30px;
    }
    .index-slider .content .title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .index-slider .content .title span:not(:last-child) {
        margin-bottom: 8px;
    }
    .index-slider .content .btn-row {
        margin-top: 25px;
    }
    .index-slider .slide {
        background-size: cover;
        background-position: center top;
        min-height: 620px;
    }
    .index-slider .owl-dots .owl-dot {
        padding: 8px!important;
    }
    .index-slider .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
    }
    .index-slider .content .btn {
        height: 60px;
        line-height: 58px;
    }
    .index-slider .content .btn-alt {
        height: 56px;
        line-height: 54px;
        margin-right: 20px;
    }
}
@media screen and (min-width: 576px) {
    .index-slider .slide-1 {
        background-image: url(../images/slide-1.jpg);
    }
    .index-slider .slide-2 {
        background-image: url(../images/slide-2.jpg);
    }
    .index-slider .slide-3 {
        background-image: url(../images/slide-3.jpg);
    }
}
.block-description {
    padding: 52px 0 57px;
}
.block-description p {
    letter-spacing: -.014em;
    margin-bottom: .208em;
}
.block-description .title {
    letter-spacing: -.015em;
    line-height: 1.25;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
.block-description .subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: .5em;
}
.block-description .title-note {
    color: #414b54;
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin: 0 auto;
    padding-top: 7px;
    text-align: center;
}
.block-description .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 auto 39px;
    padding-top: 36px;
}
.block-description .column {
    background-color: #fff;
    border-radius: 10px;
    color: #414b54;
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    line-height: 1.4;
    margin: 0 auto;
    padding: 38px 50px 44px;
    max-width: calc(50% - 25px);
}
.block-description .column:first-child {
    margin-right: 50px;
}
.block-description .container+div {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 20px;
}
.thank-content {
    text-align: center;
}
.thank-content img {
    margin: 0 auto 40px;
    max-width: 15%;
}
.thank-content .title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}
.thank-content p {
    font-size: 26px;
    line-height: 1.5;
}
@media screen and (max-width: 1023px) {
    .block-description .title-note {
        font-size: 26px;
    }
    .block-description .subtitle {
        font-size: 22px;
    }
    .block-description .container {
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding-top: 15px;
    }
    .block-description .column {
        border-radius: 0;
        max-width: 100%;
        padding: 30px;
    }
    .block-description .column:first-child {
        margin: 20px 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .thank-content .title {
        font-size: 36px;
    }
    .thank-content p {
        font-size: 20px;
    }
}
@media screen and (max-width: 575px) {
    .block-description {
        padding: 35px 0 40px;
    }
    .block-description .title-note {
        font-size: 20px;
        padding-top: 8px;
    }
    .block-description .subtitle {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .block-description .container {
        margin-bottom: 30px;
        padding-top: 0;
    }
    .block-description .column {
        padding: 30px 20px;
    }
    .block-description .container+div {
        line-height: 1.45;
        padding: 0;
    }
}
.form-row {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.form-col-custom {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 0 280px;
    max-width: 280px;
}
.form-col-custom:first-child {
    margin-right: 30px;
}
.flex-jce {
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.form-col-4 {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3 - 10px);
}
.form-col-6 {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 0 50%;
    max-width: calc(50% - 10px);
}
.form-col-12 {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    width: 100%;
}
.form-control {
    position: relative;
    background-color: #fff;
    border: 1px solid #afb6bc;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    height: 47px;
    padding: 0 10px;
    font-family: 'SF UI Display', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    outline: 0;
}
.field-icon .form-control {
    padding-left: 35px;
}
.form-control::-webkit-input-placeholder {
    color: #333;
}
.form-control::-moz-placeholder {
    color: #333;
}
.form-control:-ms-input-placeholder {
    color: #333;
}
.form-control:-moz-placeholder {
    color: #333;
}
.form-control:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: 0 0;
    }
}
.form-control__textarea {
    display: block;
    height: 90px;
    resize: vertical;
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-label {
    position: absolute;
    left: 9px;
    top: 9px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #555;
    display: block;
    text-transform: uppercase;
}
.field-icon .form-label {
    left: 38px;
}
.form-row-label {
    color: #333;
    margin-bottom: 4px;
}
.form span.form-error {
    display: none;
    font-size: 15px;
    font-weight: 400;
    color: #ff4c6e;
    position: absolute;
    bottom: -22px;
    left: 0;
}
.select-box {
    position: relative;
}
.show-pass {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #7592a3;
    cursor: pointer;
}
.show-pass::before {
    content: '\f06e';
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    color: #5c6273;
    font-weight: 900;
    cursor: pointer;
}
.show-pass.active::before {
    content: '\f070';
}
.form-control.has-error {
    border-color: #ff4c6e !important;
}
.has-error label {
    font-size: 11px;
    top: -17px;
    left: 0;
}
.has-error span.form-error {
    display: block;
}
.has-error+.checkmark {
    border-color: #ff4c6e;
}
.form-control:-webkit-autofill+label {
    font-size: 11px;
    top: -14px;
    left: 10px;
}
.form-control:disabled+label {
    font-size: 11px;
    top: -14px;
    left: 10px;
}
.form-control:focus+label {
    font-size: 11px;
    top: -14px;
    left: 10px;
}
.form-control:invalid:not(:focus):not(:placeholder-shown)+label {
    font-size: 11px;
    top: -14px;
    left: 10px;
}
.form-control:valid+label {
    font-size: 11px;
    top: -14px;
    left: 10px;
}
.form-control__select+label {
    font-size: 11px;
    top: -14px;
    left: 10px;
}
.form-control:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #b32a2a;
}
.text-required {
    margin-bottom: 25px;
}
.box-content__contact .text-required {
    margin: 23px 0 9px;
}

/* Custom Checkbox */

.custom-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    border: 1px solid #bcc1c6;
    border-radius: 2px;
    position: absolute;
    top: 3px;
    left: 0;
    height: 17px;
    width: 17px;
}
.custom-checkbox input:checked~.checkmark:after {
    display: block;
}
.custom-checkbox .checkmark::after {
    position: absolute;
    content: '\f00c';
    width: 100%;
    height: 100%;
    font-family: 'Font Awesome 5 Free';
    display: none;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    font-weight: 700;
    color: #333;
}
.form-checkbox__label {
    display: inline-block;
    padding-left: 30px;
    line-height: 1.4;
}
.form-contact .submit {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.form-contact .btn {
    height: 65px;
    line-height: 64px;
    max-width: 190px;
}
@media screen and (max-width: 575px) {
    .form-control {
        padding-left: 16px;
        padding-right: 16px;
    }
    .form-control:-webkit-autofill+label {
        top: -16px;
    }
    .form-control:disabled+label {
        top: -16px;
    }
    .form-control:focus+label {
        top: -16px;
    }
    .form-control:invalid:not(:focus):not(:placeholder-shown)+label {
        top: -16px;
    }
    .form-control:valid+label {
        top: -16px;
    }
    .form-control__select+label {
        top: -16px;
    }
    .form-label {
        left: 16px;
        line-height: 2;
    }
    .form-contact .form-row:last-child {
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .form-contact .form-row .captcha {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .g-recaptcha {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    .form-contact .submit {
        max-width: 100%;
        width: 100%;
    }
    .form-contact .submit {
        -webkit-box-pack: center;
        justify-content: center;
    }
    .form-contact .btn {
        height: 51px;
        line-height: 50px;
    }
}

/* Custom Select */

.custom-select {
    position: relative;
    font-family: Arial;
}
.custom-select select {
    height: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 0;
}
.select-selected {
    border-radius: 3px;
    text-transform: uppercase;
}
.select-selected::after {
    position: absolute;
    content: '';
    top: 20px;
    right: 11px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #333 transparent transparent transparent;
}
.select-selected.select-arrow-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #333 transparent;
    top: 12px;
}
.select-items div,
.select-selected {
    background-color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #bcc1c6;
    box-sizing: border-box;
    width: 100%;
    height: 47px;
    padding: 0 25px 0 10px;
    font-family: 'SF UI Display', sans-serif;
    line-height: 46px;
    outline: 0;
}
.field-icon .select-items div,
.field-icon .select-selected {
    padding-left: 37px;
}
.select-items div {
    border-width: 0 1px 1px 1px;
    height: 36px;
    line-height: 35px;
}
.select-items div:last-child {
    border-radius: 0 0 3px 3px;
}
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.select-hide {
    display: none;
}
.select-items div:hover,
.same-as-selected {
    background-color: #e5e8eb;
}
.form-pay {
    padding-top: 26px;
}
.form-pay .text-required {
    margin-bottom: 9px;
}
.form-pay .text-required+.form-row {
    margin-bottom: 18px;
}
.show-info-cvv {
    background-color: #61569d;
    position: absolute;
    right: 11px;
    top: 13px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-tap-highlight-color: transparent;
}
.show-info-cvv::before {
    color: #fff;
    content: '\f128';
    font-family: 'Font Awesome 5 Free';
    display: block;
    font-size: 9px;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: 6px;
}
.popup__cvv-info {
    background-color: #fff;
    display: none;
    position: absolute;
    right: -144px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 9px 5px 10px 7px;
    border: 1px solid #bcc1c6;
    border-radius: 3px;
    z-index: 10;
}
.popup__cvv-info::before,
.popup__cvv-info::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
}
.popup__cvv-info::before {
    left: -24px;
    border-width: 6px 24px 6px 0;
    border-color: transparent #bcc1c6 transparent transparent;
}
.popup__cvv-info::after {
    left: -19px;
    border-width: 6px 22px 6px 0;
    border-color: transparent #fff transparent transparent;
}
.show-info-cvv:hover+.popup__cvv-info {
    display: block;
}
.form-pay .form-control {
    border-color: #bcc1c6;
}
.field-icon::before {
    background-image: url(../images/icons-sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 64px 70px;
    content: '';
    display: block;
    height: 16px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 16px;
    z-index: 1;
}
.field-icon-user::before {
    background-position: -17px -53px;
    height: 17px;
    left: 11px;
    width: 16px;
}
.field-icon-envelope::before {
    background-position: 0 0;
    height: 16px;
    left: 10px;
    top: 16px;
    width: 20px;
}
.field-icon-phone::before {
    background-position: -48px -54px;
    height: 30px;
    left: 11px;
    width: 28px;
}
.field-icon-city::before {
    background-position: -44px -15px;
    height: 20px;
    left: 11px;
    top: 12px;
    width: 19px;
}
.field-icon-address-card::before {
    background-position: -44px 0;
    height: 16px;
    top: 16px;
    width: 20px;
}
.field-icon-map-marker::before {
    background-position: -36px -53px;
    height: 16px;
    left: 14px;
    width: 12px;
}
.field-icon-globe::before {
    background-position: -45px -36px;
    height: 18px;
    left: 12px;
    width: 18px;
}
.field-icon-lock::before {
    background-position: 0 -51px;
    height: 19px;
    left: 11px;
    top: 12px;
    width: 17px;
}
.field-icon-card-front::before {
    background-position: 0 -16px;
    height: 16px;
    width: 20px;
}
.field-icon-card-back::before {
    background-position: 0 -34px;
    height: 16px;
    left: 11px;
    width: 20px;
}
.field-icon-comment::before {
    background-position: -21px -19px;
    height: 18px;
    width: 20px;
}
.field-icon-calendar::before {
    background-position: -22px 0;
    height: 19px;
    top: 14px;
    width: 20px;
}
.form-pay .agreement-wrap {
    margin-bottom: 20px;
}
.form-pay .btn {
    height: 65px;
    line-height: 64px;
    max-width: 275px;
}
.form-pay .shell {
    position: relative;
}
.form-pay .shell span {
    position: absolute;
    left: 29px;
    top: -1px;
    color: #fff;
    pointer-events: none;
    z-index: 1;
}
.form-pay .shell span i {
    font-style: normal;
    color: transparent;
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width: 992px) {
    .form-pay {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .form-pay {
        padding-top: 0;
    }
    .form-pay .btn {
        margin: 0 auto;
    }
}
@media screen and (max-width: 575px) {
    .popup__cvv-info {
        right: 0;
        top: -8px;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
    .popup__cvv-info::before {
        left: auto;
        top: auto;
        bottom: -8px;
        right: 15px;
        margin-top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: #bcc1c6 transparent transparent transparent;
    }
    .popup__cvv-info::after {
        display: none;
    }
    .form-pay .btn {
        height: 51px;
        line-height: 50px;
    }
    .form-pay .shell span {
        left: 17px;
    }
}
@media screen and (max-width: 400px) {
    .box-content__pay .column-left .form-row {
        flex-wrap: wrap;
    }
    .box-content__pay .column-left .form-col-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .box-content__pay .column-left .form-col-6+.form-col-6 {
        margin-top: 30px;
    }
}

/* Login Page */

.box-content__login {
    padding: 235px 0 90px;
    max-width: 450px;
}
.box-content__login>.title {
    font-size: 42px;
    margin-bottom: 34px;
    text-align: center;
}
.show-password {
    background-image: url(../images/icons-sprite.png);
    background-position: -22px -38px;
    background-repeat: no-repeat;
    background-size: 64px 70px;
    cursor: pointer;
    height: 14px;
    right: 10px;
    position: absolute;
    top: 16px;
    width: 18px;
}
.show-password.active::after {
    background-color: #333;
    content: '';
    display: block;
    height: 1px;
    left: -3px;
    position: absolute;
    top: 6px;
    -webkit-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
    width: 24px;
}
.form-login .form-row:nth-child(2),
.form-login .form-row:nth-child(3) {
    margin-bottom: 25px;
}
.form-login .form-row:nth-child(4) {
    margin-bottom: 40px;
}
.form-login .text {
    text-align: center;
}
.form-login .btn {
    height: 66px;
    line-height: 65px;
    margin: 0 auto;
    max-width: 215px;
}
@media screen and (max-width: 1023px) {
    .section .box-content__login {
        padding: 150px 0 50px;
    }
}
@media screen and (max-width: 767px) {
    .box-content__login>.title {
        font-size: 36px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 575px) {
    .section .box-content__login {
        padding: 100px 0 30px;
    }
    .box-content__login>.title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .box-content__login .form-col-6 {
        max-width: calc(50% - 7.5px);
    }
}

/* Password Change Page */

.box-content__password-change {
    padding-top: 253px;
    padding-bottom: 116px;
}

/* Password Reset Page */

.box-content__password-reset {
    padding-top: 263px;
    padding-bottom: 120px;
}
.box-content__password-reset>.title {
    margin-bottom: 17px;
}
.box-content__password-reset .form-row:nth-last-child(2) {
    margin-bottom: 40px;
}
.box-content__password-reset .description {
    color: #414b54;
    line-height: 1.2;
    margin-bottom: 27px;
    text-align: center;
}

/* Sign Up Page */

.box-content__signup {
    padding: 177px 15px 70px;
    max-width: 1150px;
}
.box-content__signup>.title {
    font-size: 42px;
    margin-bottom: 34px;
}
.box-content__signup .container {
    display: -webkit-box;
    display: flex;
    margin: 0 auto;
}
.box-content__signup .column-left {
    background-color: #fff;
    border-radius: 10px;
    margin-right: 50px;
    max-width: 450px;
    padding: 36px 50px 48px;
    width: 100%;
}
.box-content__signup .column-right {
    max-width: 540px;
    padding-top: 38px;
    width: 100%;
}
.box-content__signup .column-right .checkmark {
    top: 5px;
}
.box-content__signup .form-description {
    margin-left: 30px;
    line-height: 1.45;
    margin-bottom: 1em;
}
.box-content__signup .form-description .subtitle {
    font-size: 20px;
    padding-top: .7em;
    margin-bottom: .2em;
}
.form-signup .text-required {
    margin-bottom: 9px;
}
.form-signup .agreement-wrap {
    margin-bottom: 20px;
}
.form-signup .btn {
    height: 65px;
    line-height: 64px;
    max-width: 255px;
}
@media screen and (max-width: 1199px) {
    .box-content__signup .column-left {
        margin-right: 30px;
    }
}
@media screen and (max-width: 1023px) {
    .box-content__signup .column-left {
        padding: 20px 20px 25px;
    }
    .form-signup .btn {
        margin: 0 auto;
    }
}
@media screen and (max-width: 991px) {
    .box-content__signup {
        padding-top: 140px;
    }
    .box-content__signup .container {
        flex-wrap: wrap;
    }
    .box-content__signup .column-left {
        margin-right: 0;
        max-width: 100%;
    }
    .box-content__signup .column-right {
        margin: 50px 15px 0;
        max-width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .box-content__signup {
        padding: 100px 0 30px;
    }
    .box-content__signup .title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .box-content__signup .column-left .form-row {
        flex-wrap: wrap;
    }
    .box-content__signup .column-left .form-col-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .box-content__signup .column-left .form-col-6+.form-col-6 {
        margin-top: 30px;
    }
    .box-content__signup .column-right {
        margin: 20px 5px 0;
    }
    .box-content__signup .form-description {
        font-size: 14px;
    }
    .box-content__signup .form-description .subtitle {
        font-size: 18px;
    }
}

/* Profile Page */

.box-content__profile {
    max-width: 450px;
    padding: 177px 0 40px;
}
.box-content__profile .form-row {
    margin-bottom: 27px;
}
.box-content__profile .form-row:first-child {
    -webkit-box-align: end;
    align-items: flex-end;
    margin-bottom: 40px;
}
.box-content__profile .form-row:first-child a {
    font-size: 19px;
}
.box-content__profile .title {
    font-size: 45px;
}
.box-content__profile .item-label {
    -webkit-box-flex: 1;
    flex: 1 1 50%;
    margin-right: 20px;
    text-transform: uppercase;
}
.box-content__profile .item-value {
    font-weight: 700;
    -webkit-box-flex: 1;
    flex: 1 1 100%;
}
@media screen and (max-width: 767px) {
    .box-content__profile {
        padding-top: 150px;
    }
    .box-content__profile .form-row {
        margin-bottom: 20px;
    }
    .box-content__profile .title {
        font-size: 40px;
    }
}
@media screen and (max-width: 575px) {
    .box-content__profile {
        padding-top: 100px;
    }
    .box-content__profile .title {
        font-size: 32px;
    }
    .box-content__profile .form-row:first-child {
        margin-bottom: 15px;
    }
    .box-content__profile .form-row:first-child a {
        font-size: 18px;
    }
    .box-content__profile .form-row {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 400px) {
    .box-content__profile .title {
        flex-basis: 100%;
        margin-bottom: 10px;
    }
}

/* Unsubscription Page */

.box-content__unsubscription {
    padding: 290px 0 155px;
    max-width: 520px;
}
.box-content__unsubscription .title {
    font-size: 42px;
    margin-bottom: 34px;
    text-align: center;
}
.form-unsubscription .form-row:last-child {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
}
.form-unsubscription .form-control__textarea {
    height: 125px;
}
.form-unsubscription .form-label {
    text-transform: none;
}
@media screen and (max-width: 767px) {
    .box-content__unsubscription {
        padding-top: 220px;
    }
    .box-content__unsubscription .title {
        font-size: 36px;
    }
}
@media screen and (max-width: 575px) {
    .box-content__unsubscription {
        padding-top: 180px;
    }
    .box-content__unsubscription .title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .box-content__unsubscription .form-col-6 {
        max-width: calc(50% - 7.5px);
    }
}

/* Catalog Page */

.box-content__category {
    padding: 177px 0 47px;
    position: relative;
}
.box-content__category .title {
    margin-bottom: 10px;
}
.box-content__category>.title {
    font-size: 42px;
    margin-bottom: 35px;
}
.searchbar {
    background-color: #fff;
    border: 1px solid #afb6bc;
    border-radius: 3px;
    box-sizing: border-box;
    max-width: 420px;
    padding: 3px 45px 4px 15px;
    position: absolute;
    right: 0;
    top: 184px;
    width: 100%;
}
.searchbar input {
    background-color: transparent;
    border: none;
    color: #333;
    font-size: 18px;
    line-height: 2;
    outline: 0;
    width: 100%;
}
.searchbar .btn-search {
    cursor: pointer;
    display: block;
    font-size: 18px;
    padding: 14px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: color .4s;
    transition: color .4s;
}
.searchbar:hover .btn-search {
    color: #a2278e;
}
.cat {
    border-radius: 10px;
    padding: 60px 30px 70px;
    background-color: #fff;
    -webkit-transition: padding .2s linear;
    transition: padding .2s linear;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.cat .label-cat {
    position: absolute;
    background: #ae278f;
    box-sizing: content-box;
    color: #fff;
    right: 0;
    top: 41px;
    padding: 0 8px;
    width: 76px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.cat.cat-video .label-cat {
    background: #2d6096;
}
.cat.cat-audio .label-cat {
    background: #99b923;
}
.cat.cat-ebook .label-cat {
    background: #2394b9;
}
.pic-holder-cat {
    margin-top: 36px;
    display: -webkit-box;
    display: flex;
    min-height: 260px;
    -webkit-box-align: center;
    align-items: center;
}
.pic-holder-cat img {
    margin: 0 auto;
}
.cat-title {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #ae278f;
    text-decoration: underline;
    text-align: center;
    padding-top: 41px;
}
.cat .cat-description {
    margin-bottom: 24px;
    line-height: 1.4;
}
.cat .cat-description .text {
    display: inline;
}
.cat .cat-description .link-more {
    cursor: pointer;
    text-decoration: none;
    margin-left: 5px;
    color: #ae278f;
    background: 0 0;
    outline: 0;
    font-size: 1rem;
    padding: 0;
    border: none;
}
.cat .cat-description .link-more:hover {
    text-decoration: underline;
}
.cat .cat-description .more {
    display: none;
}
.box-content__category .cat {
    display: -webkit-box;
    display: flex;
}
.box-content__category .pic-holder-cat {
    width: 100%;
    max-width: 310px;
    min-height: auto;
    margin: 0 30px 0 0;
    position: relative;
    overflow: hidden;
    display: block;
}
.box-content__category .cat-content {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    margin-top: 11px;
}
.box-content__category .subtitle {
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
    margin-bottom: 9px;
}
.box-content__category .btns-holder {
    font-size: 0;
    display: -webkit-box;
    display: flex;
}
.box-content__category .btn {
    height: 65px;
    line-height: 64px;
    width: 215px;
    display: inline-block;
    vertical-align: middle;
}
.box-content__category .btn-secondary {
    width: 40px;
    width: 40px;
    margin-left: 18px;
}
.icon-like-heart {
    background: transparent;
}
.icon-like-heart::before {
    color: #89288c;
    content: '\f004';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 32px;
    font-weight: 400;
    height: 40px;
    line-height: 1;
    width: 40px;
    background: transparent;
    background-image: -webkit-linear-gradient(right, #b92690, #362c84);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.icon-like-heart:hover::before {
    background-image: -webkit-linear-gradient(left, #b92690, #362c84);
}
.icon-like-heart.active::before {
    font-weight: 700;
}
.pagination {
    margin: 10px 0;
}
.pagination ul {
    display: -webkit-box;
    display: flex;
    list-style-type: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.pagination ul li {
    text-align: center;
    line-height: 23px;
    border-radius: 15px;
    margin: 0 10px;
}
.pagination ul li:first-child {
    font-size: 20px;
    margin-right: 25px;
}
.pagination ul li:last-child {
    font-size: 20px;
    margin-left: 25px;
}
.pagination ul li.active {
    background-color: #9e278d;
    border-radius: 10px;
    color: #fff;
    cursor: default;
    margin: 0 5px;
    min-width: 23px;
    padding: 8px;
}
.pagination ul li.active a {
    color: #fff;
    cursor: default;
}
.pagination ul li.active a:hover {
    color: #fff;
}
.pagination ul li a {
    display: block;
    /*font-size: 14px;*/
    color: #414b54;
    text-decoration: none;
}
.pagination ul li a:hover,
.pagination ul li a:hover svg path {
    color: #ae278f;
    fill: #ae278f;
}
.pagination ul li a svg {
    display: block;
    height: 22px;
    margin: 0 auto;
}
@media screen and (max-width: 991px) {
    .box-content__category {
        padding: 160px 0 100px;
    }
    .searchbar {
        top: 160px;
    }
    .box-content__category .cat {
        padding: 30px;
    }
    .cat .label-cat {
        font-size: 16px;
        top: 15px;
    }
    .box-content__category .pic-holder-cat {
        max-width: 250px;
    }
}
@media screen and (max-width: 767px) {
    .box-content__category .title {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .searchbar {
        max-width: 320px;
    }
    .box-content__category .cat,
    .cat {
        padding: 25px 15px;
        min-height: auto;
    }
    .cat-title {
        font-size: 24px;
        padding-top: 20px;
    }
    .box-content__category .pic-holder-cat {
        margin-right: 15px;
        margin-bottom: 15px;
        max-width: 200px;
    }
}
@media screen and (max-width: 575px) {
    .box-content__category .title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .searchbar {
        max-width: 100%;
        top: 95px;
    }
    .cat .label-cat {
        top: 13px;
        width: 74px;
    }
    .box-content__category .cat {
        display: block;
        margin-bottom: 15px;
        padding-top: 45px;
        padding-bottom: 15px;
    }
    .box-content__category .pic-holder-cat {
        margin: 0 auto 25px;
    }
    .box-content__category .subtitle {
        font-size: 22px;
    }
    .box-content__category .btns-holder {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .box-content__category .btn-download {
        height: 51px;
        line-height: 50px;
    }
    .box-content__category .btn-secondary {
        padding: 0;
    }
}

/* Footer */

.footer {
    color: #414b54;
    font-weight: 300;
    padding: 59px 0 20px;
    background: #fff;
    margin-top: auto;
    margin: 0;
}
.footer-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}
.footer ul {
    list-style-type: none;
}
.footer a {
    color: #414b54;
    outline: 0;
    -webkit-transition: color .4s;
    transition: color .4s;
}
.footer a:hover {
    color: #a2278e;
}
.footer .address::before,
.footer .mail::before,
.footer .owner::before,
.footer .phone::before {
    content: '\f095';
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: #020202;
    margin-right: 7px;
}
.footer .phone::before {
    content: '\f879';
}
.footer .mail::before {
    content: '\f0e0';
}
.footer .address::before {
    content: '\f3c5';
    margin-top: 9px;
}
.footer .owner::before {
    content: '\f007';
    font-size: 12px;
}
.footer .address {
    display: -webkit-box;
    display: flex;
}
.footer__cards {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 141px;
    margin: 0 auto 10px;
}
.footer__cards img {
    height: 50px;
}
.copy {
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .footer-row {
        flex-wrap: wrap;
    }
    .footer-row .column {
        margin-bottom: 20px;
    }
    .footer-row .column:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .footer-row .column {
        width: 50%;
    }
}
@media screen and (max-width: 575px) {
    .footer {
        font-size: 16px;
        padding-top: 30px;
    }
    .footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-bottom: 5px;
    }
    .footer-row .column {
        margin-bottom: 10px;
        width: 100%;
    }
    .footer-row .column:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .footer-row .column ul li {
        margin-bottom: 5px;
    }
    .footer .address {
        line-height: 1.4;
        padding-top: 5px;
    }
    .footer .address::before {
        margin-top: 4px;
    }
}

/* Modal */

.modal {
    background-color: rgba(0, 0, 0, .6);
    min-height: 100%;
    position: fixed;
    display: none;
    overflow: hidden;
    z-index: 2048;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.modal.active {
    -webkit-animation: fade-in .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    display: -webkit-box;
    display: flex;
}
.modal-content {
    position: relative;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    box-shadow: 0 6px 24px rgba(23, 24, 25, .31);
    max-width: 600px;
    margin: auto;
    padding: 20px 30px 40px;
    min-height: 320px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
}
.modal-content .title {
    color: #000;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: .25em;
}
.modal-content .text {
    color: #414b54;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.4;
}
.modal .btn-close {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 64px;
    line-height: 1;
    font-family: 'Courier New', Courier, monospace;
    color: #414b54;
    cursor: pointer;
    z-index: 1;
    width: 48px;
    height: 48px;
    padding: 0;
    outline: 0;
}
.modal .btn-close:hover {
    color: #a2278e;
}
.modal .icon-success {
    font-size: 64px;
}
.icon-success i {
    color: #ae278f;
    line-height: 1;
    background: transparent;
    background-image: -webkit-linear-gradient(left, #b92690, #362c84);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
    .modal-content .title {
        font-size: 32px;
    }
    .modal-content .text {
        font-size: 18px;
    }
    .modal .icon-success {
        font-size: 48px;
    }
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Terms Page */

.section-terms {
    padding: 163px 0 56px;
}
.section-terms p {
    letter-spacing: -.01em;
    line-height: 1.4;
    margin-bottom: 7px;
}
.section-terms ul {
    margin-bottom: 5px;
}
.section-terms ul li {
    list-style: disc;
    text-indent: 18px;
}
.section-terms .section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 22px;
}
.section-terms .subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}
.section-terms p+.subtitle {
    margin-top: 15px;
}
.terms-article {
    display: block;
    margin-top: 15px;
}
@media screen and (max-width: 1023px) {
    .section-terms {
        padding: 120px 15px 50px;
    }
}
@media screen and (max-width: 575px) {
    .section-terms {
        padding: 90px 0 25px;
    }
    .section-terms .section-title {
        font-size: 28px;
        margin-bottom: 0;
    }
    .section-terms .subtitle {
        font-size: 22px;
    }
}
.form .form-error { display: none; font-size: 13px; font-weight: 400; color: #b32a2a; position: absolute; bottom: -16px; left: 0; }
.has-error .form-error { display: block; }

@media (min-width: 1010px) {
    .max-image {display: block;}
    .middle-image {display: none;}
    .min-image {display: none;}
}
@media (min-width: 630px) and (max-width: 1010px) {
    .max-image {display: none;}
    .middle-image {display: block;}
    .min-image {display: none;}
}
@media (max-width: 630px) {
    .max-image {display: none;}
    .middle-image {display: none;}
    .min-image {display: block;}
}
