@keyframes form-appear {
    0% {
      transform: translateY(2000px);
    }
  
    30% {
      transform: translateY(100px);
    }
  
    to {
      transform: translateY(0);
    }
  }
  
  @keyframes pop-up-appear {
    0% {
      transform: translateY(-2000px);
    }
  
    30% {
      transform: translateY(100px);
    }
  
    to {
      transform: translateY(0);
    }
  }
  
  @keyframes pop-up-appear-before {
    0% {
      transform: scale(0);
    }
  
    to {
      transform: scale(1);
    }
  }
  
  @keyframes pop-up-appear-after {
    0% {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  * {
    box-sizing: border-box;
  }
  
  body {
    margin: 0 !important;
    background-color: #fff;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ol,
  p,
  ul {
    margin: 0;
  }
  
  a,
  li {
    text-decoration: none;
  }
  
  a {
    cursor: pointer;
    color: inherit;
  }
  
  .new_price_cur,
  .new_price_val {
    padding: 0;
  }
  
  .ctContainer {
    margin: -1px auto 0;
    width: 100%;
    background: 0 0;
  }
  
  .ctContent {
    max-width: 1025px;
    margin: -1px auto 0;
    box-sizing: border-box;
  }
  
  .ctContent,
  .ctContentFluid {
    width: 100%;
    background: #fff;
  }
  
  .ctContentAside:hover {
    outline: 0;
  }
  
  .aifAside {
    float: right;
    margin: 0;
    padding: 0;
    width: 30%;
    box-sizing: border-box;
  }
  
  /* .aifAside__lineContainer { */
  .aifAside__topList {
    border: 4px solid #da2429;
    border-top: none;
    width: 100%;
    position: relative;
  }
  
  .aifAside__topList:before {
    content: '';
    position: absolute;
    top: 0%;
    left: -1.9px;
    display: block;
    transform-origin: left;
    transform: rotate(270deg);
    width: 12%;
    height: 3.8px;
    background: #da2429;
  }
  
  .aifAside__topList::after {
    content: '';
    position: absolute;
    top: 0%;
    right: -2px;
    display: block;
    transform-origin: right;
    transform: rotate(90deg);
    width: 12%;
    height: 4px;
    background: #da2429;
  }
  
  .aifAside__topLi,
  .aifAside__topList {
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  
  .aifAside__topList {
    flex-direction: column;
    list-style: none;
    padding: 15px;
  }
  
  .aifAside__topLi {
    justify-content: center;
    padding: 0;
  }
  
  .aifAside__topLink {
    padding: 10px 0;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 17px;
    word-break: break-word;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
  }
  
  .aifAside__topLink:hover {
    color: #da2429;
    transition: all 0.3s;
  }
  
  .aifAside__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
  }
  
  .aifAside__title {
    position: relative;
    margin: -8px 0 0;
    padding: 0;
    width: 100%;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 0;
    word-break: break-word;
    text-align: center;
    text-transform: uppercase;
    color: #da2429;
  }
  
  .aifAside__title::after,
  .aifAside__title::before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 20%;
    height: 4px;
    background: #da2429;
  }
  
  .aifAside__title::before {
    left: 0;
  }
  
  .aifAside__title::after {
    right: 0;
  }
  
  .aifAside__item {
    margin: 0;
    padding: 0 0 15px;
    box-sizing: border-box;
    cursor: pointer;
  }
  
  .aifAside__item:hover {
    text-decoration: underline;
  }
  
  .aifAside__containerTitle {
    margin-bottom: 10px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    word-break: break-word;
  }
  
  .aifAside__imgWrapper {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    width: 100%;
    height: fit-content;
    max-width: 70px;
  }
  
  .aifAside__img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .aifAside__contentTitle,
  .aifAside__link {
    font-family: sans-serif;
    font-weight: 700;
    word-break: break-word;
  }
  
  .aifAside__link {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 26px;
    cursor: pointer;
  }
  
  .aifAside__contentTitle {
    margin: 20px 0 10px;
    font-size: 16px;
    line-height: 16px;
    color: #000;
  }
  
  .aifAside__listItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  
  .aifAside__listItem:nth-last-child(1) {
    border-bottom: 2px solid #000;
    padding-bottom: 16px;
  }
  
  .aifAside__list {
    list-style: none;
    padding: 0;
  }
  
  .aifAside__listWrapper {
    display: flex;
    margin-right: 16px;
    width: 100%;
    height: fit-content;
    max-width: 70px;
  }
  
  .aifAside__listImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .aifAside__listText {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    word-break: break-word;
    color: #000;
    cursor: pointer;
  }
  
  .aifAside__listText:hover {
    text-decoration: underline;
  }
  
  .aifAside__contentLine {
    border-bottom: 2px solid #000;
    width: 100%;
    height: 2px;
  }
  
  .aifCommentsBtn {
    width: 67%;
  }
  
  .aifCommentsBtn__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  
  .aifCommentsBtn__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
    border: 4px solid #da2429;
    border-radius: 24px;
    padding: 16px 35px;
    width: 100%;
    max-width: 300px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #da2429;
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .aifCommentsBtn__button:hover {
    border: 4px solid #000;
    color: #000;
  }
  
  .aifDoors {
    padding: 20px;
    width: 67%;
  }
  
  .aifDoors__subWrapper {
    border-radius: 10px;
    padding: 10px;
    background-color: #3a4752;
  }
  
  .aifDoors__subTitle,
  .aifDoors__supTitle {
    font-family: sans-serif;
    font-weight: 700;
    text-align: center;
  }
  
  .aifDoors__supTitle {
    padding: 0 0 20px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
  }
  
  .aifDoors__subTitle {
    font-size: 22px;
    color: #fff;
  }
  
  .aifDoors__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
  }
  
  .aifDoors__wrapper--hide {
    display: none;
  }
  
  .aifDoors__doorsWrapper {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  
  .aifDoors__box {
    position: relative;
    z-index: 0;
    padding: 30px;
  }
  
  .aifDoors__prizeWrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 15px;
    width: 100%;
    height: 100px;
    max-width: 130px;
    box-shadow: 0 1px 2px 2px #7f7878;
  }
  
  .aifDoors__prize {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 46px;
    color: red;
  }
  
  .aifDoors__imageWrapper {
    border: 2px solid #000;
    width: 100%;
    height: fit-content;
    max-width: 190px;
    perspective: 500px;
  }
  
  .aifDoors__doorsImage {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 2px #191919;
    object-fit: contain;
    transform-origin: 0 0;
    transition: 0.5s transform linear;
    cursor: pointer;
  }
  
  .aifDoors__doorsImage:hover {
    transform: rotateY(-30deg);
  }
  
  .aifDoors__doorsImage--open {
    transform: rotateY(-90deg) !important;
  }
  
  .aifDoors__popUpWrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  .aifDoors__popUpWrapper--show {
    display: flex;
  }
  
  .aifDoors__hiddenWrapper {
    width: 100%;
    max-width: 500px;
  }
  
  .aifDoors__popUpCloser {
    display: block;
    margin-left: auto;
    width: 100%;
    height: fit-content;
    max-width: 30px;
    cursor: pointer;
  }
  
  .aifDoors__closeImage {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px #fff;
    object-fit: contain;
  }
  
  .aifDoors__popUpContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    border-radius: 10px;
    padding: 50px 20px 20px;
    width: 100%;
    max-width: 400px;
    background-color: #fff;
  }
  
  .aifDoors__popUpTitle {
    padding: 10px 0;
    font-size: 40px;
    text-align: center;
  }
  
  .aifDoors__popUpLink,
  .aifDoors__popUpText,
  .aifDoors__popUpTitle {
    font-family: sans-serif;
    font-weight: 400;
  }
  
  .aifDoors__popUpText {
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
  }
  
  .aifDoors__popUpLink {
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
    border-radius: 5px;
    padding: 10px 30px;
    min-width: 180px;
    font-size: 20px;
    color: #fff;
    background-color: #71c341;
    cursor: pointer;
  }
  
  .aifDoors__offerWrapper {
    width: 100%;
    height: fit-content;
    max-width: 220px;
  }
  
  .aifDoors__offerImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .aifDoors__form {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px auto 40px;
    border: 2.5px dashed #ddd;
    padding: 20px 20px 5px;
    max-width: 465px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    animation: 0.6s ease 0s normal none 1 running form-appear;
  }
  
  .aifDoors__formImgWrapper {
    position: relative;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .aifDoors__formImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 200px;
  }
  
  .aifDoors__timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  
  .aifDoors__timer .countdownTimerBox {
    display: flex;
    justify-content: center;
    margin: 0 auto 20px;
    max-width: 10%;
  }
  
  .aifDoors__timer .countdownTimerBox .minutes,
  .aifDoors__timer .countdownTimerBox .seconds {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 32px;
    transition: 0.2s;
  }
  
  .aifDoors__timer .countdownTimerBox .minutesBox,
  .aifDoors__timer .countdownTimerBox .secondsBox {
    display: flex;
  }
  
  .aifDoors__timer .countdownTimerBox .timeBg {
    display: block;
    margin: 0;
    padding: 0;
    width: unset;
    height: unset;
    line-height: 32px;
    text-align: center;
    color: red;
    background: #fff;
  }
  
  .aifDoors__timer .countdownTimerBox .timeBg:nth-child(2n) {
    margin-right: 0;
  }
  
  .aifDoors__timer .countdownTimerBox .ending {
    display: block;
    margin: 0 5px;
    padding: 0;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    color: #000;
    transition: 0.2s;
  }
  
  .aifDoors__formTitle {
    margin: 10px 0 0;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    word-break: break-word;
    color: #222;
  }
  
  .aifDoors__formTitle--red {
    color: #ca2d2d;
  }
  
  .aifDoors__formSubTitle {
    margin: 10px 0 0;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    word-break: break-word;
    color: #222;
  }
  
  .aifDoors__formBtn,
  .aifDoors__formName,
  .aifDoors__formPhone {
    display: flex;
    outline: 0;
    border-radius: 35px;
    width: 100%;
    height: auto;
    max-width: 100%;
    box-shadow: none;
    box-sizing: border-box;
    font-style: normal;
  }
  
  .aifDoors__formName,
  .aifDoors__formPhone {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 15px;
    border: 2.5px solid #ddd;
    padding: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background: #f2f2f2;
    transition: 0.25s;
  }
  
  .aifDoors__formBtn {
    align-items: center;
    justify-content: center;
    margin: 15px 0 0;
    border: 0;
    padding: 15px 35px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #388e3c;
    cursor: pointer;
  }
  
  .aifDoors__textFooter {
    margin: 0;
    padding: 5px 0 0;
    font-family: sans-serif;
    text-align: center;
  }
  
  .aifDoors__formBotText {
    margin: 10px 0 0;
    font-family: sans-serif;
    font-size: 10px;
    line-height: 15px;
    word-break: break-word;
    text-align: center;
    color: #888;
  }
  
  .winPopupAifDoors,
  .winPopupBgAifDoors {
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  
  .winPopupBgAifDoors {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
    padding: 0 10px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  
  .winPopupAifDoors {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 70px 10px 20px;
    max-width: 400px;
    text-align: center;
    background: #fff 0 0;
    animation: 0.6s ease 0s normal none 1 running pop-up-appear;
  }
  
  .winPopupAifDoors::after,
  .winPopupAifDoors::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  .winPopupAifDoors::before {
    top: -55px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    background-color: #71c341;
    animation: 0.5s ease 0.3s normal backwards 1 running 'pop-up-appear-before';
  }
  
  .winPopupAifDoors::after {
    top: -20px;
    border-style: none none solid solid;
    border-width: medium medium 4px 4px;
    border-color: currentcolor currentcolor #fff #fff;
    border-image: none;
    width: 50px;
    height: 20px;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: 0.5s ease 0.3s normal backwards 1 running 'pop-up-appear-after';
  }
  
  .winPopupAifDoors__closeBtn {
    position: absolute;
    right: -40px;
    top: -40px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: #fff 0 0 10px 0;
    cursor: pointer;
  }
  
  .winPopupAifDoors__closeBtnIcon {
    width: 100%;
  }
  
  .winPopupAifDoors__text {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #111;
  }
  
  .winPopupAifDoors__text--title {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 40px;
  }
  
  .winPopupAifDoors__btn {
    margin: 25px auto 0;
    border: 0;
    border-radius: 5px;
    padding: 10px 20% 30px;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #fff;
    background-color: #71c341;
    cursor: pointer;
  }
  
  .winPopupAifDoors__text--red {
    color: red;
  }
  
  .winPopupBgAifDoorsShow {
    display: flex;
  }
  
  .winPopupBgAifDoorsEdit {
    position: unset;
    display: flex;
    min-height: 50vh;
  }
  
  .aifDoorsFormShow {
    display: flex;
  }
  
  .aifEighteen,
  .aifEighteen__container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .aifEighteen {
    padding: 20px;
    width: 67%;
  }
  
  .aifEighteen__container {
    width: 100%;
    height: fit-content;
    cursor: pointer;
  }
  
  .aifEighteen__img {
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }
  
  .aifImg {
    display: flex;
    justify-content: center;
    padding: 10px;
    width: 67%;
  }
  
  .aifImg__wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: fit-content;
    max-width: 650px;
  }
  
  .aifImg__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .aifList {
    padding: 10px 15px;
  }
  
  .aifList__container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 0 25px;
    width: 67%;
    box-sizing: border-box;
  }
  
  .aifList__table {
    margin: 0;
    border-collapse: collapse;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  
  .aifList__table td {
    vertical-align: center;
    padding: 10px;
  }
  
  .aifList__table td:first-child {
    text-align: center;
  }
  
  .aifList__text {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 22px;
    line-height: 26px;
    color: #000;
  }
  
  .aifListBlock {
    padding: 15px 15px 15px 30px;
    width: 67%;
  }
  
  .aifListBlock__wrapper {
    padding: 0;
  }
  
  .aifListBlock__list {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 0 20px;
  }
  
  .aifListBlock__item {
    margin: 0;
    padding: 0 0 5px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    word-break: break-word;
  }
  
  .aifListBlock__link {
    font-weight: 700;
    text-decoration: none;
    color: #00e;
    cursor: pointer;
  }
  
  .aifCom__link:hover,
  .aifCom__reply:hover,
  .aifListBlock__link:hover,
  .aifText__link:hover {
    color: #da2429;
  }
  
  .aifOrderBtn {
    width: 67%;
  }
  
  .aifOrderBtn__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  
  .aifOrderBtn__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
    padding: 15px 25px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #2035dc;
    text-align: center;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .aifText {
    margin: 0;
    padding: 5px 15px;
    width: 67%;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    word-break: break-word;
    color: #000;
  }
  
  .aifText__link {
    font-weight: 700;
    text-decoration: none;
    color: #00e;
    cursor: pointer;
  }
  
  .aifText__red {
    color: red;
  }
  
  .aifText--bold {
    font-weight: 700;
  }
  
  .aifText--boldCenter {
    font-weight: 700;
    text-align: center;
  }
  
  .aifText--italic {
    font-style: italic;
  }
  
  .aifText--red,
  .aifText--redCenter {
    font-weight: 700;
    color: red;
  }
  
  .aifText--redCenter {
    text-align: center;
  }
  
  .aifText--date,
  .aifText--imgInfo {
    padding: 20px 10px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #5e6266;
  }
  
  .aifText--imgInfo {
    padding: 2px 10px;
  }
  
  .aifTitles__subTitle,
  .aifTitles__title {
    margin: 0;
    padding: 5px 15px 10px;
    width: 67%;
    font-family: sans-serif;
    font-weight: 800;
    font-size: 35px;
    line-height: 40px;
    word-break: break-word;
    text-align: left;
    color: #222;
  }
  
  .aifTitles__subTitle {
    padding: 15px 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  
  .aifTitles__subTitle--list {
    font-size: 18px;
  }
  
  .aifTitles__listTitle {
    margin: 0;
    padding: 30px 10px 10px;
    width: 67%;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    word-break: break-word;
    text-align: left;
    color: #222;
  }
  
  .aifYellowBlock {
    padding: 5px 10px;
  }
  
  .aifYellowBlock__container {
    padding: 10px 15px;
    width: 67%;
    background: #fff2cc;
  }
  
  .aifYellowBlock__container--grey {
    border: 1px solid #000;
    background: #f3f3f3;
  }
  
  .aifYellowBlock__info {
    margin: 0;
    padding: 5px 0;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    word-break: break-word;
    color: #222;
  }
  
  .aifCom {
    padding: 10px 0;
    width: 67%;
    box-sizing: border-box;
  }
  
  .aifCom__wrapper {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 10px 70px;
    width: 100%;
  }
  
  .aifCom__info {
    width: 100%;
  }
  
  .aifCom__avatarWrapper {
    margin-top: -9px;
    margin-right: 21px;
    border-radius: 50%;
    width: 100%;
    height: 50px;
    max-width: 50px;
  }
  
  .aifCom__avatar {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .aifCom__comment,
  .aifCom__name {
    margin: 0;
    font-family: sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 22px;
    line-height: 26px;
    color: #000;
  }
  
  .aifCom__comment {
    /* margin: 20px 0 0-71px; */
    padding: 0;
    font-style: normal;
  }
  
  .aifCom__imgProductWrapper {
    margin: 0 0 0-71px;
    height: fit-content;
    max-width: 250px;
  }
  
  .aifCom__imgProduct {
    width: 100%;
    height: 100%;
  }
  
  .aifCom__replyWrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
  }
  
  .aifCom__link,
  .aifCom__reply {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #00ee;
  }
  
  .aifCom:first-child {
    margin-top: 0 !important;
  }
  
  .aifCom:last-child {
    margin-bottom: 0 !important;
  }
  
  .goToForm {
    display: none;
    padding: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: red;
  }
  
  .goToFormShow {
    display: block !important;
  }
  
  .ctContentFluid--red {
    background: red;
  }
  
  .aifAside__title-657582 {
    font-size: 16px;
    line-height: 26px;
    padding-top: 20px;
  }
  
  .aifTitles__title-912867 {
    padding-top: 15px;
  }
  
  .aifText-122120,
  .aifText-178355,
  .aifText-946789 {
    font-weight: 700;
  }
  
  .aifText-137031 {
    font-weight: 400;
  }
  
  .aifText-498072,
  .aifText-728905,
  .aifText-825973 {
    color: #2f3ced;
    font-weight: 700;
  }
  
  .aifText-484294,
  .aifText-992148 {
    font-weight: 400;
  }
  
  .aifText-976550 {
    color: #2f3ced;
  }
  
  .aifText-466884,
  .aifText-799869 {
    font-weight: 400;
  }
  
  .aifText-323184 {
    color: #2f3ced;
  }
  
  .aifText-291042,
  .aifText-327422 {
    font-weight: 400;
  }
  
  .aifText-737476 {
    color: #2f3ced;
  }
  
  .aifText-991906 {
    font-weight: 400;
  }
  
  .aifList__text-176068 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifImg__wrapper-422811 {
    max-width: 350px;
  }
  
  .aifText-318717 {
    font-weight: 400;
  }
  
  .aifText-669634 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifYellowBlock__info-134186,
  .aifYellowBlock__info-459090,
  .aifYellowBlock__info-466485,
  .aifYellowBlock__info-711925 {
    font-weight: 400;
  }
  
  .aifText-203238,
  .aifText-217549,
  .aifText-444765,
  .aifText-574415 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifListBlock__item-109433,
  .aifListBlock__item-125568,
  .aifListBlock__item-126392,
  .aifListBlock__item-261980,
  .aifListBlock__item-326231,
  .aifListBlock__item-330607,
  .aifListBlock__item-369816,
  .aifListBlock__item-418611,
  .aifListBlock__item-545182,
  .aifListBlock__item-628633,
  .aifListBlock__item-650998,
  .aifListBlock__item-658143,
  .aifListBlock__item-681480,
  .aifListBlock__item-691864,
  .aifListBlock__item-746560,
  .aifListBlock__item-773318,
  .aifListBlock__item-801057,
  .aifListBlock__item-837327,
  .aifListBlock__item-898580,
  .aifListBlock__item-910515,
  .aifText-106685,
  .aifText-114836,
  .aifText-225427,
  .aifText-571081,
  .aifText-576904,
  .aifText-614987,
  .aifText-801822,
  .aifText-892206,
  .aifText-970493 {
    font-weight: 400;
  }
  
  .aifText-951483 {
    color: #2f3ced;
  }
  
  .aifText-986458 {
    font-weight: 400;
  }
  
  .aifText-341561 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifText-331629,
  .aifText-961243 {
    font-weight: 400;
  }
  
  .aifListBlock__item-217832 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifListBlock__item-350230,
  .aifListBlock__item-897408 {
    font-weight: 400;
  }
  
  .aifText-304102 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifListBlock__item-223730,
  .aifListBlock__item-499449,
  .aifListBlock__item-615121,
  .aifListBlock__item-744096,
  .aifListBlock__item-762492,
  .aifText-102603 {
    font-weight: 400;
  }
  
  .aifText-284281,
  .aifText-401435,
  .aifText-728469 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifText-270219 {
    font-weight: 400;
  }
  
  .aifText-399932 {
    color: red;
  }
  
  .aifText-754806 {
    font-weight: 400;
  }
  
  .aifText-755222 {
    color: #2f3ced;
  }
  
  .aifText-779555 {
    font-weight: 400;
  }
  
  .aifCom__comment-128443 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifCom__comment-202204 {
    color: #2f3ced;
  }
  
  .aifCom__comment-520303 {
    font-weight: 400;
  }
  
  .aifCom__comment-693079 {
    color: #2f3ced;
  }
  
  .aifCom__comment-600562 {
    font-weight: 400;
  }
  
  .commentImgWrapper-315734 {
    max-width: 400px;
    width: 100%;
    height: fit-content;
    margin: auto 0 0;
    padding-left: 0;
    box-sizing: unset;
    padding-right: 0;
  }
  
  .commentImg-642526 {
    width: 100%;
    object-fit: contain;
  }
  
  .aifCom__comment-419594,
  .aifCom__comment-787953,
  .aifCom__reply-271485,
  .aifCom__reply-373817 {
    font-weight: 400;
  }
  
  .aifCom__comment-206575 {
    color: #2f3ced;
  }
  
  .aifCom__comment-229374 {
    font-weight: 400;
  }
  
  .commentImgWrapper-688635 {
    max-width: 400px;
    width: 100%;
    height: fit-content;
  }
  
  .commentImg-802960 {
    width: 100%;
    object-fit: contain;
  }
  
  .aifCom__comment-537402,
  .aifCom__reply-490960 {
    font-weight: 400;
  }
  
  .aifCom__comment-615200 {
    color: #2f3ced;
  }
  
  .aifCom__comment-108830 {
    font-weight: 400;
  }
  
  .commentImgWrapper-207822 {
    max-width: 400px;
    width: 100%;
    height: fit-content;
  }
  
  .commentImg-718511 {
    width: 100%;
    object-fit: contain;
  }
  
  .aifCom__comment-218958,
  .aifCom__comment-824484,
  .aifCom__reply-345028,
  .aifCom__reply-772174,
  .aifCom__reply-880406 {
    font-weight: 400;
  }
  
  .aifCom__comment-243541 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifCom__reply-150851 {
    font-weight: 400;
  }
  
  .aifCom__comment-716697 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifCom__comment-545081,
  .aifCom__reply-839693 {
    font-weight: 400;
  }
  
  .commentImgWrapper-277912 {
    max-width: 400px;
    width: 100%;
    height: fit-content;
  }
  
  .commentImg-255482 {
    width: 100%;
    object-fit: contain;
  }
  
  .aifCom__reply-601815 {
    font-weight: 400;
  }
  
  .aifCom__comment-671361 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifCom__reply-684164 {
    font-weight: 400;
  }
  
  .aifCom__comment-580708 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .commentImgWrapper-848499 {
    max-width: 400px;
    width: 100%;
    height: fit-content;
  }
  
  .commentImg-479315 {
    width: 100%;
    object-fit: contain;
  }
  
  .aifCom__reply-147301 {
    font-weight: 400;
  }
  
  .aifCom__comment-231361 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifCom__comment-222631,
  .aifCom__reply-454396,
  .aifCom__reply-632915 {
    font-weight: 400;
  }
  
  .aifCom__comment-176966 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifCom__reply-676562 {
    font-weight: 400;
  }
  
  .aifCom__comment-599153 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifCom__reply-188959 {
    font-weight: 400;
  }
  
  .aifCom__comment-187872 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifCom__comment-206630,
  .aifCom__comment-541645,
  .aifCom__reply-103843,
  .aifCom__reply-640503,
  .aifCom__reply-779993 {
    font-weight: 400;
  }
  
  .aifCom__comment-334397 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifCom__comment-822720,
  .aifCom__reply-640678,
  .aifCom__reply-908068 {
    font-weight: 400;
  }
  
  .aifCom__comment-380116 {
    color: #2f3ced;
    font-weight: 400;
  }
  
  .aifCom__comment-349586,
  .aifCom__reply-822829 {
    font-weight: 400;
  }
  
  .aifCom__comment-296490 {
    color: #2f3ced;
  }
  
  .aifCom__comment-460295 {
    font-weight: 400;
  }
  
  .commentImgWrapper-195080 {
    max-width: 400px;
    width: 100%;
    height: fit-content;
  }
  
  .commentImg-988341 {
    width: 100%;
    object-fit: contain;
  }
  
  .aifCom__comment-410147,
  .aifCom__reply-829370 {
    font-weight: 400;
  }
  
  .aifCom__comment-331189 {
    color: #2f3ced;
  }
  
  .aifCom__comment-191254,
  .aifCom__comment-213275,
  .aifCom__reply-883532,
  .aifCom__reply-975871 {
    font-weight: 400;
  }
  
  @media (max-width: 967px) {
    .aifAside {
      display: none;
    }
  
    .aifCommentsBtn,
    .aifDoors,
    .aifEighteen,
    .aifImg,
    .aifListBlock,
    .aifList__container,
    .aifOrderBtn,
    .aifText {
      width: 100%;
    }
  
    .aifTitles__title {
      padding: 5px 15px 10px;
      width: 100%;
    }
  
    .aifTitles__listTitle,
    .aifTitles__subTitle {
      padding: 10px;
      width: 100%;
    }
  
    .aifCom,
    .aifYellowBlock__container {
      width: 100%;
    }
  }
  
  @media (max-width: 959px) {
    .aifDoors__timer .countdownTimerBox .minutes,
    .aifDoors__timer .countdownTimerBox .seconds {
      font-size: 17px;
    }
  
    .aifDoors__timer .countdownTimerBox .timeBg {
      width: unset;
      height: unset;
      line-height: 32px;
    }
  
    .aifDoors__timer .countdownTimerBox .ending {
      font-size: 17px;
      line-height: 32px;
      letter-spacing: 0;
    }
  }
  
  @media screen and (max-width: 767px) {
    .textMedia {
      padding: 5px;
    }
  
    .textHeightMedia {
      line-height: normal;
    }
  
    .textLetterMedia {
      letter-spacing: normal;
    }
  }
  
  @media (max-width: 767px) {
    .aifDoors__box {
      padding: 10px;
    }
  
    .aifDoors__prizeWrapper {
      border-radius: 10px;
      height: 30px;
      max-width: 50px;
    }
  
    .aifDoors__prize {
      font-size: 20px;
    }
  
    .aifDoors__imageWrapper {
      max-width: 95px;
    }
  
    .aifDoors__formImgWrapper {
      max-width: 179px;
    }
  
    .winPopupAifDoors__closeBtn {
      right: 0;
    }
  
    .aifCom__name {
      padding: 0;
    }
  }
  
  @media (max-width: 575px) {
    .aifDoors__form {
      padding: 15px;
    }
  
    .aifCom__wrapper {
      padding: 10px 12px;
    }
  
    .aifCom__imgProductWrapper {
      max-width: unset;
    }
  }