.const{
    padding: 30px 0;
}

.constTitle{
    text-align: center;
    margin-bottom: 30px;
}

.constTitle > h2{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.const{
    padding-top: 20px;
}

#constMain{
    position: relative;
}

#constText{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 45px 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.textInput{
    display: none;
}

#constInput, #constInput2{
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: 0;
    text-align: center;
    font-weight: 900;
    color: #fff;
    font-size: 40px;
    font-family: 'Arial Black';
    background-size: cover !important;
    background-position: left top !important;
    line-height: 50px;
}

.constControl{
    margin-top: 20px;
}

.constControlItem{
    margin-bottom: 20px;
}

.constControlItem > h4{
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

.constControlItem button{
    font-weight: 500;
    font-size: 14px;
}

.constControlItem .dropdown-menu{
    width: 100%;
}

.constControlItem .dropdown-menu > span{
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
}

.constControlItem .dropdown > button{
    width: 100%;
    text-align: left;
}

#textInput{
    font-weight: 300;
}

#description{
    font-weight: 300;
    font-size: 15px;
}

#get_images{
    padding: 10px 35px;
}

.construktorPriceNormal > span{
    font-weight: 300 !important;
}

.constGallery .swiper-slide > img{
    width: 100%;
}

.constGallery .swiper-slide > a > img{
    width: 100%;
}

.constGallery{
    padding-top: 50px;
}

.constGalleryTitle{
    margin-bottom: 20px;
}

.constGalleryTitle > h2{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.swiper-container-s4{
    padding-bottom: 50px;
}

.swiper-container-s4 .swiper-pagination-bullets{
    bottom: 0;
}

.swiper-container-s4 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 8px;
}

.swiper-container-s4 .swiper-pagination-bullet-active{
    background: #ffb710;
}

#constInput::-webkit-input-placeholder {color:#fff;}
#constInput::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
#constInput:-moz-placeholder           {color:#fff;}/* Firefox 18- */
#constInput:-ms-input-placeholder      {color:#fff;}

#bgWhite{
    border: 1px solid #000;
    width: 85px;
}

#bgBlack{
    width: 85px;
}

#button1, #color1{
    background: #000;
}

#button2, #color2{
    background: #fff;
}

#button3, #color3{
    background: #808080;
}

#button4, #color4{
    background: #02c7fe;
}

#button5, #color5{
    background: #fe0000;
}

#button6, #color6{
    background: #0000fe;
}

#button7, #color7{
    background: #ff0080;
}

#button8, #color8{
    background: #01b400;
}

#button9, #color9{
    background: #fb6703;
}

#button10, #color10{
    background: #faee02;
}

#button11, #color11{
    background: #9900cc;
}

.bgDrop .dropdown-item{
    height: 25px;
}

.dropdown-menu{
    padding: 0;
}

.constPrice{
    align-items: flex-end;
}

.construktorRight{
    text-align: right;
}

.construktorPrice{
    margin-bottom: 30px;
}

.construktorPrice > h4{
    color: #000;
    font-size: 24px;
    font-weight: 300;
}

.construktorPrice > h4 > span{
    font-weight: 700;
    font-size: 24px;
}

.construktorPriceDiscount {
    color: #FC4530 !important;
}

#priceno {
    text-decoration: line-through;
}

.constReviewsResult{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.constReviewsResult > div{
    margin-right: 10px;
}

.constReviewsResultNum > span{
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 500;
}

.constReviewsResultNum > a{
    color: #2E2E2E;
    text-decoration: none;
    font-size: 14px;
}

.constReviewsResultNum > a:hover{
    color: #2e2e2e;
}

.constReviews{
    padding-top: 30px;
}

.constReviewsItem{
    padding: 25px 25px 40px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 15px 36px rgba(54,57,42,0.13);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: 100%;
}

.constReviewsItem::before{
    content: '';
    width: 55px;
    height: 45px;
    background: url(../images/const/reviewsIcon.svg) no-repeat;
    position: absolute;
    top: -22px;
    right: 25px;
    background-size: contain;
}

.constReviewsItemUser{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.constReviewsItemUserIcon{
    margin-right: 20px;
}

.constReviewsItemUserIcon img{
    border-radius: 50%;
    height: 70px;
}

.constReviewsItemUserText > h4{
    color: #1D1D1D;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.constReviewsItemUserText > p{
    color: #BBBBBB;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.constReviewsItemStars > div > i{
    font-size: 18px;
}

.constReviewsItemLine{
    width: 100px;
    height: 1px;
    background: #BBBBBB;
    margin: 10px 0;
}

.constReviewsItemContent > p{
    color: rgba(30,28,26,0.69);
    font-size: 13px;
    font-weight: 600;
}

.swiper-container-s5{
    padding: 50px 30px 50px;
}

@media(max-width:767px){
    #constText{
        padding: 0 12px 1px;
    }
    #constInput, #constInput2{
        height: auto;
        font-size: 8px;
        line-height: normal;
        border-radius: 4px;
    }
}

@media (max-width:1199px) and (orientation:landscape) {
    #constText{
        padding: 0 30px 3px;
    }
    #constInput, #constInput2{
        height: 40px;
        line-height: 40px;
        border-radius: 8px;
    }
}

@media (max-width:991px) and (orientation:landscape) {
    #constText{
        padding: 0 24px 1px;
    }
    #constInput, #constInput2{
        height: 30px;
        line-height: 30px;
        border-radius: 4px;
        font-size: 20px;
    }
}

@media (max-width:767px) and (orientation:landscape) {
    #constText{
        padding: 0 18px 0;
    }
    #constInput, #constInput2{
        height: 25px;
        line-height: 25px;
    }
}