.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.header {
    z-index: 500 !important;
}

html body.header-fix .page-margin-top {
    margin-top: 183px;
}

.form-group {
    position: relative;
}

#fastOrder .modal-dialog .modal-content input[type="checkbox"],
#foundCheper .modal-dialog .modal-content input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    top: 4px;
}

.modal .modal-dialog .modal-content label[for="75"],
.modal .modal-dialog .modal-content label[for="73"] {
    padding: 0 0 0 20px;
    display: inline;
}



@media screen and (max-width: 991px) {
    html body.header-fix .page-margin-top {
        margin-top: 83px;
    }
}

@media screen and (max-width: 767px) {
    html body.header-fix .page-margin-top {
        margin-top: 74px;
    }

    .modal .modal-dialog {
        width: 100%;
    }

    body .footer-contacts p.item {
        float: none !important;
        display: block;
    }

    .footer-contacts p.item span {
        padding: 0 15px;
        display: inline-block;
    }

    /*.modal .modal-dialog .modal-content .modal_inner {
        padding: 0 10px 10px;
    }

    .form-group label {
        font-size: 12px !important;
    }

    .modal .modal-dialog .modal-content input[type="checkbox"] {
        position: relative;
        top: 2px;
    }*/
}

@media screen and (min-width: 1025px) {
    .compensate-for-scrollbar .modal.in .modal-dialog {
        transform: translate(-9px, 0);
    }

    .modal.in .modal-dialog {
        transition: none;
    }
}

.card-r-color__wrap {
    flex-wrap: wrap;
    gap: 5px 0;
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

/* nice-select.css */


.form-selection__row {
    display: block;
    position: relative;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    margin: 20px 0 0 0;
    padding-left: 10px;
    /* min-height: 53px; */
}

.form-selection__row.required .form-selection__title::before {
    content: '*';
    position: absolute;
    color: red;
    top: 0;
    left: -10px;
    font-size: 14px;
}

.form-selection__title {
    font-size: 16px;
    padding-top: 5px;
    min-width: 190px;
    padding-right: 50px;
    position: relative;
}

.form-selection input[type="text"] {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    height: 25px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #919191;
    border-radius: 2px;
    background: #fff;
    outline: none;
    line-height: 25px;
}

.form-selection__select {
    font-size: 16px;
    border: 1px solid #919191;
    line-height: 25px;
    height: 25px;
    border-radius: 2px;
    padding-left: 4px;
}

.form-selection__select .list {
    border-radius: 0;
}

.form-selection__select .option {
    padding-left: 4px;
}

.form-selection__desc {
    display: block;
    color: rgba(84, 84, 84, 0.5);
    font-size: 13px;
    margin-top: 3px;
}

.form-selection__col {
    flex: 1;
}

.form-selection__row--drop {
    flex-direction: column;
    align-items: flex-start;
}

.form-selection__row--drop .wrap {
    margin-bottom: 10px;
}

.form-selection__row--drop .form-selection__title {
    margin-bottom: 5px;
}

.form-selection__row--drop .form-selection__desc {
    margin-bottom: 10px;
    margin-top: 0;
}

.form-selection__row--drop .form-selection__col {
    width: 100%;
}

.form-selection input[type="checkbox"],
.form-selection input[type="radio"] {
    display: none;
}

.form-selection input[type="checkbox"]+label,
.form-selection input[type="radio"]+label {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    user-select: none;
}

.form-selection input[type="checkbox"]+label::before,
.form-selection input[type="radio"]+label::before {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    background: url(/bitrix/templates/segura_shop/components/bitrix/catalog.smart.filter/.default/images/input.png) center center no-repeat;
    left: 0;
    top: 2px;
}

.form-selection input[type="checkbox"]+label::after,
.form-selection input[type="radio"]+label::after {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 13px;
    background: url(/bitrix/templates/segura_shop/components/bitrix/catalog.smart.filter/.default/images/bird.png) center center no-repeat;
    left: 3px;
    top: 3px;
    opacity: 0;
    transition: .2s;
}

.form-selection input[type="checkbox"]:checked+label::after,
.form-selection input[type="radio"]:checked+label::after {
    opacity: 1;
}

.form-selection input[type="file"] {
    display: none;
}

.form-selection input[type="file"]+label {
    background-color: #fff;
    border: 1px solid #919191;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    margin-bottom: 0;
    transition: .3s;
    border-radius: 2px;
}

.form-selection input[type="file"]+label:hover {
    opacity: .6;
}


.form-selection input[type="file"]+label img {
    width: 20px;
    margin-right: 10px;
}

.form-selection__file-name {
    margin-top: 5px;
}

.form-selection textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #919191;
    border-radius: 2px;
    max-width: 492px;
    height: 200px;
    padding: 4px 4px;
    color: #333;
    font-size: 16px;
    resize: none;
}

.form-selection button {
    background: #2f445f;
    padding: 5px 5px;
    width: 114px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    border: 0 none;
}

.form-selection__btn {
    margin-bottom: 50px;
    max-width: 492px;
    margin-left: 10px;
}

.return_good_wrap {
    background-color: #F7F7F7;
    padding: 7px;
    margin-bottom: 36px;
    margin-top: 20px;
}

.return_good--in {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    margin: 0 auto;
}

.return_good--in svg {
    max-width: 54px;
}

.return_good_text {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
    margin-left: 20px;
    font-weight: 500;
    color: #383333;
}

.read_more {
    display: block;
    text-align: right;
    margin: 20px;
    color: #b60000;
    font-size: 15px;
}

.descripton--readmore {
    overflow: hidden;
    position: relative;
}

/*.descripton--readmore:before {
    content: '';
    width: 100%;
    height: 16px;
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 0;
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(50%, rgba(255, 255, 255, 0.87)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(
0deg, white 0%, rgba(255, 255, 255, 0.87) 50%, rgba(255, 255, 255, 0) 100%);
}*/
iframe.width-changed {
    width: 100%;
    display: block;
    border: 0;
    height: 0;
    margin: 0;
}



@media(max-width: 991px) and (min-width: 768px) {
    .logo-new {
        width: auto;
    }
}

@media(min-width: 768px) {
    .auto-city.active {
        min-width: 160px;
    }
}

@media(max-width: 768px) {
    .return_good_wrap {
        margin-top: -4px;
        margin-bottom: 24px;
    }

    .return_good--in {
        max-width: 550px;
        width: 92%;
    }

    .return_good_text {
        font-size: 14px;
        line-height: 18px;
        margin-left: 6px;
    }

    .return_good--in svg {
        max-width: 40px;
    }

}

@media(max-width: 479px) {
    .form-selection__title {
        font-size: 14px;
        min-width: 146px;
        padding-right: 20px;
    }

    .form-selection textarea {
        height: 160px;
    }

    .return_good--in {
        max-width: 350px;
    }
}