@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic&subset=latin,cyrillic);
p li {
    font-size: 16.7px
}

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;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

ol,
ul,
li {
    list-style: disc;
    margin: 0px;
    padding: 0px;
    font-size: 16.7px;
}

ol,
ul {
    padding-left: 20px;
    list-style-type: disc
}

li span {
    color: #777777;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.clear {
    clear: both;
}

b,
strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

a {
    color: #b28b36;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

input,
button {
    padding: 0px;
    margin: 0px;
    line-height: normal;
    outline: none;
    border: none;
    font-family: 'Cuprum', sans-serif;
}

textarea {
    font-family: 'Cuprum', sans-serif;
}

button {
    cursor: pointer;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder {
    color: #a7a7a7;
}

::-moz-placeholder {
    color: #a7a7a7;
}

:-moz-placeholder {
    color: #a7a7a7;
}

:-ms-input-placeholder {
    color: #a7a7a7;
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

:focus {
    outline: none;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    font-family: 'Cuprum', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #0e4267;
}

p {
    font-size: 16.7px
}

.wrp,
.wrapper {
    width: 920px;
    /*min-width: 920px;*/
    margin: 0 auto;
    position: relative;
}

.header2 .wrp {
    display: flex;
    justify-content: space-between;
}


/*   top menu   */

.top_menu {
    /*min-width: 920px;*/
    height: 35px;
    line-height: 35px;
    background: url("../images/bg_2.png") 0px 0px repeat-x #093c60;
    overflow: hidden;
}

.top_menu ul {
    text-align: center;
}

.top_menu ul li:first-child {
    margin-left: 0px;
    padding-left: 0px;
    background: none;
}

.top_menu ul li {
    display: inline-block;
    background: url("../images/separator.png") 0px 50% no-repeat;
    height: 35px;
    margin-left: 35px;
    padding-left: 35px;
}

.top_menu ul li:first-child {
    padding-left: 0px
}

.top_menu ul li:last-child {
    padding-right: 0px;
}

.top_menu ul li a {
    font-size: 22.7px;
    color: #ffffff;
    text-decoration: none;
}

.top_menu ul li a:hover,
.top_menu ul li a.active {
    text-decoration: underline;
}


/*   header   */

.header {
    height: 151px;
    margin-bottom: -10px;
    background: #fff;
    overflow: hidden;
    background: none
}

.header2 {
    box-shadow: 0px 0px 2px 3px #bebebe;
    -webkit-box-shadow: 0px 0px 2px 3px #bebebe;
    -moz-box-shadow: 0px 0px 2px 3px #bebebe;
    margin: 0px 0 10px;
    display: table;
    width: 100%;
    /* padding-bottom: 16px; */
}

.header .logo {
    float: left;
    width: 341px;
    height: 100%;
    margin: 31px 0px 0px 20px;
}

.header .contact_number {
    float: left;
    /* height: 117px; */
}

.header .contact_number ul {
    display: block;
    padding: 15px 0px 15px 0px;
}

.header .contact_number ul li {
    display: block;
    background: url("../images/tel_icon.png") 0px 7px no-repeat;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    color: #0d3f63;
    font-size: 21px;
}

.header .contact_number ul li span {
    color: #a27d2c;
    font-weight: 700;
}

.header .address {
    float: right;
}

.header .address ul {
    display: block;
    padding-top: 19px;
}

.header .address ul li {
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #0e4368;
    font-size: 17.2px;
    padding-left: 25px;
}

.header .address ul li.string {
    background: url("../images/home_icon.png") 0px 3px no-repeat;
    padding-bottom: 20px;
}

.header .address ul li.mail {
    background: url("../images/mail_icon.png") 0px 6px no-repeat;
}


/*   block_1   */

.block_1 {
    /*min-width: 920px;*/
    background: url("../images/bg_1.png") 0px 0px repeat-x;
    height: 425px;
}


/*   slider   */

.block_1 .slider_block {
    float: left;
    width: 690px;
    height: 430px;
    color: #093f63;
    overflow: hidden;
}

.block_1 .slider_block .bx-wrapper {
    height: 430px;
    position: relative;
}

.block_1 .slider_block .bx-prev,
.block_1 .slider_block .bx-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/arrow_slider.png") 0px 0px no-repeat;
    margin-top: -20px;
    overflow: hidden;
    text-indent: -9999px;
}

.block_1 .slider_block .bx-prev {
    left: 0px;
}

.block_1 .slider_block .bx-next {
    right: 10px;
    background-position: -46px 0px;
}

.block_1 .slider_block .item {
    position: relative;
    height: 430px;
}

.block_1 .slider_block .slide_1 img {
    padding: 35px 0px 0px 55px;
}

.block_1 .slider_block .slide_1 .text_1 {
    color: #565656;
    font-size: 20.7px;
    text-transform: uppercase;
    position: absolute;
    right: 43px;
    top: 37px;
    text-shadow: 1px 1px 0px #fff;
}

.block_1 .slider_block .slide_1 .text_2 {
    color: #0E3D63/*fed9a5*/
    ;
    font-size: 30.7px;
    /*font-weight: 700;*/
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    top: 65px;
    text-shadow: 1px 1px 0px #fff;
}

.block_1 .slider_block .slide_1 .text_2 span {
    /*font-size: 29.7px;
    color: #f9d1e6;*/
}

.block_1 .slider_block .slide_1 .text_3 {
    position: absolute;
    bottom: 90px;
    right: 50px;
    text-transform: uppercase;
    color: #565656;
    font-size: 20.7px;
    text-shadow: 0px 1px 0px #fff;
}

.block_1 .slider_block .slide_1 .text_3 b {
    font-size: 30.7px;
    color: #13476a;
}

.block_1 .slider_block .slide_1 .text_4 {
    position: absolute;
    bottom: 30px;
    right: 34px;
    color: #13476A;
    font-size: 30.7px;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px #fff/*093f63*/
    ;
}

.block_1 .slider_block .slide_1 .text_5 {
    position: absolute;
    bottom: 100px;
    left: 70px;
    color: #565656;
    font-size: 20.7px;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px #fff;
}

.block_1 .slider_block .slide_1 .text_5 b {
    font-size: 30.7px;
    color: #0b3c60;
}

.block_1 .slider_block .slide_1 .text_6 {
    position: absolute;
    bottom: 60px;
    left: 51px;
    color: ##0B3C60/*a4d9f8*/
    ;
    font-size: 30.7px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px #fff/*093f63*/
    ;
}


/*   ���� �����   */

.block_1 .block_shares {
    margin-left: 691px;
    width: 229px;
    height: 430px;
    /*background: url("../images/bg_4.png") 0px 5px no-repeat;*/
}

.block_1 .block_shares .title_block {
    font-size: 20.7px;
    line-height: 23px;
    color: #777777;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 1px 0px #ffffff;
    padding: 22px 0px 20px 0px;
}

.block_1 .block_shares .title_block .color_1 {
    color: #b28b36;
}

.block_1 .block_shares .title_block .color_2 {
    color: #0c3e62;
}

.block_1 .block_shares .title_block b {
    color: #73a81d;
}

.block_1 .block_shares .form_shares {
    display: block;
    padding-left: 20px;
}

.block_1 .block_shares .form_shares li {
    display: block;
    margin-bottom: 5px;
}

.block_1 .block_shares .form_shares li .shares_input {
    font-size: 14px;
    width: 178px;
    color: #a7a7a7;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px 5px;
}

.block_1 .block_shares .form_shares li textarea {
    display: block;
    font-size: 13px;
    width: 178px;
    height: 65px;
    color: #a7a7a7;
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 5px;
    resize: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.block_1 .block_shares .form_shares li .shares_btn {
    margin-top: 3px;
    display: inline-block;
    width: 188px;
    height: 38px;
    background: url("../images/btn_2.png") 0px 0px no-repeat;
    font-size: 20.7px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.48);
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}

.block_1 .block_shares .form_shares li .shares_btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
}

.block_1 .block_shares .title_shares {
    font-size: 20.7px;
    color: #093f63;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 1px 0px #fff;
    padding: 10px 0px 10px 0px;
}

.block_1 .block_shares .timer_block {
    width: 181px;
    height: 39px;
    line-height: 39px;
    background: url("../images/timer_bg.png") 0px 0px no-repeat;
    position: relative;
    margin: 0 auto;
    font-family: Tahoma;
}

.block_1 .block_shares .timer_block .hr {
    margin-left: 2px;
}

.block_1 .block_shares .timer_block .hr,
.block_1 .block_shares .timer_block .min,
.block_1 .block_shares .timer_block .sec {
    float: left;
    width: 50px;
    text-align: left;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 10px;
    text-indent: 3px;
    text-shadow: 0px 1px 0px #000;
}

.block_1 .block_shares .timer_block .min {
    margin-left: 15px;
}

.block_1 .block_shares .timer_block .sec {
    margin-left: 14px;
}


/*   ������� ��������   */

.services_company {
    text-align: center;
    padding-bottom: 20px;
}

.services_company .title_block {
    color: #0e4267;
    font-size: 30.7px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0px 40px 0px;
}

.services_slider {
    display: inline-block;
}

.services_slider li {
    float: left;
    width: 130px;
}

.services_slider li .icon_slide {
    width: 130px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.services_slider li .icon_slide img {
    max-width: 65px;
    max-height: 65px;
}

.services_slider li .name_services {
    margin-top: 5px;
    height: 75px;
    color: #0e4267;
    font-size: 16.7px;
    line-height: 21px;
    text-align: center;
}

.services_slider li .order_service {
    text-align: center;
}

.services_slider li .order_service a {
    display: inline-block;
    background: url("../images/btn_1.png") 0px 0px no-repeat;
    width: 83px;
    height: 23px;
    line-height: 24px;
    color: #ffffff;
    font-size: 13.7px;
    text-align: center;
    text-shadow: 0px 1px 0px #273673;
    text-transform: uppercase;
    text-decoration: none;
}

.services_slider li .order_service a:hover {
    background-position: -91px 0px;
}

.slider_wrp .bx-wrapper {
    position: relative;
}

.slider_wrp .bx-prev,
.slider_wrp .bx-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/arrow_slider.png") 0px 0px no-repeat;
    margin-top: -20px;
    overflow: hidden;
    text-indent: -9999px;
}

.slider_wrp .bx-prev {
    left: -65px;
}

.slider_wrp .bx-next {
    right: -65px;
    background-position: -46px 0px;
}


/*   ��� ��������   */

.about_company {
    height: 435px;
    background: url("../images/bg_2.png") 0px 0px repeat #0e4064;
}

.about_company .title_block {
    text-align: center;
    color: #ffffff;
    font-size: 30.7px;
    text-transform: uppercase;
    padding: 40px 0px;
}

.about_company ul {
    display: inline-block;
    width: 920px;
    background: none/*url("../images/icon_sprite_1.png") 50% 0px no-repeat*/
    ;
    padding-left: 0px;
}

.about_company ul li {
    float: left;
    padding-top: 125px;
    list-style: none;
    color: #c8c7c7;
    font-size: 20.7px;
    line-height: 24px;
    width: 20%;
    text-align: center;
}

.about_company ul li:first-child {}

.about_company ul li .title {
    color: #ffffff;
    font-size: 28.7px;
    font-weight: 700;
    line-height: normal;
}

.about_company ul li.one {
    background: url('/img/icon_1.png') no-repeat top center;
}

.about_company ul li.two {
    background: url('/img/icon_2.png') no-repeat top center;
}

.about_company ul li.three {
    background: url('/img/icon_3.png') no-repeat top center;
}

.about_company ul li.four {
    background: url('/img/icon_4.png') no-repeat top center;
}

.about_company ul li.five {
    background: url('/img/icon_5.png') no-repeat top center;
}


/*   �� �� ��������   */

.how_work {
    height: 545px;
    /*min-width: 920px;*/
    background: url("../images/bg_3.png") 0px 0px repeat #cdcecd;
}

.how_work .title_block {
    color: #0e4267;
    font-size: 30.7px;
    text-align: center;
    text-transform: uppercase;
    padding: 46px 0px 50px 0px;
}

.how_work ul {
    display: block;
    background: url("../images/icon_sprite_2.png") 50% 0px no-repeat;
    min-height: 245px;
    padding-left: 0px;
}

.how_work ul li {
    float: left;
    list-style: none;
    color: #0e4267;
}

.how_work ul li span {
    color: #0e4267;
}

.how_work ul li .title {
    font-size: 30.7px;
    line-height: 32px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
}

.how_work ul li .desc {
    font-size: 17.7px;
    line-height: 26px;
    padding-left: 25px;
}

.how_work ul li.first {
    width: 230px;
    padding-top: 230px;
    margin-right: 30px;
}

.how_work ul li span.num {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.how_work ul li span.name {
    display: block;
    padding-left: 25px;
}

.how_work ul li.two {
    width: 230px;
    padding-top: 140px;
}

.how_work ul li.three {
    width: 230px;
    padding-top: 270px;
}

.how_work ul li.four {
    width: 200px;
    padding-top: 140px;
}


/*   ������������   */

.documentation {
    padding-bottom: 70px;
}

.documentation .title_block {
    color: #0e4267;
    font-size: 30.7px;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0px 35px 0px;
}

.slider_doc li {
    display: block;
    float: left;
    width: 130px;
    height: 180px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.slider_doc li a:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
}

.slider_doc li img {
    display: block;
    width: 130px;
    height: 180px;
    -moz-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.slider_doc_wrp {
    overflow: hidden;
}

.slider_doc_wrp .bx-wrapper {
    position: relative;
}

.slider_doc_wrp .bx-prev,
.slider_doc_wrp .bx-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/arrow_slider.png") 0px 0px no-repeat;
    margin-top: -20px;
    overflow: hidden;
    text-indent: -9999px;
}

.slider_doc_wrp .bx-prev {
    left: -75px;
}

.slider_doc_wrp .bx-next {
    right: -75px;
    background-position: -46px 0px;
}


/*   ������� ������   */

.latest_news {
    /*min-width: 920px;*/
    background: url("../images/bg_2.png") 0px 0px repeat #15476a;
    color: #fff;
}

.latest_news .title_block {
    color: #ffffff;
    font-size: 30.7px;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0px 45px 0px;
}

.last_news_catalog ul {
    display: inline-block;
    width: 560px;
    text-align: left;
    margin-left: 130px;
}

.last_news_catalog ul li {
    display: block;
    width: 560px;
    min-height: 150px;
    margin-bottom: 60px;
}

.last_news_catalog ul li .photo_news {
    float: left;
    width: 170px;
    min-height: 150px;
}

.last_news_catalog ul li .photo_news img {
    display: block;
    width: 146px;
    height: 146px;
    border-radius: 146px;
    -webkit-border-radius: 146px;
    -moz-border-radius: 146px;
    box-shadow: 1px 1px 0px #09304c;
    -webkit-box-shadow: 1px 1px 0px #09304c;
    -moz-box-shadow: 1px 1px 0px #09304c;
}

.last_news_catalog ul li .info_news {
    margin-left: 170px;
}

.last_news_catalog ul li .info_news .title_news {
    color: #fff;
    font-size: 22.7px;
    line-height: 24px;
}

.last_news_catalog ul li .info_news .date_news {
    font-size: 13.7px;
    padding: 8px 0px 5px 0px;
}

.last_news_catalog ul li .info_news .desc_news {
    color: #bababa;
    font-size: 16.7px;
    line-height: 19px;
    padding-bottom: 10px;
}

.last_news_catalog ul li .info_news .read_news {
    text-align: right;
}

.last_news_catalog ul li .info_news .read_news a {
    color: #b28b36;
    font-size: 16.7px;
    text-decoration: underline;
}

.last_news_catalog ul li .info_news .read_news a:hover {
    text-decoration: none;
}


/*   ���� �볺���   */

.our_clients {
    padding-bottom: 30px;
}

.our_clients .title_block {
    color: #0e4267;
    font-size: 30.7px;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0px 30px 0px;
}

.our_clients img {
    display: block;
    max-width: 920px;
}


/*   ������ �볺���   */

.customer_reviews {
    /*min-width: 920px;*/
    background: url("../images/bg_3.png") 0px 0px repeat #d3d3d3;
}

.customer_reviews .title_block {
    color: #13476a;
    font-size: 30.7px;
    text-align: center;
    text-transform: uppercase;
    padding: 45px 0px 30px 0px;
}

.slider_reviews_wrp {
    text-align: center;
    height: 320px;
    overflow: hidden;
}

.slider_reviews {
    display: inline-block;
    width: 750px;
    text-align: left;
}

.slider_reviews li {
    display: block;
    float: left;
    width: 750px;
    height: 320px;
    padding-right: 5px;
}

.slider_reviews li .photo_man {
    float: left;
    width: 300px;
    height: 250px;
}

.slider_reviews li .photo_man img {
    display: block;
    width: 245px;
    height: 245px;
    border-radius: 245px;
    -webkit-border-radius: 245px;
    -moz-border-radius: 245px;
}

.slider_reviews li .info_reviews {
    margin-left: 300px;
}

.slider_reviews li .info_reviews .user_name {
    color: #13476a;
    font-size: 24.7px;
    font-weight: 700;
    padding: 35px 0px 0px 0px;
}

.slider_reviews li .info_reviews .name_services {
    color: #b28b36;
    font-size: 18.7px;
    font-weight: 700;
    padding-bottom: 10px;
}

.slider_reviews li .info_reviews .text_reviews {
    color: #13476a;
    font-size: 16.7px;
    line-height: 19px;
}

.slider_reviews_wrp .bx-wrapper {
    position: relative;
}

.slider_reviews_wrp .bx-prev,
.slider_reviews_wrp .bx-next {
    position: absolute;
    top: 115px;
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/arrow_slider.png") 0px 0px no-repeat;
    margin-top: -20px;
    overflow: hidden;
    text-indent: -9999px;
}

.slider_reviews_wrp .bx-prev {
    left: -80px;
}

.slider_reviews_wrp .bx-next {
    right: -80px;
    background-position: -46px 0px;
}


/*   map block   */

.map_block {
    /*min-width: 920px;*/
    background: url("../images/bg_2.png") 0px 0px repeat #0d3f63;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
}

.map_block .title_block {
    font-size: 30.7px;
    text-transform: uppercase;
    padding: 40px 0px 15px 0px;
}

.map_block .desc_map {
    font-size: 22.7px;
}

.map_block .desc_map span {
    color: #cacaca;
}


/*   footer   */

.footer {
    /*min-width: 920px;*/
    height: 305px;
    background: url("../images/bg_2.png") 0px 0px repeat #06395d;
    color: #cacaca;
    font-size: 17.7px;
    line-height: 21px;
}

.footer .wrp {
    padding-top: 48px;
}

.copyright {
    float: left;
    padding-right: 64px;
}

.footer .contact_number {
    color: #ffffff;
    float: right;
    text-align: right;
    padding-right: 30px;
}

.footer .contact_number span {
    color: #cca26a;
}

.footer .address {
    float: left;
    width: 500px;
}

.footer .address p {
    color: #fff;
}

.footer .subscribe_news {
    float: right;
    color: #fff;
    margin-right: 25px;
}

.footer .subscribe_news .subscribe_news_input {
    float: left;
    font-size: 14px;
    width: 70px;
    color: #a1a1a1;
    background: #ffffff;
    border: 0px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 3px;
    margin-top: 3px;
    margin-right: 5px;
}

.footer .subscribe_news .subscribe_news_btn {
    float: left;
    margin-top: 3px;
    display: inline-block;
    width: 84px;
    height: 22px;
    background: #cacaca;
    color: #154b6f;
    font-size: 15.7px;
    text-align: center;
    text-shadow: 0px 1px 0px #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.footer .social_block {
    color: #fff;
}

.footer .social_block ul {
    display: block;
    height: 20px;
    margin-top: 3px;
}

.footer .social_block ul li:first-child {
    margin-left: -19px;
}

.footer .social_block ul li {
    float: left;
    margin-left: 2px;
    list-style-type: none;
}

.footer .social_block ul li a {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/social_icon.png") 0px 0px no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}

.footer .social_block ul li a.vk {
    background-position: 0px 0px;
}

.footer .social_block ul li a.ok {
    background-position: -22px 0px;
}

.footer .social_block ul li a.fb {
    background-position: -44px 0px;
}

.footer .social_block ul li a.tw {
    background-position: -66px 0px;
}

.footer .social_block ul li a.go {
    background-position: -88px 0px;
}

#timer_1 {
    padding-top: 1px
}

#timer_1 .hr {
    font-family: 'Cuprum', sans-serif!important;
    text-align: center;
    padding-left: 5px;
    letter-spacing: 14px;
    width: 45px;
    text-align: center!important;
    display: block!important;
    border: 1px solid transparent
}

#timer_1 .min {
    font-family: 'Cuprum', sans-serif!important;
    text-align: center!important;
    letter-spacing: 13px;
    margin-left: 14px;
    text-align: center!important;
    display: block!important;
    border: 1px solid transparent;
    padding: 0px!important;
}

