@charset "UTF-8";
/*
	Theme Name: Евровагонка в Вологде
	Version: 1.0.0
	Theme URI: http://евровагонка35.рф/
	Description: Продажа евровагонки в Вологде
	Author: Компания "Удобный интернет"
	Author URI: https://udnet.ru/
*/

@import 'assets/css/app.css' screen;
@import 'assets/css/main.css' screen;


/*contact form 7 start*/
span.wpcf7-not-valid-tip,
div.wpcf7 .ajax-loader,
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
div.wpcf7-response-output{
    display: none !important;
}
html body .form-front .wpcf7-not-valid{
    border: 1px solid #e52428 !important;
    -webkit-box-shadow: inset 0 0 4px 1px #e52428;
    box-shadow: inset 0 0 4px 1px #e52428;
}   

html body .wpcf7-not-valid {
    -webkit-box-shadow: 0 0 1px 1px #f34f41;
    box-shadow: 0 0 1px 1px #f34f41;
    border-color: #f34f41 !important;
}
html body .alertify-notifier .ajs-message.ajs-warning{
    background: white;
    -webkit-box-shadow: 0 0 3px #333333;
    box-shadow: 0 0 3px #333333;
}
html body .alertify-notifier .ajs-message.ajs-success {
    color: #fff;
    background: rgba(40, 136, 62, 0.9);
    text-shadow: 0 0 1px rgba(0,0,0,.5);
}
html body .alertify-notifier{
    z-index: 99998;
}
/*contact form 7 end*/



