body {
    min-width: 320px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

a {
    color: #000;
}

.wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    position: relative;
    z-index: 1
}

.header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.g-wrapper {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto
}

@media (min-width: 640px) {
    .g-wrapper {
        padding: 0 30px
    }
}

.accessories {
    color: #ececec
}

.accessories__bg {
    background-position: 50% 40px;
    background-repeat: no-repeat
}

.accessories__inner {
    text-align: center
}

.wrapper .accessories__title {
    color: #f6fa02;
    margin: 0 0 40px
}

.accessories__strong {
    font-size: 34px
}

.accessories__desc {
    margin: 10px 0 0
}

.accessories__rules {
    font-size: 22px
}

.accessories__rules h3 {
    font-size: 34px
}

.accessories__rules p {
    margin: 0
}

.accessories__rules p + p {
    margin: 5px 0 0
}

.accessories__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 80px 0;
    margin: -40px -15px
}

.accessories__item {
    width: 100%;
    padding: 40px 15px
}

@media (min-width: 1280px) {
    .accessories__item {
        width: 50%
    }
}

.accessories__container {
    border: 1px solid #8a8a8b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px
}

@media (min-width: 768px) {
    .accessories__container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 20px 30px;
        height: 340px
    }
}

.accessories__item_blue .accessories__container {
    background-image: url(images/v.jpg);
    background-size: cover;
    border: none;
    position: relative
}

.accessories__item_blue .accessories__container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 206px;
    height: 56px;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -o-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    background-image: url(images/gift.png)
}

.accessories__image {
    margin: 0 0 20px;
    text-align: center
}

@media (min-width: 768px) {
    .accessories__image {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: auto;
        padding: 0 40px 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.accessories__image img {
    max-width: 100%
}

.accessories__label {
    display: inline-block;
    background: #f6fa02;
    padding: 3px 10px;
    border-radius: 5px;
    color: #000;
    margin: 0 0 10px
}

.accessories__name {
    font-size: 22px;
    margin: 16px 13px 25px;
    min-height: 80px;
}

.accessories__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    white-space: nowrap
}

.accessories__price span:first-child {
    font-size: 18px;
    text-decoration: line-through
}

.accessories__price span:last-child {
    font-size: 38px;
    font-weight: 700;
    color: #f6fa02
}

.accessories__price span + span {
    margin: 0 0 0 10px
}

.accessories__text {
    font-size: 18px;
    margin: 10px 0 0;
    font-weight: 500;
    color: #ececec
}

.accessories__small {
    margin: 5px 0 0;
    font-size: 14px
}

.accessories__sale {
    margin: 10px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7cfbf7;
    font-size: 54px;
    font-weight: 900;
    line-height: 1
}

.accessories__sale span + span {
    margin: 0 0 3px 10px
}

.accessories__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.accessories__button {
    font-size: 22px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 6px 55px;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .accessories__button {
        margin-top: auto
    }
}

.accessories__button:hover {
    color: #7d6c5e;
    background-color: #fff
}

.architecture {
    background-repeat: no-repeat;
    background-position: 50% 25%;
    background-color: #122d58;
    padding: 68px 0 100px;
    overflow: hidden;
    position: relative;
    z-index: 5
}

.architecture:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url(images/bgar.png);
    background-position: 50% 50%;
    top: 0;
    left: 0;
    z-index: -1
}

.architecture__title {
    color: #7cfbf7;
    position: relative;
    z-index: 10
}

.architecture__content {
    max-width: 910px;
    margin: 64px auto 0;
    padding: 15px;
    border-radius: 10px;
    color: #fff
}

@media (min-width: 768px) {
    .architecture__content {
        padding: 0
    }
}

.architecture__content strong {
    letter-spacing: -.3px;
    display: block;
    font-weight: 700;
    font-size: 34px
}

.architecture__content p {
    line-height: 1.2;
    margin: 18px 0 0
}

@media (min-width: 1024px) {
    .architecture__content p {
        font-size: 22px;
        margin: 26px 0 0
    }
}

.architecture__image {
    text-align: center;
    margin: 50px 0 55px
}

@media (min-width: 1280px) {
    .architecture__image {
        margin: 60px 0 0 0
    }
}

.architecture__image img {
    max-width: 100%
}

.card {
    text-align: center
}

.card_blue {
    color: #fff
}

.card_purple {
    color: #fff
}

.card_white {
    color: #000;
    background-color: #fff;
    padding: 80px 20px 50px !important;
    border: 1px solid #d3d3d3
}

.card__image {
    margin: auto;
    min-height: 265px;
    max-width: 285px;
}

