@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;
  }
}
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;
}
.ctContainer{
  margin: 0 auto;
  width: 100%;
  background: 0 0;
  padding-top: 40px;
}
.ctContent,
.ctContentFluid{
  width: 100%;
  background: #fff;
}
.checkedList{
  display: flex;
  width: 100%;
}
.checkedList ul{
  padding-left: 0;
}
.checkedList ul li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
}
.checkedList ul li::before{
  content: none;
}
.checkedList__itemText{
  padding-left: 25px;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 20px;
  word-break: break-word;
}
.checkedList__itemImgWrapper{
  display: flex;
  width: 100%;
  height: fit-content;
  max-width: 30px;
}
.checkedList__itemImg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.docInfoDoors{
  padding: 20px;
  width: 100%;
}
.docInfoDoors__titleWrapper{
  border-radius: 10px;
  padding: 10px;
  background-color: #f59a14 ;
}
.docInfoDoors__title{
  font-family: sans-serif;
  font-weight: 700;
  font-size: 22px;
  word-break: break-word;
  text-align: center;
  color: #fff;
}
.docInfoDoors__form{
  z-index: 1;
  display: none;
  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;
}
.docInfoDoors__formImgWrapper{
  position: relative;
    display: flex;
  align-items: center;
   justify-content: center;
  width: 100%;
  height: fit-content;

}
.docInfoDoors__formImg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.docInfoDoors__formStock{
  position: absolute;
  right: -40px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 117px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  word-break: break-word;
  text-align: center;
  color: #fff;
  background: url("reduslimPriceBox.png") no-repeat center center/cover;
}
.docInfoDoors__formTitle{
  margin: 10px 0 0;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  word-break: break-word;
  color: #222;
}
.docInfoDoors__formSubTitle,
.docInfoDoors__formTitle--red{
  font-family: sans-serif;
  font-weight: 700;
  color: #ca2d2d;
}
.docInfoDoors__formSubTitle{
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 25px;
  word-break: break-word;
  color: #222;
}
.docInfoDoors__formBtn,
.docInfoDoors__formName,
.docInfoDoors__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;
  word-break: break-word;
}
.docInfoDoors__formName,
.docInfoDoors__formPhone{
  flex-direction: column;
  align-items: flex-start;
  margin: 8px 0;
  border: 2.5px solid #ddd;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: #f2f2f2;
  transition: 0.25s;
}
.docInfoDoors__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;
}
.docInfoDoors__formBotText,
.docInfoDoors__textFooter{
  font-weight: 400;
  word-break: break-word;
  text-align: center;
}
.docInfoDoors__formBotText{
  margin: 10px 0 0;
  font-family: sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #888;
}
.greenParagraph{
  padding: 10px 40px 20px;
}
.greenParagraph__wrapper{
  border: 4px double rgba(21, 160, 37, 0.32);
  border-radius: 2px;
  padding: 6px 13px;
  background: rgba(3, 224, 0, 0.04);
}
.greenParagraph__greenText{
  margin: 0 0 9px;
  border: 1px dotted #e2e2e2;
  border-right: none;
  border-radius: 2px;
  padding: 6px 4px 4px 5px;
  width: 100%;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  word-break: break-word;
  color: #3a753a;
  background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%);
}
.greenParagraph__text{
  margin-bottom: 9px;
  border-right: none;
  padding: 6px 4px 4px 5px;
  width: 100%;
  font-family: sans-serif;
  font-size: 22px;
  word-break: break-word;
}
.greenParagraph__counter{
  font-weight: 700;
  color: #ff0;
}@media (max-width: 1024px){
.greenParagraph{
    padding: 10px 20px;
  }
}




@media (max-width: 767px){
.docInfoDoors__formImgWrapper{
    max-width: 179px;
  }
}

@media (max-width: 575px){
.docInfoDoors__form{
    padding: 15px;
  }
}





@media (max-width: 1599px){
.ctContainer{
    padding-top: 10px;
  }
}



