
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;400;500;600;700;800&display=swap');

html,
body,
ul,
ul li {
    font-family: 'Assistant', sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 18px;
}
.error_coupon_number,
#coupon_number{
position: relative;
}
#send-block {
  display: none;
}
.red {
    color: #000;
    /* height: 50px; */
    background: #fff;
    width: 390px;
    z-index: 2;
    position: absolute;
    padding:23px;
    top: 40%;
    right: 3vw;
border-radius: 20px;
background: #FFF;
box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.10);

}

  .red .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }




a{
color: #000;
}
.tac {
    text-align: center;
}

.d-flex {
    display: flex;
}
.m-b{
    margin-bottom: 50px;
}
.flex-dr-col{
    flex-direction: column;
}
input, select {
    font-family: 'Assistant', sans-serif;
}
select{
    margin-bottom: 15px;
}
.description{
       margin-bottom: 70px;
}
/*.control-coupon2 {
 display: none;
 }*/
.header_block {
    text-align: center;
    display: flex;
    padding: 23px 86px 0;
}

.header_block img {
    max-width: 100%;
}
.d-fl {
    display: flex;
}
.fl-der{
    justify-content: space-around;;
}
.form_body .title h1 {
    text-align: center;
}
.description-title{
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}
.dekor-img{
    display: flex;
    justify-content: center;
    position: relative;
}
.step-title{
    color: #312E3F;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 243.75% */
    letter-spacing: -0.8px;
    margin-bottom: 1rem;
}
.step-block p{
    margin-bottom: 0.5rem;
}
#form-coupon{
    display: flex;
    justify-content: center;
    margin-top: -17%;
}
.second-block{
    width: 345px;
    text-align: right;
    margin-right: 110px;
}
.step-block-title{
    font-size: 20px;
}

.title{
    padding: 0 20px;
}
.step-block{
    display: flex;
    align-items: inherit;
    padding: 0 20px;
}
.step-block svg{
    margin: 12px 0 0 16px;
}
.block-serial-number-img{
    position: relative;
}
.options-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}
.options-info-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}
.block-serial-number-img>img{
    position: absolute;
    top: -70px;
    z-index: 0;
}
.block-serial-number label{
    color: #201914;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 37.478px; /* 156.157% */
    letter-spacing: -0.6px;
}
.video-block{
    display: flex;
    justify-content: center;
}
.block-grey{
    padding-top: 95px;
    background: #F9F9F9;
   margin: 5% 0 10%;
}
.dekor-img img{
        z-index: 2;
        width: 100%;
        max-width: 680px;
}
video{
        width: 80%;
        max-width: 406px;   
}
.prompt{
    color: #201914;
    text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 37.478px; /* 187.389% */
letter-spacing: -0.5px;
}

.block-serial-number-title{
    color: #201914;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    margin-top: 8rem;
    margin-bottom: 1rem;
}
.block-serial-number-bg{
    border-radius: 817px;
    background: #D5A2CA;
    width: 817px;
    height: 817px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_section .container {
    max-width: 1160px;
    width: 100%;
    padding: 0 20px 20px;
    margin: -5vh auto 30px;
}
.blockInpIcon select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #aaa;
}
.blockInpIcon input{
    width: 350px;
    border: 1px solid #000000;
    border-radius: 40px;
}
.form_section .control {
    width: 50%;
}

.blockInpIcon,
.blockInpIcon2 {
    display: flex;
    margin: 24px;
    justify-content: center;
}
.blockInpIcon{
    margin: 16px 0 24px;
}
.icon span {
    display: flex;
    width: 54px;
    height: 45px;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #aaa;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0;
}

.icon span {
    color: #ced4da;
}

