/* zvonok modal */
.__overlay {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 70;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  background-color: rgba(0,0,0,.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.zvonok-form__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
}
.zvonok-form__overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  width: auto;
}
.zvonok-form__overlay h3 {
  text-transform: uppercase;
}
.zvonok-form__overlay .zvonok-form {
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
  padding: 30px 40px;
  border-radius: 10px;
  width: 100%;
  max-width: 350px;
}
.zvonok-form .close_btn-zvonok {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  top: 10px;
  right: 10px;
  display: block;
}
.zvonok-form .close_btn-zvonok .line {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: var(--main-bg-color-2);
  left: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.zvonok-form .close_btn-zvonok .line1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.zvonok-form .close_btn-zvonok .line2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.zvonok-form p {
  margin-bottom: 20px;
}
.zvonok-form .field-group_item {
  margin-bottom: 10px;
  position: relative;
}
.zvonok-form .field-group_item.submit {
  margin-bottom: 0px;
}
.zvonok-form input[type="text"],
.zvonok-form input[type="submit"],
.zvonok-form input[type="tel"], .zvonok-form input {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 15px 50px 15px 30px;
  width: 100%;
  color: #333333;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.zvonok-form input[type="text"]:focus {
  border: 1px solid #ffffff;
}
.zvonok-form .field-group_item .field-icon {
  content: '';
  display: block;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.zvonok-form .field-group_item .user {
  background-image: url('../img/icons/user.svg');
}
.zvonok-form .field-group_item .phone {
  background-image: url('../img/icons/telephone.svg');
}

.zvonok-form input[type="text"]::-webkit-input-placeholder {
  color: #d0d0d0;
  position: absolute;
  font-size: 18px;
}
.zvonok-form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0  18px.5);
  position: absolute;
  font-size: 18px;
}
.zvonok-form input[type="text"]:-moz-placeholder {
  color: #d0d0d0;
  position: absolute;
  font-size: 18px;
}
.zvonok-form input[type="text"]:-ms-input-placeholder {
  color: #d0d0d0;
  position: absolute;
  font-size: 18px;
}
.zvonok-form input[type="submit"] {
  background-color: var(--main-bg-color-2);
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  padding: 15px 30px 15px 30px;
}

/* zvonok modal */







