/*
Theme Name: Antilopa Nails
Theme URI: http://antilopa-nails.ru/
Author: Михаил Родышев
Author URI: http://www.esitel.ru/
*/

@import url('css/core.css');

.article {
    line-height: 20px;
}

.article h1, .article h2, .article h3 {
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 1;
}

.article h1 {
    color: #c52e5a;
    position: relative;
    text-transform: uppercase;
}

.article h1:before {
    content: url('i/sing.png');
    left: 0;
    position: absolute;
}

.article h2, .article h3 {
    color: #c52e5a;
    text-transform: uppercase;
}

.article h3 {
    color: #515151;
}

.article h4 {
    font-weight: 500;
}

.article blockquote {
    border-top: 1px solid #c52e5a;
    color: #c52e5a;
    display: block;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
}

.article blockquote:before {
    background: url('i/review-ico.png');
    content: '';
    height: 86px;
    left: -52px;
    position: absolute;
    top: -12px;
    width: 52px;
}

.article ul {
}

.article li {
    margin-bottom: 1px;
}

.article li:last-child {
    margin-bottom: 0;
}

.article ul > li {
    margin-bottom: 9px;
    padding-left: 20px;
    position: relative;
}

.article ul > li:before {
    background: #515151;
    border-radius: 50%;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px;
}

.article ol {
    counter-reset: a;
}

.article ol > li {
    counter-increment: a;
    padding-left: 29px;
    position: relative;
}

.article ol > li:before {
    content: counter(a) '.';
    left: 0;
    position: absolute;
    text-align: right;
    min-width: 23px;
}

.article ol ol {
    counter-reset: b;
}

.article ol ol li {
    counter-increment: b;
    padding-left: 43px;
}

.article ol ol li:before {
    content: counter(a) '.' counter(b) '.';
    width: 37px;
}

.article ol ol ol {
    counter-reset: c;
}

.article ol ol ol li {
    counter-increment: c;
    padding-left: 57px;
}

.article ol ol ol li:before {
    content: counter(a) '.' counter(b) '.' counter(c) '.';
    width: 51px;
}

.main-title .item.btn {
    width: 150px;
}

.main-title .item.btn a {
    display: block;
    text-align: center;
    color: #FFF;
    background: #c52e5a;
    background: linear-gradient(to right, #c52e5a 0%, #e64978 100%);
    border: 0;
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, .45);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 43px;
    line-height: 43px;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
}

.nf-form-cont {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px;
}

.nf-form-cont h3 {
    text-align: center;
}

.nf-form-cont #nf-field-4 {
    background: #c52e5a;
    background: linear-gradient(to right, #c52e5a 0%, #e64978 100%);
    border: 0;
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, .45);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 43px;
    line-height: 43px;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
    padding: 0px;
    max-width: 200px;
}

.nf-form-cont .ninja-forms-field {
    padding: 10px 20px;
}

.nf-form-fields-required {
    padding: 0px 0px 30px 0px;
}

.nf-form-cont .fz152 {
    font-size: 11px;
    margin: 0px auto 0;
    max-width: 515px;
}

.nf-form-cont {
    background: url('i/bg-orderform.png') no-repeat 50% 50%;
    background-size: 130% auto;
    display: block;
    line-height: 1;
    padding-bottom: 39px;
}

.nf-form-cont h3 {
    font-size: 32px !important;
    color: #c52e5a;
    font-family: Roboto;
    letter-spacing: -.025em;
    text-align: center;
    text-transform: uppercase;
}

.nf-form-cont h3:after {
    content: url('i/sing.png');
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0px 10px 0px;
}

.nf-form-cont input.ninja-forms-field {
    border-bottom: 1px solid #c52e5a !important;
    margin: 0 auto 15px;
    position: relative;
    max-width: 515px;
}

.nf-form-cont input.ninja-forms-field:before, .nf-form-cont input.ninja-forms-field:after {
    background: #c52e5a;
    border-radius: 50%;
    bottom: -4px;
    content: '';
    height: 7px;
    position: absolute;
    width: 7px;
}

.nf-form-cont input.ninja-forms-field:before {
    left: 0;
}

.nf-form-cont input.ninja-forms-field:after {
    right: 0;
}

.nf-form-cont input.ninja-forms-field {
    background: transparent;
    border: 0;
    color: #515151;
    font-size: 18px;
    padding: 0 24px 11px;
    width: 100%;
}

.nf-form-cont .nf-error-required-error {
    display: none !important;
}