.card__image img {
    max-width: 100%;
}

.card__title {
    font-size: 24px
}

.card__info {
    margin: 8px -5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .card__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.card__type {
    font-size: 18px;
    margin: 0 5px
}

.card__label {
    font-size: 16px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 10px 5px 0
}

.card__label_silver {
    background-color: #b4b4b4
}

.card__label_gold {
    background-color: #fda969
}

.card__label_gray-light {
    background-color: #949899
}

.card__label_gray-dark {
    background-color: #3a3b3d
}

.card__label_red {
    background-color: #ed4a3b
}

.card__label_gray {
    background-color: #606876
}

.card__label_blue {
    background-color: #7cfbf7;
    color: #333
}

@media (min-width: 768px) {
    .card__label {
        margin: 0 5px
    }
}

.card_white .card__label {
    color: #fff
}

.card__price {
    margin: 21px -12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .card__price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

.card__old {
    margin: 0 12px;
    color: #cbcbcb;
    text-decoration: line-through;
    font-size: 22px
}

@media (min-width: 1280px) {
    .card__old {
        font-size: 26px
    }
}

.card__new {
    margin: 0 12px;
    font-weight: 700;
    font-size: 28px
}

@media (min-width: 1280px) {
    .card__new {
        font-size: 36px
    }
}

.card_blue .card__new {
    color: #ec2f2a
}

.card_blue .red .card__new {
    color: #a50400d4;
}

.card_purple .card__new {
    color: #7cfbf7
}

.card_red .card__new {
    color: #ec2f2a
}

.card__action {
    margin: 10px 0 0
}

@media (min-width: 768px) {
    .card__action {
        margin: 32px 0 0
    }
}

.card__buy {
    font-size: 22px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 6px 55px;
    border-radius: 10px;
    text-decoration: none
}

.card__buy:hover {
    color: #7d6c5e;
    background-color: #fff
}

.card_white .card__buy {
    color: #000;
    border: 2px solid #000
}

.card_white .card__buy:hover {
    color: #fff;
    background-color: #000
}

.card_red .card__buy {
    color: #ec2f2a;
    border: 2px solid #ec2f2a
}

.card_red .card__buy:hover {
    color: #000;
    border-color: #000;
    background-color: transparent
}

.cards {
    position: relative;
    z-index: 10;
    padding: 97px 0 68px;
    margin: -29px 0
}

.cards__inner {
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}

.cards__inner:after {
    content: "";
    position: absolute;
    width: 140%;
    left: -20%;
    height: 90px;
    border-radius: 50%
}

.cards__inner:before {
    top: 0
}

.cards__inner:after {
    bottom: 0
}

.cards_blue .cards__inner:after, .cards_blue .cards__inner:before {
    background-color: #2c82b9
}

.cards_purple .cards__inner:after, .cards_purple .cards__inner:before {
    background-color: #2c82b9
}

.cards_ginger .cards__inner:after, .cards_ginger .cards__inner:before {
    background-color: #fda969
}

.cards__bg {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 45px;
    background-color: red
}

.cards_gray .cards__inner:after,.cards_gray .cards__inner:before{background-color:#717075}

.cards_gray .cards__inner .cards__bg{background-color:#717075}

.cards_blue .cards__inner .cards__bg {
    background-color: #2c82b9
}

.cards_purple .cards__inner .cards__bg {
    background-color: #2c82b9
}

.cards_ginger .cards__inner .cards__bg {
    background-color: #fda969
}

.cards__wrapper {
    position: relative;
    z-index: 50
}

.cards__items {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -15px -33px
}

.cards_white .cards__items {
    margin-top: -296px
}

.cards__item {
    margin: 30px 0;
    padding: 0 33px;
    width: 100%
}

@media (min-width: 1024px) {
    .cards__item {
        width: 30%
    }
}

.cards__action {
    margin: 77px 0 0;
    position: relative;
    text-align: center
}

.cards__more {
    text-decoration: none;
    border-bottom: 1px solid;
    position: relative
}

.cards__more:after, .cards__more:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 140px;
    height: 1px;
    background-color: #f6fa02
}

.cards__more:before {
    right: calc(100% + 40px)
}

.cards__more:after {
    left: calc(100% + 40px)
}

.cards_white .cards__more:after, .cards_white .cards__more:before {
    background-color: #000
}

.cards_blue .cards__more {
    color: #f6fa02;
    border-bottom-color: #f6fa02
}

.cards_blue .cards__more:hover {
    color: #fff
}

.cards_purple .cards__more {
    color: #f6fa02;
    border-bottom-color: #f6fa02
}

.cards_purple .cards__more:hover {
    color: #fff
}

.cards_white .cards__more {
    color: #000;
    border-bottom-color: #000
}

.cards_white .cards__more:hover {
    opacity: .7
}

.contacts {
    position: relative;
    background-color: #eee;
    overflow: hidden;
    z-index: 1
}

@media (min-width: 1280px) {
    .contacts {
        padding: 80px 0
    }
}

@media (min-width: 1280px) {
    .contacts {
        padding: 138px 0 189px
    }
}

.contacts__map {
    margin: 0 -15px;
    height: 260px
}

@media (min-width: 1280px) {
    .contacts__map {
        margin: 0;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: calc(1280px - 100vw);
        z-index: 10
    }
}

.contacts__inner {
    margin: 0 -30px;
    padding: 30px;
    background-color: #fff
}

@media (min-width: 1280px) {
    .contacts__inner {
        padding: 54px 117px 30px 20px;
        position: relative;
        z-index: 20;
        width: 58.333333333333336%
    }

    .contacts__inner:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: #fff;
        left: -9999px;
        width: 9999px
    }
}

.contacts__title {
    margin: 0 0 14px
}

.contacts__desc {
    font-size: 18px;
    line-height: 1.666666666666667
}

.contacts__select {
    margin: 51px 0 0;
    padding: 0 20px;
    font-weight: 400;
    width: 100%;
    height: 42px;
    font-size: 18px;
    border: 1px solid #ccc
}

.contacts__select:focus {
    outline: 0
}

.contacts__group {
    margin: 18px 0 0;
    display: none
}

.contacts__group.is-active {
    display: block
}

.contacts__item {
    font-weight: 500;
    padding: 32px 25px;
    background-color: #f6f6f6
}

.contacts__item + .contacts__item {
    margin: 15px 0 0
}

.contacts__name {
    color: #2f7cc9;
    font-size: 18px
}

.contacts__location, .contacts__metro {
    font-size: 16px
}

.contacts__metro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.contacts__metro-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    padding: 1px 5px 0 0
}

.contacts__metro-icon svg {
    width: 20px;
    height: 20px
}

.footer {
    padding: 30px 0 17px;
    background-color: #030303
}

@media (min-width: 1024px) {
    .footer {
        padding: 10px 0
    }
}

.footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 480px) {
    .footer__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer__logo {
    color: #fff;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s;
    width: 185px
}

.footer__logo:hover {
    opacity: .7
}

.footer .social {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    padding: 0 0 25px
}

@media (min-width: 480px) {
    .footer .social {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 8px 0 0
    }
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px 0 17px;
    z-index: 99
}

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

.header__logo {
    color: #000;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s;
    width: 120px
}

@media (min-width: 400px) {
    .header__logo {
        width: 185px
    }
}

.header__logo:hover {
    opacity: .7
}

.header .social {
    padding: 8px 0 0
}

.header .social__link {
    color: #000;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s
}

.header .social__link:hover {
    color: #000;
    opacity: .5
}

.intro {
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    padding: 138px 0 30px
}

.intro__content p {
    font-size: 22px;
    line-height: 1.2;
    color: #ff0000;
    margin: 25px 0 0
}

@media (min-width: 1024px) {
    .intro__content p {
        font-size: 30px
    }
}

.intro__content strong {
    font-weight: bold;
    font-size: 35px;
}

.intro__image {
    padding: 35px 0 0
}

.intro__image img {
    max-width: 100%
}

.painting {
    padding: 127px 0 100px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    background-color: #fed958;
    background-position: 100% 10%;
    background-repeat: no-repeat
}

.painting:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url(images/star2.png);
    background-position: 0 300%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: -1
}


