@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');

/* HTML5 display-role reset for older browsers */
* {
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
b-footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    scroll-behavior: smooth;
}
blockquote,
q {
    quotes: none;
    margin: 0;
    text-align: center;
}
p {
    margin: 0;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
textarea {
    resize: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
}

/* FONT
---------------------------------*/
body {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
    color: #1A1717;
    background-color: #f9f7f6;
    height: 100%;
    margin: 0;
}

a {
    text-decoration: none;
}
h1, h2, h3, h4 ,h5, h6 {
    margin: 0;
}

/* FOUNDATION
---------------------------------*/
html {
    height: 100%;
    scroll-behavior: smooth;
}

.container {
    max-width: 1214px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

main {
    padding: 54px 0 0 0;
}

/* BTN */
.gluc11-btn {
    position: relative;
    background: #0264e1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 25px 5px 15px;
    height: 42px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
    outline: none;
    white-space: nowrap;
}
.btn-blue {
    font-size: 27px;
    height: 54px;
}
.gluc11__top-buttons {
    display: flex;
    align-items: center;
}
.gluc11__top-buttons a {
    margin-left: 10px;
}

.gluc11-btn span {
    margin-left: 15px;
}
.gluc11-btn__gray {
    background-color: #d9d9d9;
    color: #000000;
    padding: 5px 15px;
    font-size: 20px;
}
.gluc11__top-bottom {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.gluc11__top-bottom span {
    padding: 0 10px;
}

/* TITEL, TEXT*/
.gluc11__top-titel {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
}
.gluc11__top-titel::after {
    content: '';
    background-image: url(../images/icons/check2-logo-gluc11.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.gluc11-titel {
    font-weight: 700;
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center;
}
.gluc11-titel-ss {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}
.gluc11-titel-m {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: center;
    color: #b10909;
}
.gluc11-text-bold {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}
.gluc11-text {
    margin-bottom: 20px;
}
.gluc11-text b {
    text-align: center;
    display: block;
}
.gluc11-text-red {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #ff1616;
    margin-bottom: 20px;
}
.gluc11-text span {
    display: block;
    font-weight: 700;
    color: #ff1616;
}   
.gluc11-subtext {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    max-width: 700px;
}
.gluc11-titel-mm {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #00BDB1;
    text-align: center;
    margin-bottom: 30px;
}
.gluc11-text__union {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.gluc11-text__block {
    font-size: 26px;
    line-height: 34px;
    max-width: 520px;
}
.gluc11-text__block strong {
    display: block;
}
.gluc11__union-img {
    margin-left: 60px;
    margin-right: 60px;
}
.gluc11__union-img img {
    width: 330px;
}
.gluc11__union-pic {
    margin-right: 25px;
}
.gluc11__union-pic img {
    width: 240px;
}
.gluc11-card__list {
    list-style-type: none;
    margin: 30px 0 20px;
    max-width: 910px;
    width: 100%;
    border: 2px solid #f1f3f4;
    padding: 20px 40px;
    display: flex;
}
.gluc11-card__list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.gluc11-card__item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.gluc11-card__item:last-child {
    margin-bottom: 0;
}
.gluc11-card__item p {
    max-width: 525px;
    width: 100%;
}
.gluc11-card__item p span {
    color: #1c00c2;
}
.gluc11-rating {
    max-width: 300px;
    width: 100%;
}
.gluc11-graph {
    max-width: 300px;
    width: 100%;
    height: 24px;
    background-color: #f1f3f4;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
}
.gluc11-graph--text {
    display: none;
}
.color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
}
.color.color-1 {
    background-color: #ff914d;
    width: 30%;
}
.color.color-2 {
    background-color: #e87934;
    width: 45%;
}
.color.color-3 {
    background-color: #de6f2b;
    width: 60%;
}
.color.color-4 {
    background-color: #cd550c;
    width: 70%;
}
.gluc11-listing {
    list-style-type: none;
    padding: 20px;
    margin: 0;
    border: 3px solid #ff1616;
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
}
.gluc11-listing__item strong {
    display: block;
}
.gluc11-listing__item {
    margin-bottom: 10px;
}
.gluc11-listing__item b {
    color: #ff1616;
}
.gluc11-listing__item:last-child {
    margin-bottom: 0;
}


/* HEADER */
.gluc11-header {
    background: #FFFFFF;
    padding: 7px 0 7px;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
}
.gluc11-header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gluc11-header__buttons {
    display: flex;
    align-items: center;
}
.gluc11-header__buttons a + a {
    margin-left: 15px;
}
.gluc11-header__links img {
    width: 350px;
}
.gluc11-header__search {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #f1f3f4;
}
.gluc11-header__search img {
    width: 100%;
    height: 100%;
}

/* CONTENT */
.gluc11-content {
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    padding: 20px 27px 0;
}
.gluc11-top__union {
    display: flex;
    align-items: center;
}
.gluc11-main__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 6px 15px;
}
.gluc11__top-img {
    border: 8px solid #ffffff;
    border-radius: 50%;
    overflow: hidden;
    min-width: 176px;
    width: 176px;
    height: 176px;
    margin: -50px 10px 0 0;
}
.gluc11-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.gluc11-item {
    display: flex;
    align-items: flex-start;
}
.gluc11-item::before {
    content: '▷';
    font-weight: 900;
    margin-right: 7px;
}

.gluc11-quote {
    position: relative;
    border: 6px solid #0264e1;
    padding: 6px 37px;
    background: linear-gradient(180deg, #f5f7fa, #c3cfe2);
    margin: 0 0 20px;
    text-align: center;
    font-size: 18px;
}
.gluc11-quote-2 {
    background-color: #f1f3f4;
    padding: 15px 160px;
    max-width: 900px;
    margin: 0 auto 20px;
}
.gluc11-quote ul {
    padding-left: 28px;
}
.gluc11-quote li:not(:last-child) {
    padding-bottom: 15px;
}
.gluc11-image {
    text-align: center;
    margin-bottom: 20px;
}
.gluc11-image img {
    width: 100%;
}
.gluc11-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.gluc11-images img {
    border-radius: 10px;
}

.gluc11-images__arrow {
    margin: 0 10px;
}

.gluc11-text a {
    font-weight: 700;
    background: linear-gradient(359deg, #7f0000 33%, #F30000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid #7f0000;
}

.gluc11-checks {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 25px;
    text-align: center;
}

.gluc11-checks img {
    width: 45px;
}

.gluc11-checks p {
    margin-left: 10px;
}

.gluc11-form-one {
    font-weight: 700;
    font-size: 39px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 20px;
    color: #b10909;
}
.gluc11-form-two {
    text-decoration: line-through;
    text-align: center;
    color: #737373;
}
.gluc11-text__bottom {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.gluc11-text__curse {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 13px;
}
.gluc11-text__curse img {
    margin-right: 10px;
}
.gluc11-main__banner img {
    width: 100%;
}
.gluc11-form__union {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Forms */
.gluc11-form {
    margin-bottom: 10px;
}
.gluc11-form__block {
    display: none;
    padding: 30px;
    max-width: 430px;
    width: 100%;
    margin: 170px auto 56px;
}
.gluc11-form__block.active {
    display: block;
}

.gluc11-form__image {
    margin: -180px auto 20px;
    max-width: 200px;
    width: 100%;
    display: block;
}
.gluc11-form-row {
    position: relative;
}
.gluc11-form-control {
    background: #ffffff;
    border-radius: 11px;
    height: 52px;
    border: 1px solid #d9d9d9;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    padding: 10px;
    width: 100%;
    margin-bottom: 25px;
    outline: none;
}
.gluc11-form-control::placeholder {
    color: #000000;
}

label.error {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    font-size: 10px;
    line-height: 10px;
    color: #ff1616;
}

.gluc11-timer {
    font-weight: 700;
    font-size: 40px;
    line-height: 32px;
    justify-content: center;
    margin-bottom: 30px;
}
.timer__item.hours {
    display: none;
}
.timer__item {
    display: flex;
    align-items: center;
}
.timer__item:not(:last-child)::after {
    content: ':';
}
/* COMMENTS */

.gluc11-comment__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    margin-bottom: 15px;
    font-size: 16px;
}
.gluc11-comment__list {
    padding: 0 30px 0 0;
    margin: 0;
    list-style-type: none;
}
.gluc11-comment__list-top {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ced0d4;
    border-bottom: 1px solid #ced0d4;
    font-size: 16px;
    font-weight: 700;
    color: #737373;
}
.gluc11-comment__list-item {
    padding: 5px 80px;
}
.gluc11-comment__item {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 20px 0;
}
.gluc11-comment__blocks {
    font-size: 18px;
    line-height: 24px;
    margin-left: 10px;
    color: #000000;
}
.gluc11-comment__img {
    width: 57px;
    height: 54px;
    border-radius: 50%;
}
.gluc11-comment__names {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.gluc11-comment__names p {
    font-size: 14px;
    margin-left: 50px;
}
.gluc11-comment__names p span {
    font-size: 13px;
    color: #a6a6a6;
}
.gluc11-comment__text a {
    color: #0264e1;
    text-decoration: underline;
}
.gluc11-comment__titel {
    display: block;
    font-weight: 700;
}
.gluc11-comment__bottom {
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 11px;
    font-weight: 700;
    color: #545454;
}
.gluc11-comment__bottom li {
    padding: 10px 16px;
}
.gluc11-comment__bottom span {
    color: #BBBBBB;
}
.gluc11-res__photo {
    margin-top: 14px;
}
.black-icons {
    display: flex;
    align-items: center;
}
.black-icons img {
    width: 23px;
    height: 23px;
}
.black-icons span {
    margin-left: 10px;
}
.gluc11-comment__union {
    background-color: #f1f3f4;
    border-radius: 25px;
    padding: 10px 50px 10px 20px;
    position: relative;
}
.gluc11-comment__likes {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(rgb(147, 149, 152) 0px 3px 3px);
    background-color: #ffffff;
    border-radius: 27px;
    position: absolute;
    bottom: 15px;
    right: -25px;
    padding: 1px 5px;
}
.gluc11-comment__likes img {
    width: 18px;
    height: 18px;
}
.gluc11-comment__likes span {
    margin-left: 5px;
}
.gluc11-comment__sublist {
    padding: 0 0 0 15px;
}
.gluc11-comment--video {
    object-fit: cover;
    margin-top: 20px;
}

/* FOOTER */
.gluc11-footer--nav {
    background-color: #ffffff;
    color: #a6a6a6;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.gluc11-footer--nav a {
    color: #a6a6a6;
}
.gluc11-footer--nav a::after {
    content: '•';
    color: #a6a6a6;
    padding: 0 5px;
}


/* THANKS */
.gluc11-thank__page {
    font-family: 'Roboto', sans-serif;
    background-image: url(../images/bg-thanks-gluc11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #545454;
}
.gluc11-thank__page::after {
    content: '';
    background-image: url(../images/bg-b-gluc11.png);
    background-repeat: no-repeat;
    background-position: bottom;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 500px;
    opacity: 0.5;
}
.gluc11-thanks__img {
    width: 93px;
    height: 115px;
    margin: 0 auto 30px;
    animation: pulsate-bck 1.2s linear infinite both;
}

@keyframes pulsate-bck {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(1);
    }
  }

.gluc11-main__thanks {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    padding: 50px 20px 20px;
    position: relative;
    z-index: 9;
}
.thanks-form {
    font-size: 18px;
    border-bottom: 1px solid #cbcbcb;
    padding: 0 0 25px 0;
    margin: 0;
}
.thanks-form > p {
    padding: 15px 0;
    line-height: 28px;
}
.gluc11-form__name {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.gluc11-form__name .js-username {
    color: #ea8d24;
    margin-left: 10px;
}

.gluc11-thanks__tel .js-phone {
    color: #ea8d24;
    margin-left: 10px;
}

.gluc11-form__thanks {
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 20px;
}

.gluc11-form__thanks span {
    color: #ea8d24;
}

.gluc11-thanks__icon {
    width: 40px;
    height: 40px;
    position: relative;
}

.gluc11-thanks__tel {
    display: flex;
    align-items: center;
}
.gluc11-thanks__tel img {
    width: 40px;
    height: 40px;
}

.gluc11-deliv--list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    border-bottom: 1px solid #cbcbcb;
    padding: 0;
    margin: 0;
}
.gluc11-deliv--item {
    padding: 15px 2px;
    max-width: 175px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.gluc11-deliv--item b {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
}
.gluc11-deliv--item p {
    font-size: 17px;
    color: #000000;
}
.gluc11-deliv--item img {
    height: 60px;
    margin-bottom: 10px;
}
.gluc11-thanks--middle {
    border-bottom: 1px solid #cbcbcb;
    padding: 25px 0;
}
.gluc11-thanks--middle-text {
    font-size: 18px;
    line-height: 26px;
    color: #d0720b;
    margin-bottom: 30px;
}
.gluc11-thanks--middle-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 16px;
}
.gluc11-thanks--middle-item:first-child {
    margin-right: 50px;
}
.gluc11-thanks--middle-item p {
    margin-bottom: 20px;
}
.gluc11-thanks--middle-phone {
    background-color: #d0720b;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 45px;
    color: #ffffff;
}
.gluc11-thanks--middle-phone span {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 6px 10px;
}
.gluc11-thanks--middle-phone span:first-child {
    border-right: 1px solid #ffffff;
}


/* ASIDE */
.gluc11-aside__list {
    list-style: none;
}

.gluc11-aside__top {
    display: flex;
    align-items: center;
    border-bottom: 3px solid #00B8A2;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.gluc11-aside__top p {
    width: 50%;
    text-align: center;
    font-weight: 700;
}

.gluc11-aside__quote {
    font-style: italic;
    margin-top: 20px;
}

.gluc11-aside__quote blockquote {
    margin-bottom: 24px;
}

.gluc11-aside__item {
    margin-bottom: 20px;
}


.spinAround {
    -webkit-animation: spin 6.6s;
    animation: spin 6.6s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    90% {
        -webkit-transform: rotate(3110deg);
        -ms-transform: rotate(3110deg);
        transform: rotate(3110deg);
    }
    95% {
        -webkit-transform: rotate(3108deg);
        -ms-transform: rotate(3108deg);
        transform: rotate(3108deg);
    }
    100% {
        -webkit-transform: rotate(3109deg);
        -ms-transform: rotate(3109deg);
        transform: rotate(3109deg);
    }
}

.gluc11-spin--block {
    border: 3px solid #db0101;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 30px;
    max-width: 820px;
    width: 100%;
    margin: 50px auto 40px;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-weight: 800;
}
.gluc11-spin--block.off {
    display: none;
}
.gluc11-spin-img {
    width: 370px;
    height: 370px;
    position: relative;
    margin: 0 auto;
}
.gluc11-spin-img img{
    width: 100%;
    height: 100%;
}
.gluc11-btn--spin {
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gluc11-spin--titel {
    text-align: center;
    margin-bottom: 10px;
}
.gluc11-spin--text {
    margin-bottom: 40px;
    text-align: center;
}

.modal-block {
    position: fixed;
    z-index: 65;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 15px;
    display: none;
}
.modal-block.active {
    display: flex;
}
.modal-content {
    font-family: 'Merriweather', serif;
    max-width: 537px;
    width: 100%;
    background: #ffffff;
    margin: auto;
    padding: 75px 90px 40px;
    position: relative;
    text-align: center;
    z-index: 9;
}
.modal-icon {
    margin-top: -140px;
}
.gluc11-headline {
    font-size: 36px;
    line-height: 50px;
    color: #545454;
    margin-bottom: 10px;
}
.gluc11-textline {
    font-size: 18px;
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 20px;
}
.gluc11-btn.gluc11-btn--green {
    font-family: 'Merriweather', serif;
    background: #71c342;
    font-size: 20px;
    height: 48px;
    max-width: 200px;
    padding: 5px 15px 5px 15px;
    margin: 0 auto;
}
.closes-all {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

@media screen and (max-width: 1250px) {
    .gluc11__top-img {
        min-width: 105px;
        width: 105px;
        height: 105px;
        border: 5px solid #ffffff;
    }
    .gluc11-titel {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }
    .gluc11-titel-m {
        font-size: 18px;
        line-height: 22px;
    }
    .gluc11-text {
        margin-bottom: 10px;
    }
    .gluc11-btn {
        height: 46px;
        font-size: 14px;
    }
    .gluc11-btn::after {
        width: 77px;
    }
    .gluc11-image {
        margin-bottom: 24px;
    }

    .gluc11-comment__blocks {
        font-size: 16px;
        margin-left: 12px;
    }
    .gluc11-checks {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
        flex-direction: column;
    }
    .gluc11-checks p {
        margin: 15px 0 0 0;
    }
    .gluc11-comment__img {
        width: 48px;
        height: 46px;
    }
    .gluc11-comment__top {
        flex-direction: row-reverse;
    }

    .gluc11-quote {
        padding-left: 12px;
    }

    .gluc11-quote::before {
        width: 4px;
    }

    .gluc11-quote li:not(:last-child) {
        padding-bottom: 10px;
    }
}


@media screen and (max-width: 1024px) {
    .container {
        padding: 0 10px;
    }
    .gluc11-content {
        padding: 20px 5px 0;
        background-color: #F9F7F6;
    }
    .gluc11-main__top {
        flex-direction: column;
        padding: 0 0 30px;
    }
    .gluc11-top__union {
        flex-direction: column;
    }
    .gluc11__top-img {
        margin: -50px 0 20px 0;
    }
    .gluc11__top-middle {
        margin-bottom: 30px;
    }
    .gluc11__top-middle {
        margin-bottom: 25px;
    }
    .gluc11-text__union {
        flex-direction: column;
    }
    .gluc11-text__block {
        text-align: center;
        font-size: 18px;
        line-height: 24px;
    }
    .gluc11__union-img {
        margin: 0 0 10px 0;
    }
    .gluc11__union-pic {
        margin: 0 0 20px;
    }
    .gluc11-header__links {
        display: none;
    }
    .gluc11-comment__list-item {
        padding: 5px 20px;
        background-color: #fff;
    }
    .gluc11-comment__list-top {
        padding: 20px 0 30px;
    }
    .gluc11-comment__sublist {
        padding: 0;
        margin-left: -35px;
    }
    .gluc11-comment__union {
        padding: 10px 5px 10px 10px;
    }
    .gluc11-comment__names p {
        font-size: 11px;
        margin-left: 20px;
    }
    .gluc11-comment__names p span {
        font-size: 9px;
    }
    .gluc11-comment__names {
        justify-content: space-between;
    }
    .gluc11-footer--nav {
        background-color: #F9F7F6;
        padding: 10px 2px;
    }
    .gluc11-quote-2 {
        padding: 15px 20px;
    }
    .gluc11-btn  {
        padding: 5px 10px 5px 25px;
    }
    .gluc11-btn svg {
        position: absolute;
        left: 0;
    }
    .gluc11-btn span {
        margin: 0;
    }
    .gluc11-btn__gray {
        padding: 5px 10px;
    }
    .gluc11-comment__bottom li {
        padding: 10px 5px;
    }
    .gluc11-comment__list {
        padding: 0;
    }
    .gluc11-footer--nav a::after {
        padding: 0 2px;
    }
    .gluc11__top-buttons a {
        margin-left: 4px;
    }
    .gluc11-main__banner {
        margin: 0 -10px;
    }
    .gluc11-card__list {
        flex-direction: column;
        padding: 0;
        border: none;
        font-size: 15px;
    }
    .gluc11-card__list ul {
        margin-bottom: 15px;
    }
    .gluc11-card__item {
        margin-bottom: 8px;
    }
    .gluc11-graph {
        margin-bottom: 10px;
    }
    .gluc11-graph--text {
        display: flex;
    }
    .gluc11-rating {
        max-width: 100%;
    }
    .gluc11-graph {
        max-width: 100%;
    }
    .gluc11-listing {
        padding: 15px 10px;
    }

    .gluc11-form__image {
        width: 150px;
        margin: -120px auto 0;
    }
    .gluc11-form-two {
        margin-bottom: 5px;
    }
    .gluc11-form .gluc11-btn {
        height: 62px;
    }
    .gluc11-form .gluc11-btn::after {
        width: 77px;
    }
    .gluc11-form__block {
        border-radius: 10px;
        padding: 33px 20px;
        margin: 130px auto 0;
    }
    .gluc11-header__buttons a {
        margin-left: 0;
    }
    .gluc11-timer {
        font-size: 35px;
    }
    .gluc11-comment__likes {
        bottom: -12px;
        right: 15px;
    }
    .gluc11-spin-img {
        width: 320px;
        height: 320px;
        position: relative;
        margin: 0 auto;
    }
    .gluc11-spin--block {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 768px) {
    .gluc11-footer__bottom {
        padding: 10px;
    }
    .gluc11-thanks--middle-list {
        flex-direction: column;
    }
    .gluc11-thanks--middle-item:first-child {
        margin: 0 0 20px 0;
    }
    .gluc11-form__thanks {
        font-size: 19px;
    }
    .gluc11-deliv--item {
        max-width: 160px;
    }
    .modal-content {
        padding: 75px 20px 40px;
    }
}