/* Theme Name: vanny */

.wpcf7-response-output,.wpcf7-not-valid-tip{
	display: none !important;
}

.wpcf7-not-valid{
	border-color: #cc0000 !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    /*margin: 5px 20px 20px 0;*/
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 0px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 0px 0 20px 20px;
}

a img.alignnone {
    margin: 0px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 0px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.compensate-for-scrollbar{
    margin-right: 0 !important;
}

.header-email{
    align-items:center;
}

.steps{
    overflow: hidden;
    margin-bottom: -30px;
}

.steps .section-title div{
    display: inline-block;
}
.steps .section-title b {
    /*display: block;*/
    /*font-size: 30px;   */
}

.the-step{
    margin-bottom: 30px;
    text-align: center;
    min-height: 330px;
}
/*
.steps-benefits{
    margin-bottom: 0;
}*/
.steps-benefits .the-step{
    min-height: 265px;
    /*margin-bottom: 0;*/
    /*border:2px solid #1e8bc3;*/
}

.steps-benefits .col-md-4:nth-child(3n+1){
    clear: both;
}

@media only screen and (max-width: 991px) {
    .steps-benefits .row .col-md-4:nth-child(3n+1){
        clear: none;
    }
    .steps-benefits .row .col-md-4:nth-child(2n+1){
        clear: both;
    }
}

.the-step-icon{
    width:120px;
    height:120px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items:center;
    justify-content: center;
    background: #1e8bc3;
    border-radius:100%;
}

.steps-benefits .the-step-icon{
    background: #fff;
    border:5px solid #1e8bc3;
}

.the-step-icon img {
    width:48px;
    height: auto;
}

.the-step-title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color:#1e8bc3;
    margin-top: 15px;
}

.steps-benefits .the-step-title::before{
    content:'';
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100px;
    height:2px;
    background: #1e8bc3;
    margin-top: 15px;
    margin-bottom: 15px;
}

.the-step-text{
    margin-top: 15px;
    font-size: 14px;
}


