:root {
    --primary: #fff !important;
    --primary-text: #294990 !important;
    --primary-gradient: #1D1C3D;
    --slave: #56a3db !important;
    --gray: #6f6b6b !important;
    --action-bg: #E20613 !important;
    --action-text: #ffffff !important;
    --bs-accordion-bg: transparent !important;
}

html,
body {
    font-family: "Neo Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    /*line-height: 40px;*/
    /*padding-top: 4rem;*/
    color: #fff;
    background: linear-gradient(180deg, var(--primary-text) 0%, var(--primary-gradient) 100%);
    background-color: var(--primary-text);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--primary-text)), to(var(--primary-gradient)));
    background-image: -webkit-linear-gradient(top, var(--primary-text), var(--primary-gradient));
    background-image: -moz-linear-gradient(top, var(--primary-text), var(--primary-gradient));
    background-image: -o-linear-gradient(top, var(--primary-text), var(--primary-gradient));
    background-image: linear-gradient(to bottom, var(--primary-text), var(--primary-gradient));
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.header {
    font-size: 0.85rem;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    cursor: pointer;
}

.navbar-brand img {
    max-height: 6vh;
}

section {
    position: relative;
    /*padding-bottom: 1rem;*/
    margin-bottom: 2rem;
}

section h1 {
    font-weight: 900;
    font-family: "Neo Sans Pro Ultra";
    font-size: 2rem;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

section h2 {
    font-weight: 900;
    font-size: 1.4rem;
    color: var(--primary-gradient);
    text-transform: uppercase;
    /* margin-top: 1.4rem; */
}

section h3 {
    font-weight: 900;
    font-size: 0.8rem;
    color: var(--gray);
    text-transform: uppercase;
    cursor: pointer;
}

section h3 .fas {
    color: var(--gray);
}

span.red {
    color: var(--primary);
}

section p {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 200;
    color: var(--primary);
    /*text-transform: uppercase;*/
}

section p.lead {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

section p.text {
    text-transform: none;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
}

section p.text a {
    color: var(--primary-gradient);
}

section p.text a:hover {
    color: var(--primary);
}

section p a {
    color: var(--action-text)
}

section p a:hover {
    color: var(--action-bg)
}

.nav-link {
    text-transform: uppercase;
}

.nav-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.join {
    font-size: 1rem;
    font-weight: 700;
    font-family: "Neo Sans Pro Ultra";
    line-height: 1.6rem;
    padding: 0.1rem 1.6rem;
    background-color: var(--action-bg);
    color: var(--action-text);
    border-radius: 3rem;
    text-decoration: none;
    text-transform: uppercase;
}

.join:hover {
    color: #fff;
    background-color: var(--primary-gradient);
}

.btn.btn-join {
    background-color: var(--primary-gradient);
    color: #fff;
    font-size: 0.5rem;
}

.btn.join:disabled {
    border-color: var(--action-bg);
}

/*.VueCarousel-slide {*/
/*    position: relative;*/
/*    !*background: #42b983;*!*/
/*    !*color: #fff;*!*/
/*    font-family: Arial;*/
/*    font-size: 24px;*/
/*    text-align: center;*/
/*    min-height: 100px;*/
/*}*/

/*.VueCarousel-navigation-button { font-size: 36px; }*/


/* .about .row {
	background: #fff;
	height: 100vh;
} */

/* .about .row > div:nth-child(1) {
	margin-top: 8rem;
} */

.about {
    padding-top: 4rem;
}

.about h1 {
    font-size: 3.4rem;
    line-height: 3.8rem;
    margin-top: 0;
}

.about .slide1 {
    background-image: url(../img/slide_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.about p {
    font-family: "Neo Sans Pro Regular";
    /*font-weight: 400;*/
    font-size: 1rem;
    line-height: 1.2rem;
}

.about .join {
    /*transform: scale(1.4);*/
    /* padding-left: 1.3rem; */
    /* margin-bottom: 1rem; */
}

.discount img {
    width: 50%;
}

.discount span {
    color: var(--primary-gradient);
    font-weight: 400;
    font-size: 0.6rem;
}

.gradient-lr {
    position: relative;
    left: -1rem;
    height: 100vh;
    background: linear-gradient(89.87deg, rgba(255, 255, 255, 0.978461) 1%, rgba(255, 255, 255, 0) 70%);
}

.gradient-tb {
    position: relative;
    top: -1rem;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.14deg, #ffffff 12.59%, rgba(255, 255, 255, 0) 80.13%);
}

.aboutm {
    position: relative;
}

.aboutm .image {
    position: absolute;
    display: block;
    background-image: url("../img/slide_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 50%;
    width: 100%;
    bottom: -35%;
    left: 0;
    overflow: hidden;
}

.aboutm .join,
.aboutm .discount {
    position: relative;
    z-index: 10;
}

.timer {
    display: flex;
    padding-top: 1rem;
    justify-content: center;
}

.about .timer {
    justify-content: flex-start;
}

.timer div {
    padding: 0.5rem;
    text-align: center;
}

.timer .digit {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
}

.timer .text {
    font-size: 1rem;
}

.programm .icons {
    padding-top: 0;
}

.programm .icons div {
    padding: 2rem 1rem;
}

.programm .icons span {
    color: var(--gray);
    display: block;
    margin-top: 0.5rem;

    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.right-slide {
    background: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    margin-top: 0rem;
}

.right-slide .full-height {
    position: relative;
    left: -1rem;
    height: 75vh;
}

.right-slide .full-height.gradient::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    background: linear-gradient(89.87deg, rgba(255, 255, 255, 0.978461) 1%, rgba(255, 255, 255, 0) 70%);
}

.slide-program {
    background-image: url(../img/slide_2_3.jpg);
}

.slide-age {
    background-image: url(../img/ages.jpg);
}

.slide-eat {
    background-image: url(../img/eating.jpg);
}

.slide-clock {
    background-image: url(../img/clock.jpg);
}

.fas {
    color: var(--primary);
}

.fas.rem4 {
    font-size: 4rem;
}

.accordion-item {
    padding-bottom: 1rem;
    border: none;
}

.accordion-button {
    background-color: #e8e8e8;
    border: none;
    font-weight: 800;
    font-family: "Neo Sans Pro Ultra";
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #4d4d4d;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #e8e8e8;
    background-color: var(--primary-text);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234D4D4D'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    color: var(--gray);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2rem;
    /* text-transform: uppercase; */
}

.accordion-body h5 {
    font-weight: 900;
    font-family: "Neo Sans Pro Ultra";
    font-size: 1rem;
    color: var(--primary-gradient);
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.accordion-body p {
    margin-bottom: 0.1rem;
}

.themes .accordion-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0.1rem;
}

.ages {
    padding-top: 3rem;
}

.ages .age {
    text-align: center;
}

.ages .age h2 {
    font-weight: 900;
    font-family: "Neo Sans Pro Ultra";
    font-size: 1.6rem;
    color: var(--primary-gradient);
    text-transform: uppercase;
    padding-top: 1rem;
}

.ages .age h3 {
    font-weight: 700;
    font-family: "Neo Sans Pro Ultra";
    font-size: 1.2rem;
    color: var(--primary-gradient);
    text-transform: uppercase;
}

.ages .age p {
    font-weight: 500;
    font-size: 0.8rem;
    padding-top: 1rem;
    color: var(--gray);
    line-height: 1rem;
}

.ages .age .circle {
    background-color: #e8e8e8;
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.contacts .order {
    display: flex;
    flex-wrap: wrap;
}

.contacts .order > div {
    flex: 0 0 auto;
    width: 100%;
}

.contacts h5 {
    text-transform: uppercase;
    /*color: var(--gray);*/
    font-size: 1rem;
    margin-bottom: 1rem;
}

.contacts p {
    font-weight: 500;
}

.img-circle {
    background-size: cover;
    border-radius: 50%;
    border: 0.15rem solid #d2d2d2;
    height: 10rem;
    margin: 1rem auto;
    width: 10rem;
}

p.address {
    background-color: #e8e8e8;
    color: var(--primary-text);
    font-weight: 500;
    text-align: center;
    padding: 0.5rem 0.25rem;
}

p.address a {
    color: var(--primary-text);
}

p.address a .fa-map-marker-alt {
    color: #000;
}

p.address a:hover {
    color: #000;
}

.contacts .phones {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contacts .phones p {
    padding: 0;
    line-height: 0.2rem;
}

.contacts a {
    color: #fff;
    text-decoration: none;
}

.contacts a:hover {
    color: var(--primary-text)
}


.clock tbody tr td {
    color: var(--gray);
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.clock tbody tr td:first-child {
    color: var(--primary-gradient);
    font-weight: 900;
    font-family: "Neo Sans Pro Ultra";
    padding-right: 1rem;
    padding-bottom: 0.5rem;
}

.mosJoin h1 {
    margin-bottom: 0;
}

.mosJoin .accordion-header {
    margin: 0;
}

.mosJoin .accordion-body {
    padding: 0.5rem 0 1rem;
}

/*ul > li,*/
/*ol > li {*/
/*    font-size: 0.7rem;*/
/*}*/

.buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
}

.buttons div {
    padding: 0.2rem;
}

ul,
ol {
    padding-left: 1rem;
}

/*li {*/
/*    color: var(--gray);*/
/*    font-size: 0.8rem;*/
/*    line-height: 1.2rem;*/
/*}*/

.prices {
    padding-top: 7rem;
}

.cards {
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
    align-items: stretch;
}

.card {
    /*margin: 1rem;*/
    /*width: 15rem;*/
    /*min-height: 45vh;*/
    /*border: 0.5px solid #d2d2d2;*/
    /*border-radius: 1.5rem;*/
    /*box-sizing: border-box;*/
    box-shadow: 8px 8px 30px rgb(86 163 219 / 35%);
}

.card h5 {
    font-size: 1rem;
}

.prices .card.discount::before {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 3rem;
    height: 3rem;
    content: "";
    background-image: url(../img/discount.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.card .card-body {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-around;*/
}

.card .card-title {
    color: var(--primary-text);
}

.card .condition,
.card .includes {
    color: var(--gray);
    font-size: 0.7rem;
    line-height: 0.8rem;
}

.card .price {
    font-family: "Neo Sans Pro Ultra";
    font-size: 1.2rem;
    margin-top: -1.5rem;
}

.card .hint {
    font-family: "Neo Sans Pro";
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: 400;
    margin-top: 0rem;
}

.card .now .price,
.card .now .hint {
    color: var(--primary-gradient);
}

.card .old .price,
.card .old .hint {
    color: #c4c4c4;
    font-size: 0.7rem;
    line-height: 0.4rem;
    margin-top: -0.8rem;
}

.card .old .hint {
    margin-top: 0.4rem;
}

.card .old .price {
    position: relative;
}

.card .old .price.crossout::before {
    content: "";
    width: 35%;
    height: 1px;
    background: var(--primary);
    position: absolute;
    bottom: 3px;
    left: -4px;
    transform: rotate(-9.4deg);
}

.card .includes i {
    color: var(--primary-gradient);
}

.dropdown-menu {
    font-size: inherit;
}

.modal-backdrop {
    z-index: 0;
}

.modal-backdrop.show {
    opacity: 0;
}

.modal-content {
    font-size: 0.8rem;
    box-shadow: 0.8rem 1.5rem 1.5rem rgb(0 0 0 / 40%);
}

select > option {
    color: var(--primary-text);
}

select > option:disabled {
    color: var(--gray);
}

.accordion {
    --bs-accordion-bg: transparent;
}

.list-group-item.active {
    background-color: var(--primary-text);
}

.form-control {
    border-width: 0.2rem;
}

/* iphone 5 */
@media screen and (min-width: 320px) and (max-width: 359px) {
    .hideip5 {
        display: none;
    }

    html,
    body {
        font-size: 14px;
        line-height: 28px;
    }

    .header {
        font-size: 1rem;
        text-align: center;
    }

    .navbar-brand img {
        max-height: 40px;
    }

    .aboutm .image {
        bottom: -70%;
    }

    .aboutm h1 {
        margin: 1.2rem 0;
    }

    h1 {
        font-size: 1.8rem;
        text-align: center;
        margin: 0;
    }

    h2 {
        font-size: 1.2rem;
        line-height: 1rem;
        text-align: center;
    }

    p {
        font-weight: 400;
        font-size: 0.75rem;
        line-height: 1rem;
    }

    p.text {
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .discount {
        padding: 0.9rem 0;
    }

    .discount img {
        width: 25%;
    }

    .aboutm .join {
        transform: scale(1.5);
    }

    .programm .icons {
        padding-top: 0;
    }

    .ages {
        padding-top: 1rem;
        flex-direction: column;
    }

    .ages .age {
        padding-top: 0.5rem;
    }

    .ages .age h2,
    .ages .age h3 {
        color: var(--primary);
        font-size: x-large;
    }

    .accordion-body {
        font-size: 1rem;
        line-height: 1rem;
    }

    .themes .accordion-body {
        display: flex;
        flex-direction: column;
        margin-bottom: 0.1rem;
    }

    .themes .accordion-body div {
        margin-bottom: 0.1rem;
    }

    .themes .accordion-body p {
        margin-bottom: 0.1rem;
    }

    .img-circle {
        width: 12rem;
        height: 12rem;
    }

    .contacts .order > div {
        --bs-gutter-x: 0;
    }

    .contacts p {
        font-size: 0.6rem;
        line-height: 0.6rem;
    }

    .clock tbody tr td {
        font-size: 1rem;
    }

    .clock tbody tr td:first-child {
        padding-right: 0.8rem;
        padding-bottom: 0.1rem;
    }

    .mosJoin h1 {
        margin-top: 0.5rem;
    }

    .buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .buttons div {
        flex: 1 0 50%;
        padding: 0.2rem;
        flex-wrap: wrap;
    }

    li {
        font-size: 0.8rem;
        line-height: 0.8rem;
    }

    .afterJoin p.lead {
        font-size: 0.8rem;
        line-height: 0.8rem;
        padding: 0;
    }

    .cards {
        overflow-x: scroll;
        margin-left: calc(-0.5 * var(--bs-gutter-x));
        margin-right: calc(-0.5 * var(--bs-gutter-x));
        padding: 0.1rem 3rem;
    }

    .card {
        flex: none;
        max-width: 100%;
        min-height: 50vh;
    }

    .card-body {
        width: 16rem;
    }
}

/* iphone 6 */
@media screen and (min-width: 360px) and (max-width: 575px) {
    html,
    body {
        font-size: 13px;
        line-height: 28px;
    }

    .header {
        font-size: 1rem;
        text-align: center;
    }

    /* .navbar-brand img {
        max-height: 60px;
    } */
    .aboutm .image {
        bottom: -65%;
    }

    h1 {
        font-size: 2.2rem;
        text-align: center;
        margin-top: 0.5rem;
    }

    h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    p {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.2rem;
        padding: 0.9rem 0;
    }

    p.lead {
        font-size: 1.2rem;
        line-height: 1.2rem;
        padding: 0;
    }

    p.text {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }

    .discount {
        padding: 0.8rem 0;
    }

    .discount img {
        width: 25%;
    }

    .aboutm .join {
        transform: scale(1.6);
    }

    .accordion-body {
        font-size: 1.3rem;
        line-height: 1.4rem;
    }

    .themes .accordion-body {
        display: flex;
        flex-direction: column;
        margin-bottom: 0.1rem;
    }

    .themes .accordion-body div {
        margin-bottom: 0;
    }

    .themes .accordion-body p {
        padding: 0.15rem 0;
    }

    .ages {
        padding-top: 0;
        flex-direction: column;
    }

    .ages .age {
        padding-top: 3rem;
    }

    .ages .age h2,
    .ages .age h3 {
        color: var(--primary);
        font-size: x-large;
    }

    .img-circle {
        width: 14rem;
        height: 14rem;
    }

    .contacts .order > div {
        --bs-gutter-x: 0;
    }

    .buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .buttons div {
        flex: 1 0 50%;
        padding: 0.2rem;
        flex-wrap: wrap;
    }

    ul > li,
    ol > li {
        font-size: 1rem;
    }

    li {
        font-size: 0.9rem;
        line-height: 1rem;
    }

    .cards {
        overflow-x: scroll;
        padding: 3rem;
        margin-left: calc(-0.5 * var(--bs-gutter-x));
        margin-right: calc(-0.5 * var(--bs-gutter-x));
    }

    .card {
        flex: none;
        max-width: 100%;
        /*min-height: 55vh;*/
    }
}

/* tablets */
@media screen and (min-width: 576px) and (max-width: 991px) {
    /* .navbar-brand img {
        max-height: 60px;
    } */
    .header {
        font-size: 0.4rem;
    }

    .join {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .programm .icons {
        padding-top: 0;
    }

    .programm .icons div {
        padding: 1rem;
    }

    .ages {
        padding-top: 4rem;
    }

    .accordion-button {
        font-size: 1rem;
    }

    .accordion-body h5 {
        font-size: 0.6rem;
    }

    .img-circle {
        display: none;
    }
}

@media screen and (min-width: 576px) {
    .themes .accordion-body div {
        flex: 1 0 50%;
        margin-bottom: 0.25rem;
        text-align: center;
    }

    .navbar-brand img {
        max-height: 6vh;
    }

    .buttons div {
        padding: 0.2rem;
    }

    .btn.btn-join {
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1281px) {
    .about .row > div:nth-child(1) {
        margin-top: 3rem;
    }

    h1 {
        font-size: 1.5rem;
        text-align: left;
    }

    p {
        font-size: 0.8rem;
    }

    .img-circle {
        height: 6rem;
        width: 6rem;
    }

    p.address {
        padding: 0.15rem;
        font-size: 0.7rem;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1441px) {
    .about .row > div:nth-child(1) {
        margin-top: 3rem;
    }
}

/* @media screen and (min-width: 1441px) {
	.about .row > div:nth-child(1) {
		margin-top: 5rem;
	}
} */

@media screen and (min-width: 768px) and (max-width: 1365px) and (min-height: 550px) and (max-height: 960px) {
    html,
    body {
        font-size: 1.1rem;
    }

    .navbar-brand img {
        max-height: 50px;
    }

    .fas.rem4 {
        font-size: 2rem;
    }

    .accordion-button {
        font-size: 1rem;
    }

    .clock tbody tr td:first-child {
        padding-bottom: 0;
    }

    .clock tbody tr td {
        line-height: 1.2rem;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1442px) and (min-height: 600px) and (max-height: 800px) {
    html,
    body {
        font-size: 1.15rem;
    }

    p {
        font-size: 0.8rem;
    }

    .navbar-brand img {
        max-height: 50px;
    }

    .fas.rem4 {
        font-size: 2rem;
    }

    .accordion-button {
        font-size: 1rem;
    }

    .clock tbody tr td:first-child {
        padding-bottom: 0;
    }

    .clock tbody tr td {
        line-height: 1.2rem;
    }
}

@media screen and (min-width: 1441px) {
    /* .about .row > div:nth-child(1) {
        margin-top: 5rem;
    } */
    html,
    body {
        font-size: 1.2rem;
    }

    .clock tbody tr td:first-child {
        padding-bottom: 0;
    }
}

#landscapePrevent {
    display: none;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    text-align: center;
}

#landscapePrevent .fa-square {
    color: var(--primary-gradient);
}

#landscapePrevent .fa-undo {
    color: #fff;
}

/*
	##Device = Low Resolution Tablets, Mobiles (Landscape)
	##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
    #app,
    #pp-nav {
        display: none;
    }

    #landscapePrevent {
        display: flex;
    }
}


.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}

.fade-enter, .fade-leave-to /* .fade-leave-active до версии 2.1.8 */
{
    opacity: 0;
}