/* ===== PRIMARY STYLES =====================================================
   ========================================================================== */


/*========================= global ===========================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'DinPro';
    background-color: #EEF6FA;
}

ol,
ul {
    list-style: none outside none;
}

.notification_error {
    background: #ffecec url('../images/error.png') no-repeat 10px 50%;
    border: 1px solid #f5aca6;
    color: #555;
    border-radius: 10px;
    font-size: 15px;
    padding: 10px 36px;
    margin: 10px;
    position: absolute;
}

.notification_ok {
    background: #e9ffd9 url('../images/success.png') no-repeat 10px 50%;
    border: 1px solid #a6ca8a;
    color: #555;
    border-radius: 10px;
    font-size: 15px;
    padding: 10px 36px;
    margin: 10px;
    position: absolute;
}

label {
    font-size: 15px !important;
    width: 116px;
    padding-left: 20px;
    margin: 5px;
    float: left;
    text-align: left;
}

br {
    clear: left;
}


/* =============== ВСПЛЫВАЮЩИЕ ОКНА ======================= ===================
============================================================ POP-UP============
/////////////////////////////////////////////////////////////////////////////*/


/*заказ звонка верхняя*/

.overlay-zvonokt {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay-zvonokt:target {
    visibility: visible;
    opacity: 1;
}

.popup-zvonokt {
    left: 50%;
    opacity: 0;
    padding: 10px;
    position: fixed;
    top: 40%;
    visibility: hidden;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}

.popup-form {
    background: url(../img/background/form.jpg);
    width: 2000px;
    height: 168px;
    margin: 15px 0 15px 0;
    padding-top: 17px;
    border: 4px solid #fff;
}

.wind-zakaz-top {
    padding: 10px 15px 0 15px;
    height: 130px;
    width: 980px;
    margin: 0 auto;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px -1px 47px -14px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px -1px 47px -14px rgba(0, 0, 0, 1);
    box-shadow: 0px -1px 47px -14px rgba(0, 0, 0, 1);
}

.wind-zakaz-top p {
    text-align: center;
    font-size: 30px;
}

.wind-zakaz-top input {
    padding-left: 30px;
    border-top: 2px solid #c6c6c6;
    border-left: 2px solid #c6c6c6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    height: 35px;
    width: 190px;
    font-size: 16px;
    margin-left: 3px;
    vertical-align: top;
}

.wind-zakaz-top form {
    margin-top: 11px;
}

.wind-zakaz-top input[type="text"] {
    margin-top: 0px;
}

.wind-zakaz-top input:focus {
    outline: 0;
}

.wind-zakaz-top input[type="text"]:nth-child(1) {
    background: url(../img/background/input-name.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    border: 1px solid #c6c6c6;
}

.wind-zakaz-top input[type="text"]:nth-child(2) {
    background: url(../img/background/input-tel.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    border: 1px solid #c6c6c6;
}

.wind-zakaz-top input[type="text"]:nth-child(4) {
    background: url(../img/background/input-maill.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    border: 1px solid #c6c6c6;
}

.wind-zakaz-top input[type="button"] {
    cursor: pointer;
    width: 220px;
    padding: 0;
    height: 45px;
    background: #00BFF2;
    color: #fff;
    font-size: 20px;
    border: none;
    border-bottom: 3px solid #0099CF;
    font-family: 'DinPro';
    -webkit-box-shadow: 0px 12px 40px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 12px 40px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 12px 40px -11px rgba(0, 0, 0, 0.75);
    outline: none;
    background: url(../img/nobg.png) repeat-x center #00BFF2;
}

.wind-zakaz-top input[type="button"]:focus {
    outline: none;
}

.wind-zakaz-top input[type="button"]:hover {
    background: #00D2F2;
    background: url(../img/nobg.png) repeat-x center #00BFF2;
}

.wind-zakaz-top input[type="button"]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-top: 3px;
    height: 47px;
    outline: none;
}

.overlay-zvonokt:target+.popup-zvonokt {
    opacity: 1;
    visibility: visible;
}

.rel-pos {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Кнопка закрытия окна  */

.close {
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    top: 17px;
    width: 24px;
    border-radius: 15px;
    z-index: 15;
}

.close:before {
    color: #81A2C1;
    content: "X";
    font-size: 22px;
    font-family: arial;
}


/* =============================== END ===============================                      
//////////////////////////////////|||||||||||||\\\\\\\\\\\\\\\\\\\\\\\\\\\\
=============================CONTENS ========== CONTENS ============= CONTENS */

.header {
    width: 100%;
    height: 521px;
    background: url(../img/background/header.jpg) top center;
}

.contain {
    width: 980px;
    margin: 0 auto;
    padding: 15px 0px;
    z-index: 500;
    display: block;
    position: relative;
}

.header-cont {}

.rectangle1 {
    width: 530px;
    height: 125px;
    display: inline-block;
    font-size: 32px;
    line-height: 42px;
    color: #FFFF00;
    padding: 0px;
    font-weight: bold;
    vertical-align: top;
    margin-left: 11px;
}

.rectangle1 span {
    font-size: 21px;
    clear: both;
    display: block;
    line-height: 22px;
}

.rectangle3 {
    width: 482px;
    height: 77px;
    background: url(../img/background/rectangle3.png) no-repeat;
    display: inline-block;
    font-size: 25px;
    color: #fff;
    line-height: 27px;
    padding: 3px 0 0 10px;
    font-weight: bold;
    vertical-align: top;
    margin-left: 5px;
}

.rectangle3 span {
    font-size: 10px;
    clear: both;
    display: block;
    line-height: 11px;
}

.rectangle3 copy {
    font-size: 15px;
    color: #000;
    clear: both;
    display: block;
    margin: 10px 0;
    line-height: 21px;
}

.call-him {
    float: right;
    text-align: right;
    line-height: 1.1;
    height: 100px;
}

.call-him span {
    font-weight: bold;
}

.call-him .adres {}

.p-register1 {
    font-size: 24px;
}

.number {
    font-size: 35px;
}

.link-to-modal {
    color: #fff;
    text-decoration: none;
    display: block;
    background: url(../img/background/rectangle2.png) no-repeat;
    width: 258px;
    height: 28px;
    float: right;
    font-size: 17px;
    padding: 4px 10px 0 0;
    margin-top: 5px;
}

.mapo {
    text-decoration: none;
    display: block;
    width: 190px;
    height: 153px;
    float: left;
    padding: 130px 0px 0px 15px;
    font-size: 24px;
    font-style: italic;
    margin-left: -50px;
}

.mapo img {
    width: 200px;
    top: 20px;
    margin-top: 50px;
}

.airplan {
    text-decoration: none;
    display: block;
    background: url(../img/airplan_billboard.png) no-repeat;
    width: 446px;
    height: 361px;
    float: left;
    padding: 20px 0 0 50px;
    font-size: 24px;
    font-style: italic;
}

.fform {
    padding-top: 20px;
    width: 340px;
    height: 340px;
    border-radius: 5px;
    background: rgba(255, 255, 0, 1);
    -webkit-box-shadow: 0px -1px 47px -14px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px -1px 47px -14px rgba(0, 0, 0, 1);
    box-shadow: 0px -1px 47px -14px rgba(0, 0, 0, 1);
    float: right;
}

.fform p:first-child {
    font-size: 25px;
    font-weight: bold;
    color: #F00;
}

.fform p {
    text-align: center;
    font-size: 20px;
}

.fform input {
    padding-left: 30px;
    border-top: 2px solid #c6c6c6;
    border-left: 2px solid #c6c6c6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    height: 35px;
    width: 220px;
    margin: 0 0 10px 10px;
    font-size: 16px;
}

.fform input:focus {
    outline: 0;
    background-position: 0 0;
}

.fform input[type="text"]:nth-child(1) {
    background: url(../img/background/input-name.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    margin-top: 10px;
    border: 1px solid #c6c6c6;
}

.fform input[type="text"]:nth-child(2) {
    background: url(../img/background/input-tel.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    border: 1px solid #c6c6c6;
}

.fform input[type="text"]:nth-child(3) {
    background: url(../img/background/input-maill.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    border: 1px solid #c6c6c6;
}

.fform input[type="submit"] {
    cursor: pointer;
    width: 252px;
    padding: 0;
    height: 45px;
    background: #F00;
    color: #fff;
    font-size: 20px;
    border: none;
    border-bottom: 3px solid #009CCC;
    font-family: 'DinPro';
    -webkit-box-shadow: 0px 12px 40px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 12px 40px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 12px 40px -11px rgba(0, 0, 0, 0.75);
    background: url(../img/nobg.png) repeat-x center #00BBF0;
}

.wind-zakaz-top input[type="submit"]:focus {
    outline: none;
}

.fform input[type="submit"]:hover {
    background: #F00;
    background: url(../img/nobg.png) repeat-x center #00BBF0;
}

.fform input[type="submit"]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-top: 3px;
    height: 47px;
}

.how-we-make {
    background: url(../img/background/blik.png) no-repeat top center, url(../img/background/products.png);
    height: 290px;
    width: 100%;
    border-bottom: 4px solid #DDDDDD;
}

.cont-we-make {
    background: url(../img/background/servi.png) no-repeat top 50% left;
    height: 290px;
}

.text-we-make {
    text-align: left;
    color: #fff;
    margin-left: 318px;
    width: 672px;
    text-shadow: 1px 1px 2px #0087AA;
}

.text-we-make h2 {
    font-size: 30px;
    font-weight: bold;
}

.size24 {
    font-size: 18px;
}

.size20 {
    font-size: 20px;
}

.text-we-make hr {
    width: 672px;
    background-color: #63C4E8;
    color: #63C4E8;
    border: none;
    border-top: 1px solid #47717A;
    height: 1px;
}

.text-we-make a {
    color: #FFF;
}

.inline {
    width: 217px;
    display: inline-block;
    vertical-align: top;
}

.pad-15 {
    padding-bottom: 15px;
}

.my-title {
    font-size: 35px;
    text-align: center;
    padding: 10px;
}

.my-title-tab {
    font-size: 35px;
    text-align: center;
}

.blue {
    color: #00BFF2;
}

.certificates {
    width: 980px;
    height: 197px;
    margin-top: 15px;
}

.form {
    background: url(../img/background/form.jpg);
    width: 100%;
    height: 168px;
    margin: 0px;
    padding-top: 17px;
}

.copy-form {
    display: inline-block;
}

.fform-inline {
    padding: 10px 0px 0 4px;
    height: 130px;
    width: 980px;
    margin: 0 auto;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px -1px 47px -14px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px -1px 47px -14px rgba(0, 0, 0, 1);
    box-shadow: 0px -1px 47px -14px rgba(0, 0, 0, 1);
}

.fform-inline p {
    text-align: center;
    font-size: 30px;
}

.fform-inline input {
    padding-left: 30px;
    border-top: 2px solid #c6c6c6;
    border-left: 2px solid #c6c6c6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    height: 35px;
    width: 190px;
    font-size: 16px;
    margin-left: 3px;
    vertical-align: top;
}

.fform-inline form {
    margin-top: 11px;
}

.fform-inline input[type="text"] {
    margin-top: 0px;
}

.fform-inline input:focus {
    outline: 0;
}

.fform-inline input[type="text"]:nth-child(1) {
    background: url(../img/background/input-name.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    border: 1px solid #c6c6c6;
}

.fform-inline input[type="text"]:nth-child(2) {
    background: url(../img/background/input-tel.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    border: 1px solid #c6c6c6;
}

.fform-inline input[type="text"]:nth-child(3) {
    background: url(../img/background/input-maill.png) no-repeat;
    background-color: #fff;
    background-position: 3% center;
    border: 1px solid #c6c6c6;
}

.fform-inline input[type="submit"] {
    cursor: pointer;
    width: 250px;
    padding: 0;
    height: 45px;
    background: #F00;
    color: #fff;
    font-size: 17px;
    border: none;
    border-bottom: 3px solid #009CCC;
    font-family: 'DinPro';
    -webkit-box-shadow: 0px 12px 40px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 12px 40px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 12px 40px -11px rgba(0, 0, 0, 0.75);
    background: url(../img/nobg.png) repeat-x center #00BBF0;
}

.fform-inline input[type="submit"]:hover {
    background: #00D2F2;
    background: url(../img/nobg.png) repeat-x center #00BBF0;
}

.fform-inline input[type="submit"]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-top: 3px;
    height: 47px;
}

.wind-zakaz-top input[type="submit"]:focus {
    outline: none;
}

.priminenie {
    background: url(../img/background/priminenie.png) no-repeat top center;
    width: 980px;
    height: 430px;
}

.no {
    width: 465px;
    display: inline-block;
    vertical-align: top;
}

.yes {
    display: inline-block;
    vertical-align: top;
}

.title2 {
    text-align: left;
    font-size: 28px;
}

.yes-no li {
    font-size: 18px;
    padding-left: 8px;
}

.yes-no span {
    font-weight: bold;
}

.yes-no {
    padding-top: 0px;
}

.no li {
    background: url(../img/li-no.png) no-repeat top left;
    list-style: none;
    padding: 0 0 0 45px;
    margin-top: 25px;
}

.yes li:first-child {
    margin-top: 0px;
}

.yes li {
    background: url(../img/li-yes.png) no-repeat top left;
    list-style: none;
    padding: 0 0 0 45px;
    margin-top: 25px;
}

.n-left {
    float: left;
    text-align: left;
}

.n-right {
    float: right;
    text-align: right;
}

.bold {
    font-weight: bold;
}

.preim {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 10px;
    font-size: 18px;
}

.paragraph {
    width: 840px;
}

td {
    width: 195px;
    text-align: center;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    padding: 5px 0 5px 0;
    font-size: 18px;
}

.table-row td:last-child {
    color: #F3564F;
    border-right: none;
}

.table-row td:nth-child(2) {
    color: #00C5F3;
}

.table-row td:nth-child(1) {
    text-align: left;
    border-left: none;
}

.table-top td {
    font-weight: bold;
    text-align: center;
    border-top: none;
}

table {
    cellspacing: 0;
}

.table-bottom td {
    border-bottom: none;
}

.black {
    color: #000;
}

.one-rewiv {
    width: 160px;
    margin: 15px 8px 10px 8px;
    display: inline-block;
}

.text-reviw,
.text-reviw img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    color: #fff;
    position: relative;
}

.rewivs {
    padding-top: 15px;
    padding: 15px 40px;
}

.production {
    margin-top: 15px;
    margin: 0 auto;
    display: block;
}

.plan {
    display: inline-block;
    width: 185px;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
}

.inline-footer {
    display: inline-block;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 980px;
}

.inline-footer img {
    vertical-align: middle;
    padding-bottom: 7px;
}

.footer {
    padding-top: 8px;
    position: absolute;
    padding-bottom: 8px;
}

.walet-feedbackf {
    width: 930px;
    border-radius: 9px;
    position: relative;
    text-align: center;
}

.walet-feedbackf img {
    margin-right: 15px;
    border-radius: 5px;
    border: 1px solid #fff;
}

.walet-feedbackf img:last-child {
    margin-right: 0;
}


/* window */

.walet-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.walet-overlay:target {
    visibility: visible;
    opacity: 1;
}


/* =========== ФОРМА ============= 
================================== */

.walet-popup {
    left: 50%;
    opacity: 0;
    padding: 10px;
    position: fixed;
    top: 40%;
    visibility: hidden;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}

.walet-feedbackf {
    width: 930px;
    border-radius: 9px;
    position: relative;
    text-align: center;
}

.walet-feedbackf img {
    margin-right: 15px;
    border-radius: 5px;
    border: 1px solid #fff;
}

.walet-overlay:target+.walet-popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}


/* Кнопка закрытия окна  */

.walet-closef {
    line-height: 24px;
    position: absolute;
    right: 48%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: arial;
    top: -16px;
    width: 32px;
    height: 32px;
    margin-top: -1px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background: url(../img/close.png);
}

.walet-closef:before {
    color: #747474;
    content: "";
    font-size: 18px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    line-height: 0.5;
    padding-top: -3px;
}

.walet-popup p,
.popup div {
    margin-bottom: 10px;
}


/*window*/

.certificates {
    text-align: center;
    height: 220px;
}

.certificates a {
    padding: 5px;
}

.map {
    overflow: hidden;
    position: relative;
    line-height: 1;
    font-weight: lighter;
}

.mainWrap {
    width: 100%;
    margin: 0 auto;
}

#map h1 {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    font-size: 30px;
}

#map {
    width: 100%;
    height: 600px;
    position: relative;
}

#selector {
    position: absolute;
    right: 6px;
    top: 83px;
    z-index: 1;
}

#selector select {
    font-size: 30px;
    font-weight: 700;
    background-color: #FFF601;
    background-color: #49c369;
    color: #fff;
    width: 245px;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s
}

#selector select option {
    width: 245px
}

