/*   
Theme Name: Moskitka
Author: Denis Lustig
Author URI: babiuk.d.s@gmail.com
Version: 1.0

*/
body{
	font-family: 'Open Sans', sans-serif;
	color: #1d1d1d;
	font-size: 15px;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{font-weight: 200;}
img.left{
	float: left;
	margin: 25px;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}
img.right{
	float: right;
	margin: 25px;
	margin-right: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}
a, a:hover {
    color: #153170;
}
p{
	text-align: justify;
}
ul{
	padding-left: 0;
	list-style: none;
}
.svg.colored svg path {
    fill: #153170;
}
/* HEADER */
.city-line{
    text-align: right;
    background-color: #eee;
    padding: 2px 0;
}
header{
  border-bottom: 1px solid #eee;
}
.top-header-line{
  display: flex;
  justify-content: flex-end;
}
.lang-wrapper {
    margin-right: 15px;
}
.lang-wrapper .lang-item{
  list-style: none;
}
.lang-wrapper .lang-item a{
    background: #153170;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
}
.lang-wrapper .lang-item a:hover{
  text-decoration: none;
}
.top-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;	
	-ms-align-items: center;
	align-items: center;
	padding: 10px 0;
  padding-top: 0;
}
.city-selector a {
    display: inline-block;
    padding: 10px;
}
.top-row *,
nav#menu .calc-wrapper a{
	font-size: 15px;
	line-height: 1.3;
	color: #1d1d1d;
}
.top-row .calc-wrapper,
nav#menu .calc-wrapper{
	padding-left: 55px;

}
.calc-icon-wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
header .icon-wrapper{
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 5px;
   background-color: #153170;
  background-image: url(img/accounting-w.svg);
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center; 
}
nav#menu .calc-wrapper{
	margin: 5px 0;
}
.top-row .calc-wrapper a:hover,
.top-row .tel a:hover,
nav#menu .calc-wrapper a:hover,
nav#menu .tel a:hover{
	color: #153170;
	text-decoration: none;
}
.top-row .address,
.top-row .tel{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
	-ms-align-items: center;
	align-items: center;
}
.top-row .address{
  width: 190px;
  position: relative;
}
.top-row .address i.fa-angle-down{
  margin-right: 0;
}
.top-row .address>div{
  z-index: 9999;
}
.top-row .address:hover .sub-adress{
  display: block;
}
.top-row .address .sub-adress{
    display: none;
    position: absolute;
    top: 0;
    padding-top: 50px;
    z-index: 999;
}
.top-row .address .sub-adress:hover ul{
  display: block;
}
.top-row .address ul{
    padding: 5px 10px;
    border: 1px solid #eee;
    width: 290px;
    padding-left: 15px;
    background-color: #fff; 
}
.top-row .address ul li{
  border-bottom: 1px solid #eee;
  padding: 5px;
}
.top-row .address ul li:last-child{
  border-bottom: none;
}
nav#menu .address,
nav#menu .tel{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 5px 0;
}
nav#menu .tel a{
	color: #1d1d1d;
}
.top-row .address i,
.top-row .tel i,
nav#menu .address i, 
nav#menu .tel i{
	margin-right: 10px;
}
.top-row .call-back-wrapper a,
nav#menu .call-back-wrapper a,
.brd-btn{
    padding: 12px 19px 13px;
    margin: 0;
    font-size: .933em;
    line-height: .85em;
    font-weight: 400;
    color: #153170;
    border: 1px solid #153170;
    transition: .3s ease;
    	-moz-transition: background-color .3s ease;
    	-ms-transition: background-color .3s ease;
    	-o-transition: background-color .3s ease;
    	-webkit-transition: background-color .3s ease;
}

.top-row .call-back-wrapper a:hover,
nav#menu .call-back-wrapper a:hover,
.brd-btn:hover{
	background-color: #153170;
	color: #fff;
	text-decoration: none;
}
nav#menu .call-back-wrapper a{
	margin-bottom: 15px;
    display: block;
    text-align: center;
}
/* MENU */

