
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJlbmdpbmUuY3NzIn0= */
@media (max-width: 479px) {
    .share.open-close-sharing .sort-share {
        position: absolute;
        top: 40px;
        left: 50% ;
        transform: translateX(-50%);
    }
}

.basket-all-block .basket-all-buttons .order {
    font-size: 16px;
}

.favorites.favorite i, .buyproduct .favorites.favorite i, .buyproduct .favorites.favorite:active i, .buyproduct .favorites.favorite:hover i {
    color: #fff;
}

.products li .inner .favorites.favorite i:not(.icon-cancel) {
    color: #fff !important;
}

.products.products-basket-row li .inner .favorites {
    background-color: red;
    display: inline-flex;
    width: 26px;
    height: 22px;
    align-items: center;
    justify-content: center;
}

.products.products-basket-row li .inner .favorites i, .products.products-basket-row li .inner .favorites:hover i {
    color: #fff;
    margin-right: 0;
}

.products.products-basket-row li .inner .favorites.favorite i {
    color: #fff;
}

.actives {
    background-color: #e6e6e6 !important;
}
.favorite {
    background-color: rgb(255, 6, 6);
}

.tt-selectable > li {
    background: #ccc;
    padding: 10px;
    margin-top: 5px;
}

.twitter-typeahead {
    width: 100%;
}
.twitter-typeahead .tt-menu{
    width: 100%;
}
.twitter-typeahead .tt-menu .list-group-item li{
    margin: 0;
}
.custom-img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.pagination li.active span {
    border: 2px solid #f58600;
    background: #f58600;
    color: #000;
    border-radius: 50px;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#preCreditWindow div#creditTitle {
    padding-top: 2%;
    font-size: 24px !important;
    text-align: center !important;
    margin-bottom: 5px !important;
    font-weight: bold !important;
    color: #000 !important;
}
.creditWindow {
    background: rgba(230, 230, 230, 0.95) !important;
    overflow-y: auto !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    
}
.popup-credit-content div {
    text-align: center !important;
    font-size: 14px !important;
}
.popup-credit-content .creditTypeTitle {
    font-size: 24px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    font-weight: bold !important;
    padding: 0;
}
.popup-credit-content table {
    width: 100% !important;
    overflow: hidden !important;
    padding: 0 20px;
    font-size: 15px !important;
    line-height: 1.5 !important;
    text-align: center !important;
}
.popup-credit-content table tbody {
    width: 100% !important;
}
h3.credit-tariff-i-title {
    padding: 10px;
    background: #e82822 !important;
    color: #fff !important;
}
.popup-credit-content p {
    text-align: center !important;
    color: #4c4c4c !important;
}
div.credit-tariff-i-uah {
    font-weight: bold !important;
    font-size: 24px !important;
    color: #f58600 !important;
}
div#creditTitle {
    color: #000 !important;
}
.form-column-title {
    text-align: center !important;
    color: #e82822 !important;
}

.form-bottom-group div{
    color: #e82822 !important;
    font-size: 16px;
}

#creditWindowId1 div, .buttons-group-half  {
    text-align: center !important;
}

@media (min-width: 479px){
    .for-form .checkreg{
        display: flex;
        align-items: flex-start;
    }

input.showPhone, input.showEmail, #password{
    padding: 15px 20px 15px 20px;
}

#showPhone .advant{
    font-size: 12px;
    margin-bottom: 10px;
}
.email-auth-link{
    color: #e82822;
    text-decoration: underline;
    padding: 0px !important;
    cursor: pointer;
}

.forgot-password{
    padding-left: 10px;
    font-size: 14px;
}
.return-phone-enter{
    padding-left: 10px;
    font-size: 12px;
    margin-bottom: 10px;
}

.auth__divided{
    position: relative;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
.auth__divided:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e82822;
}

.auth__divided p{
    font-size: 14px;
    color: #e82822;
    background: rgba(230, 230, 230, 0.95);
    position: relative;
    z-index: 1;
    padding: 1px 15px;
    margin: 0;
    width: auto;
}

#login{
    margin-bottom: 20px;
}