#timer_1 .sec {
    font-family: 'Cuprum', sans-serif!important;
    text-align: center;
    letter-spacing: 15px;
    margin-left: 13px;
    width: 30px;
    text-align: center!important;
    display: block!important;
    border: 1px solid transparent;
    padding: 0px!important
}

.blog .items-leading,
.blog .items-row {
    min-height: 243px;
}

.blog .readmore a {
    color: #b28b36!important;
    font-size: 16.7px;
    float: right;
    text-decoration: underline;
    background: none!important
}

.img-intro-left,
.img-fulltext-left {
    float: left;
    padding-right: 25px!important;
}

.blog p {
    font-size: 16.7px!important
}

.blog .g-intro-left img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.blog .img-intro-left img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.img-fulltext-left img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.item-page ul,
.item-page ol {
    margin-bottom: 40px
}

.item-page ol li {
    list-style: decimal
}

.item-page li {
    margin-bottom: 7px;
}

div#b2jcontainer_m365.b2jcontainer {
    width: 920px;
    padding: 0px;
    background: none;
    text-align: right;
    margin-bottom: -373px;
    border: 0px;
    height: 368px;
    z-index: 9999999999;
    display: block;
}

div#b2jcontainer_m365 .b2j_form input[type="text"],
div#b2jcontainer_m365 .b2j_form textarea {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 13px;
    border: 1px solid #cccccc;
}