a.menu-link {
  color: #000;
  display: block;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu-link span {
  border-bottom: solid 3px #000;
  border-top: double 10px #000;
  display: inline-block;
  height: 4px;
  margin: 0 5px -3px 0;
  width: 30px;
}

.menu-link:hover span { border-color: #666; }

.menu, .menu > ul, .menu > ul ul {
  clear: both;
  display: flex;
  flex-flow: column;
  margin: 0;
}

.menu.active {
  margin: 1em 0 1em -12px;
  max-height: 55em;
  width: 100vw;
}

.js .menu > ul ul.active {
  margin: 0;
  max-height: 55em;
  padding: 0;
}

.menu > ul { padding: 0; }

nav li {
  display: inline-block;
  margin: 0;
  position: relative;
}

header .menu li a {
  color: #000;
  display: inline-block;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 2.5em;
  text-decoration: none;
  text-transform: uppercase;
}
header .menu .current-menu-item>a {
    color: #153170;
}
span.has-subnav {
  display: block;
  font-size: 1em;
  line-height: 2.5em;
  position: absolute;
  right: 20px;
  padding: 0 0.5em;
  top: 0;
}
 @media screen and (max-width:991px) {

header .menu,  .menu > ul ul {
  margin: 0;
  max-height: 0;
  overflow: hidden;
}

header .menu li a {
  border-bottom: 1px solid #d8d8d8;
  display: block;
  padding-left: 15px;
  width: 100%;
}

header .menu li li a { padding-left: 50px; font-size: 14px;}

header .menu li:last-child a { border: none; }

header .menu li li:last-child a { border-bottom: 1px solid #d8d8d8; }

header .menu li:hover { background: #EDEDED; }


.top-row {
	border-bottom: 1px solid #eee;
    justify-content: space-between; }
nav#menu{
    position: absolute;
    top: 59px;
    left: 12px;
    padding: 0 15px;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    overflow-y: scroll;
   height: 500px; 
}
.hidden-contact-menu li{
  width: 100%;  
}
.twosmallfont.mobile{
/*	margin-left: auto */
}
.twosmallfont.mobile i{
	padding-right: 15px;
}
.top-row .address,
.top-row .tel{
	display: none !important;
}

nav#menu .address, nav#menu .tel{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
}
}
@media screen and (min-width: 992px) {



a.menu-link, .twosmallfont.mobile { display: none; }

.js .menu,  .js .menu > ul ul {
  max-height: none;
  overflow: visible;
}

.js .menu > ul li:hover > ul { display: flex; }

.menu ul {
  display: flex;
  flex-flow: row;
  height: 44px;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.menu span.has-subnav { 
    display: block;
    position: absolute;
    right: -25px;
     }
.menu > ul li:hover a+span.has-subnav i{
  color: #153170;
}
.menu li a:hover { color: #153170; }

.menu li li a:hover,
.current-menu-item a {
  color: #153170;
}

.menu ul ul {
  background: #fff;
  border-top: solid 2px transparent;
  display: none;
  height: auto;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 43px;
  width: 250px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  z-index: 999;
}

.chrome .js .menu > ul ul { top: 43px; }

.menu ul ul.wide { width: 300px; }

.menu ul ul li {
  border-bottom: solid 1px rgba(156, 156, 156, 0.5);
  display: inline-block;
  position: relative;
}

.menu > ul ul li:last-child { border-bottom: none; }

.menu ul ul li a {
    display: block;
    padding-left: 10px;
    border-radius: 0;
    font-size: 14px;
    padding: 8px 29px 8px 19px !important;
 /*   border-bottom: 1px solid #f0f0f0; */

}
}
/* END MENU*/
#breadcrumbs{
  margin-top: 20px;
}
#breadcrumbs .fa{
  margin: 0 5px;
  font-size: 12px;
}
#breadcrumbs *{
  color: #9a9a9a;
  font-size: 14px;
  text-decoration: none;
}
#breadcrumbs a:hover{
  color: #153170;
}
.post-title{
  margin-bottom: 30px;
}
.h_c_btn{
  display: block;
  margin: 0 10px;
  width: 50px; 
  height: 50px;
  background-color: #153170;
  background-image: url(img/accounting-w.svg);
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
}
}
/* END HEADER */
/* MAIN */
.slider{
 /* height: 700px; */
  overflow: hidden;
  position: relative;
}
.metaslider .caption-wrap{
	background: transparent;
}
#home-slider>div[id^="metaslider"]  .caption-wrap{ 
/* #metaslider_45  .caption-wrap{ */
  bottom: 0;
  top: 0;
  left: 0;
  background: #1531704d;
  color: white;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-slider>div[id^="metaslider"] .caption{
  text-align: center;
}
#home-slider>div[id^="metaslider"]{
    max-height: 600px;
    min-height: 300px;
    overflow: hidden;
}
#home-slider>div[id^="metaslider"] .btn{
    margin-top: 20px;
}
#home-slider>div[id^="metaslider"].flexslider .slides img{
  max-height: 600px;
}
 section.advantages{
    padding: 28px 0;
    background: rgba(241,246,249,0.6);
    border-bottom: 1px solid #ebecec;
 }
 .adv-wrapper{
 	display: -webkit-flex;
 	display: -moz-flex;
 	display: -ms-flex;
 	display: -o-flex;
 	display: flex;
 	justify-content: space-between;
 	flex-wrap: wrap; 
 /*	max-width: 1400px;
 	margin: 0 auto; */
 }
 .adv-item{
 	display: -webkit-flex;
 	display: -moz-flex;
 	display: -ms-flex;
 	display: -o-flex;
 	display: flex;
 	width: 270px;
 	padding: 0 5px;
 	margin-bottom: 25px;

 }
 .adv-item img{
 	width: 41px;
    height: 40px;
 /*   background: #153170; */
    margin-right: 10px;
 }
 .adv-item .title{
 	font-weight: 400;
    font-size: 1.0667em;
    margin-top: -2px;
    color: #555; }
 .adv-item p{
	margin: 5px 0 0;
    font-size: .9333em;
    color: #666;
    line-height: 1.4286em;
 }
 .text-block{
 	padding: 25px 0;
 }
 .text-block ul {
  list-style: none;
  padding-left: 40px;
}

.text-block ul li::before {
  content: "\2022";
  color: #153073;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.text-block blockquote{
  padding-left: 20px;
  border-left: 2px solid #153073;
  margin: 25px 0;
  margin-left: 25px;
}
.section-title{
	font-weight: 200;
	margin-bottom: 25px;
}
.uslugi-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 25px 0;
	margin-top: 10px;
}
.uslugi-wrapper .uslugi-item{
	width: 32%;
	padding: 10px 20px;
	border: 1px solid #eee;
}
.uslugi-wrapper .uslugi-item .img-wrapper{
	height: 145px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.uslugi-wrapper .uslugi-item .descr{
	padding: 5px;
}
.uslugi-wrapper .uslugi-item  h3{
	font-size: 20px;
	font-weight: 200;	
}
.uslugi-wrapper .uslugi-item p{
	text-align: left;
}
.uslugi-wrapper .uslugi-item .more{
	color: #153073;
}
.promo-section{
	padding: 50px;	
	background-image: url(img/calc-bg.jpg);
	background-size: cover;
}
.setka-wrapper{
    width: 100%;
    height: 500px;
	margin-bottom: 15px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position:  center;
}
.window-wrapper{
  text-align: center;
}
.promo-section img{
	width: 100%;
}
.promo-section p{
	margin: 30px 0;
}
.promo-section .btn{
	border-radius: 2px;
  padding: 5px 20px 5px;
  background-color: #fff;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 200px;
  transition: .3s ease;
  	-moz-transition: background-color .3s ease;
  	-ms-transition: background-color .3s ease;
  	-o-transition: background-color .3s ease;
  	-webkit-transition: background-color .3s ease;    
    
}
.promo-section .btn.green{
	background-color: #153073;
	color: #fff;
}
.promo-section .btn:hover{
	background-color: #1c409a;
	color: #fff;
}
.projects .project-item{
	position: relative;
	background-color: #ddd;
	margin: 5px; 
	padding: 25px;
	display: flex;
    flex-direction: column-reverse;
    background-repeat: no-repeat;
    background-position:  center;
    background-size: cover;
}
.projects .left-column .project-item{
	height: 650px;
}
.projects .right-column .project-item{
	height: 320px;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.right-column .row{
	margin-left: 0;
}
.projects .project-item .sticker-block{
    display: inline-block;
    padding: 4px 10px 5px;
    font-size: .6667em;
    line-height: 1.4em;
    color: #FFF;
    border-radius: 1px;
    background-color: #153073;
}
.projects .project-item .pj-info{
	  z-index: 3;
}
.projects .project-item .name {
    font-size: 1.4667em;
    font-weight: 300;
    line-height: 1.3636em;
    color: #FFF;
}
.projects .project-item  .date {
    position: static;
    margin: 16px 0 0;
    color: #bcbdbc;
}
.projects .project-item:after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    z-index: 2;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}
.projects .project-item:hover:after {
    opacity: 1;
}
.projects .project-item .pj-link{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.projects .brd-btn{
	margin: 15px auto;
    display: block;
    width: max-content;
}
.news-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;

}
.news-item{
	border: 1px solid #ebecec;
	width: 260px;
  margin-bottom: 20px;
}
.news-item:hover {
    border-color: transparent;
    box-shadow: 0 0 30px 5px rgba(231,231,231,0.4);
}
.news-item .img-wrapper{
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.news-item .img-wrapper a{
	display: block;
	height: 100%;
	width: 100%;
}
.news-item  .descr{
	padding: 15px;
}
.news-item  .descr a{
	color: #153073;
	font-size: 17px;
    font-weight: 400;
}
.news-item  .descr a:hover{
	text-decoration: none;
}
.news-wrapper{
	margin-bottom: 35px;
}


/* END MAIN */    
/* FOOTER */
footer{
  margin-top: 30px;
}
.footer-callback-form{
  background-color: #41474e;
  padding: 20px 0;
}
.fcf-title{
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.fcf-title p{
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}
.fcf-title span{
  font-weight: 600;
}
.footer-callback-form input[type="text"],
.footer-callback-form input[type="tel"]{
    padding: 7px 10px;
    margin-right: 35px;
    margin-bottom: 10px;
    width: 260px;
    height: 50px;
    border: none;
    outline: none;
}
.footer-callback-form input[type="submit"]{
    padding: 7px 10px;
    margin-right: 35px;
    width: 115px;
    height: 50px;
    background-color: #153170;
    color: #fff;
    border: none;
    outline: none;
}
.footer-callback-form input[type="submit"]:hover{
  background-color: #153073;
}
.footer-callback-form input[type="checkbox"]{
  margin-right: 10px;
}
.footer-callback-form input[type="checkbox"]+span{
  color: #fff;
}
.footer-callback-form input[type="checkbox"]+span a{
  color: #153170;
}
.footer-bottom{
  padding: 35px 0;
  background-color: #373d44;
  border-top: 1px solid #8a8e92;
}
.fb-wrapper,
.fb-menu-wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fb-menu-wrapper .fb-menu{
  width: 200px;
}
.footer-bottom h5{
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.footer-bottom a{
  display: block;
  padding-bottom: 10px;
  color: #a7a7a7;
  font-size: 14px;
  text-decoration: none;
}
.footer-bottom li a:hover{
  color: #fff;
}
.fbc-block>div{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  color: #fff;
}
.fbc-block .tel{
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.fbc-block .icon-wrapper{
  margin-right: 10px;
}
.fbc-block .tel a{
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
}
.fbc-block .tel span{
  display: block;
  color: #888;
  font-size: 13px;
  margin: -8px 0 0;
}
.fbc-block .mail a{
  color: #fff;
  padding-bottom: 0;
}
.social-line{
    padding: 18px 0 2px;
    border-top: 1px solid #41474e;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.social-line .social-links{
  display: flex;
}
.social-line .social-links a{
  border-radius: 100%;
  display: block;
  height: 40px;
  margin: 4px 0 4px 8px;
  overflow: hidden;
  position: relative;
  transition: all .3s ease 0;
  width: 40px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  font-size: 0;
  background-color: #4f5a6b;
  background: url(img/social.png) -4px -4px/548px 148px no-repeat;
}
.social-line .social-links a:hover{
  opacity: 0.8;
}
.social-line a.instagram{
    background-position: -154px -4px;
}
.social-line a.youtube{
    background-position: -204px -4px;
}
.social-line a.google{
    background-position: -54px -54px;
}
/* END FOOTER */
/* Single Uslugi */
  .post-image{
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .uslugi-descr{
    padding: 30px;
    background-color: #f7fafb;
    border: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
  }
  .uslugi-descr  .call-back-info{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 60%;
    padding: 10px;
  }
  .uslugi-descr  .call-back-info p{
    margin-bottom: 0;
   }
  .uslugi-descr  .call-back-info i{
    margin-right: 35px;
  }
  .uslugi-descr  .usd-price{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 40%;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
  }
   .uslugi-descr.bottom  .usd-price{
    justify-content: flex-end;
   }
    .uslugi-descr.bottom {
      margin-bottom: 40px;
    }
  .btn{
  border-radius: 2px;
  padding: 5px 20px 5px;
  background-color: #fff;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 170px;
  transition: .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;    
    
}
 .btn.green{
  background-color: #153073;
  color: #fff;
}
 .btn:hover{
  background-color: #1c409a;
  color: #fff;
}
/* END Single Uslugi */
.popmake .popmake-title{
  margin-bottom: 20px;  
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
#tochka_vydachi{
    width: 100%;
    margin: 10px 0;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #ebecec;
    height: 49px;
    padding: 6px 12px;
    background: #f7fafb;
    outline: none;
}
#calc_form .wpcf7-form{
  margin-top: -15px;
}
.wpcf7-form textarea{
  height: 188px;  
}
.wpcf7-form a{
  color: #1c409a;
}
.wpcf7-form input[type="checkbox"]{
  margin: 15px 0; 
  margin-right: 5px;
}
.wpcf7-form input[type="submit"]{
  background-color: #153073;
  color: #fff;
}
.wpcf7-form input[type="submit"]:hover{
  background-color: #1c409a;
}
span.wpcf7-not-valid-tip {
    color: #bf2929;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #929292;
}
#wpcf7-f103-o5 p,
#wpcf7-f103-o4 p,
.footer-callback-form p{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;  
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;  
  justify-content: space-between;
}
#wpcf7-f103-o5 input[type="text"], #wpcf7-f103-o4 input[type="tel"],
#wpcf7-f103-o4 input[type="text"], #wpcf7-f103-o4 input[type="tel"],
.footer-callback-form input[type="text"],
.footer-callback-form input[type="tel"]
{
    width: 260px !important;
  }
#wpcf7-f103-o5 input[type="submit"],
.footer-callback-form input[type="submit"],
#wpcf7-f103-o4 input[type="submit"]{
    margin-top: 10px; 
  }
#wpcf7-f103-o5  .wpcf7-list-item,
#wpcf7-f103-o4  .wpcf7-list-item{
    margin-left: 0; 
  }
.search-form-wrapper{
  display: none;
  padding: 15px 0;
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 99999999999999;
}  
form#searchform{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  }
form#searchform input[type="text"]{
  width: 60%;
  border: none;
  font-size: 30px;
  outline: none;
}
form#searchform .btn{
  background-color: #1c409a;
  color: #fff;
  width: 100px;
  margin-bottom: 0;
  margin-right: 40px;
}
form#searchform .btn:hover{
  background-color: #153073;
}
form#searchform div{
  display: flex;
  align-items: center;
}
form#searchform .close_search_form{
  font-size: 23px;
  font-weight: bold;
  cursor: pointer;
}
form#searchform .close_search_form:hover{
  color: #153073;
}
.search-results h1{
  margin-bottom: 30px;
}
.page-template-portfolio-template .projects .project-item {
    height: 320px;
}
.nav-links{
  margin-top: 20px; 
}
.nav-links * {
    padding: 5px 10px;
    border: 1px solid #153073;
    transition: 0.3s ease;

}
.nav-links span.page-numbers.current {
    background-color: #153073;
    color: #fff;
}
.nav-links a:hover{
    background-color: #153073;
    color: #fff;
    text-decoration: none;  
}
.contacts-descr{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.contacts-descr .vopros-trigger{
  width: 220px;
}
.page-template-contacts-template .social-icons {
    margin: 0 -10px 21px;
    position: relative;
}
.page-template-contacts-template .social-icons ul{
    position: relative;
    padding: 0 16px 0 0;
    display: inline-block;
    vertical-align: top;
    background: #FFF;
    z-index: 1;
}
.page-template-contacts-template .social-icons li{
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    padding: 0;
    margin: 0;
}


.page-template-contacts-template .social-icons li a {
    border-radius: 100%;
    display: block;
    height: 40px;
    margin: 4px 0 4px 8px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0;
    width: 40px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-size: 0;
      background: none;
    border-radius: 0;
    height: 14px;
    width: 34px;
    height: 34px;
    opacity: .5;
    color: #153170;
}
.page-template-contacts-template .social-icons li a:hover{
  opacity: 1;
}
.page-template-contacts-template .social-icons li a .svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
    
}
.page-template-contacts-template .social-icons li a .svg  .cls-1{
  fill: #153170;
}
.page-template-contacts-template .social-icons:after {
    content: "";
    position: absolute;
    top: 38%;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #ebecec;
    margin: -1px 0 0;
}
.page-template-contacts-template  .teasers {
    margin: 0 0 52px;
}
.teasers .item {
    padding: 20px 0;
    height: 108px;
}
.teasers .image {
    float: left;
    width: 53px;
    height: 53px;
    overflow: hidden;
}
.teasers .desc {
    padding: 0 0 0 78px;
}
.teasers .title {
    margin: 0 0 7px;
    font-size: .8667em;
    line-height: 1em;
    color: #acacac;
}
.teasers .svg {
    display: block;
    background: #153170;
}
.teasers .image svg {
    max-width: 100%;
    max-height: 100%;
}
 .teasers .image svg .teaser_cls_1 {
    fill: #FFF;
    fill-rule: evenodd;
}
.teaser_cls_1 {
    opacity: .8;
}
.teasers .cls-2 {
    fill: #FFF;
    fill-rule: evenodd;
}
.teasers a{
  color: inherit;
}
.page-template-contacts-template .uslugi-descr.bottom{margin-bottom: 0;}
.page-template-contacts-template footer{
  margin-top: 0;
}
.work-gallery{
      display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.work-gallery a {
    margin: 5px;
    height: 200px;
    overflow: hidden;
}
.work-gallery a img {
    transition: .3s;
}
.work-gallery a:hover img {
    transform: scale(1.1);
}
.error404{
  text-align: center;
}
.error404 p{
  text-align: center;
}
.error404 h2{
  font-size: 60px;
}
.error404 a{
  width: max-content;
}
/* CALCULATOR */

#calc_form{
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    background-color: #ffffffd1;
    border: 1px solid #eee;
  }
