/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, sub, sup, tt, var,
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;
    /*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    position:relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    min-width: 1000px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix::after {
    content:'';
    display:block;
    clear:both;
    height:0;
}
input:focus,
textarea:focus,
button:focus {
    outline: none;
}
input[type="button"],
button {
    border: none;
    outline: none;
    font-size: 18px;
    cursor: pointer;
}
input {outline: none;}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #000 !important;
    color: #000 !important;
}
a {
    text-decoration: none;
    outline: 0 none;
}
a,
button,
input[type='button'],
input[type='submit'] {
    cursor:pointer;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    outline:0 none
}
@font-face {
    font-family: 'WorldofWater';
    src: url('../fonts/WorldofWater-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/WorldofWater-Regular.woff') format('woff'), url('../fonts/WorldofWater-Regular.ttf')  format('truetype'), url('../fonts/WorldofWater-Regular.svg#WorldofWater-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.container {
    max-width: 1290px;
    margin: 0 auto;
}
p {
    line-height: 20px;
    max-height: 1000em;
    -moz-text-size-adjust: none;
}
h1, h2 {
    max-height: 1000em;
    -moz-text-size-adjust: none;
}
h2 {
    font-size: 24px;
    padding: 28px 0 22px 0;
}
.page_content {
    padding: 0 27px;
}
.fright {
    float: right;
}
.fleft {
    float: left;
}
/****************HEADER****************/
.overflow_banner {
    background-color: #fff;
    font-weight: 300;
}
.fixed_slide {
    height: 507px;
    width: 100%;
    background: url('../img/h_banner.jpg') 23% 50% no-repeat;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 0 10000px rgba(0,0,0,0.4);
    box-shadow: inset 0 0 0 10000px rgba(0,0,0,0.4);
    position: fixed;
    z-index: -1;
    min-width: 1000px;
}
.fixed_slide.vacancy {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url('../img/v_banner.jpg') 50% 50% no-repeat;
    background-size: cover;
}
.fixed_slide.advertising {
    background: url('../img/r_banner.jpg') 50% 50% no-repeat;
    background-size: cover;
}
.fixed_slide.contacts {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url('../img/c_banner.jpg') 50% 50% no-repeat;
    background-size: cover;
}
.header_banner {
    height: 507px;
    width: 100%;
    padding: 23px 27px 0 27px;
    overflow: hidden;
    position: relative;
}
header {
    height: 40px;
    overflow: hidden;
}
.logo {
    float: left;
    position: relative;
    top: -6px;
}
.logo>a {
    display: inline-block;
    font-family: 'WorldofWater', sans-serif;
    font-size: 50px;
    color: #fff;
}
.dott {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    height: 8px;
    line-height: 0;
    margin: 0 2px 0 1px;
    /* vertical-align: 8px; */
    width: 8px;
    position: relative;
    top: -8px;
}
.header_banner nav {
    float: right;
    margin-top: 16px;
}
.header_banner nav>ul>li {
    display: inline-block;
    padding-left: 38px;
    vertical-align: bottom;
}
.header_banner nav>ul>li>a {
    font-weight: 600;
    color: #fff;
}
.header_banner nav>ul>li>a:hover {
    color: #b7b7b7;
}
.b_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.4;
    color: #fff;
    width: 95%;
}
.b_text h1 {
    font-size: 44px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
/***************PAGE_NAV**************/
.page_nav_line {
    height: 61px;
    background-color: #363636;
    z-index: 99999;
}
.page_nav_line > .container {
    position: relative;
}
.page_nav_line.fixed {
    position: fixed;
    width: 100%;
    min-width: 1000px;
    top: 0;
    left: 0;
}
.page_nav_line ul {
    text-align: center;
}
.page_nav_line ul>li{
    display: inline-block;
    padding: 0 25px;
    line-height: 61px;
}
.page_nav_line ul>li>a {
    color: #fff;
    font-weight: 600;
}
.page_nav_line ul>li>a:hover {
    color: #b7b7b7;
}
.page_nav_line ul>li.active>a {
    color: #b7b7b7;
}
#top {
    position: absolute;
    top: 15px;
    right: 50px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #363636;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    display: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid transparent;
}
#top:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border: 3px solid #363636;
    top: 11px;
    left: 8px;
    position: absolute;
    transform: rotate(45deg);
    border-bottom: none;
    border-right: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#top:hover:after {
    border-color: #fff;
}
#top:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 0 15px #363636 inset;
    box-shadow: 0 0 0 15px #363636 inset;
    background: transparent;
    border-color: #fff;
}
/*///////////////ABOUT-COMPANY-TPL//////////////////*/

