/* FORMY */

/* Knopki */

button.button_submit{
	display: block;
	margin: 0 auto;
	padding: 13px 25px;
	color: #fff;
	border: 0;
	border-radius: 4px;
	font-size: 1.2em;
	cursor: pointer;
    background: linear-gradient(#5aba2b,#49a01f,#3c8c16,#368012,#368012,#55ab2c);
}

button.button_submit:hover {
	opacity: 0.8;
}

/* Formy */

#slider  form,
#calc_zayvka,
#zayvka,
#zayvka_popup,
#contacts_form,
#callback_popup {
	background: #fdbc00 !important;
}


/* POPUP VYZOV ZAMERSHIKA */

#zayvka_popup {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px 20px;
	text-align: center;
	font-family: Courier;
	border: 10px solid #9d9cab;
    border-radius: 4px;
}

#zayvka_popup .text {
	margin-bottom: 20px;
	text-align: left;
}

#zayvka_popup .text p {
	font-size: 1em;
	line-height: 120%;
}

#zayvka_popup .text .fa {
	color: #5aba2b;
	margin-right: 5px;
}

#zayvka_popup .title {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
}

#zayvka_popup .text ul li {
	font-size: 0.8em;
	text-align: left;
}

#zayvka_popup input[type="text"] {
	width: 200px;
    height: 20px;
    padding: 7px 15px;
	margin-bottom: 10px;
    color: #555;
	font-size: 1em;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#zayvka_popup button.button_submit {
	margin: 10px auto 0 auto;
}


/* POPUP OBRATNYY ZVONOK */

#callback_popup {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px 20px;
	text-align: center;
	font-family: Courier;
	border: 10px solid #9d9cab;
    border-radius: 4px;
}
#callback_popup input {
	max-width: 200px;
    height: 20px;
    padding: 7px 15px;
	margin-bottom: 10px;
    color: #555;
	font-size: 1em;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#callback_popup .text {
	margin-bottom: 20px;
	text-align: left;
}

#callback_popup .text p {
	font-size: 1em;
	line-height: 120%;
}

#callback_popup .title {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
}

#callback_popup input[type="text"]
#callback_popup button.button_submit {
	margin: 10px auto 0 auto;
}


/* GLAVNAYA STRANICA */

/* nizhnyy forma */

#form_bottom {
	width: 89%;
	margin: 0 0 10px;
	padding: 30px;
	text-align: center;
	background-image: linear-gradient(to bottom,#ffcd00,#ffa900);
	border: 10px solid #9d9cab;
    border-radius: 4px;
	box-shadow: 0 15px 10px -14px #9d9cab;
	overflow: hidden;
}

#form_bottom p {
	font-size: 1.5em;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    line-height: 1.5;
	margin-bottom: 20px;
}

#form_bottom input[type="text"] {
	width: 33%;
    height: 20px;
    padding: 7px 15px;
	margin-bottom: 10px;
    color: #555;
	font-size: 1.1em;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#form_bottom button {
	margin-top: 10px;
}


/* STRANICA KALKULYATOR */

#calc_zayvka {
	position: relative;
	height: 275px;
	margin: 20px 0;
	font-family: Courier;
	border: 10px solid #9d9cab;
    border-radius: 4px;
    box-shadow: 0 15px 10px -14px #9d9cab;
	overflow: hidden;
}

#tabs #calc_zayvka {
	margin: 0;
}

#calc_zayvka h2 {
	margin: 22px 0 10px 0;
}

#calc_zayvka .left, #calc_zayvka .right {
	position: absolute;
	top: 70px;
	text-align: center;
}

#calc_zayvka .left {
	width: 45%;
	left: 40px;
}

#calc_zayvka .right {
	width: 302px;
	top: 70px;
	right: 40px;
}

#calc_zayvka .text {
	margin: 14px 0 20px;
	text-align: left;
}

#calc_zayvka .text p {
	font-size: 1.1em;
	line-height: 120%;
}

#calc_zayvka .text .fa {
	color: #5aba2b;
	margin-right: 5px;
}

#calc_zayvka h2 {
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
}

#calc_zayvka .text ul li {
	font-size: 0.8em;
	text-align: left;
}

#calc_zayvka input[type="text"] {
	width: 90%;
    height: 20px;
    padding: 7px 15px;
	margin-bottom: 10px;
    color: #555;
	font-size: 1em;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#calc_zayvka button.button_submit {
	margin: 10px auto 0 auto;
}


/* USLUGI VNUTR */

/* slider */

#slider  form {
	position: absolute;
	top: 31px;
	right: 7%;
	width: 235px;
	padding: 10px;
	text-align: center;
	border: 10px solid #9d9cab;
    border-radius: 4px;
	box-shadow: 0px 0px 31px 0px #000000;
	z-index: 2;
}

#slider form>p {
	font-size: 1.05em;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 110%;
}

#slider input[type="text"] {
    height: 20px;
    padding: 7px 15px;
	margin-bottom: 10px;
    color: #555;
	font-size: 1em;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#slider button.button_submit {
	margin: 5px auto;
}


/* STRANICA KONTAKTY */

#contacts_form {
	width: 300px;
	padding: 20px;
	text-align: center;
	font-family: Courier;
	border: 10px solid #9d9cab;
    border-radius: 4px;
    box-shadow: 0 15px 10px -14px #9d9cab;
}

#contacts_form input[type="text"],
#contacts_form textarea {
	width:90%;
    height: 20px;
    padding: 7px 15px;
	margin-bottom: 10px;
    color: #555;
	font-size: 1em;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#contacts_form textarea {
	font-size: 1.2em;
	height: 60px;
}

#contacts_form .title {
	margin: 0 0 10px;
	font-size: 1.2em;
	font-weight: 600;
}

.personal {
	font-size: 12px;
    display: block;
	font-family: 'Open Sans', Arial;
	margin-bottom: 10px;
}

.personal [type="checkbox"]:not(:checked),
.personal [type="checkbox"]:checked {
	position: absolute;
    left: -9999px;
}

.personal label,
.personal label {
	position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.personal label:before,
.personal label:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #555;
}

.personal label:after,
.personal label:after {
	content: "\2713\0020";
    position: absolute;
    top: 3px;
    left: 3px;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    color: #555;
}

.personal [type="checkbox"]:not(:checked) + label:after {
	content: "";
}

.disable-scroll{overflow:hidden}

.modal-callback {
    position: relative;
}
.modal-callback__icon-check .icon-check {
    position: absolute;
    top: -30px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    background: #fdca19;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal-callback__icon-check .icon-check .icon {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.modal-callback__icon-close .icon-close {
    position: absolute;
    top: -15px;
    right: 0;
    border: 0;
    background: 0 0;
	cursor:pointer;
}
.modal-callback__icon-close .icon-close .icon {
    width: 20px;
    height: 20px;
    fill: #fdca19;
}
.modal-callback__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    padding: 30px 0;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal-callback__title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e1d1c;
}
.modal-callback__text {
    font-size: 1rem;
    padding: 15px 0;
}