/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 5 version
*/


.modal_window_fast-form{
    position: fixed;

    top: 100px;
    left: 50%;

    margin-left: -300px;

    width: 600px;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;

    background: #FFffff;
    padding: 40px;

    z-index: 10000;
}

.modal_window_fast-form:before,
.modal_window_fast-form:after{
    content: "";
    position: absolute;

    top: 28px;
    right: 20px;

    width: 20px;
    height: 3px;

    background: #d1d1d1;
}

.popup__modal-cross{
    position: absolute;

    padding: 0;

    top: 20px;
    right: 20px;

    width: 20px;
    height: 20px;

    border: none;
    background: none;
    z-index: 1002;
}

.modal_window_fast-form:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal_window_fast-form:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup__modal{
    font-family: "Oswald", Arial, sans-serif;
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.popup__modal-title{
    font-family: "Oswald", Arial, sans-serif;

    margin-bottom: 30px;

    font-size: 36px;
    text-align: center;
}

.modal-form__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    margin-bottom: 15px;
}

.modal-form__header .modal-form__header-photo{
    margin: 0 auto;
}

.modal-form__header-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    width: 285px;
}

.modal-form__header-info .header-info__name-variant{
    margin-bottom: 10px;
}

.header-info__name-product{
    font-size: 18px;
    line-height: 28px;
}

.header-info__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-info__name-variant select{
    padding: 15px;

    width: 100%;

    font-size: 15px;
    line-height: 20px;

    border: 1px solid #cacaca;
    border-radius: 5px;

    font-family: sans-serif;
}

.header-info__name-variant option{
    padding: 10px;
}

.header-info__quantity{
    font-size: 16px;
}

.header-info__price-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-info__price{
    margin: auto 0;

    font-size: 25px;
    color: #ff205c;
}

.info__price-rub{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px;

    color: black;
    font-size: 16px;
}

.modal-form__main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
}

.modal-form__main input,
.modal-form__main textarea{
    margin-bottom: 15px;
    padding: 15px;

    width: 500px;
    min-width: 250px;

    line-height: 16px;

    border: 1px solid #cacaca;
    border-radius: 5px;
}

.modal-form__main input::-webkit-input-placeholder, .modal-form__main textarea::-webkit-input-placeholder{
    font-size: 15px;
}

.modal-form__main input::-moz-placeholder, .modal-form__main textarea::-moz-placeholder{
    font-size: 15px;
}

.modal-form__main input:-ms-input-placeholder, .modal-form__main textarea:-ms-input-placeholder{
    font-size: 15px;
}

.modal-form__main input::-ms-input-placeholder, .modal-form__main textarea::-ms-input-placeholder{
    font-size: 15px;
}

.modal-form__main input::placeholder,
.modal-form__main textarea::placeholder{
    font-size: 15px;
}

.modal-form__main .inputtext{
    margin-bottom: 15px;
}

.modal-form__footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__checkbox-wrapper{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    max-width: 260px;
}

.footer__checkbox-wrapper input{
    margin-right: 10px;
    margin-top: 10px;
}

.modal-form__footer .modal-form__footer-submit,
.modal-success_button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    padding: 10px 0px;

    width: 240px;
    min-width: 50px;

    color: #ffffff;
    font-size: 18px;

    border: none;
    border-radius: 3px;

    background: #0074cf;
}

.modal-overlay{
    position: fixed;
    display: none;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 50, 107, 0.7);
    z-index: 9999;
}

.popup__modal-success{
    display: none;

    text-align: center;
}

.modal-success__call{
    margin-bottom: 20px;

    font-size: 18px;
}

.popup__modal-number{
    margin-bottom: 20px;
    margin-top: -10px;

    color: #0074cf;
}
.modal-success_button{
    margin: 0 auto;
}

