

/* Start:/otdel-reklamacij/style.css?176043984716283*/
.contacts-info{
    padding:20px 32px;
}
.contacts-info .title,
.form-reklamacij .title{
    font-size: 18px;
    line-height:18px;
    color: #aa76ad;
    font-weight:bold;
    margin-bottom:20px;
}
.contacts-info .row-item{
    white-space: nowrap;
    font-size: 14px;
    color:#22283e;
    margin-bottom:10px;
}
.contacts-info .row-item .left-str,
.contacts-info .row-item .right-str{
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.contacts-info .row-item .left-str{
    font-weight: bold;
    width:175px;
}
.contacts-info .row-item .right-str{
    color:#22283e;
}
.contacts-info .row-item.phone .right-str{
    color:#905792;
    font-weight: bold;
}
.contacts-info ol,
.contacts-info ul{
    margin: 0 0 10px;
    padding: 0 0 0 15px;
    font-size: 13px;
}
.contacts-info li{
    margin: 0 0 20px;
}

.text-right{
    text-align: right;
}
.block-info .checkbox-in{
    display: inline-block;
    font-size: 13px;
}
.checkbox-in input{
    margin-top: 0;
    vertical-align: top;
}

.attention{
    margin-top:22px;
    background: #905792 !important;
    padding:20px 32px;
    color: white;
}
.attention .title{
    font-size: 15px;
    font-weight: bold;
}
.attention .str{
    font-size: 13px;
    line-height: 15px;
}
.list-wrap .block{
    padding:20px 32px;
    margin-top:22px;
    height:57px;
    overflow: hidden;
}
.list-wrap .block .title{
    font-size: 18px;
    line-height:18px;
    color: #aa76ad;
    font-weight:bold;
    margin-bottom:20px;
    position: relative;
    cursor: pointer;
}
.list-wrap .block .title:after{
    content: "";
    background: url("/images/arrow-block.png") center no-repeat;
    width:15px;
    height:10px;
    cursor: pointer;
    position: absolute;
    right:-5px;
    top:5px;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.list-wrap .block.active .title:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.list-wrap .block .db-title{
    font-weight: bold;
}
.list-wrap .block .tcp-list-group__list{
    padding: 0 0 0 20px;
}
.block-info{
    margin-top:22px;
}
.form-reklamacij{
    padding:20px 32px;
    margin-top:22px;
    display: none;
}

.form-reklamacij.active {
    display: block;
}

.form-reklamacij .title{
    position: relative;
}
.form-reklamacij .title span{
    position: absolute;
    right:0;
    font-size:12px;
    color:#7e7e7e;
    font-weight: normal;
}
.form-reklamacij input,
.form-reklamacij textarea{
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    height:40px;
    line-height:40px;
    padding-left:14px;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    width:339px;
    margin: 0 25px 28px 0;
}
.form-reklamacij input.long-input{
    width: 48.7%;
    margin-right: 2%;
}
.form-reklamacij input.long-input:nth-child(2n) {
    margin-right: 0;
}
.form-reklamacij input[name="used-quantity"] {
    margin-right: 25px !important;
}
.form-reklamacij input:nth-child(3n+3) {
    margin: 0 0 28px 0;
}
.form-reklamacij textarea{
    width:1074px;
    height:170px;
    max-height: 240px;
    min-height: 120px;
    max-width: 1074px;
    margin-right:0;
    margin-bottom:30px;
    line-height: 20px;
    display: block;
}
.form-reklamacij .like-input{
    display: inline-block;
    width: 339px;
    vertical-align: top;
    white-space: normal;
    height:40px;
    line-height:40px;
    color: #757575;
}
.form-reklamacij .block-row{
    margin-bottom: 18px;
}
.form-reklamacij .block-inl{
    display: inline-block;
    width: 210px;
    height: 30px;
    line-height: 30px;
}
.form-reklamacij .block-inl label{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 8px 0 0;
    border: 1px solid #fdfdfd;
    border-radius: 50%;
    background-color: #fefefe;
    box-shadow: 0px 0px 0px 7px #e7dbe7;
    vertical-align: middle;
}
.form-reklamacij .block-inl input[type="radio"]:checked+label{
    background-color: #905792;
}
.form-reklamacij .block-inl input{
    display: none;
}
.form-reklamacij .akt{
    white-space:nowrap;
    position: relative;
}
.form-reklamacij .akt .str{
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.form-reklamacij .akt .name{
    color:#7e7e7e;
    padding-left:25px;
    background: url("/images/skrepka.png") left center no-repeat;
    margin-right:10px;
}
.form-reklamacij .akt .input{
    color:#905792;
    text-decoration: underline;
    cursor: pointer;
}
.form-reklamacij .akt .input:hover{
    text-decoration: none;
}
.form-reklamacij input,
.form-reklamacij textarea{
    outline: none;
}
.form-reklamacij input.error,
.form-reklamacij textarea.error{
    border: 1px solid red;
}
.form-reklamacij .akt input{
    position: absolute;
    width: 138px;
    padding: 0;
    height: 20px;
    margin: 0;
    left: 138px;
    top: 0;
    opacity:0;
    cursor: pointer;
}
.form-reklamacij textarea{
    width:100%;
}
.form-reklamacij .akt .file-name{
    position: absolute;
    left:290px;
    height:20px;
    top:0;
}
.photo-block{
    margin-top:25px;
}
.photo-block .str-title{
    color:#905792;
    margin-bottom:3px;
}
.photo-block .str{
    color:#7e7e7e;
    font-size: 12px;
}
.photo-wrap{
    margin-top:12px;
    white-space: nowrap;
}
.photo-wrap .input-wrap{
    width:80px;
    height:80px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border: 1px solid #c6c6c6;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    background: url("/images/add-photo.png") center no-repeat;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin-right:7px;
    position: relative;
}
.photo-wrap .input-wrap img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
}
.photo-wrap .input-wrap:hover{
    background: url("/images/add-photo-hover.png") center no-repeat;
}
.photo-wrap .input-wrap input{
    width: 100%;
    height: 200%;
    cursor: pointer;
    margin-top: -100%;
    opacity:0;
}
.photo-block .errors{
    margin:10px 0;
}
.photo-block .errors p{
    color: red;
}
#reklamForm {
    position: relative;
}
#reklamForm .loader-wrap{
    display: none;
}

