@font-face { font-family: 'OpenSans'; src: url('../fonts/OpenSans-Regular.ttf')  format('truetype');font-weight: 400; }
@font-face { font-family: 'OpenSans'; src: url('../fonts/OpenSans-Italic.ttf')  format('truetype');font-weight: italic; }
@font-face { font-family: 'OpenSans'; src: url('../fonts/OpenSans-Light.ttf')  format('truetype');font-weight: 300; }
@font-face { font-family: 'OpenSans'; src: url('../fonts/OpenSans-SemiBold.ttf')  format('truetype'); font-weight: 600; }
@font-face { font-family: 'OpenSans'; src: url('../fonts/OpenSans-Bold.ttf')  format('truetype'); font-weight: 700;}

* {
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    
}
.grecaptcha-badge {
    display: none !important;
}

body {
    font-weight: 400;
    color: #2d2d2d;
    font-family: "OpenSans";
}
.wp-block-embed iframe {
    width: 100%;
    min-height: 350px;
}
h1 {font-size: 32px;
	margin: 20px 0;}
h2{
    font-size: 28px;
	margin: 20px 0;
}
h3{ 
    font-size: 21px;
    font-weight: 600;
}
h3 span {
    font-weight: 600 !important;
}
h4{
    font-size: 22px;
}
h5, h6{
    font-size: 20px;
}
h3, h4, h5, h6{	margin: 16px 0;}

a, a:visited {
  color:#000;  
}
.bold{ font-weight:bold;}
.container {
    max-width: 100%;
    width: 1400px;
    padding: 0 20px;
    margin: auto;
}
.flex{
    display: flex;
}
.mb5{margin-bottom: 50px;}
.mb3{margin-bottom: 30px;}
.mb2{margin-bottom: 20px;}
.mb1{margin-bottom: 10px;}

.mt5{margin-top: 50px;}
.mt3{margin-top: 30px;}
.mt2{margin-top: 20px;}
.mt1{margin-top: 10px;}

.pt5{padding-top: 50px;}
.mt3{padding-top: 30px;}
.mt2{padding-top: 20px;}
.mt1{padding-top: 10px;}

.pb5{padding-bottom: 50px;}
.pb3{padding-bottom: 30px;}
.pb2{padding-bottom: 20px;}
.pb1{padding-bottom: 10px;}

label{
    max-width: 100%;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.header-wrap
{

}

.main-navigation.toggled ul {
    position: absolute;
    background-color: #e2b541;
    width: 70%;
    left: 1px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 30%);
    border-radius: 5px;
    top: 1px;
    z-index: 9999999999999;

}

@media screen and (min-width: 770px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.btn-wrap
{
    text-align: center;
}
.btn__a{
    background: #1a515a;
    border-radius: 5px;
    line-height: 40px;
    color: #fff !important;
    padding: 10px 15px;
    margin:  0 auto;
}
.btn__a:hover
{
    background: #e6b732;
}
/**/

.header {
    background-color: #1b515a;    
    transition: .5s;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 30%);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0%;
    
}


.header-wrap, .header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    display: flex;
    align-items: center;
    height: 80px;
}
.header-logo img {
    width: 166px;
}

