@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import "reset.css";

/* font-family: "Inter", sans-serif; */

/* general */
html,
body {
    height: 100%;
}
body {
    position: relative;
    font-family: "Inter", sans-serif;
    background: #ffffff;
    color: #202020;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.container-bottom {
    max-width: 810px;
    width: 100%;
    margin: 0 auto;
}
.container-second {
    max-width: 748px;
    width: 100%;
    margin: 0 auto;
}
/* control */
.dr81vaq-control {
    font-family: "Inter", sans-serif;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 54px;
    padding: 5px;
    transition: all 0.5s ease-out;
    border: none;
    box-sizing: border-box;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    background: linear-gradient(180deg, #5400E5 0%, #4000AD 100%);
}

/* Header */
.dr81vaq-header {
    position: relative;
    padding: 12px 20px;
    background: #0F0127;
}
.dr81vaq-header--plate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dr81vaq-brand {
    font-family: "Cinzel", serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #07DD64;
}
.dr81vaq-boating--chart {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}
.dr81vaq-boating--item {
    transition: .2s;
    text-align: center;
    padding: 2px;
}
.dr81vaq-boating--item:hover {
    color: #07DD64;
}
.dr81vaq-boating--item.active {
    color: #07DD64;
}
.dr81vaq-boating--item + .dr81vaq-boating--item {
    margin-left: 40px;
}
.dr81vaq-bill {
    position: absolute;
    z-index: 5;
    right: 20px;
    width: 25px;
    height: 18px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.dr81vaq-bill .dr81vaq-rope {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #ffffff;
    transition: transform 0.2s ease-out;
}
.toggle .rope1 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}
.toggle .rope2 {
    display: none;
}
.toggle .rope3 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}