@media only screen and (max-width: 767px) {
    .steps{
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .the-step{
        min-height: 0;
    }
}


.pricecalc-tabs {
    display: flex;
    flex-wrap:wrap;
    /*background: #1e8bc3;*/
    background: #eee;
    border:4px solid #ddd;
    margin-bottom: 10px;
    padding:5px;
}
.pricecalc-tabs .pricecalc-tab{
    padding:5px 10px;
    color:#1e8bc3;
    cursor:pointer;
    font-size: 14px;
    text-decoration: underline;
}
.pricecalc-tabs .pricecalc-tab.on{
    color:#fff;
    background: #1e8bc3;
    text-decoration: none;
}   
.pricecalc-tabs .pricecalc-tab:hover{
    text-decoration: none;
}
.pricecalc-content table tr th:nth-child(2){
    white-space: nowrap;
    width:130px;
}
.pricecalc-content table tr th:nth-child(3){
    white-space: nowrap;
    width:130px;
}
.pricecalc-content table tr th:nth-child(4){
    white-space: nowrap;
    width:130px;
}
.pricecalc-content table tr th:nth-child(5){
    white-space: nowrap;
    width:130px;
}
.pricecalc-content table tr td input {
    width:64px;
    margin: 0 auto;
}
.pricecalc-content .price-content-item {
    display: none;
    /*box-shadow: 0px 0px 16px 0px rgba(0,0,0,.35);*/
    border:4px solid #ddd;
}
.pricecalc-content .price-content-item.on{
    display: block;
}
.price-result{
    font-size: 16px;
    text-align: right;
    margin:15px;
}
.price-result b {
    color:#1e8bc3;
    font-size: 18px;
}
.all-result{
    margin-bottom: 0;
}
.showtable {
  padding:16px;
  font-weight: bold;
  padding-bottom: 0;
  font-size: 14px;
  display: block;
  
}
.showtable:after {
  content: '▼';
  display: inline-block;
  vertical-align: middle;
}
.showtable.showed:after {
  content: '▲';
}

.videos .work-over{
    opacity: 1;
    background: rgba(0,0,0,0);
}

.videos .work-over:hover{
    opacity: 1;
    background: rgba(0,0,0,.35);
}

.the-contacts{
    margin-bottom: 20px;
}
.the-contacts i.fa{
    color:#1e8bc3;
    width:24px;
}

.mb30{
    margin-bottom: 30px;
}

.btn-zakazat{
    white-space:nowrap;
}




.block-scheme {
}
.container-fluid {
}
.section-title {
}
.block-scheme-inner {
    background: #fff;
    padding:30px;
    padding-top: 1px;
    margin-top: 30px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
}
.block-scheme-row {
    display:flex;
    margin-left: -30px;
    margin-right: -30px;
    justify-content:space-between;
}
.block-scheme-col {
    padding: 0 30px;
    flex:25%;
    position: relative;
}
.block-scheme-col:after{
    content:'';
    display: block;
    position: absolute;
    width:60px;
    height:20px;
    background: url('img/scheme-arrow.png') center center no-repeat;
    left:calc(100% - 30px);
    top:50%;
    transform:translate(0,-50%);
}
.block-scheme-col:last-child:after{
    display: none;
}
.block-scheme-item {
    flex-shrink: 0;
    flex-grow: 0;
    height:128px;
    padding:10px;
    text-align: center;
    color: #fff;
    background: #1e8bc3;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}
.block-scheme-item-title {
    font-weight: bold;
    text-transform: uppercase;
    display:inline-block;
    border-bottom: 2px solid #fff;
    width:100%;
    padding-bottom: 5px;
    max-width:125px;
}
.block-scheme-item-text {
    margin-top: 8px;
    max-width:160px;
}
.block-scheme-del {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
}
.block-scheme-del img {
    max-width:100%;
    height:60px;
}
.block-scheme-item-last {
    background: #f5e51b;
    color:#000 !important;
}
.block-scheme-item-last .block-scheme-item-title{
    border-color:#000;
}

@media only screen and (max-width: 991px) {
    .block-scheme-item{
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .block-scheme-row{
        flex-wrap:wrap;
        margin-left: -5px;
        margin-right: -5px;
    }
    .block-scheme-col{
        flex:50%;
        flex-shrink: 0;
        flex-grow: 0;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .block-scheme-del{
        display: none;
    }
    .block-scheme-col:after{
        display: none;
    }
    .block-scheme-inner{
        padding:5px;
        align-items:flex-start;
    }
    .block-scheme-inner{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 5px;
    }
}
@media only screen and (max-width: 400px) {
    .block-scheme-item-text{
        font-size: 13px;
    }
}

#popup-work .popup-inner{
    background: #fff;
    padding:30px;
}
#popup-work .popup-inner p:first-child a{
    font-weight: bold;
    font-size: 20px;
    color: #000 !important;
    text-decoration: none !important;
}
#popup-work p{
    margin:0 0 20px 0;
}
#popup-work p:last-child{
    margin-bottom: 0;
}
#popup-work .popup-inner p:first-child a:hover{
    text-decoration: underline !important;
}


.towns-search{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px}
.towns-search-left{background:#1e8bc3;color:#fff;width:40px;height:40px;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;-webkit-box-flex:40px;-ms-flex:40px;flex:40px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}
.towns-search-right{width:100%}
.towns-search-right input{border-radius:0px 4px 4px 0px; width:100%;height:40px;margin-top:0;margin-bottom:0;border-top:2px solid #1e8bc3;border-right:2px solid #1e8bc3;border-bottom:2px solid #1e8bc3;padding:0 15px;border-left:none}
.towns-search-right input{
    background: #fff;
}
.towns-list{
    padding:15px;
    margin-top: 15px;
    width:300px;
    height:250px;
    border:1px solid #ccc;
    overflow: auto;
}
.town{
    margin-bottom: 10px;
    display: block;
}
@media only screen and (max-width: 767px) {
    .towns-list{
        width:220px;
    }
}