/****************ABOUT-PORT***************/
#about {
    padding-top: 10px;
}
#about > img {
    float: right;
    margin: 0 5px 0 40px;
}
.a_features {
    margin-top: 35px;
}
.a_features>ul {
    text-align: justify;
}
.a_features>ul:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 100%;
}
.a_features>ul>li {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.a_features>ul>li.active {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.f_img_wrap {
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.f_img_wrap>span {
    font-size:110px;
    font-weight:500;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.f_img_wrap>span.icon-mail {
    font-size:100px;
}
.f_img_wrap>span.icon-globe {
    font-size:85px;
}
.f_img_wrap>span.icon-box {
    font-size: 90px;
}
.count {
    margin-top: 19px;
    font-weight: 600;
}
/**************HISTORY*************/
#history>h2 {
    padding-top: 20px;
}
.h_line {
    margin: 28px 0 17px 0;
    position: relative;
    min-height: 120px;
}
.line {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 9px;
    background-color: #008ce7;
    top: 44px;
    border-radius: 5px;
}
.h_line>ul {
    text-align: justify;
}
.h_line>ul:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 100%;
}
.h_line>ul>li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    opacity: 0;
}
.h_year {
    font-weight: 400;
}
.h_line .circle {
    width: 20px;
    height: 20px;
    margin: 18px auto 7px auto;
    display: block;
    border-radius: 50%;
    background-color: #ff8124;
    position: relative;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.h_line .circle.active {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
/**************PROJECTS******************/
#projects>h2 {
    padding-top: 31px;
}
#projects h3 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 35px;
}
.p_line {
    margin: 31px 0 17px 0;
}
.p_line>ul {
    text-align: justify;
}
.p_line>ul:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 100%;
}
.p_line>ul>li {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.p_line>ul>li.active {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.p_img_wrap {
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.p_img_wrap>span {
    font-size: 100px;
    font-weight: 500;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
/*///////////////VACANCY-TPL//////////////////*/

.vacancy_p {
    padding-right: 88px;
}
/**************OUR-OFFICE*************/
#our_office {
    padding-top: 36px;
}
#our_office>h2 {
    padding-top: 0;
}
#our_office>.o_img_wrap {
    width: 48%;
    margin-top: 35px;
}
#our_office img {
    width: 100%;
    height: auto;
}
/**************VACANCY***************/
.v_list {
    margin-top: 25px;
}
.v_desc {
    display: none;
}
.v_list>li {
    border-top: 1px solid #e0e0e0;
    padding: 21px 0 23px 0;
    position: relative;
    cursor: pointer;
}
.v_list>li:last-child {
    border-bottom: 1px solid #e0e0e0;
}
.v_list>li.opened:after {
    margin-top: -1px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 32px;
}
.v_list>li:after {
    content: '';
    position: absolute;
    top: 28px;
    right: 16px;
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #008ce7;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: none;
    border-top: none;
}
.v_list h3 {
    font-size: 24px;
    font-weight: 300;
}
.v_list p {
    margin-top: 22px;
}
.v_list>li>.v_desc>strong {
    margin: 24px 0px 15px 0;
    display: block;
}
.v_list>li>.v_desc>ul {
    line-height: 20px;
}
.v_list>li>.v_desc>ul>li {
    padding-left: 8px;
    position: relative;
}
.v_list>li>.v_desc>ul>li:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #000;
    top: 8px;
    left: 0;
}
/***************SEND-SUMMARY**************/
#send_summary>h2 {
    padding-top: 34px;
}
.send_form {
    font-weight: 400;
    margin-top: 28px;
}
.send_form input,
.send_form textarea,
.send_form select {
    height: 32px;
    width: 378px;
    padding: 0 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #d1d1d1;
    -webkit-box-shadow: inset 1px 1px 8px 1px rgba(0,0,0,0.05);
    box-shadow: inset 1px 1px 8px 1px rgba(0,0,0,0.05);
    background-color: #fff;
}
.send_form input.error_valid,
.send_form input.error_valid:focus,
.send_form textarea.error_valid,
.send_form textarea.error_valid:focus,
.send_form select.error_valid,
.send_form select.error_valid:focus{
    border-color: #ff9595;
}
.send_form input:hover,
.send_form input:focus,
.send_form textarea:hover,
.send_form textarea:focus,
.send_form select:hover,
.send_form select:focus {
    border-color: #a5a5a5;
}
.send_form select:active,
.send_form select:focus {
    outline: none;
}
.send_form label {
    width: 149px;
    display: inline-block;
    line-height: 32px;
    vertical-align: top;
}
.send_form .form_row {
    margin-bottom: 25px;
}
.send_form #btn_send {
    border: none;
    width: 110px;
    background-color: #008ce7;
    font-weight: 400;
    color: #fff;
    margin-left: 149px;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.send_form #btn_send:hover {
    opacity: 0.7;
}
/*////////////////////ABILITY-TPL//////////////////////*/

