@charset "UTF-8";
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-family: "Futura";
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
}

input,
textarea,
button {
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

@font-face {
    font-family: "normal";
    src: url(fonts/DINRoundPro.eot);
    src: url(fonts/DINRoundPro.eot?#iefi) format("embedded-opentype"), url("fonts/DINRoundPro.woff") format("woff"), url("fonts/DINRoundPro.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "medium";
    src: url(fonts/DINRoundPro-Medi.eot);
    src: url(fonts/DINRoundPro-Medi.eot?#iefix) format("embedded-opentype"), url(fonts/DINRoundPro-Medi.woff) format("woff"), url(fonts/DINRoundPro-Medi.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "light";
    src: url(fonts/DINRoundPro-Light.eot);
    src: url(fonts/DINRoundPro-Light.eot?#iefix) format("embedded-opentype"), url(fonts/DINRoundPro-Light.woff) format("woff"), url(fonts/DINRoundPro-Light.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
  font-family: "Futura";
  src: url(fonts/futuraptlight.eot); 
  src: url(fonts/futuraptlight.eot?#iefix) format("embedded-opentype"), 
       url(fonts/futuraptlight.woff) format("woff"), 
       url(fonts/futuraptlight.ttf)  format("truetype"), 
       url(fonts/futuraptlight.otf) format("opentype"); 
  font-weight: 300; 
}
@font-face {
  font-family: "Futura";
  src: url(fonts/futuraptbook.eot); 
  src: url(fonts/futuraptbook.eot?#iefix) format("embedded-opentype"), 
       url(fonts/futuraptbook.woff) format("woff"), 
       url(fonts/futuraptbook.ttf)  format("truetype"), 
       url(fonts/futuraptbook.otf) format("opentype"); 
  font-weight: 400; 
}
@font-face {
  font-family: "Futura";
  src: url(fonts/futuraptmedium.eot); 
  src: url(fonts/futuraptmedium.eot?#iefix) format("embedded-opentype"), 
       url(fonts/futuraptmedium.woff) format("woff"), 
       url(fonts/futuraptmedium.ttf)  format("truetype"), 
       url(fonts/futuraptmedium.otf) format("opentype"); 
  font-weight: 500; 
}
@font-face {
  font-family: "Futura";
  src: url(fonts/futuraptbold.eot); 
  src: url(fonts/futuraptbold.eot?#iefix) format("embedded-opentype"), 
       url(fonts/futuraptbold.woff) format("woff"), 
       url(fonts/futuraptbold.ttf)  format("truetype"), 
       url(fonts/futuraptbold.otf) format("opentype"); 
  font-weight: 700; 
}
@font-face {
  font-family: "Futura";
  src: url(fonts/futuraptheavy.eot); 
  src: url(fonts/futuraptheavy.eot?#iefix) format("embedded-opentype"), 
       url(fonts/futuraptheavy.woff) format("woff"), 
       url(fonts/futuraptheavy.ttf)  format("truetype"), 
       url(fonts/futuraptheavy.otf) format("opentype"); 
  font-weight: 600; 
}

.green {
    color: #ff8326;
}

.light {
    color: #1cccff;
}

.red {
    color: #dc3652;
}

.orange {
    color: #fd9100;
}

.default {
    color: #25237b;
}

* {
    outline: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

html,
body {
    height: 100%;
}

body {
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: "Futura";
    color: rgba(35, 33, 118, 0.7);
}

body.hidden {
    overflow: hidden;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-family: "bold";
}

.clear {
    width: 100%;
    clear: both;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.breadcrumb {
    font-size: 14px;
    line-height: 20px;
    color: #bcbccf;
    overflow: hidden;
}

.breadcrumb>li {
    float: left;
    position: relative;
    margin: 0 40px 0 0;
}

.breadcrumb>li:after {
    display: block;
    content: ">";
    position: absolute;
    bottom: 0;
    right: -25px;
}

.breadcrumb>li:last-child:after {
    display: none;
}

.breadcrumb a {
    color: inherit;
}

.share {
    text-align: center;
    margin: 50px 0 0;
}

.share b {
    display: block;
    celar:both;
    font-size: 25px;
    line-height: 25px;
    font-family: "medium";
    color: #25237b;
    white-space: nowrap;
    margin: 0 0 30px;
}

.share ul {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding: 15px 0 0 43px !important;
    max-width: 100% !important;
    position: relative;
}

.share ul>li {
    float: left;
    width: 80px;
    height: 33px;
    padding: 0 !important;
    margin: 0 !important;
}

.share ul>li:before {
    display: none !important;
}

.share ul>li+li {
    margin-left: 60px !important;
}

.share ul a {
    display: block;
    float: left;
    width: 33px;
    height: 33px;
    background: url("../images/share.png") no-repeat;
}

.share ul a.item1 {
    background-position: 0 0;
}

.share ul a.item2 {
    background-position: -33px 0;
}

.share ul a.item3 {
    background-position: -66px 0;
}

.share ul a.item4 {
    background-position: -99px 0;
}

.share ul a.item5 {
    background-position: -132px 0;
}

.share ul a:hover {
    opacity: 0.8;
}

.share ul span {
    display: block;
    margin: 4px 0 0 43px;
    font-size: 16px;
    font-family: "medium";
}

.form-control {
    width: 100%;
    border: 1px solid #cbcbcb;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
    font-family: "Futura";
    padding: 10px 20px;
    color: #232176;
}

.form-control:-moz-placeholder,
.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.btn {
    display: inline-block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    position: relative;
}

.checkbox {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-family: "medium";
    color: #25237b;
    cursor: pointer;
    position: relative;
}

.checkbox label {
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 30px;
}

.checkbox label:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/icons.png") -36px -123px no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}

.checkbox input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.checkbox input:checked+label:before {
    top: 3px;
    width: 15px;
    height: 14px;
    background-position: -48px -121px;
}

.checkbox b {
    font-size: 16px;
    color: rgba(35, 33, 118, 0.3);
    position: relative;
    margin-left: 2px;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.space60 {
    height: 60px;
}

.space100 {
    height: 100px;
}

body.body_compare {
    background: #151361 url(../images/compare.png) 0 0 repeat-x;
}

body.menu-fixed .navbar {
    display: none;
}

body.menu-fixed .header {
    background: #fff !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 100;
    border-bottom: none;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

body.menu-fixed .header.active {
    top: 0;
}

body.menu-fixed .header:before,
body.menu-fixed .header:after {
    display: none;
}

body.menu-fixed .header .menu-toggle {
    top: 14px;
    background-position: 0 -55px;
    height: 18px;
}

body.menu-fixed .header .menu-toggle:after {
    content: "Меню";
    position: absolute;
    bottom: -15px;
    left: 0px;
    right: 0px;
    font: 14px/15px "Futura";
    color: #ff8326;
}

body.menu-fixed .header .menu-toggle:hover {
    background-position: 0 -82px;
}

body.menu-fixed .header .menu-toggle:hover:after {
    color: #ff2a22;
}

body.menu-fixed .header .menu-logo {
    top: 17px;
    left: 110px;
}

body.menu-fixed .header .container {
    height: 60px !important;
}

body.menu-fixed .header .container .cart-photo {
    display: none;
}

body.menu-fixed .header .overlay-title {
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-direction: column;
    align-content: center;
    top: 0px; /* top: 15px; */
    left: 275px;
    width: 670px;
    padding-left: 50px;
    height: 60px;
    font-size: 20px !important;
    line-height: 30px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.menu-fixed .header .overlay-title-text {
    margin: 0;
}

body.menu-fixed .header .menu-bread,
body.menu-fixed .header .cart-title,
body.menu-fixed .header .cart-button,
body.menu-fixed .header .menu-topic__author,
body.menu-fixed .header .list-photo,
body.menu-fixed .header .about-center {
    display: none;
}

body.menu-fixed .header .menu-topic {
    display: none;
}

body.menu-fixed .header .cart-menu {
    font-size: 15px !important;
    line-height: 22px !important;
    color: #25237b;
    position: relative;
    left: 285px;
    bottom: auto;
    top: 32px;
    padding: 0;
    margin-bottom: 0;
    z-index: 10;
}
body.menu-fixed .header .overlay-title .cart-menu {
    left: 0;
    top: 0;
    margin-top: 2px;
}

body.menu-fixed .header .brand-menu {
    font-size: 15px !important;
    line-height: 22px !important;
    color: #25237b;
    position: absolute;
    left: 325px;
    top: 19px;
    bottom: auto;
    padding: 0;
}

body.menu-fixed .header .cart-menu:before,
body.menu-fixed .header .brand-menu:before {
    display: none;
}

body.menu-fixed .header .cart-menu ul>li+li,
body.menu-fixed .header .brand-menu ul>li+li {
    padding-left: 20px;
}

body.menu-fixed .header .cart-menu.cart-menu_sm {
    font-size: 14px;
}

body.menu-fixed .header .overlay-title .label {
    left: 8px;
    top: 28px;
}

body.menu-fixed .header .cart-menu~.overlay-title,
body.menu-fixed .header .brand-menu~.overlay-title {
    top: 0;
}

body.menu-fixed .header .cart-menu~.overlay-title .label,
body.menu-fixed .header .brand-menu~.overlay-title .label {
    top: 28px;
}

body.menu-fixed .header .brand-menu {
    padding: 0;
}

body.menu-fixed .header .cart-feedback {
    display: none;
}

body.menu-fixed .header .search {
    top: 20px;
}

body.menu-fixed .header .searchform {
    top: 5px;
}

body.menu-fixed .header a.call {
    display: block;
    width: auto;
    height: 36px;
    background-color: #ff8326;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position: absolute;
    bottom: auto;
    font: 14px/34px "Light";
    font-weight:600;
    padding: 0 10px;
    color: #fff;
    top: 12px;
    right: 89px;
}

body.menu-fixed .header a.call:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
}

body.menu-fixed .header.white {
    background: #fff !important;
}

body.menu-fixed .header.white .menu-logo img {
    top: 0;
}

body.menu-fixed .header.white .menu-bread {
    color: #25237b;
}

body.menu-fixed .header .search>a {
    background-position: -26px -224px;
}

body.menu-fixed .header.header-offer .cart-offer {
    bottom: 150px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 0 40px;
}

.wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.top {
    padding-bottom: 810px;
}

.slidemenu {
    height: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    -moz-transition: 0.3;
    -o-transition: 0.3;
    -webkit-transition: 0.3;
    transition: 0.3;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

.slidemenu .slidemenu_wrap {
    min-height: 100%;
    padding-top: 0px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}

.slidemenu .slidemenu_inner {
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1070px;
    z-index: 20;
    box-shadow: 20px 0 50px rgba(0, 0, 0, 0.12);
}
.slidemenu .slidemenu_inner:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 2000px;
    z-index: 10;
}

.slidemenu.active {
    display: block;
    top: 0;
}

.slidemenu-header {
    position: relative;
    height: 40px;
    padding: 0 40px;
    z-index: 100;
}

.slidemenu .close {
    cursor: pointer;
    position: relative;
    float: left;
    padding-left: 45px;
    font-size: 14px;
    line-height: 40px;
    color: #ff8326;
    z-index: 10;
}
.slidemenu .close:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 18px;
    height: 4px;
    width: 24px;
    border-radius: 2px;
    transform: rotate(45deg);
    background: #ff8326;
}
.slidemenu .close:after {
    content: "";
    position: absolute;
    left: -2px;
    top: 18px;
    height: 4px;
    width: 24px;
    border-radius: 2px;
    transform: rotate(-45deg);
    background: #ff8326;
}

.slidemenu .close:hover:after,
.slidemenu .close:hover:before {
    background: #ff2a22;
}

.slidemenu-header:after {
    display: table;
    width: 100%;
    content: "";
}

.slidemenu-header .logo {
    float: left;
    width: 210px;
    margin: 36px 0 0 90px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slidemenu-header .tel {
    float: left;
    margin-left: 55px;
    font-size: 13px;
    line-height: 40px;
    color: #232176;
}

.slidemenu-header .menu {
    float: right;
}
.menu-fixed .slidemenu-header {
    padding-top: 0;
}
.menu-fixed .slidemenu-header .menu {
    padding-top: 15px;
}

.slidemenu-header .menu ul {
    font-size: 13px;
    font-family: "medium";
    line-height: 40px;
    color: #232176;
    overflow: hidden;
}

.slidemenu-header .menu ul>li {
    float: left;
}

.slidemenu-header .menu ul>li+li {
    margin-left: 30px;
}

.slidemenu-header .menu a {
    color: inherit;
}

.slidemenu-header .header-offer {
    width: 204px;
    position: absolute;
    right: 40px;
    bottom: -24px;
}

.slidemenu-header .header-offer .btn {
    background-color: #fff;
    width: 100%;
    color: #25237b;
    border: 1px solid;
    padding: 10px 0 14px 0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    z-index: 10;
}

.slidemenu-header .header-offer .btn:hover {
    background-color: #25237b;
    color: #fff;
}

.slidemenu-header .header-offer .btn .label {
    display: inline-block;
    width: 26px;
    height: 26px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    position: absolute;
    margin: -22px 0 0 9px;
}

.slidemenu-header .header-offer .btn .label.orange {
    background-color: #fd9100;
}

.slidemenu-header .header-offer .btn .label.red {
    background-color: #dc3652;
}

.slidemenu-header .header-offer .btn .label.green {
    background-color: #ff8326;
}

.slidemenu-tab {
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
}

.slidemenu-top {
    position: relative;
    padding: 15px 40px 18px;
}

.slidemenu-top:after {
    content: "";
    display: block;
    clear: both;
}

.slidemenu-top:before {
    content: "";
    position: absolute;
    right: 0;
    width: 2000px;
    bottom: -2px;
    height: 2px;
    background: #171567;
    opacity: 0.1;
}

.slidemenu-top ul {
    font-size: 15px;
    line-height: 32px;
    font-family: "medium";
    color: #232176;
}

.slidemenu-top ul a {
    color: inherit;
    text-decoration: none;
}

.slidemenu-top ul a:hover {
    color: #ff8326;
}

.slidemenu-top ul>li {
    position: relative;
    float: left;
}

.slidemenu-top ul>li+li {
    margin-left: 40px;
}

.slidemenu-top ul>li .active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #ff8326;
}

.slidemenu-cont {
    position: absolute;
    top: 67px;
    left: 0;
    right: 0;
    bottom: 0;
}

.column-tab-scroll {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.column-tab-body {
    display: none;
    height: 100%;
}

.slidemenu-middle {
    position: relative;
    height: 100%;
}

.slidemenu-middle:after {
    display: block;
    content: "";
    clear: both;
}

.slidemenu-middle .sidebar {
    position: relative;
    float: left;
    width: 520px;
    height: 100%;
    padding-top: 35px;
    padding-left: 300px;
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.slidemenu-middle .sidebar ul {
    font-size: 15px;
    line-height: 20px;
    color: #232176;
    padding: 0 0 0 20px;
    margin: 0 0 30px;
    font-family: "medium";
}

.slidemenu-middle .sidebar ul>li {
    position: relative;
    padding: 0;
}

.slidemenu-middle .sidebar ul>li+li {
    margin-top: 10px;
}

.slidemenu-middle .sidebar ul.light {
    position: absolute;
    left: 20px;
    top: 35px;
    width: 280px;
}

/*.slidemenu-middle .sidebar ul>li:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #000;
    position: absolute;
    top: 8px;
    left: 0;
}

.slidemenu-middle .sidebar ul.light>li:before {
    background-color: #1cccff;
}

.slidemenu-middle .sidebar ul.red>li:before {
    background-color: #dc3652;
}

.slidemenu-middle .sidebar ul.orange>li:before {
    background-color: #fd9100;
}

.slidemenu-middle .sidebar ul.green>li:before {
    background-color: #ff8326;
}

.slidemenu-middle .sidebar ul.blue>li:before {
    background-color: #001fce;
}*/

.slidemenu-middle .sidebar a {
    color: inherit;
    text-decoration: none;
    opacity: 0.4;
}

.slidemenu-middle .sidebar a.active {
    opacity: 1;
}

.slidemenu-middle .sidebar a:hover {
    border-bottom: 1px dashed;
}

.slidemenu-middle .content {
    position: absolute;
    left: 520px;
    top: -107px;
    bottom: 0;
    right: 0;
    color: #25237b;
    padding-top: 107px;
    padding-left: 40px;
    box-shadow: inset 40px 0 55px -25px rgba(0, 0, 0, 0.12);
}

.slidemenu-middle .content a {
    color: inherit;
}

.slidemenu-middle .content>.tab-item {
    display: none;
    height: 100%;
}
.slidemenu-middle .content>.tab-item .js-tabs {
    height: 100%;
}
.slidemenu-middle .content .tab-item .content2 {
    height: 100%;
    overflow-y: auto;
}

.slidemenu-middle .content .tab-level-2 {
    position: absolute;
    top: 55px;
    left: 40px;
    font-size: 15px;
    line-height: 32px;
    font-family: "medium";
    color: #232176;
}

.slidemenu-middle .content .tab-level-2:after {
    display: table;
    width: 100%;
    content: "";
}

.slidemenu-middle .content .tab-level-2>li {
    position: relative;
    float: left;
}

.slidemenu-middle .content .tab-level-2>li+li {
    margin-left: 30px;
}

.slidemenu-middle .content .tab-level-2 a {
    text-decoration: none;
}

.slidemenu-middle .content .tab-level-2 a:hover {
    border-bottom: none;
    color: #ff8326;
}

.slidemenu-middle .content .tab-level-2 a.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #ff8326;
}

.slidemenu-middle .content .content2 b {
    position: relative;
    float: left;
    line-height: 20px;
    font-family: "medium";
    width: 220px;
    padding-right: 40px;
}

.slidemenu-middle .content .content2 b a {
    display: block;
    position: relative;
}

.slidemenu-middle .content .content2 b span {
    display: block;
    width: 17px;
    height: 9px;
    background: url("../images/icons.png") -61px -46px no-repeat;
    position: absolute;
    top: 7px;
    right: 22px;
    cursor: pointer;
}

.slidemenu-middle .content .content2 b.active span {
    background-position: -61px -55px;
}

.slidemenu-middle .content .content2 .tab-item>ul>li {
    padding: 35px 20px 0 0;
    position: relative;
    font-family: "medium";
    font-size: 15px;
}


.slidemenu-middle .content .content2 .tab-item>ul.brands-list {
    padding-top: 20px;
}
.slidemenu-middle .content .content2 .tab-item>ul.brands-list>li {
    padding: 15px 20px 15px 0;
    line-height: 20px;
}
.slidemenu-middle .content .content2 .tab-item>ul.brands-list>li:before {
    content: "";
    position: absolute;
    left: -40px;
    bottom: 0px;
    right: 0;
    height: 1px;
    background: #171567;
    opacity: 0.1;
}
.slidemenu-middle .content .content2 .tab-item>ul.brands-list>li:last-of-type:before {
    display: none;
}

.slidemenu-middle .content .content2 .tab-item>ul>li:after {
    display: table;
    content: "";
    width: 100%;
}

.slidemenu-middle .content .content2 .tab-item>ul>li>a {
    font-family: "medium";
}

.slidemenu-middle .content .content2 .tab-item>ul>li .toggle {
    margin-left: 220px;
}

.slidemenu-middle .content .content2 .tab-item>ul>li .toggle>ul {
    display: block;
}

.slidemenu-middle .content .content2 .tab-item>ul>li .toggle>ul>li {
    line-height: 20px;
    padding-right: 0;
    margin: 0 0 10px;
}

.slidemenu-middle .content .content2 .tab-item>ul>li:last-of-type {
    padding-bottom: 35px;
}

.slidemenu .list {
    margin: 0 0 0 30px;
    overflow: hidden;
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.slidemenu .list>li {
    width: 27%;
    overflow: hidden;
    margin: 0 0 35px;
}

.slidemenu .list>li.long {
    width: 46%;
    margin-bottom: 26px;
}

.slidemenu .list>li a {
    display: block;
    position: relative;
    text-decoration: none;
    padding-bottom: 10px;
    color: rgba(35,33,118,0.5);
    padding-top: 300px;
    margin-left: 10px;
}

.slidemenu .list>li a:hover b,
.slidemenu .list>li a:hover i {
    text-decoration: underline;
}

/*.slidemenu .list>li a:hover:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}*/

.slidemenu .list>li b {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #232176;
    z-index: 10;
    padding: 0 10px 0 0;
    margin: 28px 0 0;
}
.slidemenu .list>li i {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: rgba(35,33,118,0.5);
    z-index: 10;
    padding: 0 10px 0 0;
    margin: 5px 0 0;
}
.slidemenu .list>li.long b {
    font-size: 30px;
    line-height: 40px;
    left: 0;
    padding: 0;
    margin-top: 19px;
}

.slidemenu .list>li.long i {
    font-size: 20px;
    line-height: 30px;
    margin-top: 3px;
}

/*.slidemenu .list li img {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    z-index: 10;
}*/

.slidemenu .list li .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    overflow: hidden;
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.slidemenu .list li .img-wrap img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%; 
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.slidemenu .brands {
    position: relative;
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 40px;
    font-size: 16px;
    line-height: 20px;
    color: #25237b;
}

.slidemenu .brands a {
    color: inherit;
}

.slidemenu .brands>li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 80px;
    padding-right: 40px;
    margin-bottom: 60px;
    position: relative;
}

.slidemenu .brands>li>b {
    display: block;
    font-family: "medium";
    position: absolute;
    top: 0;
    left: 41px;
}

.slidemenu .brands>li>ul>li+li {
    margin-top: 10px;
}

.header {
    background-color: #25237b;
    background-size: 120% 120%;
    overflow: hidden;
    position: relative;
}

.header.header_transparent {
    background: none;
    border-bottom: none;
}

.header.header_transparent .container {
    background: none;
    height: 100px !important;
    min-height: 100px;
    position: relative;
}

.header.header_none {
    border-bottom: none;
}

.header .container {
    height: 80vh;
    min-height: 480px;
    position: relative;
}

.header .menu-bread {
    width: 510px;
    font-size: 20px;
    line-height: 30px;
    color: #25237b;
    position: absolute;
    top: 24px;
    left: 230px;
    z-index: 1;
}

.header .menu-bread a {
    color: inherit;
    text-decoration: none;
}

.header .menu-bread.white {
    color: #fff;
}

.header .menu-bread .label {
    display: block;
    width: 8px;
    height: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #000;
    position: absolute;
    top: 12px;
    left: -30px;
}

.header .menu-toggle {
    width: 35px;
    height: 25px;
    background: url("../images/icons.png") 0 -46px no-repeat;
    cursor: pointer;
    position: absolute;
    top: 34px;
    left: 40px;
    z-index: 1;
}

.header .menu-toggle:hover {
    background-position: 0 -73px;
}

.header .overlay-title {
    display: none;
    width: 600px;
    font-size: 22px;
    line-height: 30px;
    color: #25237b;
    position: absolute;
    top: 34px;
    left: 345px;
}

.header .overlay-title .label {
    display: block;
    width: 8px;
    height: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #000;
    position: absolute;
    top: 12px;
    left: -50px;
}

.header .call {
    display: none;
}

.header .menu-logo {
    width: 132px;
    height: 22px;
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 40px;
    z-index: 1;
}

.header .menu-logo a,
.header .menu-logo span {
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 132px;
    height: 22px;
    position: relative;
}

.header .menu-logo img {
    position: absolute;
    top: 0;
    left: 0;
}

.header .menu-topic {
    width: 660px;
    position: absolute;
    bottom: 32px;
    left: 40px;
}

.header .menu-topic span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: "medium";
    padding: 0 0 110px;
}

.header .menu-topic h1 {
    font-size: 30px;
    line-height: 40px;
    color: #25237b;
    margin: 0 0 18px;
}

.header .menu-topic .menu-topic__tags {
    overflow: hidden;
}

.header .menu-topic .menu-topic__tags li {
    float: left;
    margin: 0 10px 10px 0;
}

.header .menu-topic .menu-topic__tags a {
    font-size: 12px;
    line-height: 12px;
    font-family: "medium";
    color: #25237b;
    text-decoration: none;
    border: 1px solid;
    padding: 4px 23px 5px 23px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.header .menu-topic .menu-topic__tags a:hover {
    border-color: #2b9eff;
    background-color: #2b9eff;
    color: #fff;
}

.header .menu-topic__author {
    width: 340px;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    bottom: 25px;
    right: 50px;
}

.header .menu-topic__author div {
    position: relative;
    padding-left: 100px;
}

.header .menu-topic__author span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px;
    background-color: #fff;
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.13);
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}

.header .menu-topic__author img {
    max-width: 60px;
    max-height: 60px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.header .menu-topic__author b {
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #25237b;
    padding: 0 0 13px;
}

.header .cart-shadow {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 300px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 11%, rgba(255, 255, 255, 0.22) 37%, rgba(255, 255, 255, 0.68) 89%, rgba(255, 255, 255, 0.76) 99%, rgba(255, 255, 255, 0.76) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 11%, rgba(255, 255, 255, 0.22) 37%, rgba(255, 255, 255, 0.68) 89%, rgba(255, 255, 255, 0.76) 99%, rgba(255, 255, 255, 0.76) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 11%, rgba(255, 255, 255, 0.22) 37%, rgba(255, 255, 255, 0.68) 89%, rgba(255, 255, 255, 0.76) 99%, rgba(255, 255, 255, 0.76) 100%);
    filter: progid: dximagetransform.microsoft.gradient( startcolorstr='#00ffffff', endcolorstr='#c2ffffff', gradienttype=0);
    z-index: 0;
}

.header .cart-photo {
    display: block;
    width: 2000px;
    height: 2000px;
    line-height: 1996px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1000px;
    margin-left: -1000px;
}

.header .cart-photo img {
    vertical-align: middle;
    max-height: 2000px;
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    opacity: 0.4;
}

.header .cart-title {
    width: 780px;
    position: absolute;
    bottom: 96px;
    left: 40px;
}

.header .cart-title i {
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-family: "bold";
    color: rgba(35, 33, 118, 0.3);
    margin: 0 0 17px;
}

.header .cart-title h1 {
    font-size: 30px;
    line-height: 40px;
    font-family: "medium";
    color: #25237b;
}

.header .cart-title b {
    display: inline-block;
    font-size: 25px;
    line-height: 40px;
    color: #25237b;
}

.header .cart-title div {
    display: table;
}

.header .cart-title b {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.header .cart-title .label {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 12px;
    font-family: "medium";
    color: #25237b;
    text-decoration: none;
    border: 1px solid;
    padding: 4px 23px 5px 23px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin: 4px 10px 0 0;
}

.header .cart-title .label.red {
    border-color: #ff2e2e;
    background-color: #ff2e2e;
    color: #fff;
}

.header .cart-title .label:hover {
    border-color: #ff2e2e;
    background-color: #ff2e2e;
    color: #fff;
}

.header .cart-menu {
    width: 860px;
    font-size: 18px;
    line-height: 28px;
    color: #25237b;
    position: absolute;
    bottom: 27px;
    left: 40px;
    overflow: hidden;
    padding-top: 43px;
}

.header .cart-menu:before {
    display: block;
    content: "";
    width: 1000%;
    height: 1px;
    background-color: #d1d1d1;
    position: absolute;
    top: 20px;
    right: 0;
}

.header .cart-menu ul {
    display: table;
}

.header .cart-menu ul>li {
    display: table-cell;
}

.header .cart-menu ul>li+li {
    padding-left: 46px;
}

.header .cart-menu a {
    color: inherit;
    text-decoration: none;
}

.header .cart-menu a:hover {
    border-bottom: 1px dashed;
}

.header .cart-menu.cart-menu_sm {
    font-size: 18px;
}

.header .brand-menu {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    padding: 0 40px;
    position: absolute;
    bottom: 27px;
    left: 0;
}

.header .brand-menu:before {
    display: block;
    content: "";
    width: 1000%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    bottom: 43px;
    left: -50%;
    margin-left: -2000px;
}

.header .brand-menu ul {
    display: table;
}

.header .brand-menu ul>li {
    display: table-cell;
}

.header .brand-menu ul>li+li {
    padding-left: 46px;
}

.header .brand-menu a {
    color: inherit;
    text-decoration: none;
}

.header .brand-menu a:hover {
    border-bottom: 1px dashed;
}

.header .cart-button {
    position: absolute;
    right: 40px;
    bottom: 27px;
}

.header .cart-button>li {
    display: block;
    width: 210px;
}

.header .cart-button>li+li {
    margin-top: 10px;
}

.header .cart-button a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: "medium";
    color: #ff8326;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    text-align: left;
}

.header .cart-button a:before {
    display: block;
    content: "";
    background: url("../images/icons.png") no-repeat;
    position: absolute;
}

.header .cart-button a.price {
    padding: 14px 0 16px 58px;
    background-color: #ff8326;
    color: #fff;
}

.header .cart-button a.price:before {
    top: 10px;
    left: 16px;
    background-position: 0 -100px;
    width: 32px;
    height: 31px;
}

.header .cart-button a.price:hover {
    border: none;
    background-color: rgba(52, 200, 0, 0.7);
}

.header .cart-button a.service {
    border: 2px solid #ff8326;
    padding: 12px 0 14px 56px;
}

.header .cart-button a.service:before {
    top: 10px;
    left: 16px;
    background-position: -32px -100px;
    width: 21px;
    height: 21px;
}

.header .cart-button a.service:hover {
    background-color: #ff8326;
    color: #fff;
}

.header .cart-button a.service:hover:before {
    background-position: -53px -100px;
}

.header .search {
    position: absolute;
    top: 25px;
    right: 40px;
    z-index: 1;
}

.header .search>a {
    display: block;
    text-indent: -9999px;
    width: 22px;
    height: 22px;
    background: url("../images/icons.png") -74px -100px no-repeat;
    cursor: pointer;
}

.header .searchform {
    display: none;
    width: 390px;
    height: 50px;
    position: absolute;
    top: 15px;
    right: 27px;
    z-index: 10;
}

.header .searchform form {
    height: 50px;
    position: relative;
}

.header .searchform input[type=text] {
    border: 2px solid #ff8326;
    padding: 11px 20px 14px 20px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.header .searchform label {
    display: block;
    cursor: pointer;
    padding-left: 40px;
    position: absolute;
    top: 11px;
    right: 24px;
}

.header .searchform label:before {
    display: block;
    float: left;
    content: "";
    width: 22px;
    height: 22px;
    background: url("../images/icons.png") -74px -100px no-repeat;
    position: relative;
    top: 3px;
    margin-right: 16px;
}

.header .searchform input[type=submit] {
    border: none;
    background: none;
    font-size: 18px;
    font-family: "medium";
    color: #25237b;
    padding: 0;
}

.header .search-content.open .searchform {
    display: block;
}

.header .photo .container {
    height: 100%;
    width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.main_search-block {
    position: absolute;
    top: 25px;
    right: 40px;
    z-index: 50;
}

.main_search-block .search {
    top: 0;
    right: 0;
}

.main_search-block .searchform {
    top: -10px;
    right: -20px;
}

.header.white-bg {
    background: #fff !important;
}

.header.white {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    position: relative;
}

.header.white:before { 
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 300px;
    background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.22) 37%, rgba(0, 0, 0, 0.68) 89%, rgba(0, 0, 0, 0.76) 99%, rgba(0, 0, 0, 0.76) 100%);
    background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.22) 37%, rgba(0, 0, 0, 0.68) 89%, rgba(0, 0, 0, 0.76) 99%, rgba(0, 0, 0, 0.76) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.22) 37%, rgba(0, 0, 0, 0.68) 89%, rgba(0, 0, 0, 0.76) 99%, rgba(0, 0, 0, 0.76) 100%);
    filter: progid: dximagetransform.microsoft.gradient( startcolorstr='#c2000000', endcolorstr='#00000000', gradienttype=0);
    z-index: 5;
}

.header.white:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 300px;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.22) 37%, rgba(0, 0, 0, 0.68) 89%, rgba(0, 0, 0, 0.76) 99%, rgba(0, 0, 0, 0.76) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.22) 37%, rgba(0, 0, 0, 0.68) 89%, rgba(0, 0, 0, 0.76) 99%, rgba(0, 0, 0, 0.76) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.22) 37%, rgba(0, 0, 0, 0.68) 89%, rgba(0, 0, 0, 0.76) 99%, rgba(0, 0, 0, 0.76) 100%);
    filter: progid: dximagetransform.microsoft.gradient( startcolorstr='#00000000', endcolorstr='#c2000000', gradienttype=0);
    z-index: 5;
}

.header.white .container {
    z-index: 10;
}

.header.white .menu-logo img {
    top: -22px;
}

.header.white .menu-bread {
    color: #fff;
}

.header.white .search>a {
    background-position: -74px -122px;
}

.header.white .cart-title {
    bottom: 107px;
}

.header.white .cart-title.cart-title_bottom {
    bottom: 39px;
}

.header.white .cart-title.sm h1 {
    font-size: 50px;
    line-height: 50px;
}

.header.white .cart-title.cart-title_sm h1 {
    font-size: 50px;
    line-height: 50px;
}

.header.white .cart-title h1 {
    font-size: 60px;
    line-height: 60px;
    font-family: "light";
    color: #fff;
}

.header.white .cart-menu {
    font-size: 22px;
    color: #fff;
    bottom: 44px;
}

.header.white .cart-menu:before {
    display: none;
}

.header.white .cart-menu.cart-menu_sm {
    font-size: 18px;
}

.header.white .cart-feedback {
    position: absolute;
    right: 40px;
    bottom: 26px;
}

.header.white .cart-feedback b {
    float: left;
    font-size: 18px;
    line-height: 20px;
    font-family: "medium";
    color: rgba(255, 255, 255, 0.5);
    padding: 3px 20px 0 0;
    max-width: 220px;
}

.header.white .cart-feedback a {
    float: left;
    display: block;
    width: 300px;
    font-size: 16px;
    line-height: 20px;
    font-family: "medium";
    color: #fff;
    padding: 14px 0 16px 70px;
    background-color: #ff8326;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    text-align: left;
}

.header.white .cart-feedback a:before {
    display: block;
    content: "";
    background: url("../images/icons.png") no-repeat;
    position: absolute;
    top: 9px;
    left: 18px;
    background-position: 0 -131px;
    width: 36px;
    height: 33px;
}

.header.white .cart-feedback a:active {
    top: 1px;
}

.header.white .cart-feedback a:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
}

.header.white .cart-feedback a.btn-subscribe:before {
    width: 38px;
    height: 29px;
    background-position: -49px -189px;
}

.header.white .menu-topic {
    color: rgba(255, 255, 255, 0.7);
}

.header.white .menu-topic .menu-topic__tags a {
    border-color: #fff;
    color: #fff;
}

.header.white .menu-topic .menu-topic__tags a:hover {
    border-color: #2b9eff;
}

.header.white h1 {
    color: #fff;
}

.header.header_about {
    border-bottom: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

.header.header_about:after {
    display: none;
}

.header.header_about:before {
    display: none;
}

.header.header_about .menu-toggle {
    background-position: 0 -291px;
}

.header.header_about .menu-toggle:hover {
    background-position: 0 -73px;
}

.header.header-offer .menu-topic .menu-topic__tags a:hover {
    border-color: #ff2e2e;
    background-color: #ff2e2e;
}

.header.header-offer .cart-feedback {
    position: absolute;
    right: 40px;
    bottom: 26px;
}

.header.header-offer .cart-feedback b {
    float: left;
    font-size: 18px;
    line-height: 20px;
    font-family: "medium";
    color: rgba(255, 255, 255, 0.5);
    padding: 3px 20px 0 0;
    max-width: 220px;
}

.header.header-offer .cart-feedback a {
    float: left;
    display: block;
    width: 300px;
    font-size: 16px;
    line-height: 20px;
    font-family: "medium";
    color: #fff;
    padding: 14px 0 16px 70px;
    background-color: #ff8326;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    text-align: left;
}

.header.header-offer .cart-feedback a:before {
    display: block;
    content: "";
    background: url("../images/icons.png") no-repeat;
    position: absolute;
    top: 9px;
    left: 18px;
    background-position: 0 -131px;
    width: 36px;
    height: 33px;
}

.header.header-offer .cart-feedback a:active {
    top: 1px;
}

.header.header-offer .cart-feedback a:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.header.header-offer .cart-feedback a.btn-subscribe:before {
    width: 38px;
    height: 29px;
    background-position: -49px -189px;
}

.header.header-offer .cart-offer {
    font-family: "medium";
    text-align: right;
    position: absolute;
    bottom: 110px;
    right: 30px;
}

.header.header-offer .cart-offer s {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 40px;
    color: #25237b;
    text-decoration: none;
    position: relative;
}

.header.header-offer .cart-offer s:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ff8326;
    position: absolute;
    top: 50%;
    left: -5px;
}

.header.header-offer .cart-offer s:after {
    display: block;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #ff8326;
    position: absolute;
    top: 50%;
    right: -5px;
}

.header.header-offer .cart-offer b {
    display: block;
    font-size: 40px;
    line-height: 40px;
    color: #ff8326;
}

.header.header-offer.white .cart-title {
    bottom: 96px;
}

.header.header-offer.white .cart-title h1 {
    font-family: "medium";
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.header.header-service .cart-title {
    width: 550px;
}

.header.header-service .cart-title h1 {
    font-size: 30px;
    line-height: 40px;
}

.header.header-service .cart-menu {
    font-size: 18px;
}

/*.header.header-service.active .cart-menu {
    display:none
}*/

/*.header.header-service.active .overlay-title {
    display:none !important;
}*/

.header.header-service .cart-feedback {
    text-align: right;
    bottom: 40px;
}

.header.header-service .cart-feedback b {
    display: block;
    float: none;
    max-width: 100%;
    padding: 0 0 22px;
}

.header.header-service .cart-feedback a {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.header.header-inline .cart-feedback {
    text-align: right;
    bottom: 40px;
}

.header.header-inline .cart-feedback b {
    display: block;
    float: none;
    max-width: 100%;
    padding: 0 0 22px;
}

.header.header-inline .cart-feedback a {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.header-fixed {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.header-fixed .container {
    height: auto;
    min-height: 0;
}

.header_compare {
    height: 110px;
    background-color: transparent;
    border-top: 1px solid #1f1d69;
    border-bottom: none;
    background: none !important;
}
.header_compare .container {
    height: 110px;
}
.header.header_compare:after {
    background: none;
}

.header_compare.white:before {
    display: none;
}

.more {
    clear: both;
    padding-top: 40px;
    text-align: center;
    width: 100%;
}

.more .btn {
    width: 216px;
    padding: 11px 0 13px 55px;
    position: relative;
    border: 1px solid #d3d3e4;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    color: #25237b;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
}

.more .btn:before {
    display: block;
    content: "";
    width: 17px;
    height: 21px;
    background: url("../images/icons.png") 0 -164px no-repeat;
    position: absolute;
    top: 14px;
    left: 21px;
}

.more .btn:hover {
    border-color: #ff8326;
    background-color: #ff8326;
    color: #fff;
}

.more .btn:hover:before {
    background-position: -17px -164px;
}

.more .btn.loading:before {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.more .more_count {
    margin: 15px auto 0;
    text-align: center;
    color: #777;
    font-size: 14px;
    line-height: 16px;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(-360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

.list-photo_home {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    z-index: 20;
}

.list-photo_home .bx-viewport {
    height: 100% !important;
}

.list-photo_home .list-photo .title {
    width: 900px;
    text-align: left;
}

.list-photo_home .list-photo .title .name {
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #232176;
    margin: 0 0 35px;
    text-shadow: 0 0 1px #fff;
}

.list-photo_home .list-photo .container {
    width: 1200px !important;
    margin-left: -600px !important;
}

.list-photo_home .list-content {
    width: 300px;
    height: 100%;
   /* background-color: #25237b;*/
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    font-family: "light";
    color: #fff;
    padding: 75px 20px 0 28px;
}

.list-photo_home .list-content .content {
    display: table;
    width: 100%;
    color: #fff;
}

.list-photo_home .list-content a.content {
    text-decoration: none;
    color: #232176;
}
.list-photo_home .list-content a.content:hover span {
    text-decoration: underline;
}

.list-photo_home .list-photo .js-direction>div:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 380px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 9;
}

.list-photo_home .list-photo .js-direction>div:before, 
.list-photo_home .list-photo .js-direction>div:after {
    display: none;
}
.list-photo_home .list-photo .js-direction>a.photo:before, 
.list-photo_home .list-photo .js-direction>a.photo:after {
    display: none;
}

.list-photo_home .list-photo .js-direction>a.photo {
    display: block;
}

.napravlenie-header .list-photo_home .list-photo .js-direction>div:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 300px;
    background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.22) 37%, rgba(0, 0, 0, 0.68) 89%, rgba(0, 0, 0, 0.76) 99%, rgba(0, 0, 0, 0.76) 100%);
    background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.22) 37%, rgba(0, 0, 0, 0.68) 89%, rgba(0, 0, 0, 0.76) 99%, rgba(0, 0, 0, 0.76) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.22) 37%, rgba(0, 0, 0, 0.68) 89%, rgba(0, 0, 0, 0.76) 99%, rgba(0, 0, 0, 0.76) 100%);
    filter: progid: dximagetransform.microsoft.gradient( startcolorstr='#c2000000', endcolorstr='#00000000', gradienttype=0);
    z-index: 25;
}


.napravlenie-header .list-photo_home .list-photo .js-direction>div:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 350px;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.22) 37%, rgba(0, 0, 0, 0.68) 89%, rgba(0, 0, 0, 0.76) 99%, rgba(0, 0, 0, 0.76) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.22) 37%, rgba(0, 0, 0, 0.68) 89%, rgba(0, 0, 0, 0.76) 99%, rgba(0, 0, 0, 0.76) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.22) 37%, rgba(0, 0, 0, 0.68) 89%, rgba(0, 0, 0, 0.76) 99%, rgba(0, 0, 0, 0.76) 100%);
    filter: progid: dximagetransform.microsoft.gradient( startcolorstr='#00000000', endcolorstr='#c2000000', gradienttype=0);
    z-index: 5;
}