.auth__col{
    width: 100%;
}
.auth__social, .auth__social li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.auth__social li {
    background: #f2f3f5;
    height: 42px;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.auth__social li:not(:last-child) {
    margin-right: 15px;
}
.auth__social .other_auth_block_single a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.other_auth_block a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.auth__social .other_auth_block_single .auth__social-icon {
    margin-right: 7px;
}

.auth__social .other_auth_block_single .auth__social-icon {
    margin-right: 7px;
}
.auth__social-icon_g {
    background-image: url(../images/google-icon.svg);
    width: 18px;
    height: 18px;
}
.auth__social-icon_fb {
    background-image: url(../images/facebook-icon.svg);
    width: 9px;
    height: 18px;
}
.auth__social-icon {
    background-size: cover;
}

.select2-results__options > li { border-bottom: 1px solid silver; }
.select2-result-repository table th { text-align: right; }
.select2-result-repository table td { word-wrap: break-word; }

#orderNovaPoshtaCity + .select2-container{
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 0px 20px 20px;
    border-radius: 50px;
    color: #000;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .35s;
    transition: all .35s;
    font-size: 15px;
}
#orderNovaPoshtaCity + .select2-container .select2-selection--single{
    background: none;
    border: none;
    border-radius: 0;
}

#orderNovaPoshtaCity + .select2-container .select2-selection__arrow{
    display: none;
}
.photovideogallery {
    overflow: hidden;
}

.preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99999999;
}

#preloader-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loading-msg {
    width: 100%;
    font-size: 0.75em;
    color: #555;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #2489CE;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite ease;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.reports {display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.reports{padding:5px 7px 6px;background:#e6e6e6;font-size:11px;border-radius:5px;font-weight:500}
.reports i{margin-right:7px;font-size:10px;color:#f58600}
.reports span{line-height:1.1;color:rgba(0,0,0,0.7)}
.reports:hover{background:rgba(232,40,34,0.7)}
.reports:hover i{color:#fff}
.reports:hover span{color:#fff}

.open-close-sharing .slide-sorting.share-sorting{
    position: absolute;
    right: 0px;
    top: 35px;
    padding: 10px 5px;
    border-radius: 5px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    background: #fff;
    border: 2px solid #f58600;
}
.open-close-sharing .slide-sorting.share-sorting .sort-share{
    width: 120px;
}
.open-close-sharing .slide-sorting.share-sorting .sort-share li{
    float: left;
}
.open-close-sharing .slide-sorting.share-sorting .sort-share li:not(:last-child){
    margin-right: 10px;
}

#preCreditWindow{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.creditWindow{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#creditTitle{
    max-width: 1440px;
    margin: 0 auto;
}

#preCreditWindow .popup-credit-content{
    max-width: 1440px;
    margin: 0 auto;
    overflow-y: auto;
}

.personal-info{
    max-width: 1440px;
    margin: 0 auto;
    overflow-y: auto;
}

.personal-info .form-field-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.personal-info .form-field-row .form-label{
    font-size: 16px;
}

@media (max-width: 767px){
    .personal-info .form-field-row .form-label{
        width: 100%;
    }
}

@media (min-width: 767px){
    .personal-info .form-field-row .form-field-group{
        flex: 1 1;
    }
}



/* .content table td{
    padding: 0px !important;
} */

.catalog_item_credit{
    padding-bottom: 20px;
}

#creditWindowId1 .form-buttons-group{
    margin: 15px auto !important;
}

.auth__social_order {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
}
.auth__social_order li {
    width: 17%;
    background: #f2f3f5;
    height: 42px;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.auth__social_order li:not(:last-child) {
    margin-right: 15px;
}
.auth__social_order .other_auth_block_single a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.other_auth_block a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.auth__social_order .other_auth_block_single .auth__social-icon {
    margin-right: 7px;
}

.auth__social_order .other_auth_block_single .auth__social-icon {
    margin-right: 7px;
}
.auth__social-icon_g {
    background-image: url(../images/google-icon.svg);
    width: 18px;
    height: 18px;
}
.auth__social-icon_fb {
    background-image: url(../images/facebook-icon.svg);
    width: 9px;
    height: 18px;
}
.auth__social-icon {
    background-size: cover;
}
@media (max-width: 768px) {
    .auth__social_order li {
        width: 30%;
    }
}
@media (max-width: 457px) {
    .auth__social_order li {
        width: 100%;
    }
}
#container_social {
    display: flex;
}
@media (max-width: 600px) {
    .section-basket-ordering .tabset-registration li {
        padding-left: 20px;
        width: 50%;
        /* margin-left: 1px; */
        
    }
    .auth__social_order {
        margin: 15px;
    }
    .auth__social_order .other_auth_block_single .auth__social-icon {
        margin-right: 0px;
    }
    #container_social {display: block;}
    .tabset-registration {
        display: flex;
    }
}
.slick-track {
    width: 1300px;
}

.order span {
    color: #000 !important;
}