/*************OUR-ABILITY***************/
#our_ability {
    padding-top: 8px;
    overflow: hidden;
}
#our_ability>h2 {
    padding-bottom: 30px;
}
.o_diagram {
    margin: 33px -3% 33px -3.6%;
}
.o_diagram>li{
    text-align: center;
    vertical-align: top;
    width: 33.3%;
    float: left;
    position: relative;
}
.o_diagram>li>h3 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 55px;
}
.d_wrap {
    position: relative;
    min-height: 200px;
}
.d_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.d_circle canvas {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    padding: 6px;
}
.d_wrap>div:first-child canvas {
    border: none;
}
.d_circle>span {
    display: block;
    width: 105px;
    height: 20px;
    position: absolute;
    right:0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
	transform: skew(50deg);
    -webkit-transform: skew(50deg);
    -moz-transform: skew(50deg);
    -o-transform: skew(50deg);
    font-weight: 400;
    font-size: 13px;
    opacity: 0;
    -webkit-transition: all 0.3s linear 1s;
    -moz-transition: all 0.3s linear 1s;
    -o-transition: all 0.3s linear 1s;
    transition: all 0.3s linear 1s;
}
.notify.active {
    opacity: 1;
}
.d_circle>span>span {
	transform: skew(-50deg);
    -webkit-transform: skew(-50deg);
    -moz-transform: skew(-50deg);
    -o-transform: skew(-50deg);
	display:block;
	position:relative;
	white-space:nowrap;
}
.d_circle>span>span>b {
	font-weight:600;
}
.d_circle.she>span,
.d_circle.id>span {
    left: -69px;
    top: 0;
}
.d_circle.he>span,
.d_circle.ru>span,
.d_circle.g>span {
    border: none;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    bottom: 0;
    left: 165px;
}
.d_circle.ua>span {
    left: -104px;
    top: 30px;
}
.d_circle.md>span,
.d_circle.am>span,
.d_circle.b>span,
.d_circle.y>span {
    border: none;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: skew(-50deg);
    -moz-transform: skew(-50deg);
    -o-transform: skew(-50deg);
    bottom: 0px;
    left: -87px;
}
.d_circle.md>span>span,
.d_circle.am>span>span,
.d_circle.b>span>span,
.d_circle.y>span>span {
    -webkit-transform: skew(50deg);
    -moz-transform: skew(50deg);
    -o-transform: skew(50deg);
}
.d_circle.am>span,
.d_circle.b>span {
    border: none;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    bottom: 73px;
    left: 108px;
    height: 50px;
}
.d_circle.b>span {
    height: 20px;
    top: 1px;
    left: 170px;
}
.d_circle.o>span {
    top: -4px;
    left: -63px;
}
.d_circle.y>span {
    bottom: 58px;
    left: -109px;
}
.d_circle.g>span {
    bottom: -41px;
    left: 85px;
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -o-transform: skew(40deg);
    height: 50px;
}
.d_circle.g>span>span {
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
}
.d_circle+p{
    position: absolute;
    font-weight: 400;
    font-size: 13px;
}
.d_circle+p>span {
    font-weight: 600;
}
.d_circle.she>span>span {
    left: 12px;
    top: -19px;
}
.d_circle.he>span>span {
    left: 16px;
    top: 1px;
}
.d_circle.id>span>span {
    left: 13px;
    top: -19px;
}
.d_circle.ua>span>span {
    top: -19px;
    left: 5px;
}
.d_circle.md>span>span {
    left: -24px;
}
.d_circle.ru>span>span {
    left: 10px;
    top: 1px;
}
.d_circle.am>span>span {
    top: -19px;
    left: -17px;
}
.d_circle.o>span>span {
    top: -19px;
    left: 9px;
}
.d_circle.b>span>span {
    top: -19px;
    right: 13px;
}
.d_circle.y>span>span {
    left: -21px;
}
.d_circle.g>span>span {
    top: 31px;
    right: -33px;
}
.blue {
    color: #028ee6;
}
.orange {
    color: #ff6f08;
}
.light_orange {
    color: #ffad42;
}
.green {
    color: #87be3f;
}
.yellow {
    color: #ffd042;
}
/***************OUR-FORMATS*************/
#our_formats>h2 {
    padding-bottom: 33px;
    padding-top: 18px;
}
.o_fullpic {
    width: 100%;
    height: 375px;
    margin: 34px 0;
    position: relative;
    overflow: hidden;
}
.o_fullpic .overlay,
.o_banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.o_fullpic:hover .overlay,
.o_banner:hover .overlay {
    background: rgba(0, 0, 0, 0.6);
}
.o_fullpic figure,
.o_banner figure {
    position: absolute;
    top: 50%;
    margin: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    padding: 45px 50px;
    cursor: pointer;
}
.o_fullpic:hover figure,
.o_banner:hover figure {
    top: 0;
}
.o_fullpic figcaption,
.o_banner figcaption {
    padding-left: 3px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.o_fullpic:hover figcaption,
.o_banner:hover figcaption {
    opacity: 1;
}
.o_fullpic figure>span,
.o_banner figure>span {
    font-weight: 400;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 120%;
    display: block;
    margin-bottom: 10px;
}
.o_fullpic>img {
    width: 1290px;
    height: 375px;
}
.o_banner {
    position: relative;
    width: 48%;
    height: 360px;
    overflow: hidden;
}
.o_banner img {
    width: 620px;
    height: 360px;
}
/***Modal***/
.shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 99999;
    display: none;
}
.modal,
.small_modal {
    position: absolute;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 999999;
    display: none;
    opacity: 0;
}
.modal {
    width: 800px;
    min-height: 585px;
    padding: 35px 90px 90px 90px;
}
.small_modal {
    width: 500px;
    height: auto;
    padding: 50px 20px;
    top: -10%;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}
