@charset "UTF-8";
* {
  outline: none !important;
}

/* milandr-icons */
@font-face {
  font-family: 'milandr-icons';
  src: url("fonts/milandr-icons.eot");
  src: url("fonts/milandr-icons.eot?#iefix") format("embedded-opentype"), url("fonts/milandr-icons.woff") format("woff"), url("fonts/milandr-icons.ttf") format("truetype"), url("fonts/milandr-icons.svg#milandr-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  min-width: 320px;
}

body {
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 14px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  body.body_hidden_mobile {
    overflow: hidden;
  }
}

#page-frame {
  min-height: 100vh;
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}
#page-frame__wrapper {
  display: flex;
}

#main-layout {
  flex: 1 1 auto;
/*  overflow-x: hidden;*/
  padding-bottom: 140px;
}
#main-layout.main-layout_v_centered {
  display: flex;
  flex-direction: column;
  padding: 0;
}
#main-layout.main-layout_v_centered #header {
  flex: 0 0 auto;
}
#main-layout.main-layout_v_centered main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
#main-layout.main-layout_v_centered .breadcrumbs-block__wrapper {
  margin-bottom: 0;
}
#main-layout.main-layout_v_centered .main__inner {
  flex: 1 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #main-layout:not(.main-layout_v_centered) {
    padding-bottom: 70px;
  }
  #main-layout.main-layout_v_centered .main__inner {
    padding: 0 0 50px;
  }
}

main {
  position: relative;
}
@media screen and (max-width: 767px) {
  main.main_with_nav_side {
    padding-top: 40px;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
}

a {
  outline: none !important;
  text-decoration: none !important;
  color: #000;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
}
a:hover {
  text-decoration: none !important;
  color: #000;
}

img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* helpers */
.text-right {
  text-align: right;
}

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

.text-bold {
  font-weight: bold !important;
}

.text-upper {
  text-transform: uppercase !important;
}

.text-red {
  color: #EC1818 !important;
}

.text-green {
  color: #5BB990 !important;
}

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

.align-items-start {
  align-items: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

.hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  .visible_mobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden_mobile {
    display: none !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.ml10 {
  margin-left: 10px !important;
}

.row.row_sm {
  margin-left: -8px;
  margin-right: -8px;
}
.row.row_sm > [class^='col-'],
.row.row_sm > [class*=' col-'] {
  padding-left: 8px;
  padding-right: 8px;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header {
    padding-top: 55px;
  }
  #header:not(.header_index) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  #header.header_index .search-global {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #header:not(.header_index) .header-feedback {
    width: 40px;
    padding: 0;
    font-size: 0;
    text-indent: -999em;
  }
  #header:not(.header_index) .header-feedback:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-indent: 0;
    font-size: 16px;
  }
}

.header-top {
  background: #F7F7F7;
}
.header-top__inner {
  display: flex;
  justify-content: space-between;
}
.header-top__inner-group {
  display: flex;
}
.header-info {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.18;
  color: rgba(0, 0, 0, 0.3);
  padding: 7px 0;
}
.header-auth {
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 15px;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  transition: background 0.3s ease, color 0.3s ease;
}
.header-auth:before {
  content: "\e910";
  font-family: "milandr-icons";
  font-size: 18px;
  line-height: 1;
  color: #FD8023;
  position: relative;
  margin-right: 15px;
  transition: color 0.3s ease;
}
.header-content__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
.header-content__inner-group {
  display: flex;
  flex: 0 0 auto;
}
.header-logo {
  flex: 0 0 auto;
}
.header-logo__img {
  height: 42px;
}
.header-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 30px;
}
.header-contacts__phone {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.18;
  color: #000000;
  white-space: nowrap;
}
.header-contacts__phone:hover {
  color: #FD8023;
}
.header-contacts__time {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.16;
  color: #6F6F6E;
  margin-top: 5px;
}
@media screen and (max-width: 1199px) {
  .header-logo__img {
    height: 36px;
  }
  .header-contacts {
    margin-left: 20px;
  }
  .header-contacts__phone {
    font-size: 20px;
  }
  .header-contacts__time {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .header-top {
    position: fixed;
    height: 55px;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 1px solid #e5e5e5;
  }
  .header-info {
    display: none;
  }
  .header-auth {
    width: 44px;
    height: 44px;
    background: none;
    font-size: 0;
    text-indent: -999em;
    position: absolute;
    top: 5px;
    right: 7px;
    transition: none;
  }
  .header-auth:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #000;
    transition: none;
  }
  .header-content__inner {
    padding: 0;
  }
  .header-logo {
    position: fixed;
    top: 12px;
    right: 50%;
    z-index: 105;
  }
  .header-logo__img {
    height: 30px;
  }
  .header-feedback.btn {
    position: fixed;
    background: none;
    width: 44px;
    height: 44px;
    border-radius: 0;
    z-index: 101;
    top: 5px;
    right: 51px;
    font-size: 0;
    text-indent: -999em;
    padding: 0;
    transition: none;
  }
  .header-feedback.btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 16px;
    text-indent: 0;
  }
  .header-feedback.btn:hover {
    background: none;
  }
  .header-contacts {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header-auth:hover {
    background: #FD8023;
    color: #fff;
  }
  .header-auth:hover:before {
    color: #fff;
  }
}

.notification-block {
  position: relative;
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
}
.notification-block__toggle {
  width: 40px;
  height: 40px;
  background: #FDFDFD;
  cursor: pointer;
  transition: background 0.3s ease;
}
.notification-block__toggle:before {
  content: "\e911";
  font-family: "milandr-icons";
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #818181;
}
.notification-block__toggle:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #FD8023;
  border: 2px solid #F7F7F7;
  top: 50%;
  left: 50%;
  transform: translate(0, -100%);
  transition: opacity 0.3s ease;
}
.notification-block__toggle_active {
  background: #FD8023;
}
.notification-block__toggle_active:before {
  content: "\e906";
  font-size: 16px;
  color: #fff;
  transition: color 0.3s ease;
}
.notification-block__toggle_active:after {
  opacity: 0;
}
.notification-block__content {
  position: absolute;
  z-index: 20;
  top: 100%;
  right: 0;
  background: #fff;
  padding: 20px;
  border: 1px solid rgba(221, 221, 221, 0.5);
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 4px 4px;
  min-width: 365px;
  display: none;
}
.notification-block__content-inner {
  max-height: 510px;
  overflow: hidden;
}
.notification-block__item {
  display: flex;
  align-items: center;
}
.notification-block__item:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
.notification-block__icon {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFE6D3;
  position: relative;
}
.notification-block__icon:before {
  font-family: "milandr-icons";
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FD8023;
  position: absolute;
}
.notification-block__icon_update:before {
  content: "\e912";
}
.notification-block__icon-wrapper {
  flex: 0 0 30px;
  margin-right: 15px;
  align-self: flex-start;
}
.notification-block__desc {
  flex: 1 1 auto;
}
.notification-block__title {
  font-weight: bold;
  font-size: 11px;
  line-height: 1.63;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
}
.notification-block__date {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.64;
  color: #7D7D7D;
  margin: 6px 0 0;
}
.notification-block__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.38;
  color: #000000;
  margin-top: 6px;
}
.notification-block__text a {
  color: #4A71BD;
  border-bottom: 1px solid transparent;
}
.notification-block__text a:hover {
  color: #4A71BD;
  border-color: #4A71BD;
}
.notification-block__link {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  position: relative;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.38;
  color: #000000;
  border-bottom: 1px solid #FD8023;
}
.notification-block__link_icon_arrow:after {
  content: "\e900";
  font-family: "milandr-icons";
  font-size: 10px;
  line-height: 1;
  position: relative;
  margin-left: 5px;
  font-weight: normal;
  color: #000;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.notification-block__link_icon_arrow:hover:after {
  color: #FD8023;
}
@media screen and (max-width: 767px) {
  .notification-block {
    border: none;
    position: absolute;
    top: 5px;
    right: 95px;
  }
  .notification-block__toggle {
    background: none;
    width: 44px;
    height: 44px;
  }
  .notification-block__toggle:before {
    color: #000;
  }
  .notification-block__content {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    min-width: 320px;
    border: none;
    height: calc(100vh - 55px);
  }
  .notification-block__content-inner {
    max-height: 100%;
  }
}