/* === Clean semantic aliases (auto-added) === */

.content-paragraph{
  margin: 0;
  padding: 15px;
  font-family: sans-serif;
  line-height: normal;
  word-break: break-word;
  text-align: left;
  font-size: 22px;
}
.content-section{
  max-width: 960px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  padding: 0 15px;
}

.content-image{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.oneImageWidget__wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
  width: 100%;
  max-width: 800px;
  height: auto;
}

/* глобально для всех картинок */
img, picture { 
  max-width: 100%; 
  height: auto; 
  display: block; 
}
.content-section h1{
  font-size: 40px;
}
.content-section h2{
  font-size: 32px;
  color: #84171e;
}
.content-section h3{
  font-size: 28px;
}
.content-section h4{
  font-size: 24px;
}
.content-section h5{
  font-size: 20px;
}
.content-section h6{
    padding: 5px;
    letter-spacing: normal;
  }
.door__container{
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0;
}
.door_box{
    perspective: 500px;
    position: relative;
    width: 165px;
    height: 346px;
    cursor: pointer;
	 border: 3px solid #5a3b22;
}
.door{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(0deg);
    transition: all 0.75s ease;
    transform-origin: 0% 0%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#door_1{ background-image: url('docInfoDoorOne.png'); }
#door_2{ background-image: url('docInfoDoorTwo.png'); }
#door_3{ background-image: url('docInfoDoorThree.png'); }
.door:hover{
    transform: rotateY(-30deg);
}
.door.open{
    transform: rotateY(-85deg);
}
.hi{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}
.door__sales{
    position: relative;
    font-size: 45px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px !important;
    box-shadow: 0 1px 2px 2px #7f7878;
    margin: 0 !important;
    background: white;
}
.door__head{
    font-size: 18px;
    margin: 18px 0;
    text-align: center;
}
.spin-result-wrapper{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    align-items: center;
    justify-content: center;
}
.pop-up-window{
    width: 400px;
    max-width: calc(100% - 32px);
    background: #fff;
    text-align: center;
    padding: 70px 20px 20px;
    border-radius: 10px;
    position: relative;
    animation: pop-up-appear 0.7s ease forwards;

}
.pop-up-window::before{
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}
.pop-up-window::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    transform: rotate(-45deg);
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}
.close-popup{
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('erecsolClosePupup.svg');
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer;
}
.pop-up-button{
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium;
    cursor: pointer;
    outline: medium;
    display: inline-block;
    margin-top: 15px;
}@media (max-width: 1040px){
.door_box, .door{
        width: 95px;
        height: 200px;
    }
.door__sales{
        font-size: 23px !important;
    }
}


@media (max-width: 500px){
.door_box, .door{
        width: 85px;
        height: 180px;
    }
}


