/* Обнуление */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Подключение шрифта */
@font-face {
    font-family: 'Gotham Pro';
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro Bold';
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-display: swap;
}

@font-face {
    font-family: "Muller";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: "Muller";
    font-style: normal;
    font-display: swap;
    font-weight: 900;
}

/* ROOT */
:root {
    --main-color: #ff2400;
}

/* body */
body {
    padding: 22px 0 20px 0;
    background: #FFFFFF;
    font-family: 'Gotham Pro';
}

body a {
    text-decoration: none;
    color: inherit;
}

/* header */
header {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 14px auto;
    padding: 0 28px;
    max-width: 1280px;
    align-items: center;
    background-color: var(--main-color);
    border-radius: 34px;
    flex-wrap: wrap;
}

header img {
    width: 73px;
    height: 18px;
}

header ul {
    display: flex;
}

header ul li {
    padding: 27px 5px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    text-transform: uppercase;
    color: #FFFFFF;
    list-style: none;
    transition: .3s all linear;
    cursor: pointer;
}

header ul li:hover {
    background-color: #00cfa6;
}

header ul li:first-child {
    margin: 0;
}

header ul li a {
    padding: inherit;
    color: inherit;
    text-decoration: none;
    font-size: 10px;
}

/* Inner */
.inner {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 14px auto 0 auto;
    width: 100%;
    min-height: 333px;
    max-width: 1280px;
    padding: 36.5px 38px 21.5px 38px;
    background: url('innerBg.webp') center / cover no-repeat;
    border-radius: 43px;
}

.inner .item,
._item {
    position: absolute;
    display: flex;
    right: 145px;
    bottom: 24.51px;
    flex-direction: column;
    padding: 13px 17px;
    background: #FFFFFF;
    border-radius: 14px;
    box-shadow: inset 1px 1px 10px #c03101;
}

.inner .item .top,
._item .top {
    display: flex;
    width: 100%;
}

.inner .item .top .gift,
._item .top .gift {
    position: relative;
    bottom: 20px;
    width: 60.28px;
    height: 68.15px;
}