/* CONTENT */
.dr81vaq-layout {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
}
.dr81vaq-layout.dr81vaq-layout--bg {
    background: #36116B;
    color: #ffffff;
}
.dr81vaq-layout.menu-bg::after {
    content: '';
    background: rgb(28 7 71 / 60%);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.dr81vaq-major {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.dr81vaq-major__bg {
    background-image: url(../images/bg-modal-dr81vaq.jpg);
    background-color: #020536B2;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.dr81vaq-major__bg .dr81vaq-major {
    justify-content: center;
    padding: 20px;
}
.dr81vaq-title {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    color: #FF8E19;
}
.dr81vaq-title span {
    color: #ffffff;
}
.dr81vaq-text {
    text-align: center;
}
.dr81vaq-summary {
    font-size: 38px;
    font-family: "Cinzel", serif;
    line-height: 46px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 32px;
}
.dr81vaq-nuance {
    font-size: 21px;
    line-height: 32px;
    text-align: center;
}
.dr81vaq-major--plate h2 {
    text-align: center;
    color: #07DD64;
    margin-bottom: 8px;
}

/*  */
.dr81vaq-major--plate {
    background-image: url(../images/bg-plate-dr81vaq.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 63px 20px;
}
.dr81vaq-depiction {
    padding: 10px 20px 40px;
    width: 100%;
}
.dr81vaq-depiction--image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 36px;
}
.dr81vaq-depiction--image img {
    width: 100%;
}
.dr81vaq-depiction .dr81vaq-control {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 36px;
}
.dr81vaq-depiction--block ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.dr81vaq-depiction--block li {
    padding: 24px 20px;
    border: 1px solid #07DD64;
    border-radius: 10px;
    background: rgba(7, 221, 100, 0.2);
}
.dr81vaq-depiction--block h2 {
    font-family: "Cinzel", serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.dr81vaq-depiction--block h3 {
    color: #07DD64;
    margin-bottom: 8px;
}
.dr81vaq-depiction--block p {
    font-size: 16px;
    line-height: 24px;
}

.dr81vaq-about {
    padding: 40px 20px 60px;
    background: rgb(0 0 0 / 40%);
}

.dr81vaq-about p {
    margin-bottom: 20px;
}

.dr81vaq-features {
    padding: 40px 20px 60px;
}

.dr81vaq-features .dr81vaq-depiction--block ul {
    grid-template-columns: repeat(2, 1fr);
}

/* Contacts */

.dr81vaq-contacts {
    padding: 40px 20px 60px;
    width: 100%;
}

.dr81vaq-contacts--block h2 {
    font-family: "Cinzel", serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.dr81vaq-contacts--block h3 {
    color: #07DD64;
    margin-bottom: 8px;
}

.dr81vaq-forms--row {
    margin-bottom: 20px;
}

.dr81vaq-forms {
    max-width: 600px;
    width: 100%;
    margin: 30px auto 0;
}

.dr81vaq-forms--input {
    width: 100%;
    display: block;
    outline: 0;
    z-index: 2;
    position: relative;
    height: 54px;
    padding: 12px 20px;
    border: 1px solid #07DD64;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.dr81vaq-forms--input::placeholder {
    color: #ffffff;
}

textarea.dr81vaq-forms--input {
    height: 100px;
}

/* modal */
.dr81vaq-tooltip__bg {
    background: rgba(28, 7, 71, 0.6);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.dr81vaq-tooltip__block {
    background-image: url(../pics/bg-tooltip-dr81vaq.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000000;
    position: relative;
    max-width: 454px;
    width: 100%;
    min-height: 540px;
    margin: 80px auto 0;
    border-radius: 30px;
    padding: 36px;
    display: flex;
    flex-direction: column;
}
.dr81vaq-tooltip__block .dr81vaq-control {
    background: linear-gradient(180deg, #10C257 0%, #03723C 100%);
    color: #ffffff;
}
.dr81vaq-tooltip__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    flex-grow: 1;
}
.dr81vaq-tooltip__close {
    position: absolute;
    z-index: 9;
    top: -30px;
    right: -40px;
}
.dr81vaq-tooltip__img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.dr81vaq-modal {
    background: #000000;
    color: #ffffff;
    max-width: 720px;
    width: 100%;
    border-radius: 60px;
    padding: 70px 60px;
    animation: slide-in-bottom 0.5s linear both;
}
@keyframes slide-in-bottom {
    0% {
      transform: translateY(30px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}  
.dr81vaq-modal--title {
    text-align: center;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    color: #C8FF52;
    margin-bottom: 14px;
}
.dr81vaq-modal--text {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 18px;
}
.dr81vaq-control--wrap {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.dr81vaq-control--wrap .dr81vaq-control {
    font-size: 28px;
    line-height: 32px;
    height: 64px;
    background: linear-gradient(90deg, #051255 50%, #001899 100%);
    border-radius: 20px;
}
.dr81vaq-control--wrap .dr81vaq-control--primary {
    background: linear-gradient(90deg, #C8FF52 50%, #7FA800 100%);
    color: #000000;
}
.dr81vaq-control--error {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    color: #FF1F1F;
    transition: .4s;
    margin-top: 20px;
    display: none;
}
.dr81vaq-control--error.show {
    display: block;
}


/* Information */
.dr81vaq-information {
    padding: 60px 20px;
}
.dr81vaq-information h1 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}
.dr81vaq-information h2 {
    font-weight: 700;
    margin-bottom: 16px;
}
.dr81vaq-information p {
    margin-bottom: 16px;
}
.dr81vaq-information a {
    display: inline-block;
    color: #07DD64;
    font-weight: 600;
}
.dr81vaq-information ul {
    list-style-type: disc;
    padding-left: 20px;
}
.dr81vaq-information ol {
    list-style-type: decimal;
    padding-left: 20px;
}
.dr81vaq-information li {
    margin-bottom: 16px;
}

.dr81vaq-matches {
    padding: 90px 20px;
    width: 100%;
}
.dr81vaq-matches--list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}
.dr81vaq-matches--point {
    border-bottom: 2px solid rgb(255 255 255 / 50%);
    padding-bottom: 30px;
}
.dr81vaq-matches--point:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.dr81vaq-matches--images {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 36px;
}
.dr81vaq-matches--images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dr81vaq-matches--topic {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}
.dr81vaq-matches--wording {
    margin-bottom: 24px;
}
.dr81vaq-matches--list .dr81vaq-control {
    max-width: 250px;
    margin: 0 auto;
}
.dr81vaq-matches--point iframe {
    vertical-align: middle;
    margin-top: 20px;
}


/* FOOTER */
.dr81vaq-footer {
    padding: 40px 20px;
    color: #ffffff;
    background: #0F0127;
}
.dr81vaq-brand--bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-family: "Cinzel", serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #07DD64;
}
.dr81vaq-footer--chart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 24px;
}
.dr81vaq-footer--chart a {
    padding: 6px 30px;
    text-align: center;
}
.dr81vaq-footer--speech {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #F2F2F2;
    margin-bottom: 24px;
}
.dr81vaq-footer--under {
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
}

.dr81vaq-block__footer {
    position: relative;
}

.dr81vaq-footer--notice {
    font-size: 12px;
    line-height: 20px;
    padding: 16px 20px;
    border: 1px solid #07DD64;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 24px;
}


/* modal Cookie */
.dr81vaq-pastry__block {
    display: none;
    padding: 28px 0 28px;
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 90%);
    color: #000000;
    border-radius: 60px 60px 0 0;
    box-shadow: 1px -10px 15px -3px rgb(0 0 0 / 22%);
}
.dr81vaq-wrap {
    width: 100%;
    max-width: 1184px;
    padding: 0 20px;
    margin: 0 auto;
}
.dr81vaq-pastry__block p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}
.dr81vaq-pastry__block .dr81vaq-control {
    opacity: .6;
}
.dr81vaq-tooltip__general {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000067;
    padding: 20px;
}
.dr81vaq-tooltip__container {
    max-width: 600px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dr81vaq-tooltip__list {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 34px;
}
.dr81vaq-tooltip__container h3 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.dr81vaq-tooltip__container p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.dr81vaq-tooltip__container .error-tooltip {
    display: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #ff0000;
}
.dr81vaq-modal__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 16px;
}
.dr81vaq-modal__buttons .dr81vaq-control {
    max-width: 100%;
}
.dr81vaq-pastry__block:hover .dr81vaq-control {
    opacity: 1;
}
.dr81vaq-attentive {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    border: 2px solid #EF1C24;
    font-family: monospace;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .dr81vaq-boating--item + .dr81vaq-boating--item {
        margin-left: 20px;
    }
    .dr81vaq-boating--item {
        padding: 10px;
    }
    .dr81vaq-bill {
        display: flex;
    }
    .dr81vaq-bill--plate {
        display: none;
        position: absolute;
        z-index: 2;
        top: 58px;
        right: 0;
        max-width: 460px;
        width: 100%;
    }
    .dr81vaq-boating--chart {
        font-size: 16px;
        line-height: 24px;
        flex-direction: column;
        background: #1E192D;
        padding: 56px 20px;
    }
    .dr81vaq-boating--item + .dr81vaq-boating--item {
        margin-top: 30px;
        margin-left: 0;
    }
}
@media (max-width: 780px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }
    .dr81vaq-major--plate {
        padding: 46px 20px;
    }
    .dr81vaq-tooltip__block {
        padding: 60px 20px 40px;
        margin: 0;
        min-height: 480px;
        max-width: 100%;
        border-radius: 0;
        height: 100%;
    }
    .dr81vaq-tooltip__close {
        top: 20px;
        right: 20px;
    }
    .dr81vaq-tooltip__close img {
        width: 30px;
    }
    .dr81vaq-title {
        font-size: 30px;
        line-height: 38px;
    }
    .dr81vaq-summary {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .dr81vaq-nuance {
        font-size: 18px;
        line-height: 24px;
    }
    .dr81vaq-depiction {
        padding: 5px 20px 40px;
    }
    .dr81vaq-about {
        padding: 40px 20px 40px;
    }
    .dr81vaq-features {
        padding: 40px 20px 40px;
    }
    .dr81vaq-contacts {
        padding: 40px 20px 60px;
    }
    .dr81vaq-depiction--image {
        margin-bottom: 24px;
    }
    .dr81vaq-depiction .dr81vaq-control {
        margin: 0 auto 24px;
    }
    .dr81vaq-depiction--block ul {
        grid-template-columns: 1fr;
    }
    .dr81vaq-features .dr81vaq-depiction--block ul {
        grid-template-columns: 1fr;
    }
    .dr81vaq-footer--chart a {
        padding: 2px 19px;
    }
    .dr81vaq-footer {
        padding: 40px 20px 24px;
        font-size: 14px;
    }
    .dr81vaq-footer--chart {
        margin-bottom: 16px;
    }
    .dr81vaq-brand--bottom {
        margin-bottom: 16px;
    }
    .dr81vaq-brand--bottom img {
        max-width: 220px;
    }
    .dr81vaq-footer--speech {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .dr81vaq-information {
        padding: 36px 20px;
    }
    .dr81vaq-information h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 24px;
    }
    .dr81vaq-information h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .dr81vaq-tooltip__container h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
    }
    .dr81vaq-tooltip__list {
        padding: 40px 20px;
    }
    .dr81vaq-tooltip__container p {
        font-size: 18px;
        line-height: 24px;
    }
    .dr81vaq-tooltip__container .error-tooltip {
        font-size: 14px;
        line-height: 18px;
    }
    .dr81vaq-pastry__block p {
        font-size: 16px;
        line-height: 24px;
    }
    .dr81vaq-attentive {
        top: -6px;
    }
    .dr81vaq-depiction--block h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .dr81vaq-contacts--block h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .dr81vaq-brands {
        padding: 24px 20px;
    }
    .dr81vaq-brands--list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
        margin-bottom: 20px;
    }
    .dr81vaq-matches {
        padding: 40px 20px;
    }
    .dr81vaq-matches--topic {
        font-size: 20px;
        line-height: 24px;
    }
    .dr81vaq-matches--images {
        margin-bottom: 20px;
    }
    .dr81vaq-modal {
        border-radius: 30px;
        padding: 40px 24px 40px;
    }
    .dr81vaq-modal--title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .dr81vaq-modal--text {
        font-size: 20px;
        line-height: 26px;
    }
    .dr81vaq-control--wrap .dr81vaq-control {
        font-size: 20px;
        line-height: 24px;
        height: 50px;
        border-radius: 10px;
    }
    .dr81vaq-control--error {
        font-size: 18px;
        line-height: 22px;
    }
}