#map .promo_b {
    width: 248px;
    overflow: hidden!important;
    height: 350px;
}

#map .region {
    cursor: pointer;
}

#map div.t1,
#map div.t2,
#map div.t3,
#map div.t4 {
    overflow: hidden;
    border: 1px solid #000;
    text-align: center;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    height: 170px;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}

#map .promo_b p {
    color: #666;
    font-size: 11px;
}

#map .promo_b p.title1 {
    margin-bottom: 10px;
    font-size: 14px;
}

#map .promo_b .text {
    margin-top: 7px;
    text-align: center;
}

#map .promo_b .text p {
    line-height: 15px;
    font-size: 14px;
}

#map .promo_b ul {
    float: left;
    width: 100%;
    background-color: #fff;
}

#map .promo_b li {
    float: left;
    padding: 5px 10px;
    border: 1px solid #000;
    background-color: #CCC;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    cursor: pointer;
}

#map .promo_b li p {
    color: #004b47;
}

#map .promo_b li.tab-current {
    margin-bottom: -2px;
    padding-bottom: 7px;
    border: 1px solid #000;
    border-bottom: 0;
    background-color: #FFF;
}

#map div.t2,
#map div.t3,
#map div.t4 {
    display: none;
}

#map .map .left {
    float: left;
}