.inner .item .top h2,
._item .top h2 {
    margin: 0;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 900;
    font-size: 59.12px;
    line-height: 59px;
    /*background:#EC5A4F;*/
    background: linear-gradient(55.31deg, #EC5A4F 17.74%, #B70605 82.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.inner .item p,
._item p {
    position: relative;
    max-width: 100%;
    bottom: 5px;
    margin: 0;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    align-self: center;
    text-transform: uppercase;
    color: #242424;
}

.inner .item span,
._item span {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 113.5%;
    text-align: center;
    align-self: center;
    color: #242424;
}

.inner h1 {
    margin: 0 0 15px 0;
    max-width: 55%;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.inner p {
    margin: 0 0 24px 0;
    max-width: 55%;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
}

.inner a {
    padding: 15px 45px;
    align-self: flex-start;
    background: #00cfa6;
    border-radius: 60px;
    text-decoration: none;

    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .5s;
}

.inner a:hover {
    background: #FFFFFF;
    color: #c03101;
}

/* Intro */
.intro {
    display: flex;
    flex-direction: column;
    margin: 14px auto 0 auto;
    padding: 36.5px 10px;
    max-width: 1280px;
    border-radius: 43px;
}

.intro h1 {
    margin: 0 0 15px 0;
    max-width: 876px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    align-self: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.intro h1 span.ff,
.inner h1 span:first-child {
    color: #A62A12;
}

.intro h1 span.ss,
.inner h1 span:last-child {
    color: #00cfa6;
}

._item,
.pl {
    display: none;
}

.intro h1 span:first-child {
    color: #A62A12;
}

.intro h1 span:last-child {
    color: #00cfa6;
}

.intro p {
    margin: 0 0 30px 0;
    max-width: 876px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    align-self: center;
    color: #FFFFFF;
}

.intro a {
    padding: 15px 45px;
    font-family: 'Gotham Pro Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    align-self: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #00cfa6;
    border-radius: 38px;
    border: none;
    cursor: pointer;
    transition: .5s;
}

.intro a:hover {
    background-color: #A62A12;
}

.content {
    margin: 0 auto;
    padding: 54px 0 45px 0;
    max-width: 1280px;
}

.content h2, .content h3, .content h4 {
    margin: 25px 0 15px 0;
    font-family: 'Gotham Pro Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #A62A12;
}

.content h2 span {
    color: #00cfa6;
}

.content p,
.content ul li,
.content ol li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #292929;
}

.content p,
.content ul,
.content ol {
    list-style-position: inside;
    margin-bottom: 16px;
}

.container-error {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 150px);
}

.container-error h3 {
    margin: 0;
    color: #A62A12;
    font-size: 8em;
    line-height: 150%;
}

.container-error h4 {
    margin: 0;
    color: #A62A12;
    font-size: 6em;
    line-height: 150%;
}

/* footer */
footer {
    max-width: 1280px;
    margin: 0 auto;
    background-color: var(--main-color);
    border-radius: 34px;
}

footer ul {
    display: flex;
    justify-content: center;
}

footer ul li {
    padding: 27px 5px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    text-transform: uppercase;
    color: #FFFFFF;
    list-style: none;
    transition: .3s all linear;
    cursor: pointer;
}

footer ul li:hover {
    background-color: #00cfa6;
}

footer ul li a {
    padding: 25px 9.25px;
    color: inherit;
    text-decoration: none;
    font-size: 10px;
}

.error {
    text-align: center;
}

.error h1 {
    margin: 20px auto;
}

.error p {
    margin: 20px auto;
}

/*add style*/
table {
    border-collapse: collapse !important;
    border-spacing: 0;
    margin: 20px auto;
    color: #292929;
    text-align: center;
    font-size: 16px;
}

table,
td,
th {
    border: 1px solid #595959;
}

td,
th {
    padding: 3px;
    width: 30px;
    height: 25px;
}

th {
    background-color: #7accee !important;
}

.faq__title,
.faq__head {
    margin: 25px 0 15px 0;
    font-family: 'Gotham Pro Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #A62A12;
}

.faq__content {
    max-width: 984px;
    margin: 0 auto 15px auto;
    list-style-position: inside;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #292929;
}

.menu-link {
    color: #292929;
}

.menu-link:hover {
    color: #cd2653;
}

.img-micro img {
    margin: auto;
}

@media screen and (max-width: 600px) {
    table {
        width: 100% !important;
        font-size: 12px;
        line-height: 15px;
    }

    .faq__title,
    .faq__head {
        margin: 15px 0 8px 0;
        font-size: 14px;
        line-height: 16px;
    }

    .faq__content {
        font-size: 12px;
        line-height: 15px;
    }
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.img-big:first-child img {
    width: 492px;
    height: 375px;
    border-radius: 10px;
}

.img-big img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


.img-micro img {
    width: 200px;
    height: 200px;
}

@media screen and (max-width: 600px) {
    .img-big img {
        width: 100%;
    }

}

/*new style*/
.titles {
    display: flex;
    flex-wrap: wrap;
}

.titles h1, .titles h2, .titles h3 {
    margin: 0 23px 0 0 !important;
    list-style: none;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 20px;
    color: #ffffff !important;
    transition: 0.3s;
}

.titles__items {
    text-align: center;
    margin: 0 23px 0 0 !important;
    list-style: none !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #292929 !important;
    justify-content: center;
}

.inner .container {
    display: flex;
    align-items: center;
}

.inner .body {
    width: 80%;
}


.inner .bg {
    margin: 0 30px 0 0;
    width: 143px;
    height: 143px;
    border-radius: 50%;
}

.btn_author {
    background: #00cfa6;
    padding: 15px 43.5px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-radius: 38px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    align-self: flex-start;
    transition: .3s all linear;
    display: block;
    margin-top: 30px;
    max-width: 188px;
    width: 100%;
    margin: 20px auto;
    color: #ffffff;
}

.inner .body h1 {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .inner .container {
        align-items: center;
        flex-direction: column;
    }

    .inner .bg {
        width: 82px;
        height: 82px;
        margin-right: 0;
    }

}

/*style author plashka*/

.block__expert {
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    border-radius: 44px;
    margin: 70px auto;
    padding: 23px 27px;
    background: #EFEFEF;
    text-align: left;
}

.block__expert-img img {
    max-width: 150px;
    width: 95%;
    border-radius: 50%;
}

.block__expert-name {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #A52B13 !important;
    max-width: 100% !important;
    text-align: left !important;
}

.block__expert-prof {
    font-weight: 700 !important;
    color: #1F1F1F !important;
    max-width: 100% !important;
    text-align: left !important;
}

.block__expert__text {
    width: 85%;
    max-width: 100% !important;
    text-align: left !important;
}

.block__expert-descr {
    max-width: 100% !important;
    text-align: left !important;
}

@media screen and (max-width: 600px) {
    .block__expert {
        flex-direction: column;
    }

    .block__expert-img {
        display: flex;
    }

    .block__expert-img img {
        max-width: 84px;
        margin-bottom: 25px;
    }

    .block__expert__data-mobile {
        display: block;
        margin-left: 15px;
    }

    .block__expert__text {
        width: 100%;
    }

}
footer {
    padding: 20px;
    color: white;
}
main {
    display: flex;
    flex-direction: column;
}
table {
    width: 100%;
}
main img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}