div#b2jcontainer_m365 ul.b2j_messages>li {
    list-style: none;
    width: 172px;
    margin-left: 1px;
    background-color: #FFEBD8!important;
    margin-bottom: 12px;
    border-color: #fbeed5;
    padding: 3px 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
    border-radius: 3px;
    font-family: 'Cuprum', sans-serif!important
}

div#b2jcontainer_m365 div.alert ul {
    border: none;
    background: none;
    padding: 0px;
    text-align: left;
}

.b2j_messages li:nth-child(1),
.b2j_messages li:nth-child(2),
.b2j_messages li:nth-child(3) {
    display: none
}

.b2j_contact h2 {
    display: none
}

div#b2jcontainer_m365 .alert-error {
    width: 171px;
    display: block;
    text-align: center;
}

div#b2jcontainer_m365 .alert-warning {
    border: none;
    background: none;
    padding: 0px;
}

.b2j_contact form {
    width: 208px;
    display: block
}

div#b2jcontainer_m365 .alert {
    padding: 0px;
}

.controls .btn.btn-success {
    margin-top: 2px;
}

table.posl {
    width: 100%;
    margin-bottom: 40px;
}

table.posl tr td:first-child {
    width: 220px;
    padding-right: 20px;
    text-align: center;
    border-right: 1px dotted #dedede;
}

