html,
body,
div,
form,
label,
p {
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-weight: bold;
    font-size: 16px;
}

body {
    width: 100%;
    overflow-x: hidden;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.clear {
    clear: both;
}

img {
    border: none;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: #dfdfdf;
}

.container {
    width: 100%;
    max-width: 1060px;
    margin-inline: auto;
    height: 100%;
    position: relative;
}

.wrap {
    width: 100%;
    max-width: 1060px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    margin: 0 auto -60px;
    background: url(../img/style/main_bg.jpg) repeat-y 50% 0;
}

.wrapper:before {
    content: "";
    height: 185px;
    display: block;
    background: #dfdfdf;
}

.wrapper:after {
    content: "";
    height: 60px;
    display: block;
}

.table {
    width: 100%;
    display: table;
}

.table_row {
    width: 100%;
    display: table-row;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.button {
    height: 20px;
    padding: 7px 0;
    overflow: hidden;
    display: block;
    font: 16px/20px ubuntu_medium;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #ec1b1e;
    cursor: pointer;
    text-shadow: 1px 1px #bd1618, 2px 2px #bd1618, 3px 3px #bd1618, 4px 4px #bd1618, 5px 5px #bd1618, 6px 6px #bd1618, 7px 7px #bd1618, 8px 8px #bd1618, 9px 9px #bd1618, 10px 10px #bd1618, 11px 11px #bd1618, 12px 12px #bd1618, 13px 13px #bd1618, 14px 14px #bd1618, 15px 15px #bd1618, 16px 16px #bd1618, 17px 17px #bd1618, 18px 18px #bd1618, 19px 19px #bd1618, 20px 20px #bd1618, 21px 21px #bd1618, 22px 22px #bd1618;
}

.button:hover {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

.button:active {
    position: relative;
    top: 3px;
    left: 3px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.form_box {
    padding: 30px 35px;
    position: relative;
}

.form_box .form {
    width: 260px;
    margin: 0 auto;
}

.form_box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.38);
    transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -webkit-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
}

.form_box .title1 {
    display: block;
    margin-bottom: 40px;
    font: 28px/32px ubuntu_medium;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.form_box .input {
    width: 228px;
    height: 20px;
    padding: 9px 15px;
    margin-bottom: 25px;
    font: 18px/22px ubuntu_regular;
    color: #000;
    border: 1px solid rgba(160, 160, 160, 0.25);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.10);
}

.form_box .textarea {
    width: 228px;
    min-width: 228px;
    max-width: 228px;
    height: 80px;
    min-height: 80px;
    padding: 9px 15px;
    margin-bottom: 25px;
    font: 18px/22px ubuntu_regular;
    color: #000;
    border: 1px solid rgba(160, 160, 160, 0.25);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.10);
}

.form_box .select {
    position: relative;
    cursor: pointer;
}

.form_box .select:after {
    content: "";
    width: 14px;
    height: 12px;
    padding: 14px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/style/arrow1.png) no-repeat 50% 14px #ec1b1e;
    cursor: pointer;
}

.form_box .select.active:after {
    background: url(../img/style/arrow1.png) no-repeat 50% -26px #ec1b1e;
}

.form_box .option {
    width: 240px;
    padding: 10px;
    display: none;
    position: absolute;
    top: 41px;
    left: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.26);
}

.form_box .option .item_opt {
    padding: 3px 0;
    display: block;
    font: 14px/17px ubuntu_regular;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}

.form_box .option .item_opt:hover {
    padding-bottom: 1px;
    border-bottom: 3px solid #ec1b1e;
}

.form_box .option .label {
    padding: 3px 10px;
    display: block;
    font: 12px/16px ubuntu_medium;
    color: #fff;
    background: #bbb;
}

.form_box .button {
    height: 28px;
    margin-top: 30px;
    font: 24px/28px ubuntu_medium;
    text-shadow: none;
}

.h1 {
    padding: 0;
    margin: 10px 0;
    font: 28px/32px ubuntu_bold;
    color: #ec1b1e;
    text-align: center;
    text-transform: uppercase;
}

.h2 {
    padding: 0;
    margin: 10px 0;
    font: 24px/38px ubuntu_medium;
    color: #191a1e;
    text-align: center;
    text-transform: uppercase;
}

.header {
    width: 100%;
    height: 135px;
    padding-bottom: 50px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0 auto;
    background: #dfdfdf;
}

