
.overflow-active{
    background: rgba(0, 0, 0, 0.68);
    opacity: 1;
}

.modal-close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    text-align: center;
       right: 15px;
    top: 0px;
    border-radius: 50px;
    padding-top: 8px;
    z-index: 1000;
}

.mob-menu #nav {
    width: 50%;
    text-align: center;
    margin-top: 50px;
    margin-left: auto;
    float: none;
}

.mob-menu #nav li {
    width: 100%;
    text-align: center;
    max-height: 20px;
}

.mob-menu #nav li a {
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
    text-decoration: none;
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
}

.modal-callback {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    display: none;
}

.modal-overflow {
    background: rgba(0, 0, 0, 0.68);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
}

.modal-content {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1000;
  height: 100vh;
  justify-content: center;
}

.modal-content h3 {
   color: #000;  
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	margin: 20px 0px 30px;
}

.modal-content p {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.modal-callback .order_form {
    padding: 40px 0 30px 0;
    max-width: 400px;
    background: #fff;
    padding-right: 40px;
    padding-left: 40px;
}

.modal-callback .input {
    display: block;
    margin: 0 auto 20px auto;  
    width: 100%;
    height: 55px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.modal-callback .count_products .text {
    display: inline-block;
    vertical-align: middle;
}

.modal-callback .count_products .count {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #333;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.modal-callback .button {
       display: block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin: 0 auto 24px auto;
    width: 100%;
    background: #000;
    height: 52px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #000;
    text-transform: uppercase;
}

.modal-callback .button:hover {
	background: #4DCDCD;
    color: #fff;
    border: 1px solid #4DCDCD;
}
	

.modal-callback .price_block .price_item {
    float: left;
    width: 50%;
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    font-size: 46px;
    line-height: 46px;
    text-align: center;
}

.modal-callback .price_block {
    margin: 27px auto 13px auto;
    width: 280px;
}

.modal-callback .price_block .price_item.new {
    font-weight: 700;
    color: #f30;
}

.modal-callback .price_block .price_item.old {
    color: #333;
    text-decoration: line-through;
}

.modal-callback .timer_block {
    margin: 0 auto;
    width: 280px;
    height: 76px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    text-align: center;
}

.modal-callback .timer_block p {
    margin: -13px 0 4px 0;
}

.modal-callback .timer {
    margin: 0 auto;
    width: 230px;
}

.modal-callback .timer_block p span {
    padding: 0 5px;
    background: #fff;
}

.modal-callback .timer {
    margin: 0 auto;
    width: 230px;
}

.modal-callback .timer_item {
    float: left;
    width: 50px;
}

.modal-callback .timer_item .count {
    margin: 0 0 1px 0;
    width: 50px;
    height: 46px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#444), color-stop(50%, #444), color-stop(50%, #333), to(#333));
    background-image: -webkit-linear-gradient(bottom, #444 0%, #444 50%, #333 50%, #333 100%);
    background-image: -moz-linear-gradient(bottom, #444 0%, #444 50%, #333 50%, #333 100%);
    background-image: -o-linear-gradient(bottom, #444 0%, #444 50%, #333 50%, #333 100%);
    background-image: linear-gradient(to top, #444 0%, #444 50%, #333 50%, #333 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
    letter-spacing: 1px;
    color: #fff;
}

.modal-callback .timer_item .text {
    background: #fff;
    font-size: 14px;
}

.modal-callback .timer_item:nth-child(2):before, .order_section .timer_item:nth-child(2):after {
    display: block;
    content: ':';
    width: 40px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #333;
    position: absolute;
    top: 0;
}

.modal-callback .timer_item:nth-child(2):before, .order_section .timer_item:nth-child(2):after {
    display: block;
    content: ':';
    width: 40px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #333;
    position: absolute;
    top: 0;
}

.modal-callback .timer_item:nth-child(2):before {
    left: -40px;
}

.modal-callback .timer_item:nth-child(2):after {
    right: -40px;
}

.modal-callback .count_products {
    color: #333;
    text-align: center;
}

.modal-callback .timer_item:nth-child(2) {
    margin: 0 40px;
    position: relative;
}


@media (max-width: 1200px){
    .menu ul li {
        color: #ff6600;
        font-size: 17px;
        line-height: 35px !important;
        display: inline-block;
        margin: 0px 5px 5px 0;
    }
    .menu .phones {
        margin: 14px 20px 0px 0px;
        float: right;
    }
}

@media (max-width: 992px){
    #nav-wrap{
        display: none;
    }
    .mob-menu-but {
        top: 20px;
        position: relative;
        border: 1px solid #fff;
        padding-top: 13px;
        padding-left: 7px;
        padding-bottom: 2px;
        padding-right: 7px;
        border-radius: 50px;
    }
}

@media (max-width: 768px){
    .menu .phones a {
        font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
        color: #fff;
        font-size: 24px;
        line-height: 47px;
        text-decoration: none;
        display: block;
    }
    .menu .butt1 {
        font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
        color: #ffffff;
        font-size: 16px;
        line-height: 33px;
        text-align: center;
        text-decoration: none;
        width: 146px;
        height: 35px;
        border: 2px solid #ffd200;
        border-radius: 20px;
        margin: 18px 0px 0px 0px;
        float: right;
    }
}

@media (max-width: 375px){
    .menu .butt1 {
        font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
        color: #ffffff;
        font-size: 12px;
        line-height: 33px;
        text-align: center;
        text-decoration: none;
        width: 106px;
        height: 35px;
        border: 2px solid #ffd200;
        border-radius: 20px;
        margin: 18px 0px 0px 0px;
        float: right;
    }
    .menu .phones a {
        font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
        color: #fff;
        font-size: 12px;
        line-height: 47px;
        text-decoration: none;
        display: block;
    }
}

@media (min-width: 992px){
    .mob-menu{
        display: none
    }
    .mob-menu-but{
        display: none;
    }
}