#calc_form input, #calc_form select{
    padding: 10px;
      width: 100%;
      margin-bottom: 5px;
      font-size: 16px;
      box-sizing: border-box;
  }

#calc_form button {
    padding: 10px 5px;
    background-color: #143071;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 100%;
    margin: 10px 0
}
#calc_form button:hover{
  background-color: #1c409a;
}
#calc_form .input-wrapper{
  width: 100%;
}
#calc_form #price{
  font-size: 40px;
    font-weight: bold;
}
#calc_form .form_titles{
  margin-bottom: 5px;
}
#calc_form .color-wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#calc_form input[value="white"]+.checkmark {
  background-color: #fff;
}
#calc_form input[value="brown"]+.checkmark {
  background-color: #6d2014;
}#calc_form input[value="anthracite"]+.checkmark {
  background-color: #4b4b4b;
}
/* Customize the label (the container) */
#calc_form .radio-wrapper {
  display: block;
  height: 35px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
#calc_form .radio-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#calc_form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  border: 5px solid #eee;
}

/* On mouse-over, add a grey background color */
#calc_form .radio-wrapper:hover input ~ .checkmark {
  border: 5px solid #143071;
}

/* When the checkbox is checked, add a blue background */
#calc_form .radio-wrapper input:checked ~ .checkmark {
  border: 5px solid #143071;
}
#calc_form .contacts-wrapper{
  display: none;
  margin: 10px 0;
}
#pre_basket li{
    list-style: none;
    padding: 10px 15px;
}
#pre_basket li .calc-more{
  display: none;
}
#pre_basket  .item-price{
font-size: 20px;
font-weight: bold;
}
#calc_form #basket{
  padding-left: 0;
  list-style: none;

  background-color: #fff;
}
#calc_form #basket li{
  padding: 10px;
}
#calc_form .calc-more{
  margin: 8px 0;
}
#calc_form .calc-more>span{
  display: inline-block;
  padding: 5px 10px;
  background-color: #eee;
  cursor:pointer;
}
#calc_form .calc-more>span.add{
  color: #fff;
  background-color: #143071;
  margin-right: 5px;
}
#cf7_order_id, #cf7_tochka_vydachi{
	display:none;
}
#calc_form .calc-more>span.add:hover{
  background-color: #1c409a;
}