.header-menu .main-navigation li
{
    padding: 20px;
    font-size: 18px;   
}
.header-menu .main-navigation  a
{
    color:#fff;
}
.header-menu .main-navigation  a:hover
{
   text-decoration:underline;
}
.header-right 
{
    color: #fff;
    min-width: 25%;
}
.header-phone {
    margin-left: 20px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.header-phone a{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
}
.header-btn__a,button, input[type="button"], input[type="reset"], input[type="submit"]
{
    background: #E2B541;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    padding: 0px 15px;  
    cursor: pointer;
}
.header-btn__a {
    display: flex;
    align-items: center;
    font-weight: 700;
    width: 240px;
    height: 52px;
}
.header-btn__a svg {
    margin-right: 16px;
    height: 26px;
}
.header-btn__a:active,.header-btn__a:visited,.header-btn__a:hover
{
    color: #1b515a;
}
input[type="submit"]:hover {
    background-color: #1a515a;
}
.header-btn__a:hover path {
    fill: #1a515a;
}
.header-mobile-foot {
    display: none;
    justify-content: space-between;
    border-top: 1px solid #E2DFDF;
    padding: 15px 0;
}
.header-call {
    font-weight: 700;
    color: #E6B732;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}
.header_fixed {    
    position: fixed;
    width: 100%;
    max-width: 96%;
    left: 2%;
    top: 10px;
    z-index: 99999;
    border-radius: 10px;
    opacity: 0.9;
}
.header-full__menu {
    background-color: #fff;
    border: 1px solid #767676;
    border-top: 0;
    box-shadow: 0px 4px 3px 0px #00000040;
    border-radius: 4px;
}
.header-toggle {
    width: 115px;
    height: 40px;
    background-color: #EFEFEF;
    border: 1px solid #E6B732;
    border-radius: 10px;
    padding: 0 10px;
    margin-right: 15px;
    display: none;
    cursor: pointer;
    align-items: center;
    color: #555353;
    font-weight: 700;
    justify-content: center;
}
.header-toggle__burger {
    width: 20px;
    height: 18px;
    position: relative;
    margin-right: 11px;
}
.header-toggle__burger span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #666;
}
.header-toggle__burger:after,
.header-toggle__burger:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #666;
}
.header-toggle__burger:before {
    top: auto;
    bottom: 0;
}
.header-buttons {
    display: none;
}
.header-buttons span {
    display: flex;
    background-color: #E6B732;
    border: 1px solid #E6B732;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    margin-right: 18px;
    width: 50px;
    height: 45px;
}
.header-buttons span:last-child {
    margin-right: 0;
}
.header-buttons .open-form2 {
    background-color: #fff;
}


#full-menu {
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
#full-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    z-index: 5;
    top: calc(100% + 0px);
    outline: 1px solid #ACACAC;
    border-top: 0;
    min-width: 100%;
    padding: 2px 25px 16px;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    margin: 0;
    min-width: max-content;
}
#full-menu > li {
    list-style: none;
    position: relative;
    text-align: center;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px 5px 0 0;
}
#full-menu > li > a {
    text-wrap: nowrap;
    display: block;
    padding: 16px 25px;
}
#full-menu a {
    font-weight: 700;
    color: #363636CC;
    font-size: 16px;
    line-height: 24px;
}
#full-menu a:hover {
    color: #E2B541;
}
#full-menu .sub-menu li {
    list-style: none;
    text-align: left;
    margin-bottom: 7px;
}
#full-menu > li.menu-item-has-children:hover {
    border: 1px solid #ACACAC;
}
#full-menu > li.menu-item-has-children:hover .sub-menu {
    display: block;
}
#full-menu .sub-menu:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 1px;
    background-color: #fff;
    display: block;
}

.mobile-menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100% + 2px);
    background-color: #fff;
    z-index: 33;
    display: none;
}
.mobile-menu__close {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 25px;
}
.mobile-menu #menu1 {
    background-color: #1B515A;
    margin-left: 0;
    padding: 15px 30px;
    margin-bottom: 5px;
}
.mobile-menu #menu1 li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
}
.mobile-menu #menu1 li:last-child {
    margin-bottom: 0;
}
.mobile-menu #menu1 a {
    color: #fff;
    font-size: 16px;
    font-weight: 700; 
}
.mobile-menu #menu1 a:hover {
    color: #E6B732;
}
.mobile-menu__title {
    padding: 8px 8px 8px 30px;
    background-color: #E6B732;
    width: 165px;
    max-width: 100%;
    color: #555353;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}
.mobile-menu #menu2 {
    padding: 0 30px;
    margin-left: 0;
}
.mobile-menu #menu2 li {
    list-style: none;
    margin-bottom: 10px;
}
.mobile-menu #menu2 > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    width: 11px;
    height: 14px;
    margin-left: 11px;
    background-image: url(../img/arr-mobile.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}
.mobile-menu #menu2 > li.menu-item-has-children > a.current:after {
    transform: rotate(90deg);
}
.mobile-menu #menu2 li:last-child {
    margin-bottom: 0;
}
.mobile-menu #menu2 > li > a {
    border-bottom: 1px solid #555353;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.mobile-menu #menu2 a {
    font-size: 16px;
    font-weight: 700;
}
.mobile-menu #menu2 a:hover {
    color: #E6B732;
}
.mobile-menu #menu2 .sub-menu {
    display: none;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 30px;
}
.mobile-menu #menu2 .sub-menu li {
    margin-bottom: 5px;
}