table.posl tr td:nth-child(2) {
    padding-left: 40px;
}

table.posl tr td:first-child .name_services {
    font-size: 18px
}

table.posl tr td {
    vertical-align: top;
    padding: 20px 0
}

table.posl tr td p {
    margin-bottom: 20px;
}

table.posl tr td ul {
    margin-bottom: 20px;
    margin-left: 20px
}

table.posl tr td:nth-child(2) p {
    line-height: 125%
}

.order_service {
    text-align: rgiht
}

.blogposlugi .readmore {
    text-align: right
}

.blogposlugi .readmore a {
    color: #b28b36!important;
    font-size: 16.7px;
    float: right;
    text-decoration: underline;
    background: none!important;
}

.blogposlugi .items-leading>div {
    min-height: 244px
}

ul.services_slider {
    display: none
}

.slider_wrp .bx-prev,
.slider_wrp .bx-next {
    display: none
}

ul.services_slider1 {
    list-style-type: none
}

ul.services_slider1 li {
    list-style-type: none;
    border: 0px solid red;
    width: 148px;
    float: left;
    height: 186px;
}

.services_slider1 li .order_service a {
    display: inline-block;
    background: url("../images/btn_1.png") 0px 0px no-repeat;
    width: 83px;
    height: 23px;
    line-height: 24px;
    color: #ffffff;
    font-size: 13.7px;
    text-align: center;
    text-shadow: 0px 1px 0px #273673;
    text-transform: uppercase;
    text-decoration: none;
}