#map .map .right {
    float: right;
}

#map .map .left,
.right,
.divreg {
    margin: 10px auto 0;
    /*width:233px;*/
}

#map .map .left span,
.divreg span {
    font-size: 16px;
    line-height: 24px;
    color: #06F;
    text-decoration: underline;
    cursor: pointer;
}

#map .map .right p a {
    color: #000;
}

#map .controls {
    margin-bottom: 2px;
}

#map .inp1 {
    font-family: Calibri;
    font-size: 21px;
    line-height: 35px;
    font-weight: lighter;
    color: #8f8f8f;
    height: 35px;
    width: 338px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #8f8f8f;
}

#map .inp2 {
    font-family: Calibri;
    font-size: 21px!important;
    line-height: 25px;
    font-weight: lighter;
    color: #8f8f8f;
    height: 100px;
    width: 338px;
    border: 1px solid #8f8f8f;
    padding: 10px;
    margin-top: 8px;
}

#map p {
    margin: 0 0 5px;
}

#map .inp3 {
    font-size: 20px;
    line-height: 35px;
    font-weight: lighter;
    color: #FFFFFF;
    height: 35px;
    padding-right: 10px;
    padding-left: 10px;
    border: none;
    background-color: #0a73cc;
    text-align: center;
    cursor: pointer;
    margin-top: 0px;
    display: block;
}


