/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Version:  5.90 17.12.14 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
/*---------------------- end basic styles ----------------------------------*/


/*---------------------- global --------------------------------------*/
html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #555555;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: left;
    word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #05c;
    text-decoration: underline;
}

a:visited {
}

a:hover,
a:hover:visited {
    text-decoration: none;
}

a:active {
}

.nu a:hover,
a.nu:hover {
    text-decoration: underline;
}

.nu a,
a.nu {
    text-decoration: none;
}

a.link_dashed,
.link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover,
.link_dashed a:hover {
    border: 0;
    text-decoration: none;
}


h1 {
    font-family: 'europeextendedc', sans-serif;
	font-size: 24px;
    font-size: 2.4rem;
    color: #000;
    margin: 0 0 16px;
    line-height: 1.1;
	text-transform: uppercase;
}

.white_text_1 {
    font-family: 'europeextendedc', sans-serif;
	font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
	margin: 0 0 14px;	
}


.h1 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #000;
    margin: 0 0 16px;
    line-height: 1.1;
}

.h1h1 {
	font-family: 'europeextendedc', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    color: #000;
    margin: 0 0 16px;
    line-height: 1.1;
	font-weight: bold;
}

.h1 .fig {
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px 0 0;
}

.h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 0.83em;
}

.h3 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #235379;
    margin: 0 0 12px;
    line-height: 1.3;
}

.h3 .fig {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0;
}

.h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 1.33em;
}

.h5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1.67em;
}

.h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 2.33em;
}

.x1 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #000;
    margin: 0 0 16px;
    line-height: 1.1;
}

/*colors*/
/*end colors*/
/*fonts*/
@font-face {
    font-family: 'Europe';
    src: url('../fonts/europe.eot');
    src: url('../fonts/europe.eot?#iefix') format('embedded-opentype'),
    url('../fonts/europe.woff2') format('woff2'),
    url('../fonts/europe.woff') format('woff'),
    url('../fonts/europe.ttf') format('truetype'),
    url('../fonts/europe.svg#europeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'europeextendedc';
    src: url('../fonts/europeextendedc-bold.eot');
    src: url('../fonts/europeextendedc-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/europeextendedc-bold.svg') format('svg'),
    url('../fonts/europeextendedc-bold.woff') format('woff'),
    url('../fonts/europeextendedc-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
.f-10 {
    font-size: 10px;
    font-size: 1rem;
}

.f-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.f-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.f-13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.f-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.f-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.f-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.f-17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.f-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.f-20 {
    font-size: 20px;
    font-size: 2rem;
}
/*end fonts*/


/*forms fields*/
.field {
    background: #fff;
    border: 1px solid #d6d6d6;
    padding: 9px 12px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 13px;
    color: #555555;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    -moz-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    font-size: 13px;
    color: #555555;
}

.field::-moz-placeholder {
    opacity: 1;
    font-size: 13px;
    color: #555555;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 13px;
    color: #555555;
}

.field:-ms-input-placeholder {
    opacity: 1;
    font-size: 13px;
    color: #555555;
}

.field.placeholder {
    font-size: 13px;
    color: #555555;
}

.field.invalid {
    border-color: red;
}

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

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
    overflow: hidden;
}

.cx:before,
.cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 25px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #d9d9d9;
}

::-moz-selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

img::-moz-selection {
    background-color: transparent;
    -moz-box-shadow: none;
}

img::selection {
    background-color: transparent;
    box-shadow: none;
}

.btn_5 {
    background: #ac332e;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    height: 34px;
    padding: 0 7px;
    color: #fff;
    font-size: 13px;
    line-height: 34px;
    text-decoration: none;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
    position: relative;
    min-width: 1000px;
    margin: auto;
    min-height: 100%;
    z-index: 1;
    overflow: hidden;
}

.inner {
    width: 960px;
    margin: 0 auto 104px;
    position: relative;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 97px 0 0 0;
    position: relative;
    z-index: 1001;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 179px;
    height: 59px;
    position: absolute;
    top: 34px;
    left: 9px;
    z-index: 2;
}

.logo .link {
    display: block;
    width: 179px;
    height: 59px;
}

.phone {
    border-left: 1px solid #e2e2e2;
    padding: 0 0 17px 19px;
    position: absolute;
    top: 34px;
    left: 204px;
    font-size: 14px;
    font-weight: bold;
    color: #ed1c24;
    line-height: 1;
}

.slogan {
    position: absolute;
    top: 48px;
    left: 223px;
    font-size: 11px;
    color: #6d6e71;
    line-height: 1.2;
}

.social_networks {
    position: absolute;
    top: 35px;
    right: 6px;
}

.social_networks .item {
    float: left;
    margin: 0 0 0 8px;
}

.social_networks .fig {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
}

.social_networks .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}

.social_networks .fig_black .img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    opacity: 0.5;

}

.social_networks .fig_color .img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    opacity: 0;

}

.social_networks .link:hover .fig_black .img {
    opacity: 0;

}

.social_networks .link:hover .fig_color .img {
    opacity: 1;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .45);
    box-shadow: 0 0 5px rgba(0, 0, 0, .45);

}

.main_page .nav {
    border-bottom: none;
    margin: 0;
}

.nav {
    border-bottom: 1px solid #aaaaaa;
    height: 55px;
    margin: 0 0 31px;
    padding: 0 0 0 199px;
    position: relative;
    z-index: 10;
}

.nav > .list {
    display: table;
    width: 756px;
    margin: 0 auto;
    position: relative;
}

.nav > .list > .item {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
}

.nav .list:before, .nav .list:after, .nav .list .item:before, .nav .list .item:after {
    display: none;
}