.services_slider1 li .name_services {
    height: 69px;
    vertical-align: middle;
    padding: 0 5px
}

.services_slider1 li .icon_slide {
    height: 70px;
}

.cont1111 {
    width: 100%%;
    border-bottom: 1px dotted #dedede;
    margin-top: 51px;
    min-height: 155px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: block
}

.cont1111 img.home2 {
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 3px;
    margin-top: -9px;
    width: 22px;
}

.cont1111 img.phone2 {
    vertical-align: middle;
    margin-right: 16px;
    width: 8px;
    margin-left: 9px;
    margin-top: -3px;
}

table.soc555#cont111 td {
    font-size: 18px!important
}

.slider_doc li a {
    height: 181px;
    display: block;
}


/* media */

.left {
    float: left;
}

.contact_number {
    float: right;
}

.address .row:before,
.address .row:after {
    display: block;
    content: '';
    clear: both;
}

@media (max-width: 992px) {
    #s5_menu_wrap .menu {
        max-width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around;
        padding: 0 10px;
    }
    #s5_menu_wrap .menu li {
        padding: 0;
    }
    .wrp,
    .wrapper {
        max-width: 100%;
        min-width: auto;
    }
    .header {
        height: auto;
        margin-bottom: 0;
    }
    .header2 {
        display: block;
        box-shadow: none;
    }
    .header2 .wrp {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .header2 .wrp>div {
        width: auto;
    }
    .header2 .wrp .logo {
        margin-left: 0;
    }
    .header2 .logo img {
        margin-left: 0 !important;
    }
    #s5_center_area1 {
        max-width: 100%;
    }
    .services_slider1 {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content: space-around;
        padding: 0;
    }
    .slider_wrp .services_slider1 {
        max-width: 95% !important;
        margin: auto;
    }
    .about_company ul {
        max-width: 100%;
        padding: 20px;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .about_company ul li {
        min-width: 180px;
        margin: 15px 0;
    }
    .about_company {
        height: auto;
    }
    .map_block {
        max-width: 100%;
        min-width: auto;
    }
    .last_news_catalog ul {
        margin: auto;
        padding: 0;
        display: block;
    }
    .last_news_catalog ul li {
        margin: auto;
        padding: 30px 0;
    }
    .latest_news {
        max-width: 100%;
        min-width: auto;
    }
    .customer_reviews {
        max-width: 100%;
        min-width: auto;
    }
    .slider_reviews li,
    .slider_reviews_wrp .bx-wrapper {
        width: 500px !important;
    }
    .slider_reviews_wrp,
    .slider_reviews_wrp .bx-viewport,
    .slider_reviews li {
        height: auto !important;
    }
    .footer {
        min-width: auto;
        max-width: 100%;
        height: auto;
    }
    .footer .wrp:before,
    .footer .wrp:after {
        clear: both;
        display: block;
        content: '';
    }
    .footer .wrp {
        width: 740px !important;
        margin: auto;
    }
    .footer .wrp>div {
        box-sizing: border-box;
        margin: 0;
    }
    .copyright {
        width: 50%;
        text-align: left;
    }
    .footer .wrp .address {
        width: 90%;
        float: none;
        padding: 20px 0;
        clear: both;
    }
    .footer .subscribe_news {
        width: 50%;
        padding-left: 100px;
    }
    .item-page {
        padding: 0 15px;
    }
    .blog .items-leading,
    .blog .items-row {
        padding: 0 15px;
        box-sizing: border-box;
    }
    #comments {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .how_work {
        max-width: 100%;
        min-width: auto;
    }
    .how_work ul {
        max-width: 100%;
        background: none;
    }
    .how_work ul li {
        width: 50% !important;
        margin: 0 !important;
        text-align: center;
    }
    .how_work .title_block {
        line-height: 30px;
    }
    .how_work ul li.first {
        background: url(../images/icon_sprite_2_1.png) no-repeat 50% 0;
        padding-top: 150px;
        padding-bottom: 25px;
    }
    .how_work ul li.two {
        background: url(../images/icon_sprite_2_2.png) no-repeat 50% 0;
        padding-bottom: 25px;
    }
    .how_work ul li.three {
        background: url(../images/icon_sprite_2_3.png) no-repeat 50% 0;
        padding-top: 150px;
        padding-bottom: 25px;
    }
    .how_work ul li.four {
        background: url(../images/icon_sprite_2_4.png) no-repeat 50% 0;
        padding-bottom: 25px;
    }
    .how_work ul li span.num {
        position: static;
    }
    .how_work ul li .desc {
        padding: 0;
    }
    .how_work ul li span.name {
        display: inline-block;
    }
    .how_work {
        height: auto;
    }
    .block_1 {
        min-width: auto;
    }
    .block_1 .slider_block {
        width: 69%;
    }
    #b2jcontainer_m365>div {
        max-width: 30%;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px;
    }
    #b2jcontainer_m365 .title_block {
        padding: 0 !important;
    }
    div#b2jcontainer_m365.b2jcontainer {
        max-width: 100%;
    }
    .block_1 .slider_block {
        max-width: 100%;
        /*float: none;*/
        margin: auto;
    }
    .block_1 .slider_block .item {
        /*width: 19.4444% !important;*/
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    .block_1 .slider_block .bx-prev,
    .block_1 .slider_block .bx-next {
        top: calc(50% - 20px);
    }
    div#b2jcontainer_m365 .btn:first-child {
        box-sizing: border-box;
        margin: 0 !important;
        max-width: 100%;
    }
    .b2j_contact form {
        width: 100%;
    }
    div#b2jcontainer_m365 span.help-block {
        margin-bottom: 5px;
    }
    .block_1 {
        width: 100% !important;
        margin-left: 0;
    }
    /*div#b2jcontainer_m365.b2jcontainer {
        margin-bottom: 0;
    }

    #b2jcontainer_m365 > div:first-child {
        margin: auto;
        float: none !important;
    }





    div#b2jcontainer_m365.b2jcontainer {
        background: url('/images/bg_4_1.png') repeat-x;
        max-width:100%;
    }*/
    .block_1 .slider_block .item div>div {
        display: none;
    }
    /*
    .block_1,
    .block_1  div,
    .block_1 .slider_block,
    .block_1 .slider_block .bx-wrapper,
    .block_1 .slider_block .item {
        height: 100% !important;
    }*/
    .block_1 .slider_block .slide_1 img {
        padding: 0 !important;
        padding-top: 30px !important;
    }
    .footer .contact_number {
        padding-right: 50px;
    }
}