/*pop-up start*/
html body .modal-container{
    max-width: 570px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    padding: 0;
    border-radius: 6px;
}
.modal-block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
    position: relative;
    border-radius: 6px;
    background-color: white;
    margin: auto;
    overflow: hidden;
}
.modal-img{
    width: 100%;
    max-width: 170px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top left;
    height: auto;
}
.modal-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 33px 32px;
    font-weight: 700;
}
.modal-title{
    font-weight: 900;
    font-size: 26px;
    line-height: 34px;
    font-family: Oswald;
}
.modal-caption{
    font-size: 14px;
    line-height: 16px;
    margin-top: 9px;
    font-weight: 400;
}
.modal-close{
    position: absolute;
    width: 16px;
    height: 16px;
    right: 18px;
    top: 18px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(img/close-modal.svg);
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.modal-close:hover{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.modal-content form{
    margin-top: 4px;
}
.modal-content form .submit{
    margin-top: 15px;
}
.modal-content span{
    width: 100%;
}
.compensate-for-scrollbar{
    margin-right: 0 !important;
}
.modal-content .input{
    background-color: #FFFFFF;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 5px rgba(205, 205, 205, 0.25);
    border-radius: 2px;
    height: 46px;
    width: 100%;
    margin-top: 10px;
    padding: 5px 18px;
    margin-top: 15px;
}
/*pop-up end*/






/*privacy-policy start*/
.block-privacy-policy{
    font-size: 11px;
    line-height: 14px;
    padding: 0;
    margin-top: 25px;
    color: #A1A1A1;
    font-weight: 400;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding-left: 26px;
    background-image: url(img/polit.svg);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: 0 2px;
}
.block-privacy-policy .link-privacy-policy{
    text-decoration-line: underline;
    color: #A1A1A1;
}
.link-privacy-policy{
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.link-privacy-policy:hover{
    text-decoration: none;
}
/*privacy-policy end*/

/*polit start*/

html body .modal-container-polit{
    max-width: 95%;
    max-height: 95%;
    width: 1000px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 36px 34px;
    height: auto;
    position: relative;
    border-radius: 6px;
}
.modal-block-polit{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal-close-polit{
    position: absolute;
    top: 24px;
    right: 24px;
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    background-image: url(img/close-modal.svg);
    -webkit-background-size: auto auto;
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 100;
}
.modal-close-polit:hover{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.modal-content-polit{
    line-height: 22px;
}
.title-modal-polit{
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.02em;
    position: relative;
    margin-bottom: 15px;
}
.caption-modal-polit{

}
.caption-modal-polit ul,
.caption-modal-polit ol{
    list-style-type: none;
    padding-left: 0;
    margin: 20px 0 0 0;
}
.caption-modal-polit li{
    -webkit-background-size: auto auto;
    background-size: auto;
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-image: url(img/gal-li.png);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.caption-modal-polit li:last-child{
    margin-bottom: 0;
}

/*polit end*/

.btn-custom,
.submit{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 220px;
    width: 100%;
    margin: 25px 0 0 0;
    height: 38px;
    border: 2px solid #51ae35;
    background-color: transparent;
    border-radius: 3px;
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: background-color 200ms, color 200ms;
    transition: background-color 200ms, color 200ms;
    letter-spacing: 1px;
}
.btn-custom:hover,
.submit:hover{
	background-color: #51ae35;
	color: white;
}
.submit{
	margin-top: 15px;
	max-width: 100%;
	height: 46px;
}
.btn-custom-center{
	margin-right: auto;
	margin-left: auto;
}
.container-btn-custom-archiv{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.btn-custom-archiv{
	max-width: 120px;
	margin-left: 10px;
}
.title_product{
	display: none !important;
}

@media(max-width: 600px){
	html body .modal-container-polit{
		padding: 25px 15px;
	}
	.modal-img{
		display: none;
	}
	html body .modal-container{
		max-width: 400px;
	}
	.modal-content{
		padding: 25px 20px;
	}
	.modal-title,
	.title-modal-polit{
		font-size: 22px;
		line-height: 28px;
	}
	.modal-close-polit{
		top: 10px;
		right: 10px;
	}
	.block-privacy-policy{
		margin-top: 15px;
	}
}

.price h1 {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 700;
}

.price p, .price h2 {
    margin-bottom: 15px;
}
.price img {
    max-width: 100%;
}
.price-img {
    margin-bottom: 15px;
    text-align: center;
}
.price table {
    border: 3px solid #D9D9D9;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
    min-width: 600px;
}
.price-dec {
    font-size: 24px;
    text-align: center;
    border: 3px dashed #476F00;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.price h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.price .table {
    margin-bottom: 20px;
    overflow: auto;
}
.price .table table {
    margin: 0;
}
.price table th {
    background: #476F00;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 5px;
    text-align: left;
    border-right: 3px solid #D9D9D9;
    border-bottom: 3px solid #D9D9D9;
}
.price table td {
    padding: 15px 5px;
    border-right: 3px solid #D9D9D9;
    border-bottom: 3px solid #D9D9D9;
    font-weight: 600;
}
.price table td img {
    max-width: 100px;
    margin-right: 15px;
}

@media (max-width: 800px) {
    .price h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .price p, .price h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .price table {
        margin-bottom: 15px;
    }
    .price h3 {
        font-size: 16px;
    }
    .price .table {
        margin-bottom: 15px;
    }
    .price table th {
        padding: 10px 5px;
    }
    .price table td {
        padding: 10px 5px;
    }
}
/*
.sssmodulebox h2 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;

}
*/
.sssmodulebox h2 span,
.sssmodulebox h2 b,
.sssmodulebox h1 {
	/*font-family: Oswald;*/
}
.entry-content p{ padding: 0.5em 0;}
.entry-content td{border:1px solid #000;}
.entry-content td p{padding:5px;}
.entry-content table{margin-top:10px; width:100%;}
.entry-content ul {
  /*list-style-type: none;*/ /* Убираем стандартный маркер */
  /*padding-left: 20px;*/
}
.entry-content ul li,
.entry-content ol li {
	padding: 0.2em 0;
}

.entry-content ul li::before {
  content: "•"; /* Задаем символ маркера */
  color: #000; /* Цвет маркера */
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.entry-content h3{font-size: 1.4em;
    font-weight: 600;
    padding-bottom: 0.5em;}


    .legal-paper__table {
        margin-top: 20px;
        width: 100%;
    }

    .legal-paper__table td {
    border: 1px solid green;
    padding: 5px 10px;
}

.sssmodulebox h1 {
	font-size: 2em;
    font-weight: 600;
}

H1.entry-title {
	margin: 1em 0 .7em;
    line-height: 1.2em;
}

H2 {
	font-size: 1.6em;
    font-weight: 600;
	margin: 1em 0 .7em;
    line-height: 1.2em;
}
.m-products-block__info{width:100%;}