.tplcat h3 {
	color: #222;
    display: block;
    font-weight: 400;
    margin: 0px 0px 15px;
    line-height: 1;
    clear: both;
    font-size: 22px;
    text-align: center;
}
.tplcat h2 {
	margin-bottom:8px;
}
.bloch {
    background: url(./images/bg3.jpg) 50% 50% no-repeat;
    padding-top: 50px;
}
.bloch .bloch-v {
	padding-top:40px;
	border-top:2px dashed #111;
}
.bloch .desc {
	font-size: 25px;
    margin-bottom: 20px;
	text-align:center;
}
.bloch-2 {
    padding: 50px 0px;
}

.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 {
display:none;
}
.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;
}
.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 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;
}
.vopros:hover span {
    border: 1px #555 solid;
    height: auto;
    width: auto;
    padding: 10px 15px;
    transition: 0.5s;
}
.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/bruskov/images/button.png);
    position: absolute;
    left: -20px;
    top: -25px;
}
.proekt-form .file1 input:hover {
    text-decoration: 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;
}


.f-otz {
	padding-bottom:50px;
}
.f-otziv {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1165px;
    margin: auto;
}
.otzivka {
    width: 100%;
    max-width: 565px;
    border: 1px solid #d8d8d8;
    padding: 35px 30px;
    margin-bottom: 25px;
}
.f-quote {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.f-img {
    max-width: 155px;
}
.f-info {
    max-width: 320px;
}
.f-img img {
    width: 155px;
    border-radius: 100px;
    display: block;
}
.f-name {
    font-size: 17px;
    padding: 5px;
    border-bottom: 1px solid #d3d3d3;
}
.f-text {
    position: relative;
    padding: 15px 15px 0;
}
.f-text p {
    margin-bottom: 0;
    font-size: 15px;
}

.accordion-content {max-width:1170px;
margin:auto;}



/*-----------------bloch-9 --------*/
div.wpcf7-response-output {
    margin: 5px auto;
	text-align:center;
}

.bloch-9 {
	background: url(./images/bg2.jpg) 0px 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;
}






@media (max-width: 1050px) and (min-width: 100px) {
.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;
}



.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;
}

.f-img {
    margin: 0 auto 10px;
}
.otzivka {
    max-width: 320px;
    padding: 30px 20px;
    margin: 0 auto 15px;
}
.f-name {
    font-size: 15px;
    text-align: center;
}
.bloch-2 {
    padding: 30px 0px;
}




}