.list-photo_home .list-content .content>b {
    display: table-cell;
    vertical-align: middle;
    font-size: 35px;
    line-height: 30px;
    letter-spacing: -1.5px;
}

.list-photo_home .list-content .content>span {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
}

.list-photo_home .list-content .middle {
    overflow: hidden;
    padding-top: 30px;
    margin: 0 -5px;
    z-index: 8;
}

.list-photo_home .list-content .middle li {
    float: left;
    width: 50%;
    height: 70px;
    line-height: 46px;
    text-align: center;
    padding: 10px 15px;
}

.list-photo_home .list-content .middle li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: opacity(35%) grayscale(100%);
    filter: opacity(35%) grayscale(100%);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.list-photo_home .list-content .middle li a:hover img {
    -webkit-filter: none;
    filter: none;   
}

.list-photo_home .list-content .middle:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 130px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%);
    z-index: 9;
}

.list-photo_home .list-content .end {
    width: 300px;
    font-size: 16px;
    background-color: #fff;
    color: rgba(35, 33, 118, 0.3);
    position: absolute;
    padding-bottom: 45px;
    bottom: 0;
    right: 0;
    z-index: 10;
    text-align: center;
}

.list-photo_home .list-content .end a {
    color: #232176;
    text-decoration: none;
    border-bottom: 1px solid rgba(35, 33, 118, 0.5);
    margin-right: 4px;
}

.list-photo_home .list-content .end a:hover {
    border-bottom: transparent;
}

.list-photo_home .list-content:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 50px;
    height: 130px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%);
    z-index: 9;
}

.list-photo {
    overflow: hidden;
    position: relative;
}

.list-photo .bx-controls-direction {
    display: block;
    width: 1200px;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    margin-top: -41px;
}

.list-photo .bx-controls-direction a {
    display: block;
    padding: 40px;
}

.list-photo .bx-controls-direction a i {
    display: none;
}

.list-photo .bx-controls-direction a:before {
    display: block;
    content: "";
    width: 13px;
    height: 22px;
    background: url("../images/icons.png") no-repeat;
}

.list-photo .bx-controls-direction a.bx-prev {
    float: left;
}

.list-photo .bx-controls-direction a.bx-prev:before {
    background-position: -69px -22px;
}

.list-photo .bx-controls-direction a.bx-next {
    float: right;
}

.list-photo .bx-controls-direction a.bx-next:before {
    background-position: -82px -22px;
}

.list-photo .bx-controls-direction a.disabled {
    display: none;
}

.list-photo .bx-controls-direction a:hover.bx-prev:before {
    background-position: -69px -73px;
}

.list-photo .bx-controls-direction a:hover.bx-next:before {
    background-position: -82px -73px;
}

.list-photo .bx-pager {
    display: table;
    width: 300px;
    right: 50%;
    height: 10px;
    line-height: 0;
    text-align: center;
    position: absolute;
    bottom: 50px;
}

.list-photo .bx-pager .bx-pager-item {
    display: inline-block;
    margin: -10px 0;
}

.list-photo .bx-pager .bx-pager-item a {
    position: relative;
    display: block;
    width: 18px;
    height: 14px;
    padding: 9px;
    text-indent: -9999px;
}
.list-photo .bx-pager .bx-pager-item a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid #fff; 
    margin: -7px 0 0 -7px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(35, 33, 118, 0.2);
}

.list-photo .bx-pager .bx-pager-item a.active:after {
    background-color: #ff8326;
}

.list-photo .photo {
    position: relative;
    text-align: right;
    height: 80vh;
    min-height: 480px;
    background-size: cover;
    background-position: center;
}

.list-photo .photo:before {
    display: block;
    content: "";
    width: 100%;
    height: 250px;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.19) 33%, rgba(0, 0, 0, 0.76) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.19) 33%, rgba(0, 0, 0, 0.76) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.19) 33%, rgba(0, 0, 0, 0.76) 100%);
    filter: progid: dximagetransform.microsoft.gradient( startcolorstr='#00000000', endcolorstr='#c2000000', gradienttype=0);
    position: absolute;
    bottom: 0;
    left: 0;
}

.list-photo .photo img {
    display: inline-block;
    vertical-align: top;
    height: auto;
    min-width: 100%;
    max-height: 96vh;
}

.list-photo .title {
    width: 560px;
    text-align: left;
    position: absolute;
    bottom: 35px;
    left: 40px;
    z-index: 10;
}

.list-photo .title a {
    text-decoration: none;
}

.list-photo .title span {
    display: block;
    font-size: 15px;
    line-height: 12px;
    font-family: "medium";
    color: rgba(255, 255, 255, 0.85);
    padding: 0 0 18px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 6px #000;
}

.list-photo .title span+a {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-shadow: 1px 1px 6px #000;
}

.list-photo .title b {
    display: block;
    font-size: 10px;
    line-height: 12px;
    font-family: "medium";
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 22px 0 38px 0;
    text-shadow: 1px 1px 6px #000;
}

.list-photo .title b a {
    color: inherit;
    text-decoration: none;
}

.list-photo .title .btn {
    width: 180px;
    margin: 0 auto;
    padding: 10px 0 12px 0;
    position: relative;
    border: 1px solid #232176;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #232176;
    text-align: center;
}

.napravlenie-header .list-photo .title .btn {
    border: 1px solid #fff;
    color: #fff;
}
.napravlenie-header .list-photo .bx-pager {
    left: 50%;
    right: auto;
    margin-left: -150px;
}

.list-photo .title .btn:hover {
    border-color: #ff8326;
    background-color: #ff8326;
    color: #fff;
}

.navbar {
    height: 40px;
    background-color: #ffffff;
    position: relative;
    font-size: 14px;
    line-height: 40px;
    color: #232176;
    z-index: 999;
}
.navbar.hide {
    visibility: hidden;
}

.navbar__block {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 40px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    color: #232176;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.navbar .container {
    position: relative;
    padding: 0 40px;
}

.navbar a {
    color: inherit;
}

.navbar_menu-btn {
    float: left;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
}

.navbar_menu-btn .btn-item {
    position: absolute;
    left: 0px;
    top: 12px;
    width: 30px;
    height: 17px;
}
.navbar_menu-btn .btn-item i,
.navbar_menu-btn .btn-item:before,
.navbar_menu-btn .btn-item:after {
    position: absolute;
    left: 0px;
    background: #ff8326;
    height: 3px;
    border-radius: 2px;
    overflow: hidden;
}

.navbar_menu-btn:hover .btn-item i,
.navbar_menu-btn:hover .btn-item:before,
.navbar_menu-btn:hover .btn-item:after {
    background: #ff2a22;
}

.navbar_menu-btn .btn-item i {
    top: 14px;
    right: 8px;
}
.navbar_menu-btn .btn-item:before {
    content: "";
    right: 0;
    top: 0;
}
.navbar_menu-btn .btn-item:after {
    content: "";
    right: 0;
    top: 7px;   
}

.navbar_phone {
    float: left;
    margin-left: 55px;
    font-size: 13px;
}

.navbar .menu {
    float: right;
    font-size: 13px;
    font-family: "medium";
    /*margin-right: 90px;*/
}

.navbar .menu>li {
    float: left;
}

.navbar .menu>li+li {
    margin-left: 30px;
}

.navbar .lang {
    width: 70px;
    white-space: nowrap;
    cursor: pointer;
    text-align: right;
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 100;
}

.navbar .lang-content {
    height: 30px;
    position: relative;
}

.navbar .lang-content>span {
    display: block;
    padding-right: 18px;
    position: relative;
}

.navbar .lang-content>span:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: #ff8326 transparent transparent transparent;
    position: absolute;
    top: 13px;
    right: 0;
}

.navbar .lang-content ul {
    width: 80px;
    display: none;
    background-color: #fff;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 30px;
    right: -30px;
    z-index: 100;
    color: #25237b;
}

.navbar .lang-content ul>li {
    font-size: 14px;
    line-height: 20px;
    font-family: "medium";
    text-align: left;
}

.navbar .lang-content ul>li>a {
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
}

.navbar .lang-content ul>li>a:hover {
    background-color: rgba(238, 238, 238, 0.5);
    text-decoration: none;
}

.navbar .lang-content.open ul {
    display: block;
}

.description {
    height: auto;
    background-color: #f3f3f3;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.description .tabs-nav {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 45px;
    z-index: 10;
}

.description .tabs-nav .container {
    height: auto;
    position: relative;
}

.description .tabs-nav .container:after {
    display: block;
    content: "";
    clear: both;
}

.description .tabs-nav .container a {
    float: left;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
    font-family: "medium";
    color: #25237b;
    margin-right: 80px;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.description .tabs-nav .container a:hover {
    border-bottom-color: transparent;
}

.description .tabs-nav .container a.active {
    font-size: 25px;
    line-height: 35px;
    margin-top: 0;
    border-bottom-color: transparent;
}
.description .tabs-nav .container a:first-of-type.active {
    color: #fff;
}
.description .tabs-nav .container a:first-of-type.active + a {
    color: #fff;
}



.description .container {
    width: 1120px;
    height: auto;
    padding: 0;
    position: relative;
}

.description .container.table-block {
    height: auto;
    margin: 0 auto 80px;
}

.description .js-tabs-body {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    overflow: hidden;
}

.description .js-tabs-body.active {
    display: block;
    z-index: 5;
}

.description table {
    width: 100%;
    position: relative;
}

.description table th {
    font-size: 18px;
    line-height: 26px;
    color: #25237b;
    text-align: left;
    padding: 20px 50px 20px 0;
}

.description table th:last-child {
    padding-left: 30px;
}

.description table td {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 50px 10px 30px;
}

.description table td:first-child {
    padding-left: 0;
}

.description table td.field {
    width: 200px;
    font-size: 16px;
    color: #25237b;
    text-align: right;
    white-space: nowrap;
    padding-right: 80px;
}

.description table td.field:last-child {
    padding-right: 50px;
}
.description table table {
    margin: 110px 0 40px;
}

.description .bx-wrapper {
    height: 700px;
    margin: 0 auto;
}

.description .bx-viewport {
    height: 700px !important;
}

.description .item {
    background-color: #f7f7f7;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100% !important;
    height: 700px;
    position: relative;
}
.description .item .container {
    width: 1220px;
    padding: 150px 480px 0 110px;
    box-sizing: border-box;
}
.description .item.item-1 {
    background-color: #232175;
}

.description .item.item-1 .container {
    padding: 150px 490px 0 110px;
}

.description .item.item-1 .relative {
    position: relative;
}

.description .item.item-1 h3 {
    font-size: 25px;
    line-height: 40px;
    font-family: "medium";
    color: #fff;
    padding-right: 100px;
    margin: 0 0 30px;
}

.description .item.item-1 p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 20px;
}

.description .item.item-1 a {
    color: #fff;
    text-decoration: underline;
}

.description .item.item-1 img {
    position: absolute;
    top: 0;
    right: 0;
}

.description .item.item-2 {
    background-color: #232175;
}
.description .item.item-2 .container {
    padding: 150px 480px 0 110px;
}

.description .item.item-2 .relative {
    position: relative;
}

.description .item.item-2 h3 {
    font-size: 25px;
    line-height: 40px;
    font-family: "medium";
    color: #fff;
    padding-right: 100px;
    margin: 0 0 30px;
}

.description .item.item-2 p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 20px;
}

.description .item.item-2 a {
    color: inherit;
    text-decoration: underline;
}

.description .item.item-2 img {
    position: absolute;
    top: 0;
    right: 0;
}

.description .item.item-3 {
    background-color: #232175;
}

.description .item.item-3 .container {
    padding: 150px 50px 0 110px;
}

.description .item.item-3 .relative {
    position: relative;
}

.description .item.item-3 h3 {
    font-size: 25px;
    line-height: 40px;
    font-family: "medium";
    color: #fff;
    padding-right: 100px;
    margin: 0 0 30px;
}

.description .item.item-3 p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 20px;
}

.description .item.item-3 a {
    color: inherit;
    text-decoration: underline;
}

.description .item.item-4 {
    background-color: #000;
}

.description .item.item-4:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.description .item.item-4 .container {
    height: 700px;
    padding: 150px 50px 0 110px;
}

.description .item.item-4 .relative {
    width: 400px;
    position: absolute;
    bottom: 31px;
    left: 40px;
}

.description .item.item-4 a.video {
    display: block;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #2dd761;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}

.description .item.item-4 a.video i {
    display: block;
    width: 22px;
    height: 32px;
    text-indent: -9999px;
    background: url("../images/icons.png") -65px -157px no-repeat;
    margin: 34px 0 0 44px;
}

.description .item.item-4 a.video:hover {
    background-color: rgba(45, 215, 97, 0.8);
}

.description .item.item-4 h3 {
    font-size: 25px;
    line-height: 40px;
    font-family: "medium";
    color: #fff;
    padding-right: 100px;
    margin: 0 0 30px;
}

.description .item.item-4 p {
    font-size: 16px;
    line-height: 30px;
    color: white;
    margin: 0 0 20px;
}

.description .item.item-4 a {
    color: inherit;
    text-decoration: underline;
}

.description .bx-pager {
    position: absolute;
    top: 145px;
}

.description .bx-pager .bx-pager-item {
    display: block;
    width: 40px;
    height: 30px;
    margin: 10px 0;
    position: relative;
}

.description .bx-pager .bx-pager-item a {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-indent: -9999px;
}

.description .bx-pager .bx-pager-item a:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #ccc;
    position: absolute;
    top: 5px;
    left: 10px;
}

.description .bx-pager .bx-pager-item a.active:before {
    background-color: #ff8326;
}

.pucker .container {
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
}

.pucker .container a {
    color: #25237b;
    text-decoration: none;
    border-bottom: 1px solid rgba(35, 33, 118, 0.7);
}
.pucker .container.articles {
    margin-bottom: 15px;
    line-height: 25px;
    font-size: 16px;
}
@media screen and (min-width: 1600px) {
    .pucker .container.articles {
        padding-left: 40px;
    }
    .pucker .container h2 {
        font-size: 35px;
        color: #25237b;
        font-weight: normal;
        font-family: "Futura";
    }
    .pucker .container.articles ul {
        max-width: 920px;
    }
    .pucker .container.articles{
        line-height: 28px;
        font-size: 18px;
    }
    .description table table {
        margin-top: 140px;
    }
    .product-page_lite .cart .articles {
        font-size: 18px;
        line-height: 28px;
    }
}

.pucker .container a:hover {
    border-bottom: none;
}

.pucker .pucker-content {
    padding-right: 520px;
}

/*.pucker .articles img {
    max-width: 340px;
    position: absolute;
    top: 0;
    right: 0;
}*/

.pucker h1 {
    font-size: 40px;
    line-height: 40px;
    color: #25237b;
    margin: 0 0 50px;
}
.pucker h2 {
    font-size: 34px;
    line-height: 34px;
    color: #25237b;
    margin: 45px 0 30px;
}
.pucker h3 {
    font-size: 30px;
    line-height: 30px;
    color: #25237b;
    margin: 40px 0 25px;
}
.pucker h4 {
    font-size: 26px;
    line-height: 26px;
    color: #25237b;
    margin: 35px 0 25px;
}
.pucker h5 {
    font-size: 22px;
    line-height: 24px;
    color: #25237b;
    margin: 30px 0 25px;
}
.pucker h6 {
    margin: 15px 0 20px;
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: rgba(35, 33, 118, 0.5);
    font-family: "Futura";
}
.pucker h6 a {
    color: rgba(35, 33, 118, 0.5);
}

.pucker b {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #25237b;
    margin: 0 0 35px;
}

.pucker p {
    margin: 0 0 30px;
    font-size: 16px;
}
.pucker table {
    width: 100%;
    margin: 0 0 30px;
}
.pucker table td,
.pucker table th {
    padding: 6px 15px !important;
    border: 1px solid #dadada;
    vertical-align: top;
}
.pucker table th {
    border-bottom: 3px solid #dadada;
}
.pucker table.noborder td,
.pucker table.noborder th {
    border: none;
}
.pucker table.noborder td table td {
    border: 1px solid #dadada;
}

.pucker p,
.pucker h1,
.pucker h2,
.pucker h3,
.pucker h4,
.pucker h5,
.pucker h6,
.pucker li,
.pucker table {
    max-width: 800px;
}

.offer {
    background-color: #f7f7f7;
    padding: 40px 0;
    overflow: hidden;
}

.offer h3 {
    float: left;
    font-size: 25px;
    line-height: 40px;
    color: #25237b;
    width: 220px;
    margin-top: 20px;
}

.offer .offer-content {
    margin-left: 260px;
    overflow: hidden;
}

.offer .offer-content>li {
    float: left;
    width: 400px;
    padding-left: 10px;
}

.offer .offer-content>li:nth-child(1n+2):nth-child(even) {
    margin-left: 50px;
}

.offer .offer-content a,
.offer .offer-content .item-bl {
    display: block;
    height: 210px;
    color: #25237b;
    text-decoration: none;
    position: relative;
}

.offer .offer-content a img,
.offer .offer-content .item-bl img {
    display: block;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19);
    position: absolute;
    top: 30px;
    left: -10px;
}

.offer .offer-content a b,
.offer .offer-content .item-bl b {
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding: 0 30px 0 140px;
    position: absolute;
    top: 28px;
    left: 0;
}

.offer .offer-content a span,
.offer .offer-content .item-bl span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding-top: 3px;
}

.offer .offer-content a u,
.offer .offer-content .item-bl u {
    display: none;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 25px;
    right: 30px;
}

.offer .offer-content a:hover,
.offer .offer-content .item-bl:hover {
    background-color: #ff8326;
    color: #fff;
}

.offer .offer-content a:hover,
.offer .offer-content .item-bl:hover u {
    display: block;
}

.look {
    overflow: hidden;
    padding: 104px 0 60px 0;
}

.look h3 {
    font-size: 40px;
    line-height: 40px;
    color: #25237b;
    margin: 0 0 21px;
}

.look p {
    font-size: 16px;
    line-height: 30px;
    color: #999;
}

.look .look-left {
    float: left;
    width: 360px;
}

.look .look-content {
    float: right;
    width: 600px;
    margin-top: 6px;
}

.look .look-content a {
    display: block;
    height: 350px;
    background-color: #2b2894;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.look .look-content a:before {
    display: block;
    content: "";
    width: 13px;
    height: 22px;
    background: url("../images/icons.png") -82px -22px no-repeat;
    position: absolute;
    right: 42px;
    bottom: 101px;
}

.look .look-content a i {
    display: block;
    font-size: 10px;
    line-height: 12px;
    font-family: "bold";
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    right: 30px;
    top: 30px;
}

.look .look-content a b {
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-family: "bold";
    color: #fff;
    text-align: right;
    position: absolute;
    top: 68px;
    right: 30px;
}

.look .look-content a span {
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    padding-right: 100px;
    position: absolute;
    bottom: 57px;
    left: 48px;
}

.look .look-content a:hover:before {
    background-position: -82px -73px;
}

.look .share {
    clear: both;
    padding-top: 50px;
}

.breadcrumbs {
    padding: 38px 0 22px 0;
}

.compare {
    background-color: #ebf3ff;
    padding: 0 0 80px;
}

.compare h3 {
    background-color: #f5f9ff;
    font-size: 25px;
    line-height: 35px;
    font-family: "medium";
    color: #25237b;
    padding: 45px 0 40px 0;
    position: relative;
}

.compare h3:before {
    display: block;
    content: "";
    background-color: #f5f9ff;
    width: 1000%;
    height: 384px;
    position: absolute;
    top: 0;
    left: -50%;
}

.compare h3 span {
    position: relative;
}

.compare table {
    position: relative;
    width: 100%;
}

.compare table th {
    height: 264px;
    text-align: left;
    vertical-align: top;
    padding-bottom: 44px;
    padding-right: 20px;
}

.compare table th:last-of-type {
    padding-right: 0;
}

.compare table th a {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

.compare table th a img {
    max-width: 100%;
    height: auto;
}

.compare table th b {
    display: block;
    font-size: 25px;
    line-height: 25px;
    color: #25237b;
    padding-top: 36px;
}

.compare table td {
    width: 288px;
    font-size: 16px;
    line-height: 24px;
    color: #25237b;
    padding: 26px 40px 0 0;
}
.compare table td a {
    color: #25237b;
}

.compare table td.field {
    width: 250px;
    min-width: 180px;
    font-size: 20px;
    line-height: 24px;
    color: rgba(35, 33, 118, 0.5);
    padding-right: 30px;
}

.compare table td:last-child {
    padding-right: 0;
}

.compare table td b {
    display: block;
    font-size: 24px;
    line-height: 30px;
    padding-top: 10px;
}

.compare table td b a {
    color: inherit;
}

.compare table td span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: rgba(35, 33, 118, 0.5);
}

.compare table td span a {
    color: inherit;
}

.compare table .offset-tr td {
    padding: 0;
    height: 20px;
}

.compare .compare-more td {
    padding-top: 40px;
    height: 90px;
}

.compare .compare-more a {
    display: none;
    width: 160px;
    background-color: #fff;
    font-size: 16px;
    line-height: 48px;
    font-family: "medium";
    color: #ff8326;
    height: 50px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.compare .compare-more a:hover {
    background-color: #ff8326;
    color: #fff;
}

.compare .hidden {
    display: none;
}

.compare.compare_col2 table td {
    width: 375px;
    padding-right: 100px;
    font-size: 17px;
}

.compare.compare_col2 table td:first-child {
    padding-right: 140px;
}

.compare.compare_col2 table td.field {
    font-size: 16px;
}

.complete {
    padding: 65px 0 0;
}

.complete h3 {
    font-size: 30px;
    line-height: 30px;
    color: #25237b;
    margin: 0 0 65px;
}

.complete .carousel {
    position: relative;
    width: inherit;
    margin: 0 -50px 0 -40px;
}

.complete .carousel .bx-controls-direction a {
    display: block;
    padding: 40px;
    position: absolute;
    top: 0;
    margin-top: -129px;
}

.complete .carousel .bx-controls-direction a:before {
    display: block;
    content: "";
    width: 13px;
    height: 22px;
    background: url("../images/icons.png") no-repeat;
}

.complete .carousel .bx-controls-direction a i {
    display: none;
}

.complete .carousel .bx-controls-direction a.bx-prev {
    right: 148px;
}

.complete .carousel .bx-controls-direction a.bx-prev:before {
    background-position: -69px 0;
}

.complete .carousel .bx-controls-direction a.bx-next {
    right: 28px;
}

.complete .carousel .bx-controls-direction a.bx-next:before {
    background-position: -82px 0;
}

.complete .carousel .bx-controls-direction a:hover.bx-prev:before {
    background-position: -69px -73px;
}

.complete .carousel .bx-controls-direction a:hover.bx-next:before {
    background-position: -82px -73px;
}

.complete .item {
    float: left;
    width: 50%;
    height: 420px;
    position: relative;
}

.complete .item:before {
    display: block;
    content: "";
    width: 100%;
    height: 192px;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 24%, rgba(0, 0, 0, 0.21) 41%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.61) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 24%, rgba(0, 0, 0, 0.21) 41%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.61) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 24%, rgba(0, 0, 0, 0.21) 41%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.61) 100%);
    filter: progid: dximagetransform.microsoft.gradient( startcolorstr='#00000000', endcolorstr='#9c000000', gradienttype=0);
    position: absolute;
    bottom: 0;
    left: 0;
}

.complete .item b {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    padding: 0 40px;
    position: absolute;
    bottom: 27px;
    left: 0;
    z-index: 1;
}

.accessories {
    background-color: #f2f2f2;
    position: relative;
    padding: 30px 0 0;
    margin: 0 0 30px;
}

.accessories:after {
    display: table;
    content: "";
    width: 100%;
}

.accessories h3 {
    float: left;
    font-size: 30px;
    line-height: 30px;
    color: #25237b;
    margin: 41px 0 0;
}

.accessories .carousel {
    margin-left: 205px;
    position: relative;
}

.accessories .carousel .bx-controls-direction a {
    display: block;
    padding: 20px;
    position: absolute;
    right: -2px;
}

.accessories .carousel .bx-controls-direction a:before {
    display: block;
    content: "";
    width: 13px;
    height: 22px;
    background: url("../images/icons.png") no-repeat;
}

.accessories .carousel .bx-controls-direction a i {
    display: none;
}

.accessories .carousel .bx-controls-direction a.bx-prev {
    top: 178px;
}

.accessories .carousel .bx-controls-direction a.bx-prev:before {
    background-position: -69px 0;
}

.accessories .carousel .bx-controls-direction a.bx-next {
    top: 68px;
}

.accessories .carousel .bx-controls-direction a.bx-next:before {
    background-position: -82px 0;
}

.accessories .carousel .bx-controls-direction a:hover.bx-prev:before {
    background-position: -69px -73px;
}

.accessories .carousel .bx-controls-direction a:hover.bx-next:before {
    background-position: -82px -73px;
}

.accessories .item {
    display: block;
    height: 350px;
    color: #25237b;
    text-decoration: none;
    padding-top: 84px;
    position: relative;
    overflow: hidden;
}

.accessories .item img {
    display: block;
    margin-bottom: 21px;
}

.accessories .item i {
    font-size: 12px;
    line-height: 14px;
    color: rgba(35, 33, 118, 0.5);
    position: absolute;
    top: 36px;
    left: 0;
}

.accessories .item b {
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.accessories .item span {
    font-size: 12px;
    line-height: 14px;
}

.recommend.css-up {
    padding-top: 0;
}

.recommend.css-dn {
    padding-bottom: 0;
}

.recommend.recommend-top {
    padding-top: 84px;
}

.recommend.recommend-bottom {
    padding-bottom: 64px;
}
.recommend {
    margin-bottom: 50px;
}
.recommend h3 {
    text-align:center;
    margin:0 auto;
    width: 260px;
    font-size: 30px;
    line-height: 40px;
    color: #25237b;
    white-space: nowrap;
}

.recommend .tabs-list {
    float: left;
    display: table;
    font-size: 16px;
    line-height: 20px;
    color: #25237b;
    overflow: hidden;
    margin-top: 28px;
}

.recommend .tabs-list>li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 40px;
}

.recommend .tabs-list a {
    color: inherit;
    text-decoration: none;
}

.recommend .tabs-list a span {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px dashed #d3d3e4;
}

