body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #0B0017;
}

.wrapper {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}

header {
    width: 100%;
    height: 90px;
    background: #1C1C1C;
    position: relative;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 800px) {
    header {
        height: initial;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
    }
}

header .container {
    max-width: 1170px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .container.top-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 800px) {
    header .container.top-items {
        justify-content: center;
        align-items: stretch;
    }
}

@media screen and (max-width: 800px) {
    header .container.top-items .item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

header .container.top-items .item.btns-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 800px) {
    header .container.top-items .item.btns-block {
        flex-wrap: initial;
    }
}

@media screen and (max-width: 560px) {
    header .container.top-items .item.btns-block {
        justify-content: center;
    }
}

header .container.top-items .item.btns-block a {
    margin: 0 10px;
}

@media screen and (max-width: 800px) {
    header .container.top-items .item.btns-block a {
        width: 45%;
        padding: 14px 35px;
        margin: 0 4px;
        flex: 1;
    }
}

@media screen and (max-width: 560px) {
    header .container.top-items .item.btns-block a {
        width: initial;
        max-width: 100px;
    }
}

@media screen and (max-width: 800px) {
    header .container .logo {
        padding: 10px 0;
    }
}

header .container .logo img {
    max-height: 70px;
    width: initial;
}

header .container .logo a,
header .container .logo span {
    color: #F50000;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-style: italic;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

main h1 {
    font-weight: 800;
    font-size: 34px;
    line-height: 140%;
    text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
}

main h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    text-transform: uppercase;
  padding: 20px 0;
  text-align: center;
}

main h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
}

main h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

main a {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-decoration: underline;
    color: #F50000;
}

main a:hover {
    text-decoration: none;
}

main a:visited {
    color: #A00000;
}

main .primary-menu {
    padding: 20px 40px;
    background: #FAF3F3;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 570px;
    width: 100%;
}

main .primary-menu a,
main .primary-menu span {
    color: #1C1C1C;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-decoration: none;
    position: relative;
}

main .primary-menu a:hover,
main .primary-menu span:hover {
    text-decoration: underline;
    color: #F50000;
}

main .primary-menu a:visited,
main .primary-menu span:visited {
    color: #A00000;
}

main .primary-menu a::before,
main .primary-menu span::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-image: url(/wp-content/themes/15016/assets/dist/images/symbol.png?9c67e0914d2f6d9eb0a5b417c7fde91a);
    position: absolute;
    left: -20px;
}

main .primary-menu ul {
    list-style-type: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

main .primary-menu ul li {
    display: flex;
    flex-direction: column;
    margin: 5px 0;
}

main .primary-menu ul li a {
    display: flex;
}

main .primary-menu ul li ul {
    margin-left: 20px;
}

main .primary-menu ul li ul li a::before {
    background-image: url(/wp-content/themes/15016/assets/dist/images/sub_symbol.png?23c4088de9a12245ccec13021672ee6d);
}

.menu {
    display: flex;
    width: 100%;
    max-width: 1170px;
}

.banner {
    width: 100%;
    background: #151515;
}

.banner a {
    display: flex;
    justify-content: center;
}

.banner .banner-mobile {
    display: none;
}

.title {
    max-width: 1170px;
    width: 100%;
    margin-top: 60px;
}

.sub-banner {
    max-width: 1170px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.sub-banner__title {
    color: #FFF;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    position: absolute;
    top: 40px;
    left: 40px;
}

.sub-banner__price {
    color: #FFF;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    position: absolute;
    top: 80px;
    left: 40px;
    text-transform: uppercase;
}

.sub-banner .btn {
    position: absolute;
    top: 160px;
    left: 40px;
    color: #FFF;
}

.sub-banner img {
    max-width: 1170px;
}

.sub-banner .banner-mobile {
    display: none;
    width: 100%;
}

.sub-banner .banner-desktop {
    height: 250px;
}

.sub-title {
    max-width: 1170px;
    width: 100%;
    margin-top: 40px;
}

.btn {
    margin: 2px 0;
    display: flex;
    color: #FFF;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 28px;
    background: linear-gradient(180deg, #F50000 28.55%, #9E0000 100%);
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    border: 1px solid transparent;
}

.btn:hover {
    background: linear-gradient(0deg, #F50000 28.55%, #9E0000 100%);
    color: #FFF;
}

.btn:visited {
    color: #FFF;
}

.download {
    position: relative;
    margin: 2px 0;
    display: flex;
    color: #FFF;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 55px 14px 28px;
    background: transparent;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #F50101;
}

.download:hover {
    background: linear-gradient(0deg, #F50000 28.55%, #9E0000 100%);
    color: #FFF;
}

.download:focus {
    border: 1px solid #A30101;
    background: #A30101;
}

.download:visited {
    color: #FFF;
}

.download img {
    width: 24px;
    height: initial;
    display: block;
    position: absolute;
    right: 24px;
}

@media screen and (max-width: 800px) {
    .download img {
        right: 10px;
    }
}

@media screen and (max-width: 800px) {
    .download img {
        right: 6px;
    }
}

.description {
    width: 100%;
    max-width: 1170px;
}

picture img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
}

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

.description table {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0 20px;
}

.description table tr td {
    padding: 11px 0 9px 20px;
    border-bottom: 1px solid #E0E0E0;
}

.description table tr:last-child td {
    border: none;
}

.description blockquote {
    background: #FAF3F3;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px 40px;
}

footer {
    display: flex;
    width: 100%;
    height: 78px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #E0E0E0;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #1C1C1C;
    margin-top: 60px;
}

.to-top {
    position: fixed;
    bottom: 100px;
    right: calc((100% / 2) - 650px);
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, #F50000 28.55%, #9E0000 100%);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
}

.to-top:hover {
    background: linear-gradient(0deg, #F50000 28.55%, #9E0000 100%);
}

.to-top.show {
    display: flex;
}

.page-not-found {
    display: flex;
    width: 100%;
    max-width: 1070px;
    margin-top: 50px;
    align-items: center;
}

.page-not-found__content {
    color: #1C1C1C;
}

.page-not-found__content__title {
    font-weight: 500;
    font-size: 120px;
    line-height: 141px;
}

.page-not-found__content__message {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.page-not-found__drum {
    display: flex;
}

@media screen and (max-width: 1170px) {
    header .container {
        padding: 0 20px;
    }

    .title,
    .sub-banner,
    .sub-title,
    .menu,
    .description {
        margin: 15px;
        width: calc(100% - 30px);
    }

    .page-not-found {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        width: calc(100% - 40px);
    }

    .page-not-found__drum {
        display: flex;
        justify-content: center;
    }

    .page-not-found__drum img {
        width: 90%;
    }

    .to-top {
        right: 15px;
        bottom: 15px;
    }
}

@media screen and (max-width: 540px) {
    header .container .logo a,
    header .container .logo span {
        font-size: 14px;
    }

    .banner .banner-desktop,
    .sub-banner .banner-desktop {
        display: none;
    }

    .banner .banner-mobile,
    .sub-banner .banner-mobile {
        display: block;
    }

    .logo-image {
        max-width: 90%;
    }

    .page-not-found__content {
        color: #1C1C1C;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-not-found__content__title {
        font-size: 64px;
        line-height: 75px;
    }

    .page-not-found__content__message {
        font-size: 16px;
        line-height: 19px;
    }
}


/*# sourceMappingURL=cleopatra.min.css.map*/