@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap&subset=cyrillic');
.robot * {font-family: 'Roboto Condensed', sans-serif;}
/*-----------heading-v -----*/
.heading {
	background:url(img/headesnew.jpg) 50% 0% no-repeat;
	height:520px;
}
.heading-v {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
    padding-top: 10px;
    max-width: 1150px;
    width: 100%;
}
.heading1 {
    position: relative;
    width: 50%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heading2 {width:50%;}
.heading h1 {
color: #212121;
    font-size: 50px;
    line-height: 1;
    margin: 0px 0px 15px;
	font-weight:700;
}
.heading p {
	font-size:22px;
}
.heading .p1 {
	    margin-bottom: 0px;
    font-size: 24px;
    letter-spacing: 0.5px;
}
.heading .p1 span {
    color: #ff6600;
    font-weight: 700;
    font-size: 30px;}
.heading .p4 {
    line-height: 1.2;
    margin: 10px 0px 35px;
}
.heading .p4 span {
    background: #33cc00;
    padding: 3px 8px;
}

.heading2 .polos {
	width:100px;
	margin-bottom:10px;
}
.heading2 .ul{
	display:flex;
	align-items:center;
flex-wrap:wrap;
}
.heading2 .ul .li {
width: 50%;
    padding-left: 38px;
    position: relative;
    margin-bottom: 20px;
}
.heading2 .ul .li .ltx{
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.6px;
}
.heading2 .ul .li:before {
    content: '';
    background: url(./images/ico.png) 0px 0px no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 185px;
}
.heading2 .ul .li1:before {background-position:0px 0px;}
.heading2 .ul .li2:before {background-position:-45px 0px;}
.heading2 .ul .li3:before {background-position:-105px 0px;}
.heading2 .ul .li4:before {background-position:-153px 0px;}
.heading2 .ul .li .ltx {
display: table;
    position: relative;
}
.heading-v2 {
    padding: 25px 35px;
    background: rgba(255, 255, 255, 0.84);
    border-radius: 15px;
}
.vopros {
    color: #fff;
    background: #3366ff;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -28px;
    padding: 0px;
}
.vopros:hover span {
    border: 1px #555 solid;
	height: auto;
    width: auto;
	padding:10px 15px;
    transition:0.5s;
}
.vopros span {
    transition:0.5s;
	height: 0px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: -100%;
    left: 100%;
    color: #333;
    border: 0px;
    padding: 0px;
    background: #fff;
    z-index: 1;
    font-size: 17px;
    border-radius: 4px;
    min-width: 200px;
    text-align: left;
    width: 0px;
}
.heading2 .ul .li2 .vopros span{
    left: inherit;
	    right: 100%;
}

.vidos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    top: 15px;
    left: -20px;
}
.vidostext {
    background: #fff;
    padding: 10px 18px;
    margin-left: 10px;
    transform: matrix(1,0,-0.2,1,0,0);
    border-radius: 5px;
    position: relative;
    top: 10px;
}
.vidostext span {
    transform: matrix(1,0,0.2,1,0,0);
    display: block;
    line-height: 1.1;
    font-size: 22px;
    color: #003366;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.vidosplay:hover {
transform: scale(1.15);
}
.vidosplay {
    cursor: pointer;
    transition: 0.5s;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.5), 0px 0px 0px -2px rgba(0, 0, 0, 0.5);
}
/*-----------------proekt-form  ------______________________----*/
.bloch {
	background:url(./images/bg3.jpg) 50% 50% no-repeat;
	    padding-top: 13px;
}
.proekt-form {
	width:100%;
	max-width:980px;
	margin:0px auto 70px;
    border-radius: 10px;
    border: 1px dashed #444;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:30px 0px 50px;
	position:relative;
}
.proekt-name {
position: absolute;
    top: -60px;
    left: 200px;
    padding: 12px 0px;
    background: #33cc00;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    width: 210px;
    text-align: center;
}
.proekt-name:after {
    content: '';
    border: 12px solid transparent;
    border-top: 15px solid #33cc00;
    top: 46px;
    right: 30px;
    height: 20px;
    display: block;
    position: absolute;
}
.proekt-form-v {
	width:100%;
	max-width:850px;
}
.proekt-title {
    font-size: 25px;
    margin-bottom: 15px;
}
.proekt-form .radio {
	margin-bottom:30px;
}
.proekt-form .radio .wpcf7-radio {
display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.proekt-form .radio span.wpcf7-list-item-label {
    position: relative;
	    display: table;
		font-size: 16px;
}
.proekt-form .radio .wpcf7-radio .wpcf7-list-item {
	    margin: 0px;
		position:relative;
    width: 25%;
}
.proekt-form .radio .wpcf7-radio .wpcf7-list-item input {display:none;}
.proekt-form .radio .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after{
    content: '';
    border: 2px solid #fff;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 0px 0px 0px 2px #999;
    background: #fff;
    position: absolute;
    top: 40%;
    left: 120%;
    cursor: pointer;
}
.proekt-form .radio .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before{
    content: '';
    background: url(./images/vibor.png) 0px 0px no-repeat;
    cursor: pointer;
    width: 110px;
    height: 110px;
    display: block;
}
.proekt-form .radio .wpcf7-radio .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label:before{
	background-position:0px 0px;
	    width: 60px;
}
.proekt-form .radio .wpcf7-radio .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before{
	background-position:-229px 0px;
	width: 85px;
}
.proekt-form .radio .wpcf7-radio .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before{
	background-position:-458px 0px;
}
.proekt-form .radio .wpcf7-radio .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label:before{
	background-position:-687px 0px;
}
.proekt-form .radio input[type="radio"]:checked + .wpcf7-list-item-label:after {
    background: #ff6600;
}
.proekt-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.proekt-form .proekt-info .proekt-title {
    margin-bottom: 0px;
	font-size:22px;
}
.proekt-vopros {
	position:relative;
}
.proekt-vopros .vopros {
    border: 1px solid #ab0000;
    background: none;
    color: #ab0000;
    font-weight: 700;
    width: 30px;
    height: 30px;
    font-size: 23px;
    top: -10px;
    right: -35px;
}
.proekt-vopros .vopros:hover span {
    left: inherit;
    right: 55%;
    top: 28px;
    border: 1px #ab0000 solid;
}
.proekt-form .proekt-title {
    font-size: 17px;
    margin-bottom: 5px;
}
.proekt-form .col4 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.proekt-form .cl {
    width: 25%;
}
.proekt-form select {
    border: 1px solid #999;
    font-size: 17px;
    min-width: 150px;
    text-align: center;
    padding: 3px 5px;
    border-radius: 6px;
}
.proekt-form .inp-file {
    margin: 30px 0px;
}
.proekt-form .sub {
    display: table;
    margin: 45px auto -95px;
    position: relative;
}
.proekt-form .sub p {margin-bottom:10px;}
.proekt-form .sub .ajax-loader {
	    position: absolute;
    top: 0px;
    left: 44%;
}
.proekt-form .politica {
	font-size:12px;
}
.proekt-form .sub input[type="submit"]{
	background: rgb(244,191,8);
background: -moz-linear-gradient(top,  rgb(244,191,8) 0%, rgb(236,106,6) 100%);
background: -webkit-linear-gradient(top,  rgb(244,191,8) 0%,rgb(236,106,6) 100%);
background: linear-gradient(to bottom,  rgb(244,191,8) 0%,rgb(236,106,6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4bf08', endColorstr='#ec6a06',GradientType=0 );
    color: #fff;
    width: 245px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 5px 0px 0px #ba2301;
    display: table;
    margin: 0px auto;
    border: none;
    font-size: 22px;
    padding: 10px 0px;}
.proekt-form .clicksub:before {
    content: url(/wp-content/themes/brusdoma/images/button.png);
    position: absolute;
    left: -20px;
    top: -25px;
}
.proekt-form .file1 input:hover {
    text-decoration: none;
}
.proekt-form .file1 input[type="file"] {
    display: none;
}
.proekt-form .file1 input {
    color: #003366;
    font-size: 22px;
    display: table;
    cursor: pointer;
    background: none;
    border: none;
    text-decoration: underline;
}
.proekt-form .inp-forma{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	margin:auto;
	max-width:600px;
}
.proekt-form .inp-forma input {
    width: 100%;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.28);
    border: none;
    border-radius: 10px;
    font-size: 17px;
    padding: 14px 35px;
}
.proekt-form .inp-forma .inp {
    position: relative;
    width: 47%;
    margin: 0px auto;
}
.proekt-form .inp-forma .inp:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url(./images/ico1.png) -205px -20px no-repeat;
    position: absolute;
    top: 15px;
    left: 8px;
    z-index: 1;
}
.proekt-form .inp-forma .inp2:before {
    background-position: -241px -20px;
}
/*-----------------bloch-1 --------*/
.bloch-1 {}
.bloch-1 h2 {
	font-size:40px;
}
.bloch-1 h2 span{
color:#003366;
}
.bloch-1 h3 {
    font-size: 25px;
    color: #003366;
    margin-bottom: 10px;
}
.bloch-1 .polos{
margin:0px auto 20px;
}
.prtitl {
    font-size: 21px;
    position: relative;
    display: table;
    line-height: 1;
    min-width: 190px;
    letter-spacing: -0.6px;
}
.prichins {
	background:url(./images/info.png) 46% 50% no-repeat;
	    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
	    margin-bottom: 50px;
}
.prichins .vopros {
	background: #fff;
    border: 1px solid #ff0c0c;
    color: #ff0c0c;
	top: 20px;
    left: 0px;
}
.prichins .ul {
	align-self:stretch;
}
.prichins .ul2 {
    width: 380px;
}
.prichins .li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
	    margin-bottom: 10px;
}
.prichins .ul3 .li {
    flex-direction: row-reverse;
	    justify-content: flex-end;
}
.prichins .li5 {
flex-direction:row-reverse;
justify-content: flex-end;}
.prichins .li6 {
align-items: flex-end;
justify-content: flex-end;}
.prichins .ul3 .prtitl{padding-left: 30px;}
.prichins .li5 .prtitl{padding-left: 30px;}
.prichins .li6 .prtitl{padding-bottom: 5px;}
.prichins .primg:before {
	content:'';
	background:url(./images/vibori.png) 0px 0px no-repeat;
	width:138px;
	height:138px;
	display:block;
}
.prichins .primg1:before {background-position: 0px 0px;}
.prichins .primg2:before {background-position: 0px -146px;}
.prichins .primg3:before {background-position: 0px -292px;}
.prichins .primg4:before {background-position: -1px -444px;}
.prichins .primg5:before {background-position: -184px 0px;}
.prichins .primg6:before {background-position: -7px -617px;}
.prichins .primg7:before {background-position: -188px -170px;}
.prichins .primg8:before {background-position: -188px -316px;}
.prichins .primg9:before {background-position: -188px -462px;}
.prichins .primg10:before {background-position: -189px -614px;}
.prichins .primg {
    position: relative;
}
.prichins .li:nth-child(2n) .vopros {
    left: 84%;
}
.prichins .li.li5 .vopros{
	top: -10px;
    left: 42%;
}
.prichins .li.li6 .vopros{
	top: 92%;
    left: 42%;
}
.prichins .ul {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prichins .ul1 .primg {
    flex-direction: row-reverse;
}
/*-----------------bloch-2 --------*/
.bloch-2 h2 {
}
.bloch-2 h3 {
    font-size: 25px;
    color: #003366;
    margin-bottom: 20px;
}
.portfolios {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pfimg {
	width:25%;
}
.pfimg div {
	display:block;
	padding:3px;
	position:relative;
	overflow:hidden;
}
.pfimg img {
	margin:auto;
	display:block;
}
.pfimg div:before {
    content: url(./images/loop.png);
    position: absolute;
    left: 50%;
    top: -100%;
    z-index: 2;
    margin: -26px 0px 0px -25px;
    transition: 0.3s;
}
.pfimg div:after {
    content: '';
    position: absolute;
    left: 0px;
    top: -100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
    height: 100%;
    width: 100%;
    transition: 0.3s;
}
.pfimg div:hover:before {
    top: 50%;
}
.pfimg div:hover:after {
    top: 0px;
}
/*-----------------bloch-3 --------*/
.bloch-3 {
padding:60px 0px 30px;
}
.bloch-3 h2 {
	font-size:40px;
color:#003366;
}
/*-----------------bloch-4 --------*/
.bloch-4 {
}
.bloch-4 .ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1070px;
    margin: auto;
}
.bloch-4 .ul .li {
    width: 355px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 17px;
    line-height: 1;
}
.bloch-4 .ul .li:before {
content:'';
background:url(./images/ico3.png) 0px 0px no-repeat;
width:90px;
height:70px;	
    display: block;
	    padding-right: 25px;
}
.bloch-4 .ul .li1:before {background-position:22px 0px;}
.bloch-4 .ul .li2:before {background-position:-127px 0px;}
.bloch-4 .ul .li3:before {background-position:-287px 0px;}
/*-----------------bloch-5 --------*/
.bloch-5 {
background:url(./images/bg1.jpg) 0px 0px no-repeat;
height:390px;
}
.video {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
	    height: 360px;
}
.video img {
display:block;
border-radius:5px;
	margin:auto;
	transition:0.5s;
	cursor:pointer;
}
.video img:hover {
    transform: scale(1.02);
}
.video .vid {
	width:50%;
	padding: 0px 10px;
}
.video .vid1, 
.video .vid3 {
	width:25%;
}
.vid-title {
    text-align: center;
    font-size: 22px;
    padding-top: 10px;
}

/*-----------------bloch-6 --------*/
.bloch-6 {
	padding:30px 0px;
}
.bloch-6 h2 {
	margin-bottom:5px;
}
.bloch-6 h3 {
    color: #003366;
    text-transform: uppercase;
}
/*-----------------faq-vopros --------*/

/*-----------------bloch-8 --------*/
.bloch-8 {
background: url(./images/bg.jpg) 50% 0px no-repeat;
 height: 550px;
	 padding-top: 45px;
}
.bloch-8 .bloch-v {
	max-width:1100px;
}
.bloch-8 .col2 {
 display: flex;
 align-items: center;
 justify-content: space-between;
	flex-wrap:wrap;
 width: 100%;
 max-width: 1050px;
 margin: auto;
}
.bloch-8 .cl1 {width:52%;}
.bloch-8 .cl2 {width:48%;}
.bloch-8 h2 {
	 text-align: left;
		margin-bottom:15px;
		font-size:26px;
}
.bloch-8 h2 span {
	color:#ff6600;
}
.bloch-8 .polos {
	margin-bottom:15px;
}
.bloch-8 p {
font-size:18px;
margin-bottom: 20px;
}
.bloch-8 .ul .li {
 font-size: 17px;
 position: relative;
 padding-left: 65px;
 margin-bottom: 12px;
 line-height: 1;
}
.bloch-8 .ul .li:before {
 content: '';
 background: url(./images/mico1.png) 7px 0px no-repeat;
 width: 57px;
 height: 55px;
 display: block;
 position: absolute;
 left: 0px;
 top: 0px;
     background-size: 215px;
}
.bloch-8 .ul .li2:before {
	background-position:-72px 0px;
}
.cl1 .span1 {color:#00cc00;}
.cl1 .span2 {color:#ff6600;}
.menedjer {
 display: flex;
 align-items: center;
 justify-content: flex-start;
 flex-wrap: wrap;
 background: #fff;
 border: 1px solid #333;
 border-radius: 10px;
 padding: 10px 15px;
 margin: 0px 0px 50px;
 max-width: 365px;
}
.men-name {
	font-size:14px;
}
.men-img {
 padding-right: 20px;
}
.men-img img{
	border-radius:50%;
	width:50px;
	height:50px;
	 display: block;
}
.footform {
 background: #fff;
 border-radius: 10px;
 border: 1px solid #666;
 width: 100%;
 max-width: 360px;
 margin: 0px 0px 0px auto;
 padding: 35px 30px;
}
.footform .wpcf7 .ajax-loader {
 position: absolute;
 top: 0px;
 left: 50%;
 margin-left: -10px;
}
.footform .politica {
 font-size: 10px;
 text-align: center;
}
.zvonok-title {
 text-align: center;
 font-size: 20px;
 margin-bottom: 20px;
}
.zvonok-form .inp {
	position:relative;
	margin-bottom:15px;
}
.zvonok-form .inp:before {
 content: '';
 width: 20px;
 height: 20px;
 display: block;
 background: url(./images/ico1.png) -205px -20px no-repeat;
 position: absolute;
 top: 18px;
 left: 8px;
 z-index: 1;
}
.zvonok-form .inp2:before {
	background-position: -241px -20px;
}
.zvonok-form .sub {position:relative;}
.zvonok-form input {
 width: 100%;
 box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.28);
 border: none;
 border-radius: 10px;
 font-size: 14px;
 padding: 17px 35px;
}
.zvonok-form input[type="submit"]:hover {
	transform:scale(1.05);
}
.zvonok-form input[type="submit"] {
	background: rgb(244,191,8);
background: -moz-linear-gradient(top, rgb(244,191,8) 0%, rgb(236,106,6) 100%);
background: -webkit-linear-gradient(top, rgb(244,191,8) 0%,rgb(236,106,6) 100%);
background: linear-gradient(to bottom, rgb(244,191,8) 0%,rgb(236,106,6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4bf08', endColorstr='#ec6a06',GradientType=0 );
 color: #000;
 text-align: center;
 border-radius: 5px;
 box-shadow: 0px 5px 0px 0px #ba2301, 0px 7px 10px 0px rgba(186, 35, 1, 0.6);
 display: table;
 margin: 15px auto 10px;
 border: none;
 font-size: 21px;
 padding: 12px 0px;
}
.zvonok-polos {
 border-top: 1px solid #d0d0d0;
 padding-top: 7px;
 text-align: center;
 margin-top: 7px;
 font-size: 14px;
}
.politica {
 text-align: center;
 font-size: 10px;
}
.inp3 {
	 font-size: 12px;
}
.vibors {margin-bottom:10px;}
.vibors-text {
 margin-bottom: 8px;
}
.vibors span.wpcf7-list-item {margin:0px;}
.vibors .wpcf7-list-item-label:before {
 content: '';
 background: url(img/ico4.png) 4px 0px no-repeat;
 position: absolute;
 left: 4px;
 top: 6px;
 display: block;
 width: 22px;
 height: 18px;
 z-index: 1;
}
.vibors .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before {background-position:-26px 0px;}
.vibors .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before {background-position:-56px 0px;}
.vibors .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label:before {background-position:-87px 0px;}
.vibors .wpcf7-list-item-label {
 position:relative;
	border: 1px solid #b3b3b3;
 padding: 9px 5px;
 cursor: pointer;
 font-size: 10px;
 padding-left: 30px;
	 display: block;
}
.vibors input[type="radio"]:checked + .wpcf7-list-item-label {
 background: #990000;
	color:#fff;
}
.vibors input[type="radio"] {display:none;}
/*-----------------bloch-9 --------*/
/*-----------------bloch-9 --------*/
div.wpcf7-response-output {
    margin: 5px auto;
	text-align:center;
}

.bloch-9 {
	background: url(./images/bg2.jpg) 50% 0px no-repeat;
    height: 690px;
}
.bloch-9 h2 {
	margin-bottom:50px;
}
.bloch-9 h2 span {
    color: #ff6600;
}
.opr2, .opr3, .opr4, .oprsubmit, .oprform {
	display:none;
	    text-align: center;
}
.oprosnik {
	background:#fff;
	border-radius:20px;
	display:table;
	margin:auto;
	    padding: 40px;
	width:100%;
	max-width:800px;
}
.opr-title {
    color: #222;
    display: block;
    font-weight: 400;
    margin: 0px 0px 25px;
    clear: both;
    font-size: 30px;
    text-align: center;
}
.oprgo, .oprsubmit {
background: rgb(244,191,8);
    background: -moz-linear-gradient(top, rgb(244,191,8) 0%, rgb(236,106,6) 100%);
    background: -webkit-linear-gradient(top, rgb(244,191,8) 0%,rgb(236,106,6) 100%);
    background: linear-gradient(to bottom, rgb(244,191,8) 0%,rgb(236,106,6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4bf08', endColorstr='#ec6a06',GradientType=0 );
    color: #fff;
    width: 235px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 5px 0px 0px #ba2301, 0px 7px 10px 0px rgba(186, 35, 1, 0.6);
    display: none;
    margin: 15px auto 20px;
    border: none;
    font-size: 20px;
    padding: 12px 0px;
	cursor:pointer;
}
.oprosnik .wpcf7-list-item-label {
    text-align: center;
    font-size: 25px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	cursor:pointer;
}
.oprosnik .wpcf7-radio .wpcf7-list-item {
	    margin: 0px;
		position:relative;
    width: 50%;
	    padding: 10px;
}
.oprosnik .wpcf7-radio .wpcf7-list-item input {display:none;}
.oprosnik .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after{
    content: '';
    border: 2px solid #fff;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 0px 0px 0px 2px #999;
    background: #fff;
    position: relative;
    top: 0px;
    left: 0px;
    cursor: pointer;
    margin: 0px 0px 0px 8px;
}
.oprosnik input[type="radio"]:checked + .wpcf7-list-item-label:after {
    background: #ff6600;
}

.oprosnik .wpcf7-radio .wpcf7-list-item:nth-child(1) {display:none;}
.oprosnik .wpcf7-radio .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before{
    content: '';
    background: url(./images/opr1.jpg) 50% 50% no-repeat;
    width: 100%;
    height: 148px;
    margin: auto;
    display: block;
}
.oprosnik .wpcf7-radio .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before{
    content: '';
    background: url(./images/opr2.jpg) 50% 50% no-repeat;
    width: 100%;
    height: 148px;
    margin: auto;
    display: block;
}

.oprosnik .opr2 .wpcf7-radio .wpcf7-list-item:nth-child(1) {display:none;}
.oprosnik .opr2 .wpcf7-radio .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before{
    content: '';
    background: url(./images/opr3.jpg) 50% 50% no-repeat;
    width: 100%;
    height: 148px;
    margin: auto;
    display: block;
}
.oprosnik .opr2 .wpcf7-radio .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before{
    content: '';
    background: url(./images/opr4.jpg) 50% 50% no-repeat;
    width: 100%;
    height: 148px;
    margin: auto;
    display: block;
}

.oprosnik .opr3 .wpcf7-radio .wpcf7-list-item:nth-child(1) {display:none;}
.oprosnik .opr3 .wpcf7-radio .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before{
    content: '';
    background: url(./images/opr5.jpg) 50% 50% no-repeat;
    cursor: pointer;
    width: 100%;
    height: 121px;
    margin: auto;
    display: block;
}
.oprosnik .opr3 .wpcf7-radio .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before{
    content: '';
    background: url(./images/opr6.jpg) 50% 50% no-repeat;
    cursor: pointer;
    width: 100%;
    height: 121px;
    margin: auto;
    display: block;
}

.oprosnik .opr4 .wpcf7-radio .wpcf7-list-item:nth-child(1) {display:none;}
.oprosnik .opr4 .wpcf7-radio .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before{
    content: '';
    background: url(./images/opr7.jpg) 50% 50% no-repeat;
    width: 100%;
    height: 121px;
    margin: auto;
    display: block;
}
.oprosnik .opr4 .wpcf7-radio .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before{
    content: '';
    background: url(./images/opr8.jpg) 50% 50% no-repeat;
    width: 100%;
    height: 121px;
    margin: auto;
    display: block;
}

.oprform-v {
	max-width:330px;
	margin:auto;
}
.oprform .oprform-title{
	    color: #222;
    display: block;
    font-weight: 400;
    margin: 0px 0px 25px;
    clear: both;
    font-size: 30px;
    text-align: center;
}
.oprform .inp {
	position:relative;
	margin-bottom:20px;
}
.oprform .inp:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url(./images/ico1.png) -205px -20px no-repeat;
    position: absolute;
    top: 15px;
    left: 8px;
    z-index: 1;
}
.oprform .inp2:before {
	background-position: -241px -20px;
}
.oprform .sub {position:relative;}
.oprform input {
    width: 100%;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.28);
    border: none;
    border-radius: 10px;
    font-size: 18px;
    padding: 14px 35px;
}
.oprform input[type="submit"] {
	background: rgb(244,191,8);
background: -moz-linear-gradient(top,  rgb(244,191,8) 0%, rgb(236,106,6) 100%);
background: -webkit-linear-gradient(top,  rgb(244,191,8) 0%,rgb(236,106,6) 100%);
background: linear-gradient(to bottom,  rgb(244,191,8) 0%,rgb(236,106,6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4bf08', endColorstr='#ec6a06',GradientType=0 );
    color: #000;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 5px 0px 0px #ba2301, 0px 7px 10px 0px rgba(186, 35, 1, 0.6);
    display: table;
    margin: 15px auto 10px;
    border: none;
    font-size: 22px;
    padding: 12px 0px;
}
.oprform .politica br{display:none;}
.oprform .politica {font-size: 14px;}
.oprform .politica a{color:#000;}

.oprosnik .politica .wpcf7-list-item-label {
    font-size: 20px;
    flex-direction: row-reverse;
}
.oprosnik input[type="checkbox"] {display:none;}
.oprosnik .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after{
    content: '';
    border: 2px solid #fff;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 0px 0px 0px 2px #999;
    background: #fff;
    position: relative;
    top: 0px;
    left: 0px;
    cursor: pointer;
    margin: 2px 5px;
}
.oprosnik input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    background: #ff6600;
}


/*-----------------bloch-10 --------*/
.bloch-10 {}
.bloch-10 .bloch-v {
    position: relative;
}
.mapinfo {
    position: relative;
    right: 0px;
    background: #fff;
    bottom: 0px;
    max-width: 100%;
    padding: 30px;
    border: 1px solid #c5c5c5;
}
.mapinfo .mapadress {
    font-size: 15px;
    margin-bottom: 10px;
}
.mapinfo .mapadress strong {
font-size: 20px;
    font-weight: 400;
}
.mapinfo .mapdata {
    font-size: 16px;
}



@media all and (min-width: 100px) and (max-width: 1050px) {
.heading1 {
    width: 100%;
    height: inherit;
	    order: 2;
}
.heading2 {
    width: 100%;
	    order: 1;
}
.vidos {
    top: 0px;
    left: 0px;
}
.heading-v2 {
padding: 25px 10px;
max-width: 330px;
    margin: auto;}
.heading h1 {
font-size: 26px;}
.heading .p1 {
    font-size: 17px;
    letter-spacing: 0px;
    text-align: center;
}
.heading .p1 span {
    font-size: 25px;
}
.heading p {
    font-size: 16px;
}
.heading .p4 br{display:none;}
.heading .p4 {
	text-align:center;
    margin: 10px 0px 20px;
}
.heading2 .ul .li .ltx {
font-size: 16px;}
.heading2 .ul .li .vopros {
	display:none;
}
.heading2 .polos {
    margin: 0px auto 5px;
}
.vidostext span {
font-size: 18px;}
.proekt-form {
    margin: 0px auto 10px;
    padding: 10px 0px 20px;
    flex-direction: column;
    max-width: 450px;
}
.proekt-form .radio {
    margin-bottom: 20px;
}
.proekt-form .cl {
    width: 190px;
}
.proekt-form .radio .wpcf7-radio .wpcf7-list-item {
    margin: auto;
    width: 160px;
}
.proekt-info {
    justify-content: center;
    margin: 20px auto 0px;
    flex-wrap: wrap;
}
.proekt-vopros .vopros {display:none;}
.proekt-name {
    position: relative;
    top: 0px;
    left: 0px;
}
.proekt-name:after {
right: 90px;}
.proekt-form .inp-forma .inp {
    width: 280px;
    margin: 5px auto;
}
.proekt-form .inp-file {
    margin: 10px 0px;
}
.proekt-form .sub {
    margin: 25px auto 0px;
}
.bloch-1 h2 span{
	display:block;
}
.bloch-1 h2 {
    font-size: 24px;
}
.bloch-1 h3 {
font-size: 18px;}
.prichins {
    background: none;
    justify-content: center;
    margin-bottom: 0px;
}
.prichins .ul {
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 320px;
}
.prichins .li {
	margin: 15px 0px 0px;
    max-width: 150px;
}
.prtitl {
    text-align: center;
    margin-bottom: 10px;
    min-width: 100%;
	padding:0px !important;
	    font-size: 18px;
}
.prichins .primg {
    margin: auto;
}
.bloch-2 h2 {
    font-size: 18px;
    max-width: 280px;
    margin: 0px auto 20px;
}
.bloch-2 h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.bloch-3 {
    padding: 20px 0px;
}
.bloch-3 h2 {
    font-size: 22px;
}
.bloch-4 .ul .li:before {
	position:absolute;
	top:0px;
	left:0px;
width: 70px;
    height: 55px;
    background-size: 300px;
	padding-right: 0px;
}

.bloch-4 .ul .li1:before {background-position: 10px 0px;}
.bloch-4 .ul .li2:before {background-position: -110px 0px;}
.bloch-4 .ul .li3:before {background-position: -230px 0px;}
.bloch-4 .ul .li br{display:none;}
.bloch-4 .ul .li {
    padding: 14px 10px 14px 85px;
    width: 290px;
    margin: auto;
}
.bloch-5 {
    height: inherit;
    background-size: cover;
}
.video {
    height: inherit;
}
.pfimg {
    width: 33%;
    margin: auto;
}
.bloch-9 h2 {
    margin-bottom: 20px;
}
.oprosnik {
    padding: 20px;
}
.opr-title {
    margin: 0px 0px 10px;
    font-size: 24px;
}
.oprosnik .wpcf7-radio .wpcf7-list-item {
    width: 100%;
    padding: 0px;
}
.oprform .oprform-title {
    margin: 0px 0px 15px;
    font-size: 18px;
}
.bloch-9 {
    height: inherit;
    padding: 20px 0px 70px;
    background-size: cover;
}
.bloch-7 {
    padding: 10px 0px;
}
.bloch-7 h2 {
    margin-bottom: 15px;
}
.bloch-7 .bloch-v {
    padding-bottom: 20px;
}
.bloch-8 {
	background:none;
    height: inherit;
    padding: 20px 10px;
}
.bloch-8 h2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 17px;
}
.bloch-8 .polos {
    margin: 0px auto 10px;
}
.bloch-8 p br{display:none;}
.bloch-8 p {
    font-size: 16px;
    margin-bottom: 10px;
}
.menedjer {
    margin: 0px auto 20px;
}
.footform {
    margin: auto;
}


}




@media all and (min-width: 759px) and (max-width: 1050px) {
.heading {
    background: url(img/headesnew.jpg) 10% 0% no-repeat;
    height: 410px;
    background-size: cover;
}
.heading1 {
    width: 50%;
    height: inherit;
    order: 1;
}
.heading2 {
    width: 50%;
    order: 2;
}
.proekt-form {
    max-width: 980px;
}
.proekt-form .cl {
    width: 170px;
}
.prichins {
    background: url(./images/info.png) 50% 50% no-repeat;
    justify-content: space-between;
    margin-bottom: 50px;
    background-size: 400px;
	max-width: 760px;
    margin: 0px auto 20px;
}
.prichins .ul {
    margin: 0px auto;
    flex-direction: column;
}
.prichins .li {
    margin: 15px auto 0px;
}
.bloch-1 h2 {
    font-size: 30px;
}
.bloch-1 h3 {
    font-size: 23px;
}
.bloch-2 h2 {
    font-size: 25px;
    max-width: 620px;
    margin: 0px auto 10px;
}
.bloch-2 h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.portfolios {
    justify-content: center;
}
.bloch-2 .pfimg {
    margin: 0px;
}
.bloch-3 h2 {
    font-size: 28px;
}
.vibor {
    font-size: 17px;
}
.bloch-4 .ul .li {
    padding: 14px 0px 14px 80px;
    width: 230px;
}
.bloch-5 .video .vid {
    width: 32%;
    margin: 25px auto 10px;
}
.vid-title {
    font-size: 18px;
    padding-top: 5px;
}
.oprosnik .wpcf7-radio .wpcf7-list-item {
    width: 50%;
}
.opr-title {
    margin: 0px 0px 15px;
}
.oprosnik {
    padding: 30px;
}
.faqs {
    max-width: 100%;
	padding:0px 10px;
}
.faq {
    width: 49%;
    max-width: 565px;
}
.bloch-8 .cl {
width: 49% !important;}
.bloch-8 .ul .li {
font-size: 15px;}

}