.recommend .tabs-list a.active {
    font-family: "medium";
}

.recommend .tabs-list a.active span {
    border-bottom: none;
}

.recommend .tabs-content {
    clear: both;
    width: inherit;
    height: 460px;
    padding-top: 50px;
    margin: 0 -50px 0 -40px;
    position: relative;
}

.recommend .tabs-content .js-tabs {
    width: 100%;
    height: 410px;
    position: absolute;
}

.recommend .tabs-content .js-tabs-body {
    display: block;
    background-color: #fff;
    width: 1200px;
    height: 410px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.recommend .tabs-content .js-tabs-body.active {
    z-index: 10;
}

.recommend .tabs-content .bx-controls-direction a {
    display: block;
    padding: 40px;
    position: absolute;
    top: 0;
    margin-top: -135px;
}

.recommend .tabs-content .bx-controls-direction a:before {
    display: block;
    content: "";
    width: 13px;
    height: 22px;
    background: url("../images/icons.png") no-repeat;
}

.recommend .tabs-content .bx-controls-direction a i {
    display: none;
}

.recommend .tabs-content .bx-controls-direction a.bx-prev {
    right: 148px;
}

.recommend .tabs-content .bx-controls-direction a.bx-prev:before {
    background-position: -69px 0;
}

.recommend .tabs-content .bx-controls-direction a.bx-next {
    right: 28px;
}

.recommend .tabs-content .bx-controls-direction a.bx-next:before {
    background-position: -82px 0;
}

.recommend .tabs-content .bx-controls-direction a:hover.bx-prev:before {
    background-position: -69px -73px;
}

.recommend .tabs-content .bx-controls-direction a:hover.bx-next:before {
    background-position: -82px -73px;
}

.recommend .carousel {
    position: relative;
}

.recommend .carousel:after {
    display: table;
    width: 100%;
    content: "";
}

.recommend .carousel.discount {
    background-color: #f9ffe9;
}

.recommend .carousel.hot {
    background-color: #f2f2f2;
}

.recommend .carousel .label {
    display: block;
    width: 138px;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 1px solid rgba(35, 33, 118, 0.3);
    font-size: 16px;
    font-family: "medium";
    color: #25237b;
    padding: 3px 0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    z-index: 10;
}

.recommend .carousel .content {
    display: block;
    height: 410px;
    color: #25237b;
    position: relative;
}

.recommend .carousel .content b {
    font-size: 20px;
    line-height: 20px;
    max-width: 100%;
    position: absolute;
    bottom: 77px;
    left: 0;
    padding: 0 40px;
    z-index: 10;
}
.recommend .carousel .content b i {
    font-style: normal;
    display: block;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.recommend .carousel .content b:hover i {
    overflow: visible;
    white-space: normal;
    background: rgba(255,255,255,0.5);
}

.recommend .carousel .content span {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    left: 0;
    bottom: 25px;
    padding: 0 40px;
    z-index: 10;
}

.recommend .carousel .content .item-img_wrap {
    width: 100%;
    padding-top: 80px;
    text-align: center;
}
.recommend .carousel .content .item-img_wrap img {
    max-width: 80%;
}

.recommend .carousel .content:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 180px;
   /* background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 40%, #fafafa 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 40%, #fafafa 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 40%, #fafafa 100%);*/
    background-color: #fafafa;
    z-index: 9;
}

.recommend .carousel .item-list {
    margin: 0 -50px 0 -40px;
}

.recommend .carousel .item {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
}

.recommend .carousel .item:hover .label {
    border-color: #25237b;
    background-color: #25237b;
    color: #fff;
}

.recommend .carousel .item.item2 {
    background: #f9ffe9;
}

.recommend .carousel .item.item2 .content:after {
    background: -moz-linear-gradient(top, rgba(249, 255, 233, 0) 0%, rgba(249, 255, 233, 0.7) 40%, #f9ffe9 100%);
    background: -webkit-linear-gradient(top, rgba(249, 255, 233, 0) 0%, rgba(249, 255, 233, 0.7) 40%, #f9ffe9 100%);
    background: linear-gradient(to bottom, rgba(249, 255, 233, 0) 0%, rgba(249, 255, 233, 0.7) 40%, #f9ffe9 100%);
}

.recommend .carousel .item.item4 {
    background: #f2f2f2;
}

.recommend .carousel .item.item4 .content:after {
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.7) 40%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.7) 40%, #f2f2f2 100%);
    background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.7) 40%, #f2f2f2 100%);
}

.container.napravlenie-header {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: none;
    height: auto !important;
    position: static;
}

.tags {
    padding: 90px 0 65px 0;
}

.tags h3 {
    float: left;
    font-size: 30px;
    line-height: 30px;
    color: #25237b;
}

.tags .tags-content {
    margin-left: 360px;
    padding-top: 8px;
    overflow: hidden;
}

.tags .tags-content a {
    float: left;
    vertical-align: top;
    font-size: 12px;
    line-height: 12px;
    font-family: "medium";
    color: #25237b;
    text-decoration: none;
    border: 1px solid rgba(35, 33, 118, 0.3);
    padding: 4px 23px 5px 23px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin: 0 10px 20px 0;
}

.tags .tags-content a:hover {
    border-color: #ff2e2e;
    background-color: #ff2e2e;
    color: #fff;
}

.reviews {
    background: url("../images/reviews-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 130px 0 80px 0;
}

.reviews h3 {
    float: left;
    font-size: 35px;
    line-height: 40px;
    color: #25237b;
    padding-top: 3px;
}

.reviews .reviews-content {
    margin-left: 360px;
    position: relative;
}

.reviews .reviews-content:after {
    display: table;
    width: 100%;
}

.reviews .carousel {
    margin-right: 50px;
    position: relative;
}

.reviews .carousel .bx-controls-direction a {
    display: block;
    padding: 40px;
    position: absolute;
    top: -23px;
}

.reviews .carousel .bx-controls-direction a:before {
    display: block;
    content: "";
    width: 13px;
    height: 22px;
    background: url("../images/icons.png") no-repeat;
}

.reviews .carousel .bx-controls-direction a i {
    display: none;
}

.reviews .carousel .bx-controls-direction a.bx-prev {
    left: -53px;
}

.reviews .carousel .bx-controls-direction a.bx-prev:before {
    background-position: -69px 0;
}

.reviews .carousel .bx-controls-direction a.bx-next {
    right: -90px;
}

.reviews .carousel .bx-controls-direction a.bx-next:before {
    background-position: -82px 0;
}

.reviews .carousel .bx-controls-direction a:hover.bx-prev:before {
    background-position: -69px -73px;
}

.reviews .carousel .bx-controls-direction a:hover.bx-next:before {
    background-position: -82px -73px;
}

.reviews .carousel .bx-viewport {
    height: auto !important;
}

.reviews .carousel blockquote {
    width: 500px;
    font-size: 30px;
    line-height: 40px;
    color: #25237b;
    margin: 0 auto 74px auto;
    word-wrap: break-word;
}

.reviews .user {
    width: 500px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 20px;
    color: #25237b;
    position: relative;
    padding: 0 0 21px 100px;
}

.reviews .user img {
    max-width: 77px;
    max-height: 77px;
    -moz-border-radius: 39px;
    -webkit-border-radius: 39px;
    border-radius: 39px;
    position: absolute;
    top: -15px;
    left: 0;
}

.reviews .user b {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    padding-top: 5px;
}

.reviews .reviews-more {
    text-align: right;
    font-size: 16px;
    line-height: 26px;
    color: #25237b;
}

.reviews .reviews-more a {
    color: inherit;
    border-bottom: 1px solid rgba(35, 33, 118, 0.3);
    text-decoration: none;
}

.reviews .reviews-more a:hover {
    border-bottom: none;
}

.photos {
    overflow: hidden;
    position: relative;
}

.photos .bx-pager {
    position: absolute;
    top: 40px;
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    width: 1200px;
    right: 50%;
    padding-right: 50px;
    margin-right: -600px;
    text-align: right;
}

.photos .bx-controls-direction a {
    display: block;
    padding: 40px;
    position: absolute;
    top: 50%;
    margin-top: -41px;
}

.photos .bx-controls-direction a i {
    display: none;
}

.photos .bx-controls-direction a:before {
    display: block;
    content: "";
    width: 13px;
    height: 22px;
    background: url("../images/icons.png") no-repeat;
}

.photos .bx-controls-direction a.bx-prev {
    left: 0;
}

.photos .bx-controls-direction a.bx-prev:before {
    background-position: -69px -22px;
}

.photos .bx-controls-direction a.bx-next {
    right: 0;
}

.photos .bx-controls-direction a.bx-next:before {
    background-position: -82px -22px;
}

.photos .bx-controls-direction a.disabled {
    display: none;
}

.photos .bx-controls-direction a:hover.bx-prev:before {
    background-position: -69px -73px;
}

.photos .bx-controls-direction a:hover.bx-next:before {
    background-position: -82px -73px;
}

.photos .photo {
    position: relative;
}

.photos .photo .container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 100%;
    margin-left: -600px;
}

.photos .photo:before {
    display: block;
    content: "";
    width: 100%;
    height: 250px;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.19) 33%, rgba(0, 0, 0, 0.76) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.19) 33%, rgba(0, 0, 0, 0.76) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.19) 33%, rgba(0, 0, 0, 0.76) 100%);
    filter: progid: dximagetransform.microsoft.gradient( startcolorstr='#00000000', endcolorstr='#c2000000', gradienttype=0);
    position: absolute;
    bottom: 0;
    left: 0;
}

.photos .photo img {
    display: block;
    width: 100%;
}

.photos .photo b {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    top: 54px;
    left: 40px;
}

.photos .photo span {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.photos .photo span i {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 12px;
}

.photos .photo a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid;
}

.photos .photo a:hover {
    border-bottom: none;
}

.best.dark {
    background-color: transparent;
}

.best.dark ul>li {
    color: rgba(255, 255, 255, 0.3);
}

.best.dark b {
    color: #fff;
}

.best img {
    vertical-align: top;
}

.best img.little-img {
    display: inline;
}

.best img.big-img {
    display: none;
}

.best ul {
    display: table;
    padding: 110px 0 100px 0;
    margin: 0 auto;
}

.best ul>li {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    margin: 0 30px;
}

.best b {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #2dd761;
    padding-top: 50px;
    margin-bottom: 26px;
}

.best.best_about ul {
    padding-top: 0;
}

.subscribe {
    background-color: #f6f6f6;
    padding: 56px 0 85px 0;
    position: relative;
}

.subscribe.light {
    background-color: #fff;
}

.subscribe.light span.help {
    color: #808080;
}

.subscribe:after {
    display: block;
    content: "";
    clear: both;
}

.subscribe .subscribe-alt {
    float: left;
    width: 400px;
    font-family: "light";
    font-size: 35px;
    line-height: 40px;
    color: #25237b;
}

.subscribe .subscribe-content {
    margin-left: 420px;
}

.subscribe .subscribe-content form {
    height: 60px;
    padding-top: 10px;
    margin-bottom: 22px;
    position: relative;
}

.subscribe .subscribe-content form:before {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/icons.png") -49px -189px no-repeat;
    pointer-events: none;
    content: "";
    width: 38px;
    height: 29px;
    position: absolute;
    top: 18px;
    z-index: 10;
    right: 170px;
}

.subscribe .subscribe-content .form-control {
    float: left;
    width: 430px;
    font-size: 20px;
    padding: 11px 24px;
}

