@font-face {
  font-family: "Posterizer KG Sketch";
  src: url(../fonts/posterizer-kg-sketch/posterizer-kg-sketch.woff) format("woff"),url(../fonts/posterizer-kg-sketch/posterizer-kg-sketch.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: "Segoe Print";
  src: url(../fonts/segoe-print/segoe-print.woff) format("woff"),url(../fonts/segoe-print/segoe-print.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: "Segoe Print";
  src: url(../fonts/segoe-print/segoe-print-bold.woff) format("woff"),url(../fonts/segoe-print/segoe-print-bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}
*,
:after,
:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
body,
html {
  height: 100%!important
}
body {
  font: 400 14px/24px "Open Sans",sans-serif;
  color: #212121;
  background: #fff;
  letter-spacing: 1.4px
}
body.no-scrollable {
  overflow: hidden
}
a {
  color: #01bcd4;
  outline: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none
}
a:active,
a:hover {
  text-decoration: underline
}
p {
  margin: 0 0 25px
}
img {
  display: block;
  max-width: 100%;
  margin: 0
}
b,
strong {
  font-weight: 800
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans",sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #212121;
  margin: 0 0 25px
}
.h1,
h1 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 2.4px
}
.h2,
h2 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 2.4px
}
.h3,
h3 {
  font-size: 18px;
  line-height: 28px
}
.h4,
h4 {
  font-size: 16px;
  line-height: 24px
}
.h5,
h5 {
  font-size: 15px;
  line-height: 23px
}
.h6,
h6 {
  font-size: 14px;
  line-height: 22px
}
ol,
ul {
  margin: 0 0 25px
}
q {
  display: block;
  margin: 0 0 25px
}
svg {
  display: block;
  overflow: hidden
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
  opacity: 1
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1
}
input::-ms-clear {
  display: none
}
.clearfix:after {
  content: "";
  display: table;
  clear: both
}
.cover {
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
  min-width: 320px
}
.section-top-indent {
  padding-top: 87px
}
.section-bottom-indent {
  padding-bottom: 84px
}
.slick-slider {
  display: block!important
}
.slick-track {
  margin-left: 0;
  margin-right: 0
}
.slick-slide {
  height: auto;
  min-height: 0;
  outline: 0
}
.slick-slide > div {
  outline: 0
}
.modal-close {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 21px;
  right: 15px;
  cursor: pointer
}
.modal-close:after,
.modal-close:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #878787
}
.modal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.modal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.fancybox-bg {
  background: rgba(0,0,0,.5)
}
.fancybox-is-open .fancybox-bg {
  opacity: 1
}
.fancybox-slide {
  padding: 15px
}
.fancybox-content {
  padding: 0
}
.scrollbar-inner.scroll-scrolly_visible {
  padding-right: 30px
}
.scrollbar-inner > .scroll-element.scroll-x {
  display: none!important
}
.scrollbar-inner > .scroll-element.scroll-y {
  right: 0;
  width: 6px
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  opacity: 1!important;
  background: #e5e5e5
}
.scrollbar-inner > .scroll-element .scroll-bar {
  opacity: 1!important;
  background: #f59a00!important
}
.search {
  overflow: hidden;
  position: relative
}
.search__input {
  width: 100%;
  height: 36px;
  outline: 0;
  background: 0 0;
  padding: 0 48px 0 13px;
  font: 400 12px "Open Sans",sans-serif;
  color: rgba(211,211,211,.5);
  letter-spacing: 0;
  border: 1px solid #6c6c6c;
  border-radius: 2px;
  position: relative;
  z-index: 1
}
.wrapper_light-theme .search__input {
  color: #313131
}
.search__input::-webkit-input-placeholder {
  color: rgba(211,211,211,.5);
  opacity: 1
}
.wrapper_light-theme .search__input::-webkit-input-placeholder {
  color: #313131
}
.search__input::-moz-placeholder {
  color: rgba(211,211,211,.5);
  opacity: 1
}
.wrapper_light-theme .search__input::-moz-placeholder {
  color: #313131
}
.search__input:-moz-placeholder {
  color: rgba(211,211,211,.5);
  opacity: 1
}
.wrapper_light-theme .search__input:-moz-placeholder {
  color: #313131
}
.search__input:-ms-input-placeholder {
  color: rgba(211,211,211,.5);
  opacity: 1
}
.wrapper_light-theme .search__input:-ms-input-placeholder {
  color: #313131
}
.search__submit {
  display: block;
  width: 35px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-left: 1px solid #6c6c6c;
  outline: 0;
  cursor: pointer;
  padding: 0;
  background: 0 0;
  z-index: 2;
  font-size: 15px;
  line-height: 15px;
  color: #6c6c6c;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.wrapper_light-theme .search__submit {
  color: #fff
}
.search__submit:active,
.search__submit:hover {
  color: #d3d3d3
}
.wrapper_light-theme .search__submit:active,
.wrapper_light-theme .search__submit:hover {
  color: #6c6c6c
}
.search__icon {
  display: block
}
.nav__list {
  list-style: none;
  padding: 20px 0;
  margin: 0 -40px 0 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.nav__item {
  padding: 2px 40px 2px 0
}
.nav__link {
  color: #303030;
  font-weight: 800;
  letter-spacing: .7px
}
.wrapper_light-theme .nav__link {
  color: #fff
}
.active > .nav__link,
.nav__link:active,
.nav__link:hover {
  color: #979797;
  text-decoration: none
}
.wrapper_light-theme .active > .nav__link,
.wrapper_light-theme .nav__link:active,
.wrapper_light-theme .nav__link:hover {
  color: #d3d3d3
}
.section-heading {
  margin: 0 auto 63px
}
.section-heading__name {
  font: 400 25px/29px "Posterizer KG Sketch",sans-serif;
  text-transform: uppercase;
  color: #212121;
  text-align: center;
  letter-spacing: 1.4px;
  word-wrap: break-word
}
.new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  text-align: center
}
.new__name {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1.4px;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto
}
.new__name span {
  color: #01bcd4
}
.new__name-link {
  color: #212121;
  display: block
}
.new__name-link:active,
.new__name-link:hover {
  color: #01bcd4;
  text-decoration: none
}
.new__date {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-top: 13px
}
.new__date-number {
  color: #6c6c6c;
  position: relative;
  padding-left: 23px;
  display: table;
  margin: 0 auto
}
.new__icon-date {
  display: block;
  line-height: 14px;
  position: absolute;
  left: 0;
  top: 5px
}
.form {
  padding-bottom: 15px
}
.form__title {
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 20px
}
.form__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px
}
.form__column {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 15px
}
.form__string {
  margin-bottom: 10px
}
.form__input,
.form__textarea {
  display: block;
  width: 100%;
  border: 1px solid #f8f8f8;
  box-shadow: 0 1px 4px rgba(0,0,0,.12);
  border-radius: 4px;
  background: #fff;
  font: 400 12px "Open Sans",sans-serif;
  color: #212121;
  outline: 0;
  letter-spacing: 0
}
.form__input {
  height: 44px;
  padding: 0 20px
}
.form__textarea {
  height: 113px;
  padding: 13px 20px;
  resize: none
}
.form__footnote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  margin-right: -17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.form__button-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 17px;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
  width: 100%
}
.form__submit {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 50px;
  border: none;
  background: #f59a00;
  color: #fff;
  text-transform: uppercase;
  font: 800 13px "Open Sans",sans-serif;
  text-align: center;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  letter-spacing: .5px;
  padding: 0
}
.form__submit:active,
.form__submit:hover {
  background: #b9d433
}
.form__email-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding-right: 17px;
  margin-bottom: 10px;
  text-decoration: underline;
  letter-spacing: .7px;
  word-wrap: break-word;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
  display: none
}
.article {
  width: 100%
}
.article__link {
  display: block;
  text-decoration: none
}
.article__link:active,
.article__link:hover {
  text-decoration: none
}
.article__content {
  height: 310px;
  overflow: hidden;
  border-radius: 5px;
  position: relative
}
.article_super-big .article__content:before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  box-shadow: inset 0 -200px 200px rgba(0,0,0,.8)
}
.article__img-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: inset 0 -200px 200px rgba(0,0,0,.8)
}
.article__info {
  height: 100%;
  padding: 30px 15px 42px;
  position: relative;
  z-index: 3
}
.article__info-content {
  position: absolute;
  left: 0;
  bottom: 62px;
  width: 100%;
  padding: 0 15px
}
.article__title {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 8px;
  max-height: 110px;
  overflow: hidden
}
.article__description {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 8px;
  max-height: 88px;
  overflow: hidden
}
.article__rating {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding: 0 15px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap
}
.article__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.article__star {
  display: block!important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  color: #d3d3d3
}
.article__star.active {
  color: #f0a700
}
.article__footnote {
  padding: 17px 0 0
}
.article__footnote-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-right: -15px
}
.article__date,
.article__views {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 15px;
  position: relative;
  color: #6c6c6c;
  padding-left: 20px;
  margin-top: 3px
}
.article__date-icon,
.article__views-icon {
  font-size: 14px;
  line-height: 14px;
  display: block!important;
  position: absolute;
  left: 0;
  top: 5px
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  padding-bottom: 34px
}
.pagination__content {
  position: relative;
  padding: 0 58px
}
.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}
.pagination__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 6px 12px
}
.pagination__button {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #747474;
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: 0;
  color: #747474
}
.pagination__button:active,
.pagination__button:hover,
.pagination__button_disabled {
  color: #fff;
  background: #747474;
  text-decoration: none
}
.pagination__button_empty {
  border-color: #fff
}
.pagination__button_empty:active,
.pagination__button_empty:hover {
  color: #747474;
  background: #fff
}
.pagination__button_arrow-left,
.pagination__button_arrow-right {
  position: absolute;
  top: 0;
  border-color: #fff
}
.pagination__button_arrow-left {
  left: 0
}
.pagination__button_arrow-right {
  right: 0
}
.small-articles {
  margin-bottom: 70px
}
.small-articles__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  margin-right: -30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding-bottom: 13px
}
.small-articles__title {
  padding-right: 30px;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #979797;
  text-transform: uppercase;
  font-weight: 800
}
.small-articles__button-reload {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 30px;
  font-size: 18px;
  line-height: 18px;
  color: #07beea
}
.small-articles__button-reload:active,
.small-articles__button-reload:hover {
  text-decoration: none
}
.small-articles__item {
  position: relative
}
.small-articles__item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  padding-top: 30px;
  padding-bottom: 25px
}
.small-articles__item-link:active,
.small-articles__item-link:hover {
  text-decoration: none
}
.small-articles__item-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 91px
}
.small-articles__item-border:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #979797
}
.small-articles__img-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 71px;
  margin-right: 20px
}
.small-articles__img {
  max-width: none;
  width: 71px
}
.small-articles__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  position: relative;
  margin-top: -5px
}
.small-articles__name {
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
  color: #212121;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  min-height: 60px
}
.small-articles__item-link:active .small-articles__name,
.small-articles__item-link:hover .small-articles__name {
  color: #07beea
}
.small-articles__sub-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 22px
}
.small-articles__date,
.small-articles__views {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 20px;
  padding-left: 20px;
  color: #212121;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  position: relative
}
.small-articles__item-link:active .small-articles__date,
.small-articles__item-link:active .small-articles__views,
.small-articles__item-link:hover .small-articles__date,
.small-articles__item-link:hover .small-articles__views {
  color: #07beea
}
.small-articles__date-icon,
.small-articles__views-icon {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 12px;
  line-height: 12px;
  color: #212121;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.small-articles__item-link:active .small-articles__date-icon,
.small-articles__item-link:active .small-articles__views-icon,
.small-articles__item-link:hover .small-articles__date-icon,
.small-articles__item-link:hover .small-articles__views-icon {
  color: #07beea
}
.mailing {
  border: 1px solid #07beea;
  background: #fff;
  padding: 42px 15px 43px;
  margin-bottom: 70px
}
.mailing__heading {
  padding-bottom: 47px
}
.mailing__title {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #212121;
  font-weight: 800;
  margin: 0
}
.mailing__sub-title {
  color: #07beea;
  text-align: center;
  margin: 0;
  letter-spacing: 1px
}
.mailing__form {
  position: relative;
  padding-right: 46px;
  margin: 0 auto 30px;
  width: 100%
}
.mailing__input {
  display: block;
  width: 100%;
  height: 36px;
  border: none;
  border-bottom: 1px solid #bebebe;
  padding: 0 9px;
  font: 400 12px "Open Sans",sans-serif;
  color: #212121;
  letter-spacing: 1px;
  background: 0 0;
  outline: 0
}
.mailing__input::-webkit-input-placeholder {
  color: #b4b4b4;
  opacity: 1
}
.mailing__input::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1
}
.mailing__input:-moz-placeholder {
  color: #b4b4b4;
  opacity: 1
}
.mailing__input:-ms-input-placeholder {
  color: #b4b4b4;
  opacity: 1
}
.mailing__submit {
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  outline: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #f59a00;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  border-radius: 50%
}
.mailing__submit-icon {
  position: relative;
  right: -1px;
  top: 1px
}
.mailing__description {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0 auto
}
.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  min-height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column
}
.wrapper__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto
}
.wrapper__footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.header {
  background: #303030;
  position: relative
}
.wrapper_light-theme .header {
  background: #d3d3d3
}
.header__content {
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  position: relative
}
.header__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  position: relative;
  width: 190px;
  height: 100%;
  z-index: 21
}
.header__logo-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%
}
.header__logo-link:active,
.header__logo-link:hover {
  text-decoration: none
}
.header__logo-img {
  max-width: none;
  width: 190px
}
.header__contacts {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 0 12.5px
}
.header__contact {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 12.5px
}
.header__contact_mail {
  display: none
}
.header__contact-link {
  line-height: 14px;
  font-weight: 800;
  color: #d3d3d3;
  cursor: text;
  white-space: nowrap;
  position: relative;
  letter-spacing: .7px
}
.wrapper_light-theme .header__contact-link {
  color: #313131
}
.header__contact-link:active,
.header__contact-link:hover {
  text-decoration: none
}
.header__contact-link_phone {
  padding-left: 30px
}
.header__contact-link_mail {
  padding-left: 40px
}
.header__contact-icon {
  font-weight: 400;
  display: block;
  position: absolute;
  left: 0
}
.header__contact-icon_phone {
  font-size: 23px;
  line-height: 23px;
  top: -1px
}
.header__contact-icon_mail {
  font-size: 21px;
  line-height: 21px;
  top: -2px
}
.header__search {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 220px;
  display: none
}
.header__nav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  z-index: 20
}
.header__pull {
  width: 21px;
  height: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
  display: block
}
.header__pull div {
  width: 21px;
  height: 2px;
  background: #d3d3d3;
  position: absolute;
  left: 0;
  border-radius: 5px
}
.wrapper_light-theme .header__pull div {
  background: #313131
}
.header__pull div:nth-child(1) {
  top: 0
}
.header__pull div:nth-child(2) {
  top: 7px
}
.header__pull div:nth-child(3) {
  bottom: 0
}
.main-banner {
  background: #fff;
  position: relative;
  overflow: hidden
}
.main-banner__illustration {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg-main-banner.jpg) center center no-repeat;
  background-size: cover;
  display: none
}
.main-banner__character {
  display: none;
  position: absolute;
  z-index: 10;
  cursor: pointer
}
.main-banner__character_1 {
  width: 90px;
  height: 307px
}
.main-banner__character_2 {
  width: 171px;
  height: 497px
}
.main-banner__character_3 {
  width: 157px;
  height: 391px
}
.main-banner__character:after,
.main-banner__character:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}
.main-banner__character:after {
  opacity: 0
}
.main-banner__character:hover:before {
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.main-banner__character:hover:after {
  opacity: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.main-banner__character_1 {
  top: 120px;
  left: 490px
}
.main-banner__character_1:after,
.main-banner__character_1:before {
  background: url(../images/sprite-wooman-1.png) left top no-repeat
}
.main-banner__character_1:after {
  background-position: right top
}
.main-banner__character_2 {
  top: 43px;
  right: 485px
}
.main-banner__character_2:after,
.main-banner__character_2:before {
  background: url(../images/sprite-wooman-2.png) left top no-repeat
}
.main-banner__character_2:after {
  background-position: right top
}
.main-banner__character_3 {
  top: 103px;
  right: 322px
}
.main-banner__character_3:after,
.main-banner__character_3:before {
  background: url(../images/sprite-wooman-3.png) left top no-repeat
}
.main-banner__character_3:after {
  background-position: right top
}
.main-banner__cloud {
  display: block;
  width: 168px;
  height: 76px;
  position: absolute
}
.main-banner__character_1 .main-banner__cloud {
  top: -75px;
  right: -140px
}
.main-banner__character_2 .main-banner__cloud {
  top: -45px;
  left: -130px
}
.main-banner__character_3 .main-banner__cloud {
  top: -26px;
  right: -141px
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .main-banner__character_1:after, .main-banner__character_1:before {
    background: url(../images/sprite-wooman-1_x2.png) left top no-repeat;
    background-size: cover;
  }
  .main-banner__character_1:after {
    background-position: right top
  }
  .main-banner__character_2:after, .main-banner__character_2:before {
    background: url(../images/sprite-wooman-2_x2.png) left top no-repeat;
    background-size: cover;
  }
  .main-banner__character_2:after {
    background-position: right top
  }
  .main-banner__character_3:after, .main-banner__character_3:before {
    background: url(../images/sprite-wooman-3_x2.png) left top no-repeat;
    background-size: cover;
  }
  .main-banner__character_3:after {
    background-position: right top
  }
}
.main-banner__cloud-bg {
  width: 168px;
  height: 76px;
  fill: #fff;
  stroke: #a6a6a6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.main-banner__character:hover .main-banner__cloud-bg {
  fill: #e6e6e6;
  stroke: #e6e6e6;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.main-banner__character_1 .main-banner__cloud-bg {
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1)
}
.main-banner__cloud-text {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font: 700 12px/18px "Segoe Print",sans-serif;
  color: #212121;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}
.main-banner__cover {
  padding-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  padding-bottom: 90px
}
.main-banner__info {
  text-align: center;
  max-width: 550px
}
.main-banner__title {
  color: #fe4c36;
  text-transform: uppercase;
  font: 400 25px/29px "Posterizer KG Sketch",sans-serif;
  margin: 0;
  position: relative;
  z-index: 11
}
.main-banner__title span {
  font-size: 38px;
  line-height: 36px;
  display: block;
  letter-spacing: 2.5px
}
.main-banner__button {
  display: inline-block;
  background: #b9d433;
  color: #fff;
  font-size: 11px;
  line-height: normal;
  font-weight: 800;
  padding: 13.5px 30px;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px;
  position: relative;
  z-index: 11
}
.main-banner__button:active,
.main-banner__button:hover {
  text-decoration: none;
  background: #f59a00
}
.news {
  background: #e6e6e6
}
.news__container {
  position: relative
}
.news__wrapper {
  overflow: hidden
}
.slick-arrow + .news__wrapper {
  margin: 0 36px
}
.news__carousel {
  display: none;
  position: relative;
  margin: 0 -15px
}
.news__item {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: flex!important;
  width: 100%!important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 15px
}
.news .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.news .slick-track:after,
.news .slick-track:before {
  display: none
}
.news .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.news .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%
}
.news .slick-arrow {
  display: block;
  width: 18px;
  height: 96px;
  padding: 0;
  border: none;
  outline: 0;
  font-size: 0;
  background: 0 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -48px
}
.news .slick-arrow svg {
  stroke: #6c6c6c;
  width: 18px;
  height: 96px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.news .slick-arrow:active svg,
.news .slick-arrow:hover svg {
  stroke: #01bcd4
}
.news .slick-prev {
  left: 0
}
.news .slick-next {
  right: 0;
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1)
}
.variables {
  background: #e6e6e6
}
.variables__cover {
  padding-bottom: 21px
}
.variables__section-heading {
  max-width: 400px
}
.variables__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 -15px
}
.variables__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px 63px;
  text-align: center
}
.variables__item-icon-block {
  position: relative;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  margin: 0 auto 41px
}
.variables__item-icon-block_color-blue {
  background: #07beea
}
.variables__item-icon-block_color-orange {
  background: #f59a00
}
.variables__item-icon-block_color-green {
  background: #b9d433
}
.variables__item-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%
}
.variables__item-title {
  line-height: 21px;
  max-width: 250px;
  text-align: center;
  margin: 0 auto 26px;
  min-height: 42px;
  display: block
}
.variables__item-text {
  margin: 0 auto;
  max-width: 500px
}
.variables__item-text span {
  color: #999
}
.values {
  background: #e6e6e6
}
.values__cover {
  padding-bottom: 58px
}
.values__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px
}
.values__column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px
}
.automation {
  overflow: hidden
}
.automation__cover {
  padding-bottom: 50px
}
.automation__img-block {
  margin-bottom: 25px;
  width: 100%
}
.automation__img {
  margin: 0 auto
}
.customer-support__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px
}
.customer-support__contacts-bar,
.customer-support__form-bar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px
}
.customer-support__contacts-bar {
  padding-bottom: 40px
}
.customer-support__form-bar {
  padding-bottom: 55px
}
.customer-support__contacts-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}
.customer-support__contacts-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 0 25px
}
.customer-support__contact-name {
  font-weight: 800;
  text-transform: uppercase;
  color: #212121;
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 3px
}
.customer-support__contact {
  color: #212121
}
.customer-support__contact-link {
  color: #212121;
  cursor: text;
  display: table;
  padding-left: 18px;
  position: relative
}
.customer-support__contact-link:active,
.customer-support__contact-link:hover {
  text-decoration: none
}
.customer-support__contact-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  line-height: 14px;
  color: #212121
}
.map {
  background: #e6e6e6;
  height: 300px
}
.footer {
  background: #303030
}
.wrapper_light-theme .footer {
  background: #d3d3d3
}
.footer__cover {
  padding-top: 50px;
  padding-bottom: 90px
}
.footer__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 70px
}
.footer__side-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%
}
.footer__side-bar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  text-align: center
}
.footer__top-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto
}
.footer__bottom-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.footer__logo {
  display: block;
  margin: 0 auto 17px;
  width: 126px
}
.footer__logo-link {
  text-decoration: none
}
.footer__contacts {
  margin: 0 0 17px
}
.footer__contact {
  font-size: 10px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 0
}
.footer__contact-link {
  color: #6c6c6c;
  cursor: text
}
.wrapper_light-theme .footer__contact-link {
  color: #313131
}
.footer__contact-link:active,
.footer__contact-link:hover {
  text-decoration: none
}
.footer__address,
.footer__copyright,
.footer__data {
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0;
  color: #6c6c6c;
  margin: 0 0 17px
}
.wrapper_light-theme .footer__address,
.wrapper_light-theme .footer__copyright,
.wrapper_light-theme .footer__data {
  color: #313131
}
.footer__navs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%
}
.footer__nav-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 50px;
  display: none
}
.footer__nav-block_1 {
  width: 22%
}
.footer__nav-block_2 {
  width: 22%
}
.footer__nav-block_3 {
  width: 39%
}
.footer__nav-block_4 {
  width: 39%
}
.footer__nav-block_5 {
  width: 22%
}
.footer__nav-name {
  margin: 0 0 17px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 800;
  color: #6c6c6c;
  letter-spacing: 0;
  min-height: 30px
}
.wrapper_light-theme .footer__nav-name {
  color: #313131
}
.footer__nav-name-link {
  display: block;
  color: #6c6c6c
}
.wrapper_light-theme .footer__nav-name-link {
  color: #313131
}
.footer__nav-name-link:active,
.footer__nav-name-link:hover {
  color: #d3d3d3;
  text-decoration: none
}
.wrapper_light-theme .footer__nav-name-link:active,
.wrapper_light-theme .footer__nav-name-link:hover {
  color: #6c6c6c
}
.footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0 0 17px
}
.footer__nav-item {
  margin-top: 12px;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0
}
.footer__nav-item:first-child {
  margin-top: 0
}
.footer__nav-link {
  color: #6c6c6c;
  display: block
}
.wrapper_light-theme .footer__nav-link {
  color: #313131
}
.footer__nav-link:active,
.footer__nav-link:hover {
  color: #d3d3d3;
  text-decoration: none
}
.wrapper_light-theme .footer__nav-link:active,
.wrapper_light-theme .footer__nav-link:hover {
  color: #6c6c6c
}
.footer__sub-navs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  width: 100%
}
.footer__sub-navs .footer__top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.footer__sub-navs .footer__bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}
.footer__socials {
  list-style: none;
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 0
}
.footer__socials-item {
  padding: 0 10px 17px
}
.footer__socials-link:active,
.footer__socials-link:hover {
  text-decoration: none
}
.footer__socials-icon {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  fill: #6b6c6c
}
.wrapper_light-theme .footer__socials-icon {
  fill: #313131
}
.footer__socials-link:active .footer__socials-icon,
.footer__socials-link:hover .footer__socials-icon {
  fill: #d3d3d3
}
.wrapper_light-theme .footer__socials-link:active .footer__socials-icon,
.wrapper_light-theme .footer__socials-link:hover .footer__socials-icon {
  fill: #fff
}
.footer__search {
  margin-bottom: 17px;
  display: none
}
.footer__search-input::-webkit-input-placeholder {
  color: rgba(108,108,108,.5);
  opacity: 1
}
.footer__search-input::-moz-placeholder {
  color: rgba(108,108,108,.5);
  opacity: 1
}
.footer__search-input:-moz-placeholder {
  color: rgba(108,108,108,.5);
  opacity: 1
}
.footer__search-input:-ms-input-placeholder {
  color: rgba(108,108,108,.5);
  opacity: 1
}
.footer__button-up {
  line-height: 40px;
  font-size: 40px;
  cursor: pointer;
  color: #d3d3d3;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.wrapper_light-theme .footer__button-up {
  color: #fff
}
.fancybox-container_nav .fancybox-content {
  padding: 0;
  position: static
}
.fancybox-container_nav .fancybox-slide {
  background: #fff;
  padding: 0!important
}
.mobile-modal {
  background: #fff;
  display: none;
  width: 100%;
  overflow: hidden
}
.mobile-modal__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 50px 15px 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center
}
.mobile-modal__content {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.mobile-modal__logo {
  display: block;
  width: 126px;
  margin: 0 auto 50px
}
.mobile-modal__img {
  width: 100%;
  max-width: none
}
.mobile-modal__search {
  width: 100%;
  margin: 0 auto 50px
}
.mobile-modal__search-input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #efefef;
  padding-left: 0;
  padding-right: 20px;
  color: #212121
}
.mobile-modal__search-input::-webkit-input-placeholder {
  color: #c1c1c1;
  opacity: 1
}
.mobile-modal__search-input::-moz-placeholder {
  color: #c1c1c1;
  opacity: 1
}
.mobile-modal__search-input:-moz-placeholder {
  color: #c1c1c1;
  opacity: 1
}
.mobile-modal__search-input:-ms-input-placeholder {
  color: #c1c1c1;
  opacity: 1
}
.mobile-modal__search-submit {
  border-left: none;
  color: #dadada;
  width: 20px
}
.mobile-modal__search-submit:active,
.mobile-modal__search-submit:hover {
  color: #dadada
}
.mobile-modal__nav {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  text-align: center
}
.mobile-modal__nav-item {
  margin-top: 10px
}
.mobile-modal__nav-item:first-child {
  margin-top: 0
}
.mobile-modal__nav-link {
  color: #303030;
  font-weight: 800;
  letter-spacing: .7px
}
.active > .mobile-modal__nav-link,
.mobile-modal__nav-link:active,
.mobile-modal__nav-link:hover {
  color: #01bcd4;
  text-decoration: none
}
.mobile-modal__contacts {
  text-align: center;
  margin-bottom: 50px
}
.mobile-modal__contact {
  margin-top: 5px
}
.mobile-modal__contact:first-child {
  margin-top: 0
}
.mobile-modal__contact-link {
  cursor: text;
  color: #6c6c6c;
  font-weight: 800;
  letter-spacing: .7px
}
.mobile-modal__contact-link:active,
.mobile-modal__contact-link:hover {
  text-decoration: none
}
.modal {
  display: none;
  width: 572px;
  background: #b9d433;
  border-radius: 10px
}
.modal__content {
  padding: 39px 30px 37px
}
.modal__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
  text-transform: none;
  color: #212121;
  margin: 0 0 30px;
  letter-spacing: .2px;
  text-align: center
}
.modal__form {
  position: relative;
  padding-bottom: 8px
}
.modal__form-fields {
  position: relative;
  height: 43px;
  margin-bottom: 10px
}
.modal__form-select {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 60px
}
.modal__form-select > select {
  display: none
}
.modal__form-select .jq-selectbox {
  display: block!important;
  cursor: pointer
}
.modal__form-select .jq-selectbox__select {
  height: 43px;
  padding: 0 20px 0 0;
  background: 0 0;
  font: 400 0 "Open Sans",sans-serif;
  color: #212121
}
.modal__form-select .jq-selectbox.lang-ru .jq-selectbox__select {
  background: url(../images/icon-lang-ru.png) 16px center no-repeat
}
.modal__form-select .jq-selectbox.lang-usa .jq-selectbox__select {
  background: url(../images/icon-lang-usa.png) 16px center no-repeat
}
.modal__form-select .jq-selectbox.lang-spain .jq-selectbox__select {
  background: url(../images/icon-lang-spain.png) 16px center no-repeat
}
.modal__form-select .jq-selectbox.disabled .jq-selectbox__select {
  color: #999
}
.modal__form-select .jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis
}
.modal__form-select .jq-selectbox .placeholder {
  color: #999
}
.modal__form-select .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%
}
.modal__form-select .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 20px;
  left: 0;
  width: 7px;
  height: 4px;
  border-top: 4px solid #212121;
  border-right: 3.5px solid transparent;
  border-left: 3.5px solid transparent
}
.modal__form-select .jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #999
}
.modal__form-select .jq-selectbox__dropdown {
  left: 0!important;
  top: 100%!important;
  right: auto!important;
  bottom: auto!important;
  width: 100%!important;
  margin: 5px 0;
  padding: 0 13px 0 0;
  font: 400 0 "Open Sans",sans-serif
}
.modal__form-select .jq-selectbox ul {
  margin: 0;
  padding: 0;
  border-radius: 5px 5px;
  background: #fff
}
.modal__form-select .jq-selectbox li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  color: #212121;
  position: relative;
  height: 30px
}
.modal__form-select .jq-selectbox li.lang-ru {
  background: url(../images/icon-lang-ru.png) 16px center no-repeat
}
.modal__form-select .jq-selectbox li.lang-usa {
  background: url(../images/icon-lang-usa.png) 16px center no-repeat
}
.modal__form-select .jq-selectbox li.lang-spain {
  background: url(../images/icon-lang-spain.png) 16px center no-repeat
}
.modal__form-select .jq-selectbox li.selected {
  color: #01bcd4
}
.modal__form-select .jq-selectbox li:hover {
  color: #01bcd4
}
.modal__form-select .jq-selectbox li.disabled {
  color: #999
}
.modal__form-select .jq-selectbox li.disabled:hover {
  background: 0 0
}
.modal__form-input {
  display: block;
  width: 100%;
  height: 43px;
  padding: 0 15px 0 60px;
  background: #fff;
  outline: 0;
  border: none;
  border-radius: 5px;
  font: 400 12px "Open Sans",sans-serif;
  color: #212121
}
.modal__form-submit {
  display: block;
  width: 100%;
  border-radius: 5px;
  height: 43px;
  position: relative;
  right: 0;
  top: 0;
  border: none;
  cursor: pointer;
  outline: 0;
  background: #f59a00;
  color: #fff;
  padding: 0;
  font: 800 13px "Open Sans",sans-serif;
  letter-spacing: .3px;
  margin-bottom: 10px
}
.modal__ahtung {
  letter-spacing: .14px;
  text-align: center
}
.modal__contacts {
  background: #9cb039;
  border-radius: 0 0 10px 10px;
  padding: 24px 30px 30px;
  text-align: center
}
.modal__contacts-label {
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .2px;
  margin: 0 0 14px
}
.modal__contacts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0
}
.modal__contact {
  position: relative;
  padding: 1px 0;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.modal__contact-text {
  color: #212121;
  text-decoration: none;
  cursor: text;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  letter-spacing: .8px
}
.modal__contact-text:active,
.modal__contact-text:hover {
  text-decoration: none
}
.modal__contact-icon {
  font-size: 13px;
  line-height: 13px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #212121
}
.modal__contact-icon_mail {
  font-size: 12px
}
.message-form {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  display: block
}
.message-form__wrapper {
  border-radius: 8px 26px 0 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.message-form.active .message-form__wrapper {
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1)
}
.message-form__close {
  display: none;
  width: 24px;
  height: 24px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: -35px;
  top: 0;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden
}
.message-form__close:after,
.message-form__close:before {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -9px;
  background: #878787
}
.message-form__close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.message-form__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.message-form.active .message-form__close {
  opacity: 1;
  visibility: visible
}
.message-form__heading {
  height: 40px;
  width: 100%;
  background: #07beea;
  overflow: hidden;
  position: relative;
  padding: 0 15px 0 45px;
  color: #fff;
  letter-spacing: 0;
  cursor: pointer
}
.message-form__heading:before {
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  position: absolute;
  right: -33px;
  top: -25px;
  background: #b9d433;
  border-radius: 50%
}
.message-form__icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 16px
}
.message-form__heading-text {
  padding-top: 8px
}
.message-form__content {
  padding: 17px 17px 13px;
  background: #fff;
  display: none
}
.message-form__description {
  letter-spacing: .5px;
  margin: 0 0 17px;
  line-height: 20px
}
.message-form__fields {
  padding-bottom: 4px
}
.message-form__field {
  margin-bottom: 13px
}
.message-form__input,
.message-form__textarea {
  display: block;
  border: 1px solid #f8f8f8;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  font: 400 12px "Open Sans",sans-serif;
  color: #212121;
  outline: 0;
  box-shadow: inset 0 0 7px rgba(0,0,0,.05)
}
.message-form__input {
  height: 40px;
  padding: 0 20px
}
.message-form__textarea {
  height: 80px;
  padding: 11px 20px;
  resize: none
}
.message-form__submit {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 50px;
  border: none;
  background: #f59a00;
  color: #fff;
  text-transform: none;
  font: 800 13px "Open Sans",sans-serif;
  text-align: center;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  letter-spacing: .5px;
  padding: 0
}
.message-form__submit:active,
.message-form__submit:hover {
  background: #b9d433
}
.accounting-banner__cover {
  padding-top: 87px;
  padding-bottom: 30px
}
.accounting-banner__img {
  display: block;
  position: relative;
  margin: 0 auto 50px
}
.accounting-banner__text {
  overflow: hidden;
  margin-bottom: 50px;
  max-height: 240px
}
.functions {
  background: #e6e6e6;
  overflow: hidden
}
.functions__cover {
  padding-bottom: 39px
}
.functions__section-heading {
  max-width: 355px
}
.functions__list {
  list-style: none;
  padding: 0;
  margin: 0 -11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}
