* {
    box-sizing: border-box;
}

.video {
    overflow: hidden;
    -webkit-transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    -o-transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 999;
    position: fixed;
    width: 140px;
    border: 1px solid #D7B56D;
    box-shadow: 0px 15px 7px -11px rgba(0, 0, 0, 0.25);
    left: 16px !important;
    bottom: 16px !important;
    /*transition: position 1s ease*/
}


/*.video.abs{
  position: absolute;
}*/

.video video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    -o-transition: opacity 0.4s ease-in-out 0s;
    transition: opacity 0.4s ease-in-out 0s;
    opacity: 0.8;
    border-radius: 10px;
}

.video-countainer {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 2px;
    overflow: hidden;
    font-size: 0;
}

.video:hover:not(.video-open) {
    border-color: #434242;
    -webkit-box-shadow: 0 0 10px 3px rgba(239, 184, 77, 0.2);
    box-shadow: 0 0 10px 3px rgba(239, 184, 77, 0.2);
    -webkit-transform: translate(6px, -6px);
    -ms-transform: translate(6px, -6px);
    transform: translate(20px, -17px) scale(1.1);
}

.video.video-open {
    width: 770px;
    border-color: #434242;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 20px;
}

.video-close,
.video-close-always {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    z-index: 250;
    -webkit-transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
    -o-transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
    opacity: 0;
    display: none;
    /* background-color: #d7b56d; */
    border-radius: 50%;
}

.video-close:before,
.video-close:after {
    position: absolute;
    left: 3px;
    top: 9px;
    content: " ";
    height: 2px;
    width: 14px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
}

.video-close-always:before,
.video-close-always:after {
    position: absolute;
    left: 3px;
    top: 9px;
    content: " ";
    height: 1px;
    width: 18px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
}

