html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
hr,
address,
br,
b,
i,
sub,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
ul,
ol,
li,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area,
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
section,
aside,
figure,
figcaption,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
:focus {
  outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/* font-family: "Lato"; */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/latoregular.eot');
  src: url('../fonts/latoregular.woff') format('woff'),
       url('../fonts/latoregular.ttf') format('truetype'),
       url('../fonts/latoregular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
section {
  display: block;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px -2px;
}
@media (max-width: 768px) {
  table {display: block; overflow: auto;}
  table td, table th {word-break: inherit; min-width: 150px;}
}
table a {
  text-decoration: underline;
}
table a:hover {
  text-decoration: none;
}
tr {
  
}
td {
  background-color: #f1f1f1;
  color: #202020;
  padding: 10px 5px;
  color: #202020;
  word-break: break-word;
  vertical-align: middle;
  border: 2px solid #fff;
}
thead td,
th {
  color: #ffffff;
  padding: 10px 5px;
  background-color: #213172;
  vertical-align: middle;
  word-break: break-word;
  border: 2px solid #fff;
}
th,
td {
  padding: 10px 15px;
  border: 2px solid #fff;
}
hr {
  display: block;
  margin: 20px 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #cecece;
}
article h1,
article h2 {
  margin-bottom: 20px;
}
article h3,
article h4 {
  margin-bottom: 15px;
}
article p {
  margin: 0 0 10px 0;
}
article ul,
article ol {
  margin: 0 0 10px 0;
}
article ul li,
article ol li {
  margin-top: 5px;
  margin-bottom: 5px;
}
article ul>li {
  display: block;
  padding-left: 20px;
  position: relative;
}
article ol>li {
  display: list-item;
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 5px;
}
article ul>li:before {
  position: absolute;
  top: 8px;
  left: 4px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #000;
  content: "";
}
article .ya-share2 li {
  padding-left: 0;
}
article .ya-share2 li:before {
  display: none;
}
img {
  max-width: 100%;
}
a:hover img {
  opacity: 0.9;
}
html,body {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Open Sans", arial, sans-serif;
  color: #202020;
  background-color: #fff;
}
body._overflow {
  overflow: hidden;
}
.b-wrapper {
  min-height: calc(100vh - 450px);
  max-width: 1920px;
  margin: 0 auto;
  min-width: 320px;
}
.s-footer {
  max-width: 1920px;
  margin: 0 auto;
  min-width: 320px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.wrapper {
  display: inline-block;
  width: 100%;
}
.margin-10-0 {margin: 10px 0;}.margin-20-0 {margin: 20px 0;}.margin-30-0 {margin: 30px 0;}.margin-40-0 {margin: 40px 0;}.margin-bottom-10 {margin-bottom: 10px;}.margin-bottom-20 {margin-bottom: 20px;}.margin-bottom-30 {margin-bottom: 30px;}.margin-bottom-40 {margin-bottom: 40px;}.margin-bottom-50 {margin-bottom: 50px;}.margin-top-10 {margin-top: 10px;}.margin-top-20 {margin-top: 20px;}.margin-top-30 {margin-top: 30px;}.margin-top-40 {margin-top: 40px;}.margin-top-50 {margin-top: 50px;}.padding-10-0 {padding: 10px 0;}.padding-20-0 {padding: 20px 0;}.padding-30-0 {padding: 30px 0;}.padding-40-0 {padding: 40px 0;}.padding-50-0 {padding: 50px 0;}.padding-bottom-10 {padding-bottom: 10px;}.padding-bottom-20 {padding-bottom: 20px;}.padding-bottom-30 {padding-bottom: 30px;}.padding-bottom-40 {padding-bottom: 40px;}.padding-bottom-50 {padding-bottom: 50px;}.padding-top-10 {padding-top: 10px;}.padding-top-20 {padding-top: 20px;}.padding-top-30 {padding-top: 30px;}.padding-top-40 {padding-top: 40px;}.padding-top-50 {padding-top: 50px;}.padding-top-60 {padding-top: 60px;}
.hidden {
  display: none;
}
.left {  
  float: left;
}
.right {
  float: right;
}
.section-name._h1,
h1,.h1 {
  font-size: 300%;
  line-height: 1.2;
}
.section-name._h2,
h2,.h2 {
  font-size: 240%;
  line-height: 1.2;
}
.section-name._h3,
h3,.h3 {
  font-size: 180%;
  line-height: 1.2;
}
.section-name._h4,
h4,.h4 {
  font-size: 130%;
  line-height: 1.2;
}
.section-name.uppercase {
  text-transform: uppercase;
}
.section-name.bold {
  font-weight: bold;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
a {
  position: relative;
  color: #28356b;
  text-decoration: underline;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
a:hover {
  text-decoration: none;
}
.button {
  cursor: pointer;
  text-decoration: none;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 2px;
  font-size: 105%;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: #3f4c81;
  position: relative;
  min-width: 120px;
  border: 1px solid #3f4c81;
}
.button:hover {
  background-color: #6676bb;
  border-color: #6676bb;
}
.button:active {
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -o-transform: translateY(1px);
  -moz-transform: translateY(1px);
  transform: translateY(1px);
}
.button.block {
  display: block;
}
.button.round {
  border-radius: 32px;
}
.button.small {
  padding: 5px 10px;
  font-size: 90%;
  min-width: inherit;
}
.button.medium {
  padding: 14px 15px;
  min-width: 180px;
}
.button.big {
  padding: 15px 20px;
  min-width: 220px;
}
.button.small.auto,
.button.auto,
.button.big.auto {
  min-width: inherit;
}
.button.transparent {
  background: transparent;
  color: #424e80;
  border-color: #424e80;
}
.button.transparent:hover {
  background: #424e80;
  color: #fff;
  border-color: #424e80;
}
.button.transparent.white {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.button.transparent.white:hover {
  background: #fff;
  color: #424e80;
  border-color: #fff;
}
.button.green {
  background-color: #076f07;
  color: #fff;
  border-color: #076f07;
}
.button.green:hover {
  background-color: #20b520;
  border-color: #20b520;
}
.button.red {
  background-color: #ff4b55;
  color: #fff;
  border-color: #ff4b55;
}
.button.red:hover {
  background-color: #ef6b72;
  border-color: #ef6b72;
}
/*article spoiler*/
.w-article-spoiler {
  margin: 5px 0;
}
.w-article-spoiler .name {
  padding: 10px 50px 10px 20px;
  font-size: 110%;
  color: #000;
  background-color: #f1f1f1;
  position: relative;
  cursor: s-resize;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.w-article-spoiler._toggled .name,
.w-article-spoiler .name:hover {
  background-color: #202539;
  color: #fff;
}
.w-article-spoiler._toggled .name .b-dropper,
.w-article-spoiler .name:hover .b-dropper {
  color: #fff;
}
.w-article-spoiler .name .b-dropper {
  width: 50px;
  height: 40px;
  color: #000;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  content: "";
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.w-article-spoiler .name .b-dropper:before {
  content: "+";
} 
.w-article-spoiler .name._toggled .b-dropper:before {
  content: "-";
  line-height: 32px;
} 
.w-article-spoiler .article-spoiler-content {
  display: none;
  background-color: #f6f6f6;
  padding: 20px;
}
/*article spoiler end*/
/*input*/
input.input__default,
textarea.textarea__default {
  display: inline-block;
  width: 100%;
  height: 80px;
  border: 1px solid #cacaca;
  background-color: #fff;
  font-size: 100%
  color: #202020;
  font-family: "Open Sans", arial, sans-serif;
  border-radius: 2px;
}
input.input__default {
  padding: 0 10px;
  height: 40px;
  border: 1px solid #cacaca;
  background-color: #fff;
}
textarea.textarea__default {
  padding: 10px 10px;
  height: 80px;
  min-height: 40px;
  resize: vertical;
}
input.colored__placeholder:-moz-placeholder {
  color: #202539;
}
input.colored__placeholder::-webkit-input-placeholder {
  color: #202539;
}
textarea.colored__placeholder:-moz-placeholder {
  color: #202539;
}
textarea.colored__placeholder::-webkit-input-placeholder {
  color: #202539;
}
input.colored__placeholder:-moz-placeholder {
  color: orange;
}
input.colored__placeholder:focus::-webkit-input-placeholder {
  color: orange;
}
textarea.colored__placeholder:-moz-placeholder {
  color: orange;
}
textarea.colored__placeholder:focus::-webkit-input-placeholder {
  color: orange;
}
input.input__default:focus {
  border-color: #000;
}
textarea.textarea__default:focus {
  border-color: #000;
}
input.input__default.error,
textarea.textarea__default.error {
  border-color: red;
}
.input.label-top label {
  display: block;
  margin-bottom: 3px;
  position: relative;
}
.input label span.red {
  color: red;
  display: inline-block;
  margin-left: 3px;
}
.input.icon-start {
  position: relative;
}
.input.icon-start .textarea__default,
.input.icon-start .input__default {
  padding-left: 30px;
}
.input.icon-start .fa {
  position: absolute;
  width: 15px;
  text-align: center;
  bottom: 12px;
  left: 8px;
  z-index: 1;
  pointer-events: none;
  font-size: 14px;
  color: #404040;
}
.input.icon-start.textarea .fa {
  bottom: inherit;
  top: 36px;
}
.input.icon-start .textarea__default:focus ~ .fa,
.input.icon-start .input__default:focus ~ .fa {
  color: #000;
}
.input.icon-start .textarea__default.error ~ .fa,
.input.icon-start .input__default.error ~ .fa {
  color: red;
}
.input.label-left label {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  position: relative;
}
.input.label-left label+input.input__default,
.input.label-left label+input.textarea__default {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 104px);
}
select {
  height: 41px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  display: block;
  width: 100%;
  padding: 0 6px;
}
.jq-selectbox__select {
  height: 40px;
  border: 1px solid #cacaca;;
}
.jq-selectbox__select-text {
  line-height: 40px;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #000;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #202539;
  color: #fff;
}
/*input*/
/*responsive box*/
.responsive-box {
  position: relative;
  width: 100%;
}
.responsive-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.responsive-box._75::before {
  padding-top: 75%;
}
.responsive-box._66::before {
  padding-top: 66.6%;
}
.responsive-box._50::before {
  padding-top: 50%;
}
.responsive-box._25::before {
  padding-top: 25%;
}
.responsive-box .responsive-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.responsive-box .responsive-image.contain {
  -webkit-background-size: contain;
  background-size: contain;
}
.s-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  text-align: center;
  display: none;
  z-index: 15;
}
.s-popup:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.w-popup {
  background: #fff;
  width: 500px;
  padding: 0;
  text-align: left;
  position: relative;
  vertical-align: middle;
  z-index: 10;
  display: none;
}
.w-popup .pop-head {
  display: table;
  width: calc(100% + 16px);
  position: relative;
  margin: 10px -8px;
}
.w-popup .pop-head .pop-name {
  background-color: #202539;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  height: 64px;
  width: 100%;
  text-align: center;
  font-size: 180%;
  line-height: 1.1;
  font-weight: bold;
  padding: 0 30px;
}
.w-popup .pop-body {
  padding: 10px 60px 20px;
  max-height: calc(100vh - 20px);
  overflow: auto;
}
.w-popup .pop-head+.pop-body {
  max-height: calc(100vh - 100px);
}
.s-popup__background {
  background-color: rgba(0,0,0,0.8);
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  display: none;
}
@media (max-width: 590px) {
  .w-popup {width: 96%;}
  .w-popup .pop-head {width: 100%;margin: 0 0 0 0;}
  .w-popup .pop-body {padding: 10px 20px 20px;}
  .w-popup .pop-head+.pop-body {max-height: calc(100vh - 75px);}
}
.close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  cursor: pointer;
  float: right;
  margin: 0;
}
.close:after, 
.close:before {
  display: block;
  width: 25px;
  height: 1px;
  background-color: #202020;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0px;
}
.close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close:hover:before, 
.close:hover:after {
  background-color: red;
}
.w-popup .pop-head .close {
  top: calc(50% - 13px);
  right: 5px;
}
.close.white:after, 
.close.white:before {
  background-color: #fff;
}
.close.white:hover:before, 
.close.white:hover:after {
  background-color: red;
}
.w-popup .pop-body .close {
  top: 5px;
  right: 5px;
}
.copyright p,
.copyright,
.developer {
  font-size: 90%;
  line-height: 120%;
  display: inline-block;
  color: #909090;
  margin: 10px 0;
}
.developer a {
  font-size: 90%;
  color: #000;
  text-decoration: underline;
  line-height: 22px;
  color: #404040;
}
.developer a:hover {
  text-decoration: none;
}
.developer:hover:before {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.developer:before {
  width: 16px;
  height: 16px;
  background-color: #28356b;
  display: inline-block;
  margin-right: 4px;
  content: "";
  position: relative;
  top: 2px;
  background-image: url(../i/developer.png);
  background-position: 0px 0px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: All 0.6s ease;
  -webkit-transition: All 0.6s ease;
  -moz-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
  -webkit-backface-visibility: hidden;
}
.pcscontrolls {
  font-size: 0;
  line-height: 0;
  max-width: 100px;
}
.pcscontrolls .input__default {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  width: calc(100% - 60px);
  border-radius: 0;
  padding: 0;
  border: none;
  color: #000;
  font-weight: bold;
  height: 20px;
}
.pcscontrolls .plus_item,
.pcscontrolls .minus_item {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-weight: bold;
  font-size: 25px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #cecece;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.pcscontrolls .minus_item {
  line-height: 25px;
}
.pcscontrolls .plus_item:hover,
.pcscontrolls .minus_item:hover {
  background-color: #202539;
}
.w-pagination {
  margin: 0;
  padding: 20px 0px;
  cursor: default;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.w-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-size: 100%;
  line-height: 30px;
  background-color: transparent;
  color: #202020;
  text-align: center;
  margin: 2px;
  text-decoration: none;
  border-radius: 2px;
}
.w-pagination a._active,
.w-pagination a:hover {
  background-color: #202539;
  color: #fff;
}
.w-pagination a:active {
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -o-transform: translateY(1px);
  -moz-transform: translateY(1px);
  transform: translateY(1px);
}
.w-pagination span._arrow {
  width: 30px;
  height: 30px;
  content: "";
  background-color: transparent;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  line-height: 35px;
}
.w-pagination span._arrow a {
  display: block;
  margin: 0;
}
.w-pagination span._arrow a:before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border: 1px solid transparent;
  border-left: 1px solid #202020;
  border-bottom: 1px solid #202020;
  position: absolute;
  top: 10px;
  left: 12px;
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg);
}
.w-pagination span._arrow._next a:before {
  -webkit-transform: rotate(224deg);
  -ms-transform: rotate(224deg);
  transform: rotate(224deg);
  left: 8px;
}
.w-pagination span._arrow a:hover:before {
  border-left-color: #fff;
  border-bottom-color: #fff;
}
.w-pagination span._arrow a:hover {
  background-color: #202539;
}
.s-fixed-elements {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 1400px;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1420px) {
  .s-fixed-elements {width: 100%;}
}
.s-fixed-elements .right-content {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pager-up {
  display: none;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #cecece;
  border-radius: 5px;
  opacity: 0.6;
  z-index: 1;
  position: relative;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.pager-up .uparrow {
  display: block;
  position: absolute;
  top: 6px;
  bottom: 0;
  margin: auto 0;
  right: 17px;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s;
}
.pager-up:hover {
  background-color: #202539;
  opacity: 0.8;
}
.callback-roll {
  margin: 0 8px 8px 0;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #202539;
  border-radius: 5px;
  opacity: 0.6;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 53px;
  cursor: pointer;
  -webkit-animation: animation_callback 2s infinite;
  -moz-animation: animation_callback 2s infinite;
  animation: animation_callback 2s infinite;
}
@-webkit-keyframes animation_callback {
  from {transform: rotate(0deg);}
  10% {opacity: 0.6;}
  20% {opacity: 0.8;}
  30% {opacity: 0.6;}
  40% {opacity: 0.8;}
  50% {transform: rotate(0deg);opacity: 0.6;}
  60% {opacity: 0.8;}
  70% {opacity: 0.6;}
  80% {transform: rotate(-360deg);opacity: 0.8;}
  100% {transform: rotate(-360deg);}
}
.callback-roll:hover {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  background-color: #202539;
  opacity: 0.8;
}

.s-page-branding,
.s-breadcrumbs {
  margin: 0;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}
.w-breadcrumbs {
  margin: 0;
  padding: 15px 0;
}
.w-breadcrumbs a, 
.w-breadcrumbs span {
  display: inline-block;
  font-size: 90%;
  position: relative;
  line-height: 1.4;
}
.w-breadcrumbs span {
  color: #909090;
}
.w-breadcrumbs a {
  text-decoration: underline;
}
.w-breadcrumbs a:hover {
  text-decoration: none;
}
.w-breadcrumbs .fa {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  margin-bottom: 1px;
  font-size: 12px;
}
.w-filters .w-filter {
  padding: 0;
}
.w-filters .w-filter .name {
  padding: 8px 35px 8px 0;
  position: relative;
  font-size: 120%;
  line-height: 1.5;
  font-weight: bold;
}
.w-filters .w-filter.dropper .b-dropper {
  width: 20px;
  height: 20px;
  border: 1px solid #cecece;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #000;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  cursor: pointer;
}
.w-filters .w-filter.dropper .b-dropper:after {
  content: "+";
  font-size: 17px;
  text-align: center;
  pointer-events: none;
  width: 20px;
  height: 20px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.w-filters .w-filter.dropper .b-dropper._toggled:after {
  content: "-";
  font-size: 20px;
  line-height: 13px;
}
.w-filters .w-filter.dropper .b-dropper:hover {
  background-color: #000;
  color: #fff;
}
.w-filters .w-filter.dropper .inset {
  font-size: 0;
  line-height: 0;
}
.input.price-from-to {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
.input.price-from-to .input {
  width: 47%;
  float: left;
}
.input.price-from-to .input+.input {
  margin-left: 6%;
}
.input.price-from-to .description {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.input.price-from-to .input__default {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  height: 30px;
}
.w-social .social__link {
  display: inline-block;
  vertical-align: middle;
  margin: 6px;
  color: #202539;
  position: relative;
  text-decoration: none;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #202539;
  background-color: #202539;
}
.w-social .social__link.vk {
  border-color: #5667c1;
  background-color: #5667c1;
}
.w-social .social__link .fa {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.w-social .social__link:hover {
  background-color: #fff;
  border-color: #202539;
}
.w-social .social__link:hover .fa {
  color: #202539;
}
.input.radio, 
.input.checkbox {
  position: relative;
  padding-left: 26px;
  min-height: 20px;
  margin: 0;
}
.input.radio .radio__hidden, 
.input.checkbox .checkbox__hidden {
  display: none;
}
.input.checkbox .styled,
.input.radio .styled {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: 18px;
  height: 18px;
}
.input.checkbox .styled .frame {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  content: "";
  border: 1px solid #909090;
  background-color: #fff;
  cursor: pointer;
}
.input.radio .styled .frame {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "";
  border: 1px solid #909090;
  background-color: #fff;
  cursor: pointer;
}
.input.radio .radio__default:disabled ~ .styled .frame {
  border-color: #bbbbbb;
  background-color: #f5f5f5;
}
.input.checkbox .checkbox__default:disabled ~ .styled+.label,
.input.radio .radio__default:disabled ~ .styled+.label {
  color: #909090;
}
.input.checkbox .styled .inset {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 11px;
  content: "";
  border: 2px solid #202539;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 2px;
  left: 6px;
  display: none;
}
.input.radio .styled .inset {
  width: 14px;
  height: 14px;
  content: "";
  border: 2px solid #fff;
  margin: 2px;
  background-color: #202539;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.input.checkbox  .checkbox__default:checked ~ .styled .frame {
  border-color: #000;
}
.input.checkbox  .checkbox__default:checked ~ .styled .inset {
  display: block;
}
.input.radio .radio__default:checked ~ .styled .frame {
  border-color: #000;
}
.input.radio .radio__default:checked ~ .styled .inset {
  display: block;
}
.input.checkbox  .checkbox__default.error ~ .styled .frame {
  border-color: red;
}
.input.radio .label,
.input.checkbox .label {
  font-size: 110%;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  display: inline-block;
  width: auto;
  position: relative;
}
.input.radio.count .label,
.input.checkbox.count .label {
  font-size: 110%;
  line-height: 1.5;
  padding-right: 15px;
}
.input.radio .label span,
.input.checkbox .label span {
  color: #606060;
  font-size: 10px;
  position: absolute;
  top: -4px;
  right: 0px;
}
._js-tab-content {
  display: none;
}
._js-tab-content._active {
  display: block;
}
.b-mobile-button {
  display: none;
}
.customize-css-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  font-size: 0;
  line-height: 0;
  min-width: 30px;
  margin-bottom: 4px;
}
.customize-css-icon .line {
  display: block;
  background-color: #fff;
  content: "";
  width: 100%;
  height: 2px;
  transition: ALL 0.8s ease;
  -webkit-transition: ALL 0.8s ease;
  -moz-transition: ALL 0.8s ease;
  -o-transition: ALL 0.8s ease;
}
.customize-css-icon .line+.line {
  margin-top: 2px;
}
.customize-css-icon.small {
  width: 16px;
  height: 16px;
  min-width: inherit;
  margin: 2px;
}
.b-mobile-button.search:hover,
.b-mobile-button.search {
  min-width: inherit;
  border: none;
  padding: 8px 10px 9px;
}
.b-mobile-button.search .icon svg {
  width: 16px;
  height: 16px;
}
.b-mobile-button.search .icon svg path {
  fill: #000;
}
.b-mobile-button.search:hover .icon svg path {
  fill: #fff;
}
.b-mobile-button._toggled .customize-css-icon .line {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 2px;
}
.b-mobile-button._toggled .customize-css-icon .line:nth-child(2) {
  display: none;
}
.b-mobile-button._toggled .customize-css-icon .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -2px;
}
.b-mobile-button._toggled .customize-css-icon .line:nth-child(2) {
  display: none;
}
.mobile-name {
  display: none;
  width: 100%;
  position: relative;
  background-color: #202539;
  height: 64px;
  overflow: hidden;
  z-index: 2;
}
.mobile-name .name-table {
  display: table;
  width: 100%;
}
.mobile-name .name-cell {
  display: table-cell;
  vertical-align: middle;
  height: 64px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 21px;
  padding: 0 30px;
}
.mobile-name .close {
  top: calc(50% - 13px);
  right: 5px;
}
.navigation-menu-body {
  position: relative;
  background-color: transparent;
  z-index: 2;
}
._js-b-double-changed span {
  display: block;
}
._js-b-double-changed span+span {
  display: none;
}
._js-b-double-changed._toggled span {
  display: none;
}
._js-b-double-changed._toggled span+span {
  display: block;
}
.block__link {
  display: block;
}
a.block__link:hover .responsive-image {
  opacity: 0.8;
}
.w-adress,
.phone__link {
  font-size: 120%;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #202020;
}
.phone__link._blue {
  color: #505f99;
}

.phone.w-icon .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
.phone.w-icon .icon svg {
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
.phone.w-icon .icon.letter svg {
  margin-top: 3px;
}
.phone.w-icon .content {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 22px);
  padding-left: 3px;
}
/*_CUSTOM*/
ul.main-menu {
  display: table;
  width: 100%;
  background-color: #202539;
}
ul.main-menu>li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
ul.main-menu>li>a {
  display: block;
  color: #fff;
  font-size: 120%;
  line-height: 1.2;
  text-decoration: none;
  padding: 15px 10px;
  text-align: center;
}
ul.main-menu>li:before {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #444a63;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
}
ul.main-menu>li._active:before,
ul.main-menu>li._active+li:before,
ul.main-menu>li:hover+li:before,
ul.main-menu>li:hover:before {
  background-color: transparent;
}
ul.main-menu>li._active>a:hover,
ul.main-menu>li._active>a {
  background-color: #3f4c81;
  color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
ul.main-menu>li:hover>a {
  background-color: #fff;
  color: #000;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}
ul.main-menu li.li-dropper {
  position: relative;
}
ul.main-menu li.li-dropper>a {
  position: relative;
  z-index: 3;
}
ul.main-menu .li-dropper .b-dropper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 0 0 5px;
  top: -2px;
  border: 1px solid #fff;
  border-right: none;
  border-top: none;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
}
ul.main-menu .li-dropper:hover .b-dropper {
  border-color: #202020;
}
ul.main-menu .li-dropper .li-dropper .b-dropper {
position: absolute;
    position: absolute;
    top: calc(50% - 3px);
    right: 5px;
    margin: 0;
    pointer-events: none;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 6px; 
    height: 6px; 
    pointer-events: none;
}
ul.main-menu .li-dropper .inset {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
  min-width: 235px;
  min-width: 193px;
}
ul.main-menu .li-dropper .inset .inset {
  z-index: 1;
}
ul.main-menu .li-dropper .inset:hover,
ul.main-menu .li-dropper:hover>.inset {
  display: block;
}
ul.main-menu .li-dropper .inset .inset {
  top: 0;
  left: 100%;
}
ul.main-menu .li-dropper .inset .ul-inset {
  background-color: #f5f5f5;
  box-shadow: 3px 0 10px rgba(0,0,0,0.2);
  margin: 0;
}
ul.main-menu .li-dropper .inset .li-inset {
  display: block;
  text-align: left;
  padding: 0;
  border: none;
}
ul.main-menu .li-dropper .inset .li-inset+.li-inset {
  border-top: 1px solid #cecece;
}
ul.main-menu .li-dropper .inset .li-inset>a {
  display: block;
  padding: 10px;
  font-size: 100%;
  text-decoration: none;
  color: #202020;
  position: relative;
  z-index: 3;
}
ul.main-menu .li-dropper .inset .inset .li-inset>a {
  position: relative;
  z-index: 2;
}
ul.main-menu .li-dropper .inset .li-inset:hover>a {
  text-decoration: none;
  background-color: #697fda;
  color: #fff;
}
ul.main-menu .li-dropper .inset .inset .li-inset:hover>a {
  background-color: #5269c7;
}
ul.main-menu .li-dropper .inset .li-inset:hover>a .b-dropper {
  border-color: #fff;
}
.body-layout._toggled {
  display: block;
}
.w-change-tabs-controlls a.button {
  background-color: #ececec;
  color: #202020;
}
.w-change-tabs-controlls a.button:hover {
  background-color: green;
  border-color: green;
  color: #fff;
}
.w-change-tabs-controlls a._active:hover,
.w-change-tabs-controlls a._active {
  background-color: #202020;
  color: #fff;
}
.search {
  position: relative;
}
.search .input__default:focus {
  border-color: #cecece;
}
.search .input__default {
  padding-right: 60px;
  height: 50px;
  border-radius: 4px;
  border-color: #ececec;
}
.search .absolute-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-align: center;
}
.search .button.search-btn {
  background: transparent;
  min-width: inherit;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0 4px 4px 0;
}
.search .button.search-btn:hover {
  background-color: #3f4c81;
}
.search .button.search-btn .icon svg {
  width: 20px;
  height: 20px;
  margin: 7px 0px 6px 1px;
}
.search .button.search-btn .icon path {
  fill: #909090;
}
.search .button.search-btn:hover .icon path {
  fill: #fff;
}
.search .button:active {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -moz-transform: none;
  transform: none;
}
body._blocked {
  overflow: hidden;
}
.s-mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  z-index: 18;
  pointer-events: none;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.w-mobile-menu {
  position: fixed;
  top: 0;
  right: -330px;
  width: 320px;
  pointer-events: all;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
  z-index: 20;
}
.s-mobile-menu._toggled .w-mobile-menu {
  right: 0;
}
.mobile-menu-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  background-color: rgba(0,0,0,0);
  z-index: 19;
}
.s-mobile-menu._toggled .mobile-menu-background {
  background-color: rgba(0,0,0,0.5);
  pointer-events: all;
}
.mobile-menu-header {
  background-color: #202539;
  padding-top: 4px;
  border-bottom: 4px solid #4e4e4e;
}
.mobile-menu-header .table {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.mobile-menu-header .cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 19px;
  line-height: 24px;
  height: 48px;
  color: #fff;
  padding: 0 35px 0 15px;
  position: relative;
}
.mobile-menu-header .close {
  top: 10px;
  right: 4px;
}
.mobile-menu-header .customize-css-icon .line+.line {
  margin-top: 3px;
}
.mobile-menu-body {
  padding-bottom: 20px;
  height: calc(100vh - 56px);
  background-color: rgba(0,0,0,0.8);
  overflow: auto;
}
.ul-mobile-menu .li-mobile-menu {
  display: block;
}
.ul-mobile-menu .li-mobile-menu.li-dropper {
  position: relative;
}
.ul-mobile-menu .li-dropper a.mobile-menu__link {
  padding-right: 35px;
}
.ul-mobile-menu .li-mobile-menu._toggled a.mobile-menu__link,
.ul-mobile-menu .li-mobile-menu:hover a.mobile-menu__link {
  background-color: #202539;
}
.ul-mobile-menu .li-mobile-menu._active._toggled a.mobile-menu__link,
.ul-mobile-menu .li-mobile-menu._active:hover a.mobile-menu__link,
.ul-mobile-menu .li-mobile-menu._active a.mobile-menu__link {
  background-color: #3f4c81;
}
.ul-mobile-menu a.mobile-menu__link {
  display: block;
  padding: 8px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.ul-mobile-menu .b-dropper {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 0;
  cursor: pointer;
}
.ul-mobile-menu .li-dropper._active .b-dropper,
.ul-mobile-menu .li-dropper:hover .b-dropper,
.ul-mobile-menu .li-dropper._active .b-dropper {
  border-color: rgba(255,255,255,0.3);
}
.ul-mobile-menu .b-dropper:after {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 8px;
  height: 8px;
  margin: 0;
  top: 10px;
  right: 10px;
  border: 1px solid #fff;
  border-right: none;
  border-top: none;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.ul-mobile-menu .b-dropper._toggled:after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 13px;
}
.ul-mobile-menu .inset {
  display: none;
}
.ul-mobile-menu .ul-inset {
  background-color: rgba(0,0,0,0.2);
}
.ul-mobile-menu .ul-inset>li>a {
  padding: 9px 15px 8px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  display: block;
}
.ul-mobile-menu .ul-inset>li li>a {
  padding-left: 30px;
}
.ul-mobile-menu .ul-inset>li._active>a,
.ul-mobile-menu .ul-inset>li:hover>a {
  background-color: #202539;
}
.ymap {
  display: inline-block;
  width: 100%;
  height: 600px;
  max-height: calc(100vh - 120px);
  background-color: #fff;
  margin-bottom: -4px;
  font-size: 0;
  line-height: 0;
  background-color: #ececec;
}

.popover {
  position: absolute;
  width: 310px;
  left: 10px !important;
  top: inherit !important;
  bottom: 40px !important;
  box-sizing: border-box;
}
.popover .close {
  font-family: arial;
  position: absolute;
  color: #000;
  top: 0px;
  right: 3px;
  z-index: 2;
  text-decoration: none;
  width: 10px;
  height: 10px;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
}
.popover .close:before,
.popover .close:after {
  display: none;
}
.w-baloon {
  width: 100%;
  padding: 10px 10px;
  position: relative;
  background-color: #fff;;
  background-repeat: no-repeat;
  text-align: left;
  box-sizing: border-box;
}
.w-baloon:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  border-left: 10px solid #fff;;
  border-top: 10px solid #fff;;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.w-baloon-name {
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.w-baloon-description {
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.w-baloon-lat {
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
._js-counts-list ._js-count-item {
  display: none;
}
._js-counts-list._active ._js-count-item,
._js-counts-list ._js-count-item:nth-child(-n+5) {
  display: inline-block;
}
._js-w-counts-items {
  display: none;
}
._js-w-counts-items._active {
  display: block;
}
a.error404-btn {position: relative;z-index: 2;text-decoration: none;}
.container {max-width: 1280px;padding: 0 20px;margin: 0 auto;}
.error-table {display: table;width: 100%;box-sizing: border-box;}
.error-table .cell {display: table-cell;vertical-align: middle;height: calc(100vh - 7px);text-align: center; padding: 0 100px;}
.error-table .number {font-weight: bold;font-size: 400px;line-height: 0px;color: #e2e2e2;position: relative;top: 50px;z-index: 0;}
.error-table .description {font-size: 22px;line-height: 28px;position: relative;z-index: 1;}
.error-table .description span {font-weight: bold;}
.error-table .button {padding: 18px 20px;margin: 25px 0 0 0;font-size: 20px;}
@media (max-width: 990px) {.error-table .number {font-size: 250px;}}
@media (max-width: 760px) {.error-table .cell {padding: 20px 0;}.error-table .number {font-size: 100px; line-height:  100px; top: 0; color: #202020;}}
/*_CUSTOM*/


.h-top {
  background-color: #f1f1f1;
}
.h-bottom {
  background-color: #303444;
}

.h-top .h-inline-block {
  margin-right: 8px;
}
.h-top .h-inline-block:nth-last-child(1) {
  margin-right: 0px;
}
.h-middle .col {
  padding-top: 5px;
  padding-bottom: 5px;
}
.logo__link {
  font-size: 0;
  line-height: 0;
}
.h-inline-block {
  display: inline-block;
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
}
.h-inline-block.w-blind {
  padding: 0;
}
.h-lang {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  text-align: left;
  border: 1px solid transparent;
  border-bottom: none;
}
.w-lang {
  position: relative;
  padding-right: 15px;
}
/*.w-lang:after {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 6px;
  height: 6px;
  margin: 0;
  top: calc(50% - 2px);
  right: 0px;
  border: 1px solid #202020;
  border-right: none;
  border-top: none;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
}*/
.h-lang .inset {
  background-color: #fff;
  position: absolute;
  width: calc(100% + 2px);
  top: 100%;
  top: calc(100% - 2px);
  padding: 6px 5px;
  padding: 0 10px 5px;
  right: -1px;
  z-index: 3;
  display: none;
}
.h-lang:hover {
  background-color: #fff;
  border-color: #ececec;
}
.h-lang:hover .inset {
  display: block;
  border: 1px solid #ececec;
  border-top: none;
}
.h-lang .lang__link:hover span {
  text-decoration: underline;
}
.flag-icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  font-size: 0;
  line-height: 0;
}
.flag-icon img {
  height: 16px;
  width: 16px;
}
.h-lang span {
  display: inline-block;
  vertical-align: middle;
}
.h-lang a {
  color: #202020;
  text-decoration: none;
}
.h-lang a:hover span {
  text-decoration: underline;
}
.h-blind__link {
  text-decoration: none;
  white-space: nowrap;
  padding: 10px 15px 13px 12px;
}
.h-blind__link .icon {
  display: inline-block;
}
.h-blind__link .icon:nth-child(2) {
  display: none;
}
.h-blind__link .icon:nth-child(3) {
  display: none;
}
.h-blind__link .text span {
  display: inline-block;
}
.h-blind__link .text span:nth-child(2) {
  display: none;
}
.h-blind__link .text span:nth-child(3) {
  display: none;
}
.b-mobile-button.contacts {
  min-width: inherit;
  height: 36px;
}
.b-mobile-button.contacts .icon,
.h-blind__link .icon,
.h-blind__link .text {
  display: inline-block;
  vertical-align: middle;
}
.b-mobile-button.contacts .icon {
  margin-top: -3px;
}
.h-blind__link .icon {
  font-size: 0;
  line-height: 0;
}
.b-mobile-button.contacts .icon svg,
.h-blind__link .icon svg {
  width: 17px;
  height: 17px;
}
.b-mobile-button.contacts .icon path,
.h-blind__link .icon path {
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
  fill: #202020;
}
.b-mobile-button.contacts:hover .icon path,
.h-blind__link:hover .icon path {
  fill: #fff;
}
.b-mobile-button.contacts:hover,
.h-blind__link:hover {
  background-color: #424e80;
  color: #fff;
}
.h-inline-block .h-blind__link .icon img {
  width: 18px;
}
.h-blind__link .icon ~ .text {
  font-size: 15px;
  line-height: 16px;
}
.h-inline-block .description {
  color: #909090;
  display: inline-block;
  vertical-align: middle;
  font-size: 100%;
}
.h-inline-block .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
.h-inline-block .icon.letter {
  margin-top: 1px;
}
.h-inline-block .icon.letter svg {
  width: 15px;
  height: 15px;
}
.h-inline-block .icon.letter path {
  fill: #4a5481;
}
.h-inline-block .icon.home {

}
.h-inline-block .icon.home svg {
  width: 15px;
  height: 15px;
}
.h-inline-block .icon.home path {
  fill: #000;
}
.h-inline-block .icon img {
  width: 15px;
}
.h-inline-block .phone__link {
  font-size: 100%;
}
.h-inline-block .phone__link b {
  font-size: 110%
  font-weight: bold;
}
.h-inline-block .phone__link.email {
  color: #505f99;
}
.logo__link img.blind {
  display: none;
}

.col-copyright {
  text-align: left;
}
.col-developer {
  text-align: right;
}
.w-index-slider .slide {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.w-index-slider .slide .table {
  display: table;
  width: 100%;
}
.w-index-slider .slide .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  height: 500px;
}
.w-index-slider .slide .content {
  color: #fff;
}
.w-index-slider .slide .content>*+* {
  margin-top: 25px;
}
.w-index-slider .slide .name {
  text-transform: uppercase;
  font-size: 400%;
  font-weight: bold;
}
.w-index-slider .slide .description {
  font-size: 180%;
  margin-top: 15px;
}
.owl-carousel .owl-stage:after {
  display: none;
}
.w-index-slider-dots-container {
  background-color: #ededed;
}
.w-index-slider-dots-container .table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.w-index-slider-dots-container .table .owl-dot {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 10px 10px;
  text-align: center;
  color: #909090;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
  font-size: 90%;
  line-height: 125%;
}
.w-index-slider-dots-container .table .owl-dot+.owl-dot {
  border-left: 1px solid #d4d4d4;
}
.w-index-slider-dots-container .table .owl-dot:hover,
.w-index-slider-dots-container .table .owl-dot.active {
  background-color: #fff;
  color: #000;
  border-bottom-color: #404040;
}

.w-index-news .section-name {
  float: left;
  width: calc(100% - 120px);
}
.w-index-news .section-name ~ .more__link {
  float: right;
  margin: 15px 0;
  font-weight: normal;
  text-transform: none;
}
.col-news-item {
  margin-bottom: 30px;
}
.w-news-item a {
  color: #202020;
  text-decoration: none;
}
.w-news-item .block__link>*+* {
  margin-top: 8px;
}
.more__link {
  color: #909090;
  text-decoration: underline;
}
.more__link.blue {
  color: #28356b;
}
.more__link:hover {
  text-decoration: none;
}
.w-news-item .date {
  color: #909090;
}
.w-news-item .absolute.date {
  padding: 2px 5px;
  min-width: 80px;
  background-color: #202539;
  color: #fff;
  font-size: 90%;
  position: absolute;
  bottom: 10px;
  left: -5px;
}

.s-additional-info {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}
.s-additional-info.white {
  color: #202020;
}
.w-additional-info .col {margin-bottom: 30px;}
.w-additional-info .background,
.w-additional-info .block__link {
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: #202020;
}
.w-additional-info .background {
  background-color: #fff;
  padding: 15px 0;
}
.w-additional-info.white .background {
  border: 1px solid #cecece;
}
.w-additional-info .w-image {
  padding: 0 20px;
  min-height: 185px;
}
.w-additional-info img {
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.w-additional-info a:hover img {
  margin-top: -10px;
  margin-bottom: 10px;
}
.w-additional-info .description-line {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background-color: #202539;
  margin: 0 -5px;
  padding: 10px 20px 10px;
  font-size: 112%;
  line-height: 135%;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.w-additional-info.white .description-line {
  background-color: #28356b;
}
.w-additional-info a:hover .description-line {
  background-color: #3f4c81;
}
.w-additional-info .description-line.w-report-forms {
  padding-bottom: 0;
}
.w-additional-info .w-image .section-name,
.w-additional-info .description {
  text-align: left;
}
.w-additional-info .description {
  font-size: 80%;
  margin-bottom: 10px;
}
.w-additional-info .description-line .button {
  font-weight: normal;
  text-transform: none;
  width: 100%;
  padding: 10px 5px;
}

.w-index-about-us .col {
  margin-bottom: 20px;
}
.w-index-about-us iframe {
  width: 100%;
  height: 300px;
}
.memorandum__link {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #202020;
}
.memorandum__link:hover .text {
  text-decoration: underline;
}
.memorandum__link img {
  display: inline-block;
  vertical-align: middle;
  max-width: 20px;
}
.memorandum__link img ~ .text {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 22px);
}

.gray-bg {
  background-color: #f1f1f1;
}
.w-partners-slider .block__link {
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.w-partners-slider a:hover .responsive-image {
  opacity: 1;
}
.w-partners-slider .inset {
  height: 100%;
  padding: 10px;
  background-color: rgba(0,0,0,0.5);
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
  opacity: 0;
}
.w-partners-slider a:hover .inset {
  opacity: 1;
}
.w-partners-slider .frame {
  height: 100%;
  padding: 15px;
  background-color: rgba(0,0,0,0.5);
}
.w-partners-slider .content {
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.w-partners-slider .content:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.w-partners-slider .content .name {
  display: inline-block;
  vertical-align: middle;
  max-width: 98%;
  font-size: 16px;
  line-height: 20px;
}
.blind-only {
  display: none;
}

.w-regions-line {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.ul-regions {
  margin-bottom: -5px;
}
.ul-regions li {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.ul-regions li+li {
  border-left: 1px solid #ececec;
}
.ul-regions a {
  display: block;
  text-decoration: none;
  color: #202020;
  padding: 12px 20px;
  min-width: 120px;
  text-align: center;
}
.ul-regions li._active+li,
.ul-regions li._active,
.ul-regions li:hover+li,
.ul-regions li:hover {
  border-color: transparent;
}
.ul-regions li._active:hover a,
.ul-regions li._active a {
  background-color: #28356b;
  color: #fff;
} 
.ul-regions li:hover a {
  background-color: #ececec;
  color: #000;
}
.s-map .w-regions-line {
  position: relative;
  z-index: 2;
}
.s-map .w-map {
  position: relative;
  z-index: 1l
}
.f-top {
  padding-top: 40px;
  padding-bottom: 10px;
}
.f-top .f-title {
  font-size: 150%;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.f-top .col {
  margin-bottom: 30px;
}
.f-bottom {
  padding: 15px 0;
  background-color: #fafafa;
}
.ul-footer-nav li {
  margin: 5px 0;
}
.ul-footer-nav li a {
  color: #202020;
  text-decoration: none;
  display: inline-block;
}
.ul-footer-nav li a:hover {
  text-decoration: underline;
}
.f-top .adress {
  margin-bottom: 10px;
}
.f-top .phone .description {
  display: inline-block;
  vertical-align: middle;
}
.f-top .phone .phone__link {
  display: inline-block;
  vertical-align: middle;
}
.f-top .phone .phone__link.blue {
  color: #28356b;
}

h1.pagetitle {
  font-size: 210%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.quote {
  background-color: #f1f1f1;
  padding: 20px;
  margin-bottom: 10px;
}
.s-double-column .col-content-column,
.s-double-column .col-news-column {
  margin-bottom: 30px;
}

.w-history-timeline .w-item {
  padding: 10px 0;
  background-color: #f1f1f1;
  margin-left: 50px;
}
.w-history-timeline .w-item+.w-item {
  margin-top: 15px;
}
.w-history-timeline .w-item .year {
  display: inline-block;
  vertical-align: top;
  padding: 8px 10px;
  text-align: center;
  min-width: 110px;
  font-size: 130%;
  background-color: #213172;
  color: #fff;
  margin-left: -50px;
}
.w-history-timeline .w-item .content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 120px);
  padding-left: 10px;
}

.col-news-column .w-news-list .col-news-item:nth-child(3) {display: none;}

.w-contacts-row+.w-contacts-row {
  margin-top: 30px;
}
.col-contacts {
  margin-bottom: 30px;
}
.w-report-form {
  margin: 0 auto 30px;
  max-width: 1000px;
  background-color: #fff;
  padding: 40px 40px 40px 40px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.w-bank-info {
  padding: 15px;
  background-color: #f1f1f1;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url(../i/contract.png);
}
.w-bank-info>*+*,
.w-contacts-group>*+* {
  margin-top: 5px;
}
.contacts-name {
  font-size: 100%;
  font-weight: bold;
}
.w-contacts-group  .w-name .name {
  font-size: 120%;
  font-weight: bold;
}
.w-contacts-group  .w-name .description {
  font-size: 100%;
  font-style: italic;
  opacity: 0.8;
}
.straight-line-description {
  opacity: 0.8;
  line-height: 150%;
  margin-top: 10px;
}

.w-contacts-group.person .w-adress, 
.w-contacts-group.person .phone__link {
  font-size: 100%;
}

.w-contacts-group.person {
  padding: 15px;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}
.w-contacts-group.person .w-name .name {
  font-size: 100%;
  font-weight: normal;
}
.w-contacts-group.person .w-name .worktime {

}
.col-contacts.col-auto-height .w-contacts-group.person {
  height: 100%;
  padding-bottom: 0;
}
.btn-vacancy .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.btn-vacancy .icon svg {
  width: 20px;
  height: 20px;
}
.btn-vacancy .icon svg path {
  fill: #fff;
}
.btn-vacancy .icon ~ .text {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 24px);
  padding-left: 5px;
}

.w-office-feedback .w-description-text {
  margin-bottom: 10px;
}
.w-contacts-feedback-form {
  padding: 7px 20px;
  border: 1px solid #ececec;
}
.w-contacts-feedback-form .col-text {
  padding-top: 10px;
  padding-bottom: 10px;
}


.w-vacancy-item {
  margin-bottom: 30px;
  background-color: #f1f1f1;
}
.w-vacancy-item .head {
  background-color: #28356b;
}
.w-vacancy-item .head .image {
  display: inline-block;
  vertical-align: top;
  width: 46px;
}
.w-vacancy-item .head .name {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  font-size: 120%;
  color: #fff;
}
.w-vacancy-item .head .image ~ .name {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 55px);
}
.w-vacancy-item .body {
  padding: 20px 20px 10px 20px;
}

.w-personal-card {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  min-height: 170px;
}
.w-personal-card.no-image {
  min-height: inherit;
}
.w-personal-card .head {
  background-color: #28356b;
  color: #fff;
  padding: 20px;
}
.w-personal-card .w-name .frame {
  display: inline-block;
}
.w-personal-card .w-image ~ .w-name .frame {
  padding-left: 20px;
  max-width: calc(100% - 145px);
}
.w-personal-card .head .w-image {
  float: left;
  width: 130px;
}
.w-personal-card .w-name .name {
  font-size: 120%;
}
.w-personal-card .w-name .description {
  font-style: italic;
}
.w-personal-card .body {
  padding: 15px 20px 15px 20px;
}
.w-personal-card .body .col {
  padding-bottom: 10px;
}

.w-personal-card.small {
  height: 100%;
}
.w-personal-card.small .w-image {
  padding: 10px 10px 0 10px;
}
.w-personal-card.small .content {
  padding: 10px;
}
.w-personal-card.small .content>*+* {
  margin-top: 10px;
}
.w-personal-card.small .content .name {
  font-size: 120%;
  font-weight: bold;
}
.w-personal-card.small .content .description {
  font-size: 100%;
}
.w-persons-list .col-person-small {
  margin-bottom: 30px;
}

.w-sertificates-list {
  margin-bottom: 40px;
}
.w-sertificates-list article h1, 
.w-sertificates-list article h2 {margin-bottom: 10px;}

/*_CUSTOM END*/
.noLink {
    pointer-events: none;
    background: linear-gradient(to top, #e2e2e2, #ececec);
}







@media (max-width: 1400px) {
  .owl-carousel.nav-outside .owl-stage-outer {padding-bottom: 60px;}
  .owl-carousel.nav-outside .owl-nav .owl-prev {left: auto;right: 50px;}
  .owl-carousel.nav-outside .owl-nav [class*=owl-] {top:auto;bottom: 10px;}
}

@media (max-width: 1199px) {

  .h-top .col-right,
  .h-top .col-left {width: 100%;}
  .h-top .col-right {display: none;}
  .h-top .col-right._toggled {display: block;}
  .h-top .h-nav,
  .h-top .h-phones {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;margin-right: -8px;margin-left: -8px;-webkit-box-pack: justify!important;-ms-flex-pack: justify!important;justify-content: space-between!important;-webkit-box-align: center!important;-ms-flex-align: center!important;align-items: center!important;}
  .h-top .h-phones {position: relative;}
  .h-top .h-phones .h-inline-block {position: relative;z-index: 1;}
  .h-top .col-left .h-inline-block,
  .h-top .h-phones .h-inline-block {margin-right: 0;padding: 5px 8px 5px 8px;display: block;}

  .h-inline-block.h-adress,
  .h-inline-block.h-email {}
  .h-phones .w-social .social__link {margin: 0;}

  .h-blind__link {border: 1px solid #424e80;padding: 5px 14px 8px 8px;border-radius: 2px;}

  .h-blind__link {display: inline-block;vertical-align: middle;}
  .b-mobile-button.contacts {display: inline-block;vertical-align: middle;}

  .w-additional-info .description-line {}
  .w-additional-info .description-line .button {padding: 8px 5px;}


}
@media (max-width: 991px) { 
  .section-name._h1,h1,.h1 {font-size: 200%;}
  .section-name._h2,h2,.h2 {font-size: 170%;}
  .section-name._h3,h3,.h3 {font-size: 140%;}
  .section-name._h4,h4,.h4 {font-size: 120%;}
  .hide-tablet {display: none;}
  article img {width: auto !important; height: auto !important;}
  .h-middle {padding: 10px 0;}
  .h-bottom ul.main-menu {display: none;}
  .b-mobile-button.search {display: inline-block;vertical-align: middle;}
  .b-mobile-button.menu {display: inline-block;vertical-align: middle;}
  .h-top .h-phones {-webkit-box-pack: end!important;-ms-flex-pack: end!important;justify-content: flex-end!important;}
  .h-inline-block.w-blind {white-space: nowrap;}

  .h-middle .col-search {padding-top:0;padding-bottom: 0;}
  .h-middle .col-search .w-search {height: 0;overflow: hidden;}
  .h-middle .col-search._toggled .w-search {height: 60px;}
  .w-index-slider .slide .cell {height: 400px;}
  .w-index-slider .slide .name {font-size: 350%;}
  .w-index-slider .slide .description {font-size:  180%;font-weight: bold;}
  .w-index-slider-dots-container {background-color: transparent;}
  .w-index-slider-dots-container .table {display: block;text-align: left;margin: 5px 0;}
  .w-index-slider-dots-container .table .owl-dot {font-size: 0;line-height: 0;border:none;border-radius: 3px;width: 8px;height: 8px;background-color: #909090;display: inline-block;vertical-align: middle;margin: 0 2px 5px 2px;}
  .w-index-slider-dots-container .table .owl-dot.active {background-color: #0d1f5f;}
  .w-index-news .col-news-item:nth-child(4) {display: none;}
  .w-news-list .section-name .more__link {margin: 10px 0;}
  .w-additional-info .description-line {min-height: 62px;}
  .ul-regions li+li {border-left: none;}
  .col-developer {text-align: left;}
  .col-news-column .w-news-list .col-news-item:nth-child(3) {display: block;}

  .row-contacts-feedback {-webkit-box-align: start!important;-ms-flex-align: start!important;align-items: start!important;}
  .row-contacts-feedback .col-image {text-align: center;}
  .w-contacts-feedback-form {padding: 0px 20px 10px;}

}
@media (max-width: 767px) {
  .section-name._h1,h1,.h1 {font-size: 180%;}
  .section-name._h2,h2,.h2 {font-size: 165%;}
  .section-name._h3,h3,.h3 {font-size: 140%;}
  .section-name._h4,h4,.h4 {font-size: 120%;}
  .b-mobile-button.menu {font-size: 0;line-height: 0;background-color: transparent;padding: 10px 0;min-width: 35px;border: none;}
  .b-mobile-button.contacts,
  .h-blind__link {padding: 6px 5px;min-width: 35px;height: 36px;text-align: center;border: none;}  
  .b-mobile-button.contacts .text,
  .h-blind__link .text {display: none;}
  .b-mobile-button.contacts .icon {margin-top: 1px;}
  .b-mobile-button.contacts .icon svg, 
  .h-blind__link .icon svg {width: 20px;height: 20px;}
  .h-blind__link .icon svg {width: 24px;height: 22px;}
  .b-mobile-button.contacts .icon svg {width: 17px;}
  .b-mobile-button.menu {margin-left: 1px;}
  .b-mobile-button.menu .customize-css-icon {margin-bottom: 0;}
  .b-mobile-button.menu .customize-css-icon .line {background-color: #202020;height: 3px;}
  .b-mobile-button.menu .customize-css-icon .line+.line {margin-top: 4px;}
  .h-lang {margin-left: 2px;}
  .w-index-slider .slide .cell {height: 320px;}
  .w-index-slider .slide .name {font-size: 35px;line-height: 40px;}
  .w-index-slider .slide .button {width: 100%;}
  .w-index-slider-dots-container .table {text-align: center;}
  .w-index-news .section-name,
  .w-index-news .section-name ~ .more__link {float: none;width: auto;}
  .w-index-news .section-name {margin-bottom: 0;}
  .w-index-news .section-name ~ .more__link {display: inline-block;margin-top: 0px;}
  .w-index-news .col-news-item:nth-child(3) {display: none;}
  .w-index-about-us iframe {height: 220px;}
  .w-partners-slider .inset {padding: 0;}
  .ul-regions a {padding: 8px 10px;min-width: inherit;}
  .col-news-column .w-news-list .col-news-item:nth-child(3) {display: none;}
}

@media (max-width: 575px) {
  .hide-phone {display: none;}
  .h-middle .container,
  .h-top .container {padding: 0 8px;}
  .w-index-slider .slide .name {font-size:200%;}
  .w-index-slider .slide .description {font-size: 130%;font-weight: normal;}
  .w-news-list .section-name .more__link {float: none;display: block;margin: 10px 0;}
  .w-partners-slider .frame {padding: 10px;}
  .w-history-timeline .w-item {padding: 10px;margin-left: 0;margin-top: 35px;}
  .w-history-timeline .w-item+.w-item {margin-top: 45px;}
  .w-history-timeline .w-item .year {margin-left: auto;margin-right: auto;margin-top: -28px;margin-bottom: 10px;display: block;width: 120px;min-width: inherit;padding: 5px;}
  .w-history-timeline .w-item .content {display: block;width: 100%;padding: 0;}

  .w-report-form {padding: 20px;}
  .w-report-form .button.big {width: 100%;}

  h1.pagetitle {font-size: 180%;}

  .w-personal-card .head .w-image {float: none;width: auto;padding-bottom: 10px;}
  .w-personal-card .w-image ~ .w-name .frame {padding: 0;max-width: inherit;}

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

  .w-vacancy-item .head .image {display: none;}
  .w-vacancy-item .head .image ~ .name {width: 100%;}
  .w-vacancy-item .body {background-color: transparent;padding: 10px 0 0 0;}
  .w-bank-info {background-color: transparent;padding: 0;background-image: inherit;}


}
