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,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
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;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}
.breadcrumbs {
  color: #a8adb5;
  display: block;
  font-size: 16px;
}
.breadcrumbs:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.breadcrumbs__item {
  display: block;
  float: left;
}
.breadcrumbs__item:after {
  content: '/';
  margin: 0 5px 0 0;
}
.breadcrumbs__item:last-child:after {
  content: '';
}
.breadcrumbs__link {
  color: #a8adb5;
  text-decoration: underline;
}
.breadcrumbs__item_current .breadcrumbs__link {
  text-decoration: none;
}
.btn {
  background: #ddeb58;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #303940;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-decoration: none;
}
.btn:hover {
  background: #00aeef;
  color: #fff;
}
.btn_size_small {
  height: 26px;
  line-height: 26px;
}
.btn_color_blue {
  background: #00aeef;
  color: #fff;
  font-size: 21px;
  height: 42px;
  line-height: 42px;
  padding: 0 35px;
}
.contacts {
  line-height: 32px;
}
.contacts .contacts__label {
  color: #55606e;
  font-size: 18px;
}
.contacts .contacts__value {
  color: #363f48;
  font-size: 21px;
  font-weight: bold;
}
.contacts a {
  color: #2aabe1;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.contacts__hamburger {
  background: #ddeb58;
  border-radius: 5px;
  float: left;
  height: 30px;
  margin-left: -50px;
  padding: 3px;
  position: relative;
  width: 30px;
}
.contacts__hamburger:before {
  background: #000;
  box-shadow: 0 7px 0 0 #000, 0 14px 0 0 #000;
  content: "";
  height: 3px;
  left: 8px;
  position: absolute;
  top: 10px;
  width: 20px;
}
.contacts-form {
  background: #ddd;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  padding: 45px 50px;
  width: 640px;
}
.contacts-form__title {
  color: #363f48;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contacts-form__input {
  border: none;
  border-radius: 5px;
  box-shadow: 0 -1px 0 0 rgba(0,0,0,0.2);
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 15px;
  padding: 0 15px;
  width: 290px;
}
.contacts-form__textarea {
  border: none;
  border-radius: 5px;
  box-shadow: 0 -1px 0 0 rgba(0,0,0,0.2);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 120px;
  line-height: 35px;
  margin-bottom: 15px;
  padding: 0 15px;
  resize: none;
  width: 470px;
}
.contact-bar {
  background: #ddeb58;
  box-sizing: border-box;
  display: block;
  height: 35px;
  width: 100%;
}
.contact-bar__wrap {
  font-size: 12px;
  line-height: 35px;
  margin: 0 auto;
  text-align: right;
  width: 985px;
}
.contact-bar__wrap strong {
  font-weight: bold;
}
.content {
  clear: both;
  padding-bottom: 50px;
  padding-top: 50px;
}
.content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.content-header {
  box-sizing: border-box;
  display: block;
  height: 355px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 985px;
}
.content-header:after {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  bottom: 0;
/*content: '';*/
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.content-header img {
  height: 355px;
  width: 985px;
}
.content-header h1 {
  bottom: 60px;
  color: #fff;
  font-size: 54px;
  font-weight: bold;
  position: absolute;
  right: 60px;
  text-shadow: 1px 0 3px #000;
  z-index: 1;
}
.content-header h1.big {
  margin-left: 60px;
  text-align: left;
}
.content-header_no-grad:after {
  background: none;
}
.content__block {
  border-right: #ccc solid 1px;
  color: #363f48;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  margin-left: 20px;
  margin-right: 33px;
  padding-right: 35px;
  width: 207px;
}
.content__block strong {
  font-size: 21px;
}
.content__block_no-border {
  border: none;
  margin-right: 0;
  margin-left: 50px;
  padding-right: 28px;
}
.content__title {
  color: #363f48;
  font-size: 36px;
  font-weight: bold;
  line-height: 72px;
  text-align: center;
}
.content__title_align_left {
  text-align: left;
}
.content__text {
  color: #55606e;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 40px;
  text-align: center;
}
.column {
  border-radius: 5px;
  box-sizing: border-box;
  color: #55606e;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin-right: 60px;
  overflow: hidden;
  padding: 0 20px 20px;
  width: 290px;
}
.column img {
  margin: -20px;
  margin-bottom: 20px;
}
.column h2 {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
.column p {
  margin-bottom: 20px;
}
.column ul {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin: 15px 0;
}
.column li:before {
  background: url("/files/arrow-down-gr.png") 0 0 no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 6px;
  margin-right: 5px;
  margin-top: 9px;
  opacity: 0.5;
  transform: rotate(270deg);
  vertical-align: top;
  width: 10px;
}
.column li a {
  color: #55606e;
  text-decoration: none;
}
.column li a:hover {
  text-decoration: underline;
}
.column_padding_none {
  padding: 0;
}
.column_mr_none {
  margin-right: 0;
}
.column_color_gray {
  background: #f1f2f3;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.5);
}
.column_width_wide {
  width: 640px;
}
.column_width_max {
  width: 1020px;
}
.header {
  background: #000;
  box-sizing: border-box;
  display: block;
  height: 108px;
  position: relative;
  width: 100%;
}
.header__text {
  color: #fff;
  font-size: 41px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 30px;
}
.header-menu {
  display: block;
  margin: 0 auto;
  width: 1024px;
}
.header-menu:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.header-menu__logo,
.header-menu__item {
  display: block;
  float: left;
  height: 68px;
  margin-right: 30px;
  padding-top: 40px;
  position: relative;
}
.header-menu__logo:last-child,
.header-menu__item:last-child {
  margin-right: 0;
}
.header-menu__logo {
  background: url("../files/logo-white.png") 0 center no-repeat;
  height: 80px;
  margin: 14px 0;
  padding-top: 0;
  width: 200px;
}
.header-menu__logo a {
  display: table;
  height: 100%;
  width: 100%;
}
.header-menu__link {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.header-menu__link:hover,
.header-menu__link.active {
  color: #00aeef;
}
.header-menu__link_type_sub:after {
  background: url("/files/arrow-down-wh.png");
/*content '\2228'*/
  content: '';
  display: inline-block;
  height: 6px;
  margin-left: 7px;
  width: 12px;
}
.header-menu__link_type_sub:hover:after,
.header-menu__link_type_sub.active:after {
  background: url("/files/arrow-down-blue.png");
}
.header-submenu {
  background: rgba(0,0,0,0.7);
  display: none;
  left: -15px;
  min-width: 200px;
  padding: 15px;
  position: absolute;
  top: 108px;
  z-index: 2;
}
.header-submenu.active {
  display: block;
}
.header-submenu__item {
  margin-bottom: 10px;
}
.header-submenu__item:last-child {
  margin-bottom: 0;
}
.header-submenu__item.main {
  margin-bottom: 7px;
  margin-left: 15px;
  position: relative;
}
.header-submenu__item.main > a {
  text-transform: none;
}
.header-submenu__item.main > a:before {
  border: #fff solid 1px;
  font-size: 7px;
/*content '\25a1'*/
  content: '';
  display: inline-block;
  height: 3px;
  margin-right: 5px;
  margin-top: 6px;
  vertical-align: top;
  width: 3px;
}
.header-submenu__item.sub {
  margin-bottom: 7px;
  margin-left: 30px;
}
.header-submenu__item.sub > a {
  text-transform: none;
}
.header-submenu__item.sub > a:before {
  content: '-';
  margin-right: 5px;
  vertical-align: top;
}
.header-submenu__link {
  color: #fff;
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: semibold;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.header-submenu__link:hover {
  color: #00aeef;
}
.logo {
  background: url("../files/logo-white.png") 0 0 no-repeat;
  display: block;
  height: 151px;
  width: 300px;
}
.service {
  background: #313841;
  box-sizing: border-box;
  display: block;
  height: 400px;
  margin-top: 40px;
  text-align: center;
}
.service__block {
  margin: 0 auto;
  width: 1020px;
}
.service__title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 72px;
  padding: 25px 0;
}
.service__text {
  color: #a8adb5;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}
.service-slider {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 980px;
}
.service-slider:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.service-slider__prev,
.service-slider__next {
  background: url("/files/arrow-green.png") 0 0 no-repeat;
  border-radius: 32px;
  cursor: pointer;
  display: block;
  height: 64px;
  left: -128px;
  position: absolute;
  top: 43px;
  width: 64px;
}
.service-slider__prev.disabled,
.service-slider__next.disabled,
.service-slider__prev[disabled],
.service-slider__next[disabled] {
  background: url("/files/arrow-black.png") 0 0 no-repeat;
  cursor: default;
}
.service-slider__next {
  left: auto;
  right: -128px;
  transform: rotate(180deg);
}
.service-slider__wrap {
  display: block;
  overflow: hidden;
  width: 100%;
}
.service-slider__item {
  display: block;
  float: left;
  margin-right: 60px;
  width: 200px;
}
.service-slider__item:last-child {
  margin-right: 0;
}
.service-slider__item a {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
  vertical-align: top;
}
.service-slider__item a:hover {
  color: #00aeef;
}
.service-slider__item a img {
  border-radius: 5px;
  margin-bottom: 20px;
}
.text {
  padding: 0 0 0 20px;
}
.text h2 {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  line-height: 56px;
}
.text h2 a {
  color: #00aeef;
  position: relative;
  text-decoration: underline;
}
.text h2 a:before {
  content: '\25a1';
  font-size: 7px;
  left: -10px;
  position: absolute;
}
.text p {
  color: #55606e;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.text p:last-child {
  margin-bottom: 0;
}
.text img {
  margin-bottom: 20px;
  margin-left: 0;
  margin-top: 20px;
}
body,
html {
  font-family: Arial, Helvetica, sans-serif;
}
.hide {
  display: none !important;
}
.container {
  display: block;
  margin: 0 auto;
  width: 990px;
}
.container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.footer {
  background: #313841;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  font-size: 14px;
  height: 120px;
  line-height: 120px;
  margin: 50px auto 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.footer a {
  color: #ddeb58;
  text-decoration: none;
}
.footer strong {
  font-weight: bold;
}
.scroll-top {
  background: url("/files/arrow-black.png") 0 0 no-repeat;
  border-radius: 32px;
  cursor: pointer;
  display: block;
  height: 64px;
  margin-left: 300px;
  margin-top: -32px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  width: 64px;
}
.scroll-top:hover {
  background: url("/files/arrow-green.png") 0 0 no-repeat;
}
.banner {
  background: #d9d9d9;
  border-radius: 5px;
  color: #b9b7b7;
  display: block;
  height: 250px;
  margin-bottom: 20px;
  position: relative;
  width: 290px;
}
.banner:after {
  content: "Banner";
  display: block;
  font-size: 20px;
  font-weight: bold;
  left: 50%;
  letter-spacing: 1px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