@media (max-width: 768px) {
    .services_slider1 {
        width: auto !important;
    }
    #s5_menu_wrap .menu {
        display: block;
    }
    #s5_menu_wrap .menu li {
        padding: 0 15px;
        text-align: center;
    }
    .slider_wrp .services_slider1 {
        flex-wrap: wrap;
        max-width: 480px !important;
    }
    .last_news_catalog ul,
    .last_news_catalog ul li {
        width: 450px;
    }
    .module_round_box_outer ul {
        padding-bottom: 30px;
    }
    .slider_reviews li,
    .slider_reviews_wrp .bx-wrapper {
        width: 400px !important;
    }
    .slider_reviews li .photo_man,
    .slider_reviews li .info_reviews {
        width: 100%;
        float: none;
        margin: auto;
    }
    .slider_reviews li .photo_man img {
        margin: auto;
    }
    .slider_reviews li .info_reviews .user_name,
    .slider_reviews li .info_reviews .name_services,
    .slider_reviews li .info_reviews .text_reviews {
        text-align: center;
    }
    .slider_reviews_wrp .bx-next {
        right: 0;
    }
    .slider_reviews_wrp .bx-prev {
        left: 0;
    }
    .footer .wrp {
        width: 450px !important;
    }
    .footer .wrp .address {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 10px;
    }
    .footer .copyright,
    .footer .subscribe_news {
        padding: 0;
    }
    .item-page table,
    .item-page table tr,
    .item-page table tr td {
        display: block;
        width: 100% !important;
    }
    table.posl tr td:nth-child(2) {
        padding-left: 0;
    }
    table.posl {
        margin-bottom: 0;
    }
    .items-row>div {
        width: 100% !important;
    }
    .img-intro-left,
    .img-fulltext-left {
        width: 100%;
        text-align: center;
        padding: 0 !important
    }
    .blog .readmore a {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    ul.actions li {
        position: absolute;
        right: 38px;
    }
    ul.actions li:nth-child(2) {
        right: 15px;
    }
    #s5_component_wrap_inner h2,
    #s5_component_wrap_inner h1 {
        padding-top: 20px;
    }
    .cont1111>div {
        width: 100% !important;
        float: none !important;
        padding: 10px 0;
    }
    .cont1111 tbody {
        display: block !important;
        text-align: center;
    }
    .soc555 tbody {
        display: block;
        text-align: center;
    }
    .soc555 tbody img {
        display: inline-block;
    }
    form.simpleForm textarea.inputtext {
        width: 90%;
    }
    .block_1 .slider_block {
        max-width: 59%;
    }
    #b2jcontainer_m365>div {
        max-width: 40%;
    }
    div#b2jcontainer_m365 .btn:first-child {
        width: 188px !important;
    }
    .how_work ul li span.num {
        display: none;
    }
    .slider_doc_wrp .bx-wrapper {
        max-width: 320px !important;
    }
    .header .address {
        padding-bottom: 20px;
    }
}