.nav > .list > .item > .link {
    display: table;
    width: 100%;
    height: 55px;
    position: relative;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav > .list > .item:hover > .link {
    background: url(../images/bg_menu.png) repeat-x;
}

.nav > .list > .item > .link > .text {
    display: table-cell;
    text-align: center;
    padding: 10px 15px 0;
}

.nav > .list > .active > .link .in {
    border-bottom: 1px solid #d43534;
    padding: 0 0 9px;
}

.nav .sub_1 {
    display: none;
    width: 611px;
    position: absolute;
    top: 0;
    left: -256px;
}

.nav .sub_1pred {
    left: -307px;
}

.nav .sub_2 {
    background: #fff;
    border-top: 9px solid #999999;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    display: none;
    width: 929px;
    padding: 19px 4px 0 25px;
    position: absolute;
    top: 0;
    left: -313px;
    font-weight: normal;
    font-size: 13px;
    color: #999999;
}

.nav .sub_2 .title {
    margin: 0 0 17px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.nav .sub_2 .topborder {
	margin: 1px 12px 1px 0;
    border-top: 1px solid #e2e2e2;
    padding: 17px 0 0 0;
}


.nav .sub_2 .list {
    margin: 0 0 17px;
}

.nav .sub_2 .item {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
}

.nav .sub_2 .link {
    color: #666666;
    text-decoration: none;
}

.nav .sub_2 .link:hover {
    color: #0081be;
    text-decoration: underline;
}

.nav .sub_2 .fig {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 24px;
    margin: 0 6px 0 0;
    position: relative;
    overflow: hidden;
}

.nav .sub_2 .figtuff {
    height: 44px;
}

.nav .sub_2 .figmesh {
    height: 50px;
}

.nav .sub_2 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.nav .sub_2 .text {
    display: inline-block;
    vertical-align: middle;
    width: 66px;
}

.nav .sub_2 .textdop {
    width: 76px;
}

.nav .sub_menu {
    background: #fff;
    border-top: 9px solid #999999;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    float: left;
    letter-spacing: 0;
    position: relative;
    padding: 19px 0 0 15px;
    overflow: hidden;
}

.nav .sub_menu .item {
    width: 195px;
    margin: 0 0 23px;
    font-size: 13px;
    font-weight: bold;
    position: relative;
}

.nav .sub_menu .link {
    color: #000;
    text-decoration: none;
}

.nav .sub_menu .link:hover {
    color: #0081be;
    text-decoration: underline;
}

.nav .sub_menu .fig {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 22px;
    margin: 0 12px 0 0;
    position: relative;
}

.nav .sub_menu .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.nav .sub_menu .text {
    display: inline-block;
    vertical-align: middle;
    width: 159px;
}

.nav .item:hover .sub_1 {
    display: block;
}

.nav .item:hover .sub_2 {
    display: block;
}

.nav .item:last-child .sub_1 {
    left: auto;
    right: -5px;
}

.nav .item:last-child .sub_1 .sub_menu {
    float: right;
}

.carousel_1 {
    height: 425px;
    margin: 0 -10000px;
    position: relative;
    text-align: center;
    font-family: Europe, sans-serif;
}

.carousel_1:hover .arrow {
    opacity: 1;
    visibility: visible;
}

.carousel_1:hover .tabs {
    opacity: 1;
    visibility: visible;
}

.carousel_1 .arrow {

    width: 100vw;
    max-width: 1900px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;

    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.carousel_1 .next, .carousel_1 .prev {
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    height: 425px;
    z-index: 1;
}

.carousel_1 .next:before, .carousel_1 .prev:before {
    content: '';
    background: rgba(0, 0, 0, 0.50) url(../images/pic35.png) no-repeat 50% 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 187px;
    right: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.carousel_1 .next:hover:before, .carousel_1 .prev:hover:before {
    background-color: rgba(0, 0, 0, 1);
}

.carousel_1 .prev {

    right: auto;
    left: 0;
}

.carousel_1 .prev:before {
    background-image:url(../images/pic36.png);
    right: auto;
    left: 16px;
}

.carousel_1 > .list > .item {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    opacity: 0;
    visibility: hidden;

}



.carousel_1 > .list > .active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.carousel_1 > .list > .new {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.carousel_1 .box {
    width: 1001px;
    margin-left: -500px;
    position: absolute;
    bottom: 0;
    left: 50%;


}

.carousel_1 .box .video_box {
    position: absolute;
    bottom: 139px;
    right: 456px;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    transform: translate(0, 100%);

}

.carousel_1 .active .box .video_box {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    transform: translate(0, 0%);
    opacity: 1;


}

.carousel_1 .new .box .video_box {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -webkit-transition: all .3s ease .3s;
    -moz-transition: all .3s ease .3s;
    transition: all .3s ease .3s;
}


.carousel_1 > .list > .item:nth-child(7) .video_box {
    bottom: 67px;
    right: 426px;
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
}

.carousel_1 > .list > .active:nth-child(7) .video_box {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.carousel_1 > .list > .new:nth-child(7) .video_box {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.carousel_1 > .list > .item:nth-child(7) .text {
    opacity: 0;
    -webkit-transform: translate(0%, 100%);
    -moz-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
} */



.carousel_1 > .list > .active:nth-child(8) .text {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.carousel_1 > .list > .new:nth-child(8) .text {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    -webkit-transition: all .3s ease .3s;
    -moz-transition: all .3s ease .3s;
    transition: all .3s ease .3s;
}

.carousel_1 > .list > .item:nth-child(8) .mark {
    opacity: 0;
}

.carousel_1 > .list > .active:nth-child(8) .mark {
    opacity: 1;
}

.carousel_1 > .list > .new:nth-child(8) .mark {
    opacity: 1;
    -webkit-transition: all 1s ease .5s;
    -moz-transition: all 1s ease .5s;
    transition: all 1s ease .5s;
}

.carousel_1 .text {
    background: rgba(0, 0, 0, 0.50);
    width: 543px;
    padding: 12px 23px 12px 27px;
    position: absolute;
    bottom: 86px;
    left: 0;
    color: #5d5d5d;
    text-align: left;
    z-index: 1;
}

.carousel_1 .mark {
    position: absolute;
    top: -49px;
    right: -102px;
}

.carousel_1 .text_1 {
    font-size: 24px;
    color: #ffffff;
}

.carousel_1 .text_2 {
    margin: 0 0 14px;
    font-size: 18px;
    color: #ff0000;
}

.carousel_1 .title {
    margin: 0 0 6px;
}

.carousel_1 .more {
    background: url(../images/pic55.png) no-repeat;
    display: inline-block;
    width: 109px;
    height: 30px;
}

.carousel_1 .tabs {
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 14px;
    text-align: center;
    z-index: 3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.carousel_1 .tabs .list {
    display: inline-block;
}

.carousel_1 .tabs .item {
    float: left;
    margin: 0 15px 0 0;
}

.carousel_1 .tabs .link {
    background: url(../images/pic56.png) no-repeat;
    display: block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.carousel_1 .tabs .active {
    background: url(../images/pic57.png) no-repeat;
}

.services_box {
    background: #555555;
    margin: 0 -10000px 30px;
}

.services_box > .in {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.services_box .bookmark {
    background: #555555;
    border-radius: 11px 11px 0 0;
    width: 197px;
    height: 15px;
    padding: 8px 11px 5px;
    position: absolute;
    top: -28px;
    left: 0;
    z-index: 2;
    font-size: 12px;
    color: #fff;

}

.services_box .bookmark:before {
    content: "";
    background: url(../images/pic37.png) no-repeat;
    width: 36px;
    height: 28px;
    position: absolute;
    top: 0;
    right: -25px;
}

.services_box .bookmark:hover{color:#d12d30;cursor:pointer;}

.services_list_1 {
    display: table;
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 11;
}

/* .services_box .services_list_1:hover + .bookmark {
    top: -196px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
} */

.services_list_1 > .item {
    border-left: 1px solid #838383;
    display: table-cell;
    vertical-align: top;
    font-size: 12px;
}

.services_list_1 > .item:first-child {
    border: none;
}

.services_list_1:before, .services_list_1:after, .services_list_1 > .item:before, .services_list_1 > .item:after {
    display: none;
}

.services_list_1 > .item > .link {
    display: table;
    width: 100%;
    height: 72px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_1 > .item > .link:hover {
    background: #fff;
    color: #d43534;
}

.services_list_1 .fig {
    display: block;
    width: 100px;
    height: 72px;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.services_list_1 .fig_red {
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_1 > .item > .link:hover .fig_red {
    opacity: 1;
}

.services_list_1 > .item > .link:hover .fig_black {
    opacity: 0;
}

.services_list_1 > .item > .link > .text {
    display: table-cell;
    vertical-align: middle;
    width: 103px;
    padding: 0 26px 0 0;
}

.services_list_1 .sub {

    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    right: -10000px;
    left: -10000px;
}

.services_list_1 .in {
    width: 960px;
    margin: 0 auto;

    position: relative;
    top: 100%;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.services_list_1 .in:after {
    content: '';
    clear: both;
    display: table;
}

.services_list_1 .in:before{
    content: '';
    background: rgba(255, 255, 255, 0.80);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000px;
    right: -10000px;
    z-index: -1;
}

.services_list_1 .box_list {
    width: 425px;
    padding: 19px 18px 5px 38px;
    float: right;
    position: relative;
    z-index: 1;
}
.services_list_1 .box_list:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    bottom: -1000em;
    left: 0;
    right: 0;
    z-index: -1;
}

.services_list_1 .box_list .list {
    margin: 0 0 0 -28px;
}

.services_list_1 .box_list .list .item {
    width: 198px;
    margin: 0 0 4px 28px;
    font-size: 15px;
}

.services_list_1 .box_list .list .link {
    background: url(../images/pic49.png) no-repeat 0 13px;
    display: block;
    padding: 8px 0 6px 35px;
    position: relative;
    color: #555555;
    text-decoration: none;
}

.services_list_1 .box_list .list .link:hover {
    background: url(../images/pic50.png) no-repeat 0 13px;
    color: #fff;
}

.services_list_1 .box_list .list .link:hover:before {
    content: "";
    background: #d43534;
    border-radius: 14px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 21px;
}

.services_list_1 .box_list .list .link .text {
    position: relative;
    z-index: 1;
}

.services_list_1 .box_text {
    width: 455px;
    padding: 16px 12px;
    float: left;
    font-size: 15px;
    color: #555555;
    position: relative;
    z-index: 1;
}

.services_list_1 .box_text:before {
    content: '';
    background: #f4f4f4;
    position: absolute;
    top: 0;
    bottom: -1000em;
    left: 0;
    right: 0;
    z-index: -1;
}

.services_list_1 .box_text .title {
    margin: 0 0 6px;
    font-size: 26px;
    line-height: 1.2;
}

/* .services_list_1 > .item:hover .sub {
    opacity: 1;
    visibility: visible;
} */

.services_list_1 > .item:hover .in {
    top: 0%;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 210px;
    position: relative;
    float: left;
}

.side + .content {
    float: left;
    width: 724px;
    padding-left: 26px;
}

.services_list_2 {
}

.services_list_2 .item {
    font-size: 15px;
}

.services_list_2 .link {
    border-bottom: 1px solid #eeeeee;
    display: block;
    padding: 9px 10px 7px;
    color: #000;
    text-decoration: none;
}

.services_list_2 .link:hover {
    color: #0081ca;
    text-decoration: underline;
}

.services_list_2 .active .link {
    background: #ed1c24;
    border-bottom: 1px solid #ed1c24;
    color: #fff;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/


.content {
    padding: 0 0 26px;
    position: relative;

}

.content:before, .content:after{
    content: '';
    display: table;
}

.content:after {
    clear: both;
}

.gallery_list_1 {
    margin: 0 0 30px -17px;
}

.gallery_list_1 p {
    margin: 0 0 6px;
}

.gallery_list_1 .item {
    width: 227px;
    margin: 0 0 0 17px;

}

.gallery_list_1 .title {
    font-size: 16px;
    color: #010101;
    line-height: 1;
}

.gallery_list_1 .link {
    font-size: 12px;
    color: #7d7d7d;
    text-decoration: none;
}

.gallery_list_1 .link:hover {
    text-decoration: underline;
}

.gallery_list_1 .fig {
    display: block;
    width: 227px;
    height: 125px;
    overflow: hidden;
    position: relative;

}

.gallery_list_1 .fig:before {
    content: "";
    background: rgba(31, 31, 31, 0.22);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery_list_1 .link:hover .fig:before {
    opacity: 1;
}

.gallery_list_1 .fig .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: top;

}

.gallery_list_1 .link:hover .img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}

.gallery_list_1 .fig .btn {
    background: url(../images/pic14.png) no-repeat;
    width: 50px;
    height: 51px;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.gallery_list_1 .fig:hover .btn {
    background: url(../images/pic15.png) no-repeat;
}

.gallery_list_1 .item:nth-child(3n) .fig .btn {
    opacity: 0;
}

.gallery_list_1 .item:nth-child(3n) .fig:hover .btn {
    background: url(../images/pic16.png) no-repeat;
    width: 37px;
    height: 38px;
    opacity: 1;
}

.gallery_list_1 .item:nth-child(4n) .fig .btn {
    opacity: 0;
}

.gallery_list_1 .item:nth-child(4n) .fig:hover .btn {
    background: url(../images/pic16.png) no-repeat;
    width: 37px;
    height: 38px;
    opacity: 1;
}

.gallery_list_1 .text {
    display: block;
    margin: 0 0 7px;
}

.w-650 {
    width: 650px;
}

.text_link {
    color: #0081ca;
    text-decoration: none;
}

.text_link:hover {
    text-decoration: underline;
}

.sub_text {
    display: none;
}

.expand {
    font-size: 11px;
    color: #0081ca;
    text-decoration: none;
}

.expand:hover {
    text-decoration: underline;
}

.turn {
    display: none;
    font-size: 11px;
    color: #0081ca;
    text-decoration: none;
}

.turn:hover {
    text-decoration: underline;
}

.advantages_list_1 > .item {
    margin: 0 0 41px;
}

.advantages_list_1 .fig {
    float: left;
    margin: 0 13px 0 0;
}

.advantages_list_1 .img {
    vertical-align: top;
}

.advantages_list_1 .list {
    display: inline-block;
}

.advantages_list_1 .list li.item {
    background: url(../images/pic21.png) no-repeat 0 5px;
    margin: 0 0 3px;
    padding: 0 0 0 11px;
}

ul.firmware_list_1 li.item {
    margin: 0 0 6px;
}

ul.firmware_list_1 {
    margin-bottom: 20px;
}

.news_list_1 {
    margin: -6px 0 2px 0;
}

.news_list_1 p {
    margin: 0 0 9px;
}

.news_list_1 .item {
    margin: 0 0 3px;
    padding: 8px 6px 0;
    font-size: 11px;
    line-height: 1.2;
}

.news_list_1 .item:hover {
    background: #ebebeb;
}

.news_list_1 .item:hover .date {
    color: #d43534;
}

.news_list_1 .link {
    color: #555555;
    text-decoration: none;
}

.news_list_1 .item:hover .link {
    text-decoration: underline;
}

.news_list_1 .fig {
    float: left;
    margin: 0 8px 0 0;
}

.news_list_1 .img {
    vertical-align: top;
}

.all {
    background: url(../images/pic18.png) no-repeat 100% 3px;
    display: inline-block;
    padding: 0 14px 0 0;
    font-size: 11px;
    color: #0081ca;
    text-decoration: none;
}

.all:hover {
    text-decoration: underline;
}

.promo {
    clear: both;
    background: #eff0f1;

    font-size: 11px;
    color: #666666;
    padding: 10px 9px 15px;
    line-height: 1.2;
    position: relative;
}

.promo:before {
    content: '';
    border-top: 1px solid #d9d9d9;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
}

.products_list_1 {
}

.products_list_1 .link {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    display: inline-block;
    padding: 11px 35px 10px;
    color: #555555;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.products_list_1 .item:last-child .link {
    border-right: 1px solid #d6d6d6;
}

.products_list_1 .link:hover, .products_list_1 .active {
    background: #ed1c24;
    border-top: 1px solid #ed1c24;
    border-bottom: 1px solid #ed1c24;
    border-left: 1px solid #ed1c24;
    color: #fff;
}

.products_list_1 .item:last-child .link:hover, .products_list_1 .item:last-child .active {
    border-right: 1px solid #ed1c24;
}

.video_list_1 {
    margin: 0 0 26px -22px;
}

.video_list_1 .item {
    border-bottom: 1px solid #aaaaaa;
    width: 220px;
    margin: 0 0 21px 22px;

}

.video_list_1 .link {
    font-size: 14px;
    color: #555555;
    text-decoration: none;
}

.video_list_1 .link:hover {
    text-decoration: underline;
}

.video_list_1 .fig {
    display: block;
    width: 220px;
    height: 123px;
    margin: 0 0 7px;
    position: relative;

}

.video_list_1 .fig:before {
    content: "";
    background: rgba(31, 31, 31, 0.22);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.video_list_1 .link:hover .fig:before {
    opacity: 1;
}

.video_list_1 .fig .img {
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    vertical-align: top;

}

.video_list_1 .img:hover {
    transform: scale(1.06);
}

.video_list_1 .fig .btn {
    background: url(../images/pic14.png) no-repeat;
    width: 50px;
    height: 51px;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.video_list_1 .fig:hover .btn {
    background: url(../images/pic15.png) no-repeat;
}

.video_list_1 .text {
    display: block;
    height: 49px;
    margin: 0 0 7px;
}

.color_red {
    color: #ed1c24;
}

.table_1 {
    border: 1px solid #aaaaaa;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 54px;
}

.table_1 th {
    background: #eeeeee;
    border-bottom: 1px solid #aaaaaa;
    padding: 12px 11px 14px 11px;
    font-size: 14px;
    color: #000;
}

.table_1 td {
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    padding: 6px 8px;
	text-align: center;
}

.table_1 td:first-child {
    text-align: left;
}

.table_1 td:last-child {
    padding: 10px 8px;
}

.table_1 .field {
    padding: 5px 12px 4px;
}

.label {
    font-size: 13px;
    color: #000101;
}

.h-130 {
    height: 130px;
}

.button {
    background: url(../images/pic64.png) repeat-x;
    border: 1px solid #d6d6d6;
    height: 25px;
    padding: 0 8px;
    font-size: 13px;
    color: #7c7c7c;
    line-height: 25px;
}

.button:hover {
    background: url(../images/pic65.png) repeat-x;
    color: #555555;
}

.star {
    background: url(../images/pic61.png) no-repeat;
    width: 5px;
    height: 4px;
    display: inline-block;
    vertical-align: top;
}

.modal {
    position: fixed;
    z-index: 1010;
}

.modal_videos {
    z-index: 1000;
}

.modal__inner {
    overflow: hidden;
    overflow-y: auto;


    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.select {
    border: 1px solid #d6d6d6;
    cursor: pointer;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 100;

}

.select:before {
    content: '';
    background: url(../images/pic66.png) no-repeat 50% 50%;
    border-left: 1px solid #d6d6d6;
    width: 41px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.select.active:before {
    background-color: #f1f1f1;
    background-image: url("../images/pic105.png");
}

.select:hover:before {
    background-color: #f1f1f1;
}

.select .selected_value {
    display: inline-block;
    padding: 0 50px 0 16px;
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
}

.select .list {
    display: none;
    background: #eeeeee;
    border: 1px solid #d5d5d5;
    padding: 8px 18px;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
}



.select .list .item {
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #cacaca;
}

.select .list .item:first-child {
    border-top: 0;
}

.select .list .item:last-child {
    border-bottom: 0;
}

.select .list .item {
    display: block;
    padding: 8px 0;
    color: #424141;
    font-size: 14px;
}





.select .list .item:hover, .select .selected {
    color: #ed1c24;
    font-weight: bold;
}

.select select {
    width: 100%;
    height: 38px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;


}

.selector_list_1{
    margin:-15px 0 22px 0;
    text-align:right;

}
.selector_list_1 > .item{
    background:url(../images/pic92.png) no-repeat;
    padding:0 13px;
    position:relative;
    font-size:11px;
}
.selector_list_1 > .item:first-child{
    background:none;
}
.selector_list_1 > .item:hover{
    position:relative;
    z-index:1002;
}
.selector_list_1 > .item > .link{
    display:inline-block;
    color:#7d7d7d;
}
.selector_list_1 > .item:first-child > .link{
    background:url(../images/pic67.png) no-repeat 0 2px;
    padding:0 0 0 15px;
}
.selector_list_1 > .item:last-child > .link{
    background:url(../images/pic68.png) no-repeat 100% 2px;
    padding:0 15px 0 0;
}
.selector_list_1 .link:hover{
    color:#0081ca;
}
.selector_list_1 .sub {
    display:none;
    position:absolute;
    top:-33px;
    left:0;
}

.selector_list_1 .sub .link {
    background:#7d7d7d;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    display:inline-block;
    height:26px;
    padding:0 13px;
    position:relative;
    font-size:12px;
    color:#fff;
    text-decoration:none;
    line-height:26px;
}
.selector_list_1 .sub .link:before{
    content:"";
    background:url(../images/pic69.png) no-repeat;
    width:9px;
    height:6px;
    margin-left:-4px;
    position:absolute;
    bottom:-5px;
    left:50%;
}
.selector_list_1 > .item:hover .sub{
    display:block;
}
.selector_list_1 > .item:first-child .sub{
    left:auto;
    right:0;
}
.gallery_box {
    width:881px;
    margin:0 0 36px;
    padding:0 0 0 43px;
    font-size:16px;
    color:#000101;
    line-height:1;
}
.gallery_box p{
    margin:0 0 9px;
}
.gallery_box .fig_1{
    float:left;
    width: 400px;
    margin:23px 80px 0 0;
}
.gallery_box .fig_1 .img{
    max-width: 100%;
    vertical-align:top;
}
.gallery_box .title{
    margin:0 0 21px;

}
.gallery_list_2{
    display:inline-block;
    width:408px;
    margin:0 0 15px -10px;

}
.gallery_list_2 .item{

    border: 1px solid #cbcbcb;
    width: 90px;
    height: 65px;
    position: relative;
    margin:0 0 9px 10px;
}
.gallery_list_2 .fig {

}
.gallery_list_2 .img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    vertical-align:top;
}
.btn_1{
    background: #ed1c24 url(../images/pic93.png) no-repeat 100% 50%;
    border: 1px solid #c73721;
    border-radius: 3px;
    display:inline-block;
    width:167px;
    height: 34px;
    padding:0 7px;
    font-size:12px;
    color:#fff;
    text-decoration:none;
    line-height:34px;
}
.btn_2{
    background: #254f73 url(../images/pic94.png) no-repeat 96.5% 50%;
    border: 1px solid #27255b;
    border-radius: 3px;
    display:inline-block;
    width:167px;
    height: 34px;
    padding:0 7px;
    font-size:12px;
    color:#fff;
    text-decoration:none;
    line-height:34px;
}
.btn_3{
    background: #ebebeb;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    display:inline-block;
    height: 26px;
    padding:0 12px;
    font-size:12px;
    color:#7d7d7d;
    text-decoration:none;
    line-height:26px;

}
.gallery_box .video_fig{
    float:left;
    width:194px;
    position:relative;
}
.gallery_box .video_fig:before{
    content:"";
    background:url(../images/pic15.png) no-repeat;
    width:50px;
    height:51px;
    margin:-25px 0 0 -25px;
    position:absolute;
    top:50%;
    left:50%;
}
.gallery_box .video_fig .img{
    vertical-align:top;
}

.about_list_1 {
    border-bottom:1px solid #aaaaaa;
    width: 958px;
    margin:0 0 37px;
    position: relative;
    z-index: 1;
}
.about_list_1 .item {
    margin:0 4px 0 0;
    font-size: 14px;
    font-weight:bold;
}
.about_list_1:before, .about_list_1:after, .about_list_1 .item:after, .about_list_1 .item:before{
    display: none;
}
.about_list_1 .link {
    background: #bebdbe;
    border-top:1px solid #aaaaaa;
    border-right:1px solid #aaaaaa;
    border-left:1px solid #aaaaaa;
    display: table;
    width: 100%;
    height: 34px;
    position: relative;
    color: #000;
    text-decoration:none;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about_list_1 .link:hover {
    background: #777777;

    text-decoration: none;
}
.about_list_1 .active {
    background:#373737;
    color: #fff;
}
.about_list_1 .text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 7px;
}
.characteristics_list_1{
    display:inline-block;
    width:398px;
}
.characteristics_list_1 .item{
    background:url(../images/pic79.png) no-repeat 0 7px;
    margin:0 0 3px;
    padding:0 0 0 26px;
}
.sub_features .h1{
    margin:0 0 42px;
    color:#235379;
}
.characteristics_list_2{
    border-bottom:1px solid #eeeeee;
    margin:0 0 25px;
    padding:0 0 26px;
}
.characteristics_list_2 > .item{
    background:url(../images/pic21.png) no-repeat 0 6px;
    padding:0 0 0 21px;
}
.characteristics_list_2 .list{
    margin:0 0 0 7px;
}
.characteristics_list_2 .list .item{
    background:url(../images/pic79.png) no-repeat 0 8px;
    padding:0 0 0 21px;
}
.sub_options{
    color:#7d7d7d;
}
.sub_options .h1{
    margin:0 0 5px;
}
.color_black{
    color:#000;
}
.options_list_1{
    border-bottom:5px solid #eeeeee;
    margin:0 0 11px;
    padding:0 0 20px;
}
.options_list_1 .item{
    width:169px;
    margin:0 11px 15px;
    text-align:center;
    font-size:11px;
}
.options_list_1 .link{
    color:#555555;
    text-decoration:none;
}
.options_list_1 .link:hover{
    text-decoration:underline;
}
.options_list_1 .fig{
    display:inline-block;
    margin:0 0 5px;
}
.warning{
    background:#eeeeee url(../images/pic89.png) no-repeat 9px 50%;
    display:inline-block;
    padding:8px 12px 5px 35px;
    font-size:12px;
    color:#e70000;
}
.accessories_list_1{
    margin:0 0 0 -44px;
}
.accessories_list_1 .item{
    border-bottom:1px solid #d9d9d9;
    width:452px;
    margin:0 0 19px 44px;
    padding:0 0 8px;
    font-size:11px;
    color:#999999;
}
.accessories_list_1 .title{
    margin:0 0 8px;
}
.accessories_list_1 .link{
    font-size:13px;
    color:#444444;
    text-decoration:none;
}
.accessories_list_1 .link:hover{
    color:#0081ca;
    text-decoration:underline;
}
.accessories_list_1 .fig{
    float:left;
    margin:0 20px 0 0;
}
.accessories_list_1 .img{
    border: 1px solid #cbcbcb;
    vertical-align:top;
}
.sub_gallery .h1{
    color:#235379;
}
.gallery_list_3{
    margin:0 0 30px -16px;
}

.gallery_list_3 .item{
    width:227px;
    margin:0 0 20px 16px;

}

.gallery_list_3 .fig{
    display:block;
    width:229px;
    height:127px;
    overflow: hidden;
    position:relative;



}

.gallery_list_3 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: -100em;
    left: -100em;
    right: -100em;
    bottom: -100em;
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.gallery_list_3 .fig:after {
    content:"";
    background: url(../images/pic16.png) no-repeat;
    width:37px;
    height:38px;
    margin:-19px 0 0 -18px;
    position:absolute;
    top:50%;
    left:50%;
    opacity:0;
    z-index:1;
}
.gallery_list_3 .fig:before {
    content:"";
    background:rgba(31,31,31,0.22);
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity:0;
    z-index:1;
}
.gallery_list_3 .link:hover .fig:after{
    opacity:1;
}
.gallery_list_3 .link:hover .fig:before{
    opacity:1;
}
.gallery_list_3 .fig .img{
    border: 1px solid #cbcbcb;
    vertical-align:top;

}

.gallery_list_3 .link:hover .img{
    transform: scale(1.06);
}

.quick_links{
    background:#ececec;
    border-radius: 10px;
    margin-top: 80px;
    margin-left: 500px;
    padding:11px 9px 13px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    font-size:12px;
    color:#000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.quick_links p{
    margin:0 0 6px;
}
.quick_links .list{
    margin:0 0 11px;
}
.quick_links .item{
    margin:0 0 4px;
    text-align:center
}
.quick_links .link{
    background:#fff;
    border: 1px solid #d9d9d9;
    border-radius:6px;
    display:block;
    width:120px;
    min-height:76px;
    padding:4px 0;
    color:#000;
    text-decoration:none;
}

.quick_links .link:hover{
    text-decoration:underline;
}
.quick_links .fig{
    display:inline-block;
    width:74px;
    height:64px;
    position:relative;
    overflow:hidden;
}
.quick_links .img{
    max-width:100%;
    max-height:100%;
    margin:auto;
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    vertical-align:top;
}
.quick_links .text{
    display:block;
    padding:0 0 7px;
}
.btn_4{

    background: #254f73;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    display:block;
    height: 21px;
    padding:0 42px;
    font-size:11px;
    color:#fff;
    text-decoration:none;
    line-height:21px;

}

.modal,
.modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal_videos,
.modal_videos .modal__bg {
    top: 153px;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
}

.modal__bg {
    background: #000;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    z-index: -1;

}

.modal__content {
    background: #000;
    padding: 50px;
    position: relative;

}

.modal_videos .modal__content {
    z-index: 1;
}

.modal_videos .btns {
    margin-bottom: 24px;
    text-align: right;
}

.modal_videos .modal__vertical_inner {
    vertical-align: top;
}

.modal_videos .modal__content .caption {
    margin-bottom: 14px;
    color: #000101;
    font-size: 20px;
    line-height: 1;
}

.modal_videos .modal__content .text {
    margin-bottom: 10px;
    color: #000101;
    font-size: 13px;
}

.modal_videos .modal__content {
    width: 960px;
}

.modal_videos .modal__content:before {
    content: '';
    background: #f0f0f0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.modal_videos .modal__content .video_box {
    width: 812px;
    height: 456px;
}



.carousel_2 {
    width: 812px;
    padding: 0 74px;
    position: relative;
}



.carousel_2 .sub {
    display: none;
    color: #000101;
}

.carousel_2 .in {
    overflow: hidden;
    position: relative;
}

.carousel_2 .list {
    display: table;
    width: 100%;
    table-layout: fixed;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_2 .list .item {
    display: table-cell;
    width: 812px;
    padding-right: 20px;
    vertical-align: top;
}

.carousel_2 .prev, .carousel_2 .next {
    width: 74px;    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.carousel_2 .prev:before, .carousel_2 .next:before {
    content: '';
    background: url("../images/pic100.png") no-repeat;
    width: 50px;
    height: 51px;
    margin: auto;
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
}

.carousel_2 .next {
    left: auto;
    right: 0;
}

.carousel_2 .next:before {
    background-image: url("../images/pic101.png");
}
.carousel_2 .list .item:before,
.carousel_2 .list .item:after,
.carousel_2 .list:before,
.carousel_2 .list:after {
    display: none;
}

.carousel_3 {
    width: 100vw;
    height: 100vh;
    position: relative;
}

 .carousel_3 .in {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.carousel_3 .list {
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
}

.carousel_3 .list .item {
    display: table-cell;
    width: 100vw;
    height: 100vh;
    vertical-align: middle;
    text-align: center;
}
.carousel_3 .list:before, .carousel_3 .list:after,
.carousel_3 .list .item:before, .carousel_3 .list .item:after {
    display: none;
}

.carousel_3 .img {
    -webkit-box-shadow: 0 0 10px 0 #000000;
    -moz-box-shadow: 0 0 10px 0 #000000;
    box-shadow: 0 0 10px 0 #000000;
    vertical-align: top;
}

.carousel_3 .fig {
    text-align: center;
}
.carousel_3 .text {
    color: #fff;
    font-size: 16px;
    left: 50%;
    margin: 0;
    padding: 20px 0;
}

.carousel_3 .prev, .carousel_3 .next {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.carousel_3 .next:before {
    content: '';
    background: url("../images/arrows_spread_new_design.png") no-repeat 0 -1250px;
    width: 40px;
    height: 68px;
    margin-top: -34px;
    position: absolute;
    top: 50%;
    right: 50px;
}

.carousel_3 .next {
    left: auto;
    right: 0;
}

.carousel_3 .prev:before {
    content: '';
    background: url("../images/arrows_spread_new_design.png") no-repeat 0 -1106px;
    width: 40px;
    height: 68px;
    margin-top: -34px;
    position: absolute;
    top: 50%;
    left: 50px;
}

.modal.modal_images .modal__content {
    background: none;
    padding: 0;


}

.modal.modal_images .modal__close_btn {
    background: none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    width: auto;
    height: auto;
    font: bold 20px/40px arial;
    opacity: 0.5;
    position: absolute;
    right: 40px;
    top: 20px;
    transition: opacity 0.1s linear 0s;

    z-index: 3;
    text-indent: 0;
    text-decoration: none;
}

.modal.modal_images .modal__close_btn:hover {
    opacity: 1;
}

.modal__close_btn {
    background: url("../images/btnClose-main.png") no-repeat 50% 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -1000em;
    z-index: 2;
}

.lightbox__prev,
.lightbox__next {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.lightbox__next {
    left: auto;
    right: 0;
}

.video_player {
    width: calc(100vw - 100px);
    height: calc(100vh - 100px);
}

.video_player iframe {
    display: block;
    vertical-align: top;
}

.modal_videos .modal__close_btn {
    background: url("../images/pic102.gif") no-repeat;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 153px;
    right: 0;
    z-index: 1;


}


.lightbox__next:before {
    content: '';
    background: url("../images/arrows_spread_new_design.png") no-repeat 0 -1250px;
    width: 40px;
    height: 68px;
    margin-top: -34px;
    position: absolute;
    top: 50%;
    left: 50px;
}

.lightbox__prev:before {
    content: '';
    background: url("../images/arrows_spread_new_design.png") no-repeat 0 -1106px;
    width: 40px;
    height: 68px;
    margin-top: -34px;
    position: absolute;
    top: 50%;
    left: 50px;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    width: 960px;
    margin-left: -480px;
    padding-bottom: 135px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.footer:before {
    content: "";
    background: #ebebeb;
    height: 55px;
    position: absolute;
    bottom: 0;
    right: -1000em ;
    left: -1000em;
}

.website {
    position: absolute;
    bottom: 77px;
    left: 0;
}

.website2 {
    position: absolute;
    top: 36px;
    left: 580px;
}
.website .link {
    background: #808080 url(../images/pic24.png) no-repeat 90% 50%;
    border-radius: 4px;
    display: inline-block;
    height: 31px;
    padding: 0 32px 0 12px;
    color: #fff;
    line-height: 31px;
    text-decoration: none;
}

.website .link:hover {
    background: #ed1c24 url(../images/pic24.png) no-repeat 90% 50%;
}

.website3 .link {
    background: #000 url(../images/pic24.png) no-repeat 90% 50%;
}

.website3 .link:hover {
    background: #ed1c24 url(../images/pic24.png) no-repeat 90% 50%;
}

.website4 .link {
    background: #ed1c24 url(../images/pic24.png) no-repeat 90% 50%;
    border-radius: 1px;
    display: inline-block;
    height: 31px;
    padding: 0 32px 0 12px;
    color: #fff;
    line-height: 31px;
    text-decoration: none;
}

.website4 .link:hover {
    background: #808080 url(../images/pic24.png) no-repeat 90% 50%;
}

.nav_footer {
    border-left: 1px solid #e2e2e2;
    position: absolute;
    left: 253px;
    right: 0;
    bottom: 77px;
    padding: 8px 0 9px 41px;
}

.nav_footer .item {
    background: url(../images/pic23.png) no-repeat 0 50%;
    padding: 0 15px;
    font-size: 12px;
}

.nav_footer .item:first-child {
    background: none;
}

.nav_footer .link {
    color: #555555;
    text-decoration: none;
}

.nav_footer .link:hover {
    color: #0081be;
    text-decoration: underline;
}

.company_footer {
    position: absolute;
    bottom: 84px;
    right: 9px;
    font-size: 11px;
    color: #a9a9a9;
    z-index: 1;



}

/*---------------------- end footer -----------------------------------*/

/* print media */
@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }

    html,
    body,
    article,
    header,
    section,
    footer,
    aside,
    div {
        width: 100% !important;
    }

    a,
    a:link,
    a:visited,
    a:hover,
    a:active,
    abbr,
    acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    nav {
        display: none;
    }
}

/*---------------------- my add -----------------------------------*/

.nav > .list > .active2 > .link .in {
    border-bottom: 1px solid #d43534;
    padding: 0 0 9px;

}

.nav > .list > .active2:hover > .link  {
	background:none;

}


.btn_3:hover{
    color:#ed1c24;
}

.footer:before {
    height: 45px;
}

.video_list_1 .item:hover {
    border-bottom: 1px solid #ed1c24;
}

.minh-700 {min-height: 700px;}
.h-380 {min-height: 374px;}
.minh-400 {min-height: 400px;}
.minh-100 {min-height: 100px;}
.borderside {border-right: 1px solid #ccc; min-height: 310px;}

.tar {text-align: right;}
.tal {text-align: left;}
.jst {text-align: justify;}
.tac {text-align: center;}
.upper {text-transform: uppercase;}
.dnul {text-decoration: none!important;}


.red {color:#ed1c24;}
.blue {color:#0081ca;}
.grey {color:#7d7d7d;}
.greylight {color: #e5e5e5!important; background:none!important;}
a.red {color:#ed1c24!important;}

.news_list_1 .item .date {
    margin-bottom: 3px;
}

.gallery_list_1 .item:nth-child(2n) .fig .btn {
    opacity: 0;
}

.gallery_list_1 .item:nth-child(2n) .fig:hover .btn {
    background: url(../images/pic16.png) no-repeat;
    width: 37px;
    height: 38px;
    opacity: 1;
}

.gallery_list_my {margin: 0 0 30px -17px;}

.gallery_list_my .item {width: 227px; margin: 0 0 0 17px;}

.gallery_list_my .fig {display: block; width: 227px; height: 125px; overflow: hidden; position: relative;}

.gallery_list_my .fig:before {content: ""; background: rgba(31, 31, 31, 0.22); position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; 
z-index: 1; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}

.gallery_list_my .link:hover .fig:before {opacity: 1;}

.gallery_list_my .fig .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: top;

}

.gallery_list_my .link:hover .img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}

.gallery_list_my .fig .btn {
    background: url(../images/pic14.png) no-repeat;
    width: 50px;
    height: 51px;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.gallery_list_my .item .fig .btn {
    opacity: 0;
}

.gallery_list_my .item .fig:hover .btn {
    background: url(../images/pic16.png) no-repeat;
    width: 37px;
    height: 38px;
    opacity: 1;
}

.dealer_list {
list-style-type: none;
padding: 0;
margin: 30px 0;
}

.dealer_item {
border: 1px solid #ccc;
padding: 2px 22px 5px 0;
font-size: 9pt;
display: block;
clear: both;
overflow: hidden;
margin: 0 0 7px 0;
background: url(../images/bg_tbl.png) repeat-y -16px 0;
}

.dealer_list .dealer_item > .sec_1 {
min-height: 74px;
}

.dealer_item > .sec_1 {
width: 200px;
}

.dealer_item > div {
float: left;
}

.dealer_item .dealer_name {
padding: 5px 5px 10px;
}

.dealer_item > .sec_2 {
width: 450px;
}

.dealer_item > .sec_3 {
padding-left: 10px;
}

.package {width: 169px;}

p.characts {font-size: 15px; font-size: 1.5rem; margin: 0 20px 0 10px; display: inline; float: left; overflow: hidden; width: 200px;}
ul.charactsli {display: inline; float: left; overflow: hidden; width: 630px;}
ul.charactsli li.item {line-height: 1.5;}

.soon {background: url(../images/soon.png) no-repeat; width: 131px; height: 39px; position: absolute; top: 13px; right: 14px;}
.soon2 {background: url(../images/soon.png) no-repeat; width: 131px; height: 39px; position: absolute; top: -13px; left: 3px;}
.newgood {background: url(../images/newgood.png) no-repeat; width: 131px; height: 39px; position: absolute; top: 13px; right: 14px;}
.archive {background: url(../images/archive.png) no-repeat; width: 131px; height: 39px; position: absolute; top: 13px; right: 14px;}

.borderred 	{background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}
	
.note{
    background:#eeeeee url(../images/pic89b.png) no-repeat 9px 50%;
    display:inline-block;
    padding:8px 12px 5px 35px;
    font-size:12px;
    color:#7d7d7d;
	margin-bottom: 20px;
}	
	
.pos_list_1 {margin: 0 0 26px -22px;}
.pos_list_1 .item {border-bottom: 1px solid #aaaaaa; width: 227px; margin: 0 0 21px 18px;}
.pos_list_1 .link {font-size: 14px; color: #555555; text-decoration: none;}
.pos_list_1 .link:hover {text-decoration: underline; color:#ed1c24;}
.pos_list_1 .fig {display: block; width: 227px; height: 159px; margin: 0 0 7px; position: relative;}
.pos_list_1 .fig .img {
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    vertical-align: top;
}

.pos_list_1 .fig .btn {
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.pos_list_1 .img:hover {transform: scale(1.06);}
.pos_list_1 .item .fig:hover .btn {
    background: url(../images/pic17.png) no-repeat;
    width: 48px;
    height: 30px;
    opacity: 1;
}
.pos_list_1 .text {display: block; height: 39px; margin: 10px 0 0 0}
.pos_list_1 .item:hover {border-bottom: 1px solid #ed1c24;}

.mh-100 {
min-height: 100px;
}	

.lthr {text-decoration: line-through;}

.all_list_1{
    margin:0 0 30px -16px;
    padding:0 0 20px;
}
.all_list_1 .item{
    width:227px;
    margin:0 0 20px 16px;
    text-align:center;
    font-size:11px;
}
.all_list_1 .link{
    color:#555555;
    text-decoration:none;
}
.all_list_1 .link:hover{
    text-decoration:underline;
}

.all_list_1 .fig{
    display:inline-block;
    margin:0 0 5px;
}


@media screen and (max-width:800px) {
.carousel_3 .img {
	width: 100%;
	height: 100%;
}