.fixed-header__logo
{
    width: 166px;
    height: 80px;
}
.fixed-header__right 
{
    color: #fff;
}
.fixed-header__phone{
    font-size: 24px;
    font-weight: 700;
}
.fixed-header__btn__a
{
    width: 150px;
    height: 44px;
    background: #E2B541; 
    border-radius: 10px;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
  
}
/**FOOTER*/
footer{
    background-color: #1B515A;   

}
.footer-wrap
{
    color: #fff;    
    justify-content: space-between;
}
footer a,.footer-wrap a,.footer-wrap  a:visited{
    color: #fff;    
}
.footer-nav
{
    padding-top: 40px;
}
.footer-nav li{
    margin-bottom: 10px;
}
footer .logo-text
{
    font-size: 14px;
    font-weight: 600;
}
footer .footer-nav
{    
    font-weight: 600
}
.footer-socials
{
    display: flex;
    justify-content: space-evenly;
    margin-top: 85px;
}
.footer-socials a{
    display: block;
    width: 50px;
}
footer .footer-contacts, .footer-phone
{
    padding-top: 40px;    
}
footer .footer-contacts, .phone
{
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    
}
footer .footer-contacts, .form
{
    font-size: 16px;
    font-weight: 600;    
}
.footer-btn span {
    margin-right: 5px;
}
.footer-socials img {     
    width: 40px;
}
.footer__bottom {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    flex-wrap: wrap;
    gap: 10px;
}
.footer__org {
    color: #fff;
    padding: 15px 0 0 0;
    margin: 0;
}
.footer__date {
    margin-bottom: 0;
}
.footer__link {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.footer__link a {
    color: #fff;
    margin: 0;
}
.banner
{
    text-align:center;
}
.banner img
{
    height: 40vh;
    width: auto;
}

/*IMage BLOCKS Template*/


.gallery-blocks
{
    flex-wrap: wrap;    
}
.gallery-block
{
    width: 24%;
    overflow: hidden;
    margin: 0 0 1.3% 1.3%;
    position: relative;
}
.gallery-block:nth-child(4n+1), .gallery-block:first-child
{
    margin-left: 0;
}
.gallery-block:first-child
{
    margin-left: 0 !important;
}
 .gallery-block a
{
    overflow: hidden;
    display: block;
    height: 228px;
}
 .gallery-block img
{
    width: 100%;
    height: 100%;
    transition-property: background,box-shadow,border,color,opacity,transform; 
    transition-duration: 1s; 
    -webkit-text-decoration-skip: objects;
}
 .gallery-block img:hover
{
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery-block__under
{
    position: relative;
    text-align: left;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px;
    box-shadow: 0px 4px 10px rgb(45 45 45 / 30%);
    margin-bottom: 10px;

}






/*HOME*/
.home__slider{
    margin-bottom: 40px;
}
.home__main-content 
{

}
.home__team .team-left {
    margin-right: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width:500px;
    align-items: center;
}
.home__team .home__person
{
    max-width: 32% ;
    max-height: 46%;
}
.home__team .team-left img:hover{    
    filter: brightness(0.9);
}
.home__team .team-right
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 
}

.home__team .team-ttl
{
    font-weight: 700;
    font-size: 32px;
}
.home__team .team-text
{
    margin-bottom: 10px;
}
.home__team .team-digits 
{
    background-color:#31626a;
    justify-content: space-between;
    padding: 10px 20px;
    color: #fff;
}
.home__team .digit-block , .home__team .social-block
{
    width: 24%;
}
.home__team .digit
{
    width: 100%;
    border-bottom: 1px solid #fff;    
    font-size: 24px ;
    margin-bottom: 10px;
}
.home__team  .team-social{
    justify-content: space-between;
    padding: 10px 20px;
}

.home__services-wrap
{
    justify-content: space-between;
}
.home__services .services-left{
    width: 60%;
    justify-content: space-between;
    
}
.home__services .services-right
{
    display: flex;
    
    width: 35%;

}
.home__services .services-ttl
{    
    text-align: center;
}
.home__services .services-left__ttl1
{
    color: #E2B541;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
.home__services_btn{
    padding: 5px 24px;
    border-radius: 10px;
    color: #1B515A;
    border: 1px solid #1B515A;
    max-height: 40px;
    transition: 1s;
}
.home__services_btn:hover{
    color: #fff;
    border: 1px solid #fff;
    background-color: #1B515A;
}
.home__services .services-right img
{
    width: 100%;
    transition: 1s;
}
.home__services .services-right img:hover
{
  filter: drop-shadow(0 0 0.75rem #1B515A);
  scale: 1.1;
}
.home__offer
{
    background-color: #1B515A;
}
.home__offer .offer-wrap
{
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.home__offer .offer-text, .anketa-form .offer-text
{
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    max-width:100%;
}
/*----------*/

.home__blog .article a
{
     height: auto; 
}

.home__blog .article-title
{
    font-size: 18px;
    font-weight: 600;
}
.home__blog .article-date
{
    font-size: 14px;    
    color: #8d8d8d;
    font-weight: 600;
}
/*********************ABOUT*****************************/

.person-wrap:nth-child(odd)
{
    justify-content: flex-start;
}
.person-wrap:nth-child(even)
{
    justify-content: flex-end;
}
.person-wrap:nth-child(even) .person
{
    flex-direction: row-reverse;
}
.about-team .person
{
    /*border: 1px solid #ccc;*/
    width: 85%;
    justify-content: space-between;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 30%);
    transition: 1s;
    padding: 20px;
}
.about-team .person:hover
{
    /*width: 100%;*/
}
.about-team .person:hover img
{
    filter: brightness(0.9);
}
.about-team .person__left
{
    min-width: 300px;    
    height: 427px;
    margin-right:20px;
}
.about-team .person__right
{
    padding: 0px;
}

.about-team .person_name
{
    font-weight: 700;
    text-transform: uppercase;
}
.about-team .person_info a
{
    text-decoration:underline;
}
/*-----------------Page Portfolio--------------------------*/

.page-portfolio .portfolio-block, .page-uslugi .portfolio-block  {   
    overflow: hidden;  

}
.page-portfolio .portfolio-block a,
.page-uslugi .portfolio-block a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;

}
.page-portfolio .portfolio-block .portfolio-block__ttl,
.page-uslugi .portfolio-block .portfolio-block__ttl
{
    background: rgba(255, 255, 255, 0.81);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.81);
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 70%;
    padding: 15px 0;
}
.page-portfolio .portfolio-block:hover .portfolio-block__ttl,
.page-uslugi .portfolio-block:hover .portfolio-block__ttl
{
    border-color:#E2B541;
}
.section__offer
{
    background-color: #5a6f73;
}


/***************SINGLE PORTFOLIO*****************************/
.single-portfolio .banner
{

}


/**********************Contacts******************************/
.page-contacts__infomap .infomap__left
{
    width: 40%;
}
.page-contacts__infomap .infomap__right
{
    width: 60%;
}
.page-contacts__infomap .infomap_ttl{    
    font-weight: 700;
    font-size: 1.1em;
}
/************************BLOG*************************/


.page-blog__blocks
{
    flex-wrap: wrap;
}
.page-blog .article a
{
    height: auto;
    
}
.page-blog .article-title
{
    font-size: 18px;
    font-weight: 600;
}
.page-blog .article-date
{
    font-size: 14px;    
    color: #8d8d8d;
    font-weight: 600;
}
/*---------------USLUGI------------------------*/
.post-service__banner
{
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}
.content__wrap
{
    justify-content: space-between;
}
.post-service__left 
{
    width: 65%;
}
.post-service__sidebar
{
    width: 33%;
}
.post-service__sidebar .post-service__list {
    border-radius: 3px;
    border: 1px solid #8F8C8C;
    background: #FFFEFE;
    padding: 35px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.post-service__sidebar .post-service__list ul {
    margin: 0;
    padding-left: 15px;
    font-size: 16px;
    color: #6F6D6D;
}
.post-service__sidebar h3
{
    color: #555353;
    margin-bottom: 13px;
    margin-top: 0;
    font-size: 20px;
}

.post-service__sidebar form p {
    margin: 0;
}
.post-service__sidebar form {
    border-radius: 3px;
    border: 1px solid #8F8C8C;
    background: #FFFEFE;
    padding: 35px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 25px;
}
.post-service__sidebar form .title {
    font-size: 20px;
    color: #555353;
    font-weight: 700;
    margin-bottom: 30px;
}
.post-service__sidebar form .form-input {
    border: 1px solid #1B515A;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 45px;
    font-size: 16px;
    padding: 0px 11px;
    border-radius: 5px;
    margin-bottom: 19px;
    outline: none;
    display: inline-block;
    width: 305px;
    max-width: 100%;
}
.post-service__sidebar form .subtitle {
    font-size: 12px;
    color: #999999;
    font-weight: 700;
    margin-bottom: 22px;
}
.post-service__sidebar form .button {
    display: inline-block;
    width: 230px;
    max-width: 100%;
    margin-bottom: 15px;
}
.post-service__sidebar form {}
.post-service__sidebar form {}
.post-service__sidebar form {}


#cookie-banner {
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-width: 100%;
  width: 304px;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  z-index: 9999;
  box-shadow: 0 0px 8px 4px rgba(0, 0, 0, 0.2);
}

#cookie-banner p {
  margin-bottom: 10px;
  font-size: 14px;
}
#cookie-banner a {
  text-decoration: underline;
}