@media (max-width: 820px) {}

.s5_scrolltotop {
    position: relative;
    z-index: 1111111;
}

@media (max-width:599px) {
    .block_1 .slider_block {
        /* max-width: 59%; */
        max-width: 100%!important;
        width: 100%;
    }
    .rsform form {
        float: none!important;
        margin-top: 5px;
        background: url(../images/bg_1.png) 0px 0px repeat;
    }
    .form2LinesLayout {
        margin: 0 auto!important;
    }
}

@media (max-width: 480px) {
    form.simpleForm textarea.inputtext,
    #comments-form textarea,
    #comments-form .grippie {
        width: 90% !important;
        box-sizing: border-box;
    }
    #s5_nav li,
    #s5_nav li:hover {
        background: none !important;
    }
    .slider_doc_wrp .bx-wrapper {
        max-width: 135px !important;
    }
    .slider_wrp .services_slider1 {
        flex-wrap: wrap;
        max-width: 148px !important;
    }
    .header2 .wrp .logo {
        text-align: center;
    }
    .about_company ul {
        width: 180px;
        margin: auto;
        display: block;
        padding-right: 0;
        padding-left: 0;
    }
    .about_company ul li {
        float: none;
    }
    .header2 .wrp>div {
        width: 100%;
    }
    .header .contact_number ul {
        width: 170px;
        margin: auto;
    }
    .header .address ul {
        max-width: 320px;
        margin: auto;
    }
    .last_news_catalog ul {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .last_news_catalog li,
    .last_news_catalog li>div {
        max-width: 100%;
        float: none;
        margin: auto;
    }
    .last_news_catalog ul li .photo_news,
    .last_news_catalog ul li .info_news {
        width: 100%;
        float: none;
        margin: auto;
    }
    .last_news_catalog ul li .photo_news img {
        margin: auto;
    }
    .last_news_catalog ul li .info_news .read_news,
    .last_news_catalog ul li .info_news .desc_news,
    .last_news_catalog ul li .info_news .date_news,
    .last_news_catalog ul li .info_news .title_news {
        text-align: center;
    }
    .slider_reviews li,
    .slider_reviews_wrp .bx-wrapper {
        width: 270px !important;
    }
    .slider_reviews_wrp .bx-prev,
    .slider_reviews_wrp .bx-next {
        top: 235px;
    }
    .footer .wrp {
        width: 300px !important;
    }
    .footer .wrp>div:nth-child(n) {
        width: 100%;
    }
    .footer .copyright {
        text-align: center;
    }
    .footer .subscribe_news {
        padding-left: 75px;
        padding-top: 20px;
    }
    .footer .address p,
    .footer .contact_number {
        text-align: center;
        width: 100%;
        float: none;
        padding: 0;
    }
    .header .wrp .address {
        width: 250px;
    }
    .block_1 .slider_block {
        max-width: 100%;
        width: 100% !important;
        min-width: 100% !important;
    }
    #b2jcontainer_m365>div {
        max-width: 100%;
        width: 100% !important;
        background: none !important;
        background: url("../images/bg_1.png") 0px 0px repeat-x !important;
    }
    .b2j_contact form {
        width: 208px;
        margin: auto;
    }
    .block_1 .slider_block .item,
    .block_1 .slider_block .bx-wrapper,
    .block_1 .slider_block .bx-wrapper .bx-viewport,
    .block_1 .slider_block,
    .block_1 {
        height: auto !important;
    }
    .block_1 .wrp:before,
    .block_1 .wrp:after {
        clear: both;
        content: '';
        display: block;
    }
    div#b2jcontainer_m365.b2jcontainer {
        margin: 0;
    }
    .block_1 .slider_block .slide_1 img {
        padding: 50px 0 !important;
    }
    .block_1 .slider_block .item {
        justify-content: flex-start;
    }
    #b2jcontainer_m365 .title_block {
        padding-top: 20px !important;
    }
    div#b2jcontainer_m365 .alert-error {
        margin: auto;
        width: 208px;
    }
    .how_work ul li {
        width: 100% !important;
        float: none;
    }
}

