/*
 * Copyright (c) 2019 Denis Artamonov
 * Created: 4/10/19 2:07 AM
 * Author: Denis Artamonov
 * Email: artamonov.ceo@gmail.com
 */

.modal {
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    line-height: 1.6875;
    color: #777777;
    background-color: #fff;

}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
    padding: 37px;
    border-color: transparent;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.btn--ys {
    position: relative;
    padding: 10px 14px;
    font-size: 0.875em;
    line-height: 1.486em;
    height: 40px;
    background-color: #0096ce;
    color: #ffffff;
    border-radius: 0;
    vertical-align: top;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal-newsletter {
    padding-bottom: 35px;
    position: relative;
    z-index: 2;
}

.modal-newsletter .v-logo {
    margin-bottom: 47px;
    max-height: 80px;
}

.result {
    text-align: center;
    font-size: 24px;
    color: #0c4566;
}

.img-responsive1 {
    max-width: 100%;
}

.modal-newsletter .modal-title {
    font-size: 21px;
    line-height: 1.1em;
    padding-bottom: 15px;
}

.modal-title {
    margin: 0;
    line-height: 1.6875;
}

.modal-newsletter p {
    margin-bottom: 0px;
}

.modal-newsletter p {
    padding-bottom: 7px;
}

.model-newsletter p span {
    color: #FF7900;
}

.subscribe-form {
    position: relative;
    background-color: #fff;
    margin-top: 15px;
    color: #888888;
}

.modal-newsletter .row-subscibe {
    font-size: 0;
    line-height: 0;
    padding: 27px 0 27px 0;
}

.modal-newsletter .row-subscibe input {
    height: 60px;
    border: 1px solid #e5e5e5;
    padding: 2.3% 2.5%;
    font-size: 18px;
    line-height: 1.2em;
    color: #777777;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 1px;
    width: 50%;
    clear: both;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.modal-newsletter .row-subscibe input[type="text"] {
    padding: 0 !important;
}

.btn--ys.btn--xxxl {
    padding: 17px 100px;
    font-size: 1.1em;
    font-weight: 500;
    height: auto;
}

.fade.in {
    opacity: 1;
}

.modal {
    z-index: 77777777;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal {
    /* display: none;*/
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.fade {
    /*opacity: 0;*/
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.3s 0s ease, 0.15s 0.3s 0s ease, linear 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease, 0.15s 0.3s 0s ease, linear 0.3s 0s ease;
    -ms-transition: opacity 0.3s 0s ease, 0.15s 0.3s 0s ease, linear 0.3s 0s ease;
    -o-transition: opacity 0.3s 0s ease, 0.15s 0.3s 0s ease, linear 0.3s 0s ease;
    transition: opacity 0.3s 0s ease, 0.15s 0.3s 0s ease, linear 0.3s 0s ease;
}

.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-radius: 6px;

}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 15% auto;
    }
}

.text-center {
    text-align: center !important;
}

.img-responsive1 {
    max-width: 100%;
}

.modal-md {
    max-width: 816px !important;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.btn--ys:hover, .btn--ys:active, .btn--ys.focus, .btn--ys:focus {
    background: #0096ce;
    color: #ffffff;
}

.btn--ys:hover {
    background-color: #f5f5f5;
    color: #0096ce;
}

.btn--ys.btn--xxxl {
    padding: 17px 100px;
    font-size: 1.1em;
    font-weight: 500;
    height: auto;
}

.color {
    color: #0096ce;
}

.font-lighter {
    font-weight: lighter;
}

.font24 {
    font-size: 24px !important;
}

.custom-font {
    font-family: Ubuntu, sans-serif !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.6875;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal-header .close {
    color: #0096ce;
    font-size: 29px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: 'delay: 1s;';
    -o-transition: 'delay: 1s;';
    transition: 'delay: 1s;';
    -webkit-transition: 'delay: 1s;' 0.3s 0s ease;
    -moz-transition: 'delay: 1s;' 0.3s 0s ease;
    -ms-transition: 'delay: 1s;' 0.3s 0s ease;
    -o-transition: 'delay: 1s;' 0.3s 0s ease;
    transition: 'delay: 1s;' 0.3s 0s ease;
}

.modal-header .close {
    margin-top: -15px;
    margin-right: -15px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    filter: alpha(opacity=20);
}

.modal-backdrop.in {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

.modal-backdrop.fade {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.modal-backdrop {
    z-index: 7777777;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

#modal-price {
    position: fixed;
    top: 0%;
    left: 35%;
    z-index: 100000;
}

.i-in {
    opacity: 0.5 !important
}

.rating {
    clear: both
}

.zoom {
    display: none;
    position: absolute;
    left: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 2px;
}

.item_slider .slides {
    margin: 0 !important;
    height: 500px !important;
}

.item_slider:not(.flex) .slides li {
    height: 470px !important;
    line-height: 470px !important;
}

.item_slider .slides img {
    border-radius: 2px;
}


.sale_cl{
//    display:none;
    opacity:1;
    top:10%;
    left: 35%;
    position:fixed;
    z-index:3000;
    box-shadow:0 0 10px 0 rgba(0,0,0,0.6);
    background-color: white;
    box-sizing: border-box;
    padding: 40px;
}
                                    
.get_sale a{
    background: #EDEB41;
    color: black;
    font-size: 100%;
    //font-famly: Times New Roman;
    width: 211px;
}