.product-button .moduletable {
	width: 100%;
}
.preimush-blok{
    width:95%;
    text-align:center;
    margin:0px!important;
}

p{
    margin-top:7px;
    margin-bottom:7px;
}

@media (max-width:880px){
    #o-prod{
        width:100%!important;
    }
}

.font_20{
    font-size:20px;
}

@media (max-width:767px){
    .media_logo{width:40%;
    }
    .mobilka{
        width: 92%;
        font-size: 12pt;
        margin-top: 5%;
        padding: 5% 4% 5% 4%;
        
    }
    mobilka-pic {
        width: 100%;
        }
}

@media (max-width:767px){
    .interval{
        line-height:60px;
    }
}

@media (min-width:960px){
    .menu_katalog{
        text-decoration:underline!important;
    }
    .menu_katalog:hover{
        color:#2689ff!important;
    }
    
}
.project-desc ul{
	list-style-image: url("/images/check-tiggl.png");
 }
.project-desc li{
	margin-bottom: 2%;
}
.project-desc{
	letter-spacing: 0.7px;
 }
 @media (max-width: 480px) {
	.project-desc ul{
		padding-left: 10px;         
	}
	.project-desc li{
		margin-bottom: 3%;
	}
}

/*таблица в фасадных материалах*/
.table{
        width: auto;
        text-align: center;
        border-collapse: collapse;
    }
    .table tr,
    .table th,
    .table td{
        border-bottom: 1px #444 solid;
        border-right: 1px #444 solid;
        padding: 10px;
    }
    .table td:first-of-type{
        text-align: left;
        font-weight: 600;
    }
    .table td:last-of-type,
    .table th:last-of-type,
    .table tr:last-of-type{
        border-right: 1px solid transparent;
    }
.material{
margin-bottom: 8%!important;
}
@media (max-width: 550px){
.material img{
width: 100%; 
margin: 0px;
}
}

/*popup form big*/
.big-frame{
  border: 5px solid #8fb8de;
  max-width: 650px;
}

.small-frame{
  border: 1px solid #8eb551;
  margin: 2px;
  padding: 30px;
  color: #444!important;
  font-family: Roboto;
    text-align: center;
}
.small-frame h2{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 25pt;
  text-align: center;
  font-weight: 500;  
  padding-bottom: 1px;
  margin-bottom: 1px;
color: #444;
}
.small-frame p{
  margin-top: 40px;
  text-align: center;
  font-size: 15pt;
}

/*FLEXBOX*/
    .form-fields{
        display: flex;
        justify-content: space-around;
        margin: 15px 0;
    }
    .form-fields input,
.form-fields textarea{
        border: 2px solid #8fb8de;
        padding: 4px;
    }
    .small-fields{
        width: 45%;
    }
    .small-fields input{
        margin-bottom: 3px;
        width: 100%; 
        font-size: 11px;
        height: 28px;
    }
    .large-field{
        width: 45%;
    }
    .large-field textarea{
        height: 200px;
        width: 100%;
        align-items: flex-start;
    }

    .button{
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }
    .green-button,
button.sf2-callBtn{
        background-color: #619b35!important;
        border: 2px solid #547647!important;
        height: 40px!important;
        width: 190px!important;
        color: #fff!important;
        font-size: 13px!important;
        font-weight: 600!important;
        padding: 5px!important;
        text-align: center!important;
    border-radius: 0px!important;
    }




/* Стили модального окна и содержания 
-------------------------------------------------------------------------------*/
 
/* слой затемнения */
 .simpleForm2 {
    margin: 0!important;
}
.sf2-form-item-captcha {
	display: table-cell;
    vertical-align: middle;
}
.button {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

@media (max-width: 600px) {
	.button {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.sf2-form-item-captcha {
	    width: 0;
		display: block;	
	}
	.form-fields {
		display: block;
	}
	.small-fields {
		width: 100%;
	}
	.large-field {
		width: 100%;
	}
	.large-field textarea {
		height: 70px;
	}
}
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
/* активируем модальное окно */
 
.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* блочная таблица */
 
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
/* ячейка блочной таблицы */
 
.dm-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/* модальный блок */
 
.dm-modal {
    display: inline-block;
    max-width: 50em;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #cfd8dc;
    text-align: left;
	    padding: 0;
    background: white;
}

/* рисуем кнопарь закрытия */
 
.close {
    z-index: 9999;
    float: right;
    width: 30px;
    height: 30px;
    color: #cfd8dc;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
	padding: 15px;
}
.close:after {
    display: block;
    border: 2px solid #cfd8dc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: 'X';
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
/* кнопка закрытия при наведении */
 
.close:hover:after {
    border-color: #ff0000;
    color: #ff0000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* движуха при появлении блоков с содержанием */
 
@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}

.form-caller{
    background-color: #619b35!important;
    border: 2px solid #547647!important;
    font-size: 12px!important;
    text-align: center!important;
    border-radius: 0px!important;
    width: fit-content;
    padding: 10px;
    letter-spacing: 1.2px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}
.btn{
    text-decoration: none!important;
    color: #fff!important;
}
/* /popup form */

/* popup form small*/
.form-fields-order{
    max-width: 100%;
}
.form-fields-order input,
.form-fields-order textarea
{
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #8fb8de;
}
.form-fields-order textarea{
    width: 88%;
}
.order-form-caller{
    width: 20%!important;
}

/* /popup form small*/

.uk-breadcrumb{
    padding: 25px 0;
}
.uk-dropdown{
    font-size: 15px;
}

/*ВЕРХНЯЯ ПОЛОСОЧКА*/
.top-warning {
    margin: 0px;
    color: #fff;
    text-align: right;
    padding: 3px 0px;
    font-weight: 500;
    font-size: 13px;
}

@media screen and (max-width:500px) {
    .top-warning {
        padding: 3px 15px;
        line-height: 1.4;
    }
}
@media screen and (min-width:500px) and (max-width:700px) {
.top-warning {
        padding: 3px 50px;
        font-size: 13px;
        line-height: 1.2;
    }
}


/*СЕРИЙНЫЙ МОДУЛЬ*/
.series {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 80%;
        margin: 50px auto;
    }

    .series div {
        margin: 5px;
        text-align: center;
    }

    .series>div>p>a {
        color: #333;
        font-weight: 600;
    }

    @media screen and (max-width: 500px) {
        .series {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            margin: auto;
        }
    }

    @media screen and (max-width: 750px) and (min-width: 500px) {
        .series div {
            margin: 5px;
        }
    }

.buttom_to_form a {
    background-color: #619b35!important;
    border: 2px solid #547647!important;
    font-size: 12px!important;
PADDING: 10px;
    letter-spacing: 1.2px;
}



#alepey {
    display:block; 
    margin-top: 20px; 
    color: #fff;
    width: fit-content;
}

@media (max-width: 960px) {
    #alepey {
       margin-left: auto;
        margin-right: auto;
    }
}