/* PaRALLAX CLOUDS MIRDON.RU */

#parallax {
    animation-name: clouds;
    animation-duration: 400s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0, 0, 1, 1) -1;
    -webkit-animation-name: clouds;
    -webkit-animation-duration: 400s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1) -1;
    animation: clouds 200s cubic-bezier(0, 0, 1, 1) -1;
    overflow: auto;
    height: 350px;
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    background: url(../img/horizonte-nuvens-top.png) repeat-x;
}

#parallax2 {
    animation-name: clouds;
    animation-duration: 500s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0, 0, 1, 1) -1;
    -webkit-animation-name: clouds;
    -webkit-animation-duration: 500s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1) -1;
    animation: clouds 800s cubic-bezier(0, 0, 1, 1) -1;
    overflow: auto;
    height: 350px;
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    background: url(../img/horizonte-nuvens-top2.png) repeat-x;
}

@keyframes clouds {
    from {
        background-position: 0px 0px;
    }
    to {
        background-position: -10000px -000px;
    }
}

@-webkit-keyframes clouds {
    from {
        background-position: 0px 0px;
    }
    to {
        background-position: -10000px -000px;
    }
}

@-moz-keyframes clouds {
    from {
        background-position: 0px 0px;
    }
    to {
        background-position: -10000px -000px;
    }
}