input, select {
    border-radius: 5px;
    width: 100%;
    padding: 6px 15px;
    outline: none;
    min-height: 32px;
    font-size: 16px;
    margin-top: 0;
}
.steps-updated{
    margin-top: 4rem;
}
.blockInpIcon2 input {
    border: none;
    background: #FFFFFF;
    border-radius: 40px;
    width: 50%;
    padding: 8px 15px;
}
.check_serial_number{
    border-radius: 40px;
    background: #F6A15E;
    box-shadow: 0px 4px 23px 0px #B96BA9;
    padding: 8px 40px;
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 37.478px; 
}
.text-center{
    text-align: center;  
}
#date {
    border-radius: 5px;
    border-radius: 5px;
    width: calc(100% - 62px);
    font-family: 'system-ui';
}

label {
    font-size: 16px;
}

ul {
    list-style-type: none;
    margin-right: 15px;
    font-size: 20px;
}

ul li {
    margin-bottom: 32px;
    list-style-type: disc;
}
::marker{
    color: #8D61C8;
}
small {
    display: block;
    font-size: 13px;
    color: #727272;
}

button {
    min-height: 44px;
    min-width: 120px;
    font-size: 18px;
    color: #fff;
    background-color: #002e59;
    border: 0;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

button.disabled {
    pointer-events: none;
    background-color: #9d9d9d;
}

#signature {
    padding: 0 15px;
    font-size: 18px;
}

#signature .bold {
    font-weight: 700;
}

#signature #canv {
    border: 1px solid #000000;
    border-radius: 16px;
}
#signature .step-title{
    margin: 25px 0 28px;

}
.control button{
    background: #8D61C8;
    border-radius: 100px;
    padding: 16px 65px;
    margin: 65px 0 95px;
}
#clear {
    cursor: pointer;
}

.btn_flex {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

#term {
    width: 24px;
    height: 80px;
    float: right;
    margin-top: -20px;
    margin-left: 12px;
    margin-right: 15px;
}

.r-popup {
    position: fixed;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 100;
    display: none;
}

.r-popup.active {
    display: flex;
}

.window-pop {
    background-color: #fff;
    width: 100%;
    height: 100%;
    max-width: 360px;
    max-height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

input[type="radio"] {
    width: 20px;
}
input[type="radio"]:checked, input[type="radio"]:not(:checked) {
    display: none;
}
.blockRadio label {
    margin: 3px 10px 0 30px;
    color: #555;
}
input[type="radio"]:checked + label, input[type="radio"]:not(:checked) + label {
    position: relative;
    padding: 14px 0 14px 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #555;
    margin-left: 0px;
    margin-right: 30px;
}
input[type="radio"]:checked + label:before, input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: -24px;
    top: 14px;
    width: 18px;
    height: 18px;
    border: 1px solid #ababab;
    border-radius: 100%;
    background: #fff;
}
input[type="radio"]:checked + label:after, input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #3f6ad8;
    position: absolute;
    top: 19px;
    right: -19px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.questions-answers{
    margin-top: 100px;
}
/*   */
.accordion-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
  
  .accordion-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    cursor: pointer;
  }
  
  .accordion-heading h3 {
    margin: 0;
  }
  
  button.accordion-toggle {
    height: 100px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-image: url(../img/button.png);
    background-repeat: no-repeat;
  }
  
  .accordion-content {
    padding: 10px;
    display: none;
  }
  .green{
    position: absolute;
    width: 525px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 15%;
    padding: 60px 30px;
    right: -32px;
border-radius: 20px;
background: #FFF;
box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.10);
}
.green img{
    width: 60px;
}
  @media (max-width: 768px) {

    .accordion-item {
      border: none;
      margin-bottom: 0;
    }
  
    .accordion-heading {
      border-bottom: 1px solid #ccc;
    }
  
/*    button.accordion-toggle {
      width: 15px;
      height: 15px;
    }*/
  }