#cookie-close-btn {
  background: #E2B541;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  color: #000;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
}


/*------------------Anketa------------------------------------*/
.anketa-block
{
    display:flex;
    justify-content:space-between;

}
.anketa-block_ttl
{
    margin-right:10px;
}
.anketa-block__radio
{
    vertical-align:middle;

}
.anketa-form
{
    background: linear-gradient(#e2b54173, #31626a4a);
}
.anketa-form input[type="submit"]
{
    background: #31626a;
}
.anketa-form .form-title
{
    font-weight: 600;
}

.anketa-client {
    padding: 30px;
    background-color: #eee;
}
.anketa-client .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
}
.anketa-client .wpcf7-checkbox span {
    margin-left: 0;
    margin-bottom: 5px;
}
.anketa-client .wpcf7-checkbox span:last-child {
    margin-bottom: 0;
}
.anketa-client label {
    margin-bottom: 5px;
    display: block;
}
.anketa-client br {
    display: none;
}
.anketa-client .wpcf7-form-control-wrap {
    margin-bottom: 13px;
    display: block;
}

/*----------------------------------Form---------------------------*/
.form-wrap{
    flex-wrap: wrap;
    justify-content: center;
}
.form-title{
    color: #315b7c;
    text-align: left;
    text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 );
    font-family: inherit;
    font-weight: 100;
    font-size: 34px;
    line-height: 36px;
    width: 100%;
    text-align: center;
}
.post-password-form p
{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.post-password-form input
{
    line-height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/**/
.popmake-content .title {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #555353;
    margin-bottom: 35px;
}
.popmake-content .wpcf7-form-control {
    width: 100%;
    text-align: center;
    border: 1px solid #1B515A;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 45px;
    border-radius: 5px;
    margin-bottom: 15px;
    outline: none;
    display: inline-block;
    width: 316px;
    max-width: 100%;
}
.popmake-content input[type=submit] {
    border: 0;
}
.popmake-content .subtitle {
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #999999;
    width: 316px;
    margin-top: 5px;
    margin-bottom: 20px;
    max-width: 100%;
}
.popmake-content form {
    text-align: center;
}
.popmake-content .wpcf7-spinner {
    display: block;
    margin: auto;
}
.popmake-content textarea.wpcf7-form-control {
    height: 160px;
    padding: 12px;
}
.popmake-content .file {
    padding-left: 33px;
    font-weight: 700;
    color: #999999;
    margin: 0 auto 30px auto;
    display: block;
    text-align: left;
    width: 316px;
    line-height: 24px;
    height: 24px;
    max-width: 100%;
    position: relative;
    cursor: pointer;
}
.popmake-content .file input {
    display: none;
}
.popmake-content .file:hover {
    color: #e2b541;
}
.popmake-content .file:after {
    width: 20px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: url(../img/file.svg);
    background-position: center;
}
.popmake-content #input-file {
    display: none;
}
.popmake-content .file {}



.new-button {
    background: #E2B541;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    min-width: 230px;
    line-height: 60px;
    color: #fff;
    padding: 0px 40px;
    cursor: pointer;
    transition: all .3s;
}
.new-button:hover {
    color: #fff;
    background: #1a515a;
}
.new-head {
    background-size: cover;
    background-position: center;
}
.new-head__row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 560px;
}
.new-head__content {
    border-radius: 10px;
    border: 1px solid #A5A5A5;
    background: rgba(246, 246, 246, 0.95);
    padding: 50px 100px;
    width: 795px;
    max-width: 100%;
}
.new-head h1 {
    font-size: 34px;
    font-weight: 700;
    color: #363636CC;
    margin-top: 0;
    margin-bottom: 25px;
}
.new-head__text {
    font-size: 18px;
    font-weight: 700;
    color: #363636CC;
    margin-bottom: 40px;
}


