body {	
	font-family: 'Fira Sans', sans-serif;
}
p {
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
}
.img img {
    max-width: 100%;
    margin-bottom: 15px;
}
form{
  position:relative;
}
form span{
  position: absolute;
  height: 100%;
  padding:10px 20px;
  width: 100%;
  top: 0;
  left: 0;
  background: #444;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 160px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 320px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-content .question__footer-form {
    margin-top: 0;
}
.btnClose {
    text-align: right;
    margin-bottom: 20px;
}
.btnClose span {
    border: 1px solid;
    border-radius: 50%;
    padding: 10px 14px;
    cursor: pointer;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #000;
    color: white;
}
/* The Modal (background) */
.modal-two {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-two-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    background: #000;
    border-radius: 5px;
}

/* The Close Button */
.modal-two .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.modal-two .close:hover,
.modal-two .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.modal-two .mySlides {
  display: none;
  text-align: center;
}
.modal-two .mySlides img {
    max-width: 100%;
}

/* Next & previous buttons */
.modal-two .prev,
.modal-two .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.modal-two .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.modal-two .prev:hover,
.modal-two .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.modal-two .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.modal-two .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.modal-two img.demo {
  opacity: 0.6;
}

.modal-two .active,
.modal-two .demo:hover {
  opacity: 1;
}

.modal-two img.hover-shadow {
  transition: 0.3s;
}

.modal-two .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.section_gallery-list .padding-null {
    padding: 0;
}
.section_gallery-element {
    overflow: hidden;
    cursor: pointer;
}
 
.section_gallery-element img {
    width: 100%;
    height: 100%;
}
 .section_gallery-element img {
 -moz-transition: all 0.6s ease-out;
 -o-transition: all 0.6s ease-out;
 -webkit-transition: all 0.6s ease-out;
 transition: all 0.6s ease-out;
 }
 
 .section_gallery-element img:hover{
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 transform: scale(1.2);
 }





.header_section {
    padding: 20px 0;
}
.header_section img {
	max-width: 100%;
	max-height: 100%;
}
.header_section a {
	color: #000;
}
.header__zamer, .header__calback {
    padding-top: 8px;
    cursor: pointer;
}
.header__img-icon {
	float: left;
}
.header_info {
	padding-left: 55px;
}
.header_title {
  font-size: 20px;
  font-weight: bold;
}
.header__phone .header_title {
    font-size: 28px;
    color: #000;
}
.header__phone {
    text-align: right;
}
.header_description {
    color: #999999;
    font-size: 15px;
    font-weight: 400;
}





.nav__main {
	background-color: #313130;
	padding: 20px 0;
	border-bottom: 5px solid #fce52e;
}
.nav__main-menu {
	text-align: center;
	font-size: 20px;
}
.nav__main-menu  {
	color: #fff;
}
.nav__main-menu a {
	color: #fff;
	padding: 0 10px;
}
.nav__main-menu a:hover {
    color: #fce52e;
}





