
#f10e282d {
    width: 100%;
    overflow: hidden;
    /* background-color: #f8f5f2; */
    font-family: Gotham,Arial, Helvetica, sans-serif;
  }
  
  
  .f10e282d__container-lg {
    max-width: 1640px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .f10e282d__container {
    max-width: 1344px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .f10e282d__banner-image, .f10e282d__info-image {
    width: 100%;
    height: auto;
  }
  .f10e282d__desc {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    max-width: 1284px;
    margin: 0 auto;
    padding: 40px 0;
  }
  @media (min-width: 768px) {
    .f10e282d__desc {
      padding: 60px 0;
    }
  }
  @media (min-width: 992px) {
    .f10e282d__desc {
      /* padding: 120px 0; */
      font-size: 20px;
    }
  }
  .f10e282d__desc h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 8px;
  }
  @media (min-width: 992px) {
    .f10e282d__desc h1 {
      font-size: 36px;
      margin: 0 0 24px;
    }
  }
  @media (max-width: 400px) {
    .f10e282d__desc h1 {
      font-size: 23px;
    }
  }
  .f10e282d__desc p {
    /* margin: 0; */
    /* font-weight:300; */
  }
  @media (max-width: 400px) {
    .f10e282d__desc p {
      font-size: 16px;
    }
  }
  @media (min-width: 992px) {
    .f10e282d__desc-text {
      padding-left: 40px;
      padding-right: 30px;
    }
  }
  .f10e282d__video-block {
    position: relative;
    z-index: 1;
  }
  .f10e282d__video-block::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #b28952;
    z-index: -1;
  }
  .f10e282d__video-wrap {
    position: relative;
    width: 100%;
  }
  .f10e282d__video-wrap::before {
    display: block;
    content: "";
    padding-top: 56.25%;
  }
  .f10e282d__video-wrap::after {
    display: block;
    clear: both;
    content: "";
  }
  .f10e282d__video-wrap > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .f10e282d__video-info {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    background-color: #b28952;
  }
  .f10e282d__video-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  .f10e282d__video-text p {
    margin: 0 0 20px;
  }
  @media (min-width: 992px) {
    .f10e282d__video-text p {
      margin-bottom: 40px;
    }
  }
  .f10e282d__arrow-btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 8px;
  }
  @media (min-width: 992px) {
    .f10e282d__arrow-btn {
      width: 60px;
      height: 30px;
    }
  }
  .f10e282d__products-list {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .f10e282d__products-list-container {
    max-width: 1600px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
  }
  .f10e282d__products-heading {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  @media (min-width: 992px) {
    .f10e282d__products-heading {
      padding-bottom: 60px;
    }
  }
  .f10e282d__products-heading h2 {
    color: #b28952;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 24px;
  }
  @media (min-width: 992px) {
    .f10e282d__products-heading h2 {
      font-size: 36px;
    }
  }
  .f10e282d__products-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
  }
  .f10e282d__product {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  @media (min-width: 768px) {
    .f10e282d__product {
      width: 50%;
    }
  }
  @media (min-width: 992px) {
    .f10e282d__product {
      width: 25%;
    }
  }
  .f10e282d__product-image-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  @media (min-width: 992px) {
    .f10e282d__product-image-wrap {
      min-height: 556px;
    }
  }
  .f10e282d__product-image-wrap img {
    max-width: 100%;
  }
  .f10e282d__product-info {
    text-align: center;
    font-size: 16px;
  }
  .f10e282d__product-modal {
    font-weight: 200;
  }
  .f10e282d__product-title, .f10e282d__product-price {
    font-size: 20px;
    line-height: 1.2;
    display: block;
    font-weight: 600;
  }
  .f10e282d__product-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  @media (min-width: 992px) {
    .f10e282d__product-info {
      min-height: 128px;
    }
  }
  .f10e282d__section-alt {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    padding: 60px 0;
  }
  @media (min-width: 992px) {
    .f10e282d__section-alt {
      font-size: 20px;
      /* padding: 120px 0; */
    }
  }
  .f10e282d__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -60px;
    margin-left: -60px;
  }
  .f10e282d__col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
  @media (min-width: 992px) {
    .f10e282d__col-md-6 {
      width: 100%;
    }
  }
  .f10e282d__form-label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
  }
  .f10e282d__mb-3 {
    margin-bottom: 30px;
    width:50%;
  }
  @media (min-width: 992px) {
    .f10e282d__mb-3 {
      margin-bottom: 52px;
    }
  }
  .f10e282d__textarea-info {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 30px;
  }
  @media (min-width: 992px) {
    .f10e282d__textarea-info {
      font-size: 36px;
    }
  }
  .f10e282d__form-control {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b28952;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (min-width: 992px) {
    .f10e282d__form-control {
      padding: 24px 40px;
      font-size: 20px;
    }
  }
  .f10e282d__form-control:focus {
    outline: none;
    color: #212529;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 2px #b28952;
  }
  .f10e282d__form-check {
    display: flex;
    min-height: 30px;
    margin-bottom: 15px;
  }
  .terms-condition {
    margin-top: 30px;
  }
  .f10e282d__form-check .f10e282d__form-check-input {
    margin-right: 20px;
    flex-shrink: 0;
  }
  .f10e282d__form-check .f10e282d__form-check-label {
    font-size: 20px;
    font-weight: 200;
  }
  .f10e282d__form-check-input {
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 0;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #b28952;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
  }
  .f10e282d__form-check-input:focus {
    box-shadow: rgb(0, 95, 171) 0px 0px 4px 0px;
  }
  .f10e282d__form-check-input:checked {
    background-color: #fff;
  }
  .f10e282d__form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23b28952' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  }
  .f10e282d__form-btn-wrap {
    text-align: center;
    padding-top: 20px;
  }
  @media (min-width: 992px) {
    .f10e282d__form-btn-wrap {
      padding-top: 80px;
    }
  }
  .f10e282d__form-btn {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #b28952;
    border: 1px solid #b28952;
    padding: 16px 40px;
    font-size: 20px;
    border-radius: 8px;
    min-width: 260px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }/*# sourceMappingURL=style.css.map */
  
  .main_class {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 10%;
  }
  .main_class .user_detail {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .main_class .user_detail .firstname {
    width: 100%;
    max-width: 50%;
    border-radius: 5px;
  }
  .main_class .user_detail .lastname {
    width: 100%;
    max-width: 50%;
    border-radius: 5px;
  }
  .main_class .default_style {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .main_class .checkbox_section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  @media (max-width: 600px) {
    .main_class .checkbox_section {
     display: inline;
    }
  }
  .btn_section
  {
    display: flex;
    align-items: center;
  }
  @media (max-width: 600px) {
    .btn_section {
      display: flex;
      justify-content: center;
      margin-top: 20px;
    }
  }
  @media (max-width: 600px) {
    .main_class .user_detail {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 20px;
    }
  }
  @media (max-width: 600px) {
    .main_class .user_detail .lastname {
      width: 100%;
      max-width: 100%;
      border-radius: 5px;
    }
  }
  @media (max-width: 600px) {
    .main_class .user_detail .firstname {
      width: 100%;
      max-width: 100%;
      border-radius: 5px;
    }
  }
  
  .main_class .checkbox_section .check {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
  }
  .main_class .checkbox_section .check .checkbox_input {
    height: 20px;
    width: 20px;
  }
  .main_class .address,
  .main_class .phone,
  .main_class .comment,
  .main_class .checkbox {
    width: 100%;
    border-radius: 5px;
  }
  .footer-top{
    background-color: #F5F5F5;
  }
  
  .footer-top a{
    color:#AB0433;
  }
  .footer-top .cont{
    max-width:1330px;
    margin-left:auto;
    margin-right:auto;
    padding:20px;
  }
  
  .footer-top p{
    font-size:0.75rem;
  }
  .ctbtn{
    color: #fff!important;
    border-color: #a50034!important;
    background: #a50034!important;
    min-height: 48px;
    min-width: 256px;
    border: 1px solid #a50034;
    border-radius: 4px;
  }
  .ctbtn:hover {
    border-color: #cc0041!important;
      background: #cc0041!important;
  }
  .text-error{
    color:red;
  }
  .winners
  {
        display: flex;
      justify-content: center;
      font-weight: 500;
    margin:20px;
  }