#calc-button {
  display: inline-block;
  background-color: #153170;
  width: auto;
  height: 80px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 15px;
  right: 33px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background-image: url(img/accounting-w.svg);
  background-position: center bottom 5px;
  background-size: 55%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 5px;
  font-size: 12px;
}
#calc-button:hover{
  text-decoration: none;
}
#calc-button:hover {
  cursor: pointer;
  background-color: #333;
}
#calc-button:active {
  background-color: #555;
}
#calc-button.show {
  opacity: 1;
  visibility: visible;
}
#order_id{
  display: none;
}
.maps-wrapper iframe{
  width: 100%;  
}
.teasers .row{
  margin-bottom: 15px;  
}

/* Tooltip container */
.tooltip {
  position: relative;
  top: 5px;
  display: inline-block;
  opacity: 1;
  width: 120px;
  height: 30px;
  background-image: url(img/info.svg);
  background-repeat: no-repeat;
  background-position: left;
  -webkit-background-size: contain;
  background-size: contain;
  padding-left: 40px;
  line-height: 25px;
  z-index: 1;
}
.tooltip a{
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #153170;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 105%;
  left: 50%;
  margin-left: -60px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext p{
  margin: 0;
  margin-bottom: 10px;
}
/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #153170 transparent;;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.wp-block-embed__wrapper iframe{
	max-width: 100%;
}