.zayavka-form__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
}
.zayavka-form__overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  width: auto;
}
.zayavka-form__overlay h3 {
  text-transform: uppercase;
}
.zayavka-form__overlay .zayavka-form {
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
  padding: 30px 40px;
  border-radius: 10px;
  width: 100%;
  max-width: 350px;
}
.zayavka-form .close_btn-zayavka {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  top: 10px;
  right: 10px;
  display: block;
}
.zayavka-form .close_btn-zayavka .line {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: var(--main-bg-color-2);
  left: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.zayavka-form .close_btn-zayavka .line1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.zayavka-form .close_btn-zayavka .line2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.zayavka-form p {
  margin-bottom: 20px;
}
.zayavka-form .field-group_item {
  margin-bottom: 10px;
  position: relative;
}
.zayavka-form .field-group_item.submit {
  margin-bottom: 0px;
}
.zayavka-form input[type="text"],
.zayavka-form input[type="submit"], .zayavka-form input[type="tel"] {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 15px 50px 15px 30px;
  width: 100%;
  color: #333333;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.zayavka-form input:focus {
  border: 1px solid #ffffff;
}
.zayavka-form .field-group_item .field-icon {
  content: '';
  display: block;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.zayavka-form .field-group_item .user {
  background-image: url('../img/icons/user.svg');
}
.zayavka-form .field-group_item .phone {
  background-image: url('../img/icons/telephone.svg');
}

.zayavka-form input::-webkit-input-placeholder {
  color: #d0d0d0;
  position: absolute;
  font-size: 18px;
}
.zayavka-form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0  18px.5);
  position: absolute;
  font-size: 18px;
}
.zayavka-form input[type="text"]:-moz-placeholder {
  color: #d0d0d0;
  position: absolute;
  font-size: 18px;
}
.zayavka-form input[type="text"]:-ms-input-placeholder {
  color: #d0d0d0;
  position: absolute;
  font-size: 18px;
}
.zayavka-form input[type="submit"] {
  background-color: rgb(209 178 119);
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  padding: 15px 30px 15px 30px;
}
.cf7-inputs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cf7-submit {
  margin-top: 15px;
}






  /* zakaz modal */
  .order-form__overlay  {
    width: 0;
    overflow-y: scroll;
    min-height: 100vh;
    padding: 15px 0;
  }
  .order-form__overlay.active {
    width: auto;
  }
  .order-form__overlay .order-form {
    width: calc(100% - 30px);
    max-width: 1100px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 50px 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin: 70px auto;
    /* position: relative;
    top: 50%;
    transform: translateY(-50%); */
  }
  .order-form__overlay .order-form .close_btn-order {
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    top: 20px;
    right: 20px;
    display: block;
  }
  .order-form__overlay .order-form .close_btn-order .line {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 50%;
    background-color: var(--main-bg-color-2);
    left: 50%;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  .order-form__overlay .order-form .close_btn-order .line1 {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .order-form__overlay .order-form .close_btn-order .line2 {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .order-form__overlay .order-form .your-order {
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-bottom: 25px;
  }
  #contactform_4 {
    width: 100%;
  }
  #contactform_4 .field-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contactform_4 .field-group_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  #contactform_4 .field-group_header .header-item {
    color: #a5a5a5;
    font-size: 16px;
  }
  #contactform_4 .field-group_header .tov-title {
    width: calc(100% - 280px);
  }
  #contactform_4 .field-group_header .tov-count,
  #contactform_4 .field-group_header .tov-sum {
    width: 140px;
  }
  #contactform_4 .field-group_item.tovar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  #contactform_4 .field-group_item.tovar .tovar-title {
    width: calc(100% - 280px);
  }
  #contactform_4 .field-group_item.tovar .count-field,
  #contactform_4 .field-group_item.tovar .tovar-sum {
    width: 140px;
  }

  #contactform_4 .field-group_item.tovar .count-field input[type=number]::-webkit-inner-spin-button,
  #contactform_4 .field-group_item.tovar .count-field input[type=number]::-webkit-outer-spin-button
  {
    -webkit-appearance: none;
    margin: 0;
  }

  #contactform_4 .field-group_item.tovar .count-field input[type=number]
  {
    -moz-appearance: textfield;
    width: 30px;
    height: 40px;
    border: 1px solid var(--main-bg-color-2);
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 14px;
    color: #333333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contactform_4 .field-group_item.tovar .count-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #contactform_4 .field-group_item.tovar .count-field .count-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  #contactform_4 .field-group_item.tovar .count-field .count-buttons .count_button {
    width: 30px;
    height: 20px;
    background-color: var(--main-bg-color-2);
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contactform_4 .field-group_item.tovar .count-field .count-buttons .count_button.up {
    border-top-right-radius: 10px;
    border-bottom: 1px solid var(--main-bg-color-2);
  }
  #contactform_4 .field-group_item.tovar .count-field .count-buttons .count_button.down {
    border-bottom-right-radius: 10px;
    border-top: 1px solid var(--main-bg-color-2);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  #contactform_4 .field-group_item.tovar .count-field .count-buttons .count_button.up:hover {
    background-color: var(--main-bg-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  #contactform_4 .field-group_item.tovar .count-field .count-buttons .count_button.down:hover {
    background-color: var(--main-bg-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  #contactform_4 .field-group_item.tovar .count-field .count-buttons .count_button.up::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #ffffff;
    position: absolute;
    right: 7px;
    top: 52%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
            transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contactform_4 .field-group_item.tovar .count-field .count-buttons .count_button.down::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #ffffff;
    position: absolute;
    right: 7px;
    top: 52%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #contactform_4 .contact-info {
    margin: 30px 0 20px;
    font-size: 18px;
    color: var(--main-bg-color);
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
  }

  #contactform_4 .field-group_item.w_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  #contactform_4 .field-group_item.w_label .field_label {
    color: #a5a5a5;
    font-size: 16px;
    margin-bottom: 15px;
  }
  #contactform_4 .field-group_item.w_label input[type="text"],
  #contactform_4 .field-group_item.w_label textarea {
    width: 100%;
    max-width: calc(100% - 320px);
    padding: 10px 30px;
    color: #000000;
    font-size: 18px;
    border: 1px solid #a5a5a5;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #contactform_4 .field-group_item.submit p {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }
  #contactform_4 .field-group_item input[type="submit"] {
    background: rgb(201,47,67);
    background: linear-gradient(90deg, var(--main-bg-color-2) 0%, var(--main-bg-color-2) 100%);
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    width: 200px;
    margin: 25px auto 0;
    display: block;
    border: none;
    border-radius: 10px;
    cursor: pointer;
  }
  #contactform_4 .field-group_item input[type="submit"]:hover {
    background-color: var(--main-bg-color);
    cursor: pointer;
  }
    #check_delivery:checked ~ .field-group_item.check_self_delivery{
    display:none;
    }
    #check_self_delivery:checked ~ .field-group_item.check_delivery {
      display:none;
    }








  /* /zakaz modal */
  /* postanovlenie modal */
  .postanovlenie-modal {
    display: none;
    width: calc(100% - 20px);
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: rgb(255, 255, 255);
    padding: 25px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 10px;
  }
  .postanovlenie-modal.active {
    display: block;
  }
  .postanovlenie-modal__title {
    font-size: 21px;
    text-align: center;
  }
  .postanovlenie-modal__btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 14px;
    height: 14px;
  }
  .postanovlenie-modal__close {
    width: 100%;
    height: 2px;
    background-color: var(--main-bg-color-2);
    transform-origin: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .postanovlenie-modal__close:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }























  /* modal */
  /* .common-form {
    position: fixed;
    right: -110%;
    top: 0;
    height: 100vh;
    max-width: 600px;
    width: 100%;
    background-color: #ffffff;
    z-index: 100;
    -webkit-box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.25);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mail-form.active {
    right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .zvonok-form.active {
    right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .zayavka-form.active {
    right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .otzyv-form.active {
    right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .common-form .common-form-container {
    width: calc(100% - 180px);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .common-form .close-common-btn {
    position: absolute;
    top: 50px;
    right: 50px;
  }
  .common-form .h3 {
    display: block;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 35px;
  }
  .common-form .form-text {
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .common-form .contactform .field-group .field-group-container {
    width: 100%;
  }
  .common-form .contactform .field-group input[type="text"],
  .common-form .contactform .field-group input[type="email"],
  .common-form .contactform .field-group input[type="tel"],
  .common-form .contactform .field-group textarea,
  .common-form .contactform .field-group input[type="submit"] {
    width: 100%;
    border: none;
    background-color: #012068;
    margin: 0;
    padding: 15px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-left: 11px solid transparent;
  }
  .common-form .contactform .field-group textarea {
    height: 140px;
  }
  .common-form .contactform .field-group input[type="text"]:focus,
  .common-form .contactform .field-group input[type="email"]:focus,
  .common-form .contactform .field-group input[type="tel"]:focus,
  .common-form .contactform .field-group input[type="email"]:hover,
  .common-form .contactform .field-group input[type="tel"]:hover,
  .common-form .contactform .field-group input[type="text"]:hover,
  .common-form .contactform .field-group textarea:focus,
  .common-form .contactform .field-group textarea:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-left: 11px solid #3340ef;
  }
  .common-form .contactform .field-group-container .field-group_item {
    margin-bottom: 10px;
    width: 100%;
  }
  .common-form .contactform .field-group input[type="submit"] {
    background: rgb(51,64,239);
    background: linear-gradient(90deg, rgba(51,64,239,1) 0%, rgba(51,64,237,1) 100%);
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
    height: 52px;
    line-height: 52px;
  }
  .common-form .contactform .field-group .field-group_item.submit {
    position: relative;
  }
  .common-form .contactform .field-group .field-group_item.submit::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #012068;
    width: 70px;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .common-form .contactform .field-group .field-group_item.submit::after {
    content: '';
    display: block;
    width: 25px;
    height: 20px;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url('../img/icons/right-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .common-form .contactform .field-group input[type="submit"]:hover,
  .common-form .contactform .field-group input[type="submit"]:focus {
    background-color: #012068;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .common-form .contactform .field-group .field-group_item.submit:hover::after {
    -webkit-animation: blink  1s 1 ease-in-out;
            animation: blink  1s 1 ease-in-out;
  }
  .common-form .contactform ::-webkit-input-placeholder { color: rgba(255,255,255,0.7); }
  .common-form .contactform ::-moz-placeholder          {color: rgba(255,255,255,0.7);}
  .common-form .contactform :-moz-placeholder           {color: rgba(255,255,255,0.7);}
  .common-form .contactform :-ms-input-placeholder {color: rgba(255,255,255,0.7);}

  .close-button {
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
    padding: 0;
    cursor: pointer;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .close-button .cross-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #aeaeae;
    position: absolute;
  }
  .close-button:hover .cross-line {
    background-color: rgba(82,96,246,1);
  }
  .close-button .cross-line:nth-child(1) {
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .close-button .cross-line:nth-child(2) {
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  } */