.nav-main {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-main__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-main__item {
  position: relative;
}
.nav-main__link {
  font-weight: 300;
  font-size: 16px;
  line-height: 54px;
  color: #000000;
  display: block;
}
.nav-main__toggle {
  position: fixed;
  width: 44px;
  z-index: 10;
  cursor: pointer;
  padding: 15px 10px;
  top: 5px;
  left: 10px;
  transition: background-color 0.3s ease;
  z-index: 200;
}
.nav-main__toggle__line {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}
.nav-main__toggle__line + .nav-main__toggle__line {
  margin-top: 6px;
}
.nav-main__toggle_active .nav-main__toggle__line:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.nav-main__toggle_active .nav-main__toggle__line:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -7px;
}
.nav-main__toggle_active .nav-main__toggle__line:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0s ease, background-color 0.3s ease;
  -o-transition: opacity 0s ease, background-color 0.3s ease;
  transition: opacity 0s ease, background-color 0.3s ease;
}
@media screen and (max-width: 991px) {
  .nav-main__link {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) {
  .nav-main {
    position: fixed;
    background: #fff;
    top: 55px;
    border: none;
    height: calc(100vh - 55px);
    left: 0;
    right: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 20px;
  }
  .nav-main__inner {
    display: block;
    margin: 0 -20px;
  }
  .nav-main__item {
    position: relative;
  }
  .nav-main__item:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: #e5e5e5;
  }
  .nav-main__link {
    font-size: 16px;
    line-height: 1.18;
    padding: 15px 20px;
    display: block;
    color: #666;
    position: relative;
    transition: padding 0.3s ease, color 0.3s ease;
  }
  .nav-main__link:hover {
    color: #666;
  }
  .nav-main__link_with_submenu {
    padding-right: 44px;
  }
  .nav-main__link_with_submenu:after {
    content: "\e903";
    font-family: "milandr-icons";
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    transition: transform 0.3s ease;
    color: #000;
  }
  .nav-main__link_active {
    color: #000;
    padding: 25px 20px;
  }
  .nav-main__link_active:after {
    transform: translate(0, -50%) rotate(-180deg);
  }
  .nav-main__link_active:hover {
    color: #000;
  }
  .nav-main__submenu {
    display: none;
  }
  .nav-main__submenu-item {
    padding-bottom: 25px;
    display: block;
  }
  .nav-main__submenu-link {
    padding: 0px 20px;
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.15;
    color: #7D7D7D;
  }
}
@media screen and (min-width: 768px) {
  .nav-main {
    display: block !important;
  }
  .nav-main__item:first-child .nav-main__submenu {
    left: -30px;
    transform: none;
  }
  .nav-main__item:last-child .nav-main__submenu {
    left: auto;
    right: -30px;
    transform: none;
  }
  .nav-main__item:hover .nav-main__submenu {
    opacity: 1;
    visibility: visible;
  }
  .nav-main__link:hover {
    color: #FD8023;
  }
  .nav-main__submenu {
    position: absolute;
    top: 100%;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 0 0 4px 4px;
    padding: 0px 30px;
    min-width: 280px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: block !important;
  }
  .nav-main__submenu-item {
    padding: 13px 0 13px;
  }
  .nav-main__submenu-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .nav-main__submenu-link {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
    color: #7D7D7D;
  }
  .nav-main__submenu-link:hover {
    color: #000;
  }
  .nav-main__toggle {
    display: none !important;
  }
}

.mobile-contacts {
  text-align: center;
  margin-top: 20px;
}
.mobile-contacts__phone {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.18;
  color: #000000;
  white-space: nowrap;
}
.mobile-contacts__phone:hover {
  color: #FD8023;
}
.mobile-contacts__time {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.16;
  color: #6F6F6E;
  margin-top: 5px;
}

.mobile-feedback__wrapper {
  text-align: center;
  margin: 20px 0;
}

/* typography */
h1, .h1 {
  font-weight: 100;
  font-size: 40px;
  line-height: 1.17;
  color: #000000;
  margin: 0;
}

h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.38;
  color: #000000;
  margin: 20px 0 5px;
}
h4:first-child {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.36;
  }
}
.content-styles {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.content-styles p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 15px;
}
.content-styles ul:not([class]) {
  /*list-style-type: none;*/
  margin: 0 0 30px;
  padding: 0;
}
.content-styles ul:not([class]) li {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  padding-left: 17px;
  position: relative;
}
.content-styles ul:not([class]) li:not(:last-child) {
  margin-bottom: 15px;
}
.content-styles ul:not([class]) li:before {
  content: "•";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  /*background: #000;
   top: 0.6em;*/
  left: 0;
}
.content-styles img {
  margin: 0 0 30px;
}
.content-styles .img-zoom {
  margin: 0 0 30px;
}
.content-styles a:not([class]) {
  color: #4A71BD;
  border-bottom: 1px solid transparent;
}
.content-styles a:not([class]):hover {
  color: #4A71BD;
  border-color: #4A71BD;
}
.content-styles a:not([class])[target="_blank"]:after {
  content: "\e90b";
  font-family: "milandr-icons";
  position: relative;
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
  margin-left: 8px;
  top: -1px;
  color: #7095DC;
}
.content-styles_catalog {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.38;
  color: #000000;
}
.content-styles_catalog ul:not([class]) {
  margin: 0 0 20px;
  padding: 0;
  /*list-style-type: none;*/
}
.content-styles_catalog ul:not([class]) li {
  padding-left: 14px;
  position: relative;
  margin-bottom: 5px;
}
.content-styles_catalog ul:not([class]) li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 0.52em;
  border-radius: 50%;
  background: #000;
}
.content-styles_catalog a:not([class]) {
  color: #4A71BD;
  border-bottom: 1px solid transparent;
}
.content-styles_catalog a:not([class]):hover {
  color: #4A71BD;
  border-color: #4A71BD;
}
@media screen and (max-width: 767px) {
  .content-styles {
    font-size: 14px;
  }
  .content-styles p {
    font-size: 14px;
  }
  .content-styles ul:not([class]) {
    margin: 0 0 20px;
  }
  .content-styles ul:not([class]) li {
    font-size: 14px;
  }
  .content-styles ul:not([class]) li:not(:last-child) {
    margin-bottom: 10px;
  }
  .content-styles img {
    margin: 0 0 20px;
  }
  .content-styles .img-zoom {
    margin: 0 0 20px;
  }
}

.btn {
  border: none;
  text-decoration: none !important;
  padding: 0 30px;
  line-height: 50px;
  height: 50px;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  background: none;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  border-radius: 4px;
  font-weight: 300;
  font-size: 15px;
  z-index: 1;
}
.btn_primary {
  background: #FD8023;
  color: #fff;
}
.btn_primary:hover {
  color: #fff;
  background: #FF740D;
}
.btn_default {
  background: #fff;
  color: #000;
  border: 1px solid #DDDDDD;
}
.btn_default:hover {
  background: #FBFBFB;
  color: #000;
}
.btn_block {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.btn_md {
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  font-size: 14px;
}
.btn_rounded {
  border-radius: 30px;
}
.btn_icon_help {
  padding-left: 20px;
}
.btn_icon_help:before {
  content: "\e90a";
  position: relative;
  font-family: "milandr-icons";
  font-size: 20px;
  line-height: 1;
  margin-right: 20px;
}
.btn_icon_top {
  padding-right: 20px;
}
.btn_icon_top:after {
  content: "\e901";
  position: relative;
  font-family: "milandr-icons";
  font-size: 11px;
  line-height: 1;
  margin-left: 11px;
}
.btn__wrapper_mt {
  margin-top: 15px;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.18;
  color: #000000;
  border-bottom: 1px solid #FD8023;
  padding-bottom: 5px;
  white-space: nowrap;
}
.btn-link:hover {
  color: #FD8023;
}
.btn-link_icon_external:before {
  content: "\e90b";
  position: relative;
  font-family: "milandr-icons";
  font-size: 12px;
  line-height: 1;
  color: #FD8023;
  margin-right: 10px;
  top: -1px;
}

.swiper-button-prev, .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(35, 38, 40, 0.6);
  top: 50%;
  transform: translate(0, -50%);
  transition: border-color 0.3s ease, background 0.3s ease;
  margin: 0;
}
.swiper-button-prev:before, .swiper-button-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 10px;
  line-height: 1;
  color: #D7B46A;
  font-family: "milandr-icons";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: color 0.3s ease;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: #232628;
}
.swiper-button-prev {
  left: -40px;
}
.swiper-button-prev:before {
  content: "\e900";
}
.swiper-button-next {
  right: -40px;
}
.swiper-button-next:before {
  content: "\e901";
}
.swiper-button-disabled {
  opacity: 0 !important;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: -20px;
  }
  .swiper-button-next {
    right: -20px;
  }
}

.mfp-image-holder .mfp-close {
  width: 30px;
  height: 30px;
  padding: 0;
  right: 0;
  font-size: 0;
}
.mfp-image-holder .mfp-close:before {
  content: "\e906";
  font-family: "milandr-icons";
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #FD8023;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease;
}
.mfp-image-holder .mfp-close:hover:before {
  color: #FF740D;
}
.mfp-counter {
  right: 40px;
}
@media screen and (max-width: 767px) {
  .mfp-image-holder .mfp-close:before {
    font-size: 20px;
  }
}

button.mfp-arrow {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.3s ease, border-color 0.3s ease;
}
button.mfp-arrow:before {
  content: none;
  display: none;
}
button.mfp-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border: none;
  font-family: "milandr-icons";
  font-size: 7px;
  line-height: 1;
  height: auto;
  width: auto;
  color: #FD8023;
  transition: color 0.3s ease;
}
button.mfp-arrow-left {
  left: 20px;
}
button.mfp-arrow-left:after {
  content: "\e904";
}
button.mfp-arrow-right {
  right: 20px;
}
button.mfp-arrow-right:after {
  content: "";
}
button.mfp-arrow:hover {
  background: black;
}
button.mfp-arrow:active {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  button.mfp-arrow-left {
    left: 0;
  }
  button.mfp-arrow-right {
    right: 0;
  }
}