#reklamFormKraski .loader-wrap {
    display: none;
}

.copy{
    white-space:nowrap;
    margin-top:23px;
    height:20px;
    cursor: pointer;
    display: inline-block;
}
.copy .input-wrap,
.copy .str{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.copy .input-wrap{
    width:16px;
    height:16px;
    border: 1px solid #c6c6c6;
    margin-right:10px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    position: relative;
}
.copy .input-wrap .icon{
    background-color: white;
    width:10px;
    height:10px;
    position: absolute;
    margin:auto;
    top:0;
    left:0;
    right:0;
    bottom: 0;
}
.copy .input-wrap.active .icon{
    background-color: #905792;
}
.copy input{
    width:100%;
    height:100%;
    margin: 0 !important;
    float: none;
    cursor: pointer;
    opacity:0;
    z-index:1;
    position: relative;;
}
.copy .str{
    color: #282828;
    font-size:13px;
}
#reklamForm .agreement_text{
    /*width:210px;*/
    text-align: left;
    margin-top:20px;
}
#reklamForm .btn{
    height: 40px;
    line-height: 40px;
    width: 180px;
    cursor: pointer;
    text-align: center;
    color: white;
    background-color: #905792;
    border: 1px solid #905792;
    font-size: 13px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    margin-top:20px;
}
.result-message{
    position: fixed;
    left:50%;
    margin-left:-200px;
    width:400px;
    height:375px;
    top:50%;
    margin-top:-182.5px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0, .24);
    -moz-box-shadow: 0 0 5px rgba(0,0,0, .24);
    box-shadow: 0 0 5px rgba(0,0,0, .24);
    background-color: white;
    display: none;
    z-index: 6;
}
.result-message .title-str{
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
    color: white;
    font-weight: bold;
    background-color: #905792;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0, .24);
    -moz-box-shadow: 0 0 5px rgba(0,0,0, .24);
    box-shadow: 0 0 5px rgba(0,0,0, .24);
    position: relative;
    text-align: left;
    font-size: 14px;
}
.result-message  .exit {
    background: url(/bitrix/templates/mosoboi_ad/components/bitrix/catalog/new_2/bitrix/catalog.element/light_new/images/exit-icon-white.png) center no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 22px;
    right: 18px;
    cursor: pointer;
}
.result-message .icon-wrap{
    background: url("/images/result-message-2.png") center no-repeat;
    width:104px;
    height:115px;
    margin:15px auto 20px auto;
    position: relative;
}
.result-message .icon-wrap .icon{
    background: url("/images/result-message-1.png") center no-repeat;
    width:48px;
    height:36px;
    animation: moveRotate 0.8s infinite ease;
    position: absolute;
    bottom:0;
    left:50%;
    margin-left:-24px;
}
.result-message .str{
    margin: 25px auto 0 auto;
    text-align: center;
    line-height: 18px;
}
.result-message .str span{
    font-weight: bold;
    display: block;
}
.fixed-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 5;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.4);
}
.photo-block .input-wrap .remove{
    width: 18px;
    height: 18px;
    background: url(/images/sp-close2.png) no-repeat 50% 50% #808080;
    position: absolute;
    top: 3px;
    right:3px;
    border-radius: 50%;
    display: none;
    z-index:10;
    cursor: pointer;
}
.photo-block .input-wrap.active .remove{
    display: block;
}

.form-container {
    display: none;
}

.form-container.active {
    display: block;
}

.select-form-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.select-form-button {
    border: 1px solid #c6c6c6;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #aa76ad;
    transition: 0.3s;
}

.select-form-button:hover, .select-form-button.active {
    background: #aa76ad;
    color: #fff;
    border-color: #aa76ad;
}

.reklamation-block {
    line-height: 1.5;
}

.reklamation-block ul {
    margin: 10px 0 20px 10px;
    padding-left: 15px;
}

