.top-menu__city_val{
    border-bottom: 1px dashed;
    color: #d32027;
    cursor: pointer;
}
.top-menu__city{
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    position: absolute;
    z-index: 1000;
    overflow: hidden;
    font-size: 17px;
}
.top-menu__city option{
    margin-bottom:5px;
}
.OPS-cards_block{
	margin: 40px 0 0;
}
.OPS-cards_block .OPS-card{
	width: 335px;
}
.OPS-cards_block .OPS-card:last-child > p {
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.OPS-cards_block .OPS-card:last-child > p::before{
	display:none;
}
.OPS-cards_block .OPS-card:last-child{
	padding: 0;
}
.OPS-cards_block .OPS-card::before {
    content: '';
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border: 1px solid #FFFFFF;
    z-index: 2;
	display: block;
}
.bottom-menu ul ul ul,.bottom-menu ul ul a img{
	display:none !important;
}
#error_mes{
    margin-top: 20px;
    color: #f00;
}

#error_mes_captcha {
margin-top: 10px;
    color: #f00;
}

.form {
    min-height: 600px;
}
.bottom-menu a {
    padding: 0px 0 30px;
}
.bottom-menu .dropdown {
    width: 240px;
    z-index: 10000;
}





.bottom-menu .dropdown.full-width {
    /*display: flex;*/
    flex-wrap: wrap;
    width: 100vw;
    max-width: 1000px;
}


.bottom-menu .dropdown.full-width li {
    display: inline-flex;
    margin: 0 30px 0 0;
    padding: 10px;
    width: 100%;
    max-width: 285px;
    transition: 0.3s all;
    background: #fff;
}

.bottom-menu .dropdown.full-width li a {
    display: block;
    font-size: 14px;
    width: 100%;
}

.bottom-menu .dropdown.full-width li:hover{
    background: rgba(0,0,0,0.1);
}


.logo-descr-block{
    position: absolute;
    bottom: 1px;
    right: 8px;
    /*font-size: 18px;*/
    font-size: 15px;
    text-transform: uppercase;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    /*font-family: calibri;*/
    font-family: sans-serif;
    color: #000;
    display:block !important;
}
.pop-up-get-btn{
    margin-bottom: 0;
    background: #D32027;
    box-shadow: 0px 5px 25px rgba(211, 32, 39, 0.5);
    text-align: center;
    color: #fff !important;
    cursor: pointer;
    border: none;
    transition: 0.3s all;
    padding: 10px 20px;
    display: block;
}
.contacts-block {
    height: auto;
}
.karta-tovara ._main-place .cover_ {
    position: absolute;
    z-index: 100000;
    top: 6px;
    right: 15%;
    width: 26%;
}
.karta-tovara form {
    max-width: 445px;
    padding: 10px 40px 20px;
    background: #fff;
    box-shadow: 0px 5px 35px rgba(211, 32, 39, 0.3);
    position: inherit;
    bottom: inherit;
    right: inherit;
    top: inherit;
}
.karta-tovara .f-p {
    max-width: 55%;
}
.karta-tovara ._cover ul{
    max-width: 55%;
}
.karta-tovara form p {
    font-size: 21px;
}
.link-more-slider{
    background: #D32027;
    width: 255px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    top: 333px;
    left: calc( 50% - 555px );
    cursor: pointer;
    box-shadow: 0px 5px 25px rgba(211, 32, 39, 0.5);
    transition: 0.3s all;
}
.e-tel a{
    color: #545454;
}
.notification_block {
    display: none;
    z-index: 1000;
    position: fixed;
    width: 25%;
    min-width: 200px;
    bottom: 0;
    color: #fff !important;
    padding: 30px;
    font-size: 12px;
    background: #D32027;
    text-align: left;
}
.notification_block p {
    color: #fff;
    text-align: left;
}
.notification_block a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
@media screen and (max-width: 1650px){
    .karta-tovara ._main-place .cover_ {
        top: 6px;
        right: 11%;
        width: 33%;
    }
}
@media screen and (max-width: 1200px){
    .karta-tovara ._main-place .cover_ {
        top: 6px;
        right: 10px;
        width: 34%;
    }
}
@media screen and (max-width: 786px){
    .city_info_block{
        display:block !important;
    }
    .city_info_block div{
        display:inline;
    }
    .city_info_block select{
        margin: 5px 0 0 30%;
        display:inline;
    }
    .logo-descr-block{
        top:auto !important;
        left:auto !important;
    }
    .karta-tovara ._main-place {
        height: auto;
    }
    .karta-tovara ._main-place .cover_ {
        position: inherit; 
        top: auto;
        right: auto;
        width: auto;
    }
    .karta-tovara .sec-p, .karta-tovara .f-p, .karta-tovara ._cover ul {
        width: 100%;
        max-width: 100%;
    }
    .logo-descr-block {
        position: inherit; 
    }
}
.fx-why-we ul {
  max-width: unset !important;
}