@media (max-width: 718px) {
    .header .address ul li {
        display: inline-block;
        padding: 0 30px;
    }
}

@media (max-width: 510px) {
    .header .address ul li {
        display: block;
    }
}

.slider_doc li img {
    margin-top: 0 !important;
}

.slider_doc li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider_doc li img {
    max-height: 180px;
}

#s5_columns_wrap_inner,
#s5_center_column_wrap,
#s5_center_column_wrap_inner {
    left: 0;
    display: block;
    width: 100%;
}

.how_work ul:before,
.how_work ul:after {
    content: '';
    display: block;
}

.how_work ul:after {
    clear: both;
}

.slider_wrp .services_slider1 {
    margin-top: 0 !important;
}


/*@media (max-width:920px) {
	#s5_menu_wrap ul.menu {
	    padding: 0px !important;
	    width: 100%!important;
	}

	.wrp, .wrapper {
	    width: 100%!important;
		min-width: auto;
	}

	.about_company ul {
	    width: 100%!important;
		min-width: 100%!important;
	}

	.about_company {
	    height: auto;
	    width:100%!important;
		min-width: 100%!important;
	}

	#s5_center_area1 {
	    padding-top: 30px;
	    width:100%!important;
	    margin: 0 auto;
		min-width: 100%!important;
	}

	.map_block {
	    width: 100%!important;
		min-width: 100%!important;
	}

	.how_work {
	    width: 100%!important;
		min-width: 100%!important;
	}

	.customer_reviews {
		width:100%!important;
		min-width: 100%!important;
	}


	.latest_news {
		width:100%!important;
		min-width: 100%!important;
	}

	.footer .wrp {
		width:100%!important;
		min-width: 100%!important;
	}

/*	.footer {
	   width:100%!important;
		min-width: 100%!important;
	    max-width: 100%;
	    height: auto;
	}*/


/*
	.block_1 .slider_block {
	    width: 70%!important;/*
	    max-width: 70%!important;
		min-width: 70%!important;*/


/*	    display:table!important;
	}

	.block_1 {
	    width: 100%!important;
		min-width: 100%!important;
	}

	.block_1 .slider_block {
	    float: left;
	    /*width: 100%!important;*/


/*min-width: 100%!important;*/


/*}*/


/*.bx-viewport {*/


/*		width: 100%!important;
		min-width: 100%!important;
*/


/*display:table!important;*/


/*	}

	.slide_1 {
		width: 100%!important;
		display:table;
		min-width: 100%!important;
	}

	#s5_columns_wrap_inner {
	    width: 100%!important;
	    min-width: 100%!important;
	}
}*/

.rsform {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.rsform form {
    float: right;
    /*margin-top: 5px;*/
}

.wlb2j_messages li {
    list-style: none;
    width: 172px;
    margin-left: 1px;
    background-color: #FFEBD8!important;
    margin-bottom: 12px;
    border-color: #fbeed5;
    padding: 0px 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px;
    border-radius: 3px;
    font-family: 'Cuprum', sans-serif!important;
    color: #13a031;
}

.wlalert-warning ul {
    padding-left: 0px;
}