.main-content strong {
    font-weight: bold;
}

.main-content h1 {
    font-size: 35px;
    padding: 10px 0;
    text-align: center;
}

.main-content h2 {
    font-size: 29px;
    margin-top: 10px;
}

.main-content h3 {
    font-size: 25px;
    padding: 10px 0;
}

.main-content li {
    min-height: 32px;
    margin: 3px 0;
}


/* ЗАКАЗ ЗВОНКА */

.popupbox {
    /*width:500px;*/
    /*height:300px;*/
    /*background-image:url(images/pop-up_03.png);*/
    background-repeat: no-repeat;
    display: none;
    /* Скрыто по умолчанию */
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    /*-webkit-box-shadow: 0px 0px 20px #000;*/
    /*-moz-box-shadow: 0px 0px 20px #000;*/
    /*box-shadow: 0px 0px 20px #000;*/
}

#fade {
    display: none;
    /* Скрыто по умолчанию */
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 9999;
}

#intabdiv {
    background: #fff;
}

.h_call_back {
    margin: 35px 0 0 25px;
    background: url(../images/zakaz.png) no-repeat;
    padding-top: 8px;
    padding-left: 40px;
    height: 30px;
    font-size: 17px;
    color: #83867F;
    width: 140px;
    line-height: 16px;
}

