* {
    margin:0;
    padding:0; 
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
html, body { height: 100%; max-width: 6000px; min-width: 1024px; width:100%;}
body {
    background: url(../assets/images/texture.jpg) #fff;
    color: #000000;
    font-family: georgia,arial;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.3;
}
h1,h2,h3 { letter-spacing: -1px; margin: 0 0 10px; font-weight: normal; text-align: left;}
h1, .title { font-size: 28px; text-align: left; }
p { margin: 0 0 10px; }
a, img { outline: 0; text-decoration: none; }
a, a:visited { color: #083356; }
a:hover { color: #083356; text-decoration: underline;}
ul { list-style: none;}
.content ul { padding-left: 40px; font-size: 14px;}
.content ol { padding-left: 40px; font-size: 14px;}
ul li ul { margin: 0 0 0 20px; }
li { padding: 0; }
.number { font-family:'Times New Roman',arial; }


/* ----------------------------------------- FORM ------------------------------------------- */

input, textarea { font-family: 'times new roman'; font-size: 16px; margin: 0 0 10px; max-width: 900px; resize: none; }

input[type="text"], input[type="password"], textarea {
    border: 1px solid #083356;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #000;
    font-family: 'times new roman';
    font-size: 16px;
    /*line-height: 40px;*/
    padding: 0 10px;
}
input[type="text"], input[type="password"] { height: 40px; }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #01a0e2; }
/*input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover { border: 1px solid #ecc400; }*/
input[type="submit"], button[type="submit"], button[type="button"], .link {
    background: #083356;
    border: medium none;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    outline: none;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.link {
    -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
    line-height: 31px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

input[type="submit"]:hover, input.up_file:hover, button[type="submit"]:hover, button[type="button"]:hover, .link:hover { background: #365174; }

input[type="submit"]:disabled, input[type="submit"]:disabled:hover { background: #ccc; }

select {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    background: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow: 0 0 7px -4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 7px -4px rgba(0, 0, 0, 0.5) inset;
    color:#666;
    cursor: pointer;
    display: inline-block;
    font-family: 'PFDinTextCondPro-Light',arial;
    font-size: 16px;
    height:30px;
    margin: 0 0 10px;
    outline: none;
    padding:3px 5px;
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    -o-text-overflow: "";
       text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
select option {
    padding:3px 5px;
    outline: none;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}
.select { position:relative }
.select:before {
    background:#f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border-right: 1px solid #ccc;
    content: "";
    display: block;
    height: 28px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 1px;
    width: 26px;
}
.select:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    padding: 4px 6px 4px 4px;
    pointer-events: none;
    position: absolute;
    top: 6px;
}

label { display: block; margin: 0 0 10px; max-width: 470px; }

.help-inline { color: #888; }
.help-block {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 1px 1px 4px -2px;
            box-shadow: 1px 1px 4px -2px;
    margin: 0px 0px 0px 10px;
    padding: 5px;
    position: absolute;
    z-index: 3;
}

/* ------------------------------------- SEARCH FORM ----------------------------- */

#footer_search { }

#footer_search:hover {opacity: 0.8;}

.sisea-search-form input[type="text"] {
    border: 1px solid #c7c7c7;
    margin: 0 0 0 20px;
    padding: 0 30px 0 10px;
    width: 180px;
}
.sisea-search-form input[type="submit"] { background:url(../assets/images/search-icon.png) no-repeat center center #c7c7c7; -webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; position:absolute; right: 0; text-indent:-20000px; top: 0; width:60px; }
.sisea-search-form input[type="submit"]:hover { background:url(../assets/images/search-icon.png) no-repeat center center #c7c7c7; }
.sisea-search-form .searchtriangrle {
    background: url(../assets/images/footmenubg.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 42px;
    position: absolute;
    right: 60px;
    top: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 22px;
    z-index: 3;
}

/* --------------------------------------- HEADER ------------------------------------------- */

header {
    height: 150px;
    position: relative;
    width: 100%;
    z-index: 200;
}
#header_container { background: url(../images/top-triangle.png) no-repeat -20px 0; display: table; width: 100%; }
.hc_tab_1, .hc_tab_2 { display: table-cell; vertical-align: top; position: relative; }
.hc_tab_1 { width: 270px; }
.hc_tab_2 { width: auto; }

#logo {
    display: block;
    height: 80px;
    left: 0;
    position: relative;
    width: 246px;
}
#top_phone {
    background: url("../images/phone-blue-icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 24px;
    line-height: 45px;
    padding: 0 0 0 52px;
    position: absolute;
    right: 20px;
    top: 28px;
}
#top_login {
    background: none repeat scroll 0 0 #ecf6f7;
    height: 101px;
    position: relative;
    text-align: center;
    width: 76px;
}

/* ---------------------------------------- NAV --------------------------------------------- */

.top-menu-block {display:table-cell; vertical-align: top; padding: 20px 0 0;}

nav {
    font-size: 16px;
    line-height: 42px;
    position: relative;
}

/* ---------------------------------------- TOP MENU ---------------------------------------- */

#top-menu { display: table; float: right; margin: 10px 0 0; width: 100%; }
.top-menu {
    /*background: #083356;*/
    -webkit-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
    display: inline-block;
    margin: 0 30px 0 0;
    /*padding: 0 0 0 3px;*/
    padding: 0;
    position: relative;
}
.top-menu span.top-menu-bg {
    background:url(../assets/images/top-menu-bg.png) no-repeat 0 0;
    display: block;
    height: 42px;
    position: absolute;
    right: -22px;
    top: 0;
    width: 23px;
}

.top-menu ul li a {
    background: #083356;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 42px;
    min-width: 66px;
    padding: 0 5px;
    text-align: center;
}
.top-menu > ul > li:first-child > a {
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
}
.top-menu > ul > li:last-child a::after {
  content: '';
  height: 42px;
  width: 40px;
  position: absolute;
  right: -22px;
  top: 0;
  background: url(../assets/images/top-menu-bg.png) center right no-repeat;
}
.top-menu > ul > li:last-child:hover a::after {
  background-image: url(../assets/images/top-menu-bg-active.png);
}
.top-menu > ul > li:last-child a.active::after {
  background-image: url(../assets/images/top-menu-bg-active.png);
}
.top-menu ul li a span.top-menu-item-bg {
    background: #0076b9;
    /*border-radius: 4px;*/
    height: 42px;
    left:-5px;
    position: absolute;
    /*top: -6px;*/
    right: 0;
    visibility: hidden;
    /*width: 100%;*/
    z-index: 1;
    padding: 0 6px;
}

/*.top-menu ul li.active a span.top-menu-item-bg {
    background: #08c;
}*/

/*.top-menu ul li:hover a span.top-menu-item-bg,
.top-menu li.active a span.top-menu-item-bg,
.top-menu ul li a.active span.top-menu-item-bg {
    visibility: visible;
}*/

/*.top-menu ul li a.active span.top-menu-item-bg { background-color: red ; }*/

/*.top-menu ul li:hover a span.top-menu-item-bg,
.top-menu ul li:hover a.active span.top-menu-item-bg { background: #0076b9; }*/


.top-menu ul li a:hover,
.top-menu ul li a.active {
  color: #fff;
  background-color: #0076b9;
}

.top-menu ul li:hover .top-menu-inner { left: 0; }
.top-menu-inner {
    background: #0076b9;
    -webkit-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 3px 3px -3px #000 inset;
            box-shadow: 0 3px 3px -3px #000 inset;
    display: block;
    left: -20000px;
    padding: 0 20px;
    position: absolute;
    width: auto;
}
.top-menu-inner a {
    background: none !important;
    border-bottom: 1px solid #083356;
    text-align: left !important;
    white-space: nowrap;
}
.top-menu-inner a:last-child { border-bottom: none; }
.top-menu-inner a:hover {text-decoration: underline;}
/* -------------------------------------- CONTAINER ----------------------------------------- */

#container {
    margin: 0 0 -218px;
    min-height: 100%;
    position: relative;
    width: 100%;
    z-index: 0;
}
#content { padding: 20px 20px 20px 0; position: relative; }
#content .title { text-indent: 0; }

.wrap { max-width:1300px; min-width: 980px; padding: 0 20px; position: relative; margin: 0 auto; }

.index-flex-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

.leftblock { display: table-cell; position: relative; width: 300px; min-width: 300px; vertical-align: top; }
.rightblock { display: table-cell; position: relative; width: 300px; min-width: 300px; vertical-align: top; }
.centerblock { display: table-cell; position: relative; width: auto; vertical-align: top; }

.blocktitle { height: 42px; line-height: 42px; padding: 0 0 0 20px; position: relative; }
.leftblock .blocktitle { background: #083356; -webkit-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; color: #fff; }
.centerblock .blocktitle { background: url(../assets/images/centerblocktitle.jpg) no-repeat 0 0 #083356; color: #fff; padding: 0 0 0 40px; }
.rightblock .blocktitle { padding: 0; }
.rightblock .blocktitle .rbbtlbg { background: url(../assets/images/rightblocktitle.jpg) no-repeat 0 0 #ececec; padding: 0 0 0 30px; display: table-cell; }
.rightblock .blocktitle .rbbtrbg { background: url(../assets/images/rightblocktitlegrey.png) no-repeat 0 0; display: table-cell; width: 23px; }

.rightblock-form {
  background:#ececec;
  padding:20px 20px 25px;
  margin: 20px 0 0;
  position: relative;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  font-family: Arial, sans-serif;
  z-index: 2;
}

.rightblock-form * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rightblock-form .alert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rightblock-form .fup_btn,
.rightblock-form .order-button,
.partner-form .fup_btn,
.faqform .fup_btn {
    font-size: 14px;
    font-family: Arial, sans-serif;
    background: #083356;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 2px 5px 1px #aaa;
            box-shadow: 0 2px 5px 1px #aaa;
}

.rightblock-form .order-button {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

.rightblock-form .order-button:hover {
    opacity: .8;
    border: none;
}

.rightblock-form input,
.rightblock-form textarea,
.rightblock-form .select_file {
    font-size: 14px;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 5px #ccc;
            box-shadow: 0 1px 5px #ccc;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    letter-spacing: -0.5px;
}

.rightblock-form .select_file {
  height: 40px;
  overflow: hidden;
}

.rightblock-form input:hover,
.rightblock-form textarea:hover {
    border: 1px solid #ccc;
}
.rightblock-form input:focus,
.rightblock-form textarea:focus {
    border-color: #ccc;
}

.centerblock a:hover {text-decoration: underline;}
.blocktitle a {position:absolute; right: 20px; text-decoration: underline;}
.blocktitle a:hover {text-decoration: none;}

.popupElForm{
  color: #333;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popupElForm * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popupElForm div{
    background-color: #ececec;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    margin: 20px 0 0;
    position: relative;
}

.popupElForm p{
  letter-spacing: -0.5px;
}

.popupElForm .fup_btn {
    width: 120px;
    text-align: center;
    color: #fff;
    right: 0px;
    top: 0px;
    display: block;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    z-index:2;
    -webkit-box-shadow: 0 2px 5px 1px #aaa;
            box-shadow: 0 2px 5px 1px #aaa;
}

.popupElForm .order-button {
  width: 300px;
  bottom:-10px;
  left:0;
  border: none !important;
  -webkit-border-radius: 4px !important;
          border-radius: 4px !important;
  -webkit-box-shadow: 0 2px 5px 1px #aaa;
          box-shadow: 0 2px 5px 1px #aaa;
}

.popupElForm .fup_btn,
.popupElForm .order-button{
  font-size: 14px;
  font-family: Arial, sans-serif;
  background: #083356;
  position: absolute;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: none;
  -webkit-box-shadow: 0 2px 5px 1px #aaa;
          box-shadow: 0 2px 5px 1px #aaa;
}

.popupElForm input,
.popupElForm textarea {
  font-size: 14px;
  font-family: Arial, sans-serif;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 5px #ccc;
  box-shadow: 0 1px 5px #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  letter-spacing: -0.5px;
  width: 100% !important;
}

.pagenav {}
.pagenav ul {
    display: table;
    margin: 0 auto;
    position: relative;
}
.pagenav ul li { display: table-cell; }
.pagenav ul li a { padding: 0 5px; margin: 0 5px; }

/* ---------------------------------------- INDEX SLIDER ------------------------------------ */
#slider li { padding:0; }
.prevBtn, .nextBtn { display: none; }
#controls {
    position: absolute;
    right: 50px;
    top: 385px;
    z-index: 2;
}
.controls { display: table; }
.controls li { display: table-cell; padding: 2px; }
.controls li a {
    background: url(../assets/images/navpoint.png) no-repeat 0 0;
    display: block;
    height: 23px;
    overflow: hidden;
    text-indent: -20000px;
    width: 30px;
}
.controls li.current a { background-position: 0 -23px; }

/* ---------------------------------------- FOOTER ------------------------------------------ */

footer {
    font-size: 15px;
    min-height: 220px;
    position: relative;
}
footer a, footer a:visited { color: #adadad; line-height: 14px; }
footer a:hover { color: #ccc; }
.foot-logo {
    background: url(../assets/images/logo-bw.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 80px;
    margin: 40px 0 20px;
    width: 250px;
}
.footer_email {
    background: url(../assets/images/phone.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 24px;
    padding: 0 0 0 30px;
    position: absolute;
    right: 20px;
    top: 14px;
}
#footer_h { height: 220px; }
.footer-menu {
    display: block !important;
}
.footer-menu ul li { display: inline-block; border-right: 1px solid #fff; }
.footer-menu ul li:last-child { border-right: none; }
.footer-menu ul li a {
    color: #fff;
    font-size: 12px;
    line-height: 42px;
    padding: 0 5px;
}

.footer-menu ul li a:hover {text-decoration: underline;}

#geo {
    background: url(../assets/images/geo-icon.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 90px;
    margin: 20px 0 0;
    padding: 26px 0 0 80px;
}

.phone-icon {
    background: url(../assets/images/phone-icon.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    font-family: 'Times New Roman',arial;
    line-height: 21px;
    padding: 0 0 0 25px;
}
.email-icon {
    background: url(../assets/images/mail-small-icon.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 0 0 0 31px;
}
.email-icon a { color: #000; }

.email-icon a:hover { text-decoration: underline; }

/* ------------------------------------ FOOTER SOCIALS -------------------------------------- */

footer .socials { padding: 0 0 20px; width: 248px; }
footer .socials p { font-size: 20px; line-height: 46px; margin: 0; text-align: center; }
footer .socials a { display: inline-block; height: 78px; margin: 0 7px 0 0; opacity: 0.7; width: 72px; }
footer .socials a:hover { opacity: 1; }
footer .socials #vk { background:url(../assets/images/vk.png) no-repeat 0 0; }
footer .socials #fb { background:url(../assets/images/fb.png) no-repeat 0 0; }
footer .socials #tw { background:url(../assets/images/tw.png) no-repeat 0 0; }

/* --------------------------- loginMessage --------------------------------- */

.loginMessage p.error, .loginFPErrors p.error, p.error {
    background: none repeat scroll 0 0 #ed3131;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: white;
    margin: 0 0 10px;
    padding: 8px 13px;
    white-space: normal;
    word-wrap: normal;
}

/* --------------------------- onlineorder ---------------------------------- */
#order, #callback {
    display: none;
}
#order p, #callback p {
    color: #333;
    margin: 10px 0;
}
#order_form, #callback_form {
    background: url(../assets/images/texture.jpg) repeat scroll 0 0 #fff;
    border: medium none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    height: 620px;
    left: 1px;
    width: 400px;
    padding: 30px 40px;
    position: absolute;
    top: 1px;
    z-index: 999;
}

#order_bg, #callback_bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}
.order_close {
    background: url(../assets/images/x.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
}
.onlineorder {}

.modal-backdrop {z-index: -2;}

.modal * {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
}

/*
#onlOrderTopBtn{
    background: url(../assets/images/onlorder-icon.png) no-repeat 0 0;
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 0 10px 45px;
    white-space: nowrap;
}
*/

#onlOrderTopBtn {
    background: red none repeat scroll 0 0;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    color: #fff;
    display: block;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    white-space: nowrap;
    border: 3px solid red;
    cursor: pointer;
}
a.callback {
	    cursor: pointer;
}
a.sendRequest {
	    cursor: pointer;
}

a#onlOrderTopBtn:hover {border: 3px solid red; -webkit-box-shadow: 0 0 10px 0 #cccccc; box-shadow: 0 0 10px 0 #cccccc; background: white none repeat scroll 0 0; color: red; text-decoration: none;}
/*a#onlOrderTopBtn:hover {background: url(../assets/images/onlorder-icon-hover.png) no-repeat 0 0;}*/
.callbackBtn {}
a.callbackBtn:hover {text-decoration: underline;}
.select_file {
    background: none repeat scroll 0 0 #fff;
    display: block;
    left: 0;
    line-height: 38px;
    height: 38px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    width: 108px;
    z-index: 1;
    text-align: left;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 5px #ddd;
            box-shadow: 0 1px 5px #ddd;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}
.up_file {
    visibility: hidden;
}

/* --------------------------- copyright ------------------------------------ */

.copyright { color: #666; font-size: 12px; text-align: center;}
.copyright a {color: #666 !important;}
.copyright a:hover {text-decoration: underline;}

/* ------------------------------ ERROR ------------------------------------- */

.error { color: rgb(214, 41, 41); }
.project-add-form .error { line-height: 30px; padding: 0 10px; position: absolute; }

/* --------------------------------------- PLUSO ------------------------------- */

.pluso-counter { left: 163px !important; position: absolute !important; top: 88px !important; }
.pluso-more { top: -44px !important; }

/* -------------------------------------- 404 ---------------------------------- */

#code404 {
    display: block;
    font-weight: 600;
    font-size: 400px;
    color: rgb(233, 233, 233);
    line-height: 1;
    margin: 0px auto;
    position: relative;
    text-shadow: 1px 4px 6px rgb(255, 255, 255), -1px -1px 0px rgb(153, 153, 153), 1px 4px 6px rgb(238, 238, 238);
    width: 600px;
}
#code404 span {
  -webkit-animation: lower 10s linear infinite;
          animation: lower 10s linear infinite;
}
@-webkit-keyframes lower {
  0%,12%,18.999%,23%,31.999%,37%,44.999%,46%,49.999%,51%,58.999%,61%,68.999%,71%,85.999%,96%,100% {
    opacity:0.99; color: #ccc;
  }
  19%,22.99%,32%,36.999%,45%,45.999%,50%,50.99%,59%,60.999%,69%,70.999%,86%,95.999% {
    opacity:0.4; color: none;
  }
}
@keyframes lower {
  0%,12%,18.999%,23%,31.999%,37%,44.999%,46%,49.999%,51%,58.999%,61%,68.999%,71%,85.999%,96%,100% {
    opacity:0.99; color: #ccc;
  }
  19%,22.99%,32%,36.999%,45%,45.999%,50%,50.99%,59%,60.999%,69%,70.999%,86%,95.999% {
    opacity:0.4; color: none;
  }
}

/* ------------------------------------ contacts ------------------------------------ */

.contacts dt {
    color: #08c;
    font-size: 0.875em;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.contacts dd {
    font-size: 28px;
    margin: 0 0 17px;
}
#gmap .place-card { display: none !important; }

/* -------------------------------------- jivosite ----------------------------------- */

#jivo_top_wrap div {
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
#jivosite-adword {
    display: none;
}
#jivo_phantom {
    -webkit-border-radius: 3px !important;
            border-radius: 3px !important;
}
#jivo-label.jivo-fixed-right .jivo-triangle-wraper .jivo-noise-pattern-light {
    -webkit-border-radius: 3px !important;
            border-radius: 3px !important;
}
#jivo-label.jivo-fixed-right #jivo-label-wrapper #jivo-label-text {
    background: none repeat scroll 0 0 #08c;
    -webkit-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
    padding: 10px 2px 7px 0 !important;
}
#jivo-label.jivo-fixed-right .jivo-triangle-wraper .jivo-triangle {
    border-width: 0 !important;
}
#jivo-label.jivo-fixed-right #jivo-label-wrapper #jivo-label-status {
    display: none;
}
#jivo-label.jivo-fixed-right .jivo-triangle-wraper {
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
}
#jivo-label.jivo-fixed-right #jivo-label-wrapper #jivo-label-copyright {
    display: none;
}
#jivo-label.jivo-fixed-bottom {
    background: #fff;
    -webkit-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
    height: 200px !important;
    right: 0 !important;
    top: 100px;
    width: 40px;
}
#jivo-label.jivo-fixed-bottom .jivo-triangle-wraper .jivo-noise-pattern-light {
    background-image: none !important;
    -webkit-border-radius: 3px 0 0 3px !important;
            border-radius: 3px 0 0 3px !important;
}
#jivo-label.jivo-fixed-bottom .jivo-triangle-wraper .jivo-triangle {
    border: none !important;
    float: none !important;
    position: relative;
    right: 0 !important;
    top: 0 !important;
}
#jivo-label.jivo-fixed-bottom #jivo-label-wrapper {
    border: none !important;
}
#jivo-label.jivo-fixed-bottom .jivo-triangle-wraper {
    -webkit-border-radius: 5px 0 0 5px !important;
            border-radius: 5px 0 0 5px !important;
}
#jivo_top_wrap .jivo-triangle-wraper.jivo_shadow {
    background: #fff !important;
}
#jivo-label.jivo-fixed-bottom #jivo-label-wrapper #jivo-label-status {
    background: none !important;
    height: 0 !important;
    width: 0 !important;
}
#jivo-label.jivo-fixed-bottom #jivo-label-wrapper #jivo-label-text {
    color: #0B50A3 !important;
    font-family: 'PFDinTextCondPro-Light',arial !important;
    font-size: 15px !important;
    left: -102px;
    line-height: 34px;
    padding: 0 40px 0 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 64px;
    transform: rotate(-90deg);
    -ms-transform:rotate(-90deg); /* IE 9 */
    -webkit-transform:rotate(-90deg); /* Opera, Chrome, and Safari */
    width: 200px;
}
#jivo_top_wrap .jivo-triangle-wraper .jivo-triangle-clip .jivo-css-leaf {
    height: 0 !important;
    overflow: hidden;
    position: absolute;
    width: 0 !important;
}
#jivo-chat .jivo-triangle-wraper {
    -webkit-border-radius: 4px 4px 0 0 !important;
            border-radius: 4px 4px 0 0 !important;
}
#jivo_iframe_wrap, #jivo_iframe_placeholder {
    background: #08c;
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}