.painting__inner {
    margin: 60px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 768px) {
    .painting__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.painting__image {
    margin: 30px auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (min-width: 768px) {
    .painting__image {
        width: 30%;
        margin: 0;
    }
}

.painting__image img {
    max-width: 100%;
    text-align: center
}

.painting__content {
    margin: -10px 0 0;
}

.painting__content strong {
    letter-spacing: -.3px;
    display: block;
    font-weight: 700;
    font-size: 34px
}

.painting__content p {
    margin: 26px 0 0;
    line-height: 1.2
}

.podcasts {
    padding: 80px 0;
    background-color: #fcde78;
    position: relative;
    z-index: 100
}

@media (min-width: 1024px) {
    .podcasts {
        /*padding: 200px 0 100px*/
    }
}

.podcasts:before {
    content: "";
    position: absolute;
    width: 140%;
    left: -20%;
    height: 90px;
    border-radius: 50% 50% 0 0;
    bottom: -30px;
    background-color: #fed958
}

.podcasts__bg {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    display: none
}

@media (min-width: 1024px) {
    .podcasts__bg {
        display: block
    }
}

.podcasts__wrapper {
    position: relative;
    z-index: 10
}

.podcasts__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .podcasts__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

h2.podcasts__title {
    color: #7cfbf7;
    text-align: left;
    margin: 0 0 30px
}


@media (min-width: 1024px) {
    .podcasts__content {
        /*max-width: 480px*/
    }
}

.podcasts__content strong {
    letter-spacing: -.3px;
    display: block;
    font-weight: 700;
    font-size: 34px
}

.podcasts__content p {
    margin: 26px 0 0;
    line-height: 1.2
}

.podcasts__image {
    width: 100%;
    text-align: center;
    margin: 20px 0 0
}

@media (min-width: 768px) {
    .podcasts__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 25px;
        margin: 0;
        width: 30%
    }
}

.podcasts__image img {
    max-width: 100%
}

.podcasts__items {
    padding: 70px 0 0;
    position: relative;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -15px -33px
}

.podcasts__item {
    padding: 0 33px;
    width: 100%
}

@media (min-width: 1024px) {
    .podcasts__item {
        margin: 30px 0;
        width: 30%
    }
}

.podcasts__sales {
    margin: 80px 0 0;
    border: 1px dashed #ec2f2a;
    padding: 7px
}

.podcasts__sales-inner {
    background-color: #ec2f2a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 20px 30px
}

.podcasts__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
    text-align: center;
    width: 100%
}