.h_call_back .hcb_link {
    cursor: pointer;
}

.hcb_form {
    position: absolute;
    top: -50px;
    right: -214px;
    width: 415px;
    padding: 15px 0px 20px 35px;
    background: #272727;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 999;
    /*display: none;*/
    box-shadow: rgba(0, 0, 0, 0.3) 2px -2px 20px 0px;
    color: #fff9e8;
}

.hcb_form .hcbf_krest {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 15px;
    height: 15px;
    background: #f00000 url('../cross.png') center center no-repeat;
    padding: 11px;
    cursor: pointer;
}

.hcb_form .hcbf_krest:hover {
    background: #dc1921 url('../cross.png') center center no-repeat;
}

.hcb_form .hcbf_field {
    padding: 15px 25px 15px 0px;
    overflow: hidden;
}

.hcb_form .hcbf_label {
    padding: 0px 0px 20px 0px;
    text-align: left;
    font-size: 14px;
}

.hcb_form .hcbf_input {
    float: left;
}

.hcb_form .hcbf_input input {
    width: 220px;
    padding: 5px;
    font-size: 30px;
    color: #fff;
    background: #0d0d0d;
    border: 0;
    border-bottom: 1px solid #2d2d2d;
}

.hcb_form .hcbf_input input[type="text"]:focus {
    border: none;
    outline: 0 none;
}