.new-home__team-wrapp {
    background-color: #EDF3DE;
    padding: 35px 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.new-home__team-title {
    font-weight: 700;
    margin-top: 0;
    color: #1B515A;
    font-size: 20px;
    margin-bottom: 40px;
}
.new-home__team-content {
    width: 57%;
}
.new-home__team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.new-home__team-subtitle {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.new-home__team-text {
    font-size: 14px;
    font-weight: 500;
}
.new-home__team-persons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 500px;
    width: 40%;
    align-items: center;
}
.new-home__team-person {
    max-width: 32%;
    max-height: 46%;
}
.new-home__team-button {
    height: 120px;
    background-color: #1B515A;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-home__team-button a:hover {
    background-color: #E2B541;
    color: #1a515a;
}


.new-home__services h2 {
    color: #5F5F5F;
    font-size: 25px;
    text-align: center;
}
.new-services__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 35px;
}
.new-services__item {
    display: block;
    border: 1px solid #F3E5E5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 25px 30px;
}
.new-services__title {
    font-size: 20px;
    color: #5F5F5F;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}
.new-services__text {
    color: #5F5F5F;
    font-size: 15px;
}



.new-price__row {
    border-radius: 3px;
    border: 1px solid #CDCDCD;
    padding: 35px 60px;
    width: 1185px;
    margin: auto;
    max-width: 100%;
}
.new-price__row h2 {
    text-align: center;
}
.new-price__item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E0D9D9;
}
.new-price__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.new-price__title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
}
.new-price__varianty {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-price__varianty:last-child {
    margin-bottom: 0;
}
.new-price__text {
    width: 75%;
    font-size: 15px;
}
.new-price__price {
    font-size: 18px;
    font-weight: 700;
}


.new-home__offer-row {
    height: 100px;
    background-color: #1B515A;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-home__offer-row a:hover {
    background-color: #e2b541;
    color: #1a515a;
}


.new-step__wrapp {
    border-radius: 3px;
    border: 1px solid #747272;
    width: 850px;
    max-width: 100%;
    margin: auto;
    padding: 35px 100px;
}
.new-step__wrapp h2 {
    text-align: center;
    color: #535353;
    font-size: 25px;
}
.new-step__numb {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}
.new-step__numb:last-child {
    margin-bottom: 0;
}
.new-step__title {
    font-weight: 700;
    color: #535353;
    font-size: 15px;
    margin-bottom: 0;
}
.new-step__text {
    width: 90%;
}
.new-step__subtitle {
    font-size: 15px;
    color: #535353;
    margin-bottom: 0;
}

.new-home-h3 {
    text-align: center;
    font-size: 25px;
    color: #595959;
}


.new-review {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}
.new-review__title {
    font-weight: 700;
    font-size: 14px;
    color: #525252;
    margin-bottom: 15px;
}
.new-review__text {
    font-size: 14px;
    color: #525252;
}


.popup-consultation {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
    background: rgba(0, 0, 0, 0.60);
}
.popup-consultation .close-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.popup-consultation .wrapp {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #EDF0E5;
    width: 600px;
    height: 350px;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    border: 1px solid #1B515A;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.popup-consultation p {
    margin: 0;
}
.popup-consultation .right br {
    display: none;
}
.popup-consultation .left {
    width: 34%;
    background-color: #1B515A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.popup-consultation .left img {
    max-width: 90%;
    border-radius: 5px;
    margin-bottom: 10px;
}
.popup-consultation .left p {
    font-size: 12px;
    color: #D0D0D0;
    font-weight: 700;
}
.popup-consultation .left .name {
    margin-bottom: 1px;
    font-size: 14px;
}
.popup-consultation .right {
    width: 66%;
    padding-left: 20px;
}
.popup-consultation .title {
    font-size: 21px;
    font-weight: 700;
    color: #555353;
    margin-top: 37px;
    margin-bottom: 30px;
}
.popup-consultation .form-input {
    border: 1px solid #1B515A;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 45px;
    font-size: 16px;
    padding: 0px 11px;
    border-radius: 5px;
    margin-bottom: 13px;
    outline: none;
    display: inline-block;
    width: 245px;
    max-width: 100%;
}
.popup-consultation .subtitle {
    font-size: 15px;
    font-weight: 700;
    color: #999999;
    margin-bottom: 35px;
    display: none;
}
.popup-consultation .subtitle_2 {
    font-size: 14px;
    margin-bottom: 20px;
}
.popup-consultation .subtitle br {
    display: block;
}
.popup-consultation .button {
    background: #E2B541;
    border-radius: 5px;
    display: inline-block !important;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0px 15px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all .3s;
}
.popup-consultation .button:hover {
    background: #1a515a;
}
.popup-consultation .close-butt {
    position: absolute;
    top: 16px;
    right: 14px;
    cursor: pointer;
}
.popup-consultation .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 13px;
    color: #999999;
}
.popup-consultation .wpcf7-not-valid-tip {
    display: none;
}