@media (min-width: 640px) {
    .podcasts__text {
        font-size: 28px
    }
}

@media (min-width: 1024px) {
    .podcasts__text {
        width: 255px;
        text-align: left
    }
}

.podcasts__sales-items {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: none
}

@media (min-width: 1024px) {
    .podcasts__sales-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.podcasts__sales-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.podcasts__sales-item img {
    max-width: 100px;
    max-height: 100px
}

.podcasts__sep {
    font-size: 52px
}

.podcasts__sale {
    font-size: 80px;
    font-weight: 700;
    white-space: nowrap;
    display: none
}

@media (min-width: 1024px) {
    .podcasts__sale {
        display: block
    }
}

.podcasts__sale span {
    vertical-align: 10px;
    font-size: 52px
}

.rules {
    background-color: #2a2a2a;
    padding: 30px 0
}

@media (min-width: 768px) {
    .rules {
        padding: 70px 0 140px
    }
}

.rules__inner {
    color: #ececec
}

.rules__inner h3 {
    margin: 0 0 45px
}

.rules__inner p {
    margin: 8px 0 0;
    max-width: 960px
}

.rules__inner strong {
    display: block;
    max-width: 960px;
    margin: 16px 0 0
}

.social__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -14px
}

.social__item {
    padding: 4px
}

.social__link {
    padding: 10px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s
}

.social__link:hover {
    color: #a1a1a1
}

.social svg {
    max-width: 24px;
    max-height: 24px
}

.spec {
    background-color: #fed958;
    padding-top: 1px;
    padding-bottom: 75px;
    position: relative
}

.spec:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url(images/star.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.spec__head {
    text-align: center;
    margin-bottom: 70px
}

.spec__title {
    color: #ec2f2a
}

.spec__desc {
    margin: 40px 0 0
}

.spec__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .spec__list {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

p.blue {
    color: #2f7cc9;
}

.painting .cards__wrapper, .podcasts .cards__wrapper, .spec .cards__wrapper {
    margin-top: 70px;
}

.painting:before {
    content: "";
    position: absolute;
    width: 140%;
    left: -20%;
    height: 90px;
    border-radius: 0 0 50% 50%;
    bottom: -30px;
    background-color: #fcde78;
}

.cards_ginger:after {
    content: "";
    position: absolute;
    width: 140%;
    left: -20%;
    height: 90px;
    border-radius: 0 0 50% 50%;
    bottom: -30px;
    background-color: #fda969;
}

.accessories:before {
    content: "";
    position: absolute;
    width: 140%;
    left: -20%;
    height: 90px;
    border-radius: 0 0 50% 50%;
    bottom: -44px;
    background-color: #717075;
}

.title-pic {
    margin-bottom: 25px;
}

.title-pic.xs-hide img {
    width: 80%;
}

.lg-hide {
    display: none;
}

@media (max-width: 1024px) {
    .xs-hide {
        display: none;
    }
    .lg-hide {
        display: block;
    }
    .lg-hide img {
        width: 100%;
    }
}