/* forms */
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group_required:after {
  content: "*";
  position: absolute;
  top: 20px;
  right: 20px;
  color: #EC1818;
  pointer-events: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.form-group_required .form-control {
  padding-right: 32px;
}
.form-group_required_select:after {
  content: none;
  display: none;
}
.form-group_required_select .filter-option {
  position: relative;
  padding-right: 11px;
}
.form-group_required_select .filter-option:after {
  content: "*";
  position: absolute;
  top: 20px;
  right: 0px;
  color: #EC1818;
  pointer-events: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.form-group_md {
  margin-bottom: 16px;
}
.form-group__link-helper {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-weight: 300;
  font-size: 12px;
  line-height: 1.16;
  color: #6F6F6E;
}
.form-group__link-helper:hover {
  color: #000;
}
.form-group_with_link .form-control {
  padding-right: 120px;
}
.form-group_search:after {
  content: "\e908";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  color: #ccc;
  pointer-events: none;
  font-family: "milandr-icons";
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.form-group_search .form-control {
  padding-right: 48px;
}
.form-label {
  font-weight: normal;
  font-size: 21px;
  line-height: 1.28;
  color: #D7B46A;
  display: block;
  display: flex;
  justify-content: space-between;
}
.form-control {
  box-sizing: border-box;
  height: 50px;
  display: block;
  box-shadow: none;
  width: 100%;
  padding: 16px 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 4px;
  color: #000;
  transition: border-color 0.3s ease;
}
.form-control:focus {
  border-color: #ddd;
}
.form-captcha {
  flex: 0 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 10px;
  }
  .form-control {
    font-size: 14px;
  }
}

textarea {
  resize: none;
  height: 160px;
}
textarea.form-control {
  height: 160px;
  padding: 15px 20px;
}
textarea.form-control + .form-control__error {
  margin-top: -2px;
}
textarea.textarea_lg {
  height: 260px;
}
@media screen and (max-width: 767px) {
  textarea.textarea_lg {
    height: 120px;
  }
}

.checkbox-default, .radio-default {
  position: relative;
  padding-left: 20px;
}
.checkbox-default input, .radio-default input {
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 1;
}
.checkbox-default input:checked + label:after, .radio-default input:checked + label:after {
  opacity: 1;
}
.checkbox-default label, .radio-default label {
  position: relative;
  padding-left: 15px;
  z-index: 5;
  cursor: pointer;
  margin: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
}
.checkbox-default label:before, .radio-default label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  left: -20px;
  top: -1px;
  transition: border-color 0.3s ease;
}
.checkbox-default label:after, .radio-default label:after {
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  left: -14px;
  top: 5px;
}
.checkbox-default label a, .radio-default label a {
  color: rgba(35, 38, 40, 0.5);
  border-bottom: 1px solid rgba(38, 40, 43, 0.3);
}
.checkbox-default label a:hover, .radio-default label a:hover {
  border-color: transparent;
  color: inherit;
}
.checkbox-default label:hover:before, .radio-default label:hover:before {
  border-color: rgba(33, 33, 33, 0.5);
}
.checkbox-default__helper, .radio-default__helper {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.16;
  color: #6F6F6E;
  margin-top: 2px;
}
.checkbox-default__group, .radio-default__group {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-default__group .checkbox-default,
.checkbox-default__group .radio-default, .radio-default__group .checkbox-default,
.radio-default__group .radio-default {
  margin: 8px 0;
}
.checkbox-default__group .checkbox-default:not(:last-child),
.checkbox-default__group .radio-default:not(:last-child), .radio-default__group .checkbox-default:not(:last-child),
.radio-default__group .radio-default:not(:last-child) {
  margin-right: 32px;
}
.checkbox-default__group_m_md, .radio-default__group_m_md {
  margin: 8px 0 12px;
}
.checkbox-default_sm label, .radio-default_sm label {
  font-weight: 300;
  font-size: 11px;
  line-height: 1.18;
  color: #6F6F6E;
}
.checkbox-default_mb_sm, .radio-default_mb_sm {
  margin: 0 0 10px;
}

.checkbox-default label:after {
  content: "\e909";
  font-family: "milandr-icons";
  color: #FD8023;
  font-weight: normal;
  font-size: 8px;
  line-height: 1;
}

.radio-default label:before {
  border-radius: 50%;
}
.radio-default label:after {
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  left: -14px;
  top: 6px;
}

@media screen and (max-width: 767px) {
  .checkbox-default label,
  .radio-default label {
    font-size: 14px;
  }
  .checkbox-default label:before,
  .radio-default label:before {
    top: -3px;
  }
  .checkbox-default label:after,
  .radio-default label:after {
    top: 3px;
  }
  .checkbox-default__helper,
  .radio-default__helper {
    font-weight: normal;
    margin-top: 0;
    font-size: 11px;
  }
  .checkbox-default_sm label,
  .radio-default_sm label {
    font-size: 11px;
  }
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.nav-tabs {
  list-style-type: none;
  margin: 0 0 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.nav-tabs__wrapper {
  position: relative;
}
.nav-tabs__wrapper .swiper-container {
  max-width: 100%;
}
.nav-tabs__wrapper .swiper-slide {
  width: auto;
  min-width: 100%;
}
.nav-tabs_default {
  border-bottom: 1px solid rgba(239, 238, 236, 0.1);
  white-space: nowrap;
  flex-wrap: nowrap;
}
.nav-tabs_default > li:not(:last-child) {
  margin-right: 60px;
}
.nav-tabs_default > li > a {
  font-weight: normal;
  font-size: 21px;
  line-height: 1.28;
  color: #EFEEEC;
  padding-bottom: 15px;
  display: block;
  position: relative;
}
.nav-tabs_default > li > a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #D7B46A;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nav-tabs_default > li > a:hover {
  color: #EFEEEC;
}
.nav-tabs_default > li > a.active {
  color: #EFEEEC;
}
.nav-tabs_default > li > a.active:before {
  opacity: 1;
}

.file-upload {
  display: flex;
  position: relative;
  overflow: hidden;
  font-weight: 300;
  padding: 10px 20px;
  margin: 0 0 5px;
  height: 50px;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid rgba(221, 221, 221, 0.5);
  box-sizing: border-box;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
}
.file-upload__inner {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.file-upload__add {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.15;
  color: #4A71BD;
  cursor: pointer;
  display: inline-flex;
}
.file-upload__add-inner {
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.file-upload__add:hover .file-upload__add-inner {
  border-color: #4A71BD;
}
.file-upload__button {
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  transition: background 0.3s ease, color 0.3s ease;
  font-weight: normal;
  font-size: 14px;
  background: #FD8023;
  border-radius: 30px;
  margin-left: 20px;
}
.file-upload__button:hover {
  background: #FF740D;
}
.file-upload__title {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  flex: 1 1 auto;
}
.file-upload__title-wrapper {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: space-between;
  min-width: 1px;
}
.file-upload__input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  max-width: 100%;
}
.file-upload__helper {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.16;
  color: #6F6F6E;
  white-space: nowrap;
  margin-left: 20px;
  flex: 0 0 auto;
}
.file-upload__del {
  margin-left: 20px;
  position: relative;
  z-index: 3;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.15;
  color: #EC1818;
  display: flex;
  align-items: center;
  position: relative;
  display: none;
}
.file-upload__del:before {
  content: "\e907";
  position: relative;
  font-family: "milandr-icons";
  font-size: 5px;
  line-height: 1;
  margin-right: 6px;
}
.file-upload__del-inner {
  position: relative;
  display: flex;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.file-upload__del:hover .file-upload__del-inner {
  border-color: #EC1818;
}
@media screen and (max-width: 767px) {
  .file-upload__add {
    border: 1px dashed #4A71BD;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    padding: 13px 10px 14px;
  }
  .file-upload__add-inner {
    border: none;
  }
  .file-upload__title {
    font-size: 14px;
  }
  .file-upload__title-wrapper {
    flex-wrap: wrap;
  }
  .file-upload__helper {
    flex: 0 0 100%;
    margin-left: 0;
    font-size: 11px;
    font-weight: normal;
    white-space: normal;
  }
  .file-upload__del {
    width: 28px;
    height: 28px;
    background: #f5f5f5;
    border-radius: 2px;
    margin-right: -10px;
    margin-left: 5px;
  }
  .file-upload__del:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6px;
  }
  .file-upload__del-inner {
    display: none;
  }
}

.bootstrap-select {
  position: relative;
  width: 100% !important;
}
.bootstrap-select .select-default__btn {
  background: none;
  border: none;
  width: 100%;
  font-weight: normal;
  font-size: 15px;
  color: #212121;
  line-height: 50px;
  height: 50px;
  padding: 0 35px 0 20px;
  background: #FFFFFF;
  border: 1px solid rgba(221, 221, 221, 0.5);
  box-sizing: border-box;
  border-radius: 4px;
}
.bootstrap-select .select-default__btn + .dropdown-menu {
  padding: 0px;
  left: 0 !important;
  top: 100% !important;
  transform: none !important;
  max-height: 350px !important;
  border-radius: 0 0 4px 4px;
  border: 1px solid rgba(221, 221, 221, 0.5);
  margin-top: -1px;
}
.bootstrap-select .select-default__btn + .dropdown-menu a {
  font-weight: normal;
  font-size: 15px;
  color: #212121;
  line-height: 40px;
  padding: 0 20px;
  display: block;
}
.bootstrap-select .select-default__btn + .dropdown-menu a:hover {
  color: #FD8023;
}
.bootstrap-select .select-default__btn + .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.bootstrap-select .select-default__btn + .dropdown-menu li.selected a {
  color: #FD8023;
}
.bootstrap-select .select-default__btn + .dropdown-menu li.disabled {
  display: none;
}
.bootstrap-select .select-default__btn .bs-caret {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.bootstrap-select .select-default__btn .filter-option {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  width: auto;
  position: relative;
}
.bootstrap-select .select-search__btn {
  border-radius: 4px 0 0 4px;
  font-weight: 300;
}
.bootstrap-select .select-search__btn + .dropdown-menu {
  text-align: left;
  padding: 8px 0;
  width: 100%;
}
.bootstrap-select .select-search__btn + .dropdown-menu a {
  font-size: 14px;
  line-height: 1.15;
  padding: 8px 20px;
  color: #7D7D7D;
}
.bootstrap-select .select-search__btn + .dropdown-menu li {
  border: none !important;
}
.bootstrap-select .select-multiple__btn {
  background: none;
  border: none;
  width: 100%;
  font-weight: normal;
  font-size: 15px;
  color: #212121;
  line-height: 50px;
  height: 50px;
  padding: 0 35px 0 20px;
  background: #FFFFFF;
  border: 1px solid rgba(221, 221, 221, 0.5);
  box-sizing: border-box;
  border-radius: 4px;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu {
  padding: 20px;
  max-width: 100%;
  width: 100%;
  min-width: 100% !important;
  max-height: none !important;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu a {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #7D7D7D;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu a:after {
  content: "\e909";
  font-family: "milandr-icons";
  position: absolute;
  top: 6px;
  left: 6px;
  color: #FD8023;
  font-weight: normal;
  font-size: 8px;
  line-height: 1;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu a:hover {
  color: #000;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu .text-muted {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(33, 33, 33, 0.5);
  margin-top: 3px;
  padding: 0;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu li:not(:first-child) {
  margin-top: 10px;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu li.selected a:after {
  opacity: 1;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu li.disabled {
  display: none;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu li.divider {
  height: 1px;
  background: #e5e5e5;
  margin-top: 15px;
  margin-bottom: 15px;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu .dropdown-menu.inner {
  max-height: 180px !important;
  overflow: hidden;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu .bs-searchbox {
  padding: 0;
  margin-bottom: 15px;
  position: relative;
  max-width: 100%;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu .bs-searchbox:after {
  content: "\e908";
  font-family: "milandr-icons";
  font-size: 16px;
  line-height: 1;
  color: #ccc;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  pointer-events: none;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu .bs-searchbox .form-control {
  height: 40px;
  padding: 12px 48px 12px 20px;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu .no-results {
  white-space: normal;
  word-break: break-word;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu .dropdown-header {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.15;
  color: #000000;
}
.bootstrap-select .select-multiple__btn + .dropdown-menu .bs-ok-default {
  display: none !important;
}
.bootstrap-select .select-multiple__btn .filter-option {
  text-align: center;
  display: inline-block;
  width: auto;
  float: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bootstrap-select .select-multiple__btn .bs-caret {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.bootstrap-select > .dropdown-toggle {
  cursor: pointer;
  position: relative;
}
.bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select > .dropdown-menu {
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.bootstrap-select > .dropdown-menu.show {
  display: block;
}
.bootstrap-select .bs-caret {
  position: relative;
}
.bootstrap-select .bs-caret:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: transform 0.2s ease, color 0.3s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #000000 transparent transparent transparent;
}
.bootstrap-select.show .bs-caret:before {
  transform: translate(0, -50%) rotate(-180deg);
}
.bootstrap-select.show .select-default__btn {
  border-radius: 4px 4px 0 0;
}
.bootstrap-select.show .select-search__btn {
  border-radius: 4px 0 0 0;
}
.bootstrap-select:hover .bs-caret:before, .bootstrap-select.show .bs-caret:before {
  color: #B7964E;
}
@media screen and (max-width: 767px) {
  .bootstrap-select .select-default__btn, .bootstrap-select .select-multiple__btn {
    font-size: 14px;
  }
}

.select-tags__inner {
  position: relative;
}
.select-tags__title {
  margin-right: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 20px;
  top: 18px;
  pointer-events: none;
}
.select-tags__helper {
  margin-left: 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.16;
  color: #6F6F6E;
  position: absolute;
  right: 20px;
  top: 18px;
  pointer-events: none;
}
.select-tags__hint {
  display: flex;
  flex-wrap: wrap;
}
.select-tags__hint-item {
  margin-top: 10px;
}
.select-tags__hint-item:not(:last-child) {
  margin-right: 10px;
}
.select-tags__hint-link {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.15;
  color: #000000;
  border-bottom: 1px solid #000;
  margin-top: 10px;
}
.select-tags__hint-link:not(:last-child) {
  margin-right: 10px;
}
.select-tags__hint-link_disabled {
  display: none;
}
.select-tags__hint-link:hover {
  border-color: transparent;
}
@media screen and (max-width: 1199px) {
  .select-tags__helper {
    max-width: 30%;
    top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .select-tags__helper {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .select-tags__title {
    font-size: 14px;
    top: 14px;
  }
  .select-tags__helper {
    top: 30px;
    left: 20px;
    right: 20px;
    max-width: none;
    margin-left: 0;
    font-weight: normal;
  }
}

.bootstrap-tagsinput {
  background-color: #fff;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  line-height: 22px;
  cursor: text;
  min-height: 50px;
  padding: 9px 387px 9px 71px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid rgba(221, 221, 221, 0.5);
  color: #fff;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: 100%;
}
.bootstrap-tagsinput input::-moz-placeholder, .bootstrap-tagsinput input:-ms-input-placeholder, .bootstrap-tagsinput input::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #fff;
  margin: 3px 6px 3px 0;
  border-radius: 2px;
  border: none;
  position: relative;
  background: #4A71BD;
  transition: background 0.3s ease;
  font-size: 12px;
  line-height: 1.25;
  padding: 5px 25px 6px 10px;
  max-width: 100%;
  word-wrap: break-word;
}
.bootstrap-tagsinput .tag:hover {
  background: #EC1818;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
  height: 24px;
  text-indent: -999em;
  font-size: 0;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "\e907";
  font-family: 'milandr-icons';
  position: absolute;
  font-size: 5px;
  line-height: 1;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: normal;
  margin-top: 1px;
}
@media screen and (max-width: 1199px) {
  .bootstrap-tagsinput {
    padding-right: calc(30% + 40px);
  }
}
@media screen and (max-width: 767px) {
  .bootstrap-tagsinput {
    padding: 65px 20px 7px;
  }
}

.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
}
.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollbar .mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCustomScrollbar .mCustomScrollBox.mCSB_inside > .mCSB_container {
  margin-right: 24px;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools {
  position: absolute;
  width: 4px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #EAEAEA;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
  background-color: #FD8023;
  opacity: 0.85;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #FD8023;
  opacity: 1;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #FD8023;
  opacity: 1;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #FD8023;
  opacity: 1;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
  width: 12px;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail {
  width: 12px;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCustomScrollbar .mCustomScrollBox.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCustomScrollbar.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCustomScrollbar.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCustomScrollbar.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCustomScrollbar.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
  left: -26px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: scroll;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  max-width: 100%;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  padding: 40px;
  border-radius: 4px;
}
.modal-content-inner {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.6;
}
.modal-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 45px;
  right: 40px;
  z-index: 200;
  cursor: pointer;
  transition: color 0.3s ease;
}
.modal-close:before {
  content: "\e906";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "milandr-icons";
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  transition: color 0.3s ease;
}
.modal-close:hover:before {
  color: #FD8023;
}
.modal-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.16;
  color: #000000;
  margin: 0 0 30px;
  padding-right: 50px;
}
.modal-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.modal-text a {
  color: #4A71BD;
  border-bottom: 1px solid transparent;
}
.modal-text a:hover {
  color: #4A71BD;
  border-color: #4A71BD;
}
.modal-helper {
  margin-top: 30px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.16;
  color: #6F6F6E;
}
.modal-helper a {
  color: #4A71BD;
  border-bottom: 1px solid transparent;
  display: inline;
}
.modal-helper a:hover {
  color: #4A71BD;
  border-color: #4A71BD;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .modal-content {
    padding: 30px 30px 114px;
  }
  .modal-title {
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
  }
  .modal-text {
    text-align: center;
  }
  .modal-helper {
    text-align: center;
    margin-top: 20px;
  }
  .modal-close {
    padding-top: 30px;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 20px;
    transform: translate(-50%, 0);
    width: auto;
    height: auto;
    color: rgba(0, 0, 0, 0.5) !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    opacity: 1;
  }
  .modal-close:before {
    top: 0;
    transform: translate(-50%, 0);
  }
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    max-width: 700px;
    margin: 0.5rem auto;
  }
  .modal-close {
    font-size: 0;
    text-indent: -999em;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
#footer {
  background-color: #F7F7F7;
  padding: 60px 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 0 20px;
  }
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 -16px;
}
.footer-inner__group {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-inner__group_contacts {
  align-items: flex-end;
}
.footer-info {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.61;
  color: #000000;
  margin-bottom: 15px;
}
.footer-info a {
  color: #FD8023;
  border-bottom: 1px solid transparent;
}
.footer-info a:hover {
  border-color: #FD8023;
}
.footer-external {
  display: flex;
  align-items: flex-start;
}
.footer-external__item:not(:last-child) {
  margin-right: 50px;
}
.footer-external__link {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.18;
  color: #000000;
  border-bottom: 1px solid #FD8023;
  padding-bottom: 5px;
}
.footer-external__link:before {
  content: "\e90b";
  position: relative;
  font-family: "milandr-icons";
  font-size: 12px;
  line-height: 1;
  color: #FD8023;
  margin-right: 10px;
  top: -1px;
}
.footer-external__link:hover {
  color: #FD8023;
}
.footer-contacts {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-contacts__phone {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.18;
  color: #000000;
  margin-bottom: 5px;
}
.footer-contacts__phone:hover {
  color: #FD8023;
}
.footer-contacts__time {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.16;
  color: #6F6F6E;
  margin-bottom: 22px;
}
.footer-contacts__address {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.61;
  color: #000000;
  margin-bottom: 27px;
}
.footer-bottom {
  margin-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-copyright {
  font-weight: 300;
  font-size: 11px;
  line-height: 1.18;
  color: #7D7D7D;
  margin-bottom: 3px;
}
.footer-privacy {
  font-weight: 300;
  font-size: 11px;
  line-height: 1.18;
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.footer-privacy:hover {
  border-color: transparent;
}
.footer-made {
  display: flex;
  align-items: flex-end;
}
.footer-made__text {
  font-weight: 300;
  font-size: 11px;
  line-height: 1.18;
  color: #7D7D7D;
}
.footer-backtop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 58px;
  padding-right: 58px;
}
@media screen and (max-width: 991px) {
  .footer-external__item:not(:last-child) {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner {
    flex-wrap: wrap;
  }
  .footer-inner__group {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .footer-inner__group_contacts {
    align-items: flex-start;
    margin-top: 10px;
  }
  .footer-info {
    margin-bottom: 10px;
  }
  .footer-external__item:not(:last-child) {
    margin-right: 20px;
  }
  .footer-external__link {
    font-size: 14px;
  }
  .footer-contacts {
    text-align: left;
    align-items: flex-start;
  }
  .footer-contacts__time {
    margin-bottom: 5px;
  }
  .footer-bottom {
    margin-top: 10px;
    display: block;
    padding-top: 20px;
  }
  .footer-bottom__group {
    display: block;
  }
  .footer-bottom__group:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer-copyright {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-backtop {
    display: none;
  }
}

.nav-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nav-footer__title {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.18;
  color: #000000;
  margin-bottom: 10px;
}
.nav-footer__link {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.9;
  color: #7D7D7D;
}
.nav-footer__link:hover {
  color: #000;
}

.section {
  position: relative;
}
.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section__content {
  position: relative;
  z-index: 5;
}
.section__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.16;
  color: #000000;
  margin: 0 0 20px;
}
.section_intro {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section_intro {
    margin-bottom: 60px;
  }
  .section_intro .section__bg {
    background: url("images/bg/bg-intro.jpg") no-repeat center center;
    background-size: cover !important;
  }
  .section_intro .section__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
    z-index: 2;
  }
}
.section_category.section_bordered {
  padding-bottom: 28px;
}
.section_tags.section_bordered {
  padding-bottom: 40px;
}
.section_tags.section_bordered_both {
  padding-bottom: 20px;
}
.section_mt_default {
  margin-top: 60px;
}
.section_mt_md {
  margin-top: 40px;
}
.section_mt_sm {
  margin-top: 30px;
}
.section_bordered {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.section_bordered_sm {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.section_bordered_both {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}
.section_bordered_both_sm {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 20px;
  }
  .section_mt_default {
    margin-top: 30px;
  }
  .section_mt_md {
    margin-top: 30px;
  }
  .section_bordered {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .section_bordered_both {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.intro-block {
  display: table;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  height: 500px;
}
.intro-block__inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.intro-block__title {
  font-weight: 100;
  font-size: 40px;
  line-height: 1.17;
  text-align: center;
  color: #FFFFFF;
  max-width: 750px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 991px) {
  .intro-block__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .intro-block {
    height: auto;
    margin-top: 30px;
  }
  .intro-block__title {
    font-size: 22px;
    line-height: 1.36;
    color: #000;
    font-weight: 300;
    margin: 0;
  }
}

.search-global__inner {
  display: flex;
  position: relative;
}
.search-global__select {
  min-width: 220px;
}
.search-global__input {
  flex: 1 0 auto;
  border: none;
  background: #fff;
/*  border-radius: 0 4px 4px 0; */
  border-radius: 4px;
  padding: 16px 66px 16px 20px;
  height: 50px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
}
.search-global__button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  width: 32px;
  height: 100%;
  cursor: pointer;
}
.search-global__button:before {
  content: "\e908";
  position: absolute;
  font-family: "milandr-icons";
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease;
}
.search-global__button:hover:before {
  color: rgba(0, 0, 0, 0.7);
}
.search-global_header {
  flex: 1 1 auto;
  margin-left: 40px;
  margin-right: 40px;
  min-width: 1px;
}
.search-global_header .search-global__input {
  height: 40px;
  padding: 10px 66px 10px 20px;
  font-size: 14px;
  border: 1px solid #DDDDDD;
  border-radius: 30px;
  flex: 1 1 auto;
  min-width: 1px;
}
.search-global_header .search-global__select {
  min-width: 180px;
  flex: 0 0 200px;
  max-width: 45%;
}
.search-global_header .bootstrap-select .select-default__btn {
  height: 40px;
  line-height: 38px;
  border-radius: 30px 0 0 30px;
  border-color: #DDDDDD;
  font-size: 14px;
  z-index: 12;
}
.search-global_header .bootstrap-select .select-default__btn + .dropdown-menu {
  margin-top: -21px;
  padding-top: 25px;
}
@media screen and (max-width: 1199px) {
  .search-global_header {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .search-global {
    display: none;
  }
  .search-global_header {
    display: block;
    margin: 0 -20px;
  }
  .search-global_header .search-global__select {
    display: none;
  }
  .search-global_header .search-global__input {
    border: none;
    border-radius: 0;
    height: 55px;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .search-global_header {
    margin-left: 15px;
    margin-right: 15px;
  }
  .search-global_header .search-global__input {
    padding-left: 10px;
    padding-right: 37px;
  }
  .search-global_header .search-global__button {
    right: 5px;
  }
  .search-global_header .search-global__select {
    min-width: 150px;
    flex: 0 0 150px;
  }
}

.category-block__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.category-block__item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 40px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.category-block__item-wrapper {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  margin-bottom: 32px;
  padding: 0 16px;
}
.category-block__icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 3;
  transition: filter 0.3s ease;
}
.category-block__desc {
  flex: 1 0 auto;
  margin-bottom: 70px;
}
.category-block__title {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.15;
  color: #000000;
  margin-bottom: 10px;
}
.category-block__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.38;
  color: #7D7D7D;
}
.category-block__footer {
  flex: 0 0 auto;
}
.category-block__more {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.18;
  color: #000000;
  border-bottom: 1px solid #FD8023;
  display: inline-flex;
  padding-bottom: 5px;
  position: relative;
  align-items: center;
}
.category-block__more:after {
  content: "\e900";
  font-family: "milandr-icons";
  position: relative;
  font-size: 11px;
  line-height: 1;
  margin-left: 10px;
  font-weight: normal;
  transition: color 0.3s ease;
}
@media screen and (max-width: 991px) {
  .category-block__item-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .category-block__list {
    margin: 0 -5px;
  }
  .category-block__item {
    padding: 20px;
    justify-content: center;
    min-height: 157px;
  }
  .category-block__item-wrapper {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .category-block__icon {
    position: relative;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
  }
  .category-block__desc {
    margin-bottom: 0;
    flex: 0 0 auto;
  }
  .category-block__title {
    font-size: 16px;
    line-height: 1.18;
    text-align: center;
    margin: 0;
  }
  .category-block__text, .category-block__more {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .category-block__item:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #FD8023;
    transition: transform 0.3s ease;
    transform: scale(0, 0);
    transform-origin: 100% 100%;
    z-index: 1;
  }
  .category-block__item:hover .category-block__icon {
    filter: brightness(0) invert(1);
  }
  .category-block__item:hover .category-block__more:after {
    color: #FD8023;
  }
  .category-block__item:hover:before {
    transform: scale(1, 1);
  }
}

.nav-list__title {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 15px;
}
.nav-list__item {
  position: relative;
  padding-left: 15px;
}
.nav-list__item:before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}
.nav-list__item:not(:last-child) {
  margin-bottom: 15px;
}
.nav-list__link {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.18;
  color: #4A71BD;
  border-bottom: 1px solid transparent;
}
.nav-list__link:hover {
  color: #4A71BD;
  border-color: #4A71BD;
}/*
.nav-list__link:visited {
  color: #825996;
  border-color: transparent;
}

.nav-list__link:visited:hover {
  border-color: #825996;
}
*/.nav-list__link[target="_blank"]:after {
  content: "\e90b";
  font-family: "milandr-icons";
  position: relative;
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
  margin-left: 8px;
  top: -1px;
  color: #7095DC;
}
.nav-list__link[target="_blank"]:visited:after {
  color: #825996;
}
.nav-list_sm .nav-list__title {
  margin-bottom: 10px;
}
.nav-list_sm .nav-list__item {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .nav-list__item:not(:last-child) {
    margin-bottom: 12px;
  }
  .nav-list__link {
    font-size: 14px;
    font-weight: normal;
  }
}

.nav-tags {
  display: flex;
/*  justify-content: space-between;*/
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}
.nav-tags__item {
  padding: 0 10px;
  margin-bottom: 10px;
}
.nav-tags__link {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.15;
  color: #4A71BD;
  border-bottom: 1px solid transparent;
}
.nav-tags__link:hover {
  color: #4A71BD;
  border-color: #4A71BD;
}
.nav-tags__link:visited {
  color: #825996;
  border-color: transparent;
}
.nav-tags__link:visited:hover {
  border-color: #825996;
}
.nav-tags__link_l {
  font-size: 20px;
}
.nav-tags__link_m {
  font-size: 16px;
}
.nav-tags__link_s {
  font-size: 12px;
}

.form-block {
  background: #f7f7f7;
  padding: 40px 40px 20px;
}
.form-block__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.16;
  color: #000000;
  margin: 0 0 20px;
}
.form-block__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 40px;
}
.form-block__text a {
  color: #4A71BD;
  border-bottom: 1px solid transparent;
}
.form-block__text a:hover {
  color: #4A71BD;
  border-color: #4A71BD;
}
.form-block__section:not(:last-child) {
  margin-bottom: 30px;
}
.form-block__section-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.15;
  color: #000000;
  margin: 0 0 30px;
}
.form-block__helper {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.16;
  color: #6F6F6E;
}
.form-block_full {
  padding: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .form-block {
    margin: 30px -20px 0;
    padding: 20px 20px 10px;
  }
  .form-block__title {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .form-block__text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .form-block__section:not(:last-child) {
    margin-bottom: 20px;
  }
  .form-block__section-title {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .form-block__helper {
    text-align: center;
    margin-top: 10px;
  }
  .form-block__footer {
    flex-direction: column-reverse;
  }
  .form-block__submit {
    margin-top: 10px;
  }
  .form-block_full {
    margin: 0;
    padding: 0;
  }
}

.breadcrumbs-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 11px 0;
}
.breadcrumbs-block__wrapper {
  background: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.breadcrumbs-block__item {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.18;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  margin-top: 3px;
  margin-bottom: 3px;
}
.breadcrumbs-block__item:not(:last-child) {
  padding-right: 17px;
  margin-right: 10px;
}
.breadcrumbs-block__item:not(:last-child):after {
  content: "\e900";
  position: absolute;
  font-family: "milandr-icons";
  font-size: 7px;
  line-height: 1;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  color: #000;
}
.breadcrumbs-block__link {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.18;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .breadcrumbs-block__wrapper {
    display: none;
  }
}

.page-header__title {
  margin: 0 0 30px;
}
.page-header__title_mt {
  margin-top: 40px;
}
.page-header__title_mb_sm {
  margin-bottom: 20px;
}
.page-header__title_sm {
  font-size: 32px;
  line-height: 1.15;
}
.page-header__title_xs {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .page-header__title {
    margin: 0 0 20px;
  }
  .page-header__title_mt {
    margin-top: 30px;
  }
  .page-header__title_sm {
    font-size: 22px;
    line-height: 1.36;
  }
  .page-header__title_xs {
    font-size: 22px;
    line-height: 1.36;
  }
}

.page-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 20px;
}
.page-text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 10px;
}
.page-text a {
  color: #4A71BD;
  border-bottom: 1px solid transparent;
}
.page-text a[target="_blank"]:after {
  content: "\e90b";
  font-family: "milandr-icons";
  position: relative;
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
  margin-left: 4px;
  top: -1px;
  color: #7095DC;
}
.page-text a:hover {
  color: #4A71BD;
  border-color: #4A71BD;
}
@media screen and (max-width: 767px) {
  .page-text {
    font-size: 14px;
  }
  .page-text p {
    font-size: 14px;
  }
}

.subscribe-block {
  display: flex;
  align-items: center;
}
.subscribe-block__inner {
  flex: 0 0 auto;
}
.subscribe-block__group {
  display: flex;
  align-items: center;
  margin-left: 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.subscribe-block__form {
  display: flex;
  margin-right: 20px;
  min-width: 1px;
  flex: 0 0 auto;
}
.subscribe-block__input {
  background: #FFFFFF;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 4px 0 0 4px;
  min-width: 320px;
  margin-right: -3px;
  height: 40px;
  padding: 11px 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
}
.subscribe-block__button {
  flex: 0 0 auto;
  min-width: 1px;
  font-size: 15px;
  padding: 0 18px;
  font-weight: 300;
}
.subscribe-block__helper {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.16;
  color: #6F6F6E;
}
.subscribe-block_active .subscribe-block__group {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .subscribe-block__inner {
    flex: 1 1 auto;
  }
  .subscribe-block__group {
    display: none;
  }
  .subscribe-block__input {
    min-width: 250px;
  }
  .subscribe-block_active .subscribe-block__group {
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .subscribe-block__group {
    flex-wrap: wrap;
  }
  .subscribe-block__form {
    flex: 1 1 auto;
    margin: 0 0 10px;
  }
  .subscribe-block__input {
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 767px) {
  .subscribe-block {
    flex-wrap: wrap;
  }
  .subscribe-block__group {
    margin: 15px 0 0;
    padding-left: 35px;
  }
  .subscribe-block__form {
    flex: 0 0 100%;
    flex-wrap: wrap;
  }
  .subscribe-block__input {
    border-radius: 4px;
    min-width: 200px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .subscribe-block__button {
    width: 100%;
    display: block;
  }
  .subscribe-block__helper {
    flex: 0 0 100%;
  }
  .subscribe-block .checkbox-default label {
    font-size: 14px;
  }
}

.page-content {
  display: flex;
  align-items: flex-start;
  margin-top: 60px;
}
.page-content__side {
  flex: 0 0 320px;
  margin-right: 40px;
}
.page-content__main {
  flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .page-content__side {
    flex: 0 0 280px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-content {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .page-content__side {
    flex: 0 0 100%;
  }
}

.nav-side {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 5px 30px;
}
.nav-side__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-side__item > .nav-side__submenu {
  display: none;
}
.nav-side__link {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.18;
  color: #000000;
  padding: 15px 0;
  display: block;
  position: relative;
}
.nav-side__link_with_submenu {
  padding-right: 24px;
}
.nav-side__link_with_submenu:after {
  content: "\e903";
  font-family: "milandr-icons";
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: transform 0.3s ease;
}
.nav-side__link_active:after {
  transform: translate(0, -50%) rotate(-180deg);
}
.nav-side__submenu {
  padding-bottom: 5px;
}
.nav-side__submenu-link {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.15;
  color: #7D7D7D;
  margin-bottom: 15px;
  display: inline-block;
}
.nav-side__submenu-link:hover {
  color: #000;
}
.nav-side__submenu .nav-side__submenu {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .nav-side {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    z-index: 10;
  }
  .nav-side__item {
    display: none;
  }
  .nav-side__item:nth-child(n) {
    border: none;
  }
  .nav-side__item_active {
    display: block;
  }
  .nav-side__item > .nav-side__submenu {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  }
  .nav-side__link {
    border-bottom: 1px solid #e5e5e5;
    padding-left: 20px;
    padding-right: 52px;
  }
  .nav-side__link:after {
    right: 20px;
  }
  .nav-side__submenu {
    padding: 8px 0;
  }
  .nav-side__submenu-link {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    padding: 12px 20px;
    display: block;
  }
  .nav-side__submenu .nav-side__submenu {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nav-side__link:hover {
    color: #FD8023;
  }
}

.filter-block {
  background: #F7F7F7;
  padding: 15px;
  margin-bottom: 40px;
}
.filter-block_with_groups {
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .filter-block {
    margin-bottom: 20px;
  }
}

.catalog-block__section {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin-bottom: 5px;
}
.catalog-block__section-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.16;
  color: #000000;
  padding: 32px 76px 32px 30px;
  display: flex;
  position: relative;
  transition: background 0.3s ease;
}
.catalog-block__section-title.js-catalog-section-toggle {
  cursor: pointer;
}
.catalog-block__section-title.js-catalog-section-toggle:before {
  content: "\e903";
  font-family: "milandr-icons";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: color 0.3s ease, transform 0.3s ease;
}
.catalog-block__section-title:hover {
  background: rgba(247, 247, 247, 0.5);
}
.catalog-block__section-title:hover:before {
  color: #FD8023;
}
.catalog-block__section-title-img {
  margin: 0 auto;
}
.catalog-block__section-title-img__wrapper {
  flex: 0 0 70px;
  margin-right: 20px;
}
.catalog-block__section-title-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.18;
  color: #000000;
}
.catalog-block__section-title-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.38;
  color: #000000;
  margin-top: 5px;
}
.catalog-block__section-title a:not([class]) {
  color: #4A71BD;
  border-bottom: 1px solid transparent;
}
.catalog-block__section-title a:not([class]):hover {
  color: #4A71BD;
  border-color: #4A71BD;
}
.catalog-block__section-title_active.js-catalog-section-toggle:before {
  transform: translate(0, -50%) rotate(-180deg);
}
.catalog-block__section-body {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
.catalog-block__section_no_border {
  border-radius: 0;
  border: none;
}
.catalog-block__section_no_border .catalog-block__section-title {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
.catalog-block__section_no_border .catalog-block__section-body {
  border: none;
  margin-top: 6px;
  padding-bottom: 60px;
}
.catalog-block__section_with_img .catalog-block__section-title {
  padding: 25px 72px 25px 20px;
  transition: color 0.3s ease, padding-bottom 0.3s ease;
  display: block;
}
.catalog-block__section_with_img .catalog-block__section-title:after {
  content: "";
  display: table;
  width: 100%;
}
.catalog-block__section_with_img .catalog-block__section-title-img__wrapper {
  float: left;
  width: 70px;
}
.catalog-block__section_with_img .catalog-block__section-title-name {
  float: right;
  width: calc(100% - 90px);
}
.catalog-block__section_with_img .catalog-block__section-title-text {
  float: right;
  width: calc(100% - 90px);
}
.catalog-block__section_with_img .catalog-block__section-title:before {
  font-size: 12px;
  right: 30px;
  transition: color 0.3s ease, transform 0.3s ease, top 0.3s ease;
}
.catalog-block__section_with_img .catalog-block__section-title_active {
  padding-bottom: 10px;
}
.catalog-block__section_with_img .catalog-block__section-title_active:before {
  top: 28px;
  transform: translate(0, 0) rotate(-180deg);
}
.catalog-block__section_with_img .catalog-block__section-title:hover {
  background: none;
}
.catalog-block__section_with_img .catalog-block__section-body {
  border: none;
  padding: 0px 72px 0px 110px;
}
.catalog-block__section_with_img .catalog-block__section-body .additional-block {
  margin-left: -110px;
  margin-right: -72px;
}
.catalog-block__section_with_img .catalog-block__section-body .additional-block__head {
  padding-left: 110px;
  padding-right: 72px;
}
.catalog-block__section_with_img .catalog-block__section-body .additional-block__body {
  padding-left: 110px;
  padding-right: 72px;
}
.catalog-block__item {
  display: flex;
  padding: 30px 20px 15px 30px;
  justify-content: space-between;
}
.catalog-block__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.catalog-block__item-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog-block__item-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.18;
  color: #000000;
  border-bottom: 1px solid #FD8023;
  padding-bottom: 2px;
  margin-bottom: 15px;
}
.catalog-block__item-name:hover {
  color: #FD8023;
}
.catalog-block__item-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.38;
  color: #7D7D7D;
  margin-bottom: 5px;
}
.catalog-block__item-links {
  display: flex;
  flex-wrap: wrap;
}
.catalog-block__item-link {
  margin-top: 15px;
  position: relative;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.07;
  color: #7D7D7D;
}
.catalog-block__item-link:not(:last-child) {
  margin-right: 30px;
}
.catalog-block__item-link:before {
  font-family: "milandr-icons";
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  transition: color 0.3s ease;
}
.catalog-block__item-link:hover {
  color: #000;
}
.catalog-block__item-link:hover:before {
  color: #FD8023;
}
.catalog-block__item-link_icon_docs {
  padding-left: 22px;
}
.catalog-block__item-link_icon_docs:before {
  content: "\e90c";
}
.catalog-block__item-link_icon_tools {
  padding-left: 22px;
}
.catalog-block__item-link_icon_tools:before {
  content: "\e90d";
}
.catalog-block__item-link_icon_soft {
  padding-left: 22px;
}
.catalog-block__item-link_icon_soft:before {
  content: "\e90e";
}
.catalog-block__item-img {
  max-width: 100%;
  max-height: 100%;
}
.catalog-block__item-img-wrapper {
  flex: 0 0 110px;
  display: flex;
  justify-content: flex-end;
  margin-left: 32px;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .catalog-block__item-img-wrapper {
    flex: 0 0 70px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-block__section-title {
    font-size: 16px;
    padding: 20px 56px 20px 20px;
  }
  .catalog-block__section-title.js-catalog-section-toggle:before {
    right: 20px;
  }
  .catalog-block__section_no_border .catalog-block__section-body {
    padding-bottom: 30px;
  }
  .catalog-block__section_with_img .catalog-block__section-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
  }
  .catalog-block__section_with_img .catalog-block__section-title.js-catalog-section-toggle:before {
    content: "";
    display: none;
  }
  .catalog-block__section_with_img .catalog-block__section-title.js-catalog-section-toggle .catalog-block__section-title-name {
    position: relative;
    padding-right: 32px;
  }
  .catalog-block__section_with_img .catalog-block__section-title.js-catalog-section-toggle .catalog-block__section-title-name:before {
    content: "\e903";
    font-family: "milandr-icons";
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    transition: color 0.3s ease, transform 0.3s ease;
  }
  .catalog-block__section_with_img .catalog-block__section-title.js-catalog-section-toggle.catalog-block__section-title_active .catalog-block__section-title-name:before {
    transform: translate(0, -50%) rotate(-180deg);
  }
  .catalog-block__section_with_img .catalog-block__section-title-img__wrapper {
    float: none;
    width: 50px;
    flex: 0 0 50px;
    margin-right: 15px;
  }
  .catalog-block__section_with_img .catalog-block__section-title-name {
    float: none;
    flex: 1 1 auto;
    width: calc(100% - 65px);
    font-size: 14px;
  }
  .catalog-block__section_with_img .catalog-block__section-title-text {
    float: none;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .catalog-block__section_with_img .catalog-block__section-title:before {
    font-size: 12px;
    right: 30px;
    transition: color 0.3s ease, transform 0.3s ease, top 0.3s ease;
  }
  .catalog-block__section_with_img .catalog-block__section-title_active {
    padding-bottom: 10px;
  }
  .catalog-block__section_with_img .catalog-block__section-title_active:before {
    top: 28px;
    transform: translate(0, 0) rotate(-180deg);
  }
  .catalog-block__section_with_img .catalog-block__section-body {
    padding: 0 20px;
  }
  .catalog-block__section_with_img .catalog-block__section-body .additional-block {
    margin-left: -20px;
    margin-right: -20px;
  }
  .catalog-block__section_with_img .catalog-block__section-body .additional-block__head {
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog-block__section_with_img .catalog-block__section-body .additional-block__body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog-block__item {
    padding: 20px;
  }
  .catalog-block__item-img-wrapper {
    flex: 0 0 50px;
    margin-left: 20px;
  }
}

.link-back {
  position: relative;
  padding-left: 30px;
  color: #4A71BD;
  display: inline-flex;
}
.link-back:before {
  content: "\e904";
  font-family: "milandr-icons";
  position: absolute;
  font-size: 15px;
  line-height: 1;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -1px;
}
.link-back__inner {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.18;
  color: #4A71BD;
  display: inline;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.link-back:hover {
  color: #4A71BD;
}
.link-back:hover .link-back__inner {
  border-color: #4A71BD;
}
.link-back_forward {
  padding-left: 0;
  padding-right: 30px;
}
.link-back_forward:before {
  content: "\e905";
  left: auto;
  right: 0;
}
.link-back__wrapper_mt {
  margin-top: 50px;
}
.link-back__wrapper_mt_md {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .link-back__wrapper_mt {
    margin-top: 30px;
  }
}

.catalog-detail {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.catalog-detail__title {
  margin-bottom: 20px;
}
.catalog-detail__img-wrapper {
  flex: 0 0 200px;
}
@media screen and (max-width: 991px) {
  .catalog-detail__img-wrapper {
    flex: 0 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-detail {
    flex-wrap: wrap;
  }
  .catalog-detail__img {
    margin: 0 auto;
  }
  .catalog-detail__img-wrapper {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}

.docs-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.docs-block__item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.docs-block__item-wrapper {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  padding: 0 3px;
  margin-bottom: 6px;
}
.docs-block__desc {
  flex: 1 0 auto;
}
.docs-block__icon {
  height: 40px;
  width: auto;
  margin: 0 auto;
}
.docs-block__icon-wrapper {
  margin-bottom: 30px;
  flex: 0 0 auto;
}
.docs-block__name {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.38;
  color: #000000;
  margin-bottom: 5px;
}
.docs-block__date {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.38;
  color: #7D7D7D;
}
.docs-block__footer {
  flex: 0 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.docs-block__info {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.18;
  color: #7D7D7D;
}
.docs-block__link {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.15;
  color: #4A71BD;
  border-bottom: 1px solid transparent;
}
.docs-block__link:hover {
  color: #4A71BD;
  border-color: #4A71BD;
}
@media screen and (max-width: 991px) {
  .docs-block__item-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .docs-block__item {
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .docs-block__item-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .docs-block__icon-wrapper {
    margin: 0 15px 0 0;
  }
  .docs-block__desc {
    flex: 1 1 auto;
    max-width: calc(100% - 45px);
  }
  .docs-block__footer {
    flex: 1 1 auto;
    padding-left: 45px;
  }
}

.link-btn-more {
  display: block;
  height: 50px;
  line-height: 48px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  font-weight: 300;
  font-size: 15px;
  text-align: center;
  color: #000000;
  transition: background 0.3s ease, color 0.3s ease;
}
.link-btn-more:hover {
  background: rgba(247, 247, 247, 0.5);
}

.docs-list {
  margin-top: 10px;
}
.docs-list__item {
  display: flex;
  align-items: flex-start;
}
.docs-list__item:not(:last-child) {
  margin-bottom: 13px;
}
.docs-list__icon {
  width: 100%;
}
.docs-list__icon-wrapper {
  flex: 0 0 24px;
  margin-right: 15px;
  padding-top: 3px;
}
.docs-list__name {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.15;
  color: #000000;
  border-bottom: 1px solid transparent;
}
.docs-list__name:hover {
  color: #000;
  border-color: #000;
}
.docs-list__info {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.18;
  color: #7D7D7D;
  margin-top: 2px;
}

.additional-block__head {
  margin-bottom: 25px;
}
.additional-block__toggle {
  position: relative;
  padding-right: 16px;
  display: inline-block;
  cursor: pointer;
}
.additional-block__toggle:after {
  content: "\e902";
  font-family: "milandr-icons";
  font-size: 8px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: normal;
  transition: transform 0.3s ease;
}
.additional-block__toggle_active:after {
  transform: translate(0, -50%) rotate(-180deg);
}
.additional-block__body {
  background: rgba(247, 247, 247, 0.5);
  border-top: 1px solid #DDDDDD;
  padding: 20px 30px;
  display: none;
}

.nav-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nav-links__link {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.15;
  color: #4A71BD;
}
.nav-links__link:not(:last-child) {
  margin-bottom: 10px;
}
.nav-links__link-inner {
  display: inline;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.nav-links__link[target="_blank"]:after {
  content: "\e90b";
  font-family: "milandr-icons";
  position: relative;
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
  margin-left: 6px;
  top: 0;
  color: #7095DC;
}
.nav-links__link:hover {
  color: #4A71BD;
}
.nav-links__link:hover .nav-links__link-inner {
  border-color: #4A71BD;
}

.faq-detail {
  padding-left: 30px;
}
.faq-detail__date {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.faq-detail__section {
  margin-bottom: 30px;
  position: relative;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}
.faq-detail__section p {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 20px;
}
.faq-detail__section img {
  margin: 0 0 20px;
}
.faq-detail__section:before {
  position: absolute;
  top: 3px;
  left: -30px;
  width: 30px;
  overflow: hidden;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.15;
  color: #000000;
}
.faq-detail__section_question:before {
  content: "В:";
}
.faq-detail__section_answer {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.faq-detail__section_answer p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 30px;
}
.faq-detail__section_answer img {
  margin: 0 0 30px;
}
.faq-detail__section_answer:before {
  content: "О:";
}
@media screen and (max-width: 767px) {
  .faq-detail {
    padding-left: 25px;
  }
  .faq-detail__date {
    margin-left: -25px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .faq-detail__section {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .faq-detail__section p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .faq-detail__section img {
    margin: 0 0 20px;
  }
  .faq-detail__section:before {
    font-size: 16px;
    left: -25px;
  }
  .faq-detail__section_answer {
    font-size: 14px;
  }
  .faq-detail__section_answer p {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .faq-detail__section_answer:before {
    top: 1px;
  }
}

.usefull-block {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}
.usefull-block__side {
  flex: 0 0 320px;
  margin-right: 40px;
}
.usefull-block__title {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.usefull-block__content {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.usefull-block__form {
  display: flex;
  flex-wrap: wrap;
}
.usefull-block__btn {
  font-weight: 300;
  min-width: 100px;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 2px;
}
.usefull-block_faq .usefull-block__side {
  flex: 0 0 350px;
}
@media screen and (max-width: 991px) {
  .usefull-block__side {
    flex: 0 0 270px;
  }
  .usefull-block_faq .usefull-block__side {
    flex: 0 0 300px;
  }
  .usefull-block .btn-link {
    font-size: 14px;
  }
  .usefull-block .link-file {
    font-size: 14px;
  }
  .usefull-block__btn {
    min-width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .usefull-block {
    margin: 30px -20px 0;
    padding: 20px 20px 25px;
    flex-wrap: wrap;
  }
  .usefull-block__side {
    flex: 0 0 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .usefull-block__title {
    text-align: center;
    font-size: 14px;
  }
  .usefull-block__content {
    flex-direction: column;
    justify-content: center;
  }
  .usefull-block__form {
    margin: 0 0 30px;
  }
  .usefull-block__btn {
    min-width: 100px;
  }
  .usefull-block__btn:last-child {
    margin-right: 0;
  }
  .usefull-block_faq .usefull-block__side {
    flex: 0 0 100%;
  }
}

code {
  background: #F7F7F7;
  border-radius: 4px;
  padding: 30px;
  display: block;
  margin-bottom: 30px;
  font-family: 'Source Code Pro';
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2;
  color: #000000;
}
@media screen and (max-width: 767px) {
  code {
    padding: 20px;
    font-size: 14px;
  }
}

.img-zoom__img-wrapper {
  display: inline-block;
}
.img-zoom__img-wrapper:hover .img-zoom__link-inner {
  border-color: #4A71BD;
}
.img-zoom img {
  margin-bottom: 10px;
}
.img-zoom__link {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.15;
  color: #4A71BD;
  display: block;
  position: relative;
  padding-left: 18px;
}
.img-zoom__link:before {
  content: "\e90f";
  font-family: "milandr-icons";
  font-size: 10px;
  line-height: 1;
  color: #818181;
  font-weight: normal;
  position: absolute;
  top: 2px;
  left: 0;
}
.img-zoom__link-inner {
  display: inline;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.article-tags {
  display: flex;
  align-items: flex-start;
}
.article-tags__title {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.73;
  color: rgba(0, 0, 0, 0.5);
  flex: 0 0 auto;
  margin: 3px 20px 3px 0;
}
.article-tags__items {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
.article-tags__item {
  margin: 3px 0;
  background: #4A71BD;
  border-radius: 2px;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  height: 26px;
  color: #FFFFFF;
  padding: 0 10px;
  transition: background 0.3s ease, color 0.3s ease;
}
.article-tags__item:not(:last-child) {
  margin-right: 6px;
}
.article-tags__item:hover {
  background: #FD8023;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .article-tags__title {
    font-size: 14px;
    margin-right: 10px;
  }
}

.video-block {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin: 30px 0;
}
.video-block__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .video-block {
    margin: 20px 0;
  }
}

.link-file {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.18;
  color: #000000;
  display: flex;
  align-items: center;
}
.link-file__icon {
  flex: 0 0 24px;
  margin-right: 12px;
  align-self: flex-start;
}
.link-file__inner {
  display: inline;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.link-file:hover .link-file__inner {
  border-color: #000;
}

.article-detail__title {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 15px;
}
.article-detail__date {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.38;
  color: #7D7D7D;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .article-detail__title {
    font-size: 22px;
    line-height: 1.36;
  }
  .article-detail__date {
    margin-bottom: 20px;
  }
}

.blockquote {
  display: block;
  padding: 20px 30px;
  background: #F7F7F7;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  border-radius: 4px;
  position: relative;
  margin: 30px 0;
}
.blockquote_alert {
  padding-top: 50px;
  background: #FBF6DF;
}
.blockquote_alert:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
  height: 20px;
  background: url("images/icons/icon-attention.svg") no-repeat left top;
  background-size: auto 100%;
}
.blockquote_danger {
  padding-top: 50px;
  background: #FFDADA;
}
.blockquote_danger:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  right: 30px;
  height: 20px;
  background: url("images/icons/icon-danger.svg") no-repeat left top;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .blockquote {
    padding: 20px;
    margin: 20px 0;
  }
  .blockquote_alert {
    padding-top: 50px;
  }
  .blockquote_alert:before {
    left: 20px;
  }
  .blockquote_danger {
    padding-top: 50px;
  }
  .blockquote_danger:before {
    left: 20px;
  }
}

.tile-list__item {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  margin-bottom: 5px;
}
.tile-list__date {
  flex: 0 0 80px;
  margin-right: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.38;
  text-align: center;
  color: #7D7D7D;
}
.tile-list__desc {
  flex: 1 1 auto;
}
.tile-list__title {
  font-weight: bold;
  font-size: 11px;
  line-height: 1.64;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7D7D7D;
}
.tile-list__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.38;
  color: #000000;
  margin-top: 10px;
}
.tile-list__text a {
  color: #4A71BD;
  border-bottom: 1px solid transparent;
}
.tile-list__text a:hover {
  color: #4A71BD;
  border-color: #4A71BD;
}
.tile-list__link {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  position: relative;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.38;
  color: #000000;
  border-bottom: 1px solid #FD8023;
}
.tile-list__link_icon_arrow:after {
  content: "\e900";
  font-family: "milandr-icons";
  font-size: 10px;
  line-height: 1;
  position: relative;
  margin-left: 5px;
  font-weight: normal;
  color: #000;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.tile-list__link_icon_arrow:hover:after {
  color: #FD8023;
}
@media screen and (max-width: 767px) {
  .tile-list__item {
    padding: 15px 20px 20px;
    flex-wrap: wrap;
  }
  .tile-list__date {
    text-align: left;
    flex: 0 0 100%;
    margin-bottom: 5px;
    font-size: 11px;
  }
}

.nav-pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.nav-pages__prev, .nav-pages__next {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.18;
  color: #4A71BD;
}
.nav-pages__prev-inner, .nav-pages__next-inner {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.18;
  color: #4A71BD;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.nav-pages__prev:before, .nav-pages__next:before {
  font-family: "milandr-icons";
  position: absolute;
  font-size: 15px;
  line-height: 1;
  top: 50%;
  margin-top: -1px;
  transform: translate(0, -50%);
  color: #4A71BD;
}
.nav-pages__prev:hover .nav-pages__prev, .nav-pages__prev:hover .nav-pages__next, .nav-pages__next:hover .nav-pages__prev, .nav-pages__next:hover .nav-pages__next {
  color: #4A71BD;
}
.nav-pages__prev:hover .nav-pages__prev-inner, .nav-pages__prev:hover .nav-pages__next-inner, .nav-pages__next:hover .nav-pages__prev-inner, .nav-pages__next:hover .nav-pages__next-inner {
  color: #4A71BD;
  border-color: #4A71BD;
}
.nav-pages__prev_disabled, .nav-pages__next_disabled {
  color: rgba(0, 0, 0, 0.6) !important;
  pointer-events: none;
}
.nav-pages__prev_disabled .nav-pages__prev-inner, .nav-pages__prev_disabled .nav-pages__next-inner, .nav-pages__next_disabled .nav-pages__prev-inner, .nav-pages__next_disabled .nav-pages__next-inner {
  color: rgba(0, 0, 0, 0.4) !important;
  border-color: transparent !important;
}
.nav-pages__prev_disabled:before, .nav-pages__next_disabled:before {
  color: rgba(0, 0, 0, 0.4) !important;
}
.nav-pages__prev {
  padding-left: 30px;
}
.nav-pages__prev:before {
  content: "\e904";
  left: 0;
}
.nav-pages__next {
  padding-right: 30px;
}
.nav-pages__next:before {
  content: "\e905";
  right: 0;
}
.nav-pages__group {
  display: flex;
}
.nav-pages__item {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: 300;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.nav-pages__link {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.nav-pages__link:hover {
  color: #000;
}
.nav-pages__link_active {
  color: #FD8023;
}
.nav-pages__link_active:hover {
  color: #FD8023;
}
@media screen and (max-width: 767px) {
  .nav-pages__prev, .nav-pages__next {
    font-size: 14px;
  }
  .nav-pages__prev-inner, .nav-pages__next-inner {
    font-size: 14px;
  }
  .nav-pages__prev {
    padding-left: 18px;
  }
  .nav-pages__next {
    padding-right: 18px;
  }
  .nav-pages__item {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .nav-pages__link {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
}

.block-404 {
  text-align: center;
}
.block-404__title {
  font-weight: 100;
  font-size: 40px;
  line-height: 1.17;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.block-404__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .block-404__title {
    font-size: 32px;
  }
  .block-404__text {
    font-size: 14px;
  }
}

.search-result__item:not(:last-child) {
  margin-bottom: 40px;
}
.search-result__head {
  margin-bottom: 5px;
}
.search-result__link {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #4A71BD;
  border-bottom: 1px solid transparent;
  margin-right: 10px;
}
.search-result__link:hover {
  color: #4A71BD;
  border-color: #4A71BD;
}
.search-result__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
}
.search-result__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.search-result b {
  color: #FD8023;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .search-result__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .search-result__link, .search-result__info, .search-result__text {
    font-size: 14px;
  }
}

.auth-block {
  max-width: 450px;
  margin: 0 auto;
}
.auth-block__head {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.auth-block__title {
  font-weight: 200;
  font-size: 35px;
  line-height: 1.17;
  color: #000000;
}
.auth-block__title-helper {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.auth-block__title-helper a {
  color: #4A71BD;
  border-bottom: 1px solid transparent;
}
.auth-block__title-helper a:hover {
  color: #4A71BD;
  border-color: #4A71BD;
}
.auth-block__footer {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px 0;
}
.auth-block__footer-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .auth-block__head {
    margin-bottom: 30px;
  }
  .auth-block__title {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.36;
  }
  .auth-block__footer {
    margin: 10px -10px 0;
  }
  .auth-block__footer-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .auth-block__footer-item:not(:last-child) {
    margin-bottom: 25px;
  }
  .auth-block .form-captcha {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 359px) {
  .auth-block__title {
    font-size: 20px;
  }
  .auth-block__title-helper {
    font-size: 14px;
  }
}