.header .logo {
    width: 200px;
    height: 88px;
    display: block;
    float: left;
    background: url(../img/style/logo.png) no-repeat;
    margin-top: 23px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 12px;
}

.header .delim {
    width: 7px;
    height: 103px;
    float: left;
    margin-top: 15px;
    background: url(../img/style/shadow1.png) no-repeat right 0;
}

.header .address_box {
    width: 325px;
    height: 70px;
    float: left;
    margin: 30px 0 0 20px;
}

.header .address_box .name {
    height: 22px;
    display: block;
    font: 18px/22px ubuntu_medium;
    color: #39393b;
}

.header .address_box .address {
    height: 26px;
    display: block;
    font: 22px/26px ubuntu_medium;
    color: #ec1b1e;
}

.header .address_box .rem {
    height: 22px;
    display: block;
    font: 18px/22px ubuntu_regular;
    color: #313339;
}

.header .work_box {
    width: 190px;
    padding-left: 20px;
    float: left;
    margin-top: 10px;
}

.header .work_box .name {
    height: 22px;
    display: block;
    font: 18px/20px ubuntu_medium;
    color: #39393b;
}

.header .work_box .time {
    height: 26px;
    display: block;
    font: 22px/24px ubuntu_medium;
    color: #ec1b1e;
}

.header .work_box .rem {
    height: 22px;
    display: block;
    font: 18px/20px ubuntu_regular;
    color: #313339;
}

.header .work_box .button {
    width: 175px;
    margin-top: 10px;
}

.header .phone_box {
    width: 265px;
    float: right;
    margin: 10px 12px 0 0;
}

.header .phone_box .social_link {
    width: 130px;
    float: right;
}

.header .phone_box .social_link .link {
    width: 22px;
    height: 14px;
    padding: 0 2px;
    float: left;
}

.header .phone_box .social_link .link.vk {
    background: url(../img/style/social_link.png) no-repeat 0 0;
}

.header .phone_box .social_link .link.vk:hover {
    background: url(../img/style/social_link.png) no-repeat 0 -14px;
}

.header .phone_box .social_link .link.fb {
    background: url(../img/style/social_link.png) no-repeat -28px 0;
}

.header .phone_box .social_link .link.fb:hover {
    background: url(../img/style/social_link.png) no-repeat -28px -14px;
}

.header .phone_box .social_link .link.ok {
    background: url(../img/style/social_link.png) no-repeat -49px 0;
}

.header .phone_box .social_link .link.ok:hover {
    background: url(../img/style/social_link.png) no-repeat -49px -14px;
}

.header .phone_box .social_link .link.tw {
    background: url(../img/style/social_link.png) no-repeat -75px 0;
}

.header .phone_box .social_link .link.tw:hover {
    background: url(../img/style/social_link.png) no-repeat -75px -14px;
}

.header .phone_box .social_link .link.ig {
    background: url(../img/style/social_link.png) no-repeat -105px 0;
}

.header .phone_box .social_link .link.ig:hover {
    background: url(../img/style/social_link.png) no-repeat -105px -14px;
}

.header .phone_box .phone {
    display: block;
    float: right;
    margin-top: 20px;
    font: 33px/36px ubuntu_medium;
    color: #ec1b1e;
    text-align: right;
}

.header .phone_box .phone span {
    font: 26px/36px ubuntu_medium;
    color: #39393b;
}

.header .phone_box .button {
    width: 175px;
    float: right;
    margin-top: 7px;
}

.main_menu {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0 auto;
}

.main_menu.fixed {
    position: fixed;
    top: 0;
}

.main_menu .bg {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0 auto;
    background: url(../img/style/main_menu_bg.jpg) repeat-x;
}

.main_menu:before {
    z-index: 0;
    content: "";
    width: 100%;
    max-width: 617px;
    height: 62px;
    display: block;
    position: absolute;
    bottom: -34px;

    left: -530px;
    right: 0;
    margin: 0 auto;

    background: url(../img/style/shadow2.png) no-repeat 0 0;
    /* background: rgba(0, 0, 255, 0.4);
    border: 2px solid red; */
}

.main_menu:after {
    z-index: 0;
    content: "";
    width: 100%;
    max-width: 617px;
    height: 62px;
    display: block;
    position: absolute;
    bottom: -34px;

    left: 0;
    right: -530px;
    margin: 0 auto;

    background: url(../img/style/shadow2.png) no-repeat -617px 0;
    /* background: rgba(0, 0, 255, 0.4);
    border: 2px solid red; */
}