@media (min-width: 1070px) {
    .article {
        font-size: 16px;
    }

    .article h1 {
        font-size: 32px;
        margin-bottom: 18px;
        padding-left: 51px;
    }

    .article h1:before {
        top: 2px;
    }

    .article h2 {
        font-size: 24px;
        margin-top: 31px;
        margin-bottom: 19px;
    }

    .article h3 {
        font-size: 20px;
        margin-top: 32px;
        margin-bottom: 12px;
    }

    .article h4 {
        font-size: 18px;
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .article blockquote {
        font-size: 20px;
        margin: 32px 0 24px 52px;
        padding: 13px 16px 0;
    }

    .article ol, .article p, .article ul {
        margin-bottom: 17px;
    }

    .article .sertificat {
        margin-top: 28px;
    }
}

@media (max-width: 1069px) and (min-width: 570px) {
    .article {
        font-size: 15px;
    }

    .article h1 {
        font-size: 24px;
        margin-bottom: 20px;
        padding-left: 43px;
    }

    .article h1:before {
        top: 0;
    }

    .article h2 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 13px;
    }

    .article h3 {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 13px;
    }

    .article h4 {
        font-size: 16px;
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .article blockquote {
        font-size: 18px;
        margin: 27px 0 19px 52px;
        padding: 15px 16px 0;
    }

    .article ol, .article p, .article ul {
        margin-bottom: 11px;
    }

    .article .sertificat {
        margin-top: 18px;
    }
}

@media (max-width: 569px) {
    .article {
        font-size: 16px;
        margin-top: 30px;
    }

    .article h1 {
        font-size: 20px;
        margin-bottom: 13px;
        padding-left: 44px;
    }

    .article h1:before {
        top: -2px;
    }

    .article h2 {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 13px;
    }

    .article h3 {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 13px;
    }

    .article h4 {
        font-size: 16px;
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .article blockquote {
        font-size: 16px;
        font-weight: 400;
        margin: 27px 0 19px 52px;
        padding: 15px 16px 0;
    }

    .article ol, .article p, .article ul {
        margin-bottom: 11px;
    }

    .article .sertificat {
        display: none;
    }
}

.main-title .item {
    align-items: center;
    display: flex;
}

.main-title .item .text {
    color: #515151;
    font-weight: 500;
}

@media (min-width: 820px) {
    .main-title {
        display: flex;
        justify-content: space-around;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .main-title .item .pic {
        margin-right: 24px;
    }

    .main-title .item .text {
        font-size: 20px;
    }
}

@media (max-width: 819px) {
    .main-title {
        display: flex;
        flex-wrap: wrap;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .main-title .item {
        margin-right: auto;
        margin-left: auto;
    }

    .main-title .item .pic {
        margin-right: 16px;
    }

    .main-title .item .pic img {
        display: block;
        height: 40px;
        width: auto;
    }

    .main-title .item .text {
        font-size: 14px;
    }
}

@media (max-width: 569px) {
    .main-title {
        display: none;
    }

    .main-title .item {
        width: 100%;
        max-width: 290px;
    }
}

.main-plus {
    justify-content: space-between;
    margin-bottom: 48px;
}

.main-plus .item {
    font-size: 15px;
    letter-spacing: -.025em;
    padding-left: 76px;
    position: relative;
}

.main-plus .item img {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.main-plus .item strong {
    color: #c42f5b;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 9px;
    text-transform: uppercase;
}

@media (min-width: 1070px) {
    .main-plus .item {
        width: calc((100% - 48px) / 3);
    }
}

@media (max-width: 1069px) and (min-width: 820px) {
    .main-plus {
        flex-wrap: wrap;
        justify-content: center;
    }

    .main-plus .item {
        margin-left: 24px;
        width: calc((100% - 24px) / 2);
    }

    .main-plus .item:first-child, .main-plus .item:nth-child(2n+1) {
        margin-left: 0;
    }

    .main-plus .item:nth-child(n+3) {
        margin-top: 24px;
    }
}

@media (max-width: 819px) {
    .main-plus {
        flex-wrap: wrap;
        justify-content: center;
    }

    .main-plus .item {
        font-size: 13px;
        width: 100%;
        max-width: 570px;
    }

    .main-plus .item:not(:first-child) {
        margin-top: 24px;
    }

    .main-plus .item strong {
        font-size: 16px;
    }
}

@media (max-width: 569px) {
    .main-plus {
        display: none;
    }
}

.video-block {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
    max-width: 820px;
}

.video-block .video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-block .video:before {
    content: url('i/logo-small.png');
    position: absolute;
    right: 21px;
    top: 18px;
    z-index: 2;
}

.video-block .video iframe {
    height: 100% !important;
    width: 100% !important;
}

@media (min-width: 872px) {
    .video-block {
        height: 461.25px;
    }
}

@media (max-width: 871px) {
    .video-block {
        height: 0;
        padding-bottom: 56.25%;
    }
}

.article .sertificat {
    align-items: center;
    display: flex;
    justify-content: center;
}

.article .sertificat > li {
    margin: 0;
    padding: 0;
    width: calc(32% - 20px);
    max-width: 300px;
}

.article .sertificat > li:nth-child(2) {
    margin-right: 20px;
    margin-left: 20px;
    width: 36%;
}

.article .sertificat > li:before {
    display: none;
}

.article .sertificat img {
    display: block;
    height: auto;
    max-width: 100%;
}

.big-orderform {
    background: url('i/bg-orderform.png') no-repeat 50% 0;
    background-size: auto 100%;
    display: block;
    line-height: 1;
    padding-bottom: 39px;
}

.big-orderform .title {
    color: #c52e5a;
    font-family: Roboto;
    letter-spacing: -.025em;
    text-align: center;
    text-transform: uppercase;
}

.big-orderform .title:after {
    content: url('i/sing.png');
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.big-orderform .input {
    border-bottom: 1px solid #c52e5a;
    margin: 0 auto 15px;
    position: relative;
    max-width: 515px;
}

.big-orderform .input:before, .big-orderform .input:after {
    background: #c52e5a;
    border-radius: 50%;
    bottom: -4px;
    content: '';
    height: 7px;
    position: absolute;
    width: 7px;
}

.big-orderform .input:before {
    left: 0;
}

.big-orderform .input:after {
    right: 0;
}

.big-orderform .input [type="text"] {
    background: transparent;
    border: 0;
    color: #515151;
    font-size: 18px;
    padding: 0 24px 11px;
    width: 100%;
}

.big-orderform .input label {
    color: #848484;
    font-size: 18px;
    font-weight: 300;
    height: 100%;
    left: 0;
    padding: 3px 24px 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.big-orderform .input :valid + label {
    display: none;
}

.big-orderform .btn {
    margin: 24px auto 0;
    position: relative;
    max-width: 200px;
}

.big-orderform .btn input {
    background: #c52e5a;
    background: linear-gradient(to right, #c52e5a 0%, #e64978 100%);
    border: 0;
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, .45);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 43px;
    text-transform: uppercase;
    width: 100%;
}

.big-orderform .btn .ajax-loader {
    background: #c52e5a;
    color: #fff;
    font-size: 24px;
    height: 100%;
    left: 0;
    padding-top: 9px;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
}

.big-orderform .fz152 {
    font-size: 11px;
    margin: 20px auto 0;
    max-width: 515px;
}

@media (min-width: 1070px) {
    .video-block {
        margin-bottom: 23px;
    }

    .article .sertificat {
        margin-top: 28px;
        margin-bottom: 23px;
    }

    .big-orderform {
        margin-top: 24px;
        padding-top: 35px;
    }

    .big-orderform .title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .big-orderform .title:after {
        margin-top: 7px;
    }
}

@media (max-width: 1069px) and (min-width: 570px) {
    .video-block {
        margin-bottom: 16px;
    }

    .article .sertificat {
        margin-top: 18px;
        margin-bottom: 16px;
        max-width: 940px;
    }

    .big-orderform {
        margin-top: 24px;
        padding-top: 37px;
    }

    .big-orderform .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .big-orderform .title:after {
        margin-top: 12px;
    }
}

@media (max-width: 569px) {
    .article .sertificat {
        display: none;
    }

    .big-orderform {
        background-size: auto 80%;
        margin-top: 24px;
        padding-top: 37px;
    }

    .big-orderform .title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .big-orderform .title:after {
        margin-top: 13px;
    }
}

.social-block, .gallery-block {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.social-block .title, .gallery-block .title {
    color: #c52e5a;
    font-family: Roboto;
    font-size: 32px;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.social-block .title:after, .gallery-block .title:after {
    content: url('i/sing.png');
    display: block;
    margin: 7px auto 0;
}

.gallery-block .title.no-sing:after {
    display: none;
}

.social-block .ya-share2 {
    margin-top: 21px;
}

.gallery-block {
    margin-top: 35px;
    margin-bottom: 40px;
}

.gallery-block .gslider {
    margin-right: auto;
    margin-left: auto;
    max-width: 830px;
}

.gallery-block .item {
    margin-right: 10px;
}

.gallery-block img {
    display: block;
    height: auto;
    max-width: 100%;
}

.gallery-block .gslider .slick-arrow {
    background: #c52e5a;
    border: 0;
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 0 16px -4px rgba(0, 0, 0, 1);
    font-size: 0;
    height: 48px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
    z-index: 6;
}

.gallery-block .gslider .slick-arrow:before {
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 40px;
    vertical-align: -2px;
}

.gallery-block .gslider .slick-arrow.slick-prev {
    left: -64px;
}

.gallery-block .gslider .slick-arrow.slick-prev:before {
    content: '\f104';
    padding-right: 3px;
}

.gallery-block .gslider .slick-arrow.slick-next {
    right: -54px;
}

.gallery-block .gslider .slick-arrow.slick-next:before {
    content: '\f105';
    padding-left: 3px;
}

.gallery-block.course .gslider .slick-arrow.slick-prev {
    left: -24px;
}

.gallery-block.course .gslider .slick-arrow.slick-next {
    right: -14px;
}

.gallery-block .gslider .slick-dots {
    bottom: -24px;
    font-size: 0;
    left: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
}

.gallery-block .gslider .slick-dots li {
    display: inline-block;
    height: 16px;
    margin: 0 4px;
    padding: 0;
    width: 16px;
}

.gallery-block .gslider .slick-dots li:before {
    display: none;
}

.gallery-block .gslider .slick-dots button {
    background: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    font-size: 0;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.gallery-block .gslider .slick-dots .slick-active button {
    background: #7fc70c;
    border-color: #7fc70c;
}

@media (max-width: 1069px) {
    .gallery-block {
        margin-bottom: 64px;
    }
}

@media (max-width: 569px) {
    .gallery-block .gslider {
        max-width: 280px;
    }

    .gallery-block .item {
        margin-right: 0;
    }

    .gallery-block img {
        margin-right: auto;
        margin-left: auto;
    }

    .gallery-block .gslider .slick-arrow.slick-prev {
        left: -10px;
    }

    .gallery-block .gslider .slick-arrow.slick-next {
        right: -10px;
    }

    .gallery-block .gslider .slick-dots {
        bottom: -16px;
    }

    .gallery-block .gslider .slick-dots li, .gallery-block .gslider .slick-dots button {
        height: 8px;
        width: 8px;
    }
}

/*----------  breadcrumb  ----------*/
.breadcrumb {
    font-size: 13px;
    letter-spacing: -.025em;
    margin-top: 28px;
}

.breadcrumb .fa-home {
    margin-right: 8px;
}

.breadcrumb .fa-angle-double-right {
    color: #b7b7b7;
    margin-right: 7px;
    margin-left: 8px;
}

@media (min-width: 1070px) {
    .breadcrumb {
        margin-bottom: 25px;
    }
}

@media (max-width: 1069px) and (min-width: 570px) {
    .breadcrumb {
        margin-bottom: 27px;
    }
}

@media (max-width: 569px) {
    .breadcrumb {
        margin-bottom: 20px;
        display: none;
    }
}

/*----------  slider  ----------*/
.slider-block {
    background: #f9e9ee;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(249, 233, 238, .7) 30%, rgba(249, 233, 238, .7) 60%, rgba(255, 255, 255, 0) 100%);
    margin-bottom: 45px;
}

.slider-block .slider {
    padding-right: 8.594166666666667%;
    padding-left: 8.594166666666667%;
}

.slider-block img {
    display: block;
    height: auto;
    max-width: 100%;
}

.slider-block .slick-arrow {
    background: #c52e5a;
    border: 0;
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 0 16px -4px rgba(0, 0, 0, 1);
    font-size: 0;
    height: 48px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
    z-index: 6;
}

.slider-block .slick-arrow:before {
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 40px;
    vertical-align: -2px;
}

.slider-block .slick-arrow.slick-prev:before {
    content: '\f104';
    padding-right: 3px;
}

.slider-block .slick-arrow.slick-next:before {
    content: '\f105';
    padding-left: 3px;
}

@media (min-width: 1238px) {
    .slider-block .slick-arrow.slick-prev {
        left: calc((8.594166666666667vw - 48px) / 2 - 29px);
    }

    .slider-block .slick-arrow.slick-next {
        right: calc((8.594166666666667vw - 48px) / 2 - 29px);
    }
}

@media (max-width: 1237px) {
    .slider-block .slick-arrow.slick-prev {
        left: calc((8.594166666666667vw - 48px) / 2);
    }

    .slider-block .slick-arrow.slick-next {
        right: calc((8.594166666666667vw - 48px) / 2);
    }
}

@media (max-width: 1069px) {
    .slider-block {
        display: none;
    }
}

/*----------  Блок акций  ----------*/
.action {
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.action .item {
    background: url('i/action-red.png') no-repeat 100% 50%, url('i/action-red-pattern.png') no-repeat 0 50%, #fff;
    border: 1px solid #c2c2c2;
}

.action .item:nth-child(2) {
    background: url('i/action-green.png') no-repeat 100% 50%, url('i/action-green-pattern.png') no-repeat 0 50%, #fff;
}

.action--item {
    color: #000;
    font-weight: 500;
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.action--item .pos strong {
    color: #c52e5a;
    display: inline-block;
    font-weight: 500;
}

.action--item img {
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, .65);
    display: block;
    height: auto;
}

.action--item .body {
    position: relative;
}

.action--item .body strong {
    color: #f72b64;
    display: inline-block;
    font-size: 18px;
    position: relative;
}

.action--item .body strong span {
    left: 0;
    position: absolute;
    text-shadow: 0 1px 1px #fff;
    z-index: 2;
}

.action--item .price {
    color: #f72b64;
    font-weight: 700;
}

.action--item .price span {
    color: #515151;
    display: inline-block;
    font-weight: 500;
    position: relative;
}

.action--item .price span:before {
    border-bottom: 2px solid #515151;
    bottom: 0;
    content: '';
    height: 0;
    left: -4px;
    margin: auto;
    position: absolute;
    right: -4px;
    top: 0;
}

.action--item .more {
    bottom: 0;
    font-weight: 700;
    left: 0;
    position: absolute;
}

.action--item:nth-child(2) .pos strong, .action--item:nth-child(2) .body strong, .action--item:nth-child(2) .price {
    color: #7fc70c;
}

@media (min-width: 1238px) {
    .action {
        align-items: center;
        margin-bottom: 48px;
    }

    .action .item {
        width: 28%;
    }

    .action .item:nth-child(2) {
        width: 38%;
    }

    .action--item {
        font-size: 13px;
        padding: 13px 0 15px 15px;
    }

    .action--item .pos {
        padding-right: 15px;
    }

    .action--item .pos strong {
        font-size: 20px;
        margin-bottom: 3px;
    }

    .action--item img {
        transform: translateX(1.5vw);
        width: 164px;
    }

    .action--item .fx {
        margin-top: 12px;
    }

    .action--item .body {
        flex-grow: 1;
        padding-top: 20px;
    }

    .action--item .price {
        font-size: 32px;
        margin-top: 10px;
    }

    .action--item .price .fa-rub {
        font-size: 28px;
    }

    .action--item .price span {
        font-size: 24px;
    }

    .action--item .price span .fa-rub {
        font-size: 21px;
    }

    .action--item .more {
        font-size: 14px;
    }

    .action--item:nth-child(2) img {
        width: 225px;
    }
}

@media (max-width: 1237px) and (min-width: 1070px) {
    .action {
        align-items: center;
        margin-bottom: 48px;
    }

    .action .item {
        width: 28%;
    }

    .action .item:nth-child(2) {
        width: 38%;
    }

    .action--item {
        font-size: 13px;
        padding: 13px 0 15px 15px;
    }

    .action--item .pos {
        padding-right: 15px;
    }

    .action--item .pos strong {
        font-size: 20px;
        margin-bottom: 3px;
    }

    .action--item img {
        transform: translateX(1.5vw);
        width: 13.24717285945073vw;
    }

    .action--item .fx {
        margin-top: 12px;
    }

    .action--item .body {
        flex-grow: 1;
        padding-top: 20px;
    }

    .action--item .price {
        font-size: 32px;
        margin-top: 10px;
    }

    .action--item .price .fa-rub {
        font-size: 28px;
    }

    .action--item .price span {
        font-size: 24px;
    }

    .action--item .price span .fa-rub {
        font-size: 21px;
    }

    .action--item .more {
        font-size: 14px;
    }

    .action--item:nth-child(2) img {
        width: 18.17447495961228vw;
    }
}

@media (max-width: 1069px) {
    .action {
        display: none;
    }
}

/*
@media (max-width:1069px) and (min-width:820px) {
	.action { margin-bottom:40px; }
		.action .item { width:calc((100% - 64px) / 3); }
	.action--item { font-size:13px; padding:13px 15px 15px; }
		.action--item .pos strong { font-size:16px; margin-bottom:4px; }
		.action--item .fx { flex-wrap:wrap; margin-top:12px; }
		.action--item .pic { order:1; width:100%; }
		.action--item .body { order:2; padding-top:12px; text-align:center; width:100%; }
			.action--item .body strong { font-size:0; }
				.action--item .body strong span { font-size:18px; position:static; }
		.action--item img { margin-right:auto; margin-left:auto; max-width:100%; }
		.action--item .price { font-size:32px; margin-top:2px; }
			.action--item .price .fa-rub { font-size:28px; }
			.action--item .price span { font-size:24px; }
				.action--item .price span .fa-rub { font-size:21px; }
	.action--item .more { display:inline-block; font-size:14px; margin-top:10px; position:static; }
}
@media (max-width:819px) {
	.action { flex-wrap:wrap; }
		.action .item { width:100%; }
		.action .item:nth-child(n+2) { margin-top:24px; }
	.action--item { font-size:16px; padding:13px 15px 15px; }
		.action--item .pos { text-align:center; }
			.action--item .pos strong { font-size:24px; margin-bottom:4px; }
		.action--item .fx { justify-content:center; margin-top:14px; }
		.action--item .body { margin-right:8px; }
		.action--item .price { font-size:32px; margin-top:10px; }
			.action--item .price .fa-rub { font-size:28px; }
			.action--item .price span { font-size:24px; }
				.action--item .price span .fa-rub { font-size:21px; }
.action--item .pic { margin-left:8px; }
		.action--item img { width:164px; }
}
@media (max-width:819px) and (min-width:570px) {
	.action--item .body strong { font-size:0; }
		.action--item .body strong span { font-size:18px; position:static; }
}
@media (max-width:569px) {
	.action { margin-top:24px; }
	.action--item { font-size:13px; }
		.action--item .pos strong { font-size:20px; margin-bottom:4px; }
	.action--item .price { font-size:24px; margin-top:10px; }
		.action--item .price .fa-rub { font-size:22px; }
		.action--item .price span { font-size:20px; }
			.action--item .price span .fa-rub { font-size:19px; }
}
*/

.article.front-page {
    max-width: 820px;
}

.article.front-page h1 {
    padding: 0;
    text-align: center;
}

.article.front-page h1:before {
    display: none;
}

.article.front-page h1:after {
    content: url('i/sing.png');
    display: block;
    margin: 7px auto 0;
}

/*----------  Галереи (О нас)  ----------*/
.gallery {
    flex-wrap: wrap;
}

.gallery .item {
    margin-left: 24px;
}

.gallery a {
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, .45);
    display: block;
}

.gallery a:hover {
    box-shadow: none;
}

.gallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

@media (min-width: 1070px), (max-width: 819px) and (min-width: 570px) {
    .gallery .item {
        width: calc((100% - 48px) / 3);
    }

    .gallery .item:first-child, .gallery .item:nth-child(3n+1) {
        margin-left: 0;
    }

    .gallery .item:nth-child(n+4) {
        margin-top: 24px;
    }
}

@media (max-width: 1069px) and (min-width: 820px) {
    .gallery .item {
        width: calc((100% - 72px) / 4);
    }

    .gallery .item:first-child, .gallery .item:nth-child(4n+1) {
        margin-left: 0;
    }

    .gallery .item:nth-child(n+5) {
        margin-top: 24px;
    }
}

@media (max-width: 569px) {
    .gallery .item {
        margin-left: 16px;
        width: calc((100% - 16px) / 2);
    }

    .gallery .item:first-child, .gallery .item:nth-child(2n+1) {
        margin-left: 0;
    }

    .gallery .item:nth-child(n+3) {
        margin-top: 16px;
    }
}

.big-gallery {
    flex-wrap: wrap;
}

.big-gallery .item {
    margin-left: 24px;
}

.big-gallery a {
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, .45);
    display: block;
}

.big-gallery a:hover {
    box-shadow: none;
}

.big-gallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

@media (min-width: 820px) {
    .big-gallery .item {
        width: calc((100% - 72px) / 4);
    }

    .big-gallery .item:first-child, .big-gallery .item:nth-child(4n+1) {
        margin-left: 0;
    }

    .big-gallery .item:nth-child(n+5) {
        margin-top: 24px;
    }
}

@media (max-width: 819px) and (min-width: 570px) {
    .big-gallery .item {
        width: calc((100% - 48px) / 3);
    }

    .big-gallery .item:first-child, .big-gallery .item:nth-child(3n+1) {
        margin-left: 0;
    }

    .big-gallery .item:nth-child(n+4) {
        margin-top: 24px;
    }
}

@media (max-width: 569px) {
    .big-gallery .item {
        margin-left: 16px;
        width: calc((100% - 16px) / 2);
    }

    .big-gallery .item:first-child, .big-gallery .item:nth-child(2n+1) {
        margin-left: 0;
    }

    .big-gallery .item:nth-child(n+3) {
        margin-top: 16px;
    }
}

/*----------  Меню курсов  ----------*/
@media (min-width: 1070px) {
    .course-menu {
        padding-top: 72px;
        width: 25.7825%;
    }

    .course-menu .title {
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .course-menu ul {
        margin-top: 18px;
    }

    .course-menu li {
        margin-bottom: 14px;
        padding-left: 16px;
        position: relative;
    }

    .course-menu li:before {
        content: '\f054';
        font-family: FontAwesome;
        font-size: 10px;
        left: 0;
        position: absolute;
        top: 2px;
    }

    .course-menu li:last-child {
        margin-bottom: 0;
    }

    .course-menu a {
        color: #515151;
        font-size: 14px;
        text-decoration: none;
    }

    .course-menu a:hover, .course-menu a.active {
        color: #c52e5a;
    }

    .course-body {
        margin-left: 3.13%;
        width: 71.0875%;
    }
}

@media (max-width: 1069px) {
    .course-menu {
        display: none;
    }
}

/*----------  Список курсов  ----------*/
.courses-list {
    line-height: 1;
    flex-wrap: wrap;
    justify-content: space-between;
}

.courses-list--item .head {
    color: #000;
    font-size: 14px;
    letter-spacing: -.025em;
    padding-bottom: 15px;
    position: relative;
    height: auto !important;
}

.courses-list--item .head:after {
    border-bottom: 1px solid #c52e5a;
    bottom: 0;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    width: 50%;
}

.courses-list--item .head .pic {
    background: url('i/green-pattern.png') no-repeat 100% 100%;
}

.courses-list--item .head .pic img {
    display: block;
    height: auto;
    max-width: 100%;
    border-radius: 0 0 50px 0;
}

.courses-list--item .head strong {
    display: block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.035em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.courses-list--item .price {
    font-size: 14px;
    line-height: 1;
    margin-top: 12px;
}

.item.courses-list--item .price {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 12px;
    height: auto !important;
}

.courses-list--item .price ul {
    margin: 0;
    padding: 0;
}

.courses-list--item .price li {
    padding: 0;
    margin-bottom: 10px;
}

.courses-list--item .price li:last-child {
    margin-bottom: 0;
}

.courses-list--item .price li:before {
    display: none;
}

.courses-list--item .btn {
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, .45);
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 16px auto 0;
    padding: 14px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 180px;
    border-radius: 10px;
}

.courses-list--item .btn:hover {
    box-shadow: none;
}

.courses-list--item .btn.get-form {
    background: #c52e5a;
    color: #fff;
}

.courses-list--item .btn.more {
    background: #a9e150;
    color: #515151;
}

@media (min-width: 820px) {
    .courses-list {
        margin-top: 34px;
    }

    .courses-list .item {
        width: calc((100% - 48px) / 3);
    }

    .courses-list .item:nth-child(n+4) {
        margin-top: 40px;
    }

    .courses-list--item .head .pic {
        padding-right: 2.926829268292683vw;
        padding-bottom: 2.926829268292683vw;
        border-radius: 0 0 50px 0;
    }

    .courses-list--item .head strong {
        margin-top: -1.463414634146341vw;
    }
}

@media (max-width: 819px) and (min-width: 570px) {
    .courses-list {
        margin-top: 27px;
    }

    .courses-list .item {
        width: calc((100% - 32px) / 2);
    }

    .courses-list .item:nth-child(n+3) {
        margin-top: 40px;
    }

    .courses-list .item:last-child {
        display: none;
    }

    .courses-list--item .head .pic {
        padding-right: 2.926829268292683vw;
        padding-bottom: 2.926829268292683vw;
        border-radius: 0 0 50px 0;
    }

    .courses-list--item .head strong {
        margin-top: -1.463414634146341vw;
    }
}

@media (max-width: 569px) {
    .courses-list {
        margin: 27px auto 0;
        max-width: 320px;
    }

    .courses-list .item:nth-child(n+2) {
        margin-top: 40px;
    }

    .courses-list--item .head .pic {
        padding-right: 7.5vw;
        padding-bottom: 7.5vw;
        border-radius: 0 0 50px 0;
    }

    .courses-list--item .head strong {
        margin-top: -3.75vw;
    }
}

.course-intro {
    margin-bottom: 32px;
}

.course-intro .left {
    padding-top: 8px;
    width: 300px;
}

.course-intro .left .pic {
    animation: fadeInLeft 1s ease-out;
    padding-right: 32px;
    padding-bottom: 32px;
    position: relative;
}

.course-intro .left .pic:after {
    animation: fadeInRight 2s ease-out;
    background: url('i/green-pattern.png');
    content: '';
    bottom: 0;
    display: block;
    height: 145px;
    position: absolute;
    right: 0;
    width: 145px;
    z-index: -1;
}

/*.course-intro .left .animate__fadeInLeft .pic:after { animation: fadeInRight 1s ease-out; background:url('i/green-pattern.png'); content:''; bottom:0; display:block; height:145px; position:absolute; right:0; width:145px; z-index:-1; }*/
.course-intro .left .pic img {
    box-shadow: 8px 8px 16px -8px rgba(0, 0, 0, .45);
    display: block;
    height: auto;
    max-width: 100%;
}

.course-intro .right {
    flex-grow: 1;
    padding-left: 32px;
    width: calc(100% - 300px);
}

.course-intro .right .note {
    border-bottom: 1px dotted #848484;
    color: #c52e5a;
    padding-bottom: 8px;
    margin-bottom: 14px;
}

.course-intro .right .level {
    color: #7fc70c;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.025em;
    margin-bottom: 9px;
}

@media (max-width: 819px) {
    .course-intro {
        margin-bottom: 2px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .course-intro .left {
        margin-right: auto;
        margin-left: auto;
        width: auto;
        max-width: 300px;
    }

    .course-intro .right {
        margin-top: 31px;
        padding-left: 0;
        width: 100%;
    }
}

.event {
    text-align: center;
}

.event .block {
    display: inline-block;
}

.event .title {
    color: #c52e5a;
    font-weight: 400;
    text-transform: uppercase;
}

.event h3 {
    color: #c52e5a;
    font-family: nail;
    font-weight: 500;
    margin-bottom: 0;
}

.event h3:before {
    content: url('i/sing.png');
    display: block;
}

.event .block > ul {
    background: #f1f2f3;
    border: 1px solid #f3ccd7;
    text-align: left;
}

.event .block > ul > li {
    padding-left: 0;
    text-transform: uppercase;
}

.event .block ul li:before {
    display: none;
}

.event .block ul ul {
    margin-bottom: 0;
    text-transform: none;
}

.event .block ul ul li {
    padding-left: 12px;
    margin: 0;
}

@media (min-width: 1070px) {
    .event {
        margin-top: 46px;
    }

    .event .title {
        font-size: 32px;
        margin-bottom: 6px;
    }

    .event h3 {
        font-size: 16px;
        margin-top: 16px;
    }

    .event h3:before {
        margin: 0 auto 9px;
    }

    .event .block > ul {
        font-size: 14px;
        padding: 11px 24px 12px;
    }
}

@media (max-width: 1069px) and (min-width: 570px) {
    .event {
        margin-top: 38px;
    }

    .event .title {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .event h3 {
        font-size: 16px;
        margin-top: 16px;
    }

    .event h3:before {
        margin: 0 auto 9px;
    }

    .event .block > ul {
        font-size: 14px;
        padding: 11px 24px 12px;
    }
}

@media (max-width: 569px) {
    .event {
        margin-top: 31px;
    }

    .event .title {
        font-size: 20px;
        margin-bottom: 1px;
    }

    .event h3 {
        font-size: 16px;
        margin-top: 16px;
    }

    .event h3:before {
        margin: 0 auto 9px;
    }

    .event h3 br {
        display: none;
    }

    .event .block > ul {
        font-size: 14px;
        padding: 9px 15px 10px;
    }
}

.course-gallery {
}

.course-gallery .title {
    color: #c52e5a;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.course-gallery .gallery {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

@media (min-width: 1070px) {
    .course-gallery {
        margin-top: 46px;
    }

    .course-gallery .title {
        font-size: 32px;
        margin-bottom: 6px;
    }
}

@media (max-width: 1069px) and (min-width: 570px) {
    .course-gallery {
        margin-top: 38px;
    }

    .course-gallery .title {
        font-size: 24px;
        margin-bottom: 6px;
    }
}

@media (max-width: 569px) {
    .course-gallery {
        margin-top: 31px;
    }

    .course-gallery .title {
        font-size: 20px;
        margin-bottom: 1px;
    }
}

.course-sendform {
    display: block;
}

.course-sendform .input {
    border-bottom: 1px solid #7fc70c;
    margin-bottom: 16px;
    position: relative;
}

.course-sendform .input:before, .course-sendform .input:after {
    background: #7fc70c;
    bottom: -3px;
    border-radius: 50%;
    content: '';
    height: 5px;
    position: absolute;
    width: 5px;
}

.course-sendform .input:before {
    left: 0;
}

.course-sendform .input:after {
    right: 0;
}

.course-sendform .input [type="text"] {
    background: transparent;
    border: 0;
    color: #515151;
    font-size: 16px;
    padding: 0 8px 10px;
    width: 100%;
}

.course-sendform .input label {
    bottom: 0;
    color: #848484;
    display: block;
    font-size: 16px;
    left: 0;
    padding: 0 8px;
    position: absolute;
    right: 0;
    top: 0;
}

.course-sendform .input :valid + label {
    display: none;
}

.course-sendform .btn {
    margin: 24px auto 0;
    position: relative;
    width: 220px;
}

.course-sendform .btn [type="submit"] {
	background: #7fc70c;
	background: linear-gradient(to right, #7aae25 0%, #7fc70c 100%);
	border: 0;
	box-shadow: 0 8px 16px -8px rgba(0, 0, 0, .45);
	color: #fff;
	cursor: pointer;
	font-size: large;
	font-weight: 500;
	height: 43px;
	text-transform: uppercase;
	width: 220px;
    font-family: Roboto, serif;
}

.course-sendform .btn .ajax-loader {
    background: #7fc70c;
    background: linear-gradient(to right, #7aae25 0%, #7fc70c 100%);
    color: #fff;
    font-size: 24px;
    height: 100%;
    left: 0;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}

.course-sendform.send .btn .ajax-loader {
    visibility: visible;
}

.course-sendform .fz152 {
    font-size: 11px;
    line-height: 1;
    margin-top: 20px;
}


/*----------  Расписание курсов  ----------*/
.schedule {
}

.schedule h2 {
    text-align: center;
}

.schedule-table {
    width: 100%;
}

.schedule-table .fa-rub {
    font-size: 13px;
    margin-left: 2px;
}

@media (min-width: 940px) {
    .schedule-table {
        border-bottom: 2px solid #848484;
    }

    .schedule-table thead tr th {
        border: 2px solid #fff;
        border-width: 0 2px 2px;
        border-bottom-color: #848484;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        padding: 0 16px 8px;
        text-align: left;
        text-transform: uppercase;
        vertical-align: bottom;
    }

    .schedule-table thead tr th:first-child {
        padding-right: 8px;
        padding-left: 8px;
        text-align: center;
    }

    .schedule-table thead tr th:nth-child(2) {
        text-align: center;
    }

    .schedule-table tbody tr:nth-child(even) td {
        background: #f1f2f3;
    }

    .schedule-table tbody tr td {
        background: #fff;
        border: 2px solid #fff;
        border-width: 0 2px;
        font-size: 14px;
        padding: 11px 16px 12px;
        white-space: nowrap;
    }

    .schedule-table tbody tr td:first-child {
        padding-right: 8px;
        padding-left: 8px;
        text-align: center;
    }

    .schedule-table tbody tr td:nth-child(2) {
        white-space: normal;
        width: 100%;
    }
}

@media (max-width: 939px) {
    .schedule-table, .schedule-table tbody {
        display: block;
    }

    .schedule-table thead {
        display: none;
    }

    .schedule-table tbody tr {
        background: #fff;
        padding: 11px 16px 12px 41px;
        position: relative;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .schedule-table tbody tr:nth-child(even) {
        background: #f1f2f3;
    }

    .schedule-table tbody tr td {
        margin-right: 16px;
    }

    .schedule-table tbody tr td:first-child {
        left: 16px;
        margin-right: 0;
        position: absolute;
    }

    .schedule-table tbody tr td:first-child:after {
        content: '.';
    }

    .schedule-table tbody tr td:nth-child(2) {
        font-weight: 500;
        width: 100%;
    }

    .schedule-table tbody tr td:nth-child(3):before {
        content: attr(data-title) ': ';
    }

    .schedule-table tbody tr td:nth-child(4):before {
        content: attr(data-title) ': ';
    }

    .schedule-table tbody tr td:nth-child(5):before {
        content: attr(data-title) ': ';
    }

    .schedule-table tbody tr td:nth-child(6):before {
        content: attr(data-title) ': ';
    }

    .schedule-table tbody tr td:nth-child(7):before {
        content: attr(data-title) ': ';
    }
}

/*----------  Отзывы  ----------*/
.review-list {
}

.review-list .item {
    background: url('i/review-ico.png') no-repeat;
    min-height: 86px;
}

.review-list .item:last-child {
    margin-bottom: 0;
}

.review-list .item .author {
    border-bottom: 1px solid #c52e5a;
    line-height: 1;
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}

.review-list .item .author strong {
    display: block;
    font-weight: 500;
}

.review-list .item .author span {
    display: block;
    position: relative;
    flex-grow: 1;
}

.review-list .item .author span:before {
    background: #b7b7b7;
    border-radius: 50%;
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    width: 6px;
}

.review-list .item .author em {
    color: #7e7e7e;
    display: block;
    font-size: 11px;
    font-family: nail;
}

.review-pagination {
    line-height: 1;
    text-align: center;
}

.review-pagination a, .review-pagination span {
    display: inline-block;
    margin: 0 5px;
}

.review-pagination span:not(.dots) {
    font-weight: 700;
}

.review-form {
    max-width: 516px;
}

.review-form .title-form {
    color: #c52e5a;
    font-family: Roboto, serif;
    letter-spacing: -.025em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.review-form .title-form:after {
    content: url('i/sing.png');
    display: block;
}

.review-form .el {
    border-bottom: 1px solid #c52e5a;
    font-size: 0;
    position: relative;
}

.review-form .el:before, .review-form .el:after {
    background: #c52e5a;
    border-radius: 50%;
    bottom: -4px;
    content: '';
    display: block;
    height: 9px;
    position: absolute;
    width: 9px;
}

.review-form .el:before {
    left: 0;
}

.review-form .el:after {
    right: 0;
}

.review-form .el [type="text"], .review-form .el textarea {
    background: transparent;
    border: 0;
    padding: 8px 24px 4px;
    width: 100%;
}

.review-form .el textarea {
    resize: none;
}

.review-form .el label {
    color: #515151;
    display: block;
    font-weight: 300;
    left: 0;
    padding: 7px 24px 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.review-form .el textarea + label {
    bottom: 2px;
    top: auto;
}

.review-form .el :valid + label {
    display: none;
}

.review-form .btn {
    margin-top: 24px;
    position: relative;
}

.review-form [type="submit"] {
    background: #cd1a4e;
    background: linear-gradient(to right, #cd1a4e 0%, #ff3d76 100%);
    border: 0;
    box-shadow: 0 6px 12px -6px rgba(0, 0, 0, .45);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 30px;
    text-transform: uppercase;
    width: 100%;
    max-width: 280px;
}

.review-form .btn .ajax-icon {
    background: #cd1a4e;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 46px;
    left: 0;
    margin: auto;
    padding-top: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    visibility: hidden;
    max-width: 280px;
}

.review-form .btn.send .ajax-icon {
    visibility: visible;
}

.review-form .note {
    color: #515151;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 13px;
    text-align: center;
}

.review-form .note span {
    display: inline-block;
    text-align: left;
}

#gwolle_gb_messages_top_container {
    color: #a9e150;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(23px);
}

#gwolle_gb_messages_top_container ul, #gwolle_gb_messages_top_container ul li {
    margin: 0;
}

#gwolle_gb_messages_top_container ul li:before {
    display: none;
}

#gwolle_gb_messages_bottom_container {
    font-size: 14px;
    padding-top: 14px;
    text-align: center;
}

#gwolle_gb_messages .title-message {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 14px;
    text-transform: uppercase;
}

#gwolle_gb_messages.error .title-message {
    color: #e64978;
}

#gwolle_gb_messages ul {
    display: inline-block;
    margin-bottom: 3px;
    text-align: left;
}

#gwolle_gb_messages ul li {
    margin-bottom: 0;
}

@media (min-width: 570px) {
    .review-list {
        margin-top: 28px;
    }

    .review-list .item {
        margin-bottom: 43px;
        padding-left: 76px;
    }

    .review-list .item .author {
        padding-bottom: 13px;
    }

    .review-list .item .author strong {
        font-size: 20px;
    }

    .review-list .item .author span {
        font-size: 20px;
        margin-left: 54px;
    }

    .review-list .item .author span:before {
        left: -30px;
        top: 8px;
    }

    .review-list .item .text {
        margin-top: 15px;
    }

    .review-pagination {
        margin-top: 40px;
    }

    .review-form {
        margin: 41px auto 0;
    }

    .review-form .title-form {
        font-size: 32px;
    }

    .review-form .title-form:after {
        margin: 7px auto 0;
    }

    .review-form .el {
        margin-bottom: 8px;
    }

    .review-form .el [type="text"], .review-form .el textarea, .review-form .el label {
        font-size: 16px;
    }

    .review-form .el textarea {
        height: 126px;
    }
}

@media (max-width: 1069px) and (min-width: 570px) {
    .review-form .title-form {
        font-size: 28px;
    }

    .review-form .title-form:after {
        margin: 7px auto 0;
    }
}

@media (max-width: 819px) and (min-width: 570px) {
    .review-list .item {
        margin-bottom: 43px;
        padding-left: 76px;
    }

    .review-list .item .author {
        padding-bottom: 13px;
    }

    .review-list .item .author strong {
        font-size: 18px;
    }

    .review-list .item .author span {
        font-size: 18px;
        margin-left: 30px;
    }

    .review-list .item .author span:before {
        left: -18px;
        top: 8px;
    }
}

@media (max-width: 569px) {
    .review-list {
        margin-top: 28px;
    }

    .review-list .item {
        background: none;
        margin-bottom: 43px;
    }

    .review-list .item .author {
        padding-bottom: 13px;
    }

    .review-list .item .author strong {
        font-size: 16px;
        letter-spacing: -.025em;
    }

    .review-list .item .author span {
        font-size: 16px;
        letter-spacing: -.025em;
        margin-left: 22px;
    }

    .review-list .item .author span:before {
        left: -14px;
        top: 5px;
    }

    .review-list .item .text {
        margin-top: 15px;
    }

    .review-pagination {
        margin-top: 40px;
    }

    .review-form {
        margin: 41px auto 0;
    }

    .review-form .title-form {
        font-size: 20px;
    }

    .review-form .title-form:after {
        margin: 7px auto 0;
    }

    .review-form .el {
        margin-bottom: 8px;
    }

    .review-form .el [type="text"], .review-form .el textarea, .review-form .el label {
        font-size: 16px;
    }

    .review-form .el textarea {
        height: 126px;
    }
}

.window-modal {
    background: #fff1f5 url('i/pattern-slider.png') no-repeat;
    background-size: auto 100%;
    border-radius: 16px;
    bottom: 0;
    box-shadow: 0 0 16px 0 rgba(81, 81, 81, .45);
    display: none;
    height: 280px;
    left: 0;
    margin: auto;
    padding: 19px 24px 0;
    position: fixed;
    right: 0;
    top: 0;
    max-width: 480px;
    z-index: 22;
}

.window-modal .close {
    border: 2px solid #848484;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
}

.window-modal .close:before, .window-modal .close:after {
    background: #848484;
    bottom: 0;
    content: '';
    height: 8px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
}

.window-modal .close:before {
    transform: rotate(45deg);
}

.window-modal .close:after {
    transform: rotate(-45deg);
}

.window-modal .title {
    color: #c52e5a;
    display: none;
    font-family: Roboto, serif;
    font-size: 24px;
    letter-spacing: -.025em;
    margin-bottom: 12px;
    text-transform: uppercase;
    text-align: center;
}

.window-modal .input {
    border-bottom: 1px solid #c52e5a;
    margin-bottom: 16px;
    position: relative;
}

.window-modal .input:before, .window-modal .input:after {
    background: #c52e5a;
    bottom: -4px;
    border-radius: 50%;
    content: '';
    height: 7px;
    position: absolute;
    width: 7px;
}

.window-modal .input:before {
    left: 0;
}

.window-modal .input:after {
    right: 0;
}

.window-modal .input input {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 16px 4px;
    width: 100%;
}

.window-modal .input label {
    bottom: 0;
    display: block;
    font-size: 16px;
    font-weight: 300;
    left: 0;
    padding: 11px 16px 0;
    position: absolute;
    right: 0;
    top: 0;
}

.window-modal .input :valid + label {
    display: none;
}

.window-modal .btn {
    margin-top: 24px;
    position: relative;
}

.window-modal .btn [type="submit"] {
    background: #c52e5a;
    background: linear-gradient(to right, #c52e5a 0%, #e64978 100%);
    border: 0;
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, .45);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 43px;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    width: 200px;
}

.window-modal .btn .ajax-loader {
    background: #c52e5a;
    color: #fff;
    font-size: 24px;
    height: 100%;
    left: 0;
    margin: auto;
    padding-top: 9px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 200px;
}

.window-modal .fz152 {
    font-size: 11px;
    margin: 20px auto 0;
    max-width: 515px;
}

.window-modal-over {
    background: #515151;
    display: none;
    height: 100%;
    left: 0;
    opacity: .7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

#show-backring-form:checked ~ .window-modal, #show-order-form:checked ~ .window-modal, #show-backring-form:checked ~ .window-modal-over, #show-order-form:checked ~ .window-modal-over, #show-backring-form:checked ~ .window-modal .title.backring, #show-order-form:checked ~ .window-modal .title.education, #show-backring-form:checked ~ .window-modal [for="show-backring-form"], #show-order-form:checked ~ .window-modal [for="show-order-form"] {
    display: block;
}

/* Кастомизация платёжной системы */
.wc_payment_method > input {
    display: initial !important;
}

.wc_payment_method li {
    list-style-type: none !important;
}

label[for="payment_method_rbscredit_i"] {
}

label[for="payment_method_rbscredit_i"]::after {
    content: url('https://antilopa-nails.ru/wp-content/uploads/rass-e1639248762195.png');
}

/*---- страница курса (oplata) ---------*/
.course-price {
    font-weight: 700;
    padding-right: 10px;
}

.course-price-digits-old {
    text-decoration: line-through;
    font-size: large;
}

.course-price-digits {
    font-size: x-large;
    margin-left: 10px;
}

.course-option {
    font-weight: 700;
    padding-right: 10px;
}

.course-dates {

}

.cloudpayments-button {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #c52e5a;
	padding: 10px;
	color: white;
    font-family: Roboto, serif;
	font-size: large;
}

.course-payment {
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #848484;
    border-top: 1px dotted #848484;
    padding-top: 15px;
    padding-bottom: 10px;    
}

.course-payment-credit button {
    width: 100%;
    display: none;
}

.course-payment-credit p {
    font-weight: 400;
    color: #C52E5A;
}

/* AMO */
.amo-button-holder {
    bottom: 180px !important;
    right: 60px !important;
}

#scrollMenu {
 overflow: scroll;
max-height: 100vh;
    padding-bottom: 150px;
}
/*----------  fixed title  ----------*/
@media (max-width: 569px) {

    header .phones-big {
    display: none;
    }

    header .fixed-title {
        width: 100%;
        height: 53px; /* 3px - на border */
        background-color: #c52e5a;
        z-index: 20;
        display: inline-flex;
        flex-wrap: nowrap;
        border-bottom-width: 3px;
        border-bottom-color: #FFFFFF;
        border-bottom-style: solid;
        align-self: flex-start; /* <-- this is the fix */
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    header .fixed-title label {
        position: relative;
        display: block;
        padding-top: 20px;
        margin-right: 10px;
    }

    header .fixed-title label i {
        background: #ffffff;
        border-radius: 4px;
        display: block;
        height: 5px;
        position: relative;
        width: 28px;
    }

    header .fixed-title i:before, header .fixed-title label i:after {
        background: #ffffff;
        border-radius: 4px;
        content: '';
        height: 5px;
        left: 0;
        position: absolute;
        width: 28px;
    }

    header .fixed-title label i:before {
        top: -9px;
    }

    header .fixed-title label i:after {
        bottom: -9px;
    }

    .fixed-phone {
        /*position: relative;*/
        display: block;
        width: 100%;
        line-height: 50px;
    }


    .fixed-phone a {
        display: block;
        width: 90%;
        color: #FFFFFF;
        font-size: 6.8vw;
        font-family: Roboto, serif;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
    }

    .fixed-logo {
        min-width: 46px;
        min-height: 46px;
        margin-right: 10px;
        margin-left: 5px;
        width: 46px;
        height: 46px;
        margin-top: 2px;
    }

    .fixed-logo-logo {
        background-image: url('i/logo-circle100x100.png');
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
    }

    .fixed-logo-phone {
        background-image: url('i/icons/phone100x100.png');
        background-size: 80%;
        background-position: left center;
        background-repeat: no-repeat;
        animation: flash 1s ease-out;
    }

    .fixed-logo picture {
        min-width: 50px;
        min-height: 50px;
        width: 50px;
        height: 50px;
    }

    .fixed-logo img {
        width: auto;
        height: 44px;
        padding-top: 2px;
        padding-left: 3px;
    }
}

.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}

/* youtube responsive */
.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}


/* effects */
.pic777 {
    -webkit-animation-name: fadeInUp;
    /*animation-name: fadeInUp;*/
    animation: fadeInUp 1s linear;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  /*animation-name: flash;*/
  animation: flash 1s ease-out;

}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInUp {
    /*-webkit-animation-name: fadeInUp;*/
    /*animation-name: fadeInUp;*/
    animation: fadeInUp 1s ease-out;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInLeft {
    animation: fadeInLeft 1s ease-out;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInRight {
    /*-webkit-animation-name: fadeInRight;*/
    /*animation-name: fadeInRight;*/
    animation: fadeInRight 1s ease-out;
}


.button-flare {
    border: none;
    position: relative;
    overflow: hidden;
    display: block;
}

.button-flare .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg); /* Наклон */
    /*animation: flareAnimation;*/
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear; /* Время и тип анимации можно менять */
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}