.modal .m_title {
    position: relative;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
}
.modal .m_title>span {
    font-size: 24px;
    color: #595959;
}
.modal .m_title>p {
    line-height: 48px;
}
.m_close {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 32px;
    color: #595959;
    font-weight: 300;
}
.m_close:hover {
    color: #008ce7;
}
.modal .m_content {
    text-align: center;
    margin-top: 50px;
    min-height: 370px;
    position: relative;
}
.modal .m_content>img {
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
/******************SEASONAL-COEFF**************/
#seasonal_coeff>h2 {
    padding: 40px 0 33px 0;
}
.s_table {
    width: 100%;
    margin-top: 35px;
    text-align: center;
    font-weight: 400;
}
.s_table tr td {
    padding: 18px 0;
}
.s_table thead {
    background-color: #cfcfcf;
    font-weight: 600;
}
.s_table tbody>tr:nth-child(even) {
    background-color: #ebeff1;
}
/********************ORDER-ADVERTISING****************/
#order_advertising>h2 {
    padding: 40px 0 33px 0;
}
#order_advertising a {
    color: #008ce7;
    text-decoration: underline;
}
#order_advertising a:hover {
    text-decoration: none;
}
#order_advertising>span {
    display: block;
    line-height: 20px;
}
#order_advertising>span>a {
    color: #000;
}
#order_advertising>span>a:hover {
    color: #b7b7b7;
}
#order_advertising>p {
    margin-bottom: 20px;
}
#advertising_form textarea {
    height: 100px;
    padding-top: 5px;
    resize: none;
}
#order_advertising+footer {
    margin-top: 55px;
}