@media (max-width: 700px) {
    .modal_window_fast-form {
        top: 10px;

        margin-left: -175px;
        padding: 10px 25px;

        width: 350px;
    }

    .modal-form__header-photo{
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .modal-form__footer {
        justify-content: center;
    }
}

@media (max-width: 320px) {

    .modal_window_fast-form {
        margin-left: -150px;
        width: 300px;
    }
}

@media (max-height: 750px) {
    .popup__modal{
        max-height: 80vh;
    }

    .popup__modal::-webkit-scrollbar {
        display: none;
    }

    .modal_window_fast-form {
        top: 10px;
        min-height: max-content;
    }
}

li.main-menu__item.akciya:before {
    content: "";
    background: #ff255b;
    transform: skew(-10deg);
    width: 100px;
    height: 56px;
    position: absolute;
    margin: -18px 0px 0px -10px;
    z-index: 20;
}

li.main-menu__item.akciya a {
    position: relative;
    z-index: 30;
}


@media screen and (max-width:1200px) and (min-width:992px)
{
	.header__menu {
		height: 100px!important;
	}
	.header__menu .pull-left {
		float: initial!important;
	}
}

@media screen and (max-width:992px) and (min-width:768px)
{
	.header__menu {
		height: 70px!important;
	}
	.header__menu .pull-left {
		float: initial!important;
		    margin-bottom: 5px;
	}
	
	li.main-menu__item.akciya:before {
    content: "";
    background: #ff255b;
    transform: skew(-10deg);
    width: 87px;
    height: 30px;
    position: absolute;
    margin: -6px 0px 0px -10px;
    z-index: 20;
}
}

.modal-hidden{
    display: none;
}

.modal-show{
    display: block !important;
}

.scroll-lock{
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.input__phone-recall{
    width: 100%;
    margin-bottom: 10px;
}

.input__recall{
    display: flex;
    flex-wrap: wrap;
}

.input__recall .jq-checkbox{
top:2px;
}

.rss-form__time-wrapper{
    opacity: 0.6;
}

.rss-form__time-wrapper select{
    opacity: 1;
    padding: 10px;
}

.info__recall {
    font-size: 13px;
}

.container-fluid-row {
    display: flex;
    padding-left: 42px;
    padding-right: 0;
}
.promo.newPromo01,
.promo.newPromo02 {
    padding-top: 0;
    margin-top: 70px;
    margin-bottom: -30px;
    min-height: 564px;    
}
.promo.newPromo01 {
    width: 70%;
    margin-right: 10px;    
}
.promo.newPromo02 {
    width: calc(30% - 10px);    
}
.owl-carousel.promo-slider.promo-slider01,
.owl-carousel.promo-slider.promo-slider02 {
    max-height: 170px;
}
.owl-carousel.promo-slider.promo-slider02 {
    top: 394px;
}
.newPromo02 .promo-slider__align {
    padding-top: 30px;
}
.newPromo02 .promo-slider__title {
    font-size: 24px;
}
.newPromo02 .promo-slider__label {
    font-size: 10px;
    padding: 1px 8px 1px 8px;
    margin-bottom: 15px;
}
.newPromo02 .promo-slider__text {
    font-size: 12px;    
}
.newPromo01 .promo-slider__title {
    font-size: 50px;
}
@media screen and (max-width: 1440px) {
    .container-fluid-row {
        display: flex;        
        padding-right: 20px;
    }
    .newPromo02 .promo-slider__align {
        padding-top: 10px;
    }
    .newPromo02 .promo-slider__text {
        font-size: 9px;    
    }
}
@media screen and (max-width: 1200px) {
    .promo.newPromo02 {
        display: none;
    }
    .promo.newPromo01 {
        width: 100%;
        margin-right: 0;
    }
    .container-fluid-row { 
        padding-left: 0;              
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {    
    .promo.newPromo01 {        
        margin-top: 0;
    }
}
@media screen and (min-width: 320px) and (max-width: 495px) {
    .search-page input[type="text"] {
        width: 100%;
    }
    .search-page input[type="submit"] {
        margin-top: 10px;
    }
}

@media screen and (min-width: 496px) {
    .search-page input[type="submit"] {
        margin-left: 10px;
    }
}