.hcb_form .hcbf_submit {
    padding: 0px 0px 0px 0px;
    float: left;
}

.hcb_form .hcbf_submit button {
    border: 1px solid #54a86a;
    padding: 5px 15px;
    color: #fff;
    text-shadow: rgba(20, 116, 40, 0.7) -1px 1px 0px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    background: #22c545;
    height: 44px;
}

.hcb_form .hcbf_submit button:hover {
    background: #1da83b;
}


/* ЗАКАЗ ЗВОНКА */

.delta {
    width: 190px;
    opacity: 0.3;
}

.delta:hover {
    opacity: 1;
}

.delta a {
    text-decoration: none;
}

.soc {
    margin: 15px 0 0 68px;
    z-index: 1;
    position: relative;
}

.soc a {
    width: 32px;
    height: 32px;
    display: block;
    background: #00bff2 url("../images/soc.png") no-repeat;
    float: left;
    margin: 0 15px 2px 0;
    border-radius: 10px;
}

.soc a.gg {
    background: #00bff2 url("../images/google-plus-logo.png") no-repeat;
}

.soc a.vk {
    background-position: 0 0
}

.soc a.ok {
    background-position: -64px 0
}

.soc a.fb {
    background-position: -32px 0
}

.soc a.vk:hover {
    background-color: #4E74A5
}

.soc a.fb:hover {
    background-color: #355899
}

.soc a.ok:hover {
    background-color: #FB6902
}

.soc a.gg:hover {
    background-color: red;
}


/*Services*/

.block_services {
    display: inline-block;
    width: 290px;
    height: 290px;
    margin: 10px;
    overflow: hidden;
    padding: 0px;
}

.imageHolder {
    position: relative;
    width: 290px;
    height: 290px;
}

.imageHolder .caption {
    position: absolute;
    width: 290px;
    height: 150px;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    color: #333;
    background: #fff;
    text-align: center;
    font-weight: bold;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.caption a {
    text-align: center;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #00bbf0;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.services {
    text-align: center;
}

.button_main-service {
    display: inline-block;
    margin: 10px auto;
    background: #32c7ec;
    padding: 9px 13px;
    color: white;
    border-radius: 6px;
}

.block_services h5 {
    text-transform: uppercase;
}

.text_about_service>h2{text-align:center;font-weight:bold;font-size:1.3em;margin:10px 0;}
.text_about_service strong{font-weight:bold;}
.text_about_service>ul{margin: 10px;}
.castomTable{width:100%;margin:20px 0;}
.castomTable th{
	font-weight:bold;font-size:1.3em;padding: 13px 0;
}
.dopBanerGrid{
	display: flex;
    justify-content: space-around;
    margin: 40px 0;
}
.dopBanerGrid>ul li{
	padding:10px 0;
}
.castomCatalogStend{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.castomItemStend{
	width:220px;
	margin:5px 10px;
	display:inline-block;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	text-align:center;
	height:265px;
	line-height: 20px;
}
.castomItemStend>p:nth-child(1),
.castomItemStend>p:nth-child(3),
.castomItemStend>p:nth-child(5){
	height:20px;
	font-weight:bold;
	background: #00bbf0;
}
.castomItemStend>p:nth-child(2),
.castomItemStend>p:nth-child(4){
	height:100px;
}
.castomItemStend>p{
	border-top:1px solid rgba(0,0,0,0.35);
}

.ymaps-image-with-content-content ymaps ymaps {
	color: white;
    position: absolute;
    bottom: 4px;
    left: 50%;
    margin-left: -8.5px;
    font-weight: 600;
    width: 19px;
}

p.number a {
    color: black;
    text-decoration: none;
}

.delta {
    display: none;
}

.copy {
    font-size: 0;
    text-align: center;
    margin: auto;
}

p.inline-footer {
    display: none;
}

.rectangle3 copy {
    display: none;
}

.footer {
    margin-left: auto;
    position: relative;
}