.main_menu .menu_list {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.main_menu .menu_link {
    height: 22px;
    padding: 14px 0 9px 0;
    position: relative;
    font: 20px/22px ubuntu_medium;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 5px solid transparent;
}

.main_menu .menu_link:hover {
    border-bottom: 5px solid #ec1b1e;
}

.main_menu .menu_link.active {
    border-bottom: 5px solid #ec1b1e;
}

.main_menu .sec_lev {
    width: 330px;
    padding: 15px;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2000;
    background: #fff;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.26);
}

.main_menu .sec_lev .menu_link {
    width: 100%;
    height: auto;
    padding: 5px 0 7px 0;
    display: block;
    float: left;
    font: 18px/22px ubuntu_regular;
    color: #998e8e;
    text-align: left;
    border-bottom: 1px solid #efefef;
}

.main_menu .sec_lev .menu_link:hover {
    padding: 5px 0 3px;
    border-bottom: 5px solid #ec1b1e;
}

.main_slider {
    width: 100%;
    max-width: 1060px;
    height: 280px;
    position: relative;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.main_slider li {
    position: relative;
}

.main_slider .txt {
    width: 500px;
    height: 428px;
    padding: 40px 0 0 25px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font: 34px/38px ubuntu_medium;
    color: #F00;
    text-transform: uppercase;
}

.main_slider .flex-direction-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}

.main_slider .flex-direction-nav a {
    color: rgba(255, 255, 255, 0.8);
}

.main_slider .flex-direction-nav .flex-prev {
    left: 0;
}

.main_slider .flex-direction-nav .flex-next {
    right: 0;
}

.main_slider .form_box {
    position: absolute;
    top: 38px;
    right: 100px;
    z-index: 1;
}

.service_block {
    /* width: 100%; */
    max-width: 1060px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
}

.service_block table {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.service_block td {
    padding: 10px 15px;
    vertical-align: top;
}

.service_block .service_item {
    width: 200px;
    height: 286px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    margin-inline: auto;
}

.service_block .img_wrap {
    width: 198px;
    height: 198px;
    overflow: hidden;
    border: 1px solid #dedede;
    cursor: pointer;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.17);
}

.service_block .service_item:hover .img_wrap {
    background-position: 0 -198px !important;
}

.service_block .name {
    /* height: ; */
    display: block;
    margin-top: 15px;
    font: 18px/22px ubuntu_medium;
    color: #646464;
    text-align: center;
    text-transform: uppercase;
}

.brands_block {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.brands_block .jcarousel-wrapper {
    width: 100%;
    border: none;
    padding: 20px 0;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.brands_block .jcarousel li {
    width: auto;
    height: 84px;
    margin: 0 15px;
    border: none;
}

.brands_block .jcarousel .img_wrap {
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.brands_block .jcarousel .img_wrap img {
    position: relative;
    bottom: 84px;
}

.brands_block .jcarousel .img_wrap:hover img {
    display: block;
    position: relative;
    bottom: 0;
}

.jcarousel-control-prev::before {
    content: "";
    display: inline-block;
    font: 40px flexslider-icon;
}

.jcarousel-control-next::before {
    content: "";
    display: inline-block;
    font: 40px flexslider-icon;
}

.jcarousel-control-prev {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 50%;
    left: -35px;
    z-index: 10;
    margin: -20px 0 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.jcarousel-control-next {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 50%;
    right: -35px;
    z-index: 10;
    margin: -20px 0 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.jcarousel-wrapper:hover .jcarousel-control-prev,
.jcarousel-wrapper:hover .jcarousel-control-next {
    display: block;
}

.content {
    /* width: 100%; */
    max-width: 1020px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}

.content p {
    padding: 5px 0;
    font: 20px/24px ubuntu_regular;
    color: #191a1e;
    text-align: justify;
    text-indent: 0;
}

.address_block {
    /* width: 100%; */
    max-width: 1020px;
    overflow: hidden;
    padding: 0 20px;
    margin: 0 auto;
}

.address_block .address_box {
    width: 100%;
    max-width: 445px;
    height: 336px;
    padding-top: 44px;
    float: left;
    margin-top: 35px;
    background: url(../img/style/address_block_bg.jpg) no-repeat;
}

.address_block .address_box .text {
    display: block;
    margin-bottom: 15px;
    font: 24px/28px ubuntu_medium;
    color: #fff;
    text-align: center;
}

.address_block .address_box .text span {
    font: 20px/24px ubuntu_medium;
    color: #ec1b1e;
    font-size: 24px;
}

.address_block .address_box .rem {
    display: block;
    margin: -10px 0 15px 0;
    font: 16px/20px ubuntu_regular;
    color: #d5d5d5;
    text-align: center;
}

.address_block .address_box .img_wrap {
    width: 100%;
    max-width: 518px;
    height: 385px;
    overflow: hidden;
    float: right;
    margin-top: 25px;
}

.address_block .address_box .img_wrap img {
    width: 100%;
    max-width: 518px;
    height: 385px;
    display: block;
    float: right;
}

.footer {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #191a1e;
}

.footer:after {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #191a1e;
}

.footer .copyright {
    width: 230px;
    height: 22px;
    display: block;
    float: left;
    margin: 23px 0 0 10px;
    font: 18px/22px ubuntu_regular;
    color: #fff;
}

.footer .right_box {
    width: 760px;
    float: right;
    margin: 10px 10px 0 0;
}

.footer .social_link {
    width: 130px;
    float: right;
}

.footer .social_link .link {
    width: 22px;
    height: 14px;
    padding: 0 2px;
    float: left;
}

.footer .social_link .link.vk {
    background: url(../img/style/social_link.png) no-repeat 0 0;
}

.footer .social_link .link.vk:hover {
    background: url(../img/style/social_link.png) no-repeat 0 -14px;
}

.footer .social_link .link.fb {
    background: url(../img/style/social_link.png) no-repeat -28px 0;
}

.footer .social_link .link.fb:hover {
    background: url(../img/style/social_link.png) no-repeat -28px -14px;
}

.footer .social_link .link.ok {
    background: url(../img/style/social_link.png) no-repeat -49px 0;
}

.footer .social_link .link.ok:hover {
    background: url(../img/style/social_link.png) no-repeat -49px -14px;
}

.footer .social_link .link.tw {
    background: url(../img/style/social_link.png) no-repeat -75px 0;
}

.footer .social_link .link.tw:hover {
    background: url(../img/style/social_link.png) no-repeat -75px -14px;
}

.footer .social_link .link.ig {
    background: url(../img/style/social_link.png) no-repeat -105px 0;
}

.footer .social_link .link.ig:hover {
    background: url(../img/style/social_link.png) no-repeat -105px -14px;
}

.footer .address {
    display: block;
    position: relative;
    padding-top: 10px;
    font: 18px/22px ubuntu_medium;
    color: #fff;
    text-align: center;
}

.footer .address span {
    color: #ec1b1e;
}

.footer .address:after {
    content: "";
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    border: 1px solid #2b2c31;
}

.footer .phone {
    display: block;
    font: 32px/36px ubuntu_medium;
    color: #fff;
    text-align: center;
}

.footer .phone span {
    font: 18px/22px ubuntu_medium;
    color: #ec1b1e;
}

.footer .phone:after {
    content: "";
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    border: 1px solid #2b2c31;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.fancybox-inner {
    overflow: visible;
}

.fancybox-close {
    width: 11px;
    height: 11px;
    top: -8px;
    right: 8px;
}

.win_popup {
    display: none;
}

.win_popup .form_box {
    padding-left: 50px;
    padding-right: 50px;
}

.win_popup:before {
    content: "";
    width: 64px;
    height: 48px;
    display: block;
    position: absolute;
    top: -16px;
    right: -5px;
    background: url(../img/style/corner.png) no-repeat;
}

.win_popup .form_box:before {
    background: #fff;
}

.win_popup .title1 {
    color: #ec1b1e;
}

.win_popup#win_map .form_box {
    padding-left: 10px;
    padding-right: 10px;
}

#map {
    width: 340px;
    height: 340px;
}

.win_popup#win_success {
    width: 370px;
}

.win_popup#win_success .form_box {
    padding-left: 10px;
    padding-right: 10px;
}

.win_popup#win_success .title1 {
    padding-top: 20px;
    margin-bottom: 20px;
    font: 18px/22px ubuntu_medium;
}

.win_popup#win_success .title2 {
    display: block;
    padding-bottom: 20px;
    font: 16px/20px ubuntu_medium;
    color: #000;
    text-align: center;
}

.textarea.error,
.input.error {
    border: 1px solid rgba(245, 0, 0, 0.25) !important;
    background: #fff2f2 !important;
}

.info-palse {
    width: 80px;
    display: none;
}