/*  */
.step-img img{
    margin-top: -10%;
    width: 55%;
}
.step-img{
    width: 45%;
}
.options-info-dekor{
    width: 60px;
    height: 1px;
    background: rgba(0, 0, 0, 0.60);
    margin: 16px 0;
}
.options-info-text{
    width: 80%;
    color: #312E3F;
text-align: center;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 32px;
    margin: 0;
}
.footer{
    padding: 53px 79px 21px;
    font-size: 14px;
    line-height: 130%;
margin-top: 50px;
}
/*-------------------------------------------------------------------------------------------------------------*/
.conteiner-circle{
    position: relative;
}
.circle {
    position: absolute;
    width: 128px;
    height: 128px;
    background-color: #E9C6CE; 
    border-radius: 50%;
    z-index: -1;
}

.circle:nth-child(4) {
    top: 18%;
    left: 19%;
    width: 84px;
    height: 84px;
    background-color: rgba(246, 161, 94, 0.60);
    animation: moveCircles1 6s ease-in-out infinite alternate;
    animation-delay: 0s; /* Начнем анимацию сразу */
}

.circle:nth-child(3) {
    top: 3%;
    left: 90%;
    background-color: rgba(191, 91, 114, 0.30);
    animation: moveCircles 6s ease-in-out infinite alternate;
    animation-delay: 0s; /* Задержка анимации для второго круга */
}

        .circle:nth-child(1) {
            top: 11%;
            left: 7%;
            background-color: rgba(202, 139, 189, 0.60);
            animation: moveCircles2 6s ease-in-out infinite alternate;
        }

        .circle:nth-child(2) {
            top: 14%;
            left: 75%;
            width: 96.67px;
            height: 96.67px;
            background-color: rgba(191, 91, 114, 0.30);
            animation: moveCircles3 6s ease-in-out infinite alternate;
        }

      /*  .circle:nth-child(3) {
            top: 3%;
            left: 90%;
            background-color: rgba(191, 91, 114, 0.30);
        }

        .circle:nth-child(4) {
            top: 18%;
            left: 19%;
            width: 84px;
            height: 84px;
            background-color: rgba(246, 161, 94, 0.60);
            animation: moveCircle 5s linear infinite reverse;
        }*/

        .circle:nth-child(5) {
            top: 25%;
            left: 14%;
            background-color: #FAC79E;
            width: 38px;
            height: 38px;
            animation: moveCircles 6s ease-in-out infinite alternate;
        }

        .circle:nth-child(6) {
            top: 34%;
            left: 65%;
            width: 84px;
            height: 84px;
            background-color: #FDE3CF;
            animation: moveCircles1 6s ease-in-out infinite alternate;
        
        }
        .circle:nth-child(7) {
            top: 36%;
            left: 10%;
            width: 72.503px;
            height: 72.503px;
            background-color: rgba(191, 91, 114, 0.25);
            animation: moveCircles2 6s ease-in-out infinite alternate;
        }

        .circle:nth-child(8) {
            top: 41%;
            left: 40%;
            width: 38px;
            height: 38px;
            background-color: #FAC79E;
            animation: moveCircles3 6s ease-in-out infinite alternate;
        }
        .circle:nth-child(9) {
            top: 51%;
            left: 45%;
            width: 96.67px;
            height: 96.67px;
            background-color: #E9C6CE;
            animation: moveCircles3 6s ease-in-out infinite alternate;
        }
        .circle:nth-child(10) {
            top: 88%;
            left: 0%;        
            width: 298px;
            height: 298px;
            background-color: rgba(202, 139, 189, 0.60);
            animation: moveCircles2 6s ease-in-out infinite alternate;
        }
        .circle:nth-child(11) {
            top: 97%;
            left: 27%;
            width: 38px;
            height: 38px;
            background-color: #FAC79E;
            animation: moveCircles2 6s ease-in-out infinite alternate;
        }
        .circle:nth-child(12) {
            top: 85%;
            left: 75%;
            width: 84px;
            height: 84px;
            background-color: rgba(246, 161, 94, 0.30);
            animation: moveCircles3 6s ease-in-out infinite alternate;
        }


        @keyframes moveCircles {
            0% {
                transform: translate(0, 0);
            }
            50% {
                transform: translate(-200%, 100%);
            }
            100% {
                transform: translate(0, 0);
            }
        }
        @keyframes moveCircles1 {
            0% {
                transform: translate(0, 0);
            }
            50% {
                transform: translate(900%, -300%);
            }
            100% {
                transform: translate(0, 0);
            }
        }


        @keyframes moveCircles2 {
            0% {
                transform: translate(0, 0);
            }
            50% {
                transform: translate(200%, -400%);
            }
            100% {
                transform: translate(0, 0);
            }
        }
        @keyframes moveCircles3 {
            0% {
                transform: translate(0, 0);
            }
            50% {
                transform: translate(-550%, -400%);
            }
            100% {
                transform: translate(0, 0);
            }
        }