/* ------------------------------------ sitemap -------------------------------------- */

.sitemap ul{ padding:10px; list-style-type:none; margin:10px 20px;}
.sitemap ul ul,.sitemap ul ul, .sitemap ul ul ul, .sitemap ul ul ul ul { padding:10px; list-style-type:none; margin:10px 20px; border-left: 2px solid #bddbe6;}
.sitemap ul li { padding:2px;}
.sitemap a{color:#666;}
.sitemap a:hover{color:#08c;}

.center-box { margin-top: 10%; }
.center-box h1 {color: #0088CC; font-size: 42px; text-align: center;}
.center-box p {text-align: center;}

/* --------------------------- breadcrumbs -----------------------------  */

.B_crumbBox li {
    background: url("../images/separator.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    display: inline-block;
    line-height: 40px;
    padding: 0 20px 0 0;
    /*font-size: 15px;*/
    font-size: 11px;
 }

.B_crumbBox li:last-child {
    background: none;
    padding: 0;
    /*margin-left: -20px;*/
}

.B_crumbBox a:hover {text-decoration: underline; color: #08c;}

/* ---------------------------- tooltip --------------------------------- */

#tt-wrap {
    display: none;
    position: absolute;
    background: #fff585;
    -webkit-box-shadow: 1px 3px 12px -3px rgba(0, 0, 0, 0.5);
            box-shadow: 1px 3px 12px -3px rgba(0, 0, 0, 0.5);
    top: -20px;
    left: 490px;
    margin: 0 20px 0 0;
    min-height: 110px;
    z-index: 2;
}
.tt-wraper {
    display: none;
    position: absolute;
    background: #fff585;
    -webkit-box-shadow: 1px 3px 12px -3px rgba(0, 0, 0, 0.5);
            box-shadow: 1px 3px 12px -3px rgba(0, 0, 0, 0.5);
    top: 20px;
    left: 0;
    margin: 0 20px 0 0;
    min-height: 110px;
    text-align: left;
    width: 400px;
    z-index: 2;
}
.tt-elem { position: relative; cursor: help; }

/* ------------------------------- yashare -------------------------------- */

.b-share_theme_counter .b-share-btn__wrap { margin: 0 5px 5px 0 !important; }

/* ------------------------------ downloadlist ---------------------------- */

.downloadlist ul li {
    line-height: 34px;
    padding: 0 26px 0 0;
    position: relative;
    font-size: 14px;
}
.downloadlist ul li span {
    background: url("../assets/images/download.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 22px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 22px;
}

.downloadlist a:hover {text-decoration: underline;}

/* ------------------------------- links icons ---------------------------- */

#calc-link {
    background:url(../assets/images/calc-icon.png) no-repeat top center;
    display: inline-block;
    padding: 90px 0 0;
    text-align: center;
    width: 16%;
}
#car-link {
    background:url(../assets/images/car-icon.png) no-repeat top center;
    display: inline-block;
    padding: 90px 0 0;
    text-align: center;
    width: 18%;
}
#images-link {
    background: url("../assets/images/image-icon.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 90px 0 0;
    text-align: center;
    width: 16%;
}
#docs-link {
    background:url(../assets/images/docs-icon.png) no-repeat top center;
    display: inline-block;
    padding: 90px 0 0;
    text-align: center;
    width: 16%;
}
#partners-link {
    background:url(../assets/images/partners-icon.png) no-repeat top center;
    display: inline-block;
    padding: 90px 0 0;
    text-align: center;
    width: 16%;
}
#faq-link {
    background:url(../assets/images/faq-icon.png) no-repeat top center;
    display: inline-block;
    padding: 90px 0 0;
    text-align: center;
    width: 15%;
}

/* ----------------------------- distrform -------------------------------- */

.distrform {position: relative; width: 326px;}
.distrform input[type="text"],.distrform input[type="email"] {
    background: url(../assets/images/distrtriangle.png) no-repeat right -1px #fff;
    border: 1px solid #ccc;
    margin: 0 0 0 20px;
    padding: 0 30px 0 10px;
    height: 40px;
    line-height: 40px;
    width: 158px;
    color: rgb(102, 102, 102);
}

div.mc-field-group:hover {opacity: 0.8;}

.distrform input[type="submit"] {
    background: #083356;
    -webkit-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    outline: medium none;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
}

/* --------------------------- newsBlock ---------------------------------- */

.newsBlock { padding: 10px 0 0; }
.newsBlock li { border-bottom: 2px solid #eee; padding: 10px 0 0 0;}
.newsBlock a:hover {text-decoration: underline;}

/* -------------------------- downloadlist -------------------------------- */

.downloadlist { padding: 10px 0 0; }

/* --------------------------- advantage ---------------------------------- */

.advantage span { background: url(../assets/images/ok.png) no-repeat 0 0; display: block; font-size: 13px; min-height: 50px; padding: 16px 20px 10px 60px;}

.topPhone { font-size:30px; font-family:'Times New Roman',arial;font-weight: bold;color: #083356;white-space: nowrap; }

/* -------------- favbtn --------------- */

#favbtn { background:url(../assets/images/fav-icon.png) no-repeat 0 0; color:#083356; display: block; line-height: 42px; padding:0 0 0 50px; }
a#favbtn:hover {text-decoration: underline; background:url(../assets/images/fav-icon-hover.png) no-repeat 0 0;}

/* ------------------------------- media ---------------------------------- */

#regbtn { position: absolute; right: 90px; font-size: 16px; top: 41px; }
@media (max-width:1000px) {
    #top-menu { display: table; float: right; margin: 10px 0 0; width: auto; }
    .onlineorder { display: none; }
    .topPhone { font-size: 20px; font-family: helvetica,arial; }
    #favbtn { display: none; }
}

.content ul {padding: 10px 20px 10px 40px; list-style: outside; margin: 10px 0; font-size: 16px;}
.content li {margin: 0 0 10px 0; font-size: 14px}
.content p {text-align: justify; font-size: 14px;}

.price-lists {list-style: url(../images/xl.png);}
.price-lists a:hover {text-decoration: underline;}

.top-link a:hover {text-decoration: underline;}
.top-link {display:table-cell; font-size:13px; font-family:arial;}

a.back-articles {text-decoration: underline;}
a.back-articles:hover {text-decoration: none;}

td.img-prod {width: 200px; border: 3px #ececec solid; -webkit-border-radius: 10px; border-radius: 10px; background-color: white; -webkit-box-shadow: 0 0 10px 0 #cccccc; box-shadow: 0 0 10px 0 #cccccc;}

.zad-stal {background-color: white; padding: 10px; -webkit-border-radius: 10px; border-radius: 10px; border: 3px #ececec solid; -webkit-box-shadow: 0 0 10px 0 #cccccc; box-shadow: 0 0 10px 0 #cccccc;}
.zad-stal h2 {text-align: center;}
.zad-stal table {width: 100%; border-bottom: 2px #ececec solid; border-right: 2px #ececec solid; font-size: 12px;}
.zad-stal table td {border-top: 2px #ececec solid; border-left: 2px #ececec solid; text-align: center;}
.zad-stal table p {text-align: center; margin: 5px 0; font-size: 12px;}
tr.first-tr td {background-color: #ececec;}
td.first-td {background-color: #ececec; padding-left: 10px; text-align: left !important;}

.block-new tr.first {
    border-bottom: 1px dashed gray;
    color: #083356;
    font-size: 14px;
    height: 50px;}
.block-new {
    background: none repeat scroll 0 0 white;
    border: 3px solid #ececec;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 #cccccc;
            box-shadow: 0 0 10px 0 #cccccc;
    display: block;
    height: auto;
    padding: 10px 10px 0;
    position: relative;
}
.block-new tr.all {
    font-size: 14px;
}
.block-new tr.first td {
    border-bottom: 1px dashed gray;
    font-size: 16px;
    font-weight: bold;
}
.block-new td {
    border-bottom: 1px dashed grey;
    height: 56px;
    text-align: center;
}
.block-new tr.last td {
    border: none;
    font-size: 14px;
}

#callback_form {height: 320px !important;}

.paging {}
.paging ul {
    display: table;
    margin: 0 auto;
    position: relative;
}
.paging ul li { display: table-cell; }
.paging ul li a { padding: 0 5px; margin: 0 5px; }
.paging ul li.active a {color:red;}

#circle {
    background-color: #af0303;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    height: 10px;
    margin: auto;
    width: 10px;
}

td.cena {
    color: #af0303;
    font-size: 18px;
}

h2.oborud-item-h2 {
    border: medium none;
    font-size: 22px;
    font-weight: normal;
    margin-top: 20px;
}

#opis_oborud h2 {
    border-bottom: medium none;
    border-top: 1px solid #cccccc;
    color: #003366;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    padding-top: 10px;
}

.p-catalog-bottom {
    color: #888888;
    font-size: 11px;
}

.opisanie {
    display: block;
    height: 200px;
    position: relative;
    width: 100%;
}

.cena {
    color: #af0303;
    font-size: 24px;
}

a.more-equipment {text-decoration: none; font-size: 12px;}
a.more-equipment:hover {text-decoration: underline;}

#back-top {
    left: 25px;
    position: fixed;
    bottom: 25px;
    z-index: 999;
}

a.up-btn img {opacity: 0.2; width: 40px;}
a.up-btn:hover img {opacity: 0.6;}

table.vmestimost-trub {background-color: white; border: 3px solid #ececec; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 0 10px 0 #cccccc; box-shadow: 0 0 10px 0 #cccccc; display: inline-block; width: 47%; margin: 10px;}
table.vmestimost-trub img {width: 150px;}
table.vmestimost-trub td {padding: 10px; font-size: 12px;}
table.vmestimost-trub h2 {}
table.vmestimost-trub p {font-size: 12px;}

table.vmestimost-trub-2 {
    background-color: white;
    border: 3px solid #ececec;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 #cccccc;
            box-shadow: 0 0 10px 0 #cccccc;
    display: inline-block;
    width: 45%;
    height: 180px;
    margin: 10px;
    vertical-align: top;
}
table.vmestimost-trub-2 img {width: 100%;}
table.vmestimost-trub-2 td {padding: 10px; font-size: 12px;vertical-align: top;}
table.vmestimost-trub-2 h2 {font-weight: bold;}
table.vmestimost-trub-p {font-size: 12px;}
table.vmestimost-trub-2 p {font-size: 14px; margin-bottom: 0; line-height: 1.4; letter-spacing: 0; padding: 0;}

.top-menu ul li {
    border-right: 1px solid #fff;
    /*display: inline-block;*/
    float: left;
    padding: 0;
    position: relative;
}

.top-menu ul li:last-child {
    border: none;
}

td.img-prod img {width: 160px;}

.mce_inline_error, #mce-success-response {background: none repeat scroll 0 0 #eee; -webkit-border-radius: 5px; border-radius: 5px; left: -99px; padding: 10px; position: absolute; top: -65px;}
input.mce_inline_error {-webkit-border-radius: 0;border-radius: 0; left: 1px; position: relative; top: 0;}

div.lyuk {background-color: white; text-align: center; border: 3px solid #ececec; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 0 10px 0 #cccccc; box-shadow: 0 0 10px 0 #cccccc; width: 200px;}
div.lyuk img {max-width: 200px;}

table.products {text-align: center; width: 854px;}
table.products a {border-bottom: none;}
table.products a:hover {border-bottom: 1px black dashed;}
td.img-prod a {border-bottom: none !important;}

.adv-menu {background: #ececec; margin: 40px 0; padding: 20px; -webkit-border-radius: 5px; border-radius: 5px;}
.adv-menu a:hover {text-decoration: underline; opacity: 0.7;}
a.mailto:hover {text-decoration: underline;}
a.onlineorder:hover {text-decoration: underline;}

ul.begin-list a:hover {text-decoration: underline;}
/* label.stun {width: 238px; height: 40px; line-height: 40px; border: 1px solid rgb(8, 51, 86); border-radius: 4px; padding: 0px 10px; color: #75758b; font-size: 14px; overflow: hidden; display: block; position: relative; letter-spacing: 0; font-size: 14px;} */
label.stun {width: 238px; height: 40px; line-height: 40px; -webkit-border-radius: 4px; border-radius: 4px; padding: 0px 10px; color: #707071; font-size: 14px; display: block; position: relative; letter-spacing: 0; font-size: 14px; overflow: hidden;}
/*label.stun:hover {border: 1px solid #ecc400;}*/
span.fup_btn {
  width: 120px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  background: none repeat scroll 0% 0% #C8000D;
  display: block;
  height: 40px !important;
  line-height: 40px;
  cursor: pointer;
  z-index:2;
}
span.fup_btn:hover {opacity: 0.8;}


#close {background: url("http://ptica-rt.ru/images/x.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); color: #fff; display: block; font: 30px/30px arial; height: 30px; position: fixed; right: 20px; top: 20px; width: 30px;}

span.asterisk {position: absolute; color: red; right: -13px; top: 13px;}
span.asterisk-string {color: red; font-size: 12px;}

a.price-link {display: inline-block; margin: 0 0 10px;}

a.price-link p {display: block; height: 50px; line-height: 50px; list-style: none outside none; margin: 0; padding: 0px 0px 0px 50px; background: url(../images/pdf-big.png) 0px 0px no-repeat scroll transparent; text-decoration: none;}

a.price-link p:hover {text-decoration: underline;}

a.vak-link {display: block; height: 50px; line-height: 50px; list-style: none outside none; margin: 10px 0; padding: 0px 0px 0px 60px; background: url(../images/word.png) 0px 0px no-repeat scroll transparent;width:150px;}

a.vak-link:hover {text-decoration:underline;}

.mobile-title {}

a.a-in-text {color: #000; text-decoration: underline;}
a.a-in-text:hover {text-decoration: none;}

table.main-nodes {width: 100%;}
table.main-nodes td {padding: 10px 20px 0 0;}
table.main-nodes p {font-size: 13px;}
table.main-nodes h3 {font-size: 20px;}

.partner-form,
.faqform {
  background:#ececec;
  padding:20px 20px 44px;
  margin: 20px 0 0;
  position: relative;
  width: 95%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  border: 1px solid #ddd;
  font-family: Arial, sans-serif;
  letter-spacing: -0.5px;
  -webkit-box-shadow: 0 10px 40px #ccc;
          box-shadow: 0 10px 40px #ccc;
}

.partner-form input,
.partner-form textarea,
.faqform input,
.faqform textarea {
  border: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 0 1px 5px #ccc;
          box-shadow: 0 1px 5px #ccc;
}

.partner-form .order-button,
.faqform .order-button {
  position: static !important;
  width: 458px !important;
  margin: 15px auto 0;
  -webkit-border-radius: 4px !important;
          border-radius: 4px !important;
  border: none;
  -webkit-box-shadow: 0 2px 5px 1px #aaa;
          box-shadow: 0 2px 5px 1px #aaa;
}

.partner-form .select_file,
.faqform .select_file {
  width: 60%;
}

.partner-form .mobile-title,
.partner-form .mobile-title {
  color: #333;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 30px !important;
}

a.a-specificaciya {color: white; background-color: #083356; padding: 2px; font-size: 11px; padding: 5px; text-decoration: none;}
a.a-specificaciya:hover {text-decoration: underline;}

div.icon-production {overflow: hidden; float: left; width: 210px; height: auto; background-color: white; border: 3px solid #ececec; -webkit-box-shadow: 0 0 10px 0 #cccccc; box-shadow: 0 0 10px 0 #cccccc; -webkit-border-radius: 10px; border-radius: 10px; margin: 0 20px 20px 0; position: relative; min-height: 210px;}
div.icon-production:hover {-webkit-box-shadow: 0 0 15px 0 #999999;box-shadow: 0 0 15px 0 #999999; text-decoration: underline;}
div.icon-production:hover a.production-link {color: #08c; text-decoration: none;}
div.icon-production-all {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0;
    min-height: 205px;
    height: auto;
    overflow: visible;
    width: 100%;
    float: left; text-align: center;}
/*a.production-link {position: absolute; bottom: 0; height: 40px; display: table;}*/
a.production-link {
    bottom: 0;
    display: table;
    height: 40px;
    position: relative;
    padding: 5px 10px;
    letter-spacing: 0;
    font-size: 16px;
    text-align: center; text-decoration: none; width: 197px;}
.production img {width: 100%;}
a.production-link:hover {color: #08c; text-decoration: underline !important;}

.all-prod {width:100%; padding: 12px 0px 0px;}
.all-prod a:hover {text-decoration: underline;}
.all-prod-block {width: 30%; display: inline-block; margin: 1%; position: relative;}
.all-prod-block p {text-align: left !important;}

div.prod-item:hover p.prod-item-header {text-decoration: underline;}
div.prod-item:hover div.catalog-link {display: none;}
div.prod-item:hover img {-webkit-box-shadow: 0 0 15px 0 #999999;box-shadow: 0 0 15px 0 #999999;}
div.our-production {width:100%; padding: 12px 0px 0px;}
div.our-production a:hover {text-decoration: none !important;}

div.catalog-link {background: url("../assets/images/catalog-link.png") no-repeat scroll 0px 0px transparent; position: absolute; bottom: 0px; right: 0px; z-index: 2; height: 93px; width: 93px;}

a.podmenu {font-size: 12px !important; line-height: 26px !important; padding-left: 15px !important;}

div.calculator {width: 380px; background-color: white;
    border: 3px solid #ececec;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 #cccccc;
            box-shadow: 0 0 10px 0 #cccccc;
    padding: 10px;}
div.calculator select {font-size: 14px; height: 30px; width: 110px; padding: 0 3px; margin: 0;}
div.calculator input {font-size: 14px; height: 30px; width: 100px; padding: 0 5px; margin: 0;}

table.calc {max-width: 550px;}
table.calc td {height: 30px; width: 260px;}
ul.price-lists li a {font-size: 16px;}

div.pipeCalc {background-color: white;
    border: 3px solid #ececec;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 #cccccc;
            box-shadow: 0 0 10px 0 #cccccc;
    padding: 10px;
    width: 390px;}
table.calc input {width: 70px; height: 25px;}
table.calc select {width: 90px; height: 25px;}
table.calc tr {line-height: 35px;}
table.calc h2 {text-align: center;}
span.download-icon {top: 5px;}

table.spipe-table td {line-height: 25px;}
img.img-content {float: right; margin: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
table.char td {text-align: left !important; padding-left: 10px;}

span.tu {font-size: 10px;}

div.articles-picture {margin: 20px 0;}
div.articles-picture p {text-align: center; font-size: 12px; opacity: 0.6;}
div.articles-picture img {height: 400px;}

.banner {
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #fff;
    padding: 50px;
    text-align: left;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px #111;
}

.banner-wrap {
    padding-top: 40px;
    background-color:rgba(0, 0, 0, 0.56);
    -webkit-border-radius: 6px;
            border-radius: 6px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
}

.banner .banner-header {
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.banner .banner-price {
    display: block;
    color:rgb(255, 235, 0);
    font-size: 17px;
    font-weight: bold;
    line-height: 0.2;
    margin-bottom: 60px;
}

.banner .banner-desc {
    width: 60%;
    font-size: 14px;
    margin-bottom: 0;
}

.banner1 {
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px #111;
}

.banner1-wrap {
    padding-top: 40px;
    background-color:#083356;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
}

.banner1 .banner-header {
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.banner1 .banner-price {
    display: block;
    color:rgb(255, 235, 0);
    font-size: 17px;
    font-weight: bold;
    line-height: 0.2;
    margin-bottom: 60px;
}

.banner1 .banner-desc {
    width: 60%;
    font-size: 14px;
    margin-bottom: 0;
}

.project-group * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.project-group {
    font-size: 0;
    margin-left: -30px;
}

.project-item {
    padding-left: 30px;
    display: inline-block;
    width: 29%;
    margin-bottom: 30px;
    vertical-align: top;
}

.project-item h2 {
    font-size: 20px;
    padding: 0;
}

.project-item p {
    font-size: 12px;
    padding: 0 !important;
}

.project-image {
    margin-bottom: 15px;
}

.project-image img {
    max-width: 100%;
}

.project-group
a:hover {text-decoration: underline;}

.order-form {
  background-color: #ececec;
  padding: 20px;
  clear: both;
  margin-bottom: 50px;
  font-family: Arial, sans-serif;
  letter-spacing: -0.5px;
}
.order-form * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order-form .arrow-group {
  height: 14px;
  background: url(/theme/resources/images/arrow-up.png) no-repeat;
  display: none;
  margin-top: 10px;
  background-position-x: 190px;
}
.order-form .arrow-group2 {
  height: 14px;
  background: url(/theme/resources/images/arrow-up2.png) no-repeat;
  display: none;
  margin-top: 10px;
  background-position-x: 560px;
}

.order-form .btn-group {
    margin-bottom: 24px;
    display: table-cell;
    height: 48px;
    vertical-align: bottom;
}
.order-form .btn-group .btn1 {
  display: block;
  /*background: url(/theme/resources/images/order1-btn.png);*/
  background: #083356;
  width: 403px;
  height: 44px;
  color: white;
  text-decoration: none;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  float: left;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.order-form .btn-group .btn1:hover {
  /*background-position: 0 -44px;*/
  opacity: .8;
}
.order-form .btn-group .btn1:active {
  background-position: 0 -88px;
  padding-top: 4px;
  height: 40px;
}
.order-form .btn-group .btn2 {
  display: inline-block;
  background: url(/theme/resources/images/order2-btn.png) no-repeat 0px;
  width: 232px;
  height: 44px;
  color: #0084c2;
  text-decoration: none;
  line-height: 44px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  margin-left: 65px;
}
.order-form .btn-group .btn2:hover {
  color:red;
}
.order-form .btn-group .btn2 span {
    border-bottom: 1px dashed;
}
/*.order-form .input-group,*/
/*.order-form .input-group2 {*/
  /*background-color: #ececec;*/
  /*border-radius: 4px;*/
  /*padding: 20px;*/
  /*overflow: auto;*/
  /*display: none;*/
  /*-webkit-box-shadow: 0 10px 40px #ccc;*/
          /*box-shadow: 0 10px 40px #ccc;*/
  /*border: 1px solid #e4e4e4;*/
/*}*/
/*.order-form .input-group span,*/
/*.order-form .input-group2 span {*/
  /*color: #707071;*/
  /*width: 80px;*/
  /*display: block;*/
  /*float: left;*/
  /*margin-top: 7px;*/
/*}*/
/*.order-form .input-group input,*/
/*.order-form .input-group textarea,*/
/*.order-form .input-group2 input,*/
/*.order-form .input-group2 textarea {*/
    /*font-family: Arial, sans-serif;*/
    /*letter-spacing: -0.5px;*/
    /*border-radius: 4px;*/
    /*color: #333;*/
    /*border: 1px solid #ddd;*/
    /*height: 32px;*/
    /*width: 100%;*/
    /*!*margin-left: 10px;*!*/
    /*!*margin-bottom: 20px;*!*/
    /*margin: 5px 0 10px;*/
    /*padding: 0 5px 3px;*/
    /*font-size: 14px;*/
    /*-webkit-box-shadow: 0 1px 5px #ccc;*/
            /*box-shadow: 0 1px 5px #ccc;*/
/*}*/
/*.order-form .input-group textarea,*/
/*.order-form .input-group2 textarea {*/
  /*height: 69px;*/
  /*padding-top: 6px;*/
  /*padding-left: 6px;*/
  /*margin-bottom: 0;*/
/*}*/

/*.order-form .input-group textarea::-webkit-input-placeholder,
.order-form .input-group2 textarea::-webkit-input-placeholder {
  font-family: Georgia, serif;
}
.order-form .input-group textarea::-moz-placeholder,
.order-form .input-group2 textarea::-moz-placeholder {
  font-family: Georgia, serif;
}
.order-form .input-group textarea:-ms-input-placeholder,
.order-form .input-group2 textarea:-ms-input-placeholder {
  font-family: Georgia, serif;
}
.order-form .input-group textarea:-moz-placeholder,
.order-form .input-group2 textarea:-moz-placeholder {
  font-family: Georgia, serif;
}*/

.order-form .input-group .inp,
.order-form .input-group2 .inp {
  float: left;
  width: 50%;
  font-size: 14px;
  padding: 0 20px;
}
.order-form .input-group .inp .error-inp,
.order-form .input-group2 .inp .error-inp {
  border: 1px solid red;
}
.order-form .input-group .sbm,
.order-form .input-group2 .sbm {

}
.order-form .input-group .sbm .btn-sbm,
.order-form .input-group2 .sbm .btn-sbm {
  display: block;
  /*background: url(/theme/resources/images/send-btn.png) -1px -1px;*/
  background: #083356;
  border: none;
  margin: 0;
  margin-top: -3px;
  /*width: 111px;*/
  height: 32px;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
    -webkit-box-shadow: 0 2px 5px 1px #aaa;
            box-shadow: 0 2px 5px 1px #aaa;
}
.order-form .input-group .sbm .btn-sbm:hover,
.order-form .input-group2 .sbm .btn-sbm:hover {
  opacity: .8;
}
.order-form .input-group .phone-help, .order-form .input-group2 .phone-help {
  margin-top: -5px;
  font-size: 14px;
  color: #f6ff00;
  margin-left: 81px;
  display: none;
  width: 300px;
  font-style: italic;
  line-height: 20px;
}
.order-form .text-group {
  margin-top: 12px;
  font-style: italic;
  width: 320px;
}
.order-form .order-success {
  color: white;
  background-color: #2872dc;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 20px;
  overflow: auto;
  margin: 0;
}
.order-form .order-success-lite {
  background-color: #0391d4;
}
.order-form .stun {
  padding: 0;
  margin: 0;
  /*position: static;*/
  height: auto;
  width: auto;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}
.order-form .stun .select_file {
  position: static;
  height: 32px;
  line-height: 1.7;
  -webkit-border-top-right-radius: 0px;
          border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
          border-bottom-right-radius: 0px;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  padding: 5px;
  -webkit-box-shadow: 0 2px 5px 1px #aaa;
          box-shadow: 0 2px 5px 1px #aaa;
}
.order-form .stun .fup_btn {
  position: static;
  -webkit-box-shadow: 0 1px 5px #ccc;
          box-shadow: 0 1px 5px #ccc;
  height: 32px !important;
  line-height: 32px !important;
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  background-color: #083356;
  color: #fff;
  -webkit-box-shadow: 0 2px 5px 1px #aaa;
          box-shadow: 0 2px 5px 1px #aaa;
}
.order-form .stun .fup_btn:hover {
  opacity: .8;
}
.order-form .stun span {
  margin-top: 0;
  width: 50%;
}
.order-form .stun input[type='file'] {
  position: absolute;
}

 /* compred forms */
 .compred {
    background-color: #ececec;
    margin-bottom: 50px;
    padding: 20px;
    max-width: 960px;
}

.compred * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.compred .alert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.compred-controls {
    font-size: 0;
}

.compred__btn {
    background: #083356;
    display: block;
    width: 100%;
    text-align: center;
    border: 2px solid transparent !important;
    outline: 0;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.compred__btn:hover {
    background-color: transparent;
    color: #083356;
    border: 2px solid #083356 !important;
}

.compred__btn--inverse {
    background-color: transparent;
    background-image: url(https://sintezpipe.ru/theme/resources/images/order2-btn.png);
    background-repeat: no-repeat;
    background-position: 30% center;
    color: #083356;
}

.compred__btn--inverse:hover {
    text-decoration: underline;
    border-color: transparent; 
}

.compred-form {
    display: none;
    margin-top: 30px;
}

.compred-form.open {
    display: block;
}

.compred-form label {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: normal;
}
 /* compred forms [END] */

#sendResult {
    background: transparent;
    font-family: Georgia, serif !important;
    font-size: 18px;
    color: #083356;
}
#sendResult p{
    font-size: 18px;
    color: #083356;
}

.popupElForm div#sendResult:after {
    content: '';
    display: block;
    background: url('/theme/resources/images/sendIcon.png') no-repeat center / contain;
}

#order_form.popupElForm div#sendResult:after {
    height: 200px;
    margin: 90px auto 0;
}

#callback_form.popupElForm div#sendResult:after {
    height: 120px;
    margin: 30px auto 0;
}

hr {
margin-top:20px;
border: 1px solid transparent;
border-top: 1px solid #eee;
}

.modal button.close {
    height: 30px !important;
    width: 30px !important;
    padding: 0 !important;
    line-height: 1 !important;
    vertical-align: top !important;
    margin-top: -4px !important;
}

.index-projects {
    width: 70%;
    height: 150px;
    margin-top: -152px;
}

.index-projects * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.index-project__item {
    position: relative;
    background: #ececec;
    height: 150px;
    padding: 20px;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}

.index-project__item:first-child {
    background-color: #ececec;
    color: #083356;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.index-project__item-image {
    height: 100%;
}

.index-project__item-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0, 0.6);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,0)), color-stop(60%, rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(0,0,0,0.6) 60%);
    background: -o-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(0,0,0,0.6) 60%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(248,80,50,0)), color-stop(60%, rgba(0,0,0,0.6)));
    background: linear-gradient(to bottom, rgba(248,80,50,0) 0%, rgba(0,0,0,0.6) 60%);
}

.index-project__item-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 500ms;
            -o-transition: 500ms;
            transition: 500ms;
}

.index-project__item:hover img {
    -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
        transform: scale(1.1);
}

.index-project__item-title {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    opacity: 0.9;
}