.video-close:hover,
.video-close-always:hover {
    opacity: 1 !important;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.video-close:before,
.video-close-always:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.video-close:after,
.video-close-always:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.video-open .video-close {
    display: block;
    opacity: 0.5;
}

.video.video-open:before {
    padding-bottom: 448px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.video:before {
    content: "";
    display: block;
    padding-bottom: 240px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.video:hover .video-close-always {
    opacity: 1;
    pointer-events: auto;
}

.video:not(.video-open) .video-close-always {
    right: 5px;
    display: block;
}

.video.video-open .video-close-always {
    display: none;
}

.video-close:after {
    display: none;
}

.video-close:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.video.video-open {
    width: 320px;
    max-width: calc(100% - 180px);
}

.video.video-open:before {
    padding-bottom: 170%;
}

.view-video .video {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

a.wa_button {
    box-sizing: border-box;
    z-index: 2;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    bottom: 12px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    width: 90%;
    max-width: 98%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #131344 0%, #0000FF 100%);
    border: 1px solid #0000FF;
    padding: 20px 10px;
    border-radius: 7px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all .25s linear;
    opacity: 1;
}

.video>div>a {
    opacity: 0;
}

.video.video-open>div>a {
    opacity: 1;
}

.video.video-open .video-play {
    opacity: 0;
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #000;
    width: 29px;
    height: 29px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    z-index: 2;
}

.video-play:before,
.video-play:after {
    content: '';
    position: absolute;
    border: 1px solid #E11919;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-animation: pulse 1.5s linear infinite;
    animation: pulse 1.5s linear infinite;
}

.video-play:before {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

@-webkit-keyframes slide {
    0% {
        left: -70px
    }
    40% {
        left: 100%;
    }
    to {
        left: 100%;
    }
}

@keyframes slide {
    0% {
        left: -70px
    }
    40% {
        left: 120%;
    }
    to {
        left: 120%;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

video::-webkit-media-controls {
    overflow: hidden !important
}

video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

.btn__mirror {
    font-size: 16px;
    width: 342px;
    height: auto;
}

.btn__mirror::before {
    content: "";
    align-items: center;
    position: absolute;
    transform: skew(307deg);
    background: linear-gradient(180deg, #FFFFFF 0%, rgb(255 255 255 / 86%) 100%);
    top: 0px;
    left: 78%;
    opacity: 0.9;
    width: 30px;
    height: 100%;
    z-index: 11;
    -webkit-animation: slide 3s ease-in-out .4s infinite;
    animation: slide 3s ease-in-out .4s infinite;
}

.btn__mirror:hover::before {
    transition: ease 1000ms;
    opacity: 1;
}

.btn__mirror:hover {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1.04) translateZ(0);
    -ms-transform: translateX(-50%) scale(1.04) translateZ(0);
    transform: translateX(-50%) scale(1.04) translateZ(0);
}

@media(max-width: 575px) {
    .video-close,
    .video-close-always {
        opacity: 1
    }
    .video {
        width: 124px;
    }
    a.wa_button {
        font-size: 8px
    }
    .video:before {
        padding-bottom: 174px;
    }
}

#wb_uid0 {
    color: #000000;
    font-family: "Arial";
    font-size: 13px;
    line-height: 16px;
}


/*Ð¿Ð¾Ð¿Ð°Ð¿Ñ‹*/

.popup {
    background-color: rgba(27, 27, 27, 0.95);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: none;
}

.popup-wrap {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.popup-wrap::-webkit-scrollbar {
    width: 0px;
}

.popup-wrap--center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup__form {
    width: 33.063rem;
    max-width: 100%;
    padding: 0.938rem;
    border-radius: 8px;
    box-shadow: 0px 24px 68px 0 rgba(7, 7, 7, 0.06);
    background-color: #ffffff;
    z-index: 2;
    position: relative;
}

.popup__form-wrap {
    position: relative;
    position: relative;
}

.popup__form-wrap::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -0.4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 97.5%;
    height: 10rem;
    border-radius: 8px;
    box-shadow: 0px 24px 68px 0 #3d3d3d0f;
    background-color: #ffffff;
}

.popup__form-wrap::before {
    z-index: 1;
}

.popup__form__outline {
    border-radius: 8px;
    border: solid 1px #ededed70;
    width: 100%;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
}

.popup__form__title {
    font-size: 2.813rem;
    line-height: 1.29;
    letter-spacing: 0.68px;
    text-align: center;
    color: #383838;
    font-weight: 500;
}

@media (max-width: 699px) {
    .popup__form__title {
        font-size: 2.2rem;
    }
}

.popup__form__input {
    margin-right: auto;
    margin-left: auto;
    width: 24rem;
    max-width: 100%;
    display: block;
    margin-top: 2rem;
    margin-bottom: 1.3rem;
}

.popup__form__btn {
    margin-right: auto;
    margin-left: auto;
    width: 24rem;
    max-width: 100%;
}

.popup__form__icon {
    width: 7.5rem;
    height: 7.5rem;
    background-color: #ffd235;
    border-radius: 50%;
    background-image: url(../img/usr.png);
    background-size: 6rem 6.35rem;
    background-position: bottom -0.3rem center;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.popup__form__subtitle {
    font-size: 1.438rem;
    font-weight: 500;
    text-align: center;
    color: #464646;
    margin-top: 1rem;
}

.popup__form__hint {
    font-size: 1.125rem;
    text-align: center;
    color: #464646;
    margin-top: 2rem;
    margin-bottom: -0.7rem;
}

.popup__calc {
    width: 47.188em;
    height: 22em;
    padding: 0.938em;
    border-radius: 8px;
    box-shadow: 0px 24px 68px 0 rgba(7, 7, 7, 0.06);
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.popup__calc--min {
    font-size: 0.7rem;
    max-width: 85vw;
}

.popup__calc--wrap {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 15;
    display: none;
}

.popup__calc--wrap.active {
    display: block;
    animation: fadeInUp 0.5s;
}

.popup__calc__outline {
    border-radius: 8px;
    border: solid 1px #ededed70;
    width: 100%;
    height: 100%;
    padding-left: 15em;
    padding-top: 1.5em;
}

@media (max-width: 450px) {
    .popup__calc__outline {
        padding-left: 7em;
        padding-right: 1.5em;
    }
}

.popup__calc__subtitle {
    font-size: 1.375em;
    font-weight: 500;
    color: #383838;
}

.popup__calc__title {
    font-size: 2.063em;
    font-weight: 500;
    line-height: 1.29;
    color: #383838;
    margin-top: 0.1em;
    margin-bottom: 0.3em;
}

.popup__calc__gift {
    font-size: 1.5em;
    color: #383838;
}

.popup__calc__btn {
    width: 21.75em;
    height: 5.188em;
    border-radius: 8px;
    font-size: 1em;
    margin-top: 2em;
    box-shadow: 0px 4px 0 0 #e4b91f, 0px 18px 43px 0 rgba(254, 203, 23, 0.15);
    background-image: linear-gradient(to top, #fecb17, #ffd84d);
    position: relative;
    z-index: 2;
}

.popup__calc__btn span {
    font-size: 1.219em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup__calc__btn span::before {
    content: '';
    font-size: 1em;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23352b07' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='92.334px' height='92.334px' viewBox='0 0 92.334 92.334' style='enable-background:new 0 0 92.334 92.334;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M0,42.887h42.103V0.784H0V42.887z M8.344,18.137h9.009V9.128h7.396v9.009h9.009v7.397h-9.009v9.009h-7.396v-9.009H8.344 V18.137z'/%3E%3Cpath d='M50.23,0.784v42.103h42.104V0.784H50.23z M82.921,25.028H59.645v-6.774h23.276V25.028z'/%3E%3Cpath d='M50.23,91.55h42.104V49.446H50.23V91.55z M71.283,84.313c-1.969,0-3.565-1.597-3.565-3.565 c0-1.97,1.597-3.565,3.565-3.565c1.968,0,3.564,1.598,3.564,3.565S73.251,84.313,71.283,84.313z M71.283,57.218 c1.969,0,3.564,1.596,3.564,3.565c0,1.969-1.596,3.565-3.564,3.565s-3.565-1.597-3.565-3.565 C67.717,58.813,69.314,57.218,71.283,57.218z M59.645,67.11h23.276v6.774H59.645V67.11z'/%3E%3Cpath d='M0,91.55h42.103V49.446H0V91.55z M9.09,63.931l5.393-5.394l6.568,6.569l6.568-6.569l5.393,5.394l-6.568,6.568l6.568,6.568 l-5.393,5.393l-6.568-6.568l-6.568,6.568L9.09,77.067l6.568-6.568L9.09,63.931z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 1.125em;
    height: 1.125em;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1.375em;
}

.popup__calc__img {
    position: absolute;
    bottom: -5.5em;
    left: -17em;
    pointer-events: none;
    width: 37.3125em;
    height: 28.3125em;
    display: block;
}

.popup__calc__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 450px) {
    .popup__calc__img {
        left: -24em;
    }
}

.close,
.close-calc {
    cursor: pointer;
    position: absolute;
    height: 1.5rem;
    width: 1.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -2rem;
    right: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='ÃÂ¡ÃÂ»ÃÂ¾ÃÂ¹_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15.6 15.5' style='enable-background:new 0 0 15.6 15.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Crect x='-2.2' y='6.8' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -3.2219 7.778)' class='st0' width='20' height='2'/%3E%3Crect x='6.8' y='-2.2' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -3.2218 7.7782)' class='st0' width='2' height='20'/%3E%3C/svg%3E%0A");
}

.popup {
    background-color: rgba(27, 27, 27, 0.95);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: none;
}

.popup-wrap {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.popup-wrap::-webkit-scrollbar {
    width: 0px;
}

.popup-wrap--center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup__form {
    box-sizing: border-box;
    width: 100%;
    max-width: 376px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 24px 68px 0 rgba(7, 7, 7, 0.06);
    background-color: #ffffff;
    z-index: 2;
    position: relative;
}

.popup__form-wrap {
    position: relative;
    position: relative;
}

.popup__form-wrap::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -0.4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 97.5%;
    height: 10rem;
    border-radius: 8px;
    box-shadow: 0px 24px 68px 0 #3d3d3d0f;
    background-color: #ffffff;
}

.popup__form-wrap::before {
    z-index: 1;
}

.popup__form__outline {
    border-radius: 8px;
    box-sizing: border-box;
    border: solid 1px #ededed70;
    width: 100%;
    height: 100%;
    padding: 11px 29px;
}

.popup__form__title {
    font-size: 31px;
    letter-spacing: 0.68px;
    text-align: center;
    color: #383838;
    font-weight: 500;
}

@media (max-width: 699px) {
    .popup__form__title {
        font-size: 2.2rem;
    }
}

.popup__form__input {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-top: 2rem;
    margin-bottom: 1.3rem;
}

.popup__form__btn {
    margin-right: auto;
    margin-left: auto;
    width: 24rem;
    max-width: 100%;
}

span#promo-name {
    font-weight: bold;
}

.form__input[name="phone"] {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23696969' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480.56 480.56' style='enable-background:new 0 0 480.56 480.56;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M365.354,317.9c-15.7-15.5-35.3-15.5-50.9,0c-11.9,11.8-23.8,23.6-35.5,35.6c-3.2,3.3-5.9,4-9.8,1.8 c-7.7-4.2-15.9-7.6-23.3-12.2c-34.5-21.7-63.4-49.6-89-81c-12.7-15.6-24-32.3-31.9-51.1c-1.6-3.8-1.3-6.3,1.8-9.4 c11.9-11.5,23.5-23.3,35.2-35.1c16.3-16.4,16.3-35.6-0.1-52.1c-9.3-9.4-18.6-18.6-27.9-28c-9.6-9.6-19.1-19.3-28.8-28.8 c-15.7-15.3-35.3-15.3-50.9,0.1c-12,11.8-23.5,23.9-35.7,35.5c-11.3,10.7-17,23.8-18.2,39.1c-1.9,24.9,4.2,48.4,12.8,71.3 c17.6,47.4,44.4,89.5,76.9,128.1c43.9,52.2,96.3,93.5,157.6,123.3c27.6,13.4,56.2,23.7,87.3,25.4c21.4,1.2,40-4.2,54.9-20.9 c10.2-11.4,21.7-21.8,32.5-32.7c16-16.2,16.1-35.8,0.2-51.8C403.554,355.9,384.454,336.9,365.354,317.9z'/%3E%3Cpath d='M346.254,238.2l36.9-6.3c-5.8-33.9-21.8-64.6-46.1-89c-25.7-25.7-58.2-41.9-94-46.9l-5.2,37.1 c27.7,3.9,52.9,16.4,72.8,36.3C329.454,188.2,341.754,212,346.254,238.2z'/%3E%3Cpath d='M403.954,77.8c-42.6-42.6-96.5-69.5-156-77.8l-5.2,37.1c51.4,7.2,98,30.5,134.8,67.2c34.9,34.9,57.8,79,66.1,127.5 l36.9-6.3C470.854,169.3,444.354,118.3,403.954,77.8z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

input.form__input.popup__form__input {
    height: 65px;
    border-radius: 8px;
    border-width: 0px;
    background-color: #f7f7f7;
    font-size: 14px;
    color: #383838;
    padding-left: 54px;
    padding-right: 17px;
    background-size: 17px;
    background-position: left 24px center;
    background-repeat: no-repeat;
}

button.btn.form__btn.popup__form__btn {
    border-radius: 8px;
    box-shadow: 0px 4px 0 0 #e4b91f, 0px 18px 43px 0 #fecb1726, inset 0px 0px 9px 3px #ffde73;
    background-image: linear-gradient(to top, #fecb17, #ffd84d);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.313rem;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: .32px;
    text-align: center;
    color: #443708;
    font-family: inherit;
    overflow: hidden;
    position: relative;
}

input,
button {
    -webkit-appearance: none;
}

button.button.wa_button.btn__mirror {
    display: block!important;
    position: relative;
    width: 100%;
    max-width: 344px;
    margin: 0px auto;
    transform: unset;
    left: unset;
    right: unset;
    overflow: hidden;
    outline: none;
}

.form__agreement__text {
    opacity: 0.85;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.46;
    letter-spacing: 0.14px;
    text-align: center;
    color: #3b3b3bd9;
}

#popup-promo>div>div>form>div.popup__form__outline>div.form__agreement>div>a {
    text-decoration: underline;
    color: #4c4c4cd9;
}

.form__agreement {
    position: relative;
}

button.button.wa_button.btn__mirror {
    transition: all .250s linear;
}

button.button.wa_button.btn__mirror:hover {
    opacity: 0.8;
}

@media (max-width: 699px) {
    .popup__form__outline {
        padding: 11px 16px;
    }
    span#promo-name {
        font-size: 27px;
    }
    .popup__form__title {
        font-size: 22px;
    }
}

.thanks_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-weight: 600;
    border: 3px solid #77b43f;
    border-radius: 8px;
    margin-top: 20px;
    width: 100%;
    height: 79px;
    overflow: hidden;
}

img.thanks_img {
    width: 60px;
}

span.thanks_text {
    text-align: center;
    color: #77b43f;
}

input#agreement-7 {
    box-sizing: content-box;
    opacity: 0;
    min-height: 0px;
}