/* addition styles */

  
/* addition styles */
.pre-product{
    height:130px;
    background:#23211b
}
@media (max-width: 900px){
    .pre-product{
        height:90px
    }
}


.item-content .left-sec-project .mains {
    width:100%;
    display:block;
}

.more-phote-gritter {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    margin-top:10px;
}

.wertyuiop {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.wertyuiop img {
    width: 100% !important;
    height: 70px !important;
    display: block;
    object-fit: cover;
    object-position: center;
}

.item-content .left-sec-project .mains img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}


.breadcrums{
    margin-top:20px;
    margin-bottom:20px;
    color:#ccc
}
.breadcrums a{
    color:var(--main-color);
    text-decoration:none
}
.planning{
    margin-top:20px
}
.rscht-price{
    outline:none;
    transition:0.3s;
    padding:10px 20px;
    background:var(--main-color);
    margin-top:30px;
    cursor:pointer;
    font-family:"Bold";
    text-transform:uppercase;
    text-decoration:none;
    font-size:15px;
    display:inline-block;
    color:#fff;
    border-radius:5px;
    transition: .6s;
}
.rscht-price:hover{
    background: var(--two-color);
    box-shadow: 0 0 15px rgba(71, 74, 80, 0.5);
}
.pc-title{
    font-size:30px;
    text-align:left
}
.charachter .section{
    width:24%;
    display:inline-block;
    vertical-align:top;
    text-align:center
}
@media (max-width: 500px){
    .charachter .section{
        width:31%
    }
}
.charachter .char-pic{
    height:40px;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    margin-bottom:10px
}
.charachter .char-name{
    display:block;
    font-size:14px
}
.charachter .char-volume{
    font-family:"Bold";
    font-size:20px
}
.price{
    margin-top:15px;
    font-size:20px
}
.price sup{
    font-size:12px
}
@media (max-width: 500px){
    .pl-sec{
        text-align:justify;
        font-size:0
    }
    .pl-sec:after{
        display:inline-block;
        width:100%;
        content:""
    }
}
.plan-estate{
    display:inline-block;
    vertical-align:top;
    margin-right:20px;
    margin-top:20px;
    text-decoration:none;
    color:inherit
}
@media (max-width: 500px){
    .plan-estate{
        width:48%;
        margin-right:0
    }
}
.plan-estate .name{
    text-align:center;
    font-size:14px
}
.plan-estate .volume{
    text-align:center;
    font-size:14px
}
.plan-estate .volume sup{
    font-size:12px
}
.plan-estate .photo-plan{
    height:200px;
    margin-bottom:10px;
    width:200px;
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    background-repeat:no-repeat;
    background-size:90%;
    background-position:center
}
@media (max-width: 500px){
    .plan-estate .photo-plan{
        width:100%;
        height:150px
    }
}
.item-content{
    position:relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}

.item-content .left-sec-project {
    height:100%;
    width: 100%;
    background-size:cover;
    background-position:center;
    /*position:absolute;*/
    left:0;
    border-radius:5px;
    top:0
}

.text-item-now-fix-buddy {
    padding: 20px 10px;
 /*    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2; */
    line-height:24px;
}

@media (max-width: 770px){
    .item-content .left-sec-project{
        width:100%;
        display:block;
        position:relative;
        margin-bottom:30px
    }
    .wertyuiop img {
        height: 40px !important;
    }
    .item-content{
        position:relative;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }
}
.item-content .right-sec-project{
    width:100%;
    float:right
}
@media (max-width: 770px){
    .item-content .right-sec-project{
        width:100%;
        float:left
    }
}


.title__line {
    font-family: "Bold";
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: normal;
}

.line__input__text {
    height: 50px;
    border: none;
    border-radius: 5px;
    background: #f1f1f1;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}