@import url("https://fonts.googleapis.com/css?family=Roboto");

@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}




.floating-container {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  margin: 35px 25px;
  margin-bottom: 110px;
}
.floating-container:hover {
  height: 300px;
}
.floating-container:hover .floating-button {
    box-shadow: 0 10px 25px rgb(21 49 112 / 50%);
  -webkit-transform: translatey(5px);
          transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container:hover .element-container .float-element:nth-child(1) {
  -webkit-animation: come-in 0.4s forwards 0.2s;
          animation: come-in 0.4s forwards 0.2s;
}
.floating-container:hover .element-container .float-element:nth-child(2) {
  -webkit-animation: come-in 0.4s forwards 0.4s;
          animation: come-in 0.4s forwards 0.4s;
}
.floating-container:hover .element-container .float-element:nth-child(3) {
  -webkit-animation: come-in 0.4s forwards 0.6s;
          animation: come-in 0.4s forwards 0.6s;
}
.floating-container .floating-button {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #153170;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 73px;
  text-align: center;
  font-size: 23px;
  z-index: 100;
  box-shadow: 0 10px 25px -5px rgb(46 63 102 / 57%);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container .float-element {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 16px;
}
.floating-container .float-element:nth-child(1) {
    background: #1cca54;
    box-shadow: 0 20px 20px -10px rgb(28 202 85 / 50%);
}
.floating-container .float-element:nth-child(2) {
    background: #7360F2;
    box-shadow: 0 20px 20px -10px #7360f287;
}
.floating-container .float-element:nth-child(3) {
    background: #229ED9;
    box-shadow: 0 20px 20px -10px rgb(34 158 217 / 44%);
}


.floating-container svg {
    fill: #fff;
    width: 25px;
}


@media screen and (max-width:991px) {
    .floating-container {
        margin-bottom: 40px;
        margin-right: 5px;
    }
}