.section_top {
	background: url(/images/top-background.jpg) no-repeat top;
	min-height: 780px;
}
.section_top-counter {
    background-color: rgba(0, 0, 0, 0.76);
    color: #fff;
    padding: 25px;
    margin-top: 30px;
}
.section_top h2 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
}
.section_top hr {
    border-top: 1px solid #fbe42e;
    margin-top: 0;
}
.section_top p {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.section_top .free {
    border-bottom: 1px solid;
}
.section_top .small {
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
}
.section_top-btn {
    padding: 10px;
    color: #000;
    background-color: #fbe42e;
    border: 3px solid #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}
.section_top-btn:hover {
    background-color: #000;
}
.section_top a:hover {
    color: #fff;
}
.garanty-img {
    width: 100%;
    height: 200px;
}
.garanty-img img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.counter-box {
    background-color: #dfc70d;
    padding-top: 25px;
}
p.counter-title {
    margin-bottom: 0;
}





.section_why {
    background: #fff;
    min-height: 345px;
}
.section_why h2 {
    font-size: 34px;
    color: #565655;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.section_why h2 span {
	color: #000;
}
img.section_why-img {
	max-width: 100%;
    padding-top: 40px;
}
.section_why-ul {
    list-style: none;
    padding: 0;
}
.section_why-ul li {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
  width: 100%;
}
img.section_why-ul-check {
  height: 25px;
}
.section_why-ul-title {
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    color: #000;
    font-size: 20px;
}

.section_why-ul-title2 {
    float: left;
    padding-top: 6px;
    padding-left: 10px;
    color: #000;
    font-size: 14px;
}




.section_price {
	min-height: 760px;
}
.section_price .file-upload input[type="file"]{
	display: none;
}
.section_price .file-upload {
    position: relative;
    overflow: hidden;
    height: 40px;
    margin-bottom: 15px;
    color: #fff;
}
.section_price .file-upload label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.section_price .file-upload span {
    line-height: 40px;
    font-weight: bold;
    padding-left: 10px;
}
.section_price-form {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 25px;
    margin-top: 100px;
}
.section_price-form h2 {
    font-size: 34px;
    margin: 0;
    margin-bottom: 20px;
	text-align: center;
}
.section_price-form hr {
    border-top: 1px solid #fbe42e;
    margin-top: 0;
}
.section_price-form p {
    margin-bottom: 30px;
    text-align: center;
}
.section_price-form form {
    text-align: center;
}
.section_price-form input {
    width: 70%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #666;
    font-size: 18px;
    display: table-cell;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}
.section_price-form button {
    padding: 10px;
    background-color: #fbe42e;
    color: #000;
    border: 3px solid #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    //display: table-cell;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}
.section_price-form button:hover {
    background-color: #000;
    color: #fff;
}
p.section_price-snoska {
	font-size: 14px;
	text-align: center;
	margin-bottom: 0;
}
p.section_price-snoska a {
    color: #fff;
    border-bottom: 1px solid;
}





.section_vibor-element {
    padding: 30px 90px;
}
.section_vibor .sub-header {
	font-size: 28px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.section_vibor hr {
    width: 40%;
    float: left;
    border-top: 2px solid #ffcc33;
    margin-top: 0;
}
.section_vibor h2 {
	font-size: 26px;
	color: #333;
	margin: 0;
	margin-bottom: 30px;
}
.section_vibor p {
	font-size: 24px;
	color: #666666;
	margin-bottom: 30px;
}
.section_vibor-right img {
    padding-top: 135px;
    max-width: 100%;
}
.section_vibor-ul {
    list-style: none;
    padding: 0;
}
.section_vibor-ul li {
    margin-bottom: 15px;
}
img.section_vibor-ul-check {
    float: left;
}
.section_vibor-ul-title {
    float: left;
    padding-left: 10px;
    color: #007a29;
    font-size: 17px;
    font-weight: bold;
}





.section_project {
	background: url(/images/project-background.jpg) no-repeat top;
	height: 1039px;
}
.section_project h2 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 150px;
}





.section_gallery {
    background: url(/images/gallery.png) repeat-y top;
}
.section_gallery h2 {
	font-size: 28px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.section_gallery-list {
    text-align: center;
    padding: 0 90px;
}
.section_gallery-element {
    padding: 0;
    margin: auto;
    width: 300px;
    height: 250px;
    border: 3px solid #fff;
}
.section_gallery-element img {
    border: 3px solid #fff;
    //margin-bottom: 15px;
}
.section_gallery-element-box {
    margin: 10px 0;
}




.section__question {
	background: url(/images/question-bacground.png) no-repeat top;
	padding-top: 20px;
}
.question__item {
	padding: 10px 0;
	color: #000;
}
.question__item img {
	float: left;
}
.question__header {
    padding: 10px 0;
}
.question__header-title {
    padding-top: 25px;
    padding-left: 25px;
    float: left;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
.question__footer {
    padding-top: 80px;

}
.question__footer-box {
	background: url(/images/question-woman.png) no-repeat right;
	min-height: 528px;
}
.question__footer-txt h2 {
	font-size: 28px;
	color: #000;
}
.question__footer-txt p {
	font-size: 20px;
	color: #666666;
	padding-bottom: 30px; 
}
.question__footer-phone a {
	font-size: 28px;
	 
    color: #000; /* ���� ������ */
    
	font-weight: bold;
}
.question__footer-img img {
	width: 100%;
}
.question__footer-form {
    background-color: #404040;
    color: #fff;
    padding: 25px;
    margin-top: 70px;
}
.question__footer-form h2 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}
.question__footer-form form {
    text-align: center;
}
.question__footer-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #666;
    font-size: 18px;
    display: table-cell;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}
input.error {
  border-color: red;
}
.question__footer-form button {
    padding: 10px;
    background-color: #fbe42e;
    color: #000; 
    border: 3px solid #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    //display: table-cell;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}
.question__footer-form button:hover {
    background-color: #000;
    color: #fff; 
}
p.question__footer-snoska {
    font-size: 14px;
    text-align: center;
}
.question__footer-snoska p {
    font-size: 14px;
}
p.question__footer-snoska a, .question__footer-snoska p a{
    color: #fff;
    border-bottom: 1px solid;
}




.section__contact {
        border-top: 5px solid #fce52e;  
        border-bottom: 5px solid #fce52e;
	background: url(/images/map.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.contact__info-box {
    padding: 20px;
    margin: 40px 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.section__contact h2 {
    font-size: 32px;
    margin: 0;
}
.section__contact p {
    font-size: 20px;
    margin-bottom: 26px;
}
.section__contact map {
    font-size: 14px;
    color: #fce52d;
    margin-bottom: 26px;
}
.section__contact a {
    color: #fce52d;
}
.section__contact hr {
	border-color: rgba(255, 255, 255, 0.8);
}





.footer {
	background-color: #000;
	padding: 20px 0;
}
.copiright {
    padding-top: 10px;
}
.copiright p {
	font-size: 14px;
	color: #fff;
}
.footer img {
    max-width: 100%;
}






@media (max-width: 767px) {
.section_gallery-element {
    width: 210px;
    height: auto;
}
.nav__main-menu {
    font-size: 16px;
}
.section_top h2 {
    font-size: 18px;
}
.section_top p {
    font-size: 18px;
}
.section_top-btn {
    font-size: 18px;
}
.section_top {
    background-size: cover;
    min-height: 560px;
}
.section_why h2 {
    font-size: 18px;
    margin: 0;
    padding-bottom: 15px;
}
img.section_why-ul-check {
    float: left;
    width: 30px;
}
.section_why-ul-title {
    float: none;
    padding-top: 0;
    padding-left: 40px;
    color: #000;
    font-size: 16px;
}
.section_price-form h2 {
    font-size: 24px;
}
.section_price-form p {
    font-size: 14px;
}
.section_price-form button {
    font-size: 16px;
}
.header_section-logo {
    text-align: center;
}
.header__img-icon {
    width: 30px;
}
.header_info {
    padding-left: 35px;
}
.header_title {
    font-size: 16px;
}
.header_description {
    font-size: 14px;
}
.header__phone .header_title {
    font-size: 26px;
}
.section_price-form {
    margin-top: 120px;
}
.section_project {
    background-size: cover;
    height: 260px;
}
.header__phone {
    text-align: center;
}
.question__item {
    padding: 0;
    text-align: center;
}
.question__item img {
    float: none;
}
.question__footer {
    border-top: 5px solid #fce52e;
}
.question__header-title {
    padding-top: 5px;
    padding-left: 0;
    float: none;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}
.question__footer-txt h2 {
    font-size: 24px;
}
.question__footer-form {
    margin-top: 0;
}
.section_vibor-element {
    padding: 0px 15px;
}
.section_vibor .sub-header {
    font-size: 18px;
}
.section_vibor h2 {
    font-size: 18px;
}
.section_vibor p {
    font-size: 16px;
    margin-bottom: 16px;
}
.section_vibor-ul-title {
    font-size: 14px;
    float: none;
    padding-top: 4px;
}
.bx-controls-direction {
    display: none;
}
.section_project h2 {
    font-size: 12px;
    font-weight: 100;
    text-transform: none;
    padding-top: 30px;
}
.section_gallery h2 {
    font-size: 18px;
}
.section_gallery-list {
    padding: 0 40px;
}
.section_gallery-element img {
    max-width: 100%;
}
.section__question {
    
    padding-top: 0;

}



.question__footer {
    background: #fff;
    padding-top: 15px;
}
.question__footer {
    padding-top: 15px;
}
.question__footer-box {
    background: no-repeat;
    min-height: auto;
}
.question__footer-form h2 {
    font-size: 18px;
}
.question__footer-form button {
    font-size: 16px;
}
}

table.table-price  {
    margin-bottom: 30px;
}
.table-price thead {
    text-align: left;
    color: #999;
}
.table-price th {
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
    padding: 10px 0 10px 10px;
}
.table-price td {
    padding: 10px 0 10px 10px;
}
.table-price tbody td {
    font-size: 18px;
    color: #777;
}
.table-price tbody td:last-child {
    color: #555;
}
.table-price tbody > tr:nth-child(odd) > td, .table-price tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.table-price tbody tr:hover > td, .table-price tbody tr:hover > th {
    background-color: #e8e8e8;
}
.table-price tr:first-child {
    border-top: none;
}
.table-price tr {
    border-top: 1px solid #ffcc33;
}

/*
@media all and (orientation: portrait), all and (max-width: 768px) {
.section_project {
    background-size: cover;
    height: 240px;
}
}

@media all and (orientation: landscape), all and (max-width: 768px) {
.section_project {
    background-size: cover;
    height: 480px;
}
.section_project h2 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 65px;
}
}
*/
@media (min-width: 768px) {}

@media (min-width: 768px) and (max-width: 991px) {
.header_section-logo {
    text-align: center;
}
.header__img-icon {
    width: 30px;
}
.header_info {
    padding-left: 35px;
}
.header_title {
    font-size: 16px;
}
.header_description {
    font-size: 14px;
}
.header__phone .header_title {
    font-size: 26px;
}
.section_price-form {
    margin-top: 150px;
}
.section_project {
    background-size: cover;
    height: 640px;
}
.section_project h2 {
    font-size: 24px;
    padding-top: 80px;
}
.question__item {
    padding: 0;
    text-align: center;
}
.question__item img {
    float: none;
    border: 3px solid #333333; 
}
.question__header-title {
    padding-top: 5px;
    padding-left: 0;
    float: none;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}



.question__footer-txt h2 {
    font-size: 24px;
}
.question__footer-form {
    margin-top: 0;
}
}

@media (min-width: 992px) {}

@media (min-width: 992px) and (max-width: 1199px) {
.header__img-icon {
    float: left;
    width: 30px;
}
.header_info {
    padding-left: 40px;
}
.header_title {
    font-size: 16px;
}
.header_description {
    font-size: 13px;
}
.header__phone .header_title {
    font-size: 24px;
}
.nav__main-menu {
    font-size: 16px;
}
.section_top {
    background: url(/images/top-background.png) no-repeat top;
    background-size: cover;
    min-height: auto;
}

.section_project {
    background-size: cover;
    height: 768px;
}
.section_project h2 {
    padding-top: 110px;
}
.question__header {

    padding: 0;
}
.question__item {
    padding: 0;
    text-align: center;
}
.question__item img {
    float: none;
    border: 3px solid #333333; 
}
.question__header-title {
    padding-top: 25px;
    padding-left: 0;
    float: none;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}
.question__footer-txt h2 {
    font-size: 24px;
}
}

@media (min-width: 1200px) {}

	