.functions__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  padding: 0 11px 40px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.functions__item-icon-block {
  width: 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin: 0 auto 15px
}
.functions__item-icon {
  max-width: 28px;
  margin: 0 auto
}
.functions__item-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center
}
.recovery {
  padding-bottom: 57px
}
.recovery__section-heading {
  max-width: 360px
}
.recovery__content {
  position: relative
}
.recovery__content:before {
  content: "";
  display: none;
  width: 100%;
  height: 490px;
  position: absolute;
  left: 0;
  bottom: 15px;
  background: url(../images/img-vector.png) center center no-repeat;
  z-index: 1
}
.recovery__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px;
  z-index: 2
}
.recovery__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  padding: 30px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  text-align: center
}
.recovery__item-content {
  background: rgba(255,255,255,.9);
  box-shadow: 0 4px 22px rgba(0,0,0,.15);
  padding: 60px 30px 30px;
  position: relative
}
.recovery__item-number {
  display: block;
  width: 58px;
  height: 58px;
  position: absolute;
  left: 50%;
  margin-left: -29px;
  top: -29px;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0
}
.recovery__item-number_red {
  background: #fd0101
}
.recovery__item-number_orange {
  background: #f59a00
}
.recovery__item-number_yellow {
  background: #f6dc27
}
.recovery__item-name {
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  text-transform: uppercase;
  color: #212121;
  margin: 0
}
.recovery__item-text {
  margin: 25px 0 0
}
.zero-balance {
  padding-bottom: 50px
}
.zero-balance__img {
  margin: 0 auto 25px;
  position: relative
}
.personnel-accounting {
  background: #e6e6e6;
  padding-bottom: 60px;
  overflow: hidden
}
.personnel-accounting__section-heading {
  max-width: 550px
}
.personnel-accounting__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px
}
.personnel-accounting__column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px
}
.personnel-accounting__column small {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .5px;
  display: block
}
.tax-authorities {
  padding-bottom: 17px
}
.tax-authorities__section-heading {
  max-width: 440px
}
.tax-authorities__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}
.tax-authorities__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 25px 64px;
  width: 100%
}
.tax-authorities__item-img-block {
  height: 84px;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-bottom: 30px
}
.tax-authorities__item-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 85px;
  max-height: 100%
}
.tax-authorities__item-text {
  position: relative;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto
}
.tax-planning__section-heading {
  max-width: 330px
}
.tax-planning__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  margin: 0 -15px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.tax-planning__column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 15px;
  width: 100%;
  margin-top: 50px
}
.tax-planning__column:first-child {
  margin-top: 0
}
.tax-planning__section {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.tax-planning__section:first-child {
  margin-top: 0
}
.tax-planning__icon-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 28px;
  margin-right: 20px
}
.tax-planning__icon {
  max-width: 28px;
  margin: 0 auto
}
.tax-planning__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto
}
.reporting {
  background: #e6e6e6;
  overflow: hidden;
  padding-bottom: 60px
}
.reporting__section-heading {
  max-width: 630px
}
.reporting__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px
}
.reporting__column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px;
  margin-top: 23px
}
.reporting__column:first-child {
  margin-top: 0
}
.reporting__list {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0
}
.reporting__list-item {
  display: block;
  position: relative;
  padding-left: 50px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 800
}
.reporting__list-icon-check {
  display: block;
  width: 18px;
  height: 18px;
  fill: #f59a00;
  position: absolute;
  left: 0;
  top: 1px
}
.reporting__section {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.reporting__section:first-child {
  padding-top: 0
}
.reporting__icon-block {
  width: 31px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 20px;
  margin-bottom: 25px
}
.reporting__icon {
  margin: 0 auto;
  max-width: 31px
}
.reporting__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto
}
.reporting__info-title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
  font-weight: 800;
  margin: -3px 0 25px;
  position: relative
}
.electronic-reporting {
  padding-bottom: 15px
}
.electronic-reporting__section-heading {
  max-width: 400px
}
.electronic-reporting__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px
}
.electronic-reporting__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 15px 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start
}
.electronic-reporting__item-number-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin: 0 auto 15px;
  position: relative
}
.electronic-reporting__item-number {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #f59a00;
  font-size: 18px;
  line-height: 56px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
  color: #212121
}
.electronic-reporting__item-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  text-align: center
}
.electronic-reporting__item-title {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  color: #a5a5a5;
  font-weight: 800
}
.electronic-reporting__item-name {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
  font-weight: 800
}
.electronic-reporting__item-description {
  margin: 0 auto 15px;
  max-width: 500px
}
.price-finance {
  background: #e6e6e6;
  overflow: hidden
}
.price-finance__section-heading {
  max-width: 250px
}
.price-finance__container {
  margin-top: 60px
}
.price-finance__container:first-child {
  margin-top: 0
}
.price-finance__title {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #212121;
  margin: 0 0 39px;
  font-weight: 800;
  letter-spacing: 2px
}
.price-finance__container-content {
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 -15px;
  position: relative;
  padding-bottom: 5px
}
.price-finance__block-table_desktop {
  display: none
}
.price-finance__block-table_mobile {
  display: block
}
.price-finance__container-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 -15px 27px;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 800;
  color: #212121
}
.price-finance__container-heading-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px
}
.price-finance__data-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  margin: 0 -15px
}
.price-finance__data-column {
  width: 50%;
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.price-finance__data-mobile-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.price-finance__data-mobile-item {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 15px;
  letter-spacing: 0;
  line-height: normal;
  word-wrap: break-word
}
.price-finance__data-mobile-item:first-child {
  text-transform: uppercase;
  font-weight: 800;
  border-right: 2px solid #f59a00;
  background: 0 0!important;
  font-size: 12px;
  line-height: normal
}
.price-finance__data-mobile-item:nth-child(even) {
  background: #d9d9d9
}
.consulting-banner__cover {
  padding-top: 87px;
  padding-bottom: 30px
}
.consulting-banner__img {
  display: block;
  position: relative;
  margin: 0 auto 50px
}
.consulting-banner__variables {
  margin-bottom: 50px
}
.consulting-banner__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px
}
.consulting-banner__column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 15px;
  width: 100%;
  margin-top: 50px
}
.consulting-banner__column:first-child {
  margin-top: 0
}
.consulting-banner__variable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 50px
}
.consulting-banner__variable:first-child {
  margin-top: 0
}
.consulting-banner__icon-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 20px;
  width: 44px
}
.consulting-banner__icon {
  max-width: 44px;
  margin: 0 auto
}
.consulting-banner__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  position: relative;
  margin-top: -7px
}
.outstaffing {
  background: #e6e6e6;
  overflow: hidden;
  padding-bottom: 33px
}
.outstaffing__img {
  position: relative;
  margin: 0 auto 60px;
  display: none
}
.outstaffing__variables {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px
}
.outstaffing__variable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 50px
}
.outstaffing__variable:first-child {
  margin-top: 0
}
.outstaffing__variable-icon-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 20px;
  width: 43px
}
.outstaffing__variable-icon {
  margin: 0 auto;
  max-width: 43px
}
.outstaffing__variable-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  position: relative;
  margin-top: -7px
}
.records-management {
  padding-bottom: 25px
}
.records-management__section-heading {
  max-width: 400px
}
.records-management__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px
}
.records-management__column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 15px 35px;
  width: 100%
}
.records-management__title {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 25px
}
.records-management__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px;
  padding-bottom: 25px
}
.records-management__sections {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px;
  margin-top: 25px
}
.records-management__sections:first-child {
  margin-top: 0
}
.records-management__item {
  margin-top: 25px
}
.records-management__item:first-child {
  margin-top: 0
}
.records-management__item-number {
  font-size: 43px;
  line-height: 43px;
  font-weight: 800;
  letter-spacing: 0;
  color: #dfdfdf;
  text-transform: uppercase;
  margin-bottom: 3px
}
.documentation-recovery {
  padding-bottom: 40px
}
.documentation-recovery__section-heading {
  max-width: 590px
}
.documentation-recovery__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px
}
.documentation-recovery__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 15px;
  margin-bottom: 50px;
  width: 100%
}
.documentation-recovery__icon-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 37px;
  margin-right: 20px
}
.documentation-recovery__icon {
  max-width: 37px;
  margin: 0 auto
}
.documentation-recovery__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto
}
.consulting-price {
  overflow: hidden;
  background: #e6e6e6
}
.consulting-price__section-heading {
  max-width: 500px
}
.consulting-price__table-block {
  width: 100%;
  margin: 0 auto
}
.services-banner__cover {
  padding-top: 87px;
  padding-bottom: 35px
}
.services-banner__section-heading {
  margin-bottom: 73px
}
.services-banner__img {
  display: block;
  position: relative;
  margin: 0 auto 50px
}
.services-banner__info {
  position: relative;
  z-index: 2;
  max-width: 400px;
  margin: 0 auto 50px;
  text-align: center
}
.services-banner__title {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #212121;
  font-weight: 800;
  margin: 0 0 15px
}
.services-banner__text {
  margin: 0
}
.services-banner__sub-info {
  position: relative;
  z-index: 2
}
.services-banner__sub-info-item {
  max-width: 400px;
  margin: 0 auto 50px;
  text-align: center
}
.services-banner__sub-info-content {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.registration {
  background: #e6e6e6;
  overflow: hidden
}
.registration__section {
  padding-top: 58px
}
.registration__section:first-child {
  padding-top: 0
}
.registration__section-title {
  margin: 0 0 22px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px
}
.registration__section-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px
}
.registration__section-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 15px;
  width: 100%;
  margin-top: 30px
}
.registration__section-column:first-child {
  margin-top: 0
}
.registration__variable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 28px
}
.registration__variable-icon-block {
  width: 44px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.registration__variable-icon {
  max-width: 44px;
  margin: 0 auto
}
.registration__variable-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center
}
.registration__variable-text-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto
}
.registration__columns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px
}
.registration__column-list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px;
  margin-top: 26px
}
.registration__column-list:first-child {
  margin-top: 0
}
.registration__list {
  list-style: none;
  padding: 0;
  margin: 0
}
.registration__list-item {
  margin-top: 26px;
  position: relative;
  padding-left: 30px
}
.registration__list-item:first-child {
  margin-top: 0
}
.registration__list-item-icon-check {
  width: 20px;
  height: 20px;
  fill: #f59a00;
  position: absolute;
  left: 0;
  top: -1px
}
.consultations {
  padding-bottom: 30px;
  overflow: hidden
}
.consultations__section-heading {
  position: relative;
  z-index: 2
}
.consultations__content {
  position: relative
}
.consultations__img {
  margin: 0 auto 50px
}
.consultations__variables {
  width: 100%;
  padding-bottom: 25px;
  position: relative;
  z-index: 2
}
.consultations__variables-columns {
  position: relative;
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.consultations__variables-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px
}
.legal-support {
  background: #e6e6e6;
  overflow: hidden
}
.legal-support__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px
}
.legal-support__column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 15px;
  width: 100%;
  margin-top: 70px
}
.legal-support__column:first-child {
  margin-top: 0
}
.legal-support__title-variables {
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #212121;
  font-weight: 800
}
.legal-support__variables {
  list-style: none;
  padding: 0;
  margin: 0
}
.legal-support__variable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 25px
}
.legal-support__variable:first-child {
  margin-top: 0
}
.legal-support__variable-icon-block {
  width: 38px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 20px
}
.legal-support__variable-icon {
  max-width: 38px;
  margin: 0 auto
}
.legal-support__variable-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #212121;
  font-weight: 800
}
.legal-support__variable-name-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto
}
.legal-support__title {
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #212121;
  font-weight: 800;
  margin: 0 auto 30px
}
.legal-support__text {
  max-height: 240px
}
.legal-support .scroll-element_track {
  background: #fff!important
}
.services-price {
  padding-bottom: 85px
}
.services-price__section-heading {
  max-width: 460px
}
.services-price__content {
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 -15px;
  position: relative;
  padding-bottom: 5px
}
.services-price__table-block_desktop {
  display: none
}
.services-price__data {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 19px
}
.services-price__data-string {
  display: table-row
}
.services-price__data-string_heading {
  text-transform: uppercase;
  font-weight: 800;
  color: #212121;
  font-size: 14px;
  line-height: 19px
}
.services-price__data-column {
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
  padding-bottom: 28px
}
.services-price__data-column:last-child {
  padding-right: 0
}
.services-price__data-column_number {
  width: 96px
}
.services-price__data-column_description {
  width: 250px
}
.services-price__data-column_price {
  width: 170px
}
.services-price__data-string .services-price__data-column {
  padding-bottom: 32px
}
.services-price__data-mobile-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.services-price__data-mobile-item {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 15px;
  letter-spacing: 0;
  line-height: normal;
  word-wrap: break-word
}
.services-price__data-mobile-item:first-child {
  text-transform: uppercase;
  font-weight: 800;
  border-right: 2px solid #f59a00;
  background: 0 0!important;
  font-size: 12px;
  line-height: normal
}
.services-price__data-mobile-item:nth-child(even) {
  background: #e6e6e6
}
.blog-banner {
  padding-bottom: 40px
}
.blog-banner__content {
  padding: 88px 0 0 0
}
.blog-banner__section-heading {
  margin-bottom: 55px
}
.blog-banner__variables {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}
.blog-banner__variable {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 15px;
  text-align: center;
  width: 100%;
  margin-bottom: 50px
}
.blog-banner__variable-icon-block {
  height: 31px;
  position: relative;
  margin-bottom: 25px
}
.blog-banner__variable-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 33px;
  max-height: 31px
}
.blog-banner__variable-text {
  max-width: 260px;
  margin: 0 auto
}
.blog-banner__article {
  position: relative;
  margin: 0 -15px;
  padding: 0 15px
}
.blog-banner__img {
  display: none;
  position: absolute;
  top: 48px;
  right: -338px;
  max-width: none
}
.list-articles__cover {
  padding-bottom: 20px
}
.list-articles__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -7.5px
}
.list-articles__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 7.5px 40px;
  width: 100%
}
.detail-banner {
  background: #39516b;
  overflow: hidden
}
.detail-banner__cover {
  padding-top: 84px;
  padding-bottom: 156px
}
.detail-banner__img {
  display: none;
  max-width: none;
  position: absolute;
  bottom: 25px;
  /*right: -288px;*/
  right: 0px;
  opacity: .2
}
.detail-banner__content {
  position: relative;
  z-index: 2
}
.detail-banner__info {
  padding: 0 0 5px
}
.detail-banner__title {
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 32px;
  font-size: 30px;
  line-height: 41px;
  font-weight: 800;
  word-wrap: break-word
}
.detail-banner__text {
  color: #fff;
  padding-bottom: 7px
}
.detail-banner__sub-info {
  padding: 0
}
.detail-banner__sub-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.detail-banner__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding-right: 20px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
  width: 100%;
  margin-top: 15px
}
.detail-banner__author-icon-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 20px;
  width: 48px;
  display: none
}
.detail-banner__author-icon {
  width: 48px;
  border-radius: 50%;
  max-width: none
}
.detail-banner__author-name {
  font-size: 12px;
  line-height: 16px;
  color: #fff
}
.detail-banner__rating {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 20px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
  width: 100%;
  margin-top: 15px
}
.detail-banner__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-size: 12px;
  line-height: 12px
}
.detail-banner__star {
  display: block!important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  color: #d3d3d3
}
.detail-banner__star.active {
  color: #f0a700
}
.detail-banner__dop-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  order: 3;
  margin-top: 15px
}
.detail-banner__date,
.detail-banner__views {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  position: relative;
  padding-right: 20px;
  padding-left: 20px
}
.detail-banner__date-icon,
.detail-banner__views-icon {
  font-size: 12px;
  line-height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff
}
.detail-content__cover {
  padding-top: 48px
}
.detail-content__text {
  position: relative;
  margin-top: -160px;
  background: #fff;
  box-shadow: 1px 1px 8px rgba(0,0,0,.25);
  border-radius: 3px;
  padding: 45px 15px 20px;
  margin-bottom: 70px
}
.detail-content__footnote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-bottom: 40px;
  position: relative;
  margin-right: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.detail-content__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
  padding-bottom: 15px
}
.detail-content__social-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 15px;
  margin-bottom: 15px
}
.detail-content__social-item-wrapper {
  position: relative
}
.detail-content__share {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3
}
.detail-content__share .ya-share2__container_size_m {
  font-size: 0;
  width: 100%;
  height: 100%
}
.detail-content__share .ya-share2__badge,
.detail-content__share .ya-share2__link,
.detail-content__share .ya-share2__list,
.detail-content__share .ya-share2__list_direction_horizontal > .ya-share2__item {
  display: block;
  width: 100%;
  height: 100%
}
.detail-content__share .ya-share2__title {
  display: none!important
}
.detail-content__share .ya-share2__badge {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  background: 0 0!important
}
.detail-content__share .ya-share2__icon {
  display: block;
  width: 100%!important;
  height: 100%!important;
  background: 0 0!important
}
.detail-content__share .ya-share2__container_size_m .ya-share2__counter {
  display: none!important
}
.detail-content__social-fb,
.detail-content__social-vk,
.detail-content__subscription {
  width: 137px;
  height: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  font-size: 11px;
  line-height: 11px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  border: 1px solid transparent;
  cursor: pointer;
  letter-spacing: .6px
}
.detail-content__social-fb:active,
.detail-content__social-fb:hover,
.detail-content__social-vk:active,
.detail-content__social-vk:hover,
.detail-content__subscription:active,
.detail-content__subscription:hover {
  text-decoration: none
}
.detail-content__social-fb,
.detail-content__social-vk {
  color: #fff
}
.detail-content__social-fb {
  background: #3b5999;
  border-color: #3b5999
}
.detail-content__social-vk {
  background: #4e7199;
  border-color: #4e7199
}
.detail-content__subscription {
  color: #07beea;
  background: #fff;
  border-color: #07beea;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.detail-content__subscription:active,
.detail-content__subscription:hover {
  background: #07beea;
  color: #fff
}
.detail-content__icon-fb,
.detail-content__icon-vk {
  display: block;
  margin-right: 7px;
  font-weight: 400;
  position: relative;
  top: 1px
}
.detail-content__assessment {
  padding-right: 15px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1
}
.detail-content__assessment-label {
  font-size: 12px;
  line-height: 16px;
  color: #979797;
  padding-right: 10px;
  letter-spacing: .9px
}
.detail-content__assessment-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-top: 2px
}
.detail-content__assessment-star {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px
}
.detail-content__assessment-input {
  display: none
}
.detail-content__assessment-icon {
  color: #d3d3d3;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.detail-content__assessment-star:hover ~ .detail-content__assessment-star .detail-content__assessment-icon {
  color: #d3d3d3
}
.active > .detail-content__assessment-icon,
.detail-content__assessment-input:checked + .detail-content__assessment-star .detail-content__assessment-icon,
.detail-content__assessment-input:checked ~ .detail-content__assessment-star .detail-content__assessment-icon,
.detail-content__assessment-stars:hover .detail-content__assessment-icon {
  color: #f0a700
}
.call-button {
  display: none;
  width: 74px;
  height: 74px;
  background: #b9d433;
  font-size: 36px;
  line-height: 74px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 101;
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1)
}
.call-button:active,
.call-button:hover {
  text-decoration: none;
  background: #f59a00
}
.call-button__icon {
  position: relative;
  top: 1px
}
@media screen and (min-width:480px) {
  .section-heading__name {
    letter-spacing: 3px;
    font-size: 30px;
    line-height: 34px
  }
  .form__footnote {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .form__button-block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    width: auto
  }
  .form__submit {
    width: 183px
  }
  .form__email-block {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
    display: block
  }
  .mailing {
    padding-left: 30px;
    padding-right: 30px
  }
  .header__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
  }
  .main-banner__title {
    font-size: 30px;
    line-height: 43px
  }
  .main-banner__title span {
    font-size: 55px;
    line-height: 63px
  }
  .main-banner__button {
    font-size: 12px
  }
  .slick-arrow + .news__wrapper {
    margin: 0 50px
  }
  .mobile-modal__search {
    width: 270px
  }
  .modal__form {
    padding-right: 137px;
    margin-bottom: 18px;
    padding-bottom: 0
  }
  .modal__form-fields {
    margin-bottom: 0
  }
  .modal__form-input {
    border-radius: 5px 0 0 5px
  }
  .modal__form-submit {
    width: 137px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    margin-bottom: 0
  }
  .message-form {
    right: 15px;
    width: 337px
  }
  .message-form__close {
    display: block
  }
  .message-form__heading {
    border-radius: 8px 26px 0 0
  }
  .functions__item {
    width: 50%
  }
  .price-finance__data-mobile-item {
    width: 33.3333333333%
  }
  .consulting-price__table-block {
    width: 380px
  }
  .services-price__data-mobile-item {
    width: 33.3333333333%
  }
  .list-articles__item {
    width: 50%
  }
  .detail-content__text {
    padding-left: 30px;
    padding-right: 30px
  }
}
@media screen and (min-width:600px) {
  .new {
    text-align: left
  }
  .new__date-number {
    margin: 0
  }
  .form__column {
    width: 50%
  }
  .form__textarea {
    height: 152px
  }
  .article_main .article__content {
    box-shadow: 1px 1px 8px rgba(0,0,0,.2)
  }
  .article_main .article__img-block {
    width: 50%;
    box-shadow: none
  }
  .article__info {
    padding-left: 30px;
    padding-right: 30px
  }
  .article_main .article__info {
    margin-left: 50%
  }
  .article__info-content {
    padding: 0 30px
  }
  .article_main .article__info-content {
    position: relative;
    bottom: 0;
    padding: 0!important
  }
  .article_main .article__title {
    color: #000
  }
  .article_main .article__description {
    color: #000
  }
  .article__rating {
    padding: 0 30px
  }
  .article__footnote {
    padding-left: 23px;
    padding-right: 23px
  }
  .article__footnote-content {
    margin-right: -20px
  }
  .article__date,
  .article__views {
    padding-right: 20px;
    padding-left: 25px
  }
  .mailing {
    padding-left: 35px;
    padding-right: 35px
  }
  .mailing__form {
    width: 400px
  }
  .mailing__description {
    max-width: 400px
  }
  .main-banner__illustration {
    display: block
  }
  .map {
    height: 400px
  }
  .modal__content {
    padding-left: 45px;
    padding-right: 45px
  }
  .modal__title {
    text-align: left
  }
  .modal__ahtung {
    text-align: left
  }
  .modal__contacts {
    padding-left: 45px;
    padding-right: 45px;
    text-align: left
  }
  .modal__contacts-list {
    margin: 0 -22px 0 0
  }
  .modal__contact {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
    padding-right: 22px
  }
  .functions__item {
    width: 33.3333333333%
  }
  .price-finance__data-mobile-item {
    width: 25%
  }
  .blog-banner__variable {
    width: 50%
  }
  .detail-banner__info {
    padding-bottom: 20px
  }
  .detail-banner__sub-info-content {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .detail-banner__author {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    width: auto;
    margin-top: 0
  }
  .detail-banner__author-icon-block {
    display: block
  }
  .detail-banner__rating {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    width: auto;
    margin-top: 0
  }
  .detail-banner__dop-info {
    margin-top: 0
  }
}
@media screen and (min-width:768px) {
  .header__contact_mail {
    display: block
  }
  .main-banner__cover {
    padding-top: 100px;
    padding-bottom: 100px
  }
  .main-banner__title {
    font-size: 37px;
    line-height: 50px
  }
  .main-banner__title span {
    font-size: 65px;
    line-height: 70px;
    letter-spacing: 6.5px
  }
  .main-banner__button {
    margin-top: 33px;
    padding: 16.5px 40px;
    font-size: 13px
  }
  .functions__item {
    width: 25%
  }
  .services-price__data-mobile-item {
    width: 25%
  }
  .blog-banner__variable {
    width: 33.3333333333%
  }
  .blog-banner__variable-icon-block {
    margin-bottom: 37px
  }
}
@media screen and (min-width:990px) {
  .cover {
    max-width: 970px
  }
  .scrollbar-inner.scroll-scrolly_visible {
    padding-right: 60px
  }
  .form__column {
    width: 100%
  }
  .form__textarea {
    height: 113px
  }
  .article_super-big .article__content:before {
    display: block
  }
  .article_super-big .article__img-block {
    width: 470px;
    box-shadow: none
  }
  .article_main .article__img-block {
    width: 470px
  }
  .article_super-big .article__info {
    margin-left: 470px
  }
  .article_main .article__info {
    margin-left: 470px
  }
  .article_super-big .article__title {
    color: #000
  }
  .article_super-big .article__description {
    color: #000
  }
  .pagination {
    padding-top: 0;
    padding-bottom: 50px
  }
  .mailing__form {
    margin: 0 0 30px;
    width: 100%
  }
  .mailing__description {
    margin: 0;
    max-width: none
  }
  .header__content {
    height: 80px
  }
  .header__logo {
    width: 237px
  }
  .header__logo-img {
    width: 237px
  }
  .header__contacts {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 0
  }
  .header__contact {
    padding: 0 16px
  }
  .header__search {
    display: block
  }
  .header__nav {
    display: block
  }
  .header__pull {
    display: none
  }
  .main-banner__illustration {
    width: 1920px;
    height: 501px;
    background-size: auto;
    margin-left: -960px;
    top: 70px;
    left: 50%
  }
  .main-banner__character {
    display: block
  }
  .main-banner__character_3 {
    display: none
  }
  .main-banner__cover {
    padding-top: 200px;
    padding-bottom: 234px
  }
  .slick-arrow + .news__wrapper {
    margin: 0 36px
  }
  .variables__item {
    width: 33.3333333333%
  }
  .variables__item-text {
    max-width: none;
    margin: 0
  }
  .values__column {
    width: 50%
  }
  .automation__img-block {
    float: left;
    margin-left: -300px;
    width: 730px
  }
  .automation__img {
    margin: 0
  }
  .automation__text {
    margin-left: 470px
  }
  .customer-support__cover {
    padding-bottom: 55px
  }
  .customer-support__contacts-bar,
  .customer-support__form-bar {
    width: 50%;
    padding-bottom: 0
  }
  .customer-support__contacts-bar {
    padding-bottom: 0
  }
  .customer-support__form-bar {
    padding-bottom: 0
  }
  .map {
    height: 700px
  }
  .footer__cover {
    padding-top: 84px;
    padding-bottom: 70px
  }
  .footer__content {
    margin-right: -50px;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 0
  }
  .footer__side-bar {
    padding-right: 50px;
    width: 18%
  }
  .footer__side-bar-content {
    text-align: left
  }
  .footer__logo {
    margin: 0 0 45px;
    width: auto
  }
  .footer__navs {
    width: 82%
  }
  .footer__nav-block {
    display: block
  }
  .footer__sub-navs {
    width: 56%
  }
  .footer__sub-navs .footer__bottom-content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
  }
  .footer__socials {
    margin: 0 -18px
  }
  .footer__socials-item {
    padding: 0 18px 17px
  }
  .footer__sub-block {
    width: 270px;
    margin-right: 50px
  }
  .footer__search {
    display: block
  }
  .footer__button-up {
    margin-bottom: 17px;
    position: relative;
    left: 0;
    -webkit-transform: none;
    transform: none
  }
  .message-form {
    right: 30px
  }
  .accounting-banner__cover {
    padding-top: 106px;
    padding-bottom: 80px
  }
  .accounting-banner__img {
    float: left;
    max-width: none;
    margin: -25px 0 0 -300px
  }
  .accounting-banner__text {
    margin-left: 470px;
    max-height: 385px;
    margin-bottom: 0
  }
  .functions__cover {
    padding-bottom: 57px
  }
  .functions__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
  }
  .functions__item {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 22px
  }
  .functions__item-icon-block {
    margin: 0 13px 0 0
  }
  .functions__item-name {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    width: auto;
    text-align: left
  }
  .recovery__content:before {
    display: block
  }
  .recovery__item {
    width: 33.3333333333%;
    text-align: left
  }
  .recovery__item_one {
    padding-top: 90px
  }
  .recovery__item_two {
    padding-top: 60px
  }
  .recovery__item_two .recovery__item-content {
    padding-top: 90px
  }
  .recovery__item_three .recovery__item-content {
    padding-top: 121px
  }
  .recovery__item-number {
    left: 37px;
    margin-left: 0
  }
  .zero-balance__img {
    float: right;
    margin: -33px -100px 0 0;
    max-width: none
  }
  .zero-balance__text {
    margin-right: 470px
  }
  .personnel-accounting__column {
    width: 50%
  }
  .tax-authorities {
    padding-bottom: 55px
  }
  .tax-authorities__item {
    width: 33.3333333333%;
    padding-bottom: 50px
  }
  .tax-authorities__item-text {
    max-width: none;
    margin-left: 0;
    margin-right: 0
  }
  .tax-planning__column {
    width: 50%;
    margin-top: 0
  }
  .reporting__column {
    width: 50%;
    margin-top: 0
  }
  .reporting__list {
    padding: 0 0 0 34px
  }
  .reporting__list-item {
    padding-left: 34px
  }
  .electronic-reporting {
    padding-bottom: 35px
  }
  .electronic-reporting__item {
    width: 33.3333333333%;
    padding-bottom: 30px
  }
  .electronic-reporting__item-description {
    margin: 0 0 15px;
    max-width: none
  }
  .price-finance__container-content {
    margin: 0;
    padding-bottom: 0;
    overflow-y: visible;
    overflow-x: visible
  }
  .price-finance__block-table_desktop {
    display: block
  }
  .price-finance__block-table_mobile {
    display: none
  }
  .consulting-banner__cover {
    padding-top: 106px;
    padding-bottom: 80px
  }
  .consulting-banner__img {
    float: left;
    max-width: none;
    margin: -51px 0 0 -300px
  }
  .consulting-banner__variables {
    margin-left: 470px;
    margin-bottom: 0
  }
  .outstaffing__variable {
    width: 50%
  }
  .records-management {
    padding-bottom: 65px
  }
  .records-management__column {
    width: 50%;
    padding-bottom: 0
  }
  .records-management__sections {
    width: 50%;
    margin-top: 0
  }
  .records-management__item {
    margin-top: 35px
  }
  .documentation-recovery__item {
    width: 50%
  }
  .services-banner__cover {
    padding-top: 97px;
    padding-bottom: 88px;
    min-height: 484px
  }
  .services-banner__img {
    position: absolute;
    top: 144px;
    left: -380px;
    z-index: 1;
    max-width: none;
    margin: 0
  }
  .services-banner__info {
    margin-bottom: 77px
  }
  .services-banner__title {
    margin-bottom: 25px
  }
  .services-banner__sub-info {
    width: 254px;
    margin: 0 0 0 220px;
    display: block
  }
  .services-banner__sub-info-item {
    width: 254px;
    height: 254px;
    padding: 20px;
    margin: 0;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    max-width: none
  }
  .services-banner__sub-info-item_red {
    background: rgba(245,154,0,.1);
    border: 1px solid #f59a00
  }
  .services-banner__sub-info-item_yellow {
    width: 313px;
    height: 313px;
    position: absolute;
    top: -70px;
    left: 220px;
    background: rgba(185,212,51,.1);
    border: 1px solid #b9d433
  }
  .services-banner__sub-info-item_blue {
    width: 302px;
    height: 302px;
    position: absolute;
    top: -213px;
    left: 450px;
    background: rgba(18,182,255,.1);
    border: 1px solid #12b6ff
  }
  .registration__section-title {
    text-align: center;
    margin-bottom: 44px
  }
  .registration__section-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
  }
  .registration__section-column {
    width: 50%;
    margin-top: 0
  }
  .registration__column-list {
    width: 50%;
    margin-top: 0
  }
  .registration__list-item {
    padding-left: 30px
  }
  .consultations {
    padding-bottom: 136px
  }
  .consultations__content {
    min-height: 290px
  }
  .consultations__img {
    position: absolute;
    right: -390px;
    z-index: 1;
    bottom: -55px;
    max-width: none;
    margin: 0
  }
  .consultations__variables {
    width: 590px;
    padding-bottom: 0
  }
  .consultations__variables-column {
    width: 33.3333333333%
  }
  .legal-support__column {
    width: 50%;
    margin-top: 0
  }
  .legal-support__title-variables {
    max-width: 270px;
    text-align: center;
    font-size: 14px;
    line-height: 19px
  }
  .legal-support__title {
    max-width: 430px;
    text-align: center;
    margin-bottom: 57px
  }
  .legal-support__text {
    max-height: 290px
  }
  .services-price {
    padding-bottom: 55px
  }
  .services-price__content {
    margin: 0;
    padding-bottom: 0;
    overflow-y: visible;
    overflow-x: visible
  }
  .services-price__table-block_desktop {
    display: block
  }
  .services-price__table-block_mobile {
    display: none
  }
  .blog-banner {
    padding-bottom: 55px
  }
  .blog-banner__content {
    padding: 105px 0 0 0
  }
  .list-articles__cover {
    padding-bottom: 27px
  }
  .list-articles__content {
    margin: 0 -15px
  }
  .list-articles__item {
    width: 33.3333333333%;
    padding: 0 15px 55px
  }
  .list-articles__item_big {
    width: 66.6666666667%
  }
  .list-articles__item_super-big {
    width: 100%
  }
  .detail-banner__cover {
    padding-top: 105px;
    min-height: 600px
  }
  .detail-banner__img {
    display: block
  }
  .detail-banner__content {
    margin-right: 350px
  }
  .detail-content__cover {
    padding-bottom: 20px
  }
  .detail-content__left-bar {
    float: left;
    width: 100%;
    padding-right: 350px;
    min-height: 1px
  }
  .detail-content__right-bar {
    float: left;
    width: 350px;
    padding-left: 50px;
    position: relative;
    margin-left: -350px
  }
  .call-button {
    display: block
  }
}
@media screen and (min-width:1200px) {
  .cover {
    max-width: 1170px
  }
  .nav__list {
    margin-right: -70px
  }
  .nav__item {
    padding-right: 70px
  }
  .form {
    padding-bottom: 40px
  }
  .form__column {
    width: 50%
  }
  .form__textarea {
    height: 152px
  }
  .small-articles__item-border {
    padding-left: 115px
  }
  .small-articles__img-block {
    margin-right: 44px
  }
  .header__search {
    width: 270px
  }
  .main-banner__character_2 {
    right: 400px
  }
  .slick-arrow + .news__wrapper {
    margin: 0 70px
  }
  .automation__cover {
    padding-bottom: 33px
  }
  .automation__img-block {
    margin-top: -30px;
    width: 815px
  }
  .automation__text {
    margin-left: 600px
  }
  .customer-support__cover {
    padding-bottom: 40px
  }
  .customer-support__contacts {
    width: 470px
  }
  .customer-support__contacts-elements {
    margin: 0 -15px
  }
  .customer-support__contacts-item {
    width: 50%;
    padding: 0 15px 40px
  }
  .footer__side-bar {
    width: 24%
  }
  .footer__side-bar-content {
    width: 155px
  }
  .footer__navs {
    width: 76%
  }
  .accounting-banner__img {
    margin-left: -250px
  }
  .accounting-banner__text {
    margin-left: 600px
  }
  .functions__item-icon-block {
    margin-right: 40px
  }
  .recovery__item_one {
    padding-top: 155px
  }
  .recovery__item_two {
    padding-top: 84px
  }
  .recovery__item-content {
    padding: 111px 45px 36px
  }
  .recovery__item_two .recovery__item-content {
    padding-top: 182px
  }
  .recovery__item_three .recovery__item-content {
    padding-top: 237px
  }
  .zero-balance__img {
    margin-right: 20px
  }
  .zero-balance__text {
    margin-right: 600px
  }
  .tax-authorities__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
  }
  .tax-authorities__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
  }
  .tax-authorities__item-img-block {
    width: 85px;
    margin-right: 20px;
    margin-bottom: 0;
    height: auto
  }
  .tax-authorities__item-img {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    max-height: none
  }
  .tax-authorities__item-text {
    text-align: left;
    margin-top: -7px
  }
  .tax-planning__section {
    margin-top: 30px
  }
  .tax-planning__icon-block {
    margin-right: 40px
  }
  .reporting__section {
    padding-top: 10px
  }
  .reporting__icon-block {
    margin-right: 40px
  }
  .electronic-reporting {
    padding-bottom: 30px
  }
  .electronic-reporting__item {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .electronic-reporting__item-number-block {
    margin: -14px 44px 20px 0
  }
  .electronic-reporting__item-number {
    background: url(../images/bg-number.svg) left top no-repeat;
    background-size: 100% 100%;
    border-radius: 0;
    border: none
  }
  .electronic-reporting__item-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    width: auto;
    text-align: left
  }
  .electronic-reporting__item-title {
    margin-bottom: 20px;
    text-align: left
  }
  .electronic-reporting__item-name {
    margin-bottom: 20px
  }
  .electronic-reporting__item-description {
    margin-bottom: 20px
  }
  .price-finance__container-content {
    padding-left: 200px
  }
  .consulting-banner__variables {
    margin-left: 600px
  }
  .consulting-banner__column {
    width: 50%;
    margin-top: 0
  }
  .consulting-banner__icon-block {
    margin-right: 30px
  }
  .outstaffing {
    padding-bottom: 83px
  }
  .outstaffing__img {
    margin: -20px 0 0;
    float: right;
    display: block
  }
  .outstaffing__variables {
    margin: 0 600px 0 0
  }
  .outstaffing__variable {
    width: 100%;
    padding: 0;
    margin-top: 33px;
    margin-bottom: 0
  }
  .outstaffing__variable-icon-block {
    margin-right: 38px
  }
  .records-management__title {
    letter-spacing: 1.8px
  }
  .documentation-recovery__icon-block {
    margin-right: 33px
  }
  .services-banner__img {
    /*left: -255px*/
  }
  .services-banner__info {
    margin-bottom: 45px
  }
  .services-banner__sub-info {
    margin: 0 auto
  }
  .services-banner__sub-info-item_yellow {
    left: 226px
  }
  .services-banner__sub-info-item_blue {
    top: -243px;
    left: 435px
  }
  .registration__variable-icon-block {
    margin-right: 26px
  }
  .consultations__img {
    right: -210px
  }
  .legal-support__columns {
    margin: 0 -25px
  }
  .legal-support__column {
    width: 60%;
    padding: 0 25px
  }
  .legal-support__column:first-child {
    width: 40%
  }
  .legal-support__variable-icon-block {
    margin-right: 62px
  }
  .legal-support__text {
    max-height: 240px
  }
  .services-price__data-column_description {
    width: 300px
  }
  .blog-banner__content {
    padding-right: 292px
  }
  .blog-banner__img {
    display: block
  }
  .list-articles__item {
    width: 25%
  }
  .list-articles__item_big {
    width: 50%
  }
  .list-articles__item_super-big {
    width: 75%
  }
  .detail-banner__content {
    margin-right: 400px
  }
  .detail-banner__info {
    padding-left: 45px;
    padding-right: 45px
  }
  .detail-banner__sub-info {
    padding-left: 45px;
    padding-right: 45px
  }
  .detail-content__left-bar {
    padding-right: 400px
  }
  .detail-content__right-bar {
    padding-left: 65px;
    width: 400px;
    margin-left: -400px
  }
  .detail-content__text {
    padding-left: 45px;
    padding-right: 45px
  }
  .detail-content__footnote {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 55px;
    margin-right: -30px
  }
  .detail-content__social {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    width: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    padding-bottom: 0
  }
  .detail-content__social-item {
    padding-right: 30px
  }
  .detail-content__assessment {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
    padding-top: 8px;
    margin-bottom: 15px;
    padding-right: 30px
  }
}
@media screen and (min-width:1360px) {
  .cover {
    max-width: 1200px
  }
  .main-banner__character_1 .main-banner__cloud {
    right: auto;
    left: -166px;
    top: -47px
  }
  .main-banner__character_1 .main-banner__cloud-bg {
    -webkit-transform: none;
    transform: none
  }
  .news__container {
    margin: 0 -70px
  }
  .news__wrapper {
    margin: 0 70px
  }
  .blog-banner__content {
    padding-right: 300px
  }
}
@media screen and (min-width:1600px) {
  .main-banner__character_3 {
    display: block
  }
  .main-banner__character_2 {
    right: 495px
  }
  .main-banner__character_2 .main-banner__cloud {
    right: -145px;
    left: auto
  }
  .main-banner__character_2 .main-banner__cloud-bg,
  .main-banner__character_3 .main-banner__cloud-bg {
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
  }
}