/*//////////////////CONTACTS-TPL////////////////////*/

/****************CONTACT-FORM***************/
#contact_form {
    padding: 38px 0;
}
.c_desc {
    background-color: #363636;
    padding: 3% 2.8% 4.2% 2.8%;
    color: #fff;
    width: 23.5%;
}
.c_desc>h2 {
    padding: 0;
}
.c_desc>p {
    margin-top: 22px;
}
.c_form {
    width: 76.5%;
    padding-top: 10px;
}
.c_form .fright,
.c_form .fleft {
    width: 50%;
    padding-left: 4%;
}
#form_contact input,
#form_contact textarea,
#form_contact .jq-selectbox,
#form_contact .jq-file {
    width: 70%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
#attach,
#subject {
    opacity: 0;
    width: 70%;
}
#form_contact textarea {
    height: 144px;
    padding: 5px 14px;
    resize: none;
}
#form_contact label {
    width: 30%;
}
#form_contact #btn_send {
    margin-left: 17.8%;
    vertical-align: top;
    float: left;
}
#form_contact p {
    display: inline-block;
    line-height: 15px;
    font-size: 13px;
    margin: -2px 0px 0px 10px;
    color: #6f6f6f;
}
#form_contact p>a {
    text-decoration: underline;
    color: #008ce7;
}
#form_contact p>a:hover {
    text-decoration: none;
}
#attach {
    left: 0;
    bottom: 0;
}
#form_contact p#attach_error {
    float: right;
    color: #ff9595;
    margin: 0;
}
#my_iframe {
    height: 0;
}
/******************ADDRESS****************/
#address {
    position: relative;
}
#gmap_canvas img {
    max-width:none!important;
    background:none!important
}
#address+.page_content {
    margin: 0 !important;
}
.a_desc {
    width: 300px;
    position: absolute;
    z-index: 500;
    background-color: #fff;
    top: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 40px 35px;
}
.a_desc>h2 {
    padding: 0;
}
.a_desc>p {
    margin-top: 20px;
    line-height: 17px;
}
.a_desc>.a_address {
    font-weight: 400;
}
.a_desc>.a_metro {
    background: url('../img/metro.png') top left no-repeat;
    padding-left: 35px;
}
.gm-style-pbc+div>div {
    background-color: rgba(0,0,0,0.1);
}
.gm-svpc,
.gm-style-mtc {
    display: none;
}
.gm-bundled-control {
    bottom: 365px !important;
}
/****************POST*****************/
#post>h2{
    padding: 37px 0;
}
#post .p_list>li {
    float: left;
    width: 32%;
    margin: 0 2% 2% 0;
}
#post .p_list>li:nth-child(3n) {
    margin-right: 0;
}
#post .p_list>li>a {
    color: #343334;
    padding: 9.3% 7%;
    display: block;
    border: 1px solid #e5e6e7;
}
#post .p_list>li>a:hover {
    color: #008ce7;
    border-color: #008ce7;
}
#post .p_list>li>a>span {
    display: block;
    margin-bottom: 5px;
}
/*******************FOOTER****************/
footer {
    margin-top: 90px;
    padding-bottom: 12px;
}
.footer_top .dott {
    position:relative;
    top:-8px;
    background-color: #343334;
}
footer .footer_top a {
    color: #343334;
    display: inline-block;
    font-family: 'WorldofWater', sans-serif;
    font-size: 50px;
    margin-bottom: 17px;
}
footer .footer_bottom {
    border-top: 1px solid #e0e0e0;
    padding-top: 12px;
}
footer .footer_bottom .footer_bottom_line .fmenu {
    float: left;
}
footer .footer_bottom .footer_bottom_line .fmenu ul li {
    float:left;
    margin-right: 25px;
}
footer .footer_bottom .footer_bottom_line .fmenu ul li:last-child {
    margin-right: 0;
}
footer .footer_bottom .footer_bottom_line .fmenu ul li a {
    color: #6f6f6f;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
}
footer .footer_bottom .footer_bottom_line .fmenu ul li a:hover {
    color: #008ce7;
}
footer .footer_bottom .footer_bottom_line .language {
    float: right;
    position: relative;
    width: 138px;
    margin-right: 32px;
}
footer .footer_bottom .footer_bottom_line .language .language_current {
    background: #FFFFFF;
    border: solid 1px #e0e0e0;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 68px 7px 18px;
    position: relative;
    width: 100%;
}
footer .footer_bottom .footer_bottom_line .language .language_current span {
    color: #6f6f6f;
    font-size: 14px;
}
footer .footer_bottom .footer_bottom_line .language .language_current:after {
    background: url(../img/lang-arrow.png) 50% 50% no-repeat;
    content: '';
    height: 6px;
    margin-top: -3px;
    position: absolute;
    right: 12px;
    top: 50%;
    width: 12px;
}
footer .footer_bottom .footer_bottom_line .language .language_current.changed:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
footer .footer_bottom .footer_bottom_line .language .language_dropUp {
    background: #FFFFFF;
    border: solid 1px #e0e0e0;
    border-bottom: none;
    display: none;
    position: absolute;
    top: -111px;
    width: 100%;
}
footer .footer_bottom .footer_bottom_line .language .language_dropUp a {
    color: #6f6f6f;
    display: inline-block;
    font-size: 14px;
    padding: 0px 18px;
    width: 100%;
    line-height: 28px;
}
footer .footer_bottom .footer_bottom_line .language .language_dropUp a:hover {
    background-color: #ededed;
}
footer .footer_bottom .footer_bottom_line .language .language_dropUp.opened {
    display: block;
}
footer .footer_bottom .footer_bottom_line .social {
    float: right;
    margin-left: 15px;
}
footer .footer_bottom .footer_bottom_line .social ul {
    font-size: 0;
}
footer .footer_bottom .footer_bottom_line .social ul li {
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
}
footer .footer_bottom .footer_bottom_line .social ul li img:hover {
    opacity: 0.7;
}
#advertising_form p {
    display: inline-block;
    line-height: 15px;
    font-size: 13px;
    margin: -2px 0px 0px 10px;
    color: #6f6f6f;
	vertical-align: middle;
}
#vacancy_form p {
    display: inline-block;
    line-height: 15px;
    font-size: 13px;
    margin: -2px 0px 0px 10px;
    color: #6f6f6f;
	vertical-align: middle;
}
#vacancy_form p>a {
    text-decoration: underline;
    color: #008ce7;
}
.grecaptcha-badge {
	visibility:hidden;
}