.popup-prices {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
    background: rgba(0, 0, 0, 0.60);
}
.popup-prices .close-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.popup-prices .wrapp {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #EDF0E5;
    width: 550px;
    height: 395px;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    border: 1px solid #1B515A;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.popup-prices p {
    margin: 0;
}
.popup-prices .left br {
    display: none;
}
.popup-prices .left {
    width: 100%;
    padding: 30px;
}
.popup-prices .right {
    width: 34%;
    background-color: #1B515A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}
.popup-prices .close-butt {
    position: absolute;
    top: 16px;
    right: 14px;
    cursor: pointer;
}
.popup-prices .title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #555353;
}
.popup-prices .subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #787878;
    margin-bottom: 15px;
}
.popup-prices .wpcf7-radio {
    margin-bottom: 13px;
    display: block;
}
.popup-prices .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    margin-right: 15px;
}
.popup-prices .wpcf7-radio .wpcf7-list-item:last-child {
    margin-right: 0;
}
.popup-prices .wpcf7-radio .wpcf7-list-item label span {
    font-size: 14px;
    color: #999;
    font-weight: 700;
}
.popup-prices .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
}
.popup-prices .wpcf7-radio .wpcf7-list-item label input {
    margin-right: 20px;
    width: 0;
}
.popup-prices .wpcf7-radio .wpcf7-list-item input:before {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 15px;
    outline: 1px solid #C3BDBD;
    background-color: #EDF0E5;
    border-radius: 100px;
}
.popup-prices .wpcf7-radio .wpcf7-list-item input:checked:before {
    background-color: #1B515A;
    border: 3px solid #EDF0E5;
}
.popup-prices .form-input {
    border: 1px solid #1B515A;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 45px;
    font-size: 16px;
    padding: 0px 11px;
    border-radius: 5px;
    margin-bottom: 10px;
    outline: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}
.popup-prices .lines p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.popup-prices .button {
    margin-top: 10px;
    display: inline-block;
}
.popup-prices .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 13px;
    color: #999999;
}
.popup-prices .wpcf7-not-valid-tip {
    display: none;
}
.popup-prices .mess {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.popup-prices .social a {
    display: inline-block;
    margin-right: 14px;
}
.popup-prices .social a:last-child {
    margin-right: 0;
}

.page-post__colon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-post__colon .content {
    width: 65%;
}