/*-------------------------------------------------------------------------------------------------------------*/

.control-coupon{
    padding: 0 15px;
}
.cupon-code-text{
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.popup-cart-button{
    color: #000;
    text-align: right;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 37.478px;
    text-decoration: none;
    border-radius: 40px;
    background: #F6A15E;
    box-shadow: 0px 4px 23px 0px #B96BA9;
    padding: 8px 40px;
}
@media screen and (max-width: 960px) {
.green{
    width: 260px;
    top: -623px;
    right: 5vw;
}
#circle9,
#circle8,
#circle5,
#circle2,
#circle12{
display: none;
}
    .header_block {
        justify-content: center;
    }
    .check_serial_number {
        width: 62%;
    }
    .blockInpIcon2 input {
        width: 100%;
    }
.block-serial-number-bg {
    height: auto;
}
.step-img {
        text-align: center;
    transform: rotate(15deg);
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.blockInpIcon input {
    width: 100%;
}
.step-img img{
width: 100%;
}
.red {
    width: 275px;
    top: -45vh;
    transform: translate(0, 0);
    right: 4vw;
}

    .d-fl{
        flex-direction: column-reverse;
    }
.fl-mob-der{
 flex-direction: column;
}
    .block-serial-number-img>img {
display: none;
    }
    .step-title{
        width: inherit;
    }
    .footer {
        padding: 53px 15px 21px;
    }
    .second-block {
        margin-right: 0;
    }
    .derect-col{
        flex-direction: column;
    }
}


@media screen and (max-width: 460px) {
.red {
   width: 275px;
    top: -55vh;
    transform: translate(0, 0);
    right: 5vw;
}
}
@media screen and (max-width: 560px) {
    .form_section .container {
        padding: 0;
        margin-bottom: 0;
        width: calc(100% - 12px);
    }
.options-info-text {
    font-size: 17px;
    padding: 0 7px;
}
.options-info {
    margin-bottom: 40px;
}
.block-grey {
    padding-top: 40px;
}
    .form_section .control {
        width: 100%;
    }

    .d-flex {
        flex-wrap: wrap;
    }

    #signature {
        padding: 0;
    }

    #term {
        height: 20px;
        margin-top: 0;
    }

    .form_body .title h1 {
        padding: 0 10px;
    }

    button {
        width: 100%;
    }

    ul {
        margin-left: 15px;
    }

    .form_section .container {
        margin: 0 auto;
    }
}
@media (min-width: 768px){

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media (min-width: 768px) and (max-width: 1280px) {
    .form_section .container{
        width: auto;
        margin: 0 86px;
    }

    #form{
        margin-top: -68px;
    }
}

.blockInpIcon {
	position: relative;
}

.wrap-location-autocomplete {
    position: absolute;
    margin-top: 45px;
    width: 100%;
    background-color: #e4e4e4;
    display: block;	
	z-index: 1000;
}

.location-autocomplete {
	list-style-type: none;
    margin-right: 15px;
    font-size: 20px;
    max-height: 180px;
    overflow-y: auto;
	display: none;
}

.location-autocomplete li {
    margin: 5px 0px;
    padding-right: 50px;
    margin-left: 12px;
}

.location-autocomplete li:hover {
    background-color: #ccc;
}

.act-city {
	cursor: pointer;
}