.comments-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.row-y-item{
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    background: #f9f9f9;
}
.info{
    display: flex;
    gap: 15px;
}
.coment_ava{
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.coment_ava img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info > div:last-child{
    flex: 1;
}
.info strong{
    font-size: 18px;
    color: #333;
}
.randdate{
    color: #666;
    font-size: 20px;
    margin-left: 10px;
}
.pg{
    margin-top: 10px;
    line-height: 1.5;
    color: #444;
    font-size: 20px;
}
.pg img{
    max-width: 200px;
    margin-top: 10px;
    border-radius: 5px;
}@media (max-width: 480px){
.door_box{
        width: 70px;
        height: 150px;
    }
.content-paragraph{
        font-size: 18px;
        padding: 10px;
    }
}



@media only screen and (max-width:500px){
.vik-winners-bl .lb_top{
        padding: 10px 10px 10px 30px
    }
.vik-winners-bl .lb_top:before{
        top: 5px;
        left: 5px;
        width: 20px;
        height: 25px;
        background-size: 100%
    }
.vik-winners-bl .lbt_text_1{
        font-size: 18px;
        line-height: 20px
    }
.vik-winners-bl .lbt_text_2{
        margin-top: 5px
    }
.vik-winners-bl .lb_text{
        font-size: 26px;
        line-height: 27px;
        margin-top: 20px
    }
.vik-winners-bl .lb_text>span{
        font-size: 40px;
        line-height: 41px
    }
}


.vik-winners-bl .left_block{
    display: inline-block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    padding: 50px;
    background: #f9f9f9;
    font-family: sans-serif
}
.vik-winners-bl .lb_top,
.vik-winners-bl .wins{
    background: #fff
}
.vik-winners-bl .lb_top{
    border: 1px solid #b5b5b5;
    border-radius: 15px;
    padding: 20px;
    position: relative
}
.vik-winners-bl .lb_top:before{
    display: block;
    content: '';
    width: 40px;
    height: 50px;
    position: absolute;
    top: 25px;
    left: 25px
}
.vik-winners-bl .lbt_text_1{
    font-size: 20px;
    line-height: 30px;
    color: #272727;
    text-align: center
}
.vik-winners-bl .lbt_text_2{
    font-size: 13px;
    line-height: 15px;
    color: #626262;
    margin-top: 10px;
    text-align: center
}
.vik-winners-bl .lb_text{
    text-transform: uppercase;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    margin: 50px 0 15px;
    text-align: center
}
.vik-winners-bl .lb_text>span{
    display: inline-block;
    font-size: 30px;
    line-height: 76px
}
.vik-winners-bl .wins{
    border: 1px solid #d8d8d8;
    border-radius: 15px
}
.vik-winners-bl .win_line{
    display: table;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d8d8d8
}
.vik-winners-bl .win_line>div{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 5px 0 15px;
    font-size: 17px;
    line-height: 19px
}
.vik-winners-bl .win_line:first-child{
    background: linear-gradient(89.47deg, #ed7b22 0, #f59a14 100%)
}
.vik-winners-bl .win_line:last-child{
    border-bottom: none
}@media only screen and (max-width:1100px){
.vik-winners-bl .left_block{
        display: block
    }
}


@media only screen and (max-width:1000px){
.vik-winners-bl .left_block{
        padding: 30px 10px;
        max-width: 435px
    }
}


@media only screen and (max-width:880px){
.vik-winners-bl .left_block{
        max-width: 100%;
        float: none
    }
.vik-winners-bl .lb_text{
        text-align: center
    }
}


@media (max-width:720px){
.vik-winners-bl .win_line:first-child{
        display: none
    }
.vik-winners-bl .win_line{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center
    }
.vik-winners-bl .win_line>div{
        width: 100% !important
    }
}


@media only screen and (max-width:500px){
.vik-winners-bl .lb_top{
        padding: 10px 10px 10px 30px !important
    }
.vik-winners-bl .lb_top:before{
        top: 5px;
        left: 5px;
        width: 20px;
        height: 25px;
        background-size: 100%
    }
.vik-winners-bl .lbt_text_1{
        font-size: 18px;
        line-height: 20px
    }
.vik-winners-bl .lbt_text_2{
        margin-top: 5px
    }
.vik-winners-bl .lb_text{
        font-size: 26px;
        line-height: 27px;
        margin-top: 20px
    }
.vik-winners-bl .lb_text>span{
        font-size: 40px;
        line-height: 41px
    }
}


@media only screen and (max-width:450px){
.vik-winners-bl .win_line>div{
        padding: 0 5px 0 10px;
        font-size: 15px;
        line-height: 19px
    }
}


@media (max-width:460px){
.vik-winners-bl .left_block{
        padding: 0 !important
    }
.vik-winners-bl .win_line>div{
        font-size: 14px !important
    }
.vik-winners-bl .lb_text>span{
        font-size: 20px
    }
.vik-winners-bl .lb_top{
        padding: 10px
    }
}


.wincomment{
    transition: opacity .3s;
    transition: margin-top 1s
}
.wins{
    overflow: hidden
}