.reklamation-block ul li {
    margin-bottom: 0;
}

@keyframes moveRotate {
    5% {
        -moz-transform: rotate(-5deg) ;
        -webkit-transform: rotate(-5deg) ;
        -o-transform: rotate(-5deg) ;
        -ms-transform: rotate(-5deg) ;
        transform: rotate(-5deg) ; }
    15% {
        -moz-transform: rotate(-10deg) ;
        -webkit-transform: rotate(-10deg) ;
        -o-transform: rotate(-10deg) ;
        -ms-transform: rotate(-10deg) ;
        transform: rotate(-10deg) ; }
    25% {
        -moz-transform: rotate(-15deg) ;
        -webkit-transform: rotate(-15deg) ;
        -o-transform: rotate(-15deg) ;
        -ms-transform: rotate(-15deg) ;
        transform: rotate(-15deg) ; }
    35% {
        -moz-transform: rotate(-10deg) ;
        -webkit-transform: rotate(-10deg) ;
        -o-transform: rotate(-10deg) ;
        -ms-transform: rotate(-10deg) ;
        transform: rotate(-10deg) ; }
    45% {
        -moz-transform: rotate(-5deg) ;
        -webkit-transform: rotate(-5deg) ;
        -o-transform: rotate(-5deg) ;
        -ms-transform: rotate(-5deg) ;
        transform: rotate(-5deg) ; }
    55% {
        -moz-transform: rotate(0deg) ;
        -webkit-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        -ms-transform: rotate(0deg) ;
        transform: rotate(0deg) ; }
    65% {
        -moz-transform: rotate(5deg) ;
        -webkit-transform: rotate(5deg) ;
        -o-transform: rotate(5deg) ;
        -ms-transform: rotate(5deg) ;
        transform: rotate(5deg) ; }
    75% {
        -moz-transform: rotate(10deg) ;
        -webkit-transform: rotate(10deg) ;
        -o-transform: rotate(10deg) ;
        -ms-transform: rotate(10deg) ;
        transform: rotate(10deg) ; }
    85% {
        -moz-transform: rotate(15deg) ;
        -webkit-transform: rotate(15deg) ;
        -o-transform: rotate(15deg) ;
        -ms-transform: rotate(15deg) ;
        transform: rotate(15deg) ; }
    95% {
        -moz-transform: rotate(10deg) ;
        -webkit-transform: rotate(10deg) ;
        -o-transform: rotate(10deg) ;
        -ms-transform: rotate(10deg) ;
        transform: rotate(10deg) ; }
    100% {
        -moz-transform: rotate(5deg) ;
        -webkit-transform: rotate(5deg) ;
        -o-transform: rotate(5deg) ;
        -ms-transform: rotate(5deg) ;
        transform: rotate(5deg) ; }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .form-reklamacij .like-input,
    .form-reklamacij input.long-input,
    .form-reklamacij input:nth-child(3n+3),
    .form-reklamacij input{
        width: 48%;
        margin-right: 3%;
    }
    .form-reklamacij input:nth-child(2n){
        margin-right: 0px !important;
    }
    .form-reklamacij input:nth-child(3n+3){
        margin: 0 3% 28px 0;
    }
    .form-reklamacij .like-input{
        margin-bottom: 28px;
        height: auto;
        line-height: 16px;
    }
    .form-reklamacij .block-inl{
        width: 208px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .form-reklamacij .like-input,
    .form-reklamacij input.long-input,
    .form-reklamacij input:nth-child(3n+3),
    .form-reklamacij input,
    .form-reklamacij textarea{
        width: 100%;
    }
    .form-reklamacij .block-inl{
        width: 162px;
    }
    .form-reklamacij .block-inl:nth-child(2n){
        width: 140px;
    }
    .form-reklamacij .block-inl:first-child{
        width: 166px;
    }
    .form-reklamacij .block-inl:last-child{
        width: 163px;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .contacts-info .row-item{
        white-space: normal;
    }
    .contacts-info .row-item .left-str, .contacts-info .row-item .right-str{
        display: block;
        width: auto;
    }
    .block.form-reklamacij,
    .block.contacts-info{
        width: auto;
        padding: 20px;
        border-radius: 6px;
        background-color: #fefefe;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    }
    .form-reklamacij .title span{
        position: relative;
        display: block;
        line-height: 24px;
    }
    .form-reklamacij .like-input,
    .form-reklamacij input.long-input,
    .form-reklamacij input:nth-child(3n+3),
    .form-reklamacij input,
    .form-reklamacij textarea{
        width: 100%;
        margin-bottom: 14px;
    }
    .form-reklamacij .like-input{
        height: 34px;
        line-height: 18px;
    }
    .list-wrap .block{
        width: auto;
        height: 90px;
    }
    .list-wrap .block .title{
        min-height: 54px;
    }
    .form-reklamacij .block-inl{
        width: 100%;
        margin-bottom: 8px;
    }
    .form-reklamacij .block-inl label{
        margin-left: 7px;
    }
}

@media (max-width: 467px) {

}
/* End */
/* /otdel-reklamacij/style.css?176043984716283 */