.subscribe .subscribe-content .submit {
    float: left;
    width: 230px;
    background-color: #ff8326;
    font-size: 18px;
    line-height: 40px;
    font-family: "medium";
    color: #fff;
    height: 50px;
    padding-left: 80px;
    text-align: left;
    margin-left: 30px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.subscribe .subscribe-content .submit:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.subscribe .subscribe-content .help {
    display: block;
    line-height: 30px;
    color: #999;
}

.cart {
    padding: 0 0 55px;
    margin-bottom: 0;
    position: relative;
    border-bottom: 4px solid #ff8326;
}

.cart:after {
    display: table;
    content: "";
    width: 100%;
}

.cart .container {
    padding: 0;
}

.cart .left {
    float: left;
    width: 50%;
    padding: 50px 67px 0 40px;
    font-size: 16px;
    line-height: 25px;
    position: relative;
}
.cart .left .articles h1 {
    padding-right: 100px;
    width: auto;
}

.cart .left .breadcrumb {
    margin-bottom: 90px;
}

.cart .left .cart-offer {
    margin: 0 0 35px;
}
.cart .left .cart-more:after {
    content: "";
    clear: both;
    display: block;
}
.cart .left .cart-more a {
    float: left;
    display: block;
    border: 1px solid #d3d3e4;
    height: 50px;
    line-height: 46px;
    padding: 0 30px;
    color: #25237b;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    position: absolute;
    top: 700px;
    left: 40px;
    text-decoration: none;
}
.cart .left .cart-more a.btn-offer {
    margin-right: 30px;
    background: #ff8326;
    border-color: #ff8326;
    color: #fff;
}

background-color: #ff8326;

.cart .left .offer-logo {
    padding: 40px 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
}

.cart .left .offer-logo img {
    max-width: 300px;
}

.cart .right {
    float: right;
    width: 50%;
}

.cart .carousel {
    /*height: 500px;*/
    /*background-color: #ebebeb;*/
    text-align: center;
    /*line-height: 678px;*/

}

.cart .carousel img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.cart .thumbnails {
    clear: both;
    width: 660px;
    padding: 0 100px;
    position: relative;
}

.cart .thumbnails a {
    position: relative;
}

.cart .thumbnails a b {
    display: block;
    font-size: 20px;
    line-height: 98px;
    font-family: "medium";
    color: #25237b;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.cart .thumbnails a:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.cart .bx-controls-direction a {
    display: block;
    padding: 40px;
    position: absolute;
    top: 50%;
    margin-top: -51px;
}

.cart .bx-controls-direction a:before {
    display: block;
    content: "";
    width: 13px;
    height: 22px;
    background: url("../images/icons.png") no-repeat;
}

.cart .bx-controls-direction a i {
    display: none;
}

.cart .bx-controls-direction a.bx-prev {
    left: -60px;
}

.cart .bx-controls-direction a.bx-prev:before {
    background-position: -69px 0;
}

.cart .bx-controls-direction a.bx-next {
    right: -60px;
}

.cart .bx-controls-direction a.bx-next:before {
    background-position: -82px 0;
}

.cart .bx-controls-direction a:hover.bx-prev:before {
    background-position: -69px -73px;
}

.cart .bx-controls-direction a:hover.bx-next:before {
    background-position: -82px -73px;
}
.cart .bx-controls-direction a.disabled {
    display: none;
}

.product-view_main-img {
    cursor: default;
}
.product-view_main-img div {
    background-size: contain;
}

.product-page_lite .breadcrumb {
    padding: 0 39px;
    margin: 13px 0 0;
}
.product-page_lite .cart {
    padding: 0;
}
.product-page_lite .cart .left {
    padding-top: 45px;
    width: 56%;
}
.product-page_lite .cart .right {
    margin-top: 42px;
    width: 44%;
    padding-bottom: 50px;
}
.product-page_lite .product-page_top {
    position: relative;
    padding: 0 0 140px;
}
.product-page_lite .product-page_top:after {
    content: "";
    clear: both;
    display: block;
}
.product-page_lite .cart-title-light {
    margin: 0;
}
.product-page_lite .cart .articles {
    margin: 25px 0 0;
    max-width: 600px;
}
.product-page_lite .cart .articles h1 {
    margin: 0 0 12px;
}
.product-page_lite .cart .articles ul {
    margin: 22px 0;
    max-width: none;
}
.product-page_lite .cart .articles ul>li {
    padding-left: 32px;
}
.product-page_lite .cart .articles ul>li:before {
    width: 6px;
    height: 6px;
    top: 8px;
    left: 2px;
}
.product-page_lite .cart-menu2 {
    font-size: 22px;
    line-height: 30px;
    padding-top: 35px;
    bottom: 35px;
}
.product-page_lite .cart-menu2 ul>li {
    padding-left: 40px;
}
.product-page_lite .cart-menu2 ul>li:first-of-type {
    padding-left: 0;
}
.product-page_lite .cart-menu2:before {
    width: 100%;
    max-width: none;
}
.product-page_lite .cart-button2 {
    position: absolute;
    bottom: 140px;
    left: 56%;
    float: none;
}

.cart-button2 a.price {
	z-index: 15;
}
.cart-button2 .price-hd {
	position: absolute;
	left: 0;
	top: 0; 
	z-index: 10;
}
.cart-button2 a.price-hd {
	z-index: 10;
}

.product-page_lite .cart .bx-controls-direction a.bx-prev,
.product-page_lite .cart .bx-controls-direction a.bx-next {
    padding: 40px 25px;
}
.product-page_lite .cart .thumbnails {
    width: 476px;
    margin: 0 auto;
}
.product-page_lite .cart .thumbnails a.img-bl {
    max-width: 152px;
    width: 152px !important;
    height: 102px;
    border: 1px solid #171567;
    margin: 0 10px 0 0 !important;
}
.product-page_lite .cart .thumbnails a.img-bl:last-of-type {
    margin-right: 0 !important;
}
.product-page_lite .cart-button2 {
    margin-left: -20px;
}
.product-page_lite .cart-button2>li {
    margin: 0 0 10px 20px;
    float: left;
    position: relative;
}
.product-page_lite .js-tabs-body,
.product-page_normal .js-tabs-body {
    background: #f3f3f3;
}
.product-page_lite .description,
.product-page_normal .description {
    background: #f3f3f3;
}
.cart-product_company {
    line-height: 20px;
    margin: 0 0 8px;
}
.cart-product_company .flag  {
    vertical-align: top;
    margin: 3px 5px 0 0px;
}

@media all and (max-width: 1599px) and (min-width: 768px) {
    .product-page_lite .cart-button2 { 
        right: 0;
        margin-left: -10px;
    }

    .product-page_lite .cart-button2>li {
        margin-left: 10px;
    }
}

/*.product-page_lite .description table th {
    display: none;
}*/
.description table th {
    display: none;
}
.description table td {
    vertical-align: top;
    color: #25237b;
}
.description table td:first-of-type {
    color: rgba(35, 33, 118, 0.7)
}
.product-page_lite .compare,
.product-page_normal .compare {
    padding-bottom: 55px;
}
.product-page_lite .compare h3,
.product-page_normal .compare h3 {
    font-size: 30px;
    color:#25237b;
    padding-bottom: 55px;
}
.product-page_lite .compare h3:before,
.product-page_normal .compare h3:before {
    height: 405px;
}
.product-page_lite .compare table th,
.product-page_normal .compare table th {
    padding-bottom: 70px;
}
.social_share {
    padding: 48px 0 58px;
    border-bottom: 1px solid #f2f2f2;
}
.social_share .share {
    margin: 0;
}
.product-page_lite .recommend,
.product-page_normal .recommend {
    padding: 60px 0 30px;
}
@media screen and (max-width: 1599px) {

    .product-page_lite .description .tabs-nav .container a.active,
    .product-page_normal .description .tabs-nav .container a.active {
        font-size: 30px;
    }
    .product-page_lite .description table td,
    .product-page_normal .description table td {
        font-size: 16px;
        line-height: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
@media screen and (min-width: 1600px) {
    .product-page_lite .description .tabs-nav .container a.active,
    .product-page_lite .recommend h3,
    .product-page_lite .compare h3 {
        font-size: 35px;
        font-weight: normal;
        font-family: "Futura";
    }
    .product-page_normal .description .tabs-nav .container a.active,
    .product-page_normal .recommend h3,
    .product-page_normal .compare h3 {
        font-size: 35px;
        font-weight: normal;
        font-family: "Futura";
    }
    .product-page_lite .cart .thumbnails {
        width: 638px;
    }
}

.catalog {
    padding: 0 0 70px;
    position: relative;
}

.catalog:after {
    display: table;
    content: "";
    width: 100%;
}

.catalog .container {
    padding-right: 0;
}

.catalog .sidebar {
    float: left;
    width: 260px;
}

.catalog .s-menu {
    padding-right: 20px;
    margin: 0 0 25px;
}

.catalog .s-menu>b {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-family: "medium";
    color: #9b9bb3;
    text-transform: uppercase;
    padding: 0 0 20px;
    position: relative;
}

.catalog .s-menu>b.hide {
    padding: 0 0 38px;
    cursor: pointer;
}

.catalog .s-menu>b.hide span {
    border-bottom: 1px solid transparent;
}

.catalog .s-menu>b.hide:before {
    display: block;
    content: "";
    float: left;
    width: 11px;
    height: 11px;
    background: url("../images/icons.png") -24px -246px;
    position: relative;
    margin-right: 15px;
    top: 1px;
}

.catalog .s-menu>b.hide:hover span {
    border-bottom: 1px dashed #9b9bb3;
}

.catalog .s-menu.hidden_pos {
    margin: 0;
    position: relative;
    z-index: 20;
}

.catalog .s-menu.hidden_pos ul {
    display: none;
}

.catalog .s-menu.hidden_pos>b {
    padding: 0;
}

.catalog .s-menu.menu {
    padding-right: 0;
}

.catalog .s-menu.menu>ul {
    padding-top: 14px;
}

.catalog .s-menu.menu>ul>li {
    font-size: 20px;
    line-height: 25px;
    font-family: "medium";
    color: #25237b;
}

.catalog .s-menu.menu>ul>li+li {
    margin-top: 15px;
}

.catalog .s-menu.menu>ul>li.active {
    color: #ff8326;
}

.catalog .s-menu.menu>ul>li>a {
    color: inherit;
}

.catalog .s-menu.menu>ul>li>ul {
    padding: 16px 0 9px 30px;
}

.catalog .s-menu.menu>ul>li>ul>li {
    font-size: 16px;
    line-height: 25px;
    font-family: "medium";
    color: #25237b;
}

.catalog .s-menu.menu>ul>li>ul>li>a {
    color: inherit;
}

.catalog .s-news-list {
    margin: 0 0 60px;
}

.catalog .s-news-list ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog .s-news-list ul li {
    font: 16px/20px "Futura";
    color: #232176;
    margin: 10px 0 0;
}

.catalog .s-news-list ul li a {
    color: #232176;
}

.catalog .s-news-list ul li.divider {
    height: 20px;
}

.catalog .s-menu-list {
    font-size: 20px;
    line-height: 20px;
    font-family: "medium";
    color: #bcbccf;
    padding: 15px 10px 36px 0;
}

.catalog .s-menu-list-new {
    font-size: 20px;
    line-height: 20px;
    font-family: "medium";
    color: #25237b;
    padding: 15px 10px 36px 0;
}

.catalog .s-menu-list>li+li {
    margin-top: 20px;
}

.catalog .s-menu-list>li.active {
    color: #25237b;
}

.catalog .s-menu-list-new>li.active {
    color: #bcbccf;
}

.catalog .s-menu-list>li.active a {
    border-bottom: none;
}

.catalog .s-menu-list>li.active span {
    color: #ff8326;
}

.catalog .s-menu-list a {
    color: inherit;
    text-decoration: none;
}

.catalog .s-menu-list a:hover {
    border-bottom: 1px dashed;
}

.catalog .s-menu-checkbox>li+li {
    margin-top: 5px;
}

.catalog .s-menu-checkbox>li.space {
    padding-top: 30px;
}

.catalog .s-menu-checkbox.inline li {
    margin-top: 0px;
}

.catalog .s-menu-checkbox .children {
    padding-top: 15px;
    margin-left: 30px;
}

.catalog .s-menu-checkbox.inline {
    display: table;
}

.catalog .s-menu-checkbox.inline>li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.catalog .s-compare {
    position: relative;
    background-color: #f1f1f1;
    padding: 34px 0 66px 0;
    margin: 80px 0 50px 0;
}

.catalog .s-compare:before {
    display: block;
    content: "";
    width: 40px;
    height: 100%;
    background-color: #f1f1f1;
    position: absolute;
    top: 0;
    left: -40px;
}

.catalog .s-compare b {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: "medium";
    color: #25237b;
    position: relative;
    padding-bottom: 20px;
}

.catalog .s-compare span {
    float: left;
    font-size: 30px;
    line-height: 30px;
    font-family: "medium";
    color: #2dd761;
    position: relative;
    margin-right: 10px;
}

.catalog .s-compare i {
    float: left;
    font-size: 16px;
    line-height: 16px;
    font-family: "medium";
    color: rgba(35, 33, 118, 0.4);
    margin-top: 13px;
    position: relative;
}

.catalog .s-compare a {
    font-size: 14px;
    line-height: 20px;
    color: #25237b;
    border-bottom: 1px solid rgba(35, 33, 118, 0.3);
    text-decoration: none;
    position: absolute;
    right: 30px;
    bottom: 34px;
}

.catalog .s-compare a:hover {
    border-color: transparent;
}

.catalog .s-offer {
    background-color: #ff8326;
    position: relative;
    margin: 0 0 50px;
}

.catalog .s-offer:before {
    display: block;
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -40px;
    background-color: #ff8326;
}

.catalog .s-offer .content {
    position: relative;
}

.catalog .s-offer img {
    width: 300px;
    height: auto;
    position: absolute;
    top: 0;
    left: -40px;
}

.catalog .s-offer a {
    display: block;
    min-height: 390px;
    position: relative;
    padding: 205px 60px 35px 0;
    color: #fff;
    text-decoration: none;
}

.catalog .s-offer a b {
    display: block;
    font-size: 40px;
    line-height: 40px;
    font-family: "medium";
    position: relative;
}

.catalog .s-offer a span {
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding-top: 3px;
    position: relative;
}

.catalog .s-offer a i {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 27px;
    position: relative;
}

.catalog .s-widget {
    position: relative;
    margin: 0 0 60px;
    left:-40px;
}

.catalog .s-widget a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.catalog .s-widget .photo {
    display: block;
    position: relative;

}

.catalog .s-widget .photo img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.catalog .s-widget .photo b {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 20px;
    left: 30px;
}

.catalog .s-widget .content {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 40px;
}

.catalog .s-widget .content b {
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.catalog .s-review {
    width: 300px;
    height: 390px;
    background: url("../images/review.jpg") 0 0 no-repeat;
    position: relative;
    left: -40px;
}

.catalog .s-review>b {
    display: block;
    font-size: 16px;
    color: rgba(35, 33, 118, 0.5);
    padding: 20px 0 67px 30px;
}

.catalog .s-review blockquote {
    font-size: 20px;
    line-height: 25px;
    color: #25237b;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 74px;
}

.catalog .s-review .user {
    font-size: 20px;
    line-height: 20px;
    color: #25237b;
    position: relative;
    padding: 0 30px 21px 130px;
}

.catalog .s-review .user img {
    max-width: 77px;
    max-height: 77px;
    -moz-border-radius: 39px;
    -webkit-border-radius: 39px;
    border-radius: 39px;
    position: absolute;
    top: -15px;
    left: 30px;
}

.catalog .s-review .user b {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #808080;
    padding-top: 11px;
}

.catalog .list {
    margin-left: 270px;
    padding-left: 20px;
    overflow: hidden;
}

.catalog .list-top {
    position: relative;
    padding: 0 0 40px 20px;
}

.catalog .list-top:after {
    display: table;
    content: "";
    width: 100%;
}

.catalog .list-top h2 {
    font-size: 30px;
    line-height: 30px;
    color: #25237b;
    padding-top: 33px;
}

.catalog .list-top h2 .standart {
    font-size: 14px;
    line-height: 20px;
    color: #25237b;
    border-bottom: 1px dashed #25237b;
    text-decoration: none;
    position: relative;
    margin-left: 50px;
}

.catalog .list-top h2 .standart:hover {
    border-color: transparent;
}

.catalog .list-top.tabs-nav {
    padding-top: 30px;
}

.catalog .list-top.tabs-nav a {
    font-size: 14px;
    line-height: 20px;
    color: #25237b;
    border-bottom: 1px dashed #25237b;
    text-decoration: none;
    position: relative;
    margin-left: 50px;
}

.catalog .list-top.tabs-nav a:first-of-type {
    margin: 0;
}

.catalog .list-top.tabs-nav a.active {
    font-size: 30px;
    line-height: 30px;
    color: #25237b;
    border-bottom-color: transparent;
}

.catalog .list-top .list-sort {
    float: right;
    width: 450px;
    margin-right: 46px;
    position: relative;
}

.catalog .list-top .list-sort b {
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-family: "medium";
    color: #9b9bb3;
    text-transform: uppercase;
    padding: 0 0 12px;
}

.catalog .list-top .list-sort .sort-view {
    top: 0px;
    right: 0;
    position: absolute;
}

.catalog .list-top .list-sort .sort-view>li {
    float: left;
}

.catalog .list-top .list-sort .sort-view>li+li {
    margin-left: 15px;
}

.catalog .list-top .list-sort .sort-view a {
    display: block;
    background: url("../images/icons.png") no-repeat;
}

.catalog .list-top .list-sort .sort-view a.view-1 {
    width: 16px;
    height: 13px;
    background-position: -36px -147px;
}

.catalog .list-top .list-sort .sort-view a.view-1.active {
    background-position: -36px -160px;
}

.catalog .list-top .list-sort .sort-view a.view-2 {
    width: 13px;
    height: 13px;
    background-position: -52px -147px;
}

.catalog .list-top .list-sort .sort-view a.view-2.active {
    background-position: -52px -160px;
}

.catalog .list-top .sort {
    clear: both;
    padding-top: 20px;
}

.catalog .list-top .sort ul {
    display: table;
    font-size: 14px;
    line-height: 16px;
    font-family: "medium";
    color: #25237b;
}

.catalog .list-top .sort ul>li {
    display: inline-block;
}

.catalog .list-top .sort ul>li+li {
    margin-left: 30px;
}

.catalog .list-top .sort ul>li a {
    display: block;
    color: inherit;
    position: relative;
    padding-right: 33px;
}

.catalog .list-top .sort ul>li a:before {
    display: block;
    content: "";
    width: 7px;
    height: 5px;
    background: url("../images/icons.png") -74px -152px no-repeat;
    position: absolute;
    top: 8px;
    right: 0;
}

.catalog .list-top .sort ul>li a:hover {
    text-decoration: none;
}

.catalog .list-top .sort ul>li a:hover span {
    border-bottom: 1px dashed;
}

.catalog .list-top .sort ul>li.up a:before {
    background-position: -74px -147px;
}

.catalog .list-top .sort ul>li.active {
    color: #ff8326;
}

.catalog .list-top .sort ul>li.active a:before {
    background-position: -81px -152px;
}

.catalog .list-top .sort ul>li.active.up a:before {
    background-position: -81px -147px;
}

.item_price-hd {
	position: relative;
	left: 0;
	top: 0;
	background: #fff; 
}
.item_price-hd .price-lt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10; 
}
.item_price-hd .price-cont {
	padding: 0 10px 0 5px;
}

.catalog .list-content {
    padding-top: 16px;
    margin: 0 -15px;
    position: relative;
}

.catalog .list-content:after {
    display: table;
    content: "";
    width: 100%;
}

.catalog .list-content .post {
    float: left;
    width: 270px;
    height: 590px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 7px 20px 7px;
    position: relative;
}

.catalog .list-content .post .item_buy-btn {
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.catalog .list-content .post .item_buy-btn a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-family: "medium";
    color: #ff8326;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    text-align: left;
}

.catalog .list-content .post .item_buy-btn a.price {
    padding: 5px 17px 7px 17px;
    background-color: #ff8326;
    color: #fff;
    text-align: left;
}

.catalog .list-content .post .item_buy-btn a.price:hover {
    border: none;
    background-color: #299c00;
}

.catalog .list-content .post .item_buy-btn a.price {
	z-index: 15;
}
.catalog .list-content .post .item_buy-btn .price-hd {
	position: absolute;
	left: 0;
	top: 0; 
	z-index: 10;
}
.catalog .list-content .post .item_buy-btn a.price-hd {
	z-index: 10;
}

.product-page_lite .cart .articles {
	position: relative;
	padding-bottom: 20px;
}
.product-page_lite .cart .articles .item_price-hd {
	position: absolute;
	bottom: 0; 
	top: auto;
	left: 0;
}
.catalog .list-content .post .item_price-hd {
	position: absolute;
	bottom: 3px; 
	top: auto;
	left: 20px;
}

.catalog .list-content .post .p-tags {
    position: absolute;
    top: 22px;
    left: 30px;
    max-width: 120px;
}

.catalog .list-content .post .p-tags li {
    display: block;
    margin: 0 0 5px;
}

.catalog .list-content .post .p-tags li:after {
    content: "";
    clear: both;
    display: block;
}

.catalog .list-content .post .p-tags a {
    float: left;
    width: auto;
    text-align: center;
    vertical-align: top;
    font-size: 10px;
    line-height: 12px;
    font-family: "medium";
    color: #25237b;
    text-decoration: none;
    border: 1px solid rgba(35, 33, 118, 0.3);
    background-color: #fff;
    padding: 2px 10px 4px 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.catalog .list-content .post:hover .p-tags a {
    border-color: #ff2e2e;
    background-color: #ff2e2e;
    color: #fff;
}
.catalog .list-content .post .p-tags a:hover {
    border-color: #fe7777;
    background-color: #fe7777;
    color: #fff;
}

.catalog .list-content .post .photo {
    display: block;
    width: 200px;
    height: 200px;
    line-height: 198px;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 40px;
}

.catalog .list-content .post .photo img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.catalog .list-content .post .p-compare {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #25237b;
    text-decoration: none;
    padding-left: 20px;
    position: absolute;
    top: 24px;
    right: 30px;
    width: auto;
}

.catalog .list-content .post .p-compare a {
    display: block;
    border-bottom: 1px dashed rgba(35, 33, 118, 0.3);
    position: relative;
    color: #25237b;
    text-decoration: none;
}

.catalog .list-content .post .p-compare a:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/icons.png") -36px -135px no-repeat;
    position: absolute;
    top: 1px;
    left: -18px;
}

.catalog .list-content .post .p-compare .hide {
    display: none;
}
.catalog .list-content .post .p-compare .show {
    display: none;
}

.catalog .list-content .post .p-compare a:hover {
    border-color: transparent;
}

.catalog .list-content .post .p-compare.active {
    text-align: right;
}
.catalog .list-content .post .p-compare.active .add {
    display: none;
}
.catalog .list-content .post .p-compare.active a:before {
    height: 9px;
    background-position: -48px -135px;
    top: 3px;
    left: -20px;
}

.catalog .list-content .post .p-compare.active .show {
    display: block;
}

.catalog .list-content .post .p-compare.active .hide {
    display: block;
    float: right;
    margin-top: 10px;
}

.catalog .list-content .post .p-compare.active .hide:before {
    width: 10px;
    height: 10px;
    background-position: -60px -135px;
    top: 2px;
    left: -18px;
}

.catalog .list-content.list-inline .post .p-compare a:before {
    top: 5px;
}
.catalog .list-content.list-inline .post .p-compare.active a:before {
    top: 7px;
}
.catalog .list-content.list-inline .post .p-compare.active .hide:before {
    top: 6px;
}

.catalog .list-content .post .name {
    padding: 0 30px;
    position: absolute;
    top: 274px;
    left: 0;
    width: 100%;
}

.catalog .list-content .post .name a {
    text-decoration: none;
}

.catalog .list-content .post .name .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: rgba(35, 33, 118, 0.5);
    padding-bottom: 4px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;

}

.catalog .list-content .post .name b {
    display: block;
    font-size: 20px;
    line-height: 26px;
    height: 26px;
    color: #25237b;
    width: auto;
}
.catalog .list-content .post .name b span {
    position: relative;
    display: block;
    padding: 3px 0;
    line-height: 20px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 10;
}
.catalog .list-content .post .name b:hover span {
    overflow: visible;
    white-space: normal;
    padding-bottom: 12px;
}

.catalog .list-content .post .name .desc {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #25237b;
    padding-top: 3px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.catalog .list-content .post .field {
    font-size: 12px;
    line-height: 14px;
    color: rgba(35, 33, 118, 0.5);
    padding-top: 15px;
    width: auto;
}

.catalog .list-content .post .field>li+li {
    margin-top: 5px;
}

.catalog .list-content .post .details {
    display: none;
}

.catalog .list-content .post .garant {
    font-size: 12px;
    line-height: 14px;
    color: #25237b;
    position: absolute;
    bottom: 27px;
    left: 30px;
}

.catalog .list-content .post:hover {
    -moz-box-shadow: 2.5px 4.3px 20px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 2.5px 4.3px 20px rgba(0, 0, 0, 0.22);
    box-shadow: 2.5px 4.3px 20px rgba(0, 0, 0, 0.22);
    z-index: 1;
}

.catalog .list-content .post.post-column {
    width: 550px;
    height: 592px;
    border: 1px solid #d6f4cc;
    border-right: none;
    margin: -1px 6px 19px 6px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px 20px 20px 20px;
}

.catalog .list-content .post.post-column .p-compare {
    right: 290px;
}

.catalog .list-content .post.post-column .status {
    right: 290px;
}

.catalog .list-content .post.post-column .block {
    width: 270px;
    height: 592px;
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6f4cc;
    border-left: none;
    background-color: rgba(225, 247, 217, 0.85);
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0;
    border-radius: 0 20px 20px 0;
    padding: 25px 40px;
    text-align: center;
    position: absolute;
    left: 280px;
    top: -1px;
    /*z-index: 1;*/
    z-index: 20;
}

.catalog .list-content .post.post-column .block i {
    display: block;
    height: 160px;
    line-height: 158px;
    margin: 0 0 25px;
}

.catalog .list-content .post.post-column .block i img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.catalog .list-content .post.post-column .block b {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #25237b;
    margin: 0 0 31px;
}

.catalog .list-content .post.post-column .block span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #25237b;
}
.catalog .list-content .post.post-column .name {
    width: auto;
    right: 250px;
}

.catalog .list-content .post-offer {
    float: left;
    height: 590px;
    width: 270px;
    margin: 0 7px 20px 7px;
    position: relative;
    text-align: center;
}

.catalog .list-content .post-offer .offer-content .show {
    display: block;
}

.catalog .list-content .post-offer .offer-content .hide {
    display: none;
}

.catalog .list-content .post-offer img {
    vertical-align: middle;
    margin: 0 auto;
}

.catalog .list-content.list-inline {
    padding-top: 46px;
    padding-left: 30px;
}

.catalog .list-content.list-inline .post {
    position: relative;
    float: none;
    width: 810px;
    height: 280px;
    padding: 20px 0 65px 200px;
    margin: 0 7px 30px 7px;
}

.catalog .list-content.list-inline .post:after {
    content: "";
    display: block;
    clear: both;
}

.catalog .list-content.list-inline .post .p-tags {
    max-width: 450px;
    top: auto;
    bottom: 25px;
    left: 200px;
    z-index: 10;
}

.catalog .list-content.list-inline .post .p-tags>li {
    float: left;
    margin: 0 8px 0 0;
}

.catalog .list-content.list-inline .post .p-tags a {
    font-size: 14px;
    line-height: 20px;
    padding: 2px 15px 6px 15px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

.catalog .list-content.list-inline .post .photo {
    float: left;
    top: 0;
    left: 0;
}

.catalog .list-content.list-inline .post .name {
    float: left;
    width: 300px;
    height: 88px;
    position: relative;
    top: 0;
    padding: 0;
}

.catalog .list-content.list-inline .post .name .title {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.catalog .list-content.list-inline .post .name b span {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.catalog .list-content.list-inline .post .name b:hover span {
    white-space: normal;
    overflow: visible;
}

.catalog .list-content.list-inline .post .name .desc {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.catalog .list-content.list-inline .post .name:hover:before {
    background-color: rgba(52, 200, 0, 0.7);
}

.catalog .list-content.list-inline .post .field {
    clear: both;
    width: 380px;
    overflow: hidden;
    padding-top: 20px;
    max-height: 110px;
}

.catalog .list-content.list-inline .post .field>li {
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 15px 0 0;
}

.catalog .list-content.list-inline .post .field>li:after {
    content: ",";
}

.catalog .list-content.list-inline .post .field>li:last-of-type:after {
    content: "";
}

.catalog .list-content.list-inline .post .p-compare {
    font-size: 14px;
    line-height: 20px;
    top: 15px;
    right: 40px;
}

.catalog .list-content.list-inline .post .p-compare span:before {
    top: 5px;
}

.catalog .list-content.list-inline .post .p-compare.active span:before {
    top: 7px;
}

.catalog .list-content.list-inline .post .p-compare:hover span.hide:before {
    top: 6px;
}

.catalog .list-content.list-inline .post .status {
    position: relative;
    bottom: 5px;
    right: 0;
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
    margin-left: 15px;
    vertical-align: top;
}

.catalog .list-content.list-inline .post .status:before {
    position: absolute;
    top: 4px;
    left: 0;
}

.catalog .list-content.list-inline .post .details {
    font-size: 16px;
    line-height: 20px;
    font-family: "medium";
    color: #fff;
    background-color: #ff8326;
    width: 160px;
    text-align: center;
    padding: 14px 0 16px 0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position: absolute;
    top: 120px;
    right: 40px;
}

.catalog .list-content.list-inline .post .details:hover {
    text-decoration: none;
    opacity: 0.8;
}

.catalog .list-content.list-inline .post:hover .details {
    display: block;
}

.catalog .list-content.list-inline .post .garant {
    font-size: 14px;
    line-height: 20px;
    color: rgba(35, 33, 118, 0.5);
    left: 0;
    width: 100%;
    text-align: right;
    bottom: 25px;
    margin-left: -40px;
}

.catalog .list-content.list-inline .post.post-column {
    border: none;
    width: 810px;
    height: 280px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.catalog .list-content.list-inline .post.post-column .block {
    display: none;
}

.catalog .list-content.list-inline .post-offer {
    float: none;
    width: 810px;
    height: 100px;
    padding: 0;
    margin: 0 7px 50px 7px;
}

.catalog .list-content.list-inline .post-offer .offer-content .show {
    display: none;
}

.catalog .list-content.list-inline .post-offer .offer-content .hide {
    display: block;
}

.catalog .list-content .topic {
    float: left;
    width: 270px;
    height: 370px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 7px 20px 7px;
    position: relative;
}

.catalog .list-content .topic:hover {
    box-shadow: 2.5px 4.3px 20px rgba(0, 0, 0, 0.22);
}

.catalog .list-content .topic .label {
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background-color: #ff8326;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 4px 22px 5px 22px;
    text-decoration: none;
    position: absolute;
    top: 25px;
    right: 30px;
}

.catalog .list-content .topic .photo {
    display: block;
    width: 280px;
    height: 370px;
    line-height: 300px;
    text-align: center;
}

.catalog .list-content .topic .photo img {
    vertical-align: middle;
}

.catalog .list-content .topic .name {
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-family: "medium";
    color: #25237b;
    position: absolute;
    bottom: 53px;
    left: 30px;
}

.catalog .list-content .topic span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.catalog .list-content .topic-offer {
    float: left;
    width: 270px;
    height: 370px;
    text-align: center;
    margin: 0 7px 20px 7px;
}

.catalog .more {
    clear: both;
    padding-top: 60px;
    text-align: center;
	width:100%;
}

.catalog .more.more_top {
    padding-top: 20px;
}

.catalog .status {
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    bottom: 27px;
    right: 30px;
}

.catalog .status:before {
    display: block;
    content: "";
    float: left;
    width: 8px;
    height: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 3px 9px 0 0;
}

.catalog .status.s1 {
    color: #2dd761;
}

.catalog .status.s1:before {
    background-color: #2dd761;
}

.catalog .status.s2 {
    color: #ff911a;
}

.catalog .status.s2:before {
    background-color: #ff911a;
}

.catalog .status.s3 {
    color: #cacaca;
}

.catalog .status.s3:before {
    background-color: #cacaca;
}

.catalog .tags {
    padding: 0;
}

.catalog .tags>b {
    float: left;
    font-size: 16px;
    line-height: 16px;
    font-family: "medium";
    color: rgba(35, 33, 118, 0.6);
}

.catalog .tags .tags-content {
    margin: 0 0 0 60px;
    padding: 0;
}

.list-items_wrap {
    padding: 20px 40px 0 18px;
    overflow: hidden;
}

.list-items_wrap .list-item {
    margin: 0 0 50px;
}

.list-items_wrap .list-item:last-of-type {
    margin: 0;
}

.list-items_wrap .list-item:after {
    content: "";
    clear: both;
    display: block;
}

.list-items_wrap .list-item .item_title {
    position: relative;
    overflow: hidden;
    float: left;
    width: 30%;
    padding: 0 0 0 45px;
    font: 20px/30px "Futura";
    color: #a9a8c2;
}

.list-items_wrap .list-item .item_title span {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
}

.list-items_wrap .list-item .item_inner {
    float: right;
    width: 68%;
}

.list-items_wrap .list-item .item_inner .item_divider {
    font: 14px/20px "Light";
    color: #2dd761;
    padding-left: 175px;
    margin: 30px 0 -10px;
}

.list-items_wrap .list-item .item_inner .item_block {
    margin: 40px 0 0;
    position: relative;
    z-index: 2;
}
.list-items_wrap .list-item .item_inner.w-hover .item_block:hover:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2.5px 4.3px 20px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 2.5px 4.3px 20px rgba(0, 0, 0, 0.22);
    box-shadow: 2.5px 4.3px 20px rgba(0, 0, 0, 0.22);
    z-index: 1;
}
.list-items_wrap .list-item .item_inner .item_block:first-of-type {
    margin: 0;
}

.list-items_wrap .list-item .item_inner .item_block:after {
    content: "";
    clear: both;
    display: block;
}

.list-items_wrap .list-item .item_inner .item_block .block_img {
    float: left;
    width: 150px;
    margin: 0 25px 0 0;
    position: relative;
    z-index: 5;
}

.list-items_wrap .list-item .item_inner .item_block .block_img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.list-items_wrap .list-item .item_inner .item_block .block_inner {
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.list-items_wrap .list-item .item_inner .item_block .block_inner .block_title {
    position: relative;
}

.list-items_wrap .list-item .item_inner .item_block .block_inner .block_title a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin: 0 12px 0 0;
    font-size: 20px;
    line-height: 26px;
    color: #25237b;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-items_wrap .list-item .item_inner .item_block .block_inner .block_title .status {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 6px 0 0 0;
    bottom: 0;
    right: 0;
    line-height: 18px;
}

.list-items_wrap .list-item .item_inner .item_block .block_inner .block_title .status:before {
    margin: 6px 13px 0 0;
}

.list-items_wrap .list-item .item_inner .item_block .block_inner .block_title p {
    font-family: "Light";
    font-size: 14px;
    color: #a9a8c2;
    line-height: 22px;
}

.list-items_wrap .list-item .item_inner .item_block .block_inner .block_info {
    margin: 18px 0 0;
    font: 14px/20px "Light";
    color: #a9a8c2;
}

.list-items_wrap .list-item .item_inner .item_block .block_inner .block_info:after {
    content: "";
    clear: both;
    display: block;
}

.list-items_wrap .list-item .item_inner .item_block .block_inner .block_info p {
    color: #232176;
    font-family: "Futura";
}

.list-items_wrap .list-item .item_inner .item_block .block_inner .block_info ul {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.list-items_wrap .list-item .item_inner .item_block .block_inner .block_info ul li {
    float: left;
    width: 50%;
    padding: 0 10px 0 0;
}

.list-items_wrap .list-item .item_inner .item_block .block_inner .block_tags {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.list-items_wrap .list-item .item_inner .item_block .block_inner .block_tags li {
    float: left;
    margin: 10px 8px 0 0;
}

.list-items_wrap .list-item .item_inner .item_block .block_inner .block_tags li a {
    display: block;
    height: 28px;
    border: 1px solid #bdbcd6;
    font: 14px/24px "Medium";
    color: #232176;
    text-decoration: none;
    text-align: center;
    padding: 0 16px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
}

.list-items_wrap .list-item .item_inner .block_visual {
    width: 450px;
    padding: 58px 20px 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font: 20px/30px "Futura";
    color: #232176;
    margin: 0 0 25px auto;
    background: #f3f2fe;
    text-align: center;
}

.list-items_wrap .list-item .item_inner .block_visual.clr_2 {
    background: #f2fef2;
}

.list-items_wrap .list-item .item_inner .block_visual:last-of-type {
    margin-bottom: 0;
}

.list-items_wrap .list-item .item_inner .block_visual p {
    margin: 0 auto 38px;
    max-width: 300px;
}

.list-items_wrap .list-item .item_inner .block_visual a {
    font-size: 16px;
    color: #ff8326;
    text-decoration: underline;
}

.list-items_wrap .list-item .item_inner .block_visual a:hover {
    text-decoration: none;
}

.topic-offer_inner {
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    width: 100%;
    padding: 20px 10px;
    background: #e1f7d9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font: 22px/30px "Futura";
    text-align: center;
    color: #232176;
    text-decoration: none;
}

.topic-offer_inner span {
    margin: auto;
    display: block;
}

.topic-offer_inner .text-item_mid {
    padding: 10px 0;
    font-size: 80px;
    line-height: 80px;
    color: #2dd761;
    font-family: "Light";
}

.topic-offer_inner:hover {
    text-decoration: none;
}

.topic-offer_inner.offset {
    margin: 45px 0;
}

.list-inline .topic-offer_inner {
    padding: 0px 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.list-inline .topic-offer_inner .text-item_mid {
    padding: 0;
}

.list-brands {
    margin-left: 15px;
    position: relative;
}

.list-brands .item {
    display: table;
    float: left;
    width: 375px;
    height: 310px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    position: relative;
    margin: 0 25px 30px 25px;
}

.list-brands .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 200px;
}

.list-brands .item .cell {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    height: 310px;
    position: relative;
}

.list-brands .item.border {
    border: 1px solid #c9c9c9;
}

.list-brands .item.border .label {
    top: 19px;
    right: 19px;
}

.list-brands .item.border .cell {
    vertical-align: middle;
}

.list-brands .item .label {
    font-size: 12px;
    line-height: 12px;
    font-family: "medium";
    color: #25237b;
    text-decoration: none;
    border: 1px solid;
    padding: 4px 23px 5px 23px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.list-brands .item .label:hover,
.list-brands .item .label.red {
    border-color: #ff2e2e;
    background-color: #ff2e2e;
    color: #fff;
}

.list-brands .item b {
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-family: "medium";
    color: #25237b;
    padding-bottom: 21px;
}

.large .list-brands .item {
    width: 340px;
}

.how {
    clear: both;
    padding: 80px 0 50px 0;
}

.how .articles img {
    max-width: 360px;
    position: absolute;
    top: 0;
    right: 0;
}

.how .a-body h1 {
    font-size: 40px;
    line-height: 40px;
    color: #25237b;
    margin: 0 0 50px;
}
.how .a-body  h2 {
    font-size: 34px;
    line-height: 34px;
    color: #25237b;
    margin: 0 0 40px;
}
.how .a-body  h3 {
    font-size: 30px;
    line-height: 30px;
    color: #25237b;
    margin: 0 0 30px;
}
.how .a-body  h4 {
    font-size: 26px;
    line-height: 26px;
    color: #25237b;
    margin: 0 0 30px;
}
.how .a-body  h5 {
    font-size: 22px;
    line-height: 24px;
    color: #25237b;
    margin: 0 0 30px;
}
.how .a-body  h6 {
    font-size: 20px;
    line-height: 24px;
    color: #25237b;
    margin: 0 0 20px;
}

.how .a-body  b {
    color: #25237b;
    margin: 0 0 35px;
    font-family: "bold";
}

.how .a-body  p {
    margin: 0 0 30px;
}
.how .a-body nobr {
    white-space: normal;
}
.how .a-body blockquote {
    padding-left: 30px;
}
.how .a-body  table {
    margin: 0 0 30px;
}
.how .a-body ul {
    margin: 0 0 35px;
}
.how .js-accordion .a-body ul {
    width: auto;
}
.how .a-body ul li {
    width: 100%;
    float: none;
}
.how .how_text-wrap {
    overflow: hidden;
}
.how .js-accordion .a-body img {
    display: block;
    margin: 10px 0;
}

.article_block {
    color: #25237b;
    width: 100%;
    overflow: auto;
}
.article_block h1 {
    font-size: 40px;
    line-height: 40px;
    color: #25237b;
    margin: 0 0 50px;
}
.article_block h2 {
    font-size: 34px;
    line-height: 34px;
    color: #25237b;
    margin: 45px 0 30px;
}
.article_block h3 {
    font-size: 30px;
    line-height: 30px;
    color: #25237b;
    margin: 40px 0 25px;
}
.article_block h4 {
    font-size: 26px;
    line-height: 26px;
    color: #25237b;
    margin: 35px 0 25px;
}
.article_block h5 {
    font-size: 22px;
    line-height: 24px;
    color: #25237b;
    margin: 30px 0 25px;
}
.article_block h6 {
    font-size: 18px;
    line-height: 22px;
    color: #25237b;
    margin: 20px 0 15px;
}

.article_block b {
    display: inline;
    font-family: "bold";
}
.article_block i {
    font-style: italic;
}

.article_block a {
    color: #25237b;
    text-decoration: underline;
}
.article_block a:hover {
    text-decoration: none;
}

.article_block p {
    margin: 0 0 20px;
    font-size: 16px;
}

.article_block img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.article_block ul>li {
    line-height: 20px;
    padding-left: 30px;
    margin: 0 0 10px;
    position: relative;
}

.article_block ul>li:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #ff8326;
    position: absolute;
    top: 7px;
    left: 0;
}

.article_block h6 {
    margin: 15px 0 20px;
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: rgba(35, 33, 118, 0.5);
    font-family: "Futura";
}
.article_block h6 a {
    color: rgba(35, 33, 118, 0.5);
}
.article_block ul,
.article_block ol {
    color: #25237b;
    margin: 20px 0 35px;
    width: auto;
    padding: 0;
}
.article_block ol {
    padding: 0 0 0 22px;
    list-style: decimal;
}
.article_block ul li,
.article_block ol li {
    float: none;
    width: 100% !important;
}
.article_block ol li {
    padding-left: 10px;
}
.article_block .img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    max-width: 360px;
}

.article_block .img-absolute img {
    position: relative;
    max-width: 360px;
    right: -40px;
    display: block;
}

.article_block .img-absolute span {
    display: block;
    margin-left: 25px;
    font-size: 12px;
    line-height: 14px;
    color: rgba(35, 33, 118, 0.5);
}

.article_block iframe {
    display: block;
    margin: 20px 0;
    max-width: 100%;
    vertical-align: top;
}
.article_block nobr {
    white-space: normal;
}
.article_block blockquote {
    padding-left: 30px;
}

.article_block table {
    width: 100%;
    margin: 0 0 30px;
}
.article_block table td,
.article_block table th {
    padding: 6px 15px !important;
    border: 1px solid #dadada;
    vertical-align: top;
}
.article_block table th {
    border-bottom: 3px solid #dadada;
}
.article_block table.noborder td,
.article_block table.noborder th {
    border: none;
}
.article_block table.noborder td table td {
    border: 1px solid #dadada;
}

.article_block p,
.article_block h1,
.article_block h2,
.article_block h3,
.article_block h4,
.article_block h5,
.article_block h6,
.article_block li,
.article_block table {
    max-width: 800px;
}

.description_block .js-accordion .a-body {
    color: #25237b;
}
.description_block .js-accordion .a-body p {
    margin: 0 0 20px;
}
.description_block .js-accordion .a-body h1 {
    margin: 0 0 40px;
    font-size: 40px;
    line-height: 40px;
    font-family: "Futura";
}
.description_block .js-accordion .a-body h2 {
    margin: 35px 0;
    font-size: 34px;
    line-height: 34px;
    font-family: "Futura";
}
.description_block .js-accordion .a-body h3 {
    margin: 30px 0;
    font-size: 30px;
    line-height: 30px;
    font-family: "Futura";
}
.description_block .js-accordion .a-body h4 {
    margin: 25px 0;
    font-size: 26px;
    line-height: 26px;
    font-family: "Futura";
}
.description_block .js-accordion .a-body h5 {
    margin: 20px 0;
    font-size: 26px;
    line-height: 26px;
    font-family: "Futura";
}
.description_block .js-accordion .a-body h6 {
    margin: 15px 0 20px;
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: rgba(35, 33, 118, 0.5);
    font-family: "Futura";
}
.description_block .js-accordion .a-body ul {
    margin: 20px 0;
    width: auto;
}
.description_block .js-accordion .a-body ul li {
    float: none;
    width: 100% !important;
    margin: 0 0 10px;
}

.bottom {
    width: 100%;
    height: 810px;
    background-color: #fff;
    color: #171567;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bottom a {
    color: inherit;
}

.bottom .footer {
    position: relative;
}
.bottom .footer:after {
    content: "";
    display: block;
    background-color: #171567;
    opacity: 0.1;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.footer-menu {
    position: relative;
}

.footer-menu:after {
    display: block;
    content: "";
    clear: both;
}

.footer-menu b {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: "medium";
    margin-bottom: 35px;
}

.footer-menu ul {
    font-size: 14px;
    line-height: 20px;
}

.footer-menu ul li+li {
    margin-top: 10px;
}

.footer-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 310px;
    padding: 40px 40px 45px 0;
}

.footer-sidebar:before {
    display: block;
    content: "";
    width: 1000%;
    height: 100%;
    background-color: #f3f3f3;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-sidebar b,
.footer-sidebar ul {
    position: relative;
}

.footer-sidebar a {
    display: block;
    padding: 5px 0;
    font-size: 15px;
    font-family: "medium";
}

.footer-content {
    margin-left: 360px;
    padding-top: 40px;
    position: relative;
}

.footer-content:before {
    display: block;
    content: "";
    width: 171px;
    height: 27px;
    background: url("../images/logo-alt.png") right 3px no-repeat;
    position: absolute;
    top: 54px;
    right: -8px;
}

.footer-catalog {
    display: table;
    width: 100%;
    padding-bottom: 40px;
}

.footer-catalog>ul {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}

.footer-catalog>ul {
    width: 33%;
}

.footer-catalog>ul:last-child {
    padding-right: 0;
}

.footer-catalog>ul li+li {
    margin-top: 0;
}

.footer-catalog a {
    display: block;
    padding: 5px 0;
    font-size: 12px;
}

.footer-contacts {
    position: relative;
    padding-top: 35px;
    padding-bottom: 32px;
}

.footer-contacts:before {
    display: block;
    content: "";
    background-color: #171567;
    opacity: 0.1;
    width: 1000%;
    height: 1px;
    position: absolute;
    top: 0;
    left: -50px;
}

.footer-content .cat {
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    font-family: "medium";
    margin-bottom: 30px;
}

.footer-content .cat li {
    float: left;
}
.footer-content .cat li+li {
    margin: 0 0 0 30px;
}

.footer-content .cat li a {
    display: block;
    position: relative;
    padding-right: 37px;
}

.footer-content .cat .label {
    display: inline-block;
    width: 28px;
    height: 28px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: -14px;
    margin: 0;
}

.footer-content .cat .label.orange {
    background-color: #fd9100;
}

.footer-content .cat .label.red {
    background-color: #dc3652;
}

.footer-content .cat .label.green {
    background-color: #ff8326;
}

.footer-contacts {
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.footer-contacts .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    color: #232176;
}

.footer-contacts .content {
    margin-left: 80px;
}

.footer-contacts .content b {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.1);
    margin-bottom: 32px;
}

.footer-contacts .content div {
    display: block;
    font-size: 20px;
    line-height: 35px;
    font-family: "medium";
}

.footer-contacts .content span {
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #232176;
}

.footer-contacts .content p {
    font-size: 12px;
    line-height: 25px;
    color: #232176;
    opacity: 0.5;
    padding: 10px 0 10px 0;
}

.footer-column .clear {
    display: block;
    clear: both;
}

.footer-column .social {
    height: 24px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    right: 0;
}

.footer-column .social>li {
    float: left;
}

.footer-column .social>li+li {
    margin: 0 0 0 12px;
}

.footer-column .social a {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
}

.footer-column .social a.fb {
    background: url("../images/icons/fb-ico.svg") no-repeat;
}

.footer-column .social a.vk {
    background: url("../images/icons/vk-ico.svg") no-repeat;
}

.footer-column .social a.in {
    background: url("../images/icons/inst-ico.svg") no-repeat;
}

.footer-column {
    padding-top: 35px;
    position: relative;
}

.footer-column:before,
.footer-column:after {
    display: block;
    content: "";
    background-color: #171567;
    opacity: 0.1;
    width: 1000%;
    height: 1px;
    position: absolute;
    top: 0;
}

.footer-column:before {
    left: -50%;
}

.footer-column:after {
    right: -50%;
}

.footer-column .menu {
    float: left;
}

.footer-column .menu b {
    display: block;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 700;
}

.footer-column .menu>ul {
    font-size: 14px;
    line-height: 20px;
    color: #232176;
}

.footer-column .menu ul li a {
    opacity: 0.5;
}

.footer-column .menu>ul>li {
    margin-bottom: 10px;
}

.footer-column .menu.menu-1>ul>li {
    float: left;
    width: 50%;
}

.footer-column .menu.menu-3 {
    padding-top: 2px;
    margin-left: 130px;
}

.footer-column .menu.menu-3>ul>li {
    font-size: 12px;
    line-height: 16px;
}

.footer-column .menu.menu-3>ul>li+li {
    margin-top: 10px;
}

.footer-column .menu.menu-3 a {
    font-size: 12px;
    line-height: 30px;
    color: #232176;
    opacity: 0.5;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

.footer-column .menu.menu-3 a:hover {
    border-bottom: 1px solid;
    text-decoration: none;
}

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

.footer-column .menu.menu-3 a:hover {
    text-decoration: none;
}


.footer-column .copyright {
    float: right;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    margin-top: 86px;
    color: #232176;
    font-family: "medium";
}

.footer-column .copyright b {
    display: block;
    font-size: 14px;
    opacity: 0.5;
}

.articles.silver {
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 10px;
}

.articles h1 {
    font-size: 30px;
    line-height: 30px;
    font-family: "medium";
    color: #25237b;
    margin: 0 0 26px;
}

.articles h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: "medium";
    color: #25237b;
    margin: 0 0 30px;
}

.articles ul {
    margin: 0 0 35px;
}

.articles p {
    margin: 0 0 20px;
}

.articles p span {
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 16px;
}

.articles p.text-14 {
    font-size: 14px;
    line-height: 40px;
}

.articles p.text-14 b {
    font-family: "bold";
}

.articles p.text-20 {
    font-size: 20px;
    line-height: 40px;
    font-family: "medium";
}

.articles img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.articles b {
    display: inline;
    font-family: "bold";
}

.articles ul {
    color: #000000;
    font-weight: 300;
    /*max-width: 340px;*/
}

.articles ul>li {
    line-height: 20px;
    padding-left: 30px;
    margin: 0 0 10px;
    position: relative;
}

.articles ul>li:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #000000;
    position: absolute;
    top: 7px;
    left: 0;
}
.articles iframe {
    margin: 20px 0;
    max-width: 100%;
    vertical-align: top;
}

.topic {
    padding: 0 0 50px;
    margin: 0 0 50px;
    position: relative;
}

.topic .relative {
    position: relative;
}

.topic:after {
    display: table;
    content: "";
    width: 100%;
}

.topic .container.first {
    position: relative;
}

.topic .container.first:after {
    display: block;
    content: "";
    clear: both;
}

.topic .container.first .art-left {
    padding-top: 140px;
}

.topic .container.first .img-right {
    padding-top: 40px;
}

.topic .container.two {
    position: relative;
}

.topic .container.two:after {
    display: block;
    content: "";
    clear: both;
}

.topic .container.two .art-left {
    padding-top: 40px;
    padding-right: 320px;
}

.topic .container.two .img-right {
    padding-top: 50px;
}

.topic .container .share-right {
    float: right;
    width: 354px;
    border: 1px solid #c9c9da;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 26px;
    position: relative;
    z-index: 10;
}

.topic .container .share-right b {
    display: inline-block;
    background-color: #f3f3f3;
    padding: 0 15px;
    font-size: 18px;
    line-height: 24px;
    font-family: "medium";
    color: #25237b;
    margin-left: 45px;
    position: relative;
    top: -14px;
}

.topic .container .share-right ul {
    padding: 0 0 18px 45px !important;
}

.topic .container .share-right ul li {
    width: 100px;
    height: auto;
    padding: 18px 0 !important;
}

.topic .container .share-right ul li+li {
    margin-left: 0 !important;
}

.topic .container .share-right ul span {
    color: rgba(35, 33, 118, 0.7);
    text-align: left;
}

.topic .img-right {
    float: right;
    text-align: right;
    margin: 0 -50px 40px 40px;
    position: relative;
    z-index: 1;
}

.topic .img-right .link,
.topic .img-right>span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: rgba(35, 33, 118, 0.5);
    padding-top: 30px;
    margin-right: 50px;
}

.topic .img-right .link a,
.topic .img-right>span a {
    color: inherit;
    text-decoration: underline;
}

.topic .img-right .news-right {
    padding-top: 150px;
}

.topic .img-right .news-right a {
    display: block;
    color: #fff;
    width: 300px;
    text-decoration: none;
    text-align: left;
}

.topic .img-right .news-right .news-photo {
    display: block;
    position: relative;
}

.topic .img-right .news-right .news-photo img {
    display: block;
}

.topic .img-right .news-right .news-photo b {
    width: 100%;
    font-family: "Futura";
    font-size: 46px;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 0 30px;
}

.topic .img-right .news-right .news-photo em {
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    padding: 0 30px;
}

.topic .img-right .news-right .news-content {
    display: block;
    background-color: #ff8326;
    padding: 0 0 20px;
}

.topic .img-right .news-right .news-content b {
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 25px;
    padding: 20px 30px;
}

.topic .img-right .news-right .news-content em {
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    padding: 20px 30px 0 30px;
}

.art-col2 {
    max-width: 1200px;
    margin: 0 auto 100px;
}

.art-col2 .container {
    display: table;
    width: 100%;
    padding: 0;
}

.art-col2 .cell {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.art-col2 .cell.last {
    width: 1000px;
    background-color: #25237b;
    padding: 60px 100px 30px 100px;
}

.art-col2 .cell .image-block {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 75px;
    background-position: top center;
    background-repeat: no-repeat;
}

.art-col2 b {
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    padding-bottom: 20px;
}

.art-col2 p {
    margin: 0 0 30px;
}

.art-left {
    padding-right: 460px;
    position: relative;
}

.art-left:after {
    display: table;
    width: 100%;
    content: "";
}

.art-news {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.art-news .alignright {
    position: absolute;
    top: 0;
    right: 70px;
    z-index: 1;
}

.art-news h2 {
    max-width: 1200px;
    padding: 0 460px 30px 40px;
    margin: 0 auto;
}

.art-news .container {
    background-color: #fff;
    min-height: 485px;
    padding-right: 460px;
    padding-top: 30px;
    padding-bottom: 10px;
    position: relative;
}

.art-news .container:before {
    display: block;
    content: "";
    width: 1000%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -50%;
}

.direction {
    overflow: hidden;
    padding-bottom: 440px;
    position: relative;
    background-size: cover;
    background-position: bottom center;
}

.direction .direction-content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 40px;
}
.direction .direction-content:after {
    content: "";
    display: block;
    clear: both;
}

.direction .item1 {
    float: left;
    width: 50%;
    position: relative;
    padding-bottom: 60px;
}

.direction .item1 .more a.view:before {
    background-position: -52px -316px;
}


.direction .item1 .title {
    position: relative;
    bottom: 0;
    margin: 25px 0 0;
    color: #232176;
}
.direction .item1 .title a {
    font-size: 30px;
    line-height: 40px;
    color: #232176;
}
.direction .item1 .title span {
    color: #232176 !important;
    opacity: 0.5;
}
.direction_home .item1  .home-news-tags a {
    color: #232176;
    opacity: 0.5;
}
.direction .item1 .more {
    color: rgba(35, 33, 118, 0.5);
}

.direction .item2 {
    position: relative;
}

.direction .item3 {
    position: relative;
    z-index: 1;
}

.direction .item2 .item-img,
.direction .item3 .item-img,
.direction .item4 .item-img {
    position: relative;
    overflow: hidden;
    max-height: 230px;
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.direction .item4 .item-img { 
    max-height: 270px;
}

.direction .item2 .item-img img,
.direction .item3 .item-img img,
.direction .item4 .item-img img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.direction .item2 .item-cont,
.direction .item3 .item-cont,
.direction .item4 .item-cont {
    position: relative;
    padding: 20px 25px 60px 20px;
    min-height: 160px;
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.direction .item2 .item-cont {
    background: #ff8326;
}
.direction .item3 .item-cont {
    background: #232176;
}
.direction .item4 .item-cont {
    background: #000000;
}

.direction .item2 .item-cont .home-news-tags,
.direction .item3 .item-cont .home-news-tags,
.direction .item4 .item-cont .home-news-tags {
    position: absolute;
    left: 20px;
    bottom: 25px;
    margin: 15px 0 0;
}
.direction .item2 .item-cont .home-news-tags a,
.direction .item3 .item-cont .home-news-tags a,
.direction .item4 .item-cont .home-news-tags a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    font-family: "medium";
}

.direction .item1 .item-cont .more {
    line-height: 20px;
}
.direction .item2 .item-cont .more,
.direction .item3 .item-cont .more,
.direction .item4 .item-cont .more {
    bottom: 25px;
    line-height: 20px;
    right: 0;
    left: auto;
}

.direction .item1 .item-cont .more a:before,
.direction .item2 .item-cont .more a:before,
.direction .item3 .item-cont .more a:before,
.direction .item4 .item-cont .more a:before {
    top: 6px;
}

.direction .item4 {
    position: relative;
    z-index: 1;
}

.direction .item5 {
    -moz-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.21);
    box-shadow: 0 5px 21px rgba(0, 0, 0, 0.21);
    position: relative;
    padding: 55px 30px 50px;
    background: #ffffff;
    font-size: 16px;
    line-height: 25px;
    color: #232176;
    text-align: center;
}

.direction .item5 .label {
    height: 26px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 1px 12px;
    background-color: rgba(255, 5, 5, 0.8);
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}
.direction .item5 .label:hover {
    background-color: rgba(255, 5, 5, 0.4);
    text-decoration: none;
}

.direction .item5 .item-text {
    display: block;
    margin: 35px 0 0;
}

.direction .item5 img {
    width: auto;
    max-width: 100%;
    max-height: 220px;
}

.direction .item5 a {
    display: block;
    color: #232176;
    text-decoration: none;
    font-size: 16px;
    line-height: 25px;
}

.direction .item5 a:hover {
    text-decoration: underline;
}

.direction .item5 a.btn {
    width: auto;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    margin: 45px auto 0;
    padding: 0 48px;
    position: relative;
    border: 2px solid #ff8326;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #ff8326;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
}

.direction .item5 a.btn:hover {
    background-color: #ff8326;
    color: #fff;
}

.direction .cell {
    float: left;
    width: 25%;
}

.direction img {
    width: 100%;
}

.direction .title {
    height: auto;
    overflow: hidden;
} 

.direction .item1 .title {
    padding: 0 30px 0 0;
}

.direction .title span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
    margin: 0 0 10px;
}

.direction .title a {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
}

.direction .title a:hover {
    text-decoration: underline;
}


.direction_home .home-news-tags {
    left: 20px;
    bottom: 25px;
    text-transform: uppercase;
    font-family: "medium";
}

.direction_home .item1 .home-news-tags {
    left: 0;
}


.direction .category {
    font-size: 10px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    left: 40px;
    bottom: 18px;
}

.direction .more {
    position: absolute;
    bottom: 25px;
    left: 180px;
    font-size: 10px;
    padding-top: 0px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.direction .more a {
    float: left;
    display: block;
    color: inherit;
    text-decoration: none;
    margin-right: 25px;
}

.direction .more a:before {
    float: left;
    display: block;
    content: "";
    background: url("../images/icons.png") no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    position: relative;
    top: 1px;
    margin-right: 10px;
}

.direction .more a.view:before {
    width: 15px;
    height: 9px;
    background-position: 0 -185px;
}

.direction .more a.comment:before {
    width: 12px;
    height: 10px;
    background-position: -15px -185px;
}

.direction .end {
    width: 100%;
    position: absolute;
    bottom: 90px;
    left: 0;
    font-size: 16px;
    line-height: 30px;
    color: #999;
}

.direction .end .container {
    position: relative;
}

.direction .end h2 {
    font-size: 50px;
    line-height: 50px;
    color: #25237b;
    padding: 0 0 13px;
}

.direction .end .toggle {
    display: block;
    text-indent: -9999px;
    width: 22px;
    height: 13px;
    background: url("../images/icons.png") -27px -185px no-repeat;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -11px;
}

.direction .end .call {
    display: block;
    position: absolute;
    width: 54px;
    height: 54px;
    background-color: #fff;
    text-align: center;
    padding-top: 14px;
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    top: 12px;
    right: 46px;
    margin-left: -11px;
}

.direction .end .call:before {
    display: block;
    content: "";
    width: 18px;
    height: 26px;
    background: url("../images/icons.png") 0 -198px no-repeat;
    margin: 0 auto;
}

.direction .end .call:hover {
    background-color: #ff8326;
}

.direction .end .call:hover:before {
    background-position: -18px -198px;
}

.direction.direction_home {
    padding-bottom: 130px;
    position: relative;
}

.direction.direction_home .all {
    width: auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 40px;
    line-height: 50px;
    padding: 0 20px 0 40px;
    color: #25237b;
}

.direction.direction_home .all a {
    color: inherit;
    text-decoration: none;
}
.direction.direction_home .all a:hover {
    text-decoration: underline;
}

.direction.direction_home .all-title {
    width: auto;
    font-size: 40px;
    line-height: 50px;
    padding: 50px 0 50px;
    color: #25237b;
}

.direction.direction_home .all-title a {
    color: inherit;
    text-decoration: none;
}
.direction.direction_home .all-title a:hover {
    text-decoration: underline;
}

.company {
    background-color: #25237b;
    margin-bottom: 30px;
    overflow: hidden;
}

.company .container {
    height: 310px;
    position: relative;
}

.company .container:before {
    content: "";
    position: absolute;
    height: 310px;
    background: -moz-linear-gradient(left, rgba(59, 56, 165, 0) 0%, rgba(59, 56, 165, 0.95) 60%, #3b38a5 100%);
    background: -webkit-linear-gradient(left, rgba(59, 56, 165, 0) 0%, rgba(59, 56, 165, 0.95) 60%, #3b38a5 100%);
    background: linear-gradient(to right, rgba(59, 56, 165, 0) 0%, rgba(59, 56, 165, 0.95) 60%, #3b38a5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3b38a5', endColorstr='#3b38a5', GradientType=0);
    width: 300px;
    left: auto;
    right: 0px;
    pointer-events: none;
    z-index: 9;
}

.company .container:after {
    display: block;
    content: "";
    width: 1000%;
    height: 310px;
    background-color: #3b38a5;
    position: absolute;
    left: 100%;
    top: 0;
}
.company .list-company .slick-slide img {
    height: 75px;
}

.company h3 {
    float: left;
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    position: relative;
    margin-top: 132px;
}

.company .list-company {
    margin-left: 260px;
    overflow: hidden;
}

.company .list-company ul {
    margin-top: 104px;
}

.company .list-company li {
    height: 110px;
    padding: 0 30px;
    text-align: center;
}

.company .list-company li div {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.company .list-company li div span {
    display: table-cell;
    vertical-align: middle;
}

.company .list-company li img {
    margin: 0 auto;
    max-width: 100%;
}

.company .list-company .slick-slider {
    padding-left: 10px;
}

.company .list-company .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0px;
    text-indent: -9999px;
    font-size: 0px;
    line-height: 0px;
    width: 31px;
    height: 47px;
    margin-top: -23.5px;
    padding: 0px;
    border: none;
    opacity: 0.3;
    background: url("../images/slider_arrows.png") 0 0 no-repeat;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.company .list-company .slick-arrow.slick-prev {
    display: none !important;
}

.company .list-company .slick-arrow.slick-next {
    right: 0px;
    left: auto;
    background-position: -36px 0;
}

.company .list-company .slick-slider:hover .slick-arrow {
    opacity: 0.6;
}

.company .list-company .slick-slider .slick-arrow:hover {
    opacity: 1;
}

.company p {
    position: relative;
    text-align: right;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    z-index: 1;
}

.company p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.company p a:hover {
    border-color: transparent;
}

.company p span {
    color: #ff8326;
}

.company.company_home {
    margin-bottom: 0;
    background-color: #d9d9d9;
}

/*18.04.2017*/
.company.company_home_blue {
    margin-bottom: 0;
    background-color: #232176; /*#25237b*/
}
/*** ***/

.company.company_home h3 {
    color: #25237b;
}

/*18.04.2017*/
.company.company_home_blue h3 {
    color: #ffffff;
}
/*** ***/

.company.company_home p {
    color: #25237b;
}

.company.company_home p a {
    border-color: rgba(35, 33, 118, 0.7);
}

.company.company_home p a:hover {
    border-color: transparent;
}

.company.company_home .container:before {
    display: none;
}

.company.company_home .container:after {
    background: -moz-linear-gradient(left, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.5) 20%, #d9d9d9 100%);
    background: -webkit-linear-gradient(left, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.5) 20%, #d9d9d9 100%);
    background: linear-gradient(to right, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.5) 20%, #d9d9d9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00d9d9d9', endColorstr='#d9d9d9', GradientType=0);
    width: 300px;
    left: auto;
    right: 50px;
    pointer-events: none;
    z-index: 9;
}

.news {
    padding: 34px 0 50px 0;
}

.news h3 {
    font-size: 40px;
    line-height: 40px;
    color: #25237b;
}

.news .category {
    float: right;
    margin: 20px 0 20px 20px;
}

.news .category>li {
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-family: "bold";
    color: #25237b;
}

.news .category>li+li {
    margin-left: 30px;
}

.news .category>li a {
    color: inherit;
    border-bottom: 1px dashed;
}

.news .category>li a:hover {
    color: #2dd761;
    text-decoration: none;
    border-color: transparent;
}
.news .category>li a.active {
    border-color: transparent;
}

.news .more {
    clear: both;
    padding-top: 50px;
    text-align: center;
	width:100%;
}

.direction-list .direction-long {
    position: relative;
}

.direction-list .direction-long:after {
    display: block;
    content: "";
    clear: both;
}

.direction-list .direction-long .grid-2 {
    position: relative;
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 26px;
}

.direction-list .direction-long .grid-2:after {
    display: block;
    content: "";
    clear: both;
}

.direction-list .direction-long .grid-2 a {
    float: none;
    width: 50%;
    display: block;
    position: relative;
    min-height: 300px;
    overflow: hidden;
    margin: 0 8px;
    padding-top: 300px;
    padding-bottom: 0;
    color: rgba(35,33,118,0.5);
}
.direction-list .direction-long .grid-2 a:hover {
    text-decoration: underline;
}

.direction-list .direction-long .grid-2 a b {
    display: block;
    font-size: 30px;
    line-height: 40px;
    left: 0;
    padding: 0;
    margin-top: 19px;
    color: #232176;
    z-index: 10;
    margin: 19px 0 0;
}

.direction-list .direction-long .grid-2 a span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: rgba(35,33,118,0.5);
    z-index: 10;
    padding: 0;
    margin: 3px 0 0;
}

.direction-list .direction-long .grid-2 a .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.direction-list .direction-long .grid-4 {
    position: relative;
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 0 35px;
}

.direction-list .direction-long .grid-4:after {
    display: block;
    content: "";
    clear: both;
}

.direction-list .direction-long .grid-4 a {
    float: none;
    width: 25%;
    display: block;
    position: relative;
    min-height: 250px;
    overflow: hidden;
    margin: 0 8px;
    padding-top: 250px;
    padding-bottom: 0;
    color: rgba(35,33,118,0.5);
}
.direction-list .direction-long .grid-4 a:hover {
    text-decoration: underline;
}

.direction-list .direction-long .grid-4 a b {
    display: block;
    font-size: 20px;
    line-height: 30px;
    left: 0;
    padding: 0;
    color: #232176;
    z-index: 10;
    margin: 28px 0 0;
}

.direction-list .direction-long .grid-4 a span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: rgba(35,33,118,0.5);
    z-index: 10;
    padding: 0;
    margin: 5px 0 0;
}

.direction-list .direction-long .grid-4 a .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.direction-list .direction-long a {
    display: block;
    float: left;
    color: #25237b;
    text-decoration: none;
    position: relative;
}

.direction-list .direction-long a img {
    width: 100%;
    position: relative;
}

.direction-list .container {
    height: 500px;
    overflow: hidden;
}

.direction-list .container h3 {
    font-size: 40px;
    line-height: 40px;
    color: #25237b;
    padding: 0 0 21px;
}

.direction-list .container p {
    font-size: 16px;
    line-height: 30px;
    color: #999;
}

.direction-list .container .left {
    float: left;
    width: 400px;
    margin-top: 68px;
}

.direction-list .container .right {
    float: right;
    width: 600px;
    height: 500px;
    position: relative;
    right: -50px;
}

.direction-list .container li {
    display: block;
    width: 571px;
    height: 500px;
    position: relative;
}

.direction-list .container li .block {
    display: block;
}

.direction-list .container li .block:hover+.label {
    color: #fff;
    background-color: #25237b;
}

.direction-list .container li img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.direction-list .container li .block-img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    text-align: center;
    background: #e5f8ff;
    background: -moz-linear-gradient(left, #e5f8ff 0%, #f4fcff 100%);
    background: -webkit-linear-gradient(left, #e5f8ff 0%,#f4fcff 100%);
    background: linear-gradient(to right, #e5f8ff 0%,#f4fcff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f8ff', endColorstr='#f4fcff',GradientType=1 );
}
.direction-list .container li .block-img img {
    max-width: 70%;
    max-height: 70%;
    width: auto;
    height: auto;
    position: relative;
    top: 9%;
}

.direction-list .container .label {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    height: 32px;
    font-size: 16px;
    font-family: "medium";
    color: #25237b;
    border: 1px solid;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 2px 20px 0 20px;
    text-decoration: none;
    z-index: 1;
}

.direction-list .container .label:hover {
    color: #fff;
    background-color: #25237b;
}

.direction-list .container .title {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-family: "medium";
    color: #25237b;
    position: absolute;
    bottom: 43px;
    left: 50px;
}

.direction-list .container .title span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: "Futura";
    padding-top: 4px;
}

.direction-list .container .btn {
    display: block;
    position: absolute;
    right: 40px;
    bottom: 39px;
    background-color: #ff8326;
    width: 180px;
    font-size: 16px;
    font-family: "medium";
    color: #fff;
    height: 50px;
    padding-top: 12px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.direction-list .container .btn:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.direction-list .container .bx-wrapper {
    position: relative;
}

.direction-list .container .bx-controls-direction a {
    display: block;
    padding: 40px;
    position: absolute;
    top: 50%;
    margin-top: -41px;
}

.direction-list .container .bx-controls-direction a i {
    display: none;
}

.direction-list .container .bx-controls-direction a:before {
    display: block;
    content: "";
    width: 13px;
    height: 22px;
    background: url("../images/icons.png") no-repeat;
}

.direction-list .container .bx-controls-direction a.bx-prev {
    left: 0;
}

.direction-list .container .bx-controls-direction a.bx-prev:before {
    background-position: -69px -225px;
}

.direction-list .container .bx-controls-direction a.bx-next {
    right: 0;
}

.direction-list .container .bx-controls-direction a.bx-next:before {
    background-position: -82px -225px;
}

.direction-list .container .bx-controls-direction a.disabled {
    display: none;
}

.direction-list .container .bx-controls-direction a:hover.bx-prev:before {
    background-position: -69px -73px;
}

.direction-list .container .bx-controls-direction a:hover.bx-next:before {
    background-position: -82px -73px;
}

.direction-list .direction-banner {
    clear: both;
    overflow: hidden;
    height: 440px;
}

.direction-list .direction-banner a {
    display: block;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.direction-list .direction-banner a:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 200px;
    z-index: 5;
}

.direction-list .direction-banner .left {
    float: left;
    width: 62%;
    height: 100%;
}

.direction-list .direction-banner .left a {
    position: relative;
    padding-top: 40px;
    background: #232176;
}

.direction-list .direction-banner .left a:after {
    background: -moz-linear-gradient(top, rgba(35, 33, 118, 0) 0%, rgba(35, 33, 118, 0.7) 40%, #232176 90%);
    background: -webkit-linear-gradient(top, rgba(35, 33, 118, 0) 0%, rgba(35, 33, 118, 0.7) 40%, #232176 90%);
    background: linear-gradient(to bottom, rgba(35, 33, 118, 0) 0%, rgba(35, 33, 118, 0.7) 40%, #232176 90%);
}

.direction-list .direction-banner .right {
    float: left;
    width: 38%;
    height: 100%;
}

.direction-list .direction-banner .right a {
    position: relative;
    padding-top: 80px;
    background: #4b48bf;
}

.direction-list .direction-banner .right a:after {
    background: -moz-linear-gradient(top, rgba(75, 72, 191, 0) 0%, rgba(75, 72, 191, 0.7) 40%, #4b48bf 90%);
    background: -webkit-linear-gradient(top, rgba(75, 72, 191, 0) 0%, rgba(75, 72, 191, 0.7) 40%, #4b48bf 90%);
    background: linear-gradient(to bottom, rgba(75, 72, 191, 0) 0%, rgba(75, 72, 191, 0.7) 40%, #4b48bf 90%);
}

.direction-list .direction-banner img {
    vertical-align: middle;
}

.direction-list .direction-banner .title {
    font-size: 36px;
    line-height: 40px;
    font-family: "medium";
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 33px;
    left: 40px;
    z-index: 10;
}

.direction-list .direction-banner .title span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-family: "Futura";
    padding-top: 6px;
}

.direction-list .direction-banner .label {
    display: block;
    font-size: 36px;
    line-height: 40px;
    font-family: "medium";
    color: #2dd761;
    text-align: left;
    position: absolute;
    right: 40px;
    bottom: 36px;
    z-index: 10;
}

.direction-list {
    position: relative;
}
.direction-list .direction-list_nav {
    width: auto;
    max-width: 1200px;
    margin: 50px auto 40px;
    padding: 0 40px;
}
.direction-list .direction-list_nav:after {
    content: "";
    clear: both;
    display: block;
}
.direction-list .direction-list_cont {
    width: auto;
    max-width: 1200px;
    margin: 0 auto 0px;
}
.direction-list .direction-list_block {
    display: none;
}
.direction-list_nav .nav-item {
    display: block;
    height: 36px;
    float: left;
    margin-top: 7px;
    margin-right: 100px;
    border-bottom: 1px dashed transparent;
    font-size: 25px;
    line-height: 40px;
    color: #25237b;
    text-decoration: none;
}
.direction-list_nav .nav-item:hover {
    border-bottom-style: dashed;
    border-color: #25237b;
    text-decoration: none;
}
.direction-list_nav .nav-item.active {
    height: 50px;
    font-size: 50px;
    margin-top: 0px;
}
.direction-list_nav .nav-item.active:hover {
    border-color: transparent;
}
.direction-list_nav .nav-item:last-of-type {
    margin-right: 0;
}
.direction-list_cont .cont-text {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 0 50px;
    font-size: 20px;
    line-height: 30px;
    color: rgba(35,33,118,0.5);
}
.direction-list_cont .direction-list_route {
    background: #fff;
    margin: 0;
    padding: 0;
}
.direction-list_cont .direction-list_route .list {
    padding-top: 0;
}

/*.direction-list_cont .direction-list_route .list>li a,
.direction-list_cont .direction-list_route .list>li.long a {
    color: #25237b;
}
.direction-list_cont .direction-list_route .list>li b,
.direction-list_cont .direction-list_route .list>li.long b {
    color: #25237b;   
}
.direction-list_cont .direction-list_route .list>li i,
.direction-list_cont .direction-list_route .list>li.long i {
    color: rgba(35, 33, 118, 0.5);
}
.direction-list_cont .direction-list_route .list>li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 264px;
    background: url(../images/direction-shadow.png) 0 0 repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.direction-list_cont .direction-list_route .list>li a:hover {
    text-decoration: none;
}
.direction-list_cont .direction-list_route .list>li a:hover:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(91, 228, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.direction-list_cont .direction-list_route .list>li a:hover b,
.direction-list_cont .direction-list_route .list>li.long a:hover b {
    color: #fff;
    text-decoration: none;
}*/

@media screen and (min-width: 1600px) {
    .direction-list .direction-list_nav {
        width: 1600px;
        max-width: 1600px;
    }
    .direction-list .direction-list_cont {
        width: 1600px;
        max-width: 1600px;
    }
    .direction-list_cont .cont-text {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 60px;
    }
}


.block-compare h1 {
    font-size: 25px;
    line-height: 40px;
    font-family: "medium";
    color: #25237b;
    margin-bottom: 40px;
}

.block-compare .cost {
    float: right;
    font-size: 16px;
    font-family: "medium";
    color: rgba(35, 33, 118, 0.5);
    margin: 12px -30px 20px 40px;
}

.block-compare .cost span {
    margin-left: 10px;
    color: #25237b;
}

.block-compare .cost span b {
    font-size: 20px;
}

.block-compare .options {
    position: absolute;
    top: 200px;
    left: 60px;
    z-index: 10;
}

.block-compare .options b {
    display: block;
    color: #25237b;
}

.block-compare .options ul>li {
    margin-top: 6px;
    color: rgba(35, 33, 118, 0.5);
}

.block-compare .options ul>li a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.block-compare .options ul>li a:hover {
    border-color: transparent;
}

.block-compare .content {
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 40px 60px 66px 60px;
    position: relative;
}

.block-compare .content:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e9e8f1;
    position: absolute;
    top: 345px;
    left: 0;
}

.block-compare .prev,
.block-compare .next {
    display: block;
    width: 13px;
    height: 22px;
    background: url("../images/icons.png") no-repeat;
    position: absolute;
    top: 180px;
    cursor: pointer;
}

.block-compare .next {
    left: 30px;
    background-position: -69px 0;
}

.block-compare .next:hover {
    background-position: -69px -73px;
}

.block-compare .prev {
    right: 30px;
    background-position: -82px 0;
}

.block-compare .prev:hover {
    background-position: -82px -73px;
}

.block-compare .compare-list {
    overflow: hidden;
    position: relative;
    padding-left: 200px;
}

.block-compare .compare-list .compare-options {
    width: 200px;
    background-color: #fff;
    padding-top: 296px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-family: "Light";
    font-size: 14px;
    line-height: 18px;
    padding-right: 30px;
    color: #a9a8c2;
}

.block-compare .compare-list .compare-options:before {
    display: block;
    content: "";
    background-color: #e9e8f1;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 225px;
    left: 0;
}

.block-compare .compare-list .compare-options>li {
    display: block;
}

.block-compare .compare-list .compare_view {
    position: absolute;
    left: 0px;
    top: 95px;
    z-index: 100;
}

.block-compare .compare-list .compare_view li {
    font: 16px/30px "Light";
    color: #a9a8c2;
    cursor: pointer;
}

.block-compare .compare-list .compare_view li span {
    border-bottom: 1px dashed #a9a8c2;
    cursor: pointer;
}

.block-compare .compare-list .compare_view li:hover span {
    border-bottom-color: transparent;
}

.block-compare .compare-list .compare_view li.active {
    color: #232176;
}

.block-compare .compare-list .compare_view li.active span {
    border-bottom-color: transparent;
}

.block-compare .compare-list table {
    font-size: 16px;
    line-height: 20px;
    color: #25237b;
    position: relative;
    left: 0;
}

.block-compare .compare-list table div {
    width: 200px;
    height: 200px;
    line-height: 196px;
    margin-bottom: 36px;
}

.block-compare .compare-list table div img {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    max-height: 200px;
}

.block-compare .compare-list table th {
    font-family: "bold";
    text-align: left;
    padding-right: 20px;
    padding-bottom: 30px;
    color: #25237b;
}

.block-compare .compare-list table th a {
    color: inherit;
}

.block-compare .compare-list table td {
    width: 180px;
    padding: 0 20px 30px 0;
}

.block-compare .compare-list table .delete {
    text-align: right;
}

.block-compare .compare-list table .delete td {
    padding-top: 0;
    padding-bottom: 40px;
}

.block-compare .compare-list table .delete a {
    font-size: 11px;
    line-height: 14px;
    color: rgba(255, 46, 46, 0.5);
    text-decoration: none;
    position: relative;
}

.block-compare .compare-list table .delete a span {
    display: none;
}

.block-compare .compare-list table .delete a:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    background: url("../images/icons.png") 0 -224px no-repeat;
    top: 2px;
    position: relative;
    margin-left: 8px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

.block-compare .compare-list table .delete a:hover:after {
    background-position: -10px -224px;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.block-compare .compare-list table .delete a:hover span {
    display: inline-block;
}

.block-compare .compare-list table .title td {
    padding: 0;
}

.block-compare .compare-list table .compare_value.small {
    font-size: 14px;
}

.block-compare a.back {
    font-size: 14px;
    text-decoration: none;
    padding: 2px 23px 5px 15px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    bottom: -65px;
    left: 60px;
}

.block-compare a.back:before {
    display: block;
    content: "";
    float: left;
    width: 6px;
    height: 9px;
    background: url("../images/icons.png") -20px -224px no-repeat;
    margin-top: 9px;
    margin-right: 17px;
    position: relative;
}

.cat-home {
    max-width: 1600px;
    margin: 0 auto;
}

.cat-home .cat-list {
    position: relative;
}

.cat-home .cat-list:after {
    display: table;
    width: 100%;
    content: "";
}

.cat-home .cat-list>li {
    float: left;
    width: 25%;
}

.cat-home .cat-list>li a {
    display: block;
    color: #fff;
    position: relative;
    text-decoration: none;
}

.cat-home .cat-list>li a:hover b {
    z-index: 12;
}

.cat-home .cat-list>li a:hover img {
    transform: scale(1.05);
    -moz-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.21);
    box-shadow: 0 5px 21px rgba(0, 0, 0, 0.21);
    z-index: 10;
}

.cat-home .cat-list>li img {
    width: 100%;
    transform: scale(1);
    position: relative;
}

.cat-home .cat-list>li b {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-family: "Light";
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 3;
    padding: 0 40px;
}

.counter {
    /*background: #0078ff url("../images/area.png") center center no-repeat;*/
    background: url("../images/area.png") center center no-repeat;
    background-size: cover;
    min-height: 400px;
}

.counter .counter-list {
    padding: 74px 0;
    position: relative;
}

.counter .counter-list:after {
    display: table;
    width: 100%;
    content: "";
}

.counter .counter-list>li {
    float: left;
    width: 50%;
    color: #0078ff;
}

.counter .counter-list>li>div {
    display: table;
    width: 100%;
}

.counter .counter-list>li>ul>li {
    padding: 42px 50px 42px 0;
}

.counter .counter-list b {
    display: table-cell;
    vertical-align: middle;
    font-size: 60px;
    line-height: 40px;
    padding-top: 3px;
}

.counter .counter-list span {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
    width: 1000px;
    font-size: 20px;
    line-height: 30px;
}

.route {
    background-color: #fff;
    padding-top: 140px;
}

.route.up {
    padding-top: 70px;
}

.route h3 {
    display: inline-block;
    vertical-align: top;
    font-size: 40px;
    line-height: 50px;
    color: #25237b;
    padding: 0;
}

.route .tabs-nav a {
    display: block;
    height: 50px;
    float: left;
    line-height: 40px;
    margin-right: 100px;
    border-bottom: 1px dashed #25237b;
}

.route .tabs-nav a h3 {
    font-size: 25px;
    vertical-align: text-top;
}

.route .tabs-nav a:hover {
    border-bottom: 1px dashed transparent;
}

.route .tabs-nav a:active {
    border-bottom: 1px dashed transparent;
}

.route .tabs-nav a.active {
    height: 40px;
    margin-top: 0px;
    border-bottom: 1px dashed transparent;
}

.route .tabs-nav a.active h3 {
    font-size: 50px;
    vertical-align: top;
}

.route .tabs-nav a.active:hover {
    border-bottom-color: transparent;
}

.route .tabs-nav a:last-of-type {
    margin-right: 0px;
}

.route .tabs-nav:after {
    content: "";
    display: block;
    clear: both;
}

.route .container p {
    padding-top: 40px;
    /*max-width: 740px;*/
    font-size: 20px;
    line-height: 30px;
    color: rgba(35,33,118,0.5);
}

.route .list {
    max-width: 1200px;
    margin: 0 auto;
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 60px 32px 50px;
}

.route .list>li {
    display: block;
    width: 27%;
    margin: 0 0 35px;
}

.route .list>li a {
    display: block;
    position: relative;
    min-height:300px;
    overflow: hidden;
    margin: 0 8px;
    padding-top: 300px;
    padding-bottom: 10px;
    color: rgba(35,33,118,0.5);
    /*text-shadow: 0 1px 2px #000;*/
}
.offers .offers-sidebar .s-widget .photo img,
.route .list>li a>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    width: auto;
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 300px;
}
.route .list>li a>img {
    max-height: 300px;
}
.route .list>li a .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    overflow: hidden;
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.route .list>li a .img-wrap img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%; 
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.route .list>li a:hover b {
    text-decoration: underline;
}

.route .list>li.long {
    width: 46%;
    margin-bottom: 26px;
}

.route .list>li.long b {
    display: block;
    font-size: 30px;
    line-height: 40px;
    left: 0;
    padding: 0;
    margin-top: 19px;
}

.route .list>li.long i {
    font-size: 20px;
    line-height: 30px;
    margin-top: 3px;
}

.route .list>li.small b {
    bottom: 53px;
}

.route .list>li b {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #232176;
    z-index: 10;
    padding: 0;
    margin: 28px 0 0;
}

.route .list>li i {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: rgba(35,33,118,0.5);
    z-index: 10;
    padding: 0;
    margin: 5px 0 0;
}
.direction_brands-block {
    margin-bottom: 50px;
}

.direction_text-block {
    margin-top: 48px; 
    padding-bottom: 20px;
}

.brand-about {
    padding: 50px 0 30px 0;
    overflow: hidden;
}

.brand-about .left {
    float: left;
    width: 700px;
}

.brand-about .right {
    float: right;
    width: 260px;
}

.brand-about h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: "medium";
    color: #25237b;
    margin: 0 0 40px;
}

.brand-about .brand-list {
    padding: 60px 0 0;
    margin: 0;
    overflow: hidden;
}

.brand-about .brand-list>li {
    float: left;
    width: 150px !important;
    line-height: 30px;
    color: #25237b;
    padding: 0 15px;
    text-align: center;
}
.brand-about .brand-list>li:before {
    display: none;
}

.brand-about .brand-list>li+li {
    margin-left: 80px;
}

.brand-about .brand-list b {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #2dd761;
    text-transform: uppercase;
    padding: 0 0 26px;
}

.brand-list {
    margin-bottom: 48px;
}

.brand-list .container {
    padding: 0 40px;
}

.brand-list .hidden {
    overflow: hidden;
}

.brand-list .more {
    text-align: center;
    padding-top: 20px;
}

.brand-list .items-grid_wrap>li {
    width: 33.3333%;
}

.brand-list .items-grid_wrap>li.long {
    width: 66.6666%;
}

.brand-list .items-grid_wrap>li.big-image a {
    height: 300px;
    overflow: hidden;
}

.brand-column {
    padding-bottom: 80px;
    overflow: hidden;
}

.brand-column h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: "medium";
    color: #25237b;
    margin: 0 0 42px;
}

.brand-column small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding-top: 40px;
}

.brand-column .left {
    float: left;
    width: 750px;
}

.brand-column .left .how {
    padding-top: 10px;
}

.brand-column .content {
    float: right;
    width: 360px;
    position: relative;
    padding-top: 12px;
    margin-right: -50px;
}

.brand-column .content img {
    width: 100%;
}

.brand-promo {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
    margin-bottom: 105px;
    max-height: 800px;
}

.brand-promo .content {
    display: block;
    width: 420px;
    padding: 0 0 40px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.brand-promo img {
    width: 100%;
}

.brand-promo b {
    display: block;
    font-size: 25px;
    line-height: 40px;
    font-family: "medium";
    color: #fff;
    padding: 0 0 25px;
}

.brand-promo .play {
    display: block;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #2dd761;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}

.brand-promo .play:before {
    display: block;
    content: "";
    width: 22px;
    height: 32px;
    background: url("../images/icons.png") -65px -157px no-repeat;
    position: relative;
    margin: 35px 0 0 43px;
}

.column-style {
    overflow: hidden;
    padding-bottom: 27px;
}

.column-style .top-left {
    margin-right: 440px;
}

.column-style .top-right {
    float: right;
    width: 340px;
    text-align: right;
    margin-top: 98px;
}

.column-style .left {
    position: relative;
    padding-right: 680px;
}

.column-style .right {
    position: absolute;
    top: 0;
    right: 280px;
}

.column-style .link {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: rgba(35, 33, 118, 0.5);
    padding-top: 30px;
    text-align: right;
}

.column-style .link a {
    color: inherit;
    text-decoration: underline;
}

.news-topic {
    float: right;
    position: relative;
    z-index: 1;
}

.news-topic a {
    display: block;
    color: #fff;
    width: 300px;
    text-decoration: none;
    text-align: left;
}

.news-topic .news-photo {
    display: block;
    position: relative;
}

.news-topic .news-photo img {
    display: block;
}

.news-topic .news-photo b {
    width: 100%;
    font-family: "Futura";
    font-size: 46px;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 0 30px;
}

.news-topic .news-photo em {
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    padding: 0 30px;
}

.news-topic .news-content {
    display: block;
    background-color: #ff8326;
    padding: 0 0 20px;
}

.news-topic .news-content b {
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 25px;
    padding: 20px 30px;
}

.news-topic .news-content em {
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    padding: 20px 30px 0 30px;
}

.slider-news {
    padding: 0 0 108px;
}

.slider-news h3 {
    float: left;
    font-size: 30px;
    line-height: 40px;
    color: #25237b;
}

.slider-news h3 a {
    color: #25237b; 
}

.slider-news .slider-content {
    margin-left: 260px;
    position: relative;
}

.slider-news .slider-content a {
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-family: "medium";
    color: #25237b;
}

.slider-news .slider-content b {
    display: block;
    padding: 21px 0 11px 0;
}

.slider-news .slider-content .post-more {
    font-size: 12px;
    line-height: 14px;
    font-family: "bold";
    color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.slider-news .slider-content .post-more .control {
    float: right;
}

.slider-news .slider-content .post-more .control a {
    float: left;
    position: relative;
    font-size: 12px;
    line-height: 14px;
    font-family: "bold";
    color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.slider-news .slider-content .post-more .control a+a {
    margin-left: 20px;
}

.slider-news .slider-content .post-more .control a.view {
    position: relative;
    padding-left: 24px;
}

.slider-news .slider-content .post-more .control a.view:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 14px;
    background: url(../images/icons.png) -51px -314px no-repeat;
}

.slider-news .slider-content .post-more .control a.comment {
    position: relative;
    padding-left: 24px;
}

.slider-news .slider-content .post-more .control a.comment:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 14px;
    background: url(../images/icons.png) -47px -284px no-repeat;
}

.slider-news .bx-controls-direction a {
    display: block;
    width: 49px;
    height: 100px;
    cursor: pointer;
    padding-left: 18px;
    position: absolute;
    right: -48px;
}

.slider-news .bx-controls-direction a i {
    display: none;
}

.slider-news .bx-controls-direction a:before {
    display: block;
    content: "";
    width: 13px;
    height: 22px;
    background: url("../images/icons.png") no-repeat;
}

.slider-news .bx-controls-direction a.bx-prev {
    top: 100px;
    padding-top: 2px;
}

.slider-news .bx-controls-direction a.bx-prev:before {
    background-position: -69px 0;
}

.slider-news .bx-controls-direction a.bx-next {
    top: 0;
}

.slider-news .bx-controls-direction a.bx-next:before {
    background-position: -82px 0;
}

.slider-news .bx-controls-direction a.disabled {
    display: none;
}

.slider-news .bx-controls-direction a:hover.bx-prev:before {
    background-position: -69px -73px;
}

.slider-news .bx-controls-direction a:hover.bx-next:before {
    background-position: -82px -73px;
}

.direction_news .slider-news {
    padding: 40px 0 80px;
}

.about-promo {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
    margin-bottom: 105px;
    max-height: 800px;
}

.about-promo .content {
    display: block;
    padding: 0 160px 40px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-promo img {
    width: 100%;
}

.about-promo b {
    display: block;
    font-size: 25px;
    line-height: 40px;
    font-family: "medium";
    color: #fff;
    padding: 0 0 25px;
}

.about-office {
    padding: 40px 0 70px 0;
}

.about-office .container {
    overflow: hidden;
}

.about-office h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: "medium";
    color: #25237b;
    padding: 0 0 52px;
}

.about-office ul {
    padding: 56px 0 0;
    position: relative;
}

.about-office ul:after {
    display: table;
    width: 100%;
    content: "";
}

.about-office ul>li {
    float: left;
    width: 50%;
    line-height: 20px;
    padding-left: 80px;
    padding-top: 7px;
    position: relative;
    margin: 0 0 10px;
}

.about-office ul>li img {
    max-width: 60px;
    max-height: 60px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.about-office .left {
    float: left;
    width: 560px;
}

.about-office .left-min {
    width: 360px;
    float: left;
}

.about-office .right {
    float: right;
    text-align: right;
    padding-top: 12px;
    margin-right: -50px;
}

.about-office .right span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: rgba(35, 33, 118, 0.5);
    padding-top: 30px;
    margin-right: 50px;
}

.about-office .right span a {
    color: inherit;
    text-decoration: underline;
}

.about-center {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-center .about-table {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-family: "medium";
    color: #fff;
    width: 100%;
}

.about-center p {
    padding-top: 82px;
}

.about-center .arrow {
    width: 22px;
    height: 13px;
    background: url("../images/icons.png") -27px -257px no-repeat;
    position: absolute;
    bottom: 62px;
    left: 50%;
    margin-left: -11px;
    cursor: pointer;
}

.about-column {
    color: #25237b;
}

.about-column h2 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    padding: 85px 0 100px 0;
}

.about-column .column {
    overflow: hidden;
    padding: 0 50px 136px 60px;
    font-size: 20px;
    line-height: 40px;
}

.about-column .column p {
    margin: 0 0 40px;
}

.about-column .left {
    float: left;
    width: 500px;
}

.about-column .right {
    float: right;
    width: 400px;
}

.about-info {
    padding: 0 0 40px;
}

.about-info.director-message {
    padding: 20px 0 0;
}

.about-info h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: "medium";
    color: #25237b;
    padding: 40px 0 52px 0;
}

.about-info p {
    margin: 0 0 26px;
}

.about-info .column {
    overflow: hidden;
}

.about-info .right-side {
    float: right;
    margin-left: 40px;
    margin-bottom: 30px;
}
.about-info .left-side {
    max-width: 720px;
}

.about-info .left {
    float: left;
    width: 660px;
}

.about-info .right {
    float: right;
    width: 360px;
    overflow: hidden;
}

.about-info .right ul>li {
    overflow: hidden;
    padding: 0 0 50px;
}

.about-info .right b {
    float: left;
    font-size: 40px;
    line-height: 40px;
    color: #2dd761;
    margin-right: 30px;
}

.about-info .right span {
    float: left;
    padding-top: 18px;
    color: #25237b;
}

.about-info i {
    font-style: italic;
}

.about-info b {
    font-weight: bold;
    color: #25237b;
}

.about-maps {
    background: url("../images/maps.png") top center no-repeat;
    padding-top: 361px;
    padding-bottom: 52px;
}

.about-maps .column {
    overflow: hidden;
}

.about-maps .left {
    float: left;
    width: 550px;
    color: #25237b;
}

.about-maps .left h3 {
    font-size: 50px;
    line-height: 40px;
    padding: 0 0 65px;
}

.about-maps .left .anons {
    font-size: 30px;
    line-height: 50px;
}

.about-maps .left ul {
    padding: 78px 0 0;
}

.about-maps .left ul>li {
    color: rgba(35, 33, 118, 0.5);
    position: relative;
    padding-left: 40px;
}

.about-maps .left ul>li:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ff8326;
    position: absolute;
    top: 16px;
    left: 0;
}

.about-maps .left ul>li b {
    display: block;
    font-size: 25px;
    line-height: 40px;
    font-family: "medium";
    color: #25237b;
}

.about-maps .left ul>li+li {
    margin-top: 15px;
}

.about-maps .right {
    float: right;
    width: 450px;
    margin-top: 272px;
}

.about-maps .right .anons {
    font-size: 25px;
    line-height: 40px;
    font-family: "medium";
    color: #ff8326;
    padding: 0 0 50px;
}

.about-maps .right ul>li {
    font-size: 20px;
    position: relative;
}

.about-maps .right ul>li a {
    color: #25237b;
    text-decoration: underline;
}

.about-maps .right ul>li a:hover {
    text-decoration: none;
}

.about-maps .right ul>li span {
    font-size: 16px;
    color: rgba(35, 33, 118, 0.5);
    position: absolute;
    top: 2px;
    left: 300px;
}

.about-maps .right ul>li+li {
    margin-top: 36px;
}

.items-grid_wrap {
    display: block;
    margin-left: -30px;
    overflow: hidden;
}

.items-grid_wrap>li {
    float: left;
    width: 50%;
    padding: 0 0 30px 30px;
    position: relative;
}

.items-grid_wrap>li.long {
    width: 100%;
}

.items-grid_wrap>li.adding {
    display: none;
}

.items-grid_wrap>li a.label {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 0 25px;
    background-color: #ff2e2e;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.items-grid_wrap>li a {
    display: block;
    position: relative;
}

.items-grid_wrap>li a>img {
    max-width: 100%;
    height: auto;
}

.items-grid_wrap>li a .img-wrap {
    position: absolute;
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    top: 0px;
    right: 35px;
    bottom: 0px;
}

.items-grid_wrap>li a .img-wrap img {
    margin: auto 0 auto auto;
}

.items-grid_wrap>li a.type3 {
    height: 300px;
    /*background: #e3e4e6;*/
    background: #fff;
}

.items-grid_wrap>li a.type3:before {
    display: block;
    content: "";
    width: 100%;
    height: 140px;
    background: url("../images/type3.png") 0 0 repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.items-grid_wrap>li a.type3 img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}

.items-grid_wrap>li a.type3 .title {
    display: block;
    font-size: 25px;
    line-height: 35px;
    color: #25237b;
    padding: 0 80px 30px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 15;
}

.items-grid_wrap>li a.type3.color-green {
    background: #e3e4e6;
}

.items-grid_wrap>li a.type3.color-green:before {
    background: url("../images/type3.png") 0 0 repeat-x;
}

.items-grid_wrap>li a.type3.color-green .title {
    color: #25237b;
}

.items-grid_wrap>li a.type3.color-blue {
    background: #1e88ff;
}

.items-grid_wrap>li a.type3.color-blue:before {
    background: url("../images/type4.png") 0 0 repeat-x;
}

.items-grid_wrap>li a.type3.color-blue .title {
    color: #fff;
}

.items-grid_wrap>li a.type2 {
    height: 300px;
    /*background: #ff8326;*/
}

.items-grid_wrap>li a.type2 .center {
    width: 100%;
    height: 100%;
    line-height: 296px;
    position: absolute;
    top: 0;
    left: 0;
}

.items-grid_wrap>li a.type2 .content {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    padding: 0 320px 0 40px;
}

.items-grid_wrap>li a.type2 .content .title {
    display: block;
    font-size: 40px;
    line-height: 40px;
    padding: 0 0 22px;
}

.items-grid_wrap>li a.type2 .content .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.items-grid_wrap>li a.type1:before {
    display: block;
    content: "";
    width: 100%;
    height: 190px;
    background: url("../images/type1.png") 0 0 repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
}

.items-grid_wrap>li a.type1 img {
    width: 100%;
}

.items-grid_wrap>li a.type1 .title {
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    width: 100%;
    padding: 0 250px 27px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.items-grid_wrap>li a.type1 .cost {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 40px 34px 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.brand-list .items-grid_wrap>li a {
    /*background: #fff !important;*/
    border: 3px solid #dadada;
}
.brand-list .items-grid_wrap>li a .title {
    color: #333 ;
    text-shadow: 1px 1px 1px #fff;
}
.brand-list .items-grid_wrap>li a:before {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,1) 100%) !important;
}
.brand-list .items-grid_wrap>li a.type1 {
    border-color: #c9c9c9 !important;
    border: none;
    color: #fff;
    box-shadow: none;
}
.brand-list .items-grid_wrap>li a.type1 .title {
    color: #fff ;
    text-shadow: none;
}
.brand-list .items-grid_wrap>li a.type1:before {
    background: url(../images/menu-shadow.png) 0 0 repeat-x !important;
}
.brand-list .items-grid_wrap>li a.type2 {
    border: 3px solid #ff8326 !important;
}
.brand-list .items-grid_wrap>li a.type2:before {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,1) 100%) !important;
}
.brand-list .items-grid_wrap>li a.type2 .title {
    color: #333 ;
    padding: 0 80px 25px 20px;
    text-shadow: 1px 1px 1px #fff;
    z-index: 10;
}
.brand-list .items-grid_wrap>li a.type3 {
    border-color: #1e88ff !important;
}
.brand-list .items-grid_wrap>li a.type3 .title {
    padding-bottom: 25px;
    line-height: 30px;
}
.brand-list .items-grid_wrap>li a.type3 img {
    display: block;
    left: 10px;
    right: 10px;
    top: 10px;
    width: auto;
    margin: 0 auto;
}

.offers {
    position: relative;
}

.offers.offers-search .offers-sidebar {
    padding-top: 158px;
}

.offers:after {
    display: table;
    width: 100%;
    content: "";
}

.offers .s-menu {
    width: 230px;
    padding: 0 0 96px;
}

.offers .s-menu>li {
    font-size: 20px;
    line-height: 20px;
    font-family: "medium";
    color: #25237b;
}

.offers .s-menu>li a {
    color: inherit;
}

.offers .s-menu>li span {
    color: rgba(35, 33, 118, 0.4);
}

.offers .s-menu>li+li {
    margin-top: 20px;
}

.offers .offers-sidebar {
    float: left;
    width: 260px;
    padding-top: 16px;
}

.offers .offers-sidebar .s-widget {
    width: 300px;
    height: 390px;
    background-color: #ff8326;
    position: relative;
    left: -40px;
    margin: 0 0 60px;
}

.offers .offers-sidebar .s-widget a {
    display: block;
    width: 300px;
    height: 390px;
    background-color: #ff8326;
    position: relative;
    text-decoration: none;
}

.offers .offers-sidebar .s-widget .photo {
    display: block;
    height: 240px;
    line-height: 234px;
    position: relative;
    margin-bottom: 20px;
}

.offers .offers-sidebar .s-widget .photo img {
    vertical-align: middle;
    max-width:100%;
}

.offers .offers-sidebar .s-widget .photo b {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 20px;
    left: 30px;
}

.offers .offers-sidebar .s-widget .content {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 40px;
}

.offers .offers-sidebar .s-widget .content b {
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.offers .offers-sidebar .s-review {
    width: 300px;
    height: 390px;
    background: url("../images/review.jpg") 0 0 no-repeat;
    position: relative;
    left: -40px;
}

.offers .offers-sidebar .s-review>b {
    display: block;
    font-size: 16px;
    color: rgba(35, 33, 118, 0.5);
    padding: 20px 0 67px 30px;
}

.offers .offers-sidebar .s-review blockquote {
    font-size: 20px;
    line-height: 25px;
    color: #25237b;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 74px;
}

.offers .offers-sidebar .s-review .user {
    font-size: 20px;
    line-height: 20px;
    color: #25237b;
    position: relative;
    padding: 0 30px 21px 130px;
}

.offers .offers-sidebar .s-review .user img {
    max-width: 77px;
    max-height: 77px;
    -moz-border-radius: 39px;
    -webkit-border-radius: 39px;
    border-radius: 39px;
    position: absolute;
    top: -15px;
    left: 30px;
}

.offers .offers-sidebar .s-review .user b {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #808080;
    padding-top: 11px;
}

.offers .offers-content {
    width: 750px;
    margin-left: 360px;
    overflow: hidden;
    margin-bottom: 60px;
}

.offers .offers-content .offers-list {
    overflow: hidden;
}

.offers .search-content {
    margin-left: 290px;
    position: relative;
}

.offers .search-content:after {
    display: table;
    content: "";
    width: 100%;
}

.development .dev-block {
    min-height: 780px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.development .dev-block h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: "medium";
    color: #fff;
    padding: 0 0 40px;
}

.development .dev-block ul.list {
    padding-top: 20px;
    overflow: hidden;
}

.development .dev-block ul.list>li {
    float: left;
    width: 33.33%;
}

.development .dev-block ul.list>li+li {
    padding-left: 80px;
}

.development .dev-block ul.list>li>ul {
    overflow: hidden;
}

.development .dev-block ul.list>li>ul>li {
    font-size: 20px;
    line-height: 30px;
    color: #ddd;
    padding-left: 36px;
    position: relative;
}

.development .dev-block ul.list>li>ul>li:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ff8326;
    position: absolute;
    top: 12px;
    left: 0;
}

.development .dev-block ul.list>li>ul>li+li {
    margin-top: 30px;
}

.development .dev-anons {
    width: 660px;
    font-size: 16px;
    line-height: 25px;
    padding: 50px 0 75px 0;
}

.development .dev-anons.long {
    width: 950px;
}

.development .dev-anons.long p {
    width: auto;
    max-width: 850px;
}
.article_block table {
    max-width: 850px;
}

.development .dev-anons h3 {
    font-size: 30px;
    line-height: 40px;
    color: #25237b;
    margin: 0;
    padding: 0 0 50px;
    width: auto;
    max-width: 850px;
}

.equipment {
    padding: 80px 0 100px 0;
}

.equipment h3 {
    width: 800px;
    margin: 0 auto;
    font-size: 40px;
    line-height: 50px;
    color: #25237b;
    text-align: center;
    padding: 0 0 120px;
}

.equipment .column {
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    margin: 0 -50px;
}

.equipment .column .cell {
    float: left;
    width: 50%;
    padding: 0 50px;
}

.equipment .column p {
    padding: 0 0 25px;
}

.share.up {
    padding-top: 100px;
}

.share.output {
    padding-bottom: 100px;
}

.share.border {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 55px;
    margin-bottom: 24px;
}

.offer-block {
    font-size: 16px;
    line-height: 25px;
}

.offer-block .left {
    width: 700px;
    padding: 132px 0 50px 0;
}

.offer-block .alignright {
    margin-top: 39px;
}

.offer-block h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: "medium";
    color: #25237b;
    padding: 0 0 50px;
}

.offer-block p {
    padding: 0 0 25px;
}

.service-list {
    padding: 66px 0 96px 0;
    overflow: hidden;
}

.service-list ul {
    float: left;
    width: 330px;
}

.service-list ul>li {
    display: table-row;
    font-size: 20px;
    line-height: 20px;
    color: #25237b;
    position: relative;
}

.service-list ul>li+li b,
.service-list ul>li+li span {
    padding-top: 30px;
}

.service-list ul>li b {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 60px;
    line-height: 60px;
    padding-right: 30px;
}

.service-list ul>li span {
    display: table-cell;
    width: 1000px;
    vertical-align: middle;
}

.service-list ul+ul {
    margin-left: 160px;
}

.service-accordion {
    width: 710px;
    padding: 0 0 61px;
}

.service-accordion h3 {
    border: 1px solid #d3d3e4;
    font-size: 30px;
    line-height: 40px;
    color: #25237b;
    cursor: pointer;
    position: relative;
    padding: 23px 30px 27px 30px;
    margin: 0 0 8px;
}

.service-accordion h3:before {
    display: block;
    content: "";
    width: 14px;
    height: 12px;
    background: url("../images/icons.png") 0 -272px no-repeat;
    position: absolute;
    top: 40px;
    right: 36px;
}

.service-accordion h3.active {
    color: #ff8326;
}

.service-accordion h3.active:before {
    width: 9px;
    height: 2px;
    top: 45px;
    right: 40px;
    background-position: 0 -284px;
}

.service-accordion .a-body {
    display: none;
    padding: 44px 0 30px 30px;
}

.service-accordion .a-body p {
    padding: 0 0 26px;
}

.service-accordion .a-body p.epigraph {
    font-size: 30px;
    line-height: 40px;
    font-family: "medium";
    color: #25237b;
    padding: 0 0 52px;
}

.map__wrapper>div {
    height: 460px;
    width: 100%;
}

.map__wrapper iframe {
    pointer-events: none;
}

.service-form {
    background-color: #f6f6f6;
    padding: 94px 0 106px 0;
}

.service-form h3 {
    width: 900px;
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    color: #25237b;
    padding: 0 0 58px;
}

.service-form form {
    width: 900px;
    margin: 0;
    position: relative;
}

.service-form form:after {
    display: table;
    width: 100%;
    content: "";
}

.service-form form .form-group {
    width: 402px;
    padding: 0 0 18px;
    position: relative;
}

.service-form form .form-group input {
    height: 52px;
    font-size: 20px;
}

.service-form form .form-group input:-moz-placeholder,
.service-form form .form-group input::-moz-placeholder {
    color: rgba(35, 33, 118, 0.7);
    opacity: 1;
}

.service-form form .form-group input::-webkit-input-placeholder {
    color: rgba(35, 33, 118, 0.7);
}

.service-form form .form-group .customselect {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    white-space: nowrap;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 20px;
    font-family: "Futura";
    padding: 10px 20px;
}

.service-form form .form-group .customselect:-moz-placeholder,
.service-form form .form-group .customselect::-moz-placeholder {
    color: rgba(35, 33, 118, 0.7);
    opacity: 1;
}

.service-form form .form-group .customselect::-webkit-input-placeholder {
    color: rgba(35, 33, 118, 0.7);
}

.service-form form .form-group .customselect:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: #acabcb transparent transparent transparent;
    position: absolute;
    top: 23px;
    right: 26px;
}

.service-form form .form-group .customselect .customselectinner {
    width: 100%;
}

.service-form form .form-text {
    float: right;
    width: 400px;
    height: 330px;
    position: relative;
}

.service-form form .form-text textarea {
    height: 238px;
    font-size: 20px;
    resize: none;
}

.service-form form .form-text .btn {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    height: 50px;
    padding: 0 10px;
    font-family: "Futura";
    font-size: 24px;
    font-weight: 800;
    line-height: 50px;
    color: #fff;
    text-align: center; 
    background: #e45171; 
    border-radius: 2px; 
}

.service-form form .form-text .btnclear {
    display: block;
    background-color: #ff8326;
    width: 230px;
    font-size: 18px;
    line-height: 24px;
    font-family: "medium";
    color: #fff;
    height: 50px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    margin:0;
}

.service-form form .form-text .btn:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.js-tabs-body2nd {
    display: none;
}

.edge {
    padding: 0 0 84px;
}

.edge .container {
    position: relative;
}

.edge .container:after {
    display: table;
    width: 100%;
    content: "";
}

.edge .left {
    float: left;
    width: 560px;
    padding-top: 82px;
}

.edge .left p,
.edge .list p {
    font-size: 40px;
    line-height: 40px;
    color: #25237b;
    padding: 0 0 58px;
}

.edge .left ul>li,
.edge .list ul>li {
    font-size: 25px;
    line-height: 30px;
    font-family: "medium";
    color: rgba(35, 33, 118, 0.5);
    padding-left: 48px;
    position: relative;
}

.edge .left ul>li+li,
.edge .list ul>li+li {
    margin-top: 20px;
}

.edge .left ul>li:before,
.edge .list ul>li:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ff8326;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 14px;
    left: 8px;
}

.edge .right {
    float: right;
    width: 460px;
    padding-top: 85px;
}

.talk-menu {
    width: 460px;
    height: 140px;
    background-color: #f6f6f6;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 29px 24px 30px 36px;
    position: relative;
}

.talk-menu .close {
    width: 12px;
    height: 12px;
    background: url("../images/icons.png") 0 -234px no-repeat;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: -2px;
}

.talk-menu form {
    position: relative;
    height: 40px;
}

.talk-menu p {
    font-size: 14px;
    line-height: 16px;
    color: #25237b;
    padding: 0 0 23px;
}

.talk-menu .form-group {
    float: left;
    position: relative;
}

.talk-menu .form-group label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: text;
    position: absolute;
    top: 0;
    left: 0;
}

.talk-menu .form-group label:before {
    display: block;
    content: "";
    width: 18px;
    height: 15px;
    background: url("../images/icons.png") -14px -272px no-repeat;
    position: absolute;
    top: 12px;
    left: 19px;
}

.talk-menu .form-submit {
    float: right;
}

.talk-menu input[type=text] {
    width: 190px;
    font-size: 14px;
    color: #25237b;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding-left: 50px;
}

.talk-menu input[type=submit] {
    float: right;
    width: 190px;
    display: block;
    background-color: #ff8326;
    font-size: 18px;
    line-height: 24px;
    font-family: "medium";
    color: #fff;
    height: 40px;
    padding-top: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.talk-menu input[type=submit]:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.service-maps {
    padding: 45px 0 0;
}

.service-maps .tabs-list {
    font-size: 30px;
    line-height: 40px;
    color: rgba(35, 33, 118, 0.4);
    padding: 30px 0 67px 0;
    position: relative;
}

.service-maps .tabs-list li {
    font-size: 30px;
    line-height: 40px;
    color: rgba(35, 33, 118, 0.4);
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-maps .tabs-list:after {
    display: table;
    width: 100%;
    content: "";
}

.service-maps .tabs-list>li {
    float: left;
}

.service-maps .tabs-list>li+li {
    margin-left: 100px;
}

.service-maps .tabs-list a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid;
}

.service-maps .tabs-list a:hover {
    border-color: transparent;
}

.service-maps .tabs-list a.active {
    color: #25237b;
    border-color: transparent;
}

.service-maps iframe {
    vertical-align: top;
}

.service-office {
    padding: 50px 0 0;
}

.service-office .container {
    position: relative;
}

.service-office .container:after {
    display: table;
    content: "";
    width: 100%;
}

.service-office .left {
    float: left;
    width: 500px;
    padding-top: 0;
}

.service-office .right {
    float: right;
    width: 460px;
    padding-top: 0;
}

.service-office p {
    padding: 0 0 20px;
}

.service-office .epigraph {
    font-size: 30px;
    line-height: 40px;
    color: #25237b;
    padding: 0 0 36px;
}

.service-office ul {
    padding: 0 0 36px;
    position: relative;
}

.service-office ul:after {
    display: table;
    content: "";
    width: 100%;
}

.service-office ul li {
    float: left;
    font-size: 14px;
    line-height: 50px;
    color: #25237b;
}

.service-office ul li+li {
    margin-left: 50px;
}

.service-office ul li span {
    display: block;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.service-office ul li span.active {
    font-size: 30px;
    line-height: 40px;
    text-decoration: none;
}

.service-office table {
    margin-top: 20px;
}

.service-office table td {
    font-size: 20px;
    line-height: 20px;
    color: #25237b;
    white-space: nowrap;
    padding: 10px 90px 10px 0;
}

.service-office table td a {
    color: inherit;
}

.service-office table span {
    font-size: 15px;
    color: rgba(35, 33, 118, 0.7);
}

.search-choise {
    text-align: center;
}

.search-choise b {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-family: "medium";
    color: #bcbccf;
    text-transform: uppercase;
    padding: 12px 0 0px 0;
}

.search-choise .search-choise_text {
    display: block;
    min-height: 100px;
    font-size: 16px;
    line-height: 22px;
    font-family: "light";
    color: #25237b;
    position: relative;
}
.search-language-guess {
    margin: 10px 0 0;
}
@-webkit-keyframes searchblink {
  50% { background-color: rgb(216, 216, 230); }
  51% { background-color: rgba(216, 216, 230, 0); }
  100% { background-color: rgba(216, 216, 230, 0); }
}
@keyframes searchblink {
  50% { background-color: rgb(216, 216, 230); }
  51% { background-color: rgba(216, 216, 230, 0); }
  100% { background-color: rgba(216, 216, 230, 0); }
}
/*.search-choise .search-choise_text:after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: 16px;
    width: 34px;
    height: 2px;
    background-color: #d8d8e6;
}
.search-choise .search-choise_text.focus:after {
    -webkit-animation: searchblink 1.5s linear infinite;
    animation: searchblink 1.5s linear infinite;
}*/
.search-choise .search-page input[type="submit"] {
    display: none;
}
.search-choise .search-page input[type="text"] {
    display: block;
    width: 100%;
    text-align: center;
    height: 100px;
    margin-bottom: -20px;
    font-size: 60px;
    line-height: 100px;
    font-family: "light";
    color: #25237b;
    border: none;
    background: #fff;
}

.search-page {
    position: relative;
}

.search-page .catalog .list {
    width: 873px;
    margin: 0;
    padding-left: 0;
}

.search-page .tabs-list {
    padding: 20px 0 80px 166px;
}

.search-page .tabs-list ul {
    position: relative;
}

.search-page .tabs-list ul:after {
    display: table;
    content: "";
    width: 100%;
}

.search-page .tabs-list ul>li {
    float: left;
}

.search-page .tabs-list ul>li+li {
    margin-left: 50px;
}

.search-page .tabs-list span {
    font-size: 14px;
    line-height: 20px;
    font-family: "medium";
    color: #25237b;
    border-bottom: 1px dashed rgba(35, 33, 118, 0.5);
    cursor: pointer;
}

.search-page .tabs-list span.active {
    color: #ff8326;
    border-color: transparent;
    cursor: default;
}

.search-page h2 {
    font-size: 30px;
    line-height: 30px;
    font-family: "medium";
    color: #25237b;
    padding: 33px 0 30px;
    text-align: left;
}

.search-page .more {
    padding-top: 60px;
    text-align: center;
}

.search-page .more.more_top {
    padding-top: 20px;
}

.search-offers {
    margin-top: 47px;
    position: relative;
}

.search-post {
    max-width: 720px;
    padding-left: 50px;
    position: relative;
    margin-top: 47px;
}

.search-post b {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: rgba(35, 33, 118, 0.5);
    position: absolute;
    top: 4px;
    left: 0;
}

.search-post b:after {
    display: inline;
    content: ".";
}

.search-post h3 {
    font-size: 18px;
    line-height: 25px;
    font-family: "medium";
    color: #25237b;
    padding: 0 0 14px;
}

.search-post h3 a {
    color: inherit;
    text-decoration: none;
}

.search-post h3 a:hover {
    text-decoration: underline;
}

.search-post .post-table {
    display: table;
    width: 100%;
    overflow: hidden;
}

.search-post .post-media {
    display: table-cell;
    vertical-align: middle;
    padding-right: 40px;
}

.search-post .post-media a,
.search-post .post-media img {
    display: block;
}

.search-post .post-cell {
    display: table-cell;
    vertical-align: top;
    width: 1000px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(35, 33, 118, 0.5);
}

.search-post .post-cell span {
    display: block;
    color: #25237b;
    padding-top: 10px;
}
.search-result .post-offer {
    margin: 40px 0 0;
}

.reviews-page {
    font-size: 20px;
    line-height: 30px;
    color: #25237b;
    padding: 100px 0 80px 0;
}

.reviews-page .reviews-top {
    padding-right: 100px;
}

.reviews-page h2 {
    font-size: 30px;
    line-height: 40px;
    color: #25237b;
    padding: 0 0 34px;
}

.reviews-page .row {
    margin: 0 -50px;
    position: relative;
}

.reviews-page .row:after {
    display: table;
    content: "";
    width: 100%;
}

.reviews-page .row .cell {
    float: left;
    width: 33.33%;
    padding: 0 50px;
}

.reviews-page .post {
    font-size: 14px;
    line-height: 20px;
    color: rgba(35, 33, 118, 0.7);
    text-align: center;
    padding: 0 0 50px;
}

.reviews-page .post .photo {
    padding: 0 0 11px;
}

.reviews-page .post img {
    display: block;
    margin: 0 auto 30px;
    vertical-align: top;
    max-width: 100%;
}

.reviews-page .post img+img {
    margin-bottom: 18px;
}

.reviews-page .post p {
    padding: 0 0 25px;
}

.reviews-page .post b {
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-family: "medium";
    color: #25237b;
    padding: 0 0 8px;
}

.reviews-page .post small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: rgba(35, 33, 118, 0.3);
    padding: 0 0 25px;
}

.reviews-page .post a {
    color: rgba(35, 33, 118, 0.5);
    text-decoration: underline;
}

.reviews-page .post a:hover {
    text-decoration: none;
}

.reviews-page .more {
    padding-top: 20px;
    text-align: center;
}

.error-404 {
    width: 600px;
    margin: 0 auto;
    padding: 60px 0 60px;
    text-align: center;
}

.error-404 .message {
    width: 574px;
    height: 297px;
    background: url("../images/404.png") 0 0 no-repeat;
    margin: 0 auto;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.error-404 .message b {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-family: "light";
    color: #25237b;
    width: 100%;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.error-404 p {
    font-size: 20px;
    line-height: 25px;
    color: #25237b;
    padding-top: 122px;
}

.error-404 a {
    color: #14b244;
    text-decoration: underline;
}

.error-404 a:hover {
    text-decoration: none;
}

.cabinet-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.cabinet h2 {
    font-size: 50px;
    line-height: 50px;
    color: #25237b;
    padding: 50px 0 14px 0;
}

.cabinet p {
    font-size: 16px;
    line-height: 30px;
    color: #999;
}

.cabinet .direction-list {
    padding-top: 49px;
}

.cabinet .direction-list .direction-long {
    max-width: 1200px;
    margin: 0 auto 60px;
    overflow: hidden;
    padding: 0 32px;
}

.cabinet .direction-list.last .direction-long {
    margin-bottom: 30px;
}

.vacancy {
    font-size: 16px;
    line-height: 22px;
    padding: 23px 0 80px 0;
    position: relative;
}

.vacancy:after {
    display: table;
    content: "";
    width: 100%;
}

/*.vacancy.vacancy_careers {
    padding-top: 100px;
}
*/
.vacancy h2 {
    font-size: 30px;
    line-height: 40px;
    color: #25237b;
    padding: 0 0 28px;
}

.vacancy h3 {
    font-size: 20px;
    line-height: 30px;
    color: #25237b;
    padding: 0 0 18px;
}

.vacancy p {
    padding: 0 0 35px;
}

.vacancy a {
    color: #25237b;
    text-decoration: underline;
}

.vacancy a:hover {
    text-decoration: none;
}

.vacancy ul {
    list-style: disc;
    padding: 20px 0 10px 20px;
}

.vacancy ol {
    list-style: decimal;
    padding: 20px 0 10px 20px;
}

.vacancy li {
    font-size: 15px;
    line-height: 22px;
    position: relative;
    padding-left: 20px;
    margin: 0 0 10px;
}

.vacancy .text-long {
    font-size: 20px;
    line-height: 30px;
    max-width: 1000px;
    margin-bottom: 50px;
}

.vacancy .text-hot {
    font-size: 15px;
    line-height: 32px;
    color: #25237b;
}

.vacancy .vacancy__connect .btn {
    background-color: #ff8326;
    font-size: 18px;
    font-family: "medium";
    color: #fff;
    height: 50px;
    padding: 0 35px 0 35px;
    line-height: 48px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.vacancy .vacancy__connect .btn:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.vacancy .vacancy__left {
    float: left;
    width: 700px;
}

.vacancy .vacancy__sidebar {
    float: right;
    width: 300px;
    margin: 14px 0 0 60px;
}

.vacancy .vacancy__sidebar .s-widget {
    width: 300px;
    height: 390px;
    background-color: #ff8326;
}

.vacancy .vacancy__sidebar .s-widget a {
    display: block;
    width: 300px;
    height: 390px;
    background-color: #ff8326;
    position: relative;
    text-decoration: none;
}

.vacancy .vacancy__sidebar .s-widget .photo {
    display: block;
    height: 240px;
    line-height: 234px;
    position: relative;
    margin-bottom: 20px;
}

.vacancy .vacancy__sidebar .s-widget .photo img {
    vertical-align: middle;
}

.vacancy .vacancy__sidebar .s-widget .photo b {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 20px;
    left: 30px;
}

.vacancy .vacancy__sidebar .s-widget .content {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 40px;
}

.vacancy .vacancy__sidebar .s-widget .content b {
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    padding: 0;
    margin-bottom: 10px;
}

.vacancy .vacancy__sidebar ul {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 61px;
    list-style: none;
}

.vacancy .vacancy__sidebar ul li {
    padding-left: 0px;
    margin-bottom: 0px;
}
.vacancy .vacancy__sidebar ul>li+li {
    margin-top: 30px;
}

.vacancy .vacancy__sidebar b {
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #25237b;
    padding: 0 0 21px;
}

.vacancy .vacancy__sidebar .btn {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.vacancy .vacancy__sidebar .vacancy__connect {
    padding-top: 0;
}

.vacancy .list-ball {
    padding: 0 0 48px;
    list-style: none;
}

.vacancy .list-ball>li {
    font-size: 15px;
    line-height: 22px;
    position: relative;
    padding-left: 40px;
}

.vacancy .list-ball>li:before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ff8326;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 2px;
}

.vacancy .list-ball>li+li {
    margin-top: 10px;
}

.vacancy .vacancy__connect {
    padding-top: 43px;
}

.vacancy .vacancy__post+.vacancy__post {
    margin-top: 65px;
}

.vacancy .vacancy__post p {
    padding: 0 0 10px;
}

.vacancy .vacancy__post h3+p {
    padding: 0 0 18px;
}

.vacancy .vacancy__post .text-more {
    color: #25237b;
}

.vacancy__list {
    background-color: #f6f6f6;
}

.vacancy__list .table {
    display: table;
    width: 100%;
    padding: 50px 0 50px 0;
}

.vacancy__list .left,
.vacancy__list .right {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.vacancy__list .left {
    font-size: 14px;
    line-height: 20px;
    color: #25237b;
    padding-right: 50px;
}

.vacancy__list .left h3 {
    font-size: 30px;
    line-height: 30px;
    color: #25237b;
    padding: 32px 0 0;
}

.vacancy__list .left a {
    color: inherit;
    text-decoration: underline;
}

.vacancy__list .left a:hover {
    text-decoration: none;
}

.vacancy__list .right {
    font-size: 16px;
    line-height: 25px;
    color: rgba(35, 33, 118, 0.5);
    padding-left: 50px;
    position: relative;
}

.vacancy__list .right:before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e0e0e9;
    position: absolute;
    top: 0;
    left: 0;
}

.vacancy__list .right h3 {
    font-size: 25px;
    line-height: 25px;
    color: #25237b;
    padding: 35px 0 53px 0;
}

.vacancy__list .right p {
    padding: 0 0 54px;
}

.vacancy__list ul {
    font-size: 16px;
    line-height: 20px;
    color: #25237b;
    padding: 0 0 64px;
}

.vacancy__list ul a {
    color: inherit;
}

.vacancy__list ul>li {
    position: relative;
    padding-right: 160px;
    margin-top: 50px;
}

.vacancy__list ul>li span {
    display: block;
    text-align: right;
    color: rgba(35, 33, 118, 0.5);
    position: absolute;
    top: 0;
    right: 0;
}

.vacancy__list .btn {
    background-color: #ff8326;
    font-size: 18px;
    font-family: "medium";
    color: #fff;
    height: 50px;
    padding: 10px 35px 0 35px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.vacancy__list .btn:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.vacancy__reviews .reviews-page {
    padding: 0;
}

.vacancy__reviews .reviews-page h2 {
    padding-bottom: 62px;
}

.careers-tabs .tabs-list {
    padding-bottom: 70px;
    margin-bottom: 65px;
    border-bottom: 1px solid #dadada;
}

div.modern-page-navigation {
    color: #777;
    font-size: 14px;
    line-height: 16px;
    margin: 16px auto 0;
    padding: 0;
}
div.modern-page-navigation a {
    color: #777;
}

.ajaxnews {
    overflow: hidden;
    margin: 40px 15px 0 -20px;
}

.ajaxnews .items_grid {
    margin: 40px 0 15px;
}

.ajaxnews .items_grid:after {
    content: "";
    display: block;
    clear: both;
}

.ajaxnews .post:after {
    content: "";
    display: block;
    clear: both;
}

.ajaxnews .post .post-name {
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #25237b;
    margin: 0 0 12px;
    font-family: "Medium";
    max-height: 50px;
}
.ajaxnews .post .post-name span {
    position: relative;
    display: block;
    max-height: 50px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 10;
}
.ajaxnews .post .post-name:hover span {
    white-space: normal;
    padding-bottom: 7px;
    max-height: 107px;
}

.ajaxnews .post .post-company {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: rgba(35, 33, 118, 0.5);
    padding-bottom: 6px;
    margin: 0;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ajaxnews .post .post-time {
    float: left;
    font-size: 11px;
    line-height: 23px;
    color: #888;
    margin-right: 20px;
}
.ajaxnews .item.item-first .news-photo {
    position: relative;
}
.ajaxnews .item.item-first .news-photo:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: auto;
    height: 180px;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.22) 37%, rgba(0, 0, 0, 0.68) 89%, rgba(0, 0, 0, 0.76) 99%, rgba(0, 0, 0, 0.76) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.22) 37%, rgba(0, 0, 0, 0.68) 89%, rgba(0, 0, 0, 0.76) 99%, rgba(0, 0, 0, 0.76) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 11%, rgba(0, 0, 0, 0.22) 37%, rgba(0, 0, 0, 0.68) 89%, rgba(0, 0, 0, 0.76) 99%, rgba(0, 0, 0, 0.76) 100%);
    filter: progid: dximagetransform.microsoft.gradient( startcolorstr='#00000000', endcolorstr='#c2000000', gradienttype=0);
    z-index: 5;
}
.ajaxnews .item.item-first .post .post-company {
    color: rgb(35, 33, 118);
}
.ajaxnews .post .post-tags {
    float: left;
    position: relative;
    padding: 0;
}

.ajaxnews .post .post-tags:after {
    display: table;
    content: "";
    width: 100%;
}

.ajaxnews .post .post-tags a {
    float: left;
    vertical-align: top;
    font-size: 12px;
    line-height: 12px;
    font-family: "medium";
    color: #25237b;
    text-decoration: none;
    border: 1px solid rgba(35, 33, 118, 0.3);
    padding: 4px 16px 5px 16px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin: 0 5px 5px 0;
}

.ajaxnews .item.item-first .post .post-tags a {
    background: rgba(255,255,255,0.5);
    border-color: transparent;
}
.ajaxnews .post .post-tags a:hover,
.ajaxnews .item.item-first .post .post-tags a:hover {
    border-color: #ff2e2e;
    background-color: #ff2e2e;
    color: #fff;
    text-shadow: none;
}

.ajaxnews .item_full-view {
    display: none;
}

.ajaxnews .item_clear {
    clear: both;
}

.items_grid {
    clear: both;
}

.ajaxnews .item-first {
    float: left;
    width: 50%;
    height: 440px;
    padding: 0 20px;
    margin: 0 0 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0 1px 0px rgba(255,255,255,0.3);
}
.ajaxnews .item-first .post-name {
    text-shadow: 0 1px 1px #000;
}

.ajaxnews .item-first .post {
    position: relative;
}

.ajaxnews .item-first .post .post-photo a {
    display: block;
    height: 440px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eaeaea;
}

.ajaxnews .item-first .post .post-content {
    position: absolute;
    left: 0px;
    bottom: 10px;
    right: 0px;
    padding: 0 20px 20px 30px;
    overflow: hidden;
    z-index: 10;
}

.ajaxnews .item-first .post .post-content .post-name {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
    color: #fff;
    font-family: "Futura";
}

.ajaxnews .item-first .post .post-content .post-time {
    display: none;
    color: #ccc;
}

.ajaxnews .item-big {
    float: left;
    width: 50%;
    padding: 0 20px;
    margin: 0 0 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.post-photo {
    padding: 0 0 20px;
}

.ajaxnews .item-big .post .post-photo a {
    display: block;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eaeaea;
}

.ajaxnews .item-little {
    float: left;
    width: 50%;
    padding: 0 20px;
    margin: 0 0 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ajaxnews .item-little .post .post-photo {
    float: left;
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden;
}

.ajaxnews .item-little .post .post-photo a {
    display: block;
    height: 100%;
    width: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eaeaea;
}

.ajaxnews .item-little .post .post-content {
    overflow: hidden;
}
.ajaxnews .item-midside {
    float: left;
    width: 50%;
    padding: 0 20px;
    margin: 0 0 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ajaxnews .items_fixed .item-midside {
    height: 120px;
}

.ajaxnews .item-midside .post .post-photo {
    float: left;
    width: 150px;
    margin-right: 20px;
    overflow: hidden;
}

.ajaxnews .item-midside .post .post-photo a {
    display: block;
    height: 120px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eaeaea;
}

.ajaxnews .item-midside .post .post-content {
    overflow: hidden;
}

.ajaxnews .item-midside .post .post-content .post-name {
    max-height: 72px;
    line-height: 24px;
    overflow: hidden;
    margin: -5px 0 3px;
}
.ajaxnews .item-midside .post .post-content .post-name span {
    line-height: 24px;
    max-height: 72px;
}
.ajaxnews .item-midside .post .post-content .post-name:hover span {
    max-height: 120px;
}
.ajaxnews .items_fixed .item-midside .post .post-content .post-name {
    max-height: 72px;
}
.ajaxnews .item-midside .post .post-content .post-company {
    margin-top: -2px;
}

.ajaxnews .item-midside .post .post-content .post-time {
    float: none;
    margin: 0 0 5px;
}

.ajaxnews .item-midside .post .post-content .post-tags {
    float: none;
}

.ajaxnews .item-midtop {
    float: left;
    width: 50%;
    padding: 0 20px;
    margin: 0 0 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ajaxnews .item-midtop .post .post-photo {
    width: 100%;
    margin-bottom: 10px;
}

.ajaxnews .item-midtop .post .post-photo a {
    display: block;
    height: 150px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ajaxnews .item-midtop .post .post-content {
    overflow: hidden;
}
.ajaxnews .item-little .post .post-content {
    min-height: 100px;
}
.ajaxnews .item-midtop .post .post-content .post-name {
    font-size: 20px;
    line-height: 30px;
    height: auto;
    max-height: none;
}
.ajaxnews .item-midtop .post .post-content .post-name span {
    line-height: 30px;
    height: auto;
    max-height: none;
    padding: 0;
}
.ajaxnews .item-midside .post .post-content .post-name {
    max-height: 72px;
    height: 72px;
    overflow: visible;
}
.ajaxnews .item-midside .post .post-content .post-name:hover span {
    max-height: 103px;
}
.ajaxnews .item-first .post .post-content .post-name {
    height: auto;
    max-height: none;
    overflow: visible;
}
.ajaxnews .item-first .post .post-content .post-name span {
    background: none;
    height: auto;
    max-height: none;
    overflow: visible;
    padding: 0;
}
.ajaxnews .items_fixed .item-midside .post .post-content .post-name {
    height: 72px;
}
.ajaxnews .items_fixed .item-midside .post .post-content .post-name:hover span {
    max-height: 127px;
}
.ajaxnews .video-item .post-photo {
    position: relative;
}

.ajaxnews .video-item .post-photo a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/video-play.png) center center no-repeat;
}

.ajaxnews .more {
    clear: none;
}

.block-view {
    margin-top: 30px;
    padding-top: 40px;
}

.news.block-view {
    border-top: 1px solid #f2f2f2;
    margin-top: 0;
}

.block-view .ajaxnews {
    margin: 40px -20px 0;
}

.js-tabs-body {
    display: none;
}

.scrolltop {
    display: none;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    background-color: #fff;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding-top: 15px;
    position: fixed;
    bottom: 20%;
    z-index: 100;
    cursor: pointer;
    margin-right: -45px;
}

.scrolltop:before {
    display: block;
    content: "";
    width: 22px;
    height: 13px;
    background: url("../images/icons.png") -78px -46px no-repeat;
    margin: 0 auto;
}

.scrolltop:hover {
    background-color: #ff8326;
}

.scrolltop:hover:before {
    background-position: -78px -59px;
}

.js-accordion .open {
    font-size: 40px;
    line-height: 40px;
    color: #25237b;
    padding: 10px 0 0;
}

.js-accordion .open b {
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px dashed rgba(35, 33, 118, 0.5);
    font-size: 20px;
    line-height: 20px;
    font-family: "medium";
}

.js-accordion .open.offset {
    padding-top: 40px;
}

.js-accordion .a-body {
    display: none;
    padding: 20px 440px 30px 0;
    font-size: 16px;
    line-height: 30px;
    position: relative;
}

.js-accordion .a-body {
    color: #25237b;
}
.js-accordion .a-body a, .how .a-body a {
    color: #25237b;
    text-decoration: underline;
}
.js-accordion .a-body a:hover {
    text-decoration: none;
}
.how .a-body a:hover {
    text-decoration: none;
}

.js-accordion .a-body p {
    margin: 0 0 20px;
}
.js-accordion .a-body p b,
.js-accordion .a-body div b,
.how .a-body p b,
.how .a-body div b {

    font-weight: bold;
}
.js-accordion .a-body p i,
.js-accordion .a-body div i,
.how .a-body p i,
.how .a-body div i {
    font-style: italic;
}
.js-accordion .a-body h1,
.how .a-body h1 {
    margin: 0 0 40px;
    font-size: 40px;
    line-height: 40px;
    font-family: "Futura";
}
.js-accordion .a-body h2 ,
.how .a-body h2{
    margin: 45px 0 30px;
    font-size: 34px;
    line-height: 34px;
    font-family: "Futura";
}
.js-accordion .a-body h3,
.how .a-body h3 {
    margin: 40px 0 25px;
    font-size: 30px;
    line-height: 32px;
    font-family: "Futura";
}
.js-accordion .a-body h4 ,
.how .a-body h4{
    margin: 30px 0 20px;
    font-size: 26px;
    line-height: 28px;
    font-family: "Futura";
}
.js-accordion .a-body h5,
.how .a-body h5 {
    margin: 25px 0 15px;
    font-size: 22px;
    line-height: 24px;
    font-family: "Futura";
}
.js-accordion .a-body h6,
.how .a-body h6 {
    margin: 15px 0 20px;
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: rgba(35, 33, 118, 0.5);
    font-family: "Futura";
}
.js-accordion .a-body h6 a,
.how a {
    color: rgba(35, 33, 118, 0.5);
}
.js-accordion .a-body ul,
.how .a-body ul,
.js-accordion .a-body ol {
    margin: 20px 0;
    width: auto;
    list-style: disc;
    padding: 0 0 0 40px;
}
.js-accordion .a-body ol,
.how .a-body ol {
    list-style: decimal;
}
.js-accordion .a-body ul li,
.js-accordion .a-body ol li,
.how .a-body ol li {
    float: none;
    width: 100% !important;
    margin: 0 0 10px;
}
.js-accordion .a-body table,
.how .a-body table {
    width: auto;
}
.js-accordion .a-body table th,
.js-accordion .a-body table td,
.how .a-body table th,
.how .a-body table td {
    padding: 6px 12px;
    border: 1px solid #dadada;
}
.js-accordion .a-body table th,
.how .a-body table th {
    border-bottom: 3px solid #dadada;
}

.js-accordion .a-body table.noborder td,
.js-accordion .a-body table.noborder th {
    border: none;
}
.js-accordion .a-body table.noborder td table td {
    border: 1px solid #dadada;
}

.js-accordion .a-body .img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    max-width: 360px;
}

.js-accordion .a-body .img-absolute img {
    position: relative;
    max-width: 360px;
    right: -40px;
    display: block;
}

.js-accordion .a-body .img-absolute span {
    display: block;
    margin-left: 25px;
    font-size: 12px;
    line-height: 14px;
    color: rgba(35, 33, 118, 0.5);
}

.js-accordion .a-body iframe {
    display: block;
    margin: 10px 0;
}
.js-accordion .a-body nobr {
    white-space: normal;
}
.js-accordion .a-body blockquote,
.how .a-body blockquote {
    padding-left: 30px;
}

.customSelect {
    width: 100%;
    border: 1px solid #cbcbcb;
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    white-space: nowrap;
    font-family: "Futura";
    font-size: 20px;
    height: 52px;
    padding: 13px 20px;
}

.customSelect:-moz-placeholder,
.customSelect::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.customSelect::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.loading-status {
    position: relative;
}
.loading-status:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255,255,255,0.5);
    z-index: 10;
}
.loading-status:before {
    content: "";
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background: url(../images/loading_2.svg) center center no-repeat;
    z-index: 15;
}

.news-view_header {
    background: #fff;
    border: none;
}
.news-view_header-inner {
    position: relative;
    max-width: 1200px;
    height: 90px;
    margin: 0 auto;
    padding: 0 40px 0 40px;
    z-index: 10;
}

.news-view_content .breadcrumbs {
    padding: 0 0 60px;
}
.news-view_content .breadcrumb {
    font-size: 18px;
    line-height: 24px;
}
.news-view_content .menu-topic span {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: "medium";
    padding: 0 0 10px;
}

.news-view_content .menu-topic h1 {
    font-size: 40px;
    line-height: 50px;
    color: #25237b;
    margin: 0 0 30px;
}

.news-view_content .menu-topic .menu-topic__tags {
    overflow: hidden;
}

.news-view_content .menu-topic .menu-topic__tags li {
    float: left;
    margin: 0 10px 10px 0;
}

.news-view_content .menu-topic .menu-topic__tags a {
    font-size: 12px;
    line-height: 12px;
    font-family: "medium";
    color: #25237b;
    text-decoration: none;
    border: 1px solid;
    padding: 4px 23px 5px 23px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.news-view_content .menu-topic .menu-topic__tags a:hover {
    border-color: #2b9eff;
    background-color: #2b9eff;
    color: #fff;
}
.news-view_content .container.first .art-left {
    padding-right: 320px;
    padding-top: 60px;
}

.news-view_content .articles {
    color: #25237b;
}
.news-view_content .articles h1 {
    font-size: 40px;
    line-height: 46px;
    color: #25237b;
    margin: 0 0 50px;
}
.news-view_content .articles h2 {
    font-size: 34px;
    line-height: 38px;
    color: #25237b;
    margin: 45px 0 30px;
}
.news-view_content .articles h3 {
    font-size: 30px;
    line-height: 34px;
    color: #25237b;
    margin: 40px 0 25px;
}
.news-view_content .articles h4 {
    font-size: 26px;
    line-height: 28px;
    color: #25237b;
    margin: 35px 0 25px;
}
.news-view_content .articles h5 {
    font-size: 22px;
    line-height: 24px;
    color: #25237b;
    margin: 30px 0 25px;
}
.news-view_content .articles h6 {
    font-size: 18px;
    line-height: 22px;
    color: #25237b;
    margin: 20px 0 15px;
}

.news-view_content .articles b {
    display: inline;
}
.news-view_content .articles i {
    font-style: italic;
}

.news-view_content .articles a {
    color: #25237b;
    text-decoration: underline;
}
.news-view_content .articles a:hover {
    text-decoration: none;
}

.news-view_content .articles p {
    margin: 0 0 20px;
    font-size: 16px;
}

.news-view_content .articles img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.news-view_content .articles ul>li {
    line-height: 20px;
    padding-left: 30px;
    margin: 0 0 10px;
    position: relative;
}

.news-view_content .articles ul>li:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #ff8326;
    position: absolute;
    top: 7px;
    left: 0;
}

.news-view_content .articles h6 {
    margin: 15px 0 20px;
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: rgba(35, 33, 118, 0.5);
    font-family: "Futura";
}
.news-view_content .articles h6 a {
    color: rgba(35, 33, 118, 0.5);
}
.news-view_content .articles ul,
.news-view_content .articles ol {
    color: #25237b;
    margin: 20px 0 35px;
    width: auto;
    padding: 0;
}
.news-view_content .articles ol {
    padding: 0 0 0 22px;
    list-style: decimal;
}
.news-view_content .articles ul li,
.news-view_content .articles ol li {
    float: none;
    width: 100% !important;
}
.news-view_content .articles ol li {
    padding-left: 10px;
}
.news-view_content .articles .img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    max-width: 360px;
}

.news-view_content .articles .img-absolute img {
    position: relative;
    max-width: 360px;
    right: -40px;
    display: block;
}

.news-view_content .articles .img-absolute span {
    display: block;
    margin-left: 25px;
    font-size: 12px;
    line-height: 14px;
    color: rgba(35, 33, 118, 0.5);
}

.news-view_content .articles iframe {
    display: block;
    margin: 20px 0;
    max-width: 100%;
    vertical-align: top;
}
.news-view_content .articles nobr {
    white-space: normal;
}
.news-view_content .articles blockquote {
    padding-left: 30px;
}

.news-view_content .articles table {
    width: 100%;
    margin: 10px 0 30px;
}
.news-view_content .articles table td,
.news-view_content .articles table th {
    padding: 6px 15px !important;
    border: 1px solid #dadada;
    vertical-align: top;
}
.news-view_content .articles table th {
    border-bottom: 3px solid #dadada;
}
.news-view_content .articles table.noborder td,
.news-view_content .articles table.noborder th {
    border: none;
}
.news-view_content .articles table.noborder td table td {
    border: 1px solid #dadada;
}

.contact__overlay {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    background: rgba(0,0,0,0.75);
}
.contact__overlay .contact-overlay_close-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1005;
}
.contact__overlay .contact-overlay_close-btn {
    position: absolute;
    right: 11px;
    top: 12px;
    width: 26px;
    height: 27px;
    background: url(../images/icons.png) -35px -46px no-repeat;
    cursor: pointer;
    z-index: 1020;
}
.contact__overlay .contact-overlay_close-btn:hover {
    background-position: -35px -73px;
}
.contact__overlay .contact-overlay_block {
    position: absolute;
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.contact__overlay .contact-overlay_inner {
    position: relative;
    margin: auto;
    z-index: 1010;
    background: #fff;
    padding: 40px 40px 50px;
    border: 1px solid #000;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    border-radius: 5px;
}
.contact-overlay_inner .service-form {
    padding: 0;
    background: #fff;
}
.contact-overlay_inner .service-form h3 {
    padding-bottom: 40px;
}
.contact_bot-form.service-form h3,
.contact_bot-form.service-form form {
    width: 100%;
}
.contact-overlay_inner .service-form form .form-text,
.contact_bot-form.service-form form .form-text {
    height: auto;
}
.contact-overlay_inner .service-form form .form-text textarea,
.contact_bot-form.service-form form .form-text textarea {
    height: 192px;
    vertical-align: top;
}
.contact-overlay_inner .service-form form .form-text .btn,
.contact_bot-form.service-form form .form-text .btn {
    position: relative;
    margin: 40px 0 0;
    padding: 0 50px;
    width: auto;
}
.contact-overlay_inner .service-form .check-block,
.contact_bot-form.service-form .check-block {
    position: relative;
    width: 420px;
    padding-left: 25px;
    margin-top: 25px;
}
.contact-overlay_inner .service-form .check-block.error label,
.contact-overlay_inner .service-form .check-block.error label a,
.contact_bot-form.service-form .check-block.error label,
.contact_bot-form.service-form .check-block.error label a {
    color: red;
}
.contact-overlay_inner .service-form .check-block label,
.contact_bot-form.service-form .check-block label {
    display: block;
    line-height: 16px;
    font-size: 14px;
    color: #777;
}
.contact-overlay_inner .service-form .check-block label a,
.contact_bot-form.service-form .check-block label a {
    color: #25237b;
}
.contact-overlay_inner .service-form .check-block input,
.contact_bot-form.service-form .check-block input {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 3px 4px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
.contact_bot-form.service-form .form_inner {
    max-width: 900px;
    margin: 0 auto;
}

.contact_bot-form.service-form .success {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.service_form-steps {
    position: relative;
    padding: 70px 0 90px; 
}

.service_form-steps .form-steps_title {
    max-width: 900px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 40px;
    color: #25237b;
    padding: 0 0 60px;
}

.service_form-steps .form-steps_inner {
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    max-width: 970px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
}

.service_form-steps .form-steps_item {
    position: relative;
    width: 33.3333%;
    text-align: center;
    padding: 0 20px;
}

.service_form-steps .form-steps_item .item-title {
    font-size: 20px;
    line-height: 28px;
    color: #25237b;
    text-align: center;
}

.service_form-steps .form-steps_item .item-num {
    display: block;
    margin: 30px auto 0;
    width: 54px;
    height: 54px;
    border: 2px solid #25237b;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 48px;
    color: #25237b;
}

.service_form-steps .form-steps_item.done .item-num {
    background: #ff8326;
    border-color: #ff8326;
}

.service_form-steps .form-steps_item .item-num:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 84px;
    width: 100%;
    margin-left: 26px;
    height: 2px;
    background: #25237b;
}
.service_form-steps .form-steps_item.finish .item-num:before {
    display: none;
}

.service_form-steps .form-steps_item .item-btn {
    margin: 32px 0 0;
}

.service_form-steps .form-steps_item .item-btn .btn {
    display: block;
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    padding: 9px 0 11px;
    background-color: #fff;
    border: 4px solid #ff8326;
    font-size: 20px;
    font-family: "Futura";
    line-height: 22px;
    color: #25237b;
    height: 50px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.service_form-steps .form-steps_item.done .item-btn .btn {
    color: #ff8326;
}

.service_form-steps .form-steps_item.finish .item-btn .btn {
    background-color: #ff8326;
    color: #fff;
}

.service_form-steps .form-steps_item .item-file {
    position: relative;
    display: block;
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.service_form-steps .form-steps_item .item-file .file-text {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 9px 0 11px;
    background-color: #fff;
    border: 4px solid #ff8326;
    font-size: 20px;
    font-family: "Futura";
    line-height: 22px;
    color: #25237b;
    height: 50px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    z-index: 20;
}

.service_form-steps .form-steps_item.done .item-file .file-text {
    color: #ff8326;
}

.service_form-steps .form-steps_item.error .item-file .file-text {
    color: #ff0000;
}

.service_form-steps .form-steps_item .item-file input {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 10;
}

.service_form-steps .form-steps_message {
    display: block;
    margin: 60px 0 0;
    padding: 0 20px;
    font-size: 20px;
    font-family: "Futura";
    line-height: 24px;
    color: #ff8326;
    text-align: center;
}

.service_form-steps .form-steps_message {
    display: none;
}
.service_form-steps .form-steps_message.error {
    color: #ff0000;
}
.service_form-steps .form-steps_message.success {
    color: #ff8326;
}


@media screen and (min-width: 1600px) {
    body.menu-fixed .header .overlay-title {
        width: 1040px;
        font-size: 22px !important;
    }
    body.menu-fixed .header .container {
        height: 60px !important;
    }
    body.menu-fixed .header .cart-menu,
    body.menu-fixed .header .brand-menu {
        font-size: 16px !important;
    }
    body.menu-fixed .header .cart-menu ul>li+li,
    body.menu-fixed .header .brand-menu ul>li+li {
        padding-left: 40px;
    }
    body.menu-fixed .header .menu-logo {
        left: 110px;
    }
    body.menu-fixed .header a.call {
        right: 100px;
    }
    .container {
        width: 1600px;
        max-width: 1600px;
    }
    .menu-fixed .slidemenu-header .menu {
        padding-top: 1px;
    }
    .cat-home .cat-list>li {
        width: 25%;
    }
    .cat-home .cat-list>li b {
        font-size: 20px;
        line-height: 30px;
    }
    .counter .counter-list span {
        font-size: 25px;
    }
    .about-office .right {
        margin-left: 150px;
    }
    .about-office .right span {
        font-size: 18px;
        line-height: 24px;
        margin-right: 40px;
    }
    .about-office .left {
        overflow: hidden;
        width: auto;
        float: none;
        font-size: 18px;
        line-height: 28px;
    }
    .about-office .left-min {
        overflow: hidden;
        width: auto;
        float: none;
        font-size: 18px;
        line-height: 28px;
    }
    .about-office h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .about-info .left-side {
        max-width: 980px;
    }
    .about-info .left {
        width: 980px;
    }
    .about-info h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .about-info p {
        font-size: 18px;
        line-height: 28px;
    }
    .about-info .right {
        margin-right: -10px;
    }
    .about-info .right b {
        font-size: 42px;
    }
    .about-info .right li {
        white-space: nowrap;
    }
    .about-info .right span {
        font-size: 18px;
        line-height: 20px;
    }
    .service-accordion {
        width: 1200px;
    }
    .service-accordion h3 {
        font-size: 34px;
    }
    .service-accordion .a-body {
        font-size: 18px;
        line-height: 28px;
    }
    .service-accordion .a-body p.epigraph {
        font-size: 40px;
        line-height: 50px;
        font-family: "Futura";
    }
    .art-col2 {
        max-width: 1600px;
    }
    .art-col2 p {
        font-size: 18px;
        line-height: 28px;
    }
    .art-col2 b {
        font-size: 40px;
        line-height: 50px;
    }
    .js-accordion .a-body {
        font-size: 18px;
        line-height: 28px;
    }
    .js-accordion .a-body p {
        max-width: 980px;
    }
    .js-accordion .a-body ul {
        width: 980px;
    }
    .js-accordion .a-body .img-absolute {
        max-width: 440px
    }
    .js-accordion .a-body .img-absolute img {
        max-width: 440px;
    }
    .js-accordion .a-body .img-absolute span {
        margin-left: 35px;
    }
    .about-promo .content {
        font-size: 20px;
        line-height: 30px;
    }
    .about-promo .content b {
        font-size: 40px;
        line-height: 50px;
    }
    .route .container p {
        font-size: 20px;
        line-height: 30px;
        max-width: 1200px;
    }
    .route .list {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 80px;
    }
    .route .list img {
        display: block;
        width: 100%;
    }
    .route .list>li a {
        padding-top: 350px;
    }
    .route .list>li a .img-wrap {
        height: 350px;
    }
    .company h3 {
        font-size: 40px;
    }
    .company p {
        font-size: 20px;
    }
    .company .list-company {
        margin-left: 310px;
    }
    .ajaxnews .item-big {
        float: left;
        width: 33.3333%;
    }
    .ajaxnews .item-little {
        float: left;
        width: 33.3333%;
    }
    .ajaxnews .item_full-view {
        display: block;
    }
    .ajaxnews .item-midside {
        width: 50%;
    }
    .ajaxnews .items_grid .item-midside {
        width: 33.3333%;
    }
    .ajaxnews .item-midtop {
        width: 33.3333%;
    }
    .direction .direction-content {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    }
    .direction .item1 .title a {
        font-size: 35px;
        line-height: 40px;
    }
    .direction .item5 {
        padding-left: 40px;
        padding-right: 40px
    }
    .direction .end {
        font-size: 20px;
        line-height: 30px;
    }
    .offer-block .left {
        width: 920px;
    }
    .brand-about .left {
        width: 960px;
    }
    .brand-about .left h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .brand-about .left p {
        font-size: 18px;
        line-height: 28px;
    }
    .brand-about .left .brand-list li {
        width: 160px;
        padding: 0 10px;
        font-size: 20px;
    }
    .brand-about .left .brand-list b {
        font-size: 36px;
    }
    .brand-column .left {
        width: 1000px;
        font-size: 18px;
        line-height: 28px;
    }
    .brand-column .content {
        width: 500px;
    }
    .brand-column small {
        font-size: 18px;
    }
    .brand-column h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .brand-promo .content {
        width: 640px;
        font-size: 18px;
        line-height: 28px;
    }
    .brand-promo .content b {
        font-size: 40px;
        line-height: 50px;
    }
    .direction-list .direction-long,
    .direction-list .direction-banner {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    }
    .direction-list .direction-long .grid-2 a {
        padding-top: 350px;
    }
    .direction-list .direction-long .grid-4 a {
        padding-top: 300px;
    }
    .direction-list .direction-long .grid-2 a .img-wrap {
        height: 350px;
    }
    .direction-list .direction-long .grid-4 a .img-wrap {
        height: 300px;
    }
    .cabinet .direction-list .direction-long {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    }
    .direction-list .container {
        height: 700px;
    }
    .direction-list .container .right {
        width: 800px;
    }
    .direction-list .container li {
        width: 800px;
        height: 700px;
    }
    .direction-list .direction-banner {
        height: 500px;
    }
    .direction-list .direction-banner a:after {
        height: 230px;
    }
    .direction-list .direction-banner .left a {
        padding-top: 55px;
    }
    .direction-list .direction-banner .right a {
        padding-top: 120px;
    }
    .direction-list .direction-banner .title {
        font-size: 40px;
    }
    .direction-list .direction-banner .title span {
        font-size: 20px;
    }
    .direction-list .direction-banner .label {
        font-size: 40px;
    }
    .breadcrumb {
        font-size: 20px;
        line-height: 25px;
    }
    .equipment .column p {
        font-size: 18px;
        line-height: 28px;
    }
    .development .dev-anons {
        width: 1200px;
        font-size: 18px;
        line-height: 28px;
    }
    .development .dev-anons h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .development .dev-anons.long {
        width: 1200px;
    }
    .development .dev-anons.long h3 {
        width: 1200px;
        max-width: 1200px;
        font-size: 30px;
        line-height: 40px;
    }
    .development .dev-anons.long p {
        width: auto;
        max-width: 1200px;
        font-size: 18px;
        line-height: 28px;
    }
    .development .dev-block h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .development .dev-block ul.list>li>ul>li {
        font-size: 22px;
        line-height: 32px;
    }
    .edge .left {
        width: 920px;
    }
    .edge .left p,
    .edge .list p {
        line-height: 50px;
    }
    .list-photo .title { 
        left: 35px;
    }
    .list-brands .item {
        width: 369px;
    }
    .list-photo_home .list-photo .title {
        width: 1300px;
    }
    .list-photo_home .list-photo .title .name {
        display: block;
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 45px;
    }
    .list-photo_home .list-photo .title span+a {
        font-size: 40px;
        line-height: 50px;
    }
    .list-photo_home .list-photo .photo img {
        min-width: 100%;
        height: auto;
        max-height: 96vh;
    }
    .list-photo_home .list-photo .container {
        width: 1600px !important;
        margin-left: -800px !important;
    }
    .about-column .left {
        width: 710px;
    }
    .about-column .right {
        width: 670px;
    }
    .about-column .column {
        font-size: 22px;
        line-height: 44px;
        padding: 0 0 130px 0;
    }
    .about-maps .left {
        width: 720px;
    }
    .about-maps .right ul>li span {
        font-size: 18px;
    }
    .articles h1 {
        font-size: 35px;
        line-height: 35px;
    }
    .articles ul {
        /*max-width: 440px;*/
    }
    .articles ul>li {
        line-height: 26px;
        margin: 0 0 15px;
    }
    .articles ul>li:before {
        margin-top: 4px;
    }
    .header .cart-button a {
        font-family: "Futura";
    }
    .header .cart-title h1 {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 9px;
    }
    .header .cart-title.sm {
        font-size: 15px;
        font-family: "bold";
    }
    .header .cart-title b {
        font-size: 30px;
    }
    .header .cart-title {
        width: 1180px;
        bottom: 130px;
    }
    .header .cart-menu {
        width: 1260px;
        bottom: 45px;
        font-size: 22px;
        line-height: 28px;
    }
    .header .cart-menu:before {
        width: 1300px;
        top: 0;
        bottom: 55px;
    }
    .header .photo .container {
        width: 1600px;
        margin-left: -800px;
    }
    .header .list-photo .bx-controls-direction {
        width: 1600px;
        margin-left: -800px;
    }
    .header .menu-topic {
        width: 1180px;
    }
    .header .menu-topic h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .header .menu-topic span {
        font-size: 18px;
    }
    .header.header-service .cart-title {
        width: 1000px;
    }
    .header.header-service .cart-title h1 {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 9px;
    }
    .header.header-service .cart-menu {
        font-size: 22px;
    }
    .cart>.container {
       /* position: relative;*/
    }
    .cart .left {
        font-size: 20px;
        line-height: 30px;
    }
    .cart .left .cart-more a {
        height: 60px;
        line-height: 58px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        padding: 0 40px;
    }
    .cart .right {
        padding-bottom: 100px;
    }
    /*.cart .thumbnails {
        position: absolute;
        top: 680px;
        right: 0;
        margin-right: 395px;
    }*/
    .description {
        height: auto;
    }
    .description .bx-viewport {
        height: auto !important;
    }
    .description .container {
        height: 700px;
        /*height: auto;*/
        width: 1600px;
        padding-right: 50px;
        padding-left: 40px;
    }
    .container.articles{
        padding-left: 70px;
    }
    .description .container.table-block {
        height: auto;
    }
    .description .js-tabs-body {
        height: auto;
    }
    .description .item {
        height: auto;
    }
    .description .item .container {
        width: 1600px;
    }
    .description .item.item-1 .container {
        padding-top: 180px;
        padding-right: 800px;
        padding-left: 160px;
    }
    .description .item.item-2 .container {
        padding-top: 180px;
        padding-right: 800px;
        padding-left: 160px;
    }
    .description .item.item-2 h3 {
        font-size: 30px;
    }
    .description .item.item-2 p {
        font-size: 20px;
        line-height: 30px;
    }
    .description .item.item-3 .container {
        padding-top: 180px;
        padding-left: 160px;
    }
    .description .item.item-3 p {
        padding-right: 800px;
    }
    .description .item.item-4 .container {
        padding-top: 180px;
    }
    .description .tabs-nav .container a {
        font-size: 20px;
        font-family: "Futura";
    }
    .description .tabs-nav .container a.active {
        font-size: 35px;
    }
    .description table th {
        font-size: 25px;
       /* padding-top: 70px;*/
    }
    .description table td {
        font-size: 20px;
        line-height: 30px;
    }
    .description table td.field {
        font-size: 20px;
        line-height: 30px;
    }
    .description .bx-pager {
        position: absolute;
        top: 180px;
    }
    .pucker b {
        font-size: 20px;
        line-height: 25px;
    }
    .pucker table td,
    .pucker table th {
        padding: 20px !important;
        vertical-align: top;
    }
    .pucker p,
    .pucker h1,
    .pucker h2,
    .pucker h3,
    .pucker h4,
    .pucker h5,
    .pucker h6,
    .pucker li,
    .pucker table {
        max-width: 920px;
    }
    .pucker p {
        font-size: 18px;
        line-height: 28px;
    }
    .pucker .pucker-content {
        padding-right: 800px;
    }
    .pucker .articles img {
        max-width: 600px;
    }
    .offer {
        padding: 90px 0;
    }
    .offer h3 {
        width: 280px;
        font-size: 40px;
        line-height: 50px;
    }
    .offer .offer-content {
        margin-left: 320px;
    }
    .offer .offer-content>li {
        width: 460px;
    }
    .look {
        padding-top: 190px;
        padding-bottom: 100px;
    }
    .look .look-left {
        width: 500px;
    }
    .look .look-content {
        width: 900px;
    }
    .look .look-content img {
        width: 400px;
    }
    .look .look-content a {
        height: 420px;
    }
    .look .look-content a b {
        font-size: 20px;
        line-height: 25px;
        right: 240px;
    }
    .look .look-content a i {
        right: 240px;
        font-size: 12px;
    }
    .look .look-content a span {
        font-size: 25px;
        line-height: 30px;
        padding-right: 300px;
    }
    .look .look-content a:before {
        right: 240px;
    }
    .look h3 {
        font-size: 50px;
        line-height: 50px;
    }
    .look p {
        font-size: 20px;
        line-height: 30px;
    }
    .share b {
        font-size: 30px;
    }
    .share ul>li {
        width: 100px;
        height: 46px;
    }
    .share ul span {
        font-size: 20px;
        margin: 12px 0 0 55px;
    }
    .share ul a {
        width: 46px;
        height: 46px;
        background-image: url("../images/share2.png");
    }
    .share ul a.item1 {
        background-position: 0 0;
    }
    .share ul a.item2 {
        background-position: -46px 0;
    }
    .share ul a.item3 {
        background-position: -92px 0;
    }
    .share ul a.item4 {
        background-position: -138px 0;
    }
    .share ul a.item5 {
        background-position: -184px 0;
    }
    .compare h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .compare .hidden {
        display: block;
    }
    .compare table th a {
        width: 300px
    }
    .complete h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .complete .item {
        height: auto;
    }
    .complete .item img {
        width: 100%;
    }
    .complete .item b {
        font-size: 40px;
        line-height: 50px;
        padding-right: 150px;
    }
    .accessories {
        padding: 70px 0 100px 0;
    }
    .accessories h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .accessories .carousel {
        margin-left: 360px;
    }
    .accessories .item i {
        font-size: 15px;
    }
    .accessories .item b {
        font-size: 20px;
        line-height: 30px;
    }
    .accessories .item span {
        font-size: 20px;
        line-height: 30px;
    }
    .recommend {
        padding: 70px 0 80px 0;
    }
    .recommend h3 {
        width: 370px;
        font-size: 40px;
        line-height: 50px;
    }
    .recommend .tabs-list {
        font-size: 20px;
        line-height: 30px;
    }
    .recommend .tabs-content {
        height: 100%;
    }
    .recommend .tabs-content .bx-controls-direction a {
        margin-top: -145px;
    }
    .recommend .tabs-content .js-tabs-body {
        width: 1600px;
        height: 550px;
    }
    .recommend .carousel {
        margin-left: -40px;
        margin-right: -40px;
    }
    .recommend .carousel .content {
        height: 500px;
    }
    .recommend .js-tabs-list {
        margin-bottom: 0;
    }
    .recommend .carousel .content div {
        position: absolute;
        padding: 0 40px;
        left: 0;
        width: 100%;
        bottom: 10px;
        z-index: 10;
    }
    .recommend .carousel .content .item-img_wrap {
        position: relative;
        padding: 120px 0 0;
        bottom: 0;
        z-index: 8;
    }
    .recommend .carousel .content b {
        display: block;
        font-size: 30px;
        line-height: 30px;
        padding: 0 0 21px;
        position: static;
    }
    .recommend .carousel .content span {
        height: auto;
        font-size: 20px;
        line-height: 22px;
        padding: 0 0 20px;
        position: static;
    }
    .recommend .carousel .content:after {
        height: 200px;
    }
    .recommend .carousel .item {
        width: 25%;
    }
    .tags .tags-content a {
        font-size: 16px;
        line-height: 21px;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        border-radius: 16px;
        margin-right: 22px;
    }
    .error-404 p {
        font-size: 24px;
    }
    .error-404 .message b {
        font-size: 40px;
        line-height: 40px;
    }
    .reviews .container {
        position: relative;
    }
    .reviews .reviews-content {
        margin-left: 430px;
    }
    .reviews .carousel blockquote {
        width: 800px;
        font-size: 40px;
        line-height: 50px;
    }
    .reviews .carousel .user {
        width: 800px;
        font-size: 30px;
    }
    .reviews .carousel .user b {
        font-size: 20px;
        padding-top: 12px;
    }
    .reviews .reviews-more {
        font-size: 20px;
    }
    .slider-news h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .photos .photo .container {
        width: 1600px;
        margin-left: -800px;
    }
    .photos .photo b {
        font-size: 35px;
        font-family: "Futura";
    }
    .photos .photo span {
        font-size: 40px;
    }
    .photos .photo span i {
        font-size: 20px;
        padding-top: 20px;
    }
    .photos .bx-pager {
        width: 1600px;
        position: absolute;
        top: 40px;
        left: 50%;
        right: 0;
        padding-right: 50px;
        margin-left: -800px;
        text-align: right;
    }
    .photos .bx-controls-direction {
        width: 1600px;
        height: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        padding-right: 10px;
        margin-left: -800px;
        margin-top: -41px;
    }
    .photos .bx-controls-direction a {
        margin: 0;
        position: static;
    }
    .photos .bx-controls-direction a.bx-prev {
        float: left;
    }
    .photos .bx-controls-direction a.bx-next {
        float: right;
    }
    .photos .bx-controls-direction a.disabled {
        display: none;
    }
    .subscribe .container {
        max-width: 1200px;
    }
    .service-office .container {
        padding-right: 300px;
    }
    .service-list ul {
        width: 660px;
    }
    .service-list ul+ul {
        margin-left: 130px;
    }
    .service-list ul li {
        font-size: 24px;
    }
    .service-list ul li b {
        font-size: 70px;
        line-height: 70px;
    }
    .offers .offers-content {
        width: 1150px;
    }
    .items-grid_wrap>li {
        float: left;
        width: 33.3333%;
        padding: 0 0 30px 30px;
        position: relative;
    }
    .items-grid_wrap>li.long {
        width: 66.6666%;
    }
    .items-grid_wrap>li.adding {
        display: block;
    }
    .items-grid_wrap>li.big-image a {
        height: 360px;
        overflow: hidden;
    }
    .items-grid_wrap>li a.type1 .cost {
        font-size: 18px;
    }
    .items-grid_wrap>li a.type2 {
        height: 360px;
    }
    .items-grid_wrap>li a.type3 {
        height: 360px;
    }
    .brand-list .items-grid_wrap>li {
        width: 25%;
    }
    .brand-list .items-grid_wrap>li.long {
        width: 50%;
    }
    .brand-list .items-grid_wrap>li.big-image a {
        height: 360px;
    }
    .catalog .s-menu {
        margin: 0 0 40px;
    }
    .catalog .s-menu>b {
        font-size: 15px;
    }
    .catalog .s-menu-list {
        font-size: 25px;
        line-height: 35px;
        font-family: "Futura";
    }
    .catalog .list-top h2 {
        font-size: 35px;
        line-height: 35px;
    }
    .catalog .s-compare b,
    .catalog .s-compare i {
        font-size: 20px;
    }
    .catalog .s-compare span {
        top: 2px;
    }
    .catalog .list-content .post {
        width: 300px;
    }
    .catalog .list-content .post .p-tags {
        max-width: 140px;
    }
    .catalog .list-content .post .field {
        font-size: 14px;
        line-height: 15px;
    }
    .catalog .list-content .post.post-column {
        width: 616px;
    }
    .catalog .list-content .post.post-column .block {
        left: 346px;
    }
    .catalog .list-content .post-offer {
        width: 300px;
    }
    .catalog .list-content .topic {
        width: 299px;
    }
    .catalog .list-content .topic-offer {
        width: 299px;
    }
    .catalog .list-content.list-inline .post {
        width: 1205px;
    }
    .catalog .list-content.list-inline .post .name {
        width: 640px;
    }
    .catalog .list-content.list-inline .post .field {
        width: 640px;
    }
    .catalog .list-content.list-inline .post .p-tags {
        max-width: 970px;
    }
    .catalog .list-content.list-inline .post .status {
        right: -50px;
        bottom: 5px;
    }
    .catalog .list-content.list-inline .post.post-column {
        width: 1205px;
    }
    .catalog .list-content.list-inline .post-offer {
        width: 1205px;
    }
    .checkbox {
        font-size: 19px;
        line-height: 22px;
        letter-spacing: -0.5px;
    }
    .checkbox label:before {
        width: 15px;
        height: 15px;
        background-position: -51px -257px;
        top: 5px;
    }
    .checkbox input:checked+label:before {
        width: 18px;
        height: 17px;
        background-position: -66px -255px;
        top: 3px;
    }
    .list-items_wrap .list-item {
        margin-bottom: 60px;
    }
    .list-items_wrap .list-item:last-of-type {
        margin-bottom: 0;
    }
    .list-items_wrap .list-item .item_inner .item_block .block_inner .block_title a {
        font-size: 22px;
    }
    .list-items_wrap .list-item .item_inner .item_block .block_inner .block_info {
        font-size: 16px;
        line-height: 22px;
    }
    .list-items_wrap .list-item .item_inner .item_block .block_inner .block_title p {
        font-size: 16px;
        margin-top: 5px;
    }
    .list-items_wrap .list-item .item_inner .block_visual {
        width: 600px;
        margin-right: auto;
        font-size: 22px;
        line-height: 32px;
    }
    .list-items_wrap .list-item .item_inner .block_visual p {
        max-width: 460px;
    }
    .list-items_wrap .list-item .item_inner .block_visual a {
        font-size: 18px;
    }
    .search-page .tabs-list {
        padding-left: 366px;
    }
    .search-page .catalog .list {
        width: 1280px;
    }
    .search-post {
        max-width: 980px;
    }
    .search-post h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .search-post b {
        font-size: 18px;
        line-height: 24px;
    }
    .search-post .post-cell {
        font-size: 18px;
        line-height: 24px;
    }
    .vacancy .vacancy__left {
        width: 800px;
    }
    .vacancy .vacancy__left .list-ball>li {
        font-size: 16px;
    }
    .vacancy .vacancy__left .text-hot {
        font-size: 16px;
    }
    .vacancy .vacancy__sidebar {
        margin-right: 200px;
    }
    .best ul>li {
        width: 380px;
        margin: 0 60px;
        font-size: 18px;
        line-height: 28px;
        font-weight: normal;
        font-family: "Futura";
    }
    .best b {
        font-weight: normal;
        font-size: 35px;
        line-height: 35px;
        padding-top: 55px;
        margin-bottom: 50px;
    }
    .best img.little-img {
        display: none;
    }
    .best img.big-img {
        display: inline;
    }
    .top {
        padding-bottom: 910px;
    }
    .bottom {
        height: 910px;
    }
    .footer-column .social {
        bottom: 0;
    }
    .footer-sidebar {
        width: 450px;
        padding-right: 60px;
    }
    .footer-sidebar a {
        font-size: 16px;
        padding: 8px 0;
    }
    .footer-menu b {
        font-size: 30px;
        line-height: 40px;
        font-family: "Futura";
        margin-bottom: 40px;
    }
    .footer-menu ul {
        font-size: 15px;
        line-height: 20px;
    }
    .footer-catalog a {
        font-size: 14px;
    }
    .footer-catalog a {
        padding: 10px 0;
    }
    .footer-catalog {
        padding-bottom: 45px;
    }
    .footer-content .cat {
        margin-bottom: 45px;
    }
    .footer-content {
        margin-left: 550px;
    }
    .footer-contacts:before {
        left: -100px;
    }
    .footer-contacts .content b {
        font-size: 20px;
    }
    .footer-content .cat {
        font-size: 22px;
    }

    .footer-column {
        padding-top: 45px;
    }

    .footer-column .menu.menu-1 {    
        width: 550px;
    }

    .footer-column .menu.menu-3 {
        margin-left: 139px;
    }

    .news-view_header-inner {
        width: 1600px;
        max-width: 1600px;
    }

    .slidemenu {
        min-width: 1600px;
    }

    .slidemenu .slidemenu_wrap {
        max-width: 1600px;
    }

    .slidemenu .slidemenu_inner {
        width: 1200px;
    }
    .slidemenu-top ul>li+li {
        margin-left: 50px;
    }
    .slidemenu-middle .sidebar {
        width: 600px;
        padding-left: 330px;
    }
    .slidemenu-middle .content {
        left: 600px;
        padding-left: 50px;
    }
    .slidemenu-middle .content .tab-level-2 {
        left: 50px;
    }
    /**************************/

}

.news-photo {
    display: block;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.new-item {
    /*float: left;*/
    width: 33%;
    margin-right: 0.3333%;
    padding: 0 20px;
}

/*.active_tag {
    background-color: #ff2e2e;
    border-color: #ff2e2e;
    color: #fff!important;
}*/
.active_tag {
    text-align: center;
    display: block;
    border: 1px solid #ff8326;
    background: #ff8326;
    height: 37px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 0 23px;
    margin: 0 0 0 15px;
    line-height: 35px;
    border-radius: 19px;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.active_napr {
    text-decoration: underline;
}

.header.white-bg.active .overlay-title {
    /*top: 25px;*/
}

.cart .thumbnails a {
    overflow: hidden;
}

.js-thumbnails a {
    width: 154.4px;
    height: 100px;
    overflow: hidden;
}

.js-thumbnails .slick-current.slick-active {
    opacity: .5;
}

.js-thumbnails a,
.js-carousel a {
    text-align: center;
}

.js-thumbnails a img,
.js-carousel a img {
    display: inline-block;
    max-height: 100px;
    overflow: hidden;
}

.js-thumbnails a {
    /*background: #ebebeb;*/
}

.js-thumbnails .slick-arrow {
    position: absolute;
    z-index: 1000;
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    cursor: pointer;
}

.js-thumbnails .slick-arrow.slick-prev {
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 22px;
    background: url("../images/icons.png") no-repeat;
    background-position: -69px 0;
}

.js-thumbnails .slick-arrow.slick-prev:hover {
    background-position: -69px -73px;
}

.js-thumbnails .slick-arrow.slick-next {
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 22px;
    background: url("../images/icons.png") no-repeat;
    background-position: -82px 0;
}

.js-thumbnails .slick-arrow.slick-next:hover {
    background-position: -82px -73px;
}

.js-carousel a {
    padding: 15px;
}

.js-carousel a>div {
    height: 536px;
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.cart .carousel {
    height: 530px;
}


/*.js-carousel.slick-slider {
    top: 50%;
    transform: translateY(-50%);
}*/
/****************************************************/
@media all and (max-width : 1261px) {
    .js-window .list-photo{height: 768px !important;}
    .js-window .photo{height: 768px !important;}
/*  .route .container{max-width: unset;width:100%;}*/
    .route .container p{font-size: 16px;}
}
/****************************************************/

/*fix from 20.03.2017 */
    body.menu-fixed.hidden .slidemenu .slidemenu_wrap{
        padding-top: 0;
    }
    body.menu-fixed.hidden .slidemenu .slidemenu-header .tel{
        margin-top: 6px;
    }
    body.menu-fixed.hidden .slidemenu .slidemenu-header .logo{
        margin: 17px 0 0 70px;
        width: 230px
    }
    body.menu-fixed.hidden .slidemenu .close{
        top: 14px;
    }
    .cart .thumbnails{
        padding-top: 0 !important;
    }
.items_fixed:before,
.items_fixed:after,
.items_grid:before,
.items_grid:after{
content:'';
clear: both;
display: table;
}
.ajaxnews .item-little .post-photo{
padding:0;
}

@media screen and (min-width: 1600px){
    ul.new_column{
        width: 50% !important;
    }
    ul.new_column li{
        font-size: 20px;
        margin: 0 0 20px !important;
        line-height: 1.2 !important;
    }
    .cart .right{
        padding: 0;
    }
}

.cart .carousel{
    height: auto;
}
.js-carousel a{
    padding: 0;
}
.cart .container .thumbnails{
    padding: 0 !important;
}
.cart .thumbnails a.active{
    opacity: 0.4;
}

.description .item.item-2 h3,
.description .item.item-4 h3{
font-size: 25px;
}

.description .item.item-2 p,
.description .item.item-4 p{
font-size: 16px;
}

/* fix from march, 27, 2017 */
.description .item.item_dark {
    background-color: #000;
}

.description .item.item_dark:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.description .item.item_dark .container {
    height: 700px;
    padding: 150px 480px 0 110px;
}

.description .item.item_dark a.video {
    display: block;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #2dd761;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}

.description .item.item_dark a.video i {
    display: block;
    width: 22px;
    height: 32px;
    text-indent: -9999px;
    background: url("../images/icons.png") -65px -157px no-repeat;
    margin: 34px 0 0 44px;
}

.description .item.item_dark a.video:hover {
    background-color: rgba(45, 215, 97, 0.8);
}

.description .item.item_dark h3 {
    font-size: 25px;
    line-height: 40px;
    font-family: "medium";
    color: #fff;
    padding-right: 100px;
    margin: 0 0 30px;
}

.description .item.item_dark p {
    font-size: 16px;
    line-height: 30px;
    color: white;
    margin: 0 0 20px;
}

.description .item.item_dark a {
    color: inherit;
    text-decoration: underline;
}

@media screen and (min-width: 1600px){
    #description.description .item.item-4 .container,
    #description.description .item_dark .container{
        padding-top: 180px !important;
        padding-right: 800px !important;
        padding-left: 160px !important;
        color: #ffffff;
    }
    .description .item.item-2 h3,
    .description .item.item-4 h3,
    .description .item.item_dark h3{
        font-size: 30px;
        line-height: 40px;
        font-family: "medium";
        color: #fff;
        padding-right: 100px;
        margin: 0 0 30px;
    }

    .description .item.item-2 p,
    .description .item.item-4 p,
    .description .item.item_dark p{
        font-size: 20px;
        line-height: 30px;
    }
}

.b-share_theme_counter span {
    background-color: #fff !important;

}

.share>b {
    display: block !important;
    margin-bottom: 30px;
}
.b-share-counter {display:block !important;}

.b-share {
    display: inline-block !important;
    vertical-align: top !important;
    overflow: hidden !important;
    padding: 0 0 0 0px !important;
    max-width: 100% !important;
    position: relative;
}


.b-share_theme_counter .b-share-btn__wrap {
    float: left;
    width: 80px;
    height: 33px;
    padding: 0 !important;
    margin-left: 60px !important; 
}

.b-share_theme_counter .b-share-icon {
    display: block;
    float: left;
    width: 33px !important;
    height: 33px !important;
}

.b-share_theme_counter .b-share-icon_vkontakte {
    background-position: 0 0 !important;
}

.b-share_theme_counter .b-share-icon_facebook {
    background-position: -33px 0 !important;
}

.b-share_theme_counter .b-share-icon_twitter {
    background-position: -66px 0 !important;
}

.b-share_theme_counter .b-share-icon_odnoklassniki {
    background-position: -99px 0 !important;
}

.b-share_theme_counter .b-share-icon_gplus {
    background-position: -132px 0 !important;
}

.b-share_theme_counter .b-share-counter {
    display: none !important;
    margin: 4px 0 0 43px !important;
    font-size: 16px !important;
    font-family: "medium" !important;
    left: 0 !important;
}

.b-share_theme_counter .b-share-btn__facebook:active,
.b-share_theme_counter .b-share-btn__vkontakte:active,
.b-share_theme_counter .b-share-btn__twitter:active,
.b-share_theme_counter .b-share-btn__gplus:active,
.b-share_theme_counter .b-share-btn__odnoklassniki:active {
    border: none !important;
}

.b-share_theme_counter .b-share__link:active .b-share-icon, .b-share_theme_counter .b-share__link:active .b-share-counter {
    top: 0 !important;
}

.index-slider__table {
    position: absolute;
    top: 15%;
    left: 0;
    max-width: 100%;
    width: 635px;
    text-align: left;
}

.index-slider__table .table-title {
    font: 24px/29px "Light";
    margin: 0 0 1px;
    padding: 24px 50px;
    color: #ffffff;
    background-color: rgba(35,33,118,0.8);
}

.index-slider__table .table-block {
    display: block;
    padding: 12px 50px;
    margin: 0;
    width: 100%;
    background-color: rgba(35,33,118,0.8);
}

.index-slider__table .table-title + .table-block {
    padding-top: 0;
    padding-bottom: 0;
}

.index-slider__table .table-line {
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px dashed #999999;
}
.index-slider__table .table-line:first-of-type {
    border-top: none;
}

.index-slider__table .table-item {
    display: block;
    position: relative;
    padding: 23px 0 24px;
    font: 16px/20px "Light";
    vertical-align: middle;
    color: #fff;
    text-align: left;
}

.index-slider__table .table-item:first-of-type {
    font-size: 35px;
    line-height: 34px;
    min-width: 130px;
    width: 130px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 18px;
}

.list-photo_home .container .index-slider__table {
    left: 40px;
}

.list-photo_home .container .title .index-slider__table {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 40px;
}


.medec {
    color: #171567;
}

.medec ul {
    list-style: disc;
    padding: 0 12px 0 40px;
    margin: 2px 0 16px 0;
}

.medec__banner-main {
    height: 100%;
    display: block;
}

.medec__img-main {
    position: absolute;
    display: block;
    width: 100%;
    max-height: 600px;
    top: 41px;
    left: 0px;
    float: left;
    z-index: -1;
    border-bottom: 2px solid greenyellow; 
}

.medec__img-main {
    background-image: url(http://www.stormoff.itcotest.ru/lp-medec/assets/img/main_banner-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    width: 100%;
    background-repeat: repeat-x;
    height: 96vh;
    position: absolute;
    top: 41px;
    left: 0px;
    z-index: -1;
}

.medec__logo-medec {
    display: none;
    width: 12%;
    height: 10%;
    padding: 0 7px 0 28px;
}

.medec__banner-support > span {
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
}

.medec__logo-stormoff {
    display: none;
    width: 20%;
    height: 10%;
    padding: 0 7px 0 28px;
}

.medec__h2 {
    font-weight: bold;
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 24px;
}

.medec__h2-second {
    padding: 49px 0px 23px 0;
}

.medec__h2-third {
    padding: 36px 0px 11px 0;
    font-size: 29px;
    text-align: center;
}

.medec__h2-fourth {
    padding: 37px 0px 23px 0;
    text-align: center;
}

.medec__advantages {
    width: 100%;
    display: block;
}


.advantages__text-first {
    padding-right: 29px;
}

.advantages__text-second {
    padding-left: 29px;
}

.advantages__text-h2 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 12px;
 }


.advantages__img > img {
    width: 100%;
}

.medec__advantages-first > img {
    padding-top: 20px;
}

.medec__advantages-second {
}

.medec__advantages-second > p {
    padding-top: 27px;
}

.medec__col {
    display: block;
    margin: 32px 0 0 0;
}

.medec__col > img {
    width: 100%;
    display: block;
}

.medec__banners {
    text-align: center;
    font-size: 14px;
}

.medec__h2-first {
    text-align: center;
    padding-bottom: 38px;
    margin-top: 17px;
}

.medec__form-raw {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 43px;
    background-color: #f6f6f6;
}

.medec__form-first {
    width: 91%;
    margin: auto;
    padding: 27px 0 27px 0;
    display: block;
}

.medec__form-first > p {
    display: inline-block;
}

.bullets__text {
    width: 65%;
    display: inline-block;
}

.medec__form-contact > input {
    display: inline-block;
    padding: 0;
    margin: 0;

}

.medec__form-contact > input[type=telephone] {
    border: 1px solid #cbcbcb;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
    font-family: "Futura";
    padding: 10px 20px;
    color: #232176;
}

.medec__form-contact > input[type=submit] {
    background-color: #ff8326;
    font-size: 18px;
    line-height: 24px;
    font-family: "medium";
    color: #fff;
    height: 50px;
    padding-top: 0;
    transition: linear all 0.3s;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.medec__form-contact > input[type=submit]:hover {
    background-color: #6cea3e;
}

.medec__text-main {
    width: 100%;
    display: block;
}

.medec__bullets {
    width: 100%;
    padding: 23px 0px 36px 0;
    	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: inherit;
    justify-content: space-around;
    flex-wrap: wrap;
}

.medec__bullet {
    padding-top: 21px;
    width: 280px;
}

.medec__bullet  > img {
    width:  150px;
    height: 150px;
    display: block;
    margin: auto;
}

.medec__bullet > h2 {
    text-align: center;
    font-weight: bold;
    padding: 27px 0 12px 0;
}

.medec__bullet > p {
    text-align: center;
    max-width: 253px;
    margin: auto;
}

.medec__proposes {
    width: 100%;
    display: block;
}

.medec__lidogen-raw {
    background: #f6f6f6;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 20px;
}

.medec__lidogen {
    margin: auto;
}

.lidogen__text {
    display: inline-block;
}

.lidogen__text > p:last-child {
    text-align: center;
    display: inline-block;
}

.lidogen__form-contact {
}

.lidogen__form-contact > h2 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

.lidogen__form-contact > p {
    text-align: center;
    padding-bottom: 36px;
}

.index_submit > input {
    width: 100%;
    display: block;
    margin: 0 0 5px 0;
    height: 52px;
    border: 1px solid #cbcbcb;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
    font-family: "Futura";
    padding: 10px 20px;
    color: #232176;
    margin-right: 12px;
}

.index_submit > input[type=submit] {
    width: 60%;
    margin: auto;
    margin-top: 16px;
    background-color: #ff8326;
    font-size: 18px;
    line-height: 24px;
    font-family: "medium";
    color: #fff;
    height: 50px;
    transition: linear all 0.3s;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
}

.index_submit > input[type=submit]:hover {
    background-color: #6cea3e;
}

.index_submit > textarea {
    width: 100%;
    height: 149px;
    resize: none;
    display: block;
    margin: 0 0 5px 0;
    border: 1px solid #cbcbcb;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
    font-family: "Futura";
    padding: 10px 20px;
    color: #232176;
    margin-right: 12px;
}

.medec_confpolisiti {
    padding-top: 20px;
}

.medec__text {
    padding-bottom: 57px;
}

.medec .divider {
    display: block;
    margin-top: 784px;
}

.medec .success {
    text-align:right;
    display:block;
    vertical-align:top;
    max-width: 224px;
    margin:auto;
}

.medec__form-first > .success { 
    text-align: right;
    float: right;
}

.medec input.notChecked::placeholder {
    color: red;
} 






/*28.09.2018*/

#s1000ban{}
#s1000ban .siemens-logo{width:93px; height:15px; min-width: 93px;}
#s1000ban .s1000-head{font-size:36px; color:#e45070; text-transform:uppercase; border-left:1px solid #fff; border-right:1px solid #fff; padding: 0 10px; max-width:380px; margin: 25px 0; line-height: 34px;}
#s1000ban .s1000-head span{font-size:15px; color:#e45070; line-height:22px;padding-bottom:0;}
#s1000ban .s1000-body {font-size:17px; color:#fff; line-height: 29px; text-transform:uppercase;}
#s1000ban .s1000-body span{font-size:17px; color:#e45070; display:inline;}
#s1000ban .s1000-body ul{list-style:square; color:#e45070; margin: 28px 0 0 20px;}
#s1000ban .s1000-body ul li{margin:0 0 0 0;}
#s1000ban .s1000-body ul li span{color:#fff;}
#s1000ban .s1000-bron{color:#fff; font-size:14px; text-transform:uppercase; background: url("../images/ico_bron.png") left center  no-repeat; padding-left:50px;margin-top: 30px; margin-bottom: 35px; min-height: 36px; padding-top: 6px;}
#s1000ban .s1000-bron span{color:#e45070; display:inline;  font-size:14px;}

@media (max-width: 799px) {
	#s1000ban .siemens-logo{margin:0;}
}
@media (max-width: 767px) {
	#s1000ban .s1000-head span{padding-bottom:0;}
	#s1000ban .siemens-logo{display:none;}
}
@media (max-width: 500px) {
	#s1000ban .s1000-head{font-size:30px; line-height: 28px;}
	#s1000ban .s1000-head span{font-size:14px; line-height:20px;}
	#s1000ban .s1000-body {font-size:16px; line-height: 28px;}
	#s1000ban .s1000-body span{font-size:16px;}
	#s1000ban .s1000-bron{font-size:13px;}
	#s1000ban .s1000-body ul{margin-top:0;}
	#s1000ban .s1000-body ul li:nth-child(3){display:none;}
	#s1000ban .s1000-bron{margin-top:5px;}
}
@media (max-width: 440px) {
	#s1000ban .s1000-head{margin: 10px 0;}
	#s1000ban .s1000-body ul{list-style:square; color:#e45070; margin: 18px 0 0 10px;}
}
@media (max-width: 400px) {
	#s1000ban .s1000-head span {font-size: 12px;}
	#s1000ban .s1000-body {font-size: 13px;}
	#s1000ban .s1000-body span {font-size: 13px;}
}
@media (max-width: 360px) {
	#s1000ban .s1000-head {font-size: 24px;}
	#s1000ban .s1000-head span {font-size: 10px;}
}

.slick-slider#expositionSlide {
    margin: 0 -30px;
}

.slick-slider#expositionSlide .list-item {
    margin: 0 30px;
}


.listing-filters_wrap.products-page .listing-filters_inner .listing_block .products-listing {
    
    width: 100%;
}
.comagic-o-rack--bottom {